public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/kcolorpicker/
Date: Fri,  8 Jan 2021 00:00:03 +0000 (UTC)	[thread overview]
Message-ID: <1610063810.e0646fe8cd8102d0c0d2a467c2a6b7018429fbfa.asturm@gentoo> (raw)

commit:     e0646fe8cd8102d0c0d2a467c2a6b7018429fbfa
Author:     David Flogeras <dflogeras2 <AT> gmail <DOT> com>
AuthorDate: Tue Sep  8 21:41:01 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 23:56:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0646fe8

media-libs/kcolorpicker: New package

This package (and media-libs/kimageannotator) will soon be dependencies
of kde-apps/spectacle to add annotation capabilities.  I have been
maintaining both in the GURU overlay since about May 2020.

Suggested-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Bug: https://bugs.gentoo.org/723758
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: David Flogeras <dflogeras2 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17477
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/kcolorpicker/Manifest                  |  1 +
 media-libs/kcolorpicker/kcolorpicker-0.1.4.ebuild | 41 +++++++++++++++++++++++
 media-libs/kcolorpicker/metadata.xml              | 16 +++++++++
 3 files changed, 58 insertions(+)

diff --git a/media-libs/kcolorpicker/Manifest b/media-libs/kcolorpicker/Manifest
new file mode 100644
index 00000000000..f1b0cd4c0c9
--- /dev/null
+++ b/media-libs/kcolorpicker/Manifest
@@ -0,0 +1 @@
+DIST kColorPicker-0.1.4.tar.gz 11438 BLAKE2B 407211d5938d78aa8bfe193c037a3224ab51cacec7213e4526689ba38a800db2f5df4b0804cd3cc428765a22f426b50d870a355ce07d3f40ff231b8d4f44bf93 SHA512 135b8e0e189feb724f6a4f6a09b8e18922d294fbb3c80cd8522acec272ad0503eff5bf375ae7d58b1dd2f891dc0df187b2a3442726f8ff980583c475090b8673

diff --git a/media-libs/kcolorpicker/kcolorpicker-0.1.4.ebuild b/media-libs/kcolorpicker/kcolorpicker-0.1.4.ebuild
new file mode 100644
index 00000000000..4867e8b9369
--- /dev/null
+++ b/media-libs/kcolorpicker/kcolorpicker-0.1.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VIRTUALX_REQUIRED="test"
+inherit cmake virtualx
+
+MY_PN=kColorPicker
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Qt based color picker with popup menu"
+HOMEPAGE="https://github.com/ksnip/kColorPicker"
+SRC_URI="https://github.com/ksnip/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5[png]
+"
+DEPEND="${RDEPEND}
+	test? ( dev-qt/qttest:5 )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+	local mycmakeargs+=(
+		-DBUILD_TESTS=$(usex test)
+	)
+	cmake_src_configure
+}
+
+src_test() {
+	virtx cmake_src_test
+}

diff --git a/media-libs/kcolorpicker/metadata.xml b/media-libs/kcolorpicker/metadata.xml
new file mode 100644
index 00000000000..e8952720fce
--- /dev/null
+++ b/media-libs/kcolorpicker/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>dflogeras2@gmail.com</email>
+		<name>David Flogeras</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription lang="en">QToolButton with color popup menu with lets you
+		select a color. The popup features a color dialog button which can be
+		used to add custom colors to the popup menu.
+	</longdescription>
+</pkgmetadata>


             reply	other threads:[~2021-01-08  0:00 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-08  0:00 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-19 19:17 [gentoo-commits] repo/gentoo:master commit in: media-libs/kcolorpicker/ Sam James
2021-01-28 18:04 Georgy Yakovlev
2021-02-23 20:10 Andreas Sturmlechner
2021-02-23 20:10 Andreas Sturmlechner
2021-04-06  6:31 Agostino Sarubbo
2021-06-22  9:02 Joonas Niilola
2021-11-29 14:05 Andreas Sturmlechner
2022-08-31  8:42 Joonas Niilola
2022-10-31  1:26 WANG Xuerui
2023-05-14  8:48 Sam James
2023-05-14  8:48 Sam James
2023-05-14  9:17 Sam James
2023-05-14 10:29 Andreas Sturmlechner
2024-02-24 11:13 Alexey Shvetsov
2024-02-27 19:50 Andreas Sturmlechner
2024-02-27 19:50 Andreas Sturmlechner
2024-03-10 16:51 Andreas Sturmlechner
2024-03-10 16:51 Andreas Sturmlechner
2024-10-01 18:23 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1610063810.e0646fe8cd8102d0c0d2a467c2a6b7018429fbfa.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox