summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-06 15:34:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-07 15:32:05 +0100
commit7e6311af5e3ad72314642b66a1184f67c05a7ab1 (patch)
tree384a36c90bb0537ae0c1b048dd6b68ff8239fd53 /kde-misc
parentkde-apps/thumbnailers: drop 23.08.3 (diff)
downloadgentoo-7e6311af5e3ad72314642b66a1184f67c05a7ab1.tar.gz
gentoo-7e6311af5e3ad72314642b66a1184f67c05a7ab1.tar.bz2
gentoo-7e6311af5e3ad72314642b66a1184f67c05a7ab1.zip
kde-misc/colord-kde: drop 23.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/colord-kde/Manifest1
-rw-r--r--kde-misc/colord-kde/colord-kde-23.08.3.ebuild66
2 files changed, 0 insertions, 67 deletions
diff --git a/kde-misc/colord-kde/Manifest b/kde-misc/colord-kde/Manifest
index a07cf2235a97..bb568c6cc9fb 100644
--- a/kde-misc/colord-kde/Manifest
+++ b/kde-misc/colord-kde/Manifest
@@ -1,2 +1 @@
-DIST colord-kde-23.08.3.tar.xz 108568 BLAKE2B bd6e8a2634c1741acdf2ff181a1472b8d38232275763f03f065e99bdb8a81b029dfee5bf76db14f5a0863e96477ecc1727d9f1187b626d313fbce6e341521213 SHA512 5569c2ce554b3d0756ff1eb1d99fbc5f447d75c0b350446cfae2eb16c714a69aac9a0ecce0e89f6b05927e05879f92ddb79d6057b52ee55f6144a1c38976623e
DIST colord-kde-23.08.4.tar.xz 108576 BLAKE2B 3838520fcfda2b5a942e203152f0bb1e8e9bd82638b1c001913ed2ef7f17facf3d7b8ec15df34c9011ccb55c071a1cdf506089e7ad3350c2cdf8869ee0833304 SHA512 8d6e0d09b615626b2dd87b3ccbd7520aea614e96be52c374f5b92ea9f23e27d79c6cd4fbcf6abafa52971e18a7ccc29b3b654c378d03a426697ef91c1a64c4d2
diff --git a/kde-misc/colord-kde/colord-kde-23.08.3.ebuild b/kde-misc/colord-kde/colord-kde-23.08.3.ebuild
deleted file mode 100644
index 35a979b88c22..000000000000
--- a/kde-misc/colord-kde/colord-kde-23.08.3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY=graphics
-KFMIN=5.106.0
-QTMIN=5.15.9
-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="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
-IUSE="X"
-
-COMMON_DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
- >=kde-frameworks/kpackage-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- media-libs/lcms:2
- X? (
- >=dev-qt/qtx11extras-${QTMIN}:5
- x11-libs/libX11
- x11-libs/libxcb
- )
-"
-DEPEND="${COMMON_DEPEND}
- >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
-"
-RDEPEND="${COMMON_DEPEND}
- dev-libs/kirigami-addons:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- kde-plasma/kde-cli-tools:5
- x11-misc/colord
-"
-
-PATCHES=( "${FILESDIR}/${P}-without_x11.patch" )
-
-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
-}