[Lunar-commits] <moonbase> rox-filer: version bumped to 2.8.
Florin Braescu
florin at lunar-linux.org
Mon May 11 15:27:52 CEST 2009
commit 9a78330ddaaa698e5d0b3c1963207e73fdcb4c1d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon May 11 16:27:52 2009 +0300
rox-filer: version bumped to 2.8.
Fix the install. The MIME icon naming was updated to the latest freedesktop.org
scheme. This should make GNOME themes work better with ROX-Filer. A work-around
was added for a panel placement problem with Compiz-fusion 0.7.4. The "Path"
key in .desktop files is now supported. The Vietnamese, Russian, Italian, and
French translations were updated, and some bugs were fixed.
---
filemanagers/rox-filer/BUILD | 14 ++++++++++----
filemanagers/rox-filer/DEPENDS | 5 +++--
filemanagers/rox-filer/DETAILS | 17 ++++++++---------
3 files changed, 21 insertions(+), 15 deletions(-)
diff --git a/filemanagers/rox-filer/BUILD b/filemanagers/rox-filer/BUILD
index abdd831..31a44de 100644
--- a/filemanagers/rox-filer/BUILD
+++ b/filemanagers/rox-filer/BUILD
@@ -1,7 +1,13 @@
(
- PATH="$PATH:/usr/X11/bin"
-
- prepare_install &&
- echo -e "4\n/usr/lib/rox\n/usr/bin\n/usr/share/rox\n/usr/share/rox/Choices\n/usr/share/man\nyes\nyes\n" | ./install.sh
+
+ prepare_install &&
+ ROX-Filer/AppRun --compile &&
+ rm -fR ROX-Filer/src &&
+ rm -fR ROX-Filer/build &&
+ mkdir -p /usr/share/rox &&
+ cp -fR ROX-Filer/* /usr/share/rox/ &&
+ gzip rox.1 &&
+ cp -f rox.1.gz /usr/share/man/man1/ &&
+ ln -sf /usr/share/rox/rox /usr/bin/ROX-Filer
) > $C_FIFO 2>&1
diff --git a/filemanagers/rox-filer/DEPENDS b/filemanagers/rox-filer/DEPENDS
index 6d08159..b09bf91 100644
--- a/filemanagers/rox-filer/DEPENDS
+++ b/filemanagers/rox-filer/DEPENDS
@@ -1,3 +1,4 @@
-depends gtk+-2 &&
-depends libxml2 &&
+depends gtk+-2
+depends libxml2
+depends libglade
depends shared-mime-info
diff --git a/filemanagers/rox-filer/DETAILS b/filemanagers/rox-filer/DETAILS
index 669c59a..0a96908 100644
--- a/filemanagers/rox-filer/DETAILS
+++ b/filemanagers/rox-filer/DETAILS
@@ -1,16 +1,15 @@
MODULE=rox-filer
- VERSION=2.6.1
+ VERSION=2.8
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/rox/
- SOURCE_VFY=sha1:5364ac260970ecafa58f92892becf8104db025a3
+ SOURCE_URL=$SFORGE_URL/rox
+ SOURCE_VFY=sha1:7eec68a106a2605b2733025e44d890961b52ea1e
WEB_SITE=http://rox.sourceforge.net
ENTERED=20020428
- UPDATED=20070612
- SHORT="fast and powerful graphical file manager."
+ UPDATED=20090511
+ SHORT="fast and powerful graphical file manager"
+
cat << EOF
ROX-Filer is a fast and powerful graphical file manager for the X Window
-System.
-
-You can use it as a small and fast filer within your current desktop, or get
-it to manage your pinboard, panels and applications.
+System. You can use it as a small and fast filer within your current
+desktop, or get it to manage your pinboard, panels and applications.
EOF
More information about the Lunar-commits
mailing list