No description
This should come from the package providing the daemon run by the unit file (and in our case, at least temporarily, from the vendored unit file in systemd-services) This also adds an install script for post-upgrade that makes sure that the alias for display-manager.service is created for plasma-mobile on existing installs where we were missing the alias definition in the tinydm unit file. Without this workaround, existing installs will miss the alias and we won't be able to run things that are associated with this alias (like stopping pbsplash.) Note: this is a post-install script since this subpkg is new, and on existing systems affected by the issue it resolves the subpkg would be 'installed' not 'upgraded'. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7202> |
||
|---|---|---|
| .ci | ||
| .githooks | ||
| .gitlab/issue_templates | ||
| .well-known | ||
| cross | ||
| device | ||
| docs | ||
| extra-repos/systemd | ||
| main | ||
| modem | ||
| temp | ||
| .clang-format | ||
| .ecrc | ||
| .editorconfig | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .mailmap | ||
| antora-test.yml | ||
| channels.cfg | ||
| COMMITSTYLE.md | ||
| kconfigcheck.toml | ||
| LICENSE | ||
| pmaports.cfg | ||
| README.md | ||
postmarketOS aports repository
This repository contains the APKBUILD files for postmarketOS-specific packages, along with the required patches and scripts, if any.
There are many more packages defined in the Alpine Linux aports on which these packages depend.
Helpful resources:
- How to create a package
- APKBUILD reference
- pmaports commit style
- Review and merging guidelines
- Alpine Linux aports
- Alpine Linux package search
- postmarketOS package search
Git Hooks
You can find some useful git hooks in the .githooks directory.
To use them, run the following command after cloning this repository:
git config --local core.hooksPath .githooks