getsolus / packages

Solus Package Monorepo & Issue Tracker
65 stars 79 forks source link

Add usyconf triggers to specific packages to be ready to move to the new Go/TOML based version of usysconf (T10342) #170

Open celticmagic opened 1 year ago

celticmagic commented 1 year ago
Joey Riches (#joebonrichie), 2022-08-12 12:51:47 UTC

For the new Go/TOML based usysconf triggers will be moved to `$pkgfiles` which will allow packagers to more easily add new triggers as needed (see D13280 for a recent example) Here we will track all of the usysconf triggers from [here](https://github.com/getsolus/usysconf/tree/master/examples) and map the trigger to the right repo/package. Triggers should be installed to `/usr/share/defaults/usysconf.d` | Trigger | Package/Repo | Trigger Added? | Trigger Installed? | Notes | [apparmor.toml](https://github.com/getsolus/usysconf/blob/master/examples/apparmor.toml) | R3611 | [ ] | [ ] | | [clr-boot-manger.toml](https://github.com/getsolus/usysconf/blob/master/examples/clr-boot-manager.toml) | R3347 | [ ] | [ ] | | [dconf.toml](https://github.com/getsolus/usysconf/blob/master/examples/dconf.toml) | R601 | [ ] | [ ] | | [depmod.toml](https://github.com/getsolus/usysconf/blob/master/examples/depmod.toml) | R1567 | [ ] | [ ] | | [fonts.toml](https://github.com/getsolus/usysconf/blob/master/examples/fonts.toml) | R795 | [ ] | [ ] | | [gconf.toml](https://github.com/getsolus/usysconf/blob/master/examples/gconf.toml) | R875 | [ ] | [ ] | | [ghc-pkg.toml](https://github.com/getsolus/usysconf/blob/master/examples/ghc-pkg.toml) | R899 | [ ] | [ ] | | [glib2.toml](https://github.com/getsolus/usysconf/blob/master/examples/glib2.toml) | R926 | [ ] | [ ] | | [gtk2-immodules.toml](https://github.com/getsolus/usysconf/blob/master/examples/gtk2-immodules.toml) | R1094 | [ ] | [ ] | | [gtk3-immodules.toml](https://github.com/getsolus/usysconf/blob/master/examples/gtk3-immodules.toml) | R1098 | [ ] | [ ] | | [hwdb.toml](https://github.com/getsolus/usysconf/blob/master/examples/hwdb.toml) | R2999 | [ ] | [ ] | | [icon-cache.toml](https://github.com/getsolus/usysconf/blob/master/examples/icon-caches.toml) | R1098 | [ ] | [ ] | | [ldconfig.toml](https://github.com/getsolus/usysconf/blob/master/examples/ldconfig.toml) | R927 | [ ] | [ ] | | [linux-driver-management.toml](https://github.com/getsolus/usysconf/blob/master/examples/linux-driver-management.toml) | R1963 | [ ] | [ ] | | [mandb.toml](https://github.com/getsolus/usysconf/blob/master/examples/mandb.toml) | R2015 | [ ] | [ ] | | [mime.toml](https://github.com/getsolus/usysconf/blob/master/examples/mime.toml) | R2895 | [ ] | [ ] | | [mono-certs.toml](https://github.com/getsolus/usysconf/blob/master/examples/mono-certs.toml) | R2091 | [ ] | [ ] | | [openssh.toml](https://github.com/getsolus/usysconf/blob/master/examples/openssh.toml) | R2256 | [ ] | [ ] | | [qol-assist.toml](https://github.com/getsolus/usysconf/blob/master/examples/qol-assist.toml) | R3820 | [ ] | [ ] | | [ssl.toml](https://github.com/getsolus/usysconf/blob/master/examples/ssl.toml) | R5007 | [ ] | [ ] | | [systemd-reexec.toml](https://github.com/getsolus/usysconf/blob/master/examples/systemd-reexec.toml) | R2999 | [ ] | [ ] | | [systemd-reload.toml](https://github.com/getsolus/usysconf/blob/master/examples/systemd-reload.toml) | R2999 | [ ] | [ ] | | [systemd-sockets.toml](https://github.com/getsolus/usysconf/blob/master/examples/systemd-sockets.toml) | R2999 | [ ] | [ ] | | [sysuers.toml](https://github.com/getsolus/usysconf/blob/master/examples/sysusers.toml) | R2999 | [ ] | [ ] | | [tmpfiles.toml](https://github.com/getsolus/usysconf/blob/master/examples/tmpfiles.toml) | R2999 | [ ] | [ ] | | [udev-rules.toml](https://github.com/getsolus/usysconf/blob/master/examples/udev-rules.toml) | R2999 | [ ] | [ ] | | [update-desktop-database.toml](https://github.com/getsolus/usysconf/blob/master/examples/update-desktop-database.toml) | R612 | [ ] | [ ] | | [vbox-restart.toml](https://github.com/getsolus/usysconf/blob/master/examples/vbox-restart.toml) | R3133 | [ ] | [ ] | | gtk-pixbuf.toml | R880 | [ ] | [ ] | See GH PR | vlc-cache-gen.toml | R3140 | [x] | [ ] | See [comment](https://dev.getsol.us/source/vlc/browse/master/package.yml$105)
celticmagic commented 1 year ago
Rune Morling (@ermo), 2023-05-09 21:52:54 UTC

... since you're already working on it!