diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-12 18:58:21 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-12 21:28:18 +0200 |
commit | 2b5b681bacc055a4cf16ab5d03389d0a2533bb79 (patch) | |
tree | 4dee8c22490d16f3ad4082fde49a9ebfd3d5d6b0 /kde-misc | |
parent | kde-apps/thumbnailers: drop 24.08.0 (diff) | |
download | gentoo-2b5b681bacc055a4cf16ab5d03389d0a2533bb79.tar.gz gentoo-2b5b681bacc055a4cf16ab5d03389d0a2533bb79.tar.bz2 gentoo-2b5b681bacc055a4cf16ab5d03389d0a2533bb79.zip |
kde-misc/colord-kde: drop 24.08.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/colord-kde/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/colord-kde/colord-kde-24.08.0.ebuild | 59 |
2 files changed, 0 insertions, 60 deletions
diff --git a/kde-misc/colord-kde/Manifest b/kde-misc/colord-kde/Manifest index 20d05a3d3a5e..1b9e60de31c8 100644 --- a/kde-misc/colord-kde/Manifest +++ b/kde-misc/colord-kde/Manifest @@ -1,3 +1,2 @@ DIST colord-kde-24.05.2.tar.xz 117320 BLAKE2B 73828c6cd8bca069a96159e58bda71250e242157a302071c436845192b1b84d52ae8ab4640c7f90145ad6d42f1789f2eceef37b58854b7aef9e990fe0cd357d3 SHA512 cc0fe9de6b60e65a9dcbb18e5918e4426bf0e2bd4fa4cd7f6cc8be25d43f5f1ef6bd0fb56ae13482f6e296a9c624545796da898a96c63e557d02fd0616641a6f -DIST colord-kde-24.08.0.tar.xz 117340 BLAKE2B b9dc689beb640d92eecbf74bc7a1ffdd984d92deedc58fd617b18f5ee972faefddafce4ea9f55876a72c7b2a2235280f6f6b9b6f135019a5cef7fd99431f9f06 SHA512 36c92f359539ff694ae9adc11f74150f08bdeea2fa4c7615779288c4f886b0bf087c4a92929729af44694bae2132802d753484a2dc0c6c9206715f7bf6af7f97 DIST colord-kde-24.08.1.tar.xz 117396 BLAKE2B f5079221ea632d42f792d8f060f00ef2cafbf2c85fd025b04ac6eb70b273fc51498bd4a7633e8b1f3419f45fda4931556e1ab683a3745794b69cdc9542fa6b53 SHA512 832d7de7232f436f6044fb58b4d7b83cfa0f356bd329ef5d0cf879ce7ce29abd6838088ac0945ab954b7be5e8a7746828cf5c85a9af06a061257fabb48d7aa8c diff --git a/kde-misc/colord-kde/colord-kde-24.08.0.ebuild b/kde-misc/colord-kde/colord-kde-24.08.0.ebuild deleted file mode 100644 index 35fd25a9b6ff..000000000000 --- a/kde-misc/colord-kde/colord-kde-24.08.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KDE_ORG_CATEGORY=graphics -KFMIN=6.5.0 -QTMIN=6.7.2 -inherit ecm gear.kde.org - -DESCRIPTION="Provides interfaces and session daemon to colord" -HOMEPAGE="https://invent.kde.org/graphics/colord-kde" - -LICENSE="GPL-2+" -SLOT="6" -KEYWORDS="~amd64 ~arm64 ~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 - kde-plasma/kde-cli-tools:* - x11-misc/colord -" - -src_configure() { - local mycmakeargs=( - -DWITHOUT_X11=$(usex !X) - ) - ecm_src_configure -} - -pkg_postinst() { - ecm_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 -} |