public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/kimageannotator/, media-libs/kcolorpicker/
@ 2021-06-22  9:02 Joonas Niilola
  0 siblings, 0 replies; only message in thread
From: Joonas Niilola @ 2021-06-22  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     0861daf000d833e9ec899d9769045c5b09bad011
Author:     David Flogeras <dflogeras2 <AT> gmail <DOT> com>
AuthorDate: Mon May 31 13:53:51 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 08:46:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0861daf0

media-libs/kimageannotator: 0.4.2 and 0.5.1 bumps

Bug: https://bugs.gentoo.org/793209
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: David Flogeras <dflogeras2 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21061
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild          |  2 +-
 media-libs/kimageannotator/Manifest                        |  2 ++
 .../kimageannotator-0.4.2.ebuild}                          | 14 ++++++++++----
 .../kimageannotator-0.5.1.ebuild}                          | 14 ++++++++++----
 4 files changed, 23 insertions(+), 9 deletions(-)

diff --git a/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild b/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild
index 497f088f00b..db84df68116 100644
--- a/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild
+++ b/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
 S="${WORKDIR}/${MY_P}"
 
 src_configure() {
-	local mycmakeargs+=(
+	local mycmakeargs=(
 		-DBUILD_TESTS=$(usex test)
 	)
 	cmake_src_configure

diff --git a/media-libs/kimageannotator/Manifest b/media-libs/kimageannotator/Manifest
index 4dcd1bacf96..17fbd8d5d4b 100644
--- a/media-libs/kimageannotator/Manifest
+++ b/media-libs/kimageannotator/Manifest
@@ -1 +1,3 @@
 DIST kImageAnnotator-0.4.1.tar.gz 165976 BLAKE2B e25679416b411082aeaefa8d56aba203443c5a8fedef418caf7bd48b6facc07bfa4ed336d3f49970366023200bd4c0456ac631edc6b6c858b095f4410195761c SHA512 f133bfc81dc0aafd31a4deae2cb6a45b9d7941b27be3027ded7ffa59efe35c0f0a313b3076f672b93acbbfeccedf4832193fafe90c0fef004fab644d1da0dadb
+DIST kImageAnnotator-0.4.2.tar.gz 166061 BLAKE2B 83e53b89a09800ebd4fbbd23b893811b20375b24e43289bf4b21766f1b77851f86686a6c18f0da7baf78b7317ddc7f9348460d4c4c7cc0fb2b4767c549355fbe SHA512 33323c774bd3e6a72d3fb575c006c9e00111840c7a277e0f20554cef184b256d4e3b810bba11dd71cee8c257d0a48103e52b24b458bad2ece8b0d0cb94db4ec9
+DIST kImageAnnotator-0.5.1.tar.gz 214671 BLAKE2B 0dc6496534c045408e64fea7d9cc80acb7891fa009cfae5be28415e80914e726b4a2927d55156520414f35bed727e7d4470f593d5b3feb04da3e8c47a8d612c7 SHA512 221ed21c5a5156a9d7cdff70d7f4c1dd186fa40f7ba0d6d0bcfd87e6d045967b83c647378f1981b33307bd6e1b52722e2e9f4229c12fc18c840040fb4f405552

diff --git a/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild b/media-libs/kimageannotator/kimageannotator-0.4.2.ebuild
similarity index 71%
copy from media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild
copy to media-libs/kimageannotator/kimageannotator-0.4.2.ebuild
index 497f088f00b..0959a13d976 100644
--- a/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild
+++ b/media-libs/kimageannotator/kimageannotator-0.4.2.ebuild
@@ -6,11 +6,11 @@ EAPI=7
 VIRTUALX_REQUIRED="test"
 inherit cmake virtualx
 
-MY_PN=kColorPicker
+MY_PN=kImageAnnotator
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="Qt based color picker with popup menu"
-HOMEPAGE="https://github.com/ksnip/kColorPicker"
+DESCRIPTION="Tool for annotating images"
+HOMEPAGE="https://github.com/ksnip/kImageAnnotator"
 SRC_URI="https://github.com/ksnip/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
 
 LICENSE="LGPL-3+"
@@ -21,16 +21,22 @@ IUSE="test"
 RDEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
+	dev-qt/qtsvg:5
 	dev-qt/qtwidgets:5[png]
+	>=media-libs/kcolorpicker-0.1.5
+	x11-libs/libX11
 "
 DEPEND="${RDEPEND}
 	test? ( dev-qt/qttest:5 )
 "
+BDEPEND="
+	dev-qt/linguist-tools:5
+"
 
 S="${WORKDIR}/${MY_P}"
 
 src_configure() {
-	local mycmakeargs+=(
+	local mycmakeargs=(
 		-DBUILD_TESTS=$(usex test)
 	)
 	cmake_src_configure

diff --git a/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild b/media-libs/kimageannotator/kimageannotator-0.5.1.ebuild
similarity index 71%
copy from media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild
copy to media-libs/kimageannotator/kimageannotator-0.5.1.ebuild
index 497f088f00b..80ea9eb9139 100644
--- a/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild
+++ b/media-libs/kimageannotator/kimageannotator-0.5.1.ebuild
@@ -6,11 +6,11 @@ EAPI=7
 VIRTUALX_REQUIRED="test"
 inherit cmake virtualx
 
-MY_PN=kColorPicker
+MY_PN=kImageAnnotator
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="Qt based color picker with popup menu"
-HOMEPAGE="https://github.com/ksnip/kColorPicker"
+DESCRIPTION="Tool for annotating images"
+HOMEPAGE="https://github.com/ksnip/kImageAnnotator"
 SRC_URI="https://github.com/ksnip/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
 
 LICENSE="LGPL-3+"
@@ -21,16 +21,22 @@ IUSE="test"
 RDEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
+	dev-qt/qtsvg:5
 	dev-qt/qtwidgets:5[png]
+	>=media-libs/kcolorpicker-0.1.6
+	x11-libs/libX11
 "
 DEPEND="${RDEPEND}
 	test? ( dev-qt/qttest:5 )
 "
+BDEPEND="
+	dev-qt/linguist-tools:5
+"
 
 S="${WORKDIR}/${MY_P}"
 
 src_configure() {
-	local mycmakeargs+=(
+	local mycmakeargs=(
 		-DBUILD_TESTS=$(usex test)
 	)
 	cmake_src_configure


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-22  9:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-22  9:02 [gentoo-commits] repo/gentoo:master commit in: media-libs/kimageannotator/, media-libs/kcolorpicker/ Joonas Niilola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox