summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-08 11:02:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-08 21:28:06 +0200
commit218a77609488e4a9730d986e34f73dcc78efb04f (patch)
tree8f742c4835b254ad12c330904e155a3ef2e9b704 /media-gfx/kxstitch/kxstitch-2.2.0.ebuild
parentnet-misc/wicd: Drop bogus kde-frameworks/kdesu alt. RDEPEND (diff)
downloadgentoo-218a77609488e4a9730d986e34f73dcc78efb04f.tar.gz
gentoo-218a77609488e4a9730d986e34f73dcc78efb04f.tar.bz2
gentoo-218a77609488e4a9730d986e34f73dcc78efb04f.zip
media-gfx/kxstitch: 2.2.0 version bump
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/kxstitch/kxstitch-2.2.0.ebuild')
-rw-r--r--media-gfx/kxstitch/kxstitch-2.2.0.ebuild41
1 files changed, 41 insertions, 0 deletions
diff --git a/media-gfx/kxstitch/kxstitch-2.2.0.ebuild b/media-gfx/kxstitch/kxstitch-2.2.0.ebuild
new file mode 100644
index 000000000000..94faf7f2268d
--- /dev/null
+++ b/media-gfx/kxstitch/kxstitch-2.2.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Program to create cross stitch patterns"
+HOMEPAGE="https://userbase.kde.org/KXStitch"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE=""
+
+BDEPEND="
+ sys-devel/gettext
+"
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtprintsupport)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ $(add_qt_dep qtxml)
+ media-gfx/imagemagick[cxx]
+ x11-libs/libX11
+"
+RDEPEND="${DEPEND}
+ !media-gfx/kxstitch:4
+"