kde-misc/colord-kde: drop 25.04.3

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-10-21 12:22:05 +02:00
parent 2a4820d10e
commit f72dd87d70
2 changed files with 0 additions and 59 deletions

View File

@@ -1,2 +1 @@
DIST colord-kde-25.04.3.tar.xz 120080 BLAKE2B 0fcd64eb072de05afaaf975f6583720500d07cbcf7e422e459ebf819a509f0dcc80a5cdab7e1328d96efac15d2c35b57b101be38dad0df7afa759a0b8e7fcc49 SHA512 68aeded025428bda148e089f67792655aa0bfca567b79e0e3936224808ae6c1f4f72d4ccac0818435490af7a2fabe418cf1ce1f9c8cf72aaa41a720013e31385
DIST colord-kde-25.08.2.tar.xz 121380 BLAKE2B e93fac8ace4667ccd5610a3df221e8bba66b94d4a61657310ffac2bea46b111304cdda40d4f3cac802683d1c73fce6153730ebcc9fe710d7be467211e1632f98 SHA512 858ff68db4bf34c88cbfe88ef9796893c8c7feeb0a2fb2d73ff1e13fc4d0e6192705b236bacfa9394ecc16bd6353fbbaf662e77dfe7d3d48909fb98ad94de130

View File

@@ -1,58 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KDE_ORG_CATEGORY=graphics
KFMIN=6.13.0
QTMIN=6.7.2
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
}