summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-01-07properly specify dependenciesJan “Khardix” Staněk
2023-01-07strip package contents to only init scriptsJan “Khardix” Staněk
It does not make a lot of sense to re-package the whole greetd just to provide init scripts. I originally created the package to mirror greetd-artix-runit, which does the whole repackaging thing. AFAICT, Artix nowadays use the approach of main package with the daemon, and various -openrc/-runit/-… packages shipping only init scripts and depending on the main daemon.
2022-05-14update .SRCINFO before pushing to AURJan “Khardix” Staněk
2022-05-14add provides for greetdJan “Khardix” Staněk
2022-05-14add greeter user to input and video groupsJan “Khardix” Staněk
This should make greetd compatible with seatd
2022-05-14let greeter user use basic shellJan “Khardix” Staněk
2022-05-14fix missing `"` in greetd.initdJan “Khardix” Staněk
2022-05-14change default config virtual terminalJan “Khardix” Staněk
Done to keep in sync with the runit version of this package.
2022-05-14create system user for the greeterJan “Khardix” Staněk
2022-05-14import pam configurationJan “Khardix” Staněk
2022-05-14import openrc initscriptsJan “Khardix” Staněk
Imported and tweaked from Alpine Linux package [1]. [1]: https://git.alpinelinux.org/aports/tree/testing/greetd
2022-05-14initial import: package upstreamJan “Khardix” Staněk