# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v3 # $Header: $ EAPI="3" inherit autotools base git gnome2-utils DESCRIPTION="A theme selection extension for Gnome-Shell" HOMEPAGE="https://github.com/sardemff7/GS-Theme-Selector/" SRC_URI="" EGIT_REPO_URI="git://github.com/sardemff7/GS-Theme-Selector.git" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" >=gnome-base/gnome-shell-2.91.6" DEPEND="${RDEPEND} dev-util/pkgconfig" src_prepare() { mkdir m4 eautoreconf || die intltoolize --automake --force --copy || die } pkg_postinst() { gnome2_schemas_update einfo "You might want to install some x11-themes/gnome-shell-*" } pkg_postrm() { gnome2_schemas_update --uninstall }