diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-24 15:43:59 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-24 16:54:47 +0100 |
commit | 2ffc69a2e7cd27e98a62bd6900d598ef07adaf64 (patch) | |
tree | fc47bf0de9b5e145347bb85333cff1a16512fd80 | |
parent | 191b967e0560af7b0afc464f8bd3cfeebb3f545a (diff) | |
download | gentoo-2ffc69a2e7cd27e98a62bd6900d598ef07adaf64.tar.gz gentoo-2ffc69a2e7cd27e98a62bd6900d598ef07adaf64.tar.xz |
media-gfx/kxstitch: EAPI-7 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | media-gfx/kxstitch/kxstitch-2.1.1-r1.ebuild | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/media-gfx/kxstitch/kxstitch-2.1.1-r1.ebuild b/media-gfx/kxstitch/kxstitch-2.1.1-r1.ebuild new file mode 100644 index 00000000000..bf995e2e238 --- /dev/null +++ b/media-gfx/kxstitch/kxstitch-2.1.1-r1.ebuild @@ -0,0 +1,43 @@ +# 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 +" + +PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" ) |