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

Signed-off-by: David Flogeras <dflogeras2@gmail.com>
This commit is contained in:
David Flogeras
2020-05-25 14:40:26 -03:00
parent 3ecc4c7a28
commit 0dae6f63c9
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
DESCRIPTION="Tool for annotating images"
HOMEPAGE="https://github.com/ksnip/kImageAnnotator"
MY_PN=kImageAnnotator
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=""
# Hard depend on QtTest until next upstream release makes it optional
DEPEND="
dev-qt/qtsvg:5
dev-qt/qttest:5
x11-libs/kcolorpicker"
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}/${MY_P}"