# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit cmake-utils eutils DESCRIPTION="CopyQ is advanced clipboard manager with searchable and editable history and more" HOMEPAGE="http://hluk.github.io/CopyQ" SRC_URI="https://github.com/hluk/CopyQ/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/CopyQ-${PV}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="auto-paste nls webkit" RDEPEND="dev-qt/qtcore:4 x11-libs/libXfixes x11-libs/libXtst webkit? ( dev-qt/qtwebkit:4 ) auto-paste? ( x11-libs/libXtst )" DEPEND="${RDEPEND}" src_configure() { local mycmakeargs=( $(cmake-utils_use_enable nls) ) cmake-utils_src_configure }