blob: 8243d58d4f4d0213281d31b8e18e2bfa3c8169c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# 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.2.ebuild,v 1.1 2003/07/27 15:42:26 foser Exp $
inherit gnome2
DESCRIPTION="Additional themes for GNOME 2.2"
HOMEPAGE="http://librsvg.sourceforge.net/theme.php"
SLOT="0"
KEYWORDS="~x86"
LICENSE="LGPL-2.1 GPL-2 DSL"
RDEPEND=">=x11-libs/gtk+-2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=dev-util/intltool-0.23"
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO"
|