summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-06-19 09:52:31 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-06-19 09:52:31 +0000
commit25638a0b9e6c4aa21c40ebd9d7679bc87100dfc7 (patch)
tree1903825a6768c219c039313c42663595471a6c37 /x11-themes/gtk-engines-xenophilia
parentrewrite of all gtk theme engines for new eclass (diff)
downloadhistorical-25638a0b9e6c4aa21c40ebd9d7679bc87100dfc7.tar.gz
historical-25638a0b9e6c4aa21c40ebd9d7679bc87100dfc7.tar.bz2
historical-25638a0b9e6c4aa21c40ebd9d7679bc87100dfc7.zip
rewrite of all gtk theme engines for new eclass
Diffstat (limited to 'x11-themes/gtk-engines-xenophilia')
-rw-r--r--x11-themes/gtk-engines-xenophilia/Manifest4
-rw-r--r--x11-themes/gtk-engines-xenophilia/files/digest-gtk-engines-xenophilia-0.8-r11
-rw-r--r--x11-themes/gtk-engines-xenophilia/gtk-engines-xenophilia-0.8-r1.ebuild35
3 files changed, 38 insertions, 2 deletions
diff --git a/x11-themes/gtk-engines-xenophilia/Manifest b/x11-themes/gtk-engines-xenophilia/Manifest
index c9f3fd33dbdd..b837fc9dee49 100644
--- a/x11-themes/gtk-engines-xenophilia/Manifest
+++ b/x11-themes/gtk-engines-xenophilia/Manifest
@@ -1,5 +1,5 @@
-MD5 05ab2f71183d25b8e902e3ae311be826 ChangeLog 372
+MD5 7f97df1c698a0954ec57962c20ecc11b ChangeLog 557
MD5 f4e7a695b202252268c8d6b2024ee64d gtk-engines-xenophilia-0.8.ebuild 349
-MD5 d3aa960fba5f1947b80a63a190eb47f5 gtk-engines-xenophilia-0.8-r1.ebuild 779
+MD5 902277bdb105c785eebf52aadc5ef122 gtk-engines-xenophilia-0.8-r1.ebuild 922
MD5 365bfc4f6396f199a5f021a3fdb33af9 files/digest-gtk-engines-xenophilia-0.8 71
MD5 2763751140fbbbb6e758fff3dd68d2fb files/digest-gtk-engines-xenophilia-0.8-r1 66
diff --git a/x11-themes/gtk-engines-xenophilia/files/digest-gtk-engines-xenophilia-0.8-r1 b/x11-themes/gtk-engines-xenophilia/files/digest-gtk-engines-xenophilia-0.8-r1
new file mode 100644
index 000000000000..e31db2a614e1
--- /dev/null
+++ b/x11-themes/gtk-engines-xenophilia/files/digest-gtk-engines-xenophilia-0.8-r1
@@ -0,0 +1 @@
+MD5 620127ce8e668588de2373783254a3e8 xenophilia-0.8.tar.gz 142101
diff --git a/x11-themes/gtk-engines-xenophilia/gtk-engines-xenophilia-0.8-r1.ebuild b/x11-themes/gtk-engines-xenophilia/gtk-engines-xenophilia-0.8-r1.ebuild
new file mode 100644
index 000000000000..ec5bc74b49cb
--- /dev/null
+++ b/x11-themes/gtk-engines-xenophilia/gtk-engines-xenophilia-0.8-r1.ebuild
@@ -0,0 +1,35 @@
+# 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-xenophilia/gtk-engines-xenophilia-0.8-r1.ebuild,v 1.1 2003/06/19 09:52:07 liquidx Exp $
+
+inherit gtk-engines2
+
+IUSE=""
+DESCRIPTION="GTK+1 Xenophilia Theme Engine"
+HOMEPAGE="http://themes.freshmeat.net/projects/xenophilia/"
+SRC_URI="http://download.freshmeat.net/themes/xenophilia/xenophilia-${PV}.tar.gz"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+LICENSE="GPL-2"
+SLOT="1"
+
+DEPEND="=x11-libs/gtk+-1.2*"
+
+S=${WORKDIR}/Xenophilia-${PV}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ # disable fonts installation
+ sed -i -e "s/\(SUBDIR.*\)fonts\(.*\)/\1\2/" Makefile.in
+}
+
+src_install() {
+ einstall \
+ THEME_DIR=${D}/usr/share/themes \
+ ENGINE_DIR=${D}/usr/lib/gtk/themes/engines \
+ || die "Installation failed"
+
+ dodoc ${DEFAULT_DOCS}
+
+ # FIXME: install fonts
+}