commit:     3ecc4c7a2888bd061f4b807b538ac9bd50a008ea
Author:     David Flogeras <dflogeras2 <AT> gmail <DOT> com>
AuthorDate: Mon May 25 17:40:03 2020 +0000
Commit:     David Flogeras <dflogeras2 <AT> gmail <DOT> com>
CommitDate: Mon May 25 17:40:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ecc4c7a

x11-libs/kcolorpicker: New package, required for ksnip

Signed-off-by: David Flogeras <dflogeras2 <AT> gmail.com>

 x11-libs/kcolorpicker/Manifest                  |  1 +
 x11-libs/kcolorpicker/kcolorpicker-0.1.2.ebuild | 23 +++++++++++++++++++++++
 x11-libs/kcolorpicker/metadata.xml              | 10 ++++++++++
 3 files changed, 34 insertions(+)

diff --git a/x11-libs/kcolorpicker/Manifest b/x11-libs/kcolorpicker/Manifest
new file mode 100644
index 0000000..1c7127c
--- /dev/null
+++ b/x11-libs/kcolorpicker/Manifest
@@ -0,0 +1 @@
+DIST kColorPicker-0.1.2.tar.gz 11534 BLAKE2B 
53acd4e9b7dbd4796a2a3dd1c20f36ac12c40570b083c4197d583ee422f9ec484ff62aae38353c6b03e699f29a93bfec4e7065a85da9c7a82a72e81cb139603d
 SHA512 
d2c135c84000a0b3aae66fa90807c5d62f93588eda4e7ea503a94a236ee197e1b852d1b9c0bd9cdf611afa1b42ffbfcfa1d4c4f13ff88b9c8765f6a3631cfbc8

diff --git a/x11-libs/kcolorpicker/kcolorpicker-0.1.2.ebuild 
b/x11-libs/kcolorpicker/kcolorpicker-0.1.2.ebuild
new file mode 100644
index 0000000..71a0769
--- /dev/null
+++ b/x11-libs/kcolorpicker/kcolorpicker-0.1.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Qt based Color Picker with popup menu"
+HOMEPAGE="https://github.com/ksnip/kColorPicker";
+MY_PN=kColorPicker
+MY_P="${MY_PN}-${PV}"
+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=""
+
+DEPEND="dev-qt/qtwidgets:5[png]"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/${MY_P}"

diff --git a/x11-libs/kcolorpicker/metadata.xml 
b/x11-libs/kcolorpicker/metadata.xml
new file mode 100644
index 0000000..47d516c
--- /dev/null
+++ b/x11-libs/kcolorpicker/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+        <maintainer type="person">
+                <email>[email protected]</email>
+                <name>David Flogeras</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 via email to