# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 inherit eutils autotools MY_PN=${PN/g/G} DESCRIPTION="Greybird theme by Shimmer Project" HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird" SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" # README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later" LICENSE="CC-BY-SA-3.0 GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" #IUSE="ayatana emerald gnome plank" DEPEND="dev-libs/glib:2 dev-ruby/sass gnome-base/librsvg x11-libs/gdk-pixbuf" RDEPEND="${DEPEND} x11-themes/gtk-engines-murrine >=x11-libs/gtk+-3.20.8" RESTRICT="binchecks strip" S=${WORKDIR}/${MY_PN}-${PV} src_prepare() { eautoreconf eapply_user } src_configure() { econf } src_compile() { emake } src_install() { emake DESTDIR="${D}" install }