update to 2.1.1
This commit is contained in:
parent
8b3f31c51f
commit
25b2170277
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2004/01/10 22:14:35 couderc Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2004/02/07 17:47:50 couderc Exp $
|
||||
|
||||
COMMENT= "gtk file manager with desktop features"
|
||||
|
||||
VERSION= 2.1.0
|
||||
VERSION= 2.1.1
|
||||
DISTNAME= rox-${VERSION}
|
||||
PKGNAME= rox-filer-${VERSION}
|
||||
CATEGORIES= x11
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (rox-2.1.0.tgz) = b48089ea846036a1fc6107e0da876f62
|
||||
RMD160 (rox-2.1.0.tgz) = 1497b2e9adc860ed695b7c173178cceade603795
|
||||
SHA1 (rox-2.1.0.tgz) = 0913cd08d2820ba19bf66af5128df1b6a3e87f2d
|
||||
MD5 (rox-2.1.1.tgz) = b0c134a57e63b9bacae3967b0564218c
|
||||
RMD160 (rox-2.1.1.tgz) = 670f704301dfc80b1228aeea9ec10feae3170882
|
||||
SHA1 (rox-2.1.1.tgz) = e93c8ec17f9e59aa0e947779cc7b4c558df4f2ef
|
||||
|
@ -1,24 +1,13 @@
|
||||
$OpenBSD: patch-ROX-Filer_AppRun,v 1.3 2004/01/10 22:14:35 couderc Exp $
|
||||
--- ROX-Filer/AppRun.orig 2003-09-15 16:36:25.000000000 +0200
|
||||
+++ ROX-Filer/AppRun 2003-10-14 16:00:08.000000000 +0200
|
||||
@@ -5,10 +5,7 @@ PROG=ROX-Filer
|
||||
APP_DIR=`dirname $0`
|
||||
$OpenBSD: patch-ROX-Filer_AppRun,v 1.4 2004/02/07 17:47:50 couderc Exp $
|
||||
--- ROX-Filer/AppRun.orig 2004-01-18 19:29:48.000000000 +0100
|
||||
+++ ROX-Filer/AppRun 2004-02-07 13:42:49.000000000 +0100
|
||||
@@ -6,9 +6,6 @@ APP_DIR=`dirname $0`
|
||||
APP_DIR=`cd "$APP_DIR";pwd`; export APP_DIR
|
||||
|
||||
-ARCH=`uname -m`
|
||||
-case $ARCH in
|
||||
ARCH=`uname -m`
|
||||
-case "$ARCH" in
|
||||
- i?86) ARCH=ix86 ;;
|
||||
-esac
|
||||
+ARCH=`arch -s`
|
||||
|
||||
PLATFORM=`uname -s`-$ARCH
|
||||
|
||||
@@ -40,8 +37,6 @@ case $1 in
|
||||
"$@" \
|
||||
&& make clean && make && echo Done >&2 && exit 0
|
||||
echo Compile failed >&2
|
||||
- echo Press Return... >&2
|
||||
- read WAIT
|
||||
exit 1
|
||||
esac
|
||||
PLATFORM=`uname -s`-"$ARCH"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2004/01/10 22:14:35 couderc Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2004/02/07 17:47:50 couderc Exp $
|
||||
bin/rox
|
||||
man/man1/ROX-Filer.1
|
||||
man/man1/rox.1
|
||||
@ -264,6 +264,8 @@ rox/ROX-Filer/src/wrapped.c
|
||||
rox/ROX-Filer/src/wrapped.h
|
||||
rox/ROX-Filer/src/xml.c
|
||||
rox/ROX-Filer/src/xml.h
|
||||
rox/ROX-Filer/src/xtypes.c
|
||||
rox/ROX-Filer/src/xtypes.h
|
||||
rox/ROX-Filer/style.css
|
||||
share/rox/Choices/MIME-types/application_postscript
|
||||
share/rox/Choices/MIME-types/text
|
||||
|
Loading…
x
Reference in New Issue
Block a user