[Lunar-commits] <moonbase> rox-filer: version bumped to 2.10.
Florin Braescu
florin at lunar-linux.org
Tue Mar 30 19:18:02 CEST 2010
commit 8228899237e6d66c43bc6e629fc6b673b1b6612d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Mar 30 20:18:02 2010 +0300
rox-filer: version bumped to 2.10.
Thanks to Jason Williams for submission.
---
filemanagers/rox-filer/BUILD | 8 +++++++-
filemanagers/rox-filer/DETAILS | 12 ++++++------
2 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/filemanagers/rox-filer/BUILD b/filemanagers/rox-filer/BUILD
index 31a44de..ce6845d 100644
--- a/filemanagers/rox-filer/BUILD
+++ b/filemanagers/rox-filer/BUILD
@@ -8,6 +8,12 @@
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
+ # Create wrapper for AppRun
+ echo "#!/bin/sh" > rox
+ echo "exec /usr/share/rox/AppRun \"\$@\"" >> rox
+ echo "" >> rox
+
+ install -D -m755 rox /usr/bin/rox
+
) > $C_FIFO 2>&1
diff --git a/filemanagers/rox-filer/DETAILS b/filemanagers/rox-filer/DETAILS
index 0a96908..ed7e530 100644
--- a/filemanagers/rox-filer/DETAILS
+++ b/filemanagers/rox-filer/DETAILS
@@ -1,15 +1,15 @@
MODULE=rox-filer
- VERSION=2.8
+ VERSION=2.10
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/rox
- SOURCE_VFY=sha1:7eec68a106a2605b2733025e44d890961b52ea1e
+ SOURCE_VFY=sha1:691297d18be69a883db0a38130f5df99f9e1bc29
WEB_SITE=http://rox.sourceforge.net
ENTERED=20020428
- UPDATED=20090511
+ UPDATED=20100330
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
+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.
EOF
More information about the Lunar-commits
mailing list