Pop System Updater
April 11, 2022 ยท View on GitHub
DBus services to enable Linux distributions to schedule system updates across a variety of package managers.
Translators
Go here for localizations. The en directory contains the English localization. Copy and rename that directory to your language codename, and translate each of the keys into your language. Translations may be submitted as a PR, as an issue, by email, or any other means necessary.
Build
This project uses just as a command runner.
# Vendor dependencies
just vendor
# Build with vendored dependencies
just vendor=1
# Run GTK test
just debug=1 vendor=1 gtk-test
# install to custom root path
just rootdir=chroot prefix=/usr vendor=1 install
# List Recipes
just -l
License
Licensed under the Mozilla Public License 2.0.
Contribution
Any contribution intentionally submitted for inclusion in the work by you shall be licensed under the Mozilla Public License 2.0 (MPL-2.0).