summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-12-21 12:15:45 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-12-25 16:24:26 -0800
commit1f6533fd074c3d3626b441e739ecac22353e2e1f (patch)
tree7a4c0242b140fb916289b8ccf50753e54ac4a6e5 /x11-misc/colord
parentdev-libs/granite: Stabilize 6.0.0 amd64, #829970 (diff)
downloadgentoo-1f6533fd074c3d3626b441e739ecac22353e2e1f.tar.gz
gentoo-1f6533fd074c3d3626b441e739ecac22353e2e1f.tar.bz2
gentoo-1f6533fd074c3d3626b441e739ecac22353e2e1f.zip
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@gentoo.org>
Diffstat (limited to 'x11-misc/colord')
-rw-r--r--x11-misc/colord/colord-1.4.5-r3.ebuild (renamed from x11-misc/colord/colord-1.4.5-r2.ebuild)6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-misc/colord/colord-1.4.5-r2.ebuild b/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
+}