summaryrefslogtreecommitdiff
blob: b8f10e1b253d4deee0a78e6168c07cd68c067f33 (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
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-extras/gnome-themes-extras-0.8.1.ebuild,v 1.10 2005/10/18 14:52:32 agriffis Exp $

inherit gnome2 eutils

DESCRIPTION="Additional themes for GNOME 2.2"
HOMEPAGE="http://librsvg.sourceforge.net/theme.php"

LICENSE="LGPL-2.1 GPL-2 DSL"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2.6
	>=x11-themes/gtk-engines-2.6
	gnome-base/librsvg"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	>=dev-util/intltool-0.23"

DOCS="AUTHORS ChangeLog MAINTAINERS README TODO"

pkg_postinst() {
	einfo "Updating Icon Cache"

	gtk-update-icon-cache -qf /usr/share/icons/Amaranth
	gtk-update-icon-cache -qf /usr/share/icons/Gorilla
	gtk-update-icon-cache -qf /usr/share/icons/Lush
	gtk-update-icon-cache -qf /usr/share/icons/Nuvola
	gtk-update-icon-cache -qf /usr/share/icons/Wasp
}