diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-25 18:51:50 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-25 18:51:50 +0000 |
commit | 31e03c64de29a504d27ae5206c9fefd1f059f0ec (patch) | |
tree | 2f56b672db464d09cf64226bd0f8eaafbe83b012 /app-misc/rox | |
parent | bump (diff) | |
download | historical-31e03c64de29a504d27ae5206c9fefd1f059f0ec.tar.gz historical-31e03c64de29a504d27ae5206c9fefd1f059f0ec.tar.bz2 historical-31e03c64de29a504d27ae5206c9fefd1f059f0ec.zip |
bump
Diffstat (limited to 'app-misc/rox')
-rw-r--r-- | app-misc/rox/Manifest | 4 | ||||
-rw-r--r-- | app-misc/rox/files/digest-rox-2.0.0 | 1 | ||||
-rw-r--r-- | app-misc/rox/files/digest-rox-2.1.0 | 1 | ||||
-rw-r--r-- | app-misc/rox/rox-2.0.0.ebuild | 37 | ||||
-rw-r--r-- | app-misc/rox/rox-2.1.0.ebuild | 44 |
5 files changed, 47 insertions, 40 deletions
diff --git a/app-misc/rox/Manifest b/app-misc/rox/Manifest index 1a122c97fe25..be2a2ce392f3 100644 --- a/app-misc/rox/Manifest +++ b/app-misc/rox/Manifest @@ -1,6 +1,6 @@ -MD5 6b8a24c12625544786f4dc3c2979618b ChangeLog 2501 +MD5 74cf494d4274c8d0db4f0da71d691240 ChangeLog 2619 MD5 2d50b90db355beac9eae2f7d2260cbf1 rox-1.3.8.ebuild 997 -MD5 4b641cd6a47ab0e39f0ceed232cb1bc4 rox-2.1.0.ebuild 1164 +MD5 fc1557d6c32c99fa27cb9138ba5edaee rox-2.1.0.ebuild 1243 MD5 0bb51c7b0fa1b2daabb0f157be88f135 rox-2.0.1.ebuild 1161 MD5 8df65bb42b50b9a93743d38d0efe46e6 files/digest-rox-2.1.0 59 MD5 526e20f6955fdb00bf18b1efec738419 files/digest-rox-1.3.8 59 diff --git a/app-misc/rox/files/digest-rox-2.0.0 b/app-misc/rox/files/digest-rox-2.0.0 deleted file mode 100644 index 762f4fcf3ec4..000000000000 --- a/app-misc/rox/files/digest-rox-2.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 895c6aa5890bb7e1f624a3cf65b457d4 rox-2.0.0.tgz 1540887 diff --git a/app-misc/rox/files/digest-rox-2.1.0 b/app-misc/rox/files/digest-rox-2.1.0 new file mode 100644 index 000000000000..2e61af5e99ac --- /dev/null +++ b/app-misc/rox/files/digest-rox-2.1.0 @@ -0,0 +1 @@ +MD5 b48089ea846036a1fc6107e0da876f62 rox-2.1.0.tgz 1702792 diff --git a/app-misc/rox/rox-2.0.0.ebuild b/app-misc/rox/rox-2.0.0.ebuild deleted file mode 100644 index 6d383355fd46..000000000000 --- a/app-misc/rox/rox-2.0.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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.0.ebuild,v 1.4 2003/09/05 12:10:36 msterret Exp $ - -IUSE="" - -DESCRIPTION="fast and powerful graphical file manager" -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/ - ${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 -} diff --git a/app-misc/rox/rox-2.1.0.ebuild b/app-misc/rox/rox-2.1.0.ebuild new file mode 100644 index 000000000000..fb60d2a6063a --- /dev/null +++ b/app-misc/rox/rox-2.1.0.ebuild @@ -0,0 +1,44 @@ +# 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.1.0.ebuild,v 1.1 2003/10/25 18:51:45 lanius Exp $ + +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_compile() { + rm ROX-Filer/src/configure # see bug #26162 + ROX-Filer/AppRun --compile || die "make failed" + (cd ROX-Filer/src; make clean) > /dev/null +} + +src_install() { + doman rox.1 + + dodir /usr/bin + cp -rf ROX-Filer/ ${D}/usr/share/ + 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 + + insinto /usr/share/mime/packages + doins rox.xml + + dodir /usr/share/ + cp -rf Choices ${D}/usr/share/ + dodir /usr/share/Choices/Mime-icons + keepdir /usr/share/Choices/Mime-icons +} + +pkg_postinst() { + update-mime-database /usr/share/mime +} |