repo/gentoo:master commit in: app-misc/openrgb/
"Patrick McLean" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1787062659.6b2716132e94cf38f6e679e47f6242d484f9e956.chutzpah@gentoo> |
commit: 6b2716132e94cf38f6e679e47f6242d484f9e956
Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Mon Aug 17 20:05:18 2026 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 14:17:39 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b271613
app-misc/openrgb: use tmpfiles eclass
Closes: https://bugs.gentoo.org/980993
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1687
Merges: https://codeberg.org/gentoo/gentoo/pulls/1687
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/openrgb/{openrgb-1.0_rc3.ebuild => openrgb-1.0_rc3-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-misc/openrgb/openrgb-1.0_rc3.ebuild b/app-misc/openrgb/openrgb-1.0_rc3-r1.ebuild
similarity index 96%
rename from app-misc/openrgb/openrgb-1.0_rc3.ebuild
rename to app-misc/openrgb/openrgb-1.0_rc3-r1.ebuild
index e9aeb1f7c9f4..48d5c37b3dfa 100644
--- a/app-misc/openrgb/openrgb-1.0_rc3.ebuild
+++ b/app-misc/openrgb/openrgb-1.0_rc3-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit check-reqs flag-o-matic qmake-utils udev xdg-utils
+inherit check-reqs flag-o-matic qmake-utils tmpfiles udev xdg-utils
if [[ ${PV} == *9999* ]]; then
inherit git-r3
@@ -100,6 +100,7 @@ src_install() {
pkg_postinst() {
xdg_icon_cache_update
udev_reload
+ tmpfiles_process openrgb.conf
}
pkg_postrm() {