guru/x11-libs/kcolorpicker/kcolorpicker-0.1.4.ebuild
David Flogeras 31ae0274f9
x11-libs/kcolorpicker: Bump to 0.1.4
Signed-off-by: David Flogeras <dflogeras2@gmail.com>
2020-06-25 14:03:05 -03:00

24 lines
497 B
Bash

# 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}"