Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kxstitch/
Date: Sat, 03 Feb 2018 23:19:22
Message-Id: 1517699945.a7c3f344ee2b7cd74ee7c5287a547e040c2c9b7d.asturm@gentoo
1 commit: a7c3f344ee2b7cd74ee7c5287a547e040c2c9b7d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 23:06:05 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 23:19:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c3f344
7
8 media-gfx/kxstitch: 2.1.1 version bump
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-gfx/kxstitch/Manifest | 1 +
13 media-gfx/kxstitch/kxstitch-2.1.1.ebuild | 41 ++++++++++++++++++++++++++++++++
14 2 files changed, 42 insertions(+)
15
16 diff --git a/media-gfx/kxstitch/Manifest b/media-gfx/kxstitch/Manifest
17 index 49c9a4f600c..5f57d7200fa 100644
18 --- a/media-gfx/kxstitch/Manifest
19 +++ b/media-gfx/kxstitch/Manifest
20 @@ -1,2 +1,3 @@
21 DIST kxstitch-2.0.0.tar.xz 1681648 BLAKE2B 669eda3060244636b4ad8bb6e7e7899eb183d7a0f3b264bc40c3bda7146be2a6e10b165165889b7d0043dc5921ff8153775dfa5436546e3cd7be99a4cc144434 SHA512 0ce9ec517659fd9a3163671cdb32d451487aa812355c9abb38cf143192ed49e3e32afc003a0064e9a63303b5de40d8859f92066d886dc06c6d1fe03c8790122f
22 DIST kxstitch-2.1.0.tar.xz 1727616 BLAKE2B 34e362b37ef94ed9657254fc4887eb77b0937c4ebdc2b76b09ae9ebbbe6dc490fdafa4c189a87177c26bc1d24fa0b150436a547c3b82dbf74b269fd87f674928 SHA512 c31b8f4c33a86967b02ad2d6c9be84931e607644c8683c41b3160c86fee8714d77a10f770d94ae3905c81261dfdaf13957783a83d2235594656bf2884f944608
23 +DIST kxstitch-2.1.1.tar.xz 1726364 BLAKE2B 47257408f31ca7db4bddf984150baac6cd850206cedb95c73b0d62ee9f966028afd97bb3653b385104a1c679512c35f41aa25c5b703c715e565d48cfda59da36 SHA512 d5a6b6d06bfb894dd7404cb81350389f1ebf5c8a463eb792358abd67f362d1e1f578d06319461a006625864f1c4a69ebb4ccd0db422870c3eae0516c9132a3b3
24
25 diff --git a/media-gfx/kxstitch/kxstitch-2.1.1.ebuild b/media-gfx/kxstitch/kxstitch-2.1.1.ebuild
26 new file mode 100644
27 index 00000000000..3e24a1c98c3
28 --- /dev/null
29 +++ b/media-gfx/kxstitch/kxstitch-2.1.1.ebuild
30 @@ -0,0 +1,41 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +KDE_HANDBOOK="forceoptional"
37 +inherit kde5
38 +
39 +DESCRIPTION="Program to create cross stitch patterns"
40 +HOMEPAGE="https://userbase.kde.org/KXStitch"
41 +SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
42 +
43 +LICENSE="GPL-2+"
44 +SLOT="5"
45 +KEYWORDS="~amd64"
46 +IUSE=""
47 +
48 +COMMON_DEPEND="
49 + $(add_frameworks_dep kcompletion)
50 + $(add_frameworks_dep kconfig)
51 + $(add_frameworks_dep kconfigwidgets)
52 + $(add_frameworks_dep kcoreaddons)
53 + $(add_frameworks_dep ki18n)
54 + $(add_frameworks_dep kio)
55 + $(add_frameworks_dep ktextwidgets)
56 + $(add_frameworks_dep kwidgetsaddons)
57 + $(add_frameworks_dep kxmlgui)
58 + $(add_qt_dep qtgui)
59 + $(add_qt_dep qtprintsupport)
60 + $(add_qt_dep qtwidgets)
61 + $(add_qt_dep qtx11extras)
62 + $(add_qt_dep qtxml)
63 + media-gfx/imagemagick[cxx]
64 + x11-libs/libX11
65 +"
66 +DEPEND="${COMMON_DEPEND}
67 + sys-devel/gettext
68 +"
69 +RDEPEND="${COMMON_DEPEND}
70 + !media-gfx/kxstitch:4
71 +"