Update to rox filer 2.6
The main changes are: support for .desktop files that require a terminal emulator; emblems for extended attributes are now optional; there's a new "Fit" backdrop scaling mode (overscale); the unmount dialog now includes an Eject button, and all mount commands can take arguments; and there's a new display option to control whether filtering affects directories or just files. From Rui Reis <rui@rui.cx>
This commit is contained in:
parent
bf244d1e4f
commit
6fc6e60f0c
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2007/01/04 20:19:55 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2007/04/13 18:45:17 mbalmer Exp $
|
||||
|
||||
COMMENT= "GTK+-2 file manager with desktop features"
|
||||
|
||||
DISTNAME= rox-filer-2.5
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= rox-filer-2.6
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://rox.sourceforge.net/
|
||||
@ -13,10 +12,10 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE SM X11 Xext Xrender c fontconfig freetype z \
|
||||
WANTLIB= ICE SM X11 Xau Xrender c fontconfig freetype z \
|
||||
glib-2.0 gmodule-2.0 gobject-2.0 m glitz png \
|
||||
atk-1.0 pango-1.0 pangocairo-1.0 \
|
||||
pangoft2-1.0 cairo
|
||||
pangoft2-1.0 cairo Xdmcp expat
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (rox-filer-2.5.tar.bz2) = Vuainy298R1vS3Sj8D/5WQ==
|
||||
RMD160 (rox-filer-2.5.tar.bz2) = oNL5/MPsqAY7d9k0YKGas4YA6BU=
|
||||
SHA1 (rox-filer-2.5.tar.bz2) = Bi5U2YFpQT7M1Bsj4rR2ZxgATn4=
|
||||
SHA256 (rox-filer-2.5.tar.bz2) = 2REg1453DJwJgiVg2stC/KZB0JLL5SBkynIy8IkGKSE=
|
||||
SIZE (rox-filer-2.5.tar.bz2) = 1785317
|
||||
MD5 (rox-filer-2.6.tar.bz2) = /k/KB34FJXdy8u6vW+ODeQ==
|
||||
RMD160 (rox-filer-2.6.tar.bz2) = G06MZSCLqEt4WERxsae3EWCcdiM=
|
||||
SHA1 (rox-filer-2.6.tar.bz2) = PwvmvEgKoHUv6AyD3KMhZVosqxk=
|
||||
SHA256 (rox-filer-2.6.tar.bz2) = wfjXU1Uo3jut+HYrqIux9BcA9RF3iKvFdZWe/7aTmWA=
|
||||
SIZE (rox-filer-2.6.tar.bz2) = 1815735
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- ROX-Filer/AppRun.orig Tue Jul 26 22:20:48 2005
|
||||
+++ ROX-Filer/AppRun Wed Dec 6 16:10:12 2006
|
||||
@@ -35,7 +35,7 @@
|
||||
rm -f "$BUILDDIR/config.cache"
|
||||
rm -f "$APP_DIR/src/config.h" # (for upgrading)
|
||||
cd "$BUILDDIR" && "$APP_DIR/src/configure" "$@" \
|
||||
- && make clean && make && echo Done >&2 && exit 0
|
||||
+ && $MAKE clean && $MAKE && echo Done >&2 && exit 0
|
||||
echo Compile failed >&2
|
||||
echo Press Return... >&2
|
||||
read WAIT
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.17 2006/12/07 19:46:54 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.18 2007/04/13 18:45:17 mbalmer Exp $
|
||||
bin/rox
|
||||
@man man/man1/ROX-Filer.1
|
||||
@man man/man1/rox.1
|
||||
@ -85,6 +85,7 @@ rox/ROX-Filer/ROX/MIME/mime-application:x-gnumeric.png
|
||||
rox/ROX-Filer/ROX/MIME/mime-application:x-gzip.png
|
||||
rox/ROX-Filer/ROX/MIME/mime-application:x-gzpostscript.png
|
||||
rox/ROX-Filer/ROX/MIME/mime-application:x-jar.png
|
||||
rox/ROX-Filer/ROX/MIME/mime-application:x-java-archive.png
|
||||
rox/ROX-Filer/ROX/MIME/mime-application:x-java.png
|
||||
rox/ROX-Filer/ROX/MIME/mime-application:x-lyx.png
|
||||
rox/ROX-Filer/ROX/MIME/mime-application:x-object.png
|
||||
@ -145,6 +146,7 @@ rox/ROX-Filer/images/rox-mounted.png
|
||||
rox/ROX-Filer/images/rox-select.png
|
||||
rox/ROX-Filer/images/rox-show-details.png
|
||||
rox/ROX-Filer/images/rox-show-hidden.png
|
||||
rox/ROX-Filer/images/rox-symlink.png
|
||||
rox/ROX-Filer/images/rox-xattr.png
|
||||
rox/ROX-Filer/images/symlink.png
|
||||
rox/ROX-Filer/style.css
|
||||
|
Loading…
Reference in New Issue
Block a user