diff options
author | Sam James <sam@gentoo.org> | 2024-05-02 01:56:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-02 01:56:55 +0100 |
commit | d9f7e76ebe8cd7824f2c2b86a078cf5ea60a47f1 (patch) | |
tree | e3c4fa593401cc2079988fd026f50e7b3925da29 /sys-power/wluma | |
parent | dev-python/stripe: Stabilize 9.2.0 ALLARCHES, #931044 (diff) | |
download | gentoo-d9f7e76ebe8cd7824f2c2b86a078cf5ea60a47f1.tar.gz gentoo-d9f7e76ebe8cd7824f2c2b86a078cf5ea60a47f1.tar.bz2 gentoo-d9f7e76ebe8cd7824f2c2b86a078cf5ea60a47f1.zip |
sys-power/wluma: install systemd user unit for 4.4.0 too
Closes: https://bugs.gentoo.org/931066
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-power/wluma')
-rw-r--r-- | sys-power/wluma/wluma-4.4.0-r1.ebuild (renamed from sys-power/wluma/wluma-4.4.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-power/wluma/wluma-4.4.0.ebuild b/sys-power/wluma/wluma-4.4.0-r1.ebuild index d3c638149b07..dbaaedafd98b 100644 --- a/sys-power/wluma/wluma-4.4.0.ebuild +++ b/sys-power/wluma/wluma-4.4.0-r1.ebuild @@ -186,7 +186,7 @@ CRATES=" yaml-rust@0.4.5 " -inherit udev cargo +inherit udev cargo systemd DESCRIPTION="Automatic brightness adjustment based on screen contents and ALS" HOMEPAGE="https://github.com/maximbaz/wluma" @@ -219,6 +219,7 @@ src_install() { insinto /etc/xdg/autostart doins "${FILESDIR}"/wluma.desktop + systemd_douserunit "${PN}.service" insinto /usr/share/${P} doins config.toml |