Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/kimageannotator/, media-libs/kcolorpicker/
Date: Tue, 22 Jun 2021 09:02:15
Message-Id: 1624351591.0861daf000d833e9ec899d9769045c5b09bad011.juippis@gentoo
1 commit: 0861daf000d833e9ec899d9769045c5b09bad011
2 Author: David Flogeras <dflogeras2 <AT> gmail <DOT> com>
3 AuthorDate: Mon May 31 13:53:51 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 08:46:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0861daf0
7
8 media-libs/kimageannotator: 0.4.2 and 0.5.1 bumps
9
10 Bug: https://bugs.gentoo.org/793209
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: David Flogeras <dflogeras2 <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/21061
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild | 2 +-
17 media-libs/kimageannotator/Manifest | 2 ++
18 .../kimageannotator-0.4.2.ebuild} | 14 ++++++++++----
19 .../kimageannotator-0.5.1.ebuild} | 14 ++++++++++----
20 4 files changed, 23 insertions(+), 9 deletions(-)
21
22 diff --git a/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild b/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild
23 index 497f088f00b..db84df68116 100644
24 --- a/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild
25 +++ b/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild
26 @@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
27 S="${WORKDIR}/${MY_P}"
28
29 src_configure() {
30 - local mycmakeargs+=(
31 + local mycmakeargs=(
32 -DBUILD_TESTS=$(usex test)
33 )
34 cmake_src_configure
35
36 diff --git a/media-libs/kimageannotator/Manifest b/media-libs/kimageannotator/Manifest
37 index 4dcd1bacf96..17fbd8d5d4b 100644
38 --- a/media-libs/kimageannotator/Manifest
39 +++ b/media-libs/kimageannotator/Manifest
40 @@ -1 +1,3 @@
41 DIST kImageAnnotator-0.4.1.tar.gz 165976 BLAKE2B e25679416b411082aeaefa8d56aba203443c5a8fedef418caf7bd48b6facc07bfa4ed336d3f49970366023200bd4c0456ac631edc6b6c858b095f4410195761c SHA512 f133bfc81dc0aafd31a4deae2cb6a45b9d7941b27be3027ded7ffa59efe35c0f0a313b3076f672b93acbbfeccedf4832193fafe90c0fef004fab644d1da0dadb
42 +DIST kImageAnnotator-0.4.2.tar.gz 166061 BLAKE2B 83e53b89a09800ebd4fbbd23b893811b20375b24e43289bf4b21766f1b77851f86686a6c18f0da7baf78b7317ddc7f9348460d4c4c7cc0fb2b4767c549355fbe SHA512 33323c774bd3e6a72d3fb575c006c9e00111840c7a277e0f20554cef184b256d4e3b810bba11dd71cee8c257d0a48103e52b24b458bad2ece8b0d0cb94db4ec9
43 +DIST kImageAnnotator-0.5.1.tar.gz 214671 BLAKE2B 0dc6496534c045408e64fea7d9cc80acb7891fa009cfae5be28415e80914e726b4a2927d55156520414f35bed727e7d4470f593d5b3feb04da3e8c47a8d612c7 SHA512 221ed21c5a5156a9d7cdff70d7f4c1dd186fa40f7ba0d6d0bcfd87e6d045967b83c647378f1981b33307bd6e1b52722e2e9f4229c12fc18c840040fb4f405552
44
45 diff --git a/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild b/media-libs/kimageannotator/kimageannotator-0.4.2.ebuild
46 similarity index 71%
47 copy from media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild
48 copy to media-libs/kimageannotator/kimageannotator-0.4.2.ebuild
49 index 497f088f00b..0959a13d976 100644
50 --- a/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild
51 +++ b/media-libs/kimageannotator/kimageannotator-0.4.2.ebuild
52 @@ -6,11 +6,11 @@ EAPI=7
53 VIRTUALX_REQUIRED="test"
54 inherit cmake virtualx
55
56 -MY_PN=kColorPicker
57 +MY_PN=kImageAnnotator
58 MY_P="${MY_PN}-${PV}"
59
60 -DESCRIPTION="Qt based color picker with popup menu"
61 -HOMEPAGE="https://github.com/ksnip/kColorPicker"
62 +DESCRIPTION="Tool for annotating images"
63 +HOMEPAGE="https://github.com/ksnip/kImageAnnotator"
64 SRC_URI="https://github.com/ksnip/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
65
66 LICENSE="LGPL-3+"
67 @@ -21,16 +21,22 @@ IUSE="test"
68 RDEPEND="
69 dev-qt/qtcore:5
70 dev-qt/qtgui:5
71 + dev-qt/qtsvg:5
72 dev-qt/qtwidgets:5[png]
73 + >=media-libs/kcolorpicker-0.1.5
74 + x11-libs/libX11
75 "
76 DEPEND="${RDEPEND}
77 test? ( dev-qt/qttest:5 )
78 "
79 +BDEPEND="
80 + dev-qt/linguist-tools:5
81 +"
82
83 S="${WORKDIR}/${MY_P}"
84
85 src_configure() {
86 - local mycmakeargs+=(
87 + local mycmakeargs=(
88 -DBUILD_TESTS=$(usex test)
89 )
90 cmake_src_configure
91
92 diff --git a/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild b/media-libs/kimageannotator/kimageannotator-0.5.1.ebuild
93 similarity index 71%
94 copy from media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild
95 copy to media-libs/kimageannotator/kimageannotator-0.5.1.ebuild
96 index 497f088f00b..80ea9eb9139 100644
97 --- a/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild
98 +++ b/media-libs/kimageannotator/kimageannotator-0.5.1.ebuild
99 @@ -6,11 +6,11 @@ EAPI=7
100 VIRTUALX_REQUIRED="test"
101 inherit cmake virtualx
102
103 -MY_PN=kColorPicker
104 +MY_PN=kImageAnnotator
105 MY_P="${MY_PN}-${PV}"
106
107 -DESCRIPTION="Qt based color picker with popup menu"
108 -HOMEPAGE="https://github.com/ksnip/kColorPicker"
109 +DESCRIPTION="Tool for annotating images"
110 +HOMEPAGE="https://github.com/ksnip/kImageAnnotator"
111 SRC_URI="https://github.com/ksnip/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
112
113 LICENSE="LGPL-3+"
114 @@ -21,16 +21,22 @@ IUSE="test"
115 RDEPEND="
116 dev-qt/qtcore:5
117 dev-qt/qtgui:5
118 + dev-qt/qtsvg:5
119 dev-qt/qtwidgets:5[png]
120 + >=media-libs/kcolorpicker-0.1.6
121 + x11-libs/libX11
122 "
123 DEPEND="${RDEPEND}
124 test? ( dev-qt/qttest:5 )
125 "
126 +BDEPEND="
127 + dev-qt/linguist-tools:5
128 +"
129
130 S="${WORKDIR}/${MY_P}"
131
132 src_configure() {
133 - local mycmakeargs+=(
134 + local mycmakeargs=(
135 -DBUILD_TESTS=$(usex test)
136 )
137 cmake_src_configure