DBus services to enable Linux distributions to schedule system updates across a variety of package managers.
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.
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
Licensed under the Mozilla Public License 2.0.
Any contribution intentionally submitted for inclusion in the work by you shall be licensed under the Mozilla Public License 2.0 (MPL-2.0).