blob: a95782a842cbb694c263bee545f11cf3bbe7ff6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-geramik/gtk-engines-geramik-0.24-r2.ebuild,v 1.2 2003/06/02 18:49:03 brad Exp $
DESCRIPTION="GTK-2 theme engine to make GTK look like KDE"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=3952"
SLOT="2"
inherit gtk-engines eutils
KEYWORDS="x86"
newdepend ">=media-libs/gdk-pixbuf-0.21"
#src_unpack() {
# gnome2_src_unpack
#
# cd ${S}
# epatch ${FILESDIR}/${P}.patch
#}
|