diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-12-05 04:06:21 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-12-05 04:06:34 +1100 |
commit | 7fa8d18f4521e5f2d46e8c0a2a26d92930a85d41 (patch) | |
tree | 6a9e474b0cd3dc4bc74e78bad97184e4bfbf25e4 /media-gfx/kxstitch | |
parent | sys-libs/uid_wrapper-1.2.1-r0: keyworded for ~alpha (diff) | |
download | gentoo-7fa8d18f4521e5f2d46e8c0a2a26d92930a85d41.tar.gz gentoo-7fa8d18f4521e5f2d46e8c0a2a26d92930a85d41.tar.bz2 gentoo-7fa8d18f4521e5f2d46e8c0a2a26d92930a85d41.zip |
media-gfx/kxstitch: version bump to 2.0.0
Package-Manager: portage-2.3.2
Diffstat (limited to 'media-gfx/kxstitch')
-rw-r--r-- | media-gfx/kxstitch/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/kxstitch/kxstitch-2.0.0.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/media-gfx/kxstitch/Manifest b/media-gfx/kxstitch/Manifest index 4941013750e3..481e60e152d8 100644 --- a/media-gfx/kxstitch/Manifest +++ b/media-gfx/kxstitch/Manifest @@ -1 +1,2 @@ DIST kxstitch-1.3.0.tar.bz2 1982487 SHA256 675fdcf0d7c171c8b41c8156143530a981a707c705e45663e70946ca4e707f16 SHA512 f1a422b9f5e6850e1864b1c54c2af732d53af07d5b310241446e7cae810cfc0f97cfe99792ae3fb9e7ddf9efd5203fc8bede132a2a9c8b3be5057b4d338d4cda WHIRLPOOL 75f6b9ab6638bf9e7960d55ca291d28c6bf814fb799b345f4c08b6072c702f6ed3889c0d4c53889493b5c5c29b6efa5253bf8d7089e33b6cf56f0dc13becf0a4 +DIST kxstitch-2.0.0.tar.xz 1681648 SHA256 430db19729c907c845d35e2ab3887ace2bc21913ab08ea7471c71c9b84fcc783 SHA512 0ce9ec517659fd9a3163671cdb32d451487aa812355c9abb38cf143192ed49e3e32afc003a0064e9a63303b5de40d8859f92066d886dc06c6d1fe03c8790122f WHIRLPOOL 1c4965e7b536e2d6a2f98855372798c305840238e068465d95c2e2fccb7db419f049ad19d45461ccad544be8c55fcbd47c6cb02fc3c9dd333cbfca8a446e1e53 diff --git a/media-gfx/kxstitch/kxstitch-2.0.0.ebuild b/media-gfx/kxstitch/kxstitch-2.0.0.ebuild new file mode 100644 index 000000000000..972e2c077cca --- /dev/null +++ b/media-gfx/kxstitch/kxstitch-2.0.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +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}/src/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="5" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + $(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 + !media-gfx/kxstitch:4 +" +DEPEND="${RDEPEND} + sys-devel/gettext +" |