diff options
author | David Flogeras <dflogeras2@gmail.com> | 2020-06-25 14:01:16 -0300 |
---|---|---|
committer | David Flogeras <dflogeras2@gmail.com> | 2020-06-25 14:03:05 -0300 |
commit | 31ae0274f92ff6d7f29d8810d51adf4845cab36e (patch) | |
tree | 033c21356a7d33cabd4884985ec3b7a9952beb56 /x11-libs | |
parent | profiles/updates/2Q-2020: added usockets and uwebsockets move (diff) | |
download | guru-31ae0274f92ff6d7f29d8810d51adf4845cab36e.tar.gz guru-31ae0274f92ff6d7f29d8810d51adf4845cab36e.tar.bz2 guru-31ae0274f92ff6d7f29d8810d51adf4845cab36e.zip |
x11-libs/kcolorpicker: Bump to 0.1.4
Signed-off-by: David Flogeras <dflogeras2@gmail.com>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/kcolorpicker/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/kcolorpicker/kcolorpicker-0.1.4.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/x11-libs/kcolorpicker/Manifest b/x11-libs/kcolorpicker/Manifest index 1c7127cbd..bd34c038f 100644 --- a/x11-libs/kcolorpicker/Manifest +++ b/x11-libs/kcolorpicker/Manifest @@ -1 +1,2 @@ DIST kColorPicker-0.1.2.tar.gz 11534 BLAKE2B 53acd4e9b7dbd4796a2a3dd1c20f36ac12c40570b083c4197d583ee422f9ec484ff62aae38353c6b03e699f29a93bfec4e7065a85da9c7a82a72e81cb139603d SHA512 d2c135c84000a0b3aae66fa90807c5d62f93588eda4e7ea503a94a236ee197e1b852d1b9c0bd9cdf611afa1b42ffbfcfa1d4c4f13ff88b9c8765f6a3631cfbc8 +DIST kColorPicker-0.1.4.tar.gz 11438 BLAKE2B 407211d5938d78aa8bfe193c037a3224ab51cacec7213e4526689ba38a800db2f5df4b0804cd3cc428765a22f426b50d870a355ce07d3f40ff231b8d4f44bf93 SHA512 135b8e0e189feb724f6a4f6a09b8e18922d294fbb3c80cd8522acec272ad0503eff5bf375ae7d58b1dd2f891dc0df187b2a3442726f8ff980583c475090b8673 diff --git a/x11-libs/kcolorpicker/kcolorpicker-0.1.4.ebuild b/x11-libs/kcolorpicker/kcolorpicker-0.1.4.ebuild new file mode 100644 index 000000000..71a076931 --- /dev/null +++ b/x11-libs/kcolorpicker/kcolorpicker-0.1.4.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}" |