# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit fdo-mime gnome2-utils cmake-utils PV=${PV//_pre1/-pre.1} S=$WORKDIR/${P//_pre1/-pre.1}/src DESCRIPTION="utility that merges application menus, your desktop and even your file manager" HOMEPAGE="http://www.launchy.net/" SRC_URI="https://github.com/Slesa/launchy/archive/v${PV}.tar.gz -> launchy-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" dev-qt/qtgui:5 x11-libs/libX11 " DEPEND="${RDEPEND} dev-libs/boost x11-proto/xproto " <