diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-04-04 23:02:16 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-04-04 23:02:16 +0000 |
commit | c6b47b2dc3c50131499877bcaaf4f1a3e62583bc (patch) | |
tree | 85a4a6ac7ce0f5d281e6e04a7f9965020a2a9642 /x11-themes/openbox-themes/openbox-themes-0.6.ebuild | |
parent | Version bump and clean up. (Manifest recommit) (diff) | |
download | gentoo-2-c6b47b2dc3c50131499877bcaaf4f1a3e62583bc.tar.gz gentoo-2-c6b47b2dc3c50131499877bcaaf4f1a3e62583bc.tar.bz2 gentoo-2-c6b47b2dc3c50131499877bcaaf4f1a3e62583bc.zip |
Version bump.
Diffstat (limited to 'x11-themes/openbox-themes/openbox-themes-0.6.ebuild')
-rw-r--r-- | x11-themes/openbox-themes/openbox-themes-0.6.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-themes/openbox-themes/openbox-themes-0.6.ebuild b/x11-themes/openbox-themes/openbox-themes-0.6.ebuild new file mode 100644 index 000000000000..6f970c8b7b0c --- /dev/null +++ b/x11-themes/openbox-themes/openbox-themes-0.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/openbox-themes/openbox-themes-0.6.ebuild,v 1.1 2004/04/04 23:02:16 tseng 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="x86 ppc amd64" +IUSE="gnome" +SLOT="0" +S=${WORKDIR}/${P} + +DEPEND=">=x11-wm/openbox-3.0_beta6 + gnome? ( >=x11-themes/gtk-engines-thinice-2 )" + +src_install() { + dodir /usr/share/themes + cp -a ${S}/* ${D}/usr/share/themes +} |