summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-08-29 00:40:54 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-08-29 00:40:54 +0000
commit31fbd546e96a51240c4e7e71f53aaf874005081a (patch)
tree03dc9d4b1d51b6c94ad7aa7da61d887c3cbfd166 /app-misc
parentminor version update and bug 26162 (diff)
downloadhistorical-31fbd546e96a51240c4e7e71f53aaf874005081a.tar.gz
historical-31fbd546e96a51240c4e7e71f53aaf874005081a.tar.bz2
historical-31fbd546e96a51240c4e7e71f53aaf874005081a.zip
minor version update and bug 26162
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/rox/Manifest4
-rw-r--r--app-misc/rox/files/digest-rox-2.0.11
-rw-r--r--app-misc/rox/rox-2.0.1.ebuild39
3 files changed, 42 insertions, 2 deletions
diff --git a/app-misc/rox/Manifest b/app-misc/rox/Manifest
index 6183cfab2622..8c7d2f91950e 100644
--- a/app-misc/rox/Manifest
+++ b/app-misc/rox/Manifest
@@ -1,7 +1,7 @@
MD5 9c66c019954c3b96d372c1e29133aa4f rox-1.3.8.ebuild 998
-MD5 e4fd9f3ba9f2144e8ba38222adf13550 rox-2.0.1.ebuild 1002
+MD5 e49358872c3b73a7528ab70a16ea9a85 rox-2.0.1.ebuild 1167
MD5 e4fd9f3ba9f2144e8ba38222adf13550 rox-2.0.0.ebuild 1002
-MD5 a44f4ec50efb20fc219fdfbb5bb1db8f ChangeLog 2282
+MD5 49e2e6aa65b942e1f446250ee2805686 ChangeLog 2419
MD5 526e20f6955fdb00bf18b1efec738419 files/digest-rox-1.3.8 59
MD5 18f08e7d8dee5eaf26890d3eb6f36604 files/digest-rox-2.0.0 59
MD5 afcd1529de493af9538a32697d7e9425 files/digest-rox-2.0.1 59
diff --git a/app-misc/rox/files/digest-rox-2.0.1 b/app-misc/rox/files/digest-rox-2.0.1
new file mode 100644
index 000000000000..cef7e39d6a75
--- /dev/null
+++ b/app-misc/rox/files/digest-rox-2.0.1
@@ -0,0 +1 @@
+MD5 45287e5c8df889462301ba5fb41e3986 rox-2.0.1.tgz 1539675
diff --git a/app-misc/rox/rox-2.0.1.ebuild b/app-misc/rox/rox-2.0.1.ebuild
new file mode 100644
index 000000000000..05d22214247e
--- /dev/null
+++ b/app-misc/rox/rox-2.0.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-2.0.1.ebuild,v 1.1 2003/08/29 00:40:48 mkennedy Exp $
+
+IUSE=""
+
+DESCRIPTION="ROX is a desktop environment, like GNOME, KDE and XFCE. It is an attempt to bring some of the good features from RISC OS to Unix and Linux."
+HOMEPAGE="http://rox.sourceforge.net/"
+SRC_URI="mirror://sourceforge/rox/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~alpha"
+
+DEPEND=">=x11-libs/gtk+-2.0.5
+ >=dev-libs/glib-2.0.4
+ >=dev-libs/libxml2-2.4.23
+ >=x11-misc/shared-mime-info-0.9"
+
+src_install() {
+ cd ${S}/Choices
+
+ dodir /usr/share/Choices
+ cp -rf MIME-icons/ ${D}/usr/share/Choices/
+ cp -rf MIME-types/ ${D}/usr/share/Choices/
+
+ cd ${S}
+ doman rox.1
+
+ dodir /usr/bin
+ cp -rf ROX-Filer/ ${D}/usr/share/
+ rm ${D}/usr/share/ROX-Filer/src/configure # see bug #26162
+
+ ${D}/usr/share/ROX-Filer/AppRun --compile
+ (cd ${D}/usr/share/ROX-Filer/src; make clean) > /dev/null
+ echo "#!/bin/sh" > "${D}/usr/bin/rox"
+ echo "exec /usr/share/ROX-Filer/AppRun \"\$@\"" >> "${D}/usr/bin/rox"
+ chmod a+x ${D}/usr/bin/rox
+}