commit: 1f6533fd074c3d3626b441e739ecac22353e2e1f
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 21 20:15:45 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Dec 26 00:24:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6533fd
x11-misc/colord: use tmpfiles.eclass
QA: other
QA Notice: package is installing tmpfiles without inheriting tmpfiles.eclass!
Packages must inherit tmpfiles.eclass then call tmpfiles_process in
pkg_postinst.
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-misc/colord/{colord-1.4.5-r2.ebuild => colord-1.4.5-r3.ebuild} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/x11-misc/colord/colord-1.4.5-r2.ebuild
b/x11-misc/colord/colord-1.4.5-r3.ebuild
similarity index 96%
rename from x11-misc/colord/colord-1.4.5-r2.ebuild
rename to x11-misc/colord/colord-1.4.5-r3.ebuild
index 2b58d928279d..33836fa71439 100644
--- a/x11-misc/colord/colord-1.4.5-r2.ebuild
+++ b/x11-misc/colord/colord-1.4.5-r3.ebuild
@@ -4,7 +4,7 @@
EAPI=7
VALA_USE_DEPEND="vapigen"
-inherit bash-completion-r1 meson-multilib vala
+inherit bash-completion-r1 meson-multilib tmpfiles vala
DESCRIPTION="System service to accurately color manage input and output
devices"
HOMEPAGE="https://www.freedesktop.org/software/colord/"
@@ -118,3 +118,7 @@ multilib_src_install_all() {
dodoc examples/*.c
fi
}
+
+pkg_postinst() {
+ tmpfiles_process colord.conf
+}