# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cmake-utils git-r3 DESCRIPTION="A qt based library for annotating images" HOMEPAGE="https://github.com/DamirPorobic/kImageAnnotator" SRC_URI="" EGIT_REPO_URI="https://github.com/DamirPorobic/kImageAnnotator" if [[ ${PV} != *9999 ]]; then #EGIT_COMMIT="${PV}" EGIT_COMMIT="326b9350552548132118783f80f76bb7ec167ddc" KEYWORDS="~amd64 ~x86" fi RESTRICT="mirror" LICENSE="GPL-2" SLOT="0" IUSE="" RDEPEND=" dev-qt/qtcore:5 x11-libs/kcolorpicker" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" src_prepare() { cmake-utils_src_prepare } src_configure() { local mycmakeargs=( -DBUILD_SHARED_LIBS=ON ) cmake-utils_src_configure }