# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit autotools eutils vcs-snapshot DESCRIPTION="A GTK based launcher box with bash style auto completion!" HOMEPAGE="https://gitlab.com/mazes_80/gmrun/" SRC_URI="https://gitlab.com/mazes_80/${PN}/repository/archive.tar.gz?ref=1.0.0 -> ${P}.tar.gz" LICENSE="GPL-1" SLOT="0" KEYWORDS="amd64 ~mips ppc x86" IUSE="gtk2 popt" RDEPEND="dev-libs/glib:2 dev-libs/popt gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 )" DEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.10 ) virtual/pkgconfig" src_configure() { econf $(use_with gtk2) \ $(use_enable popt) }