mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
x11-libs/kimageannotator: Bump to 0.3.1 and remove 0.3.0.
Signed-off-by: David Flogeras <dflogeras2@gmail.com>
This commit is contained in:
24
x11-libs/kimageannotator/kimageannotator-0.3.1.ebuild
Normal file
24
x11-libs/kimageannotator/kimageannotator-0.3.1.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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=""
|
||||
|
||||
DEPEND="dev-qt/qtsvg:5
|
||||
>=x11-libs/kcolorpicker-0.1.4"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
Reference in New Issue
Block a user