media-gfx/kcoloredit: Add 2.0.0_p20171121 KF5-based snapshot
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 12 Dec 2017 22:20:31 +0000 (23:20 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 12 Dec 2017 23:01:09 +0000 (00:01 +0100)
Bug: https://bugs.gentoo.org/634326
Package-Manager: Portage-2.3.18, Repoman-2.3.6

media-gfx/kcoloredit/Manifest
media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121.ebuild [new file with mode: 0644]

index 60bd9cd885448ec0bfe85f0476de8a662e8fea6d..3d4e30aea66a6a8162dd9865a2835095661e0cb3 100644 (file)
@@ -1 +1,2 @@
 DIST kcoloredit-2.0.0-kde4.4.0.tar.bz2 156462 BLAKE2B d5414e4152b31b18b234181a1c6ce44d5f45e0f17e3299b9e46a4efe3fb15093dc64d580432df35a6c5988fba72cf191197f316faa1d23f9a0eb2d8bbb00d42a SHA512 93a418e475bb8f494a90c409c60573d3d7936921b7dac5b1dd669d0934123b234df013c0b1a594f211c33200b62d3b8edef80a826f6f75da110ec8a1af99a140
+DIST kcoloredit-2.0.0_p20171121.tar.gz 67173 BLAKE2B 2114da34e47768113bf643380efd29e59980f5bcfd544b183db7201b6d4707b81bbdc908476c6c5d36acf8b04e68c6ba1f85aab6f2e7594124f9ce4cbc496e54 SHA512 82dd71e45121357a7da45247862f4f9679fbd132e09e8fb85c0cbef6b73069443f84fe51ec642d30b0ff9b5db10aebf34978000636375afff6c91b49089a9554
diff --git a/media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121.ebuild b/media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121.ebuild
new file mode 100644 (file)
index 0000000..95cb225
--- /dev/null
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=50ac0509891343bc01a0aeffda5a44a1e65d9d04
+EGIT_BRANCH="frameworks"
+KDE_HANDBOOK="forceoptional"
+inherit kde5 vcs-snapshot
+
+DESCRIPTION="Tool for editing color palettes"
+HOMEPAGE="https://userbase.kde.org/KColorEdit"
+SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+       $(add_frameworks_dep kactivities)
+       $(add_frameworks_dep kcompletion)
+       $(add_frameworks_dep kconfig)
+       $(add_frameworks_dep kconfigwidgets)
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep kdelibs4support)
+       $(add_frameworks_dep kguiaddons)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep kiconthemes)
+       $(add_frameworks_dep kio)
+       $(add_frameworks_dep ktextwidgets)
+       $(add_frameworks_dep kwidgetsaddons)
+       $(add_frameworks_dep kxmlgui)
+       $(add_qt_dep qtgui)
+       $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+       !media-gfx/kcoloredit:4
+"