commit:     89ea27d6d728118366438e93613c9c472fa37857
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  6 07:14:09 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  6 07:14:27 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ea27d6

x11-misc/colord: install tmpfiles on OpenRC too

Closes: https://bugs.gentoo.org/857579
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/colord/{colord-1.4.8.ebuild => colord-1.4.8-r1.ebuild} | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/x11-misc/colord/colord-1.4.8.ebuild 
b/x11-misc/colord/colord-1.4.8-r1.ebuild
similarity index 94%
rename from x11-misc/colord/colord-1.4.8.ebuild
rename to x11-misc/colord/colord-1.4.8-r1.ebuild
index b70998b852f2..f8a5b7e40bc2 100644
--- a/x11-misc/colord/colord-1.4.8.ebuild
+++ b/x11-misc/colord/colord-1.4.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -105,6 +105,13 @@ multilib_src_configure() {
 multilib_src_install_all() {
        newbashcomp data/colormgr colormgr
 
+       # bug #857579
+       newtmpfiles - colord.conf <<-EOF
+       d /var/lib/colord 0755 colord colord
+       d /var/lib/colord/icc 0755 colord colord
+       Z /var/lib/colord - colord colord
+       EOF
+
        # Ensure config and profile directories exist and /var/lib/colord/*
        # is writable by colord user
        keepdir /var/lib/color{,d}/icc

Reply via email to