blob: c1417fbc9a105f4bcd9c24e406ca4973d958c62f (
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
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/openbox-themes/openbox-themes-0.6-r1.ebuild,v 1.6 2007/04/22 09:42:26 corsair Exp $
DESCRIPTION="A set of themes for Openbox3."
SRC_URI="mirror://gentoo/${P}.tar.bz2"
HOMEPAGE="http://gumerry.co.uk/themes/"
LICENSE="GPL-2"
KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="gtk"
SLOT="0"
RDEPEND=">=x11-wm/openbox-3.0_beta6
gtk? (
|| (
>=x11-themes/gtk-engines-2.6
x11-themes/gnome-themes
)
)"
src_install() {
dodir /usr/share/themes
cp -pPR ${S}/* ${D}/usr/share/themes
}
|