diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-01-17 19:59:48 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-01-17 20:06:44 +1100 |
commit | 25db6c62f87aa3ff6d488b4611e2babd23089ed5 (patch) | |
tree | d2c282a0c912578893253be0d6ea0b9778321cca /media-gfx | |
parent | net-misc/openssh: rev bump to pick up new x509 patch (diff) | |
download | gentoo-25db6c62f87aa3ff6d488b4611e2babd23089ed5.tar.gz gentoo-25db6c62f87aa3ff6d488b4611e2babd23089ed5.tar.bz2 gentoo-25db6c62f87aa3ff6d488b4611e2babd23089ed5.zip |
media-gfx/kxstitch: version bump
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/kxstitch/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/kxstitch/kxstitch-1.3.0.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/media-gfx/kxstitch/Manifest b/media-gfx/kxstitch/Manifest index 0c19aefc525c..cca96b333521 100644 --- a/media-gfx/kxstitch/Manifest +++ b/media-gfx/kxstitch/Manifest @@ -1 +1,2 @@ DIST kxstitch-1.2.0.tar.bz2 1995295 SHA256 12946cdba1278bc68d3ca11c0db1963dbe3363d0f6aa814cb9e8d6e49f5132da SHA512 bd1bf32cb1cf188e03c17ddc3f3aa9e19e5551f0f3c58afa7951975b9a149f164b6d19f6c9011770c8d40724b9056c8d42202a4bd8712dda995439159c84c5f5 WHIRLPOOL b19a595f4a1fe08707d8ce122beae169ed8607ca81286d0d63359ff79aef10f446f3b23a3fb9f40dfaa455f879011f78138c516704e961c3901c76eb88b56992 +DIST kxstitch-1.3.0.tar.bz2 1982487 SHA256 675fdcf0d7c171c8b41c8156143530a981a707c705e45663e70946ca4e707f16 SHA512 f1a422b9f5e6850e1864b1c54c2af732d53af07d5b310241446e7cae810cfc0f97cfe99792ae3fb9e7ddf9efd5203fc8bede132a2a9c8b3be5057b4d338d4cda WHIRLPOOL 75f6b9ab6638bf9e7960d55ca291d28c6bf814fb799b345f4c08b6072c702f6ed3889c0d4c53889493b5c5c29b6efa5253bf8d7089e33b6cf56f0dc13becf0a4 diff --git a/media-gfx/kxstitch/kxstitch-1.3.0.ebuild b/media-gfx/kxstitch/kxstitch-1.3.0.ebuild new file mode 100644 index 000000000000..e09091cf3e6a --- /dev/null +++ b/media-gfx/kxstitch/kxstitch-1.3.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_DOC_DIRS="doc-translations/%lingua_${PN}" +KDE_HANDBOOK="optional" +KDE_LINGUAS="bs ca ca@valencia cs da de en_GB es et fr hu it ja lt nl pl pt pt_BR sk sv tr uk" +inherit kde4-base + +DESCRIPTION="Program to create cross stitch patterns" +HOMEPAGE="https://userbase.kde.org/KXStitch" +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="4" +KEYWORDS="~amd64" +IUSE="debug" + +RDEPEND=" + media-gfx/imagemagick[cxx] + x11-libs/libX11 +" +DEPEND="${RDEPEND} + sys-devel/gettext +" |