aboutsummaryrefslogtreecommitdiff
blob: a9eb3958a92e65ae2662e700460337226883d0ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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
}