kde-misc/colord-kde: 25.08.3 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-11-06 16:34:24 +01:00
parent 54b8cc294a
commit d3e0e55484
2 changed files with 59 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST colord-kde-25.08.2.tar.xz 121380 BLAKE2B e93fac8ace4667ccd5610a3df221e8bba66b94d4a61657310ffac2bea46b111304cdda40d4f3cac802683d1c73fce6153730ebcc9fe710d7be467211e1632f98 SHA512 858ff68db4bf34c88cbfe88ef9796893c8c7feeb0a2fb2d73ff1e13fc4d0e6192705b236bacfa9394ecc16bd6353fbbaf662e77dfe7d3d48909fb98ad94de130
DIST colord-kde-25.08.3.tar.xz 121376 BLAKE2B a00ec2c564bb25f6e0778312b6ffacb9f1e4a5ac12d00757bd2647395f9e5aef551c086763409082fa5a9577e143d11ef2694dbc03f794d25c73cef15fba2f29 SHA512 c6e0fac72ee1ca5fc4815a7b0479c830372224ea07d28fc9b20fa540758ebc8e956f74a7b5d0a0e60903554a3b5b630f0348a82706b9632745d4191b3d62f15d

View File

@@ -0,0 +1,58 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KDE_ORG_CATEGORY=graphics
KFMIN=6.16.0
QTMIN=6.9.1
inherit ecm gear.kde.org xdg
DESCRIPTION="Provides interfaces and session daemon to colord"
HOMEPAGE="https://invent.kde.org/graphics/colord-kde"
LICENSE="GPL-2+"
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="X"
COMMON_DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
>=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kitemmodels-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
media-libs/lcms:2
X? (
x11-libs/libX11
x11-libs/libxcb
)
"
DEPEND="${COMMON_DEPEND}
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
X? ( x11-base/xorg-proto )
"
RDEPEND="${COMMON_DEPEND}
dev-libs/kirigami-addons:6
>=dev-qt/qtdeclarative-${QTMIN}:6
>=kde-frameworks/kirigami-${KFMIN}:6
x11-misc/colord
"
src_configure() {
local mycmakeargs=(
-DWITHOUT_X11=$(usex !X)
)
ecm_src_configure
}
pkg_postinst() {
xdg_pkg_postinst
if ! has_version "gnome-extra/gnome-color-manager"; then
elog "You may want to install gnome-extra/gnome-color-manager to add support for"
elog "colorhug calibration devices."
fi
}