summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2006-03-05 06:00:06 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2006-03-05 06:00:06 +0000
commit1f278eaf06f0f913140918aa45b9869155b82ba0 (patch)
tree5c8c7270b19e23f16965da188bbf5f2c46acd3a4 /x11-themes/experience/experience-3.04.ebuild
parentfourth time is a charm, lets hope thats all of the typos (diff)
downloadgentoo-2-1f278eaf06f0f913140918aa45b9869155b82ba0.tar.gz
gentoo-2-1f278eaf06f0f913140918aa45b9869155b82ba0.tar.bz2
gentoo-2-1f278eaf06f0f913140918aa45b9869155b82ba0.zip
Version bump from upstream (bug #123193)
(Portage version: 2.1_pre5-r3)
Diffstat (limited to 'x11-themes/experience/experience-3.04.ebuild')
-rw-r--r--x11-themes/experience/experience-3.04.ebuild43
1 files changed, 43 insertions, 0 deletions
diff --git a/x11-themes/experience/experience-3.04.ebuild b/x11-themes/experience/experience-3.04.ebuild
new file mode 100644
index 000000000000..d114f3c369a8
--- /dev/null
+++ b/x11-themes/experience/experience-3.04.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/experience/experience-3.04.ebuild,v 1.1 2006/03/05 06:00:06 compnerd Exp $
+
+DESCRIPTION="GTK+2 themes which copy and improve the look of XP Luna"
+HOMEPAGE="http://art.gnome.org/themes/gtk2/1058"
+SRC_URI="http://art.gnome.org/download/themes/gtk2/1058/GTK2-EXperience.tar.gz"
+
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND="x11-themes/gtk-engines-experience"
+DEPEND="${RDPEND}
+ sys-apps/findutils"
+
+src_unpack() {
+ unpack ${A}
+ cd ${WORKDIR}
+
+ mv "eXperience - ice" eXperience-ice
+ mv "eXperience - olive" eXperience-olive
+
+ # Don't install index files, since this package doesn't provide the icon
+ # set. Remove cruft files also.
+ find . -name 'index.theme' -o -name '*~' | xargs rm -f
+}
+
+src_compile() {
+ :;
+}
+
+src_install() {
+ cd ${WORKDIR}
+
+ for dir in eXperience* ; do
+ insinto "/usr/share/themes/${dir}"
+ doins -r ${dir}/*
+ done
+
+ dodoc eXperience/README
+}