diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-12 11:51:09 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-12 12:45:35 +0100 |
commit | 723728f8d87c2d3bc591b137a4a57046268816dd (patch) | |
tree | 36c98f1d056306b4abc6b3b4e756a3b078cb7fef /kde-misc/colord-kde | |
parent | kde-misc/colord-kde: Use more appropriate icon (diff) | |
download | gentoo-723728f8d87c2d3bc591b137a4a57046268816dd.tar.gz gentoo-723728f8d87c2d3bc591b137a4a57046268816dd.tar.bz2 gentoo-723728f8d87c2d3bc591b137a4a57046268816dd.zip |
kde-misc/colord-kde: Drop 0.5.0-r1
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc/colord-kde')
-rw-r--r-- | kde-misc/colord-kde/colord-kde-0.5.0-r1.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/kde-misc/colord-kde/colord-kde-0.5.0-r1.ebuild b/kde-misc/colord-kde/colord-kde-0.5.0-r1.ebuild deleted file mode 100644 index 74efceffb01a..000000000000 --- a/kde-misc/colord-kde/colord-kde-0.5.0-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Provides interfaces and session daemon to colord" -HOMEPAGE="https://cgit.kde.org/colord-kde.git" -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz -https://dev.gentoo.org/~asturm/distfiles/${P}-patches.tar.xz" - -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - media-libs/lcms:2 - x11-libs/libxcb - x11-libs/libX11 - x11-libs/libXrandr -" -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kwindowsystem) -" -RDEPEND="${COMMON_DEPEND} - $(add_plasma_dep kde-cli-tools) - x11-misc/colord -" - -PATCHES=( "${WORKDIR}/${P}-patches" ) - -pkg_postinst() { - kde5_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 -} |