system/rodent: Updated for version 4.8.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Roberto Neri 2012-07-01 00:51:35 -05:00 committed by Robby Workman
parent 85c50d19db
commit deb56d6922
6 changed files with 65 additions and 62 deletions

View file

@ -1,7 +1,7 @@
Rodent evolves from Xffm, Xfce's old file manager.
It is a fast, small and powerful file manager but it could also be
It is a fast, small, and powerful file manager but it could also be
regarded, as the project homepage suggests, as a graphic shell.
All plugins are enabled, since they haven't extra dependencies, except
for the gvfs plugin, which is disabled by default but can be enabled by
passing GVFS=yes to the script, e.g. GVFS=yes ./rodent.SlackBuild
The experimental plugins are disabled by default but can be enabled
by passing EXPERIMENTAL=yes to the script, e.g.
EXPERIMENTAL=yes ./rodent.SlackBuild

View file

@ -1,30 +0,0 @@
diff -ur rodent-4.7.4.orig//configure rodent-4.7.4/configure
--- rodent-4.7.4.orig//configure 2011-10-17 23:36:00.000000000 +0200
+++ rodent-4.7.4/configure 2011-11-15 10:59:49.850000007 +0100
@@ -1587,7 +1587,7 @@
--disable-nls do not use Native Language Support
--disable-largefile omit support for large files
--enable-icontheme Include rodent icon theme
- --enable-gvfs Turn on gvfs plugin
+ --enable-gvfsplugin Turn on gvfs plugin
--enable-propertiesplugin Turn on properties dialog plugin
--enable-fgrplugin Turn on fgr (find-grep search tool) plugin
--enable-mimeplugin Turn on mimetype determination plugin
@@ -15236,7 +15236,7 @@
# Check whether --enable-fgrplugin was given.
if test "${enable_fgrplugin+set}" = set; then :
enableval=$enable_fgrplugin; case "${enableval}" in
- yes) fgrplugingin=true ;;
+ yes) fgrplugin=true ;;
no) fgrplugin=false ;;
*) as_fn_error "bad value ${enableval} for --enable-fgrplugin (use either yes or no)" "$LINENO" 5 ;;
esac
@@ -15342,7 +15342,7 @@
# Check whether --enable-fstabplugin was given.
if test "${enable_fstabplugin+set}" = set; then :
enableval=$enable_fstabplugin; case "${enableval}" in
- yes) fstabplugingins=true ;;
+ yes) fstabplugin=true ;;
no) fstabplugin=false ;;
*) as_fn_error "bad value ${enableval} for --enable-fstabplugin (use either yes or no)" "$LINENO" 5 ;;
esac

View file

@ -0,0 +1,22 @@
diff -ur rodent-4.8.0.orig//Build/plugins/Makefile.am rodent-4.8.0/Build/plugins/Makefile.am
--- rodent-4.8.0.orig//Build/plugins/Makefile.am 2012-06-25 15:49:48.000000000 +0200
+++ rodent-4.8.0/Build/plugins/Makefile.am 2012-06-28 11:32:27.775686892 +0200
@@ -239,5 +239,5 @@
if WANT_EXPERIMENTAL
install-exec-local:
- $(top_srcdir)/install-sh $(dirplug)/filesystem_user_space/rfm-simple-agent $(bindir)
+ $(top_srcdir)/install-sh $(dirplug)/filesystem_user_space/rfm-simple-agent $(DESTDIR)$(bindir)
endif
diff -ur rodent-4.8.0.orig//Build/plugins/Makefile.in rodent-4.8.0/Build/plugins/Makefile.in
--- rodent-4.8.0.orig//Build/plugins/Makefile.in 2012-06-27 21:39:52.000000000 +0200
+++ rodent-4.8.0/Build/plugins/Makefile.in 2012-06-28 11:46:03.518488703 +0200
@@ -1326,7 +1326,7 @@
)
@WANT_EXPERIMENTAL_TRUE@install-exec-local:
-@WANT_EXPERIMENTAL_TRUE@ $(top_srcdir)/install-sh $(dirplug)/filesystem_user_space/rfm-simple-agent $(bindir)
+@WANT_EXPERIMENTAL_TRUE@ $(top_srcdir)/install-sh $(dirplug)/filesystem_user_space/rfm-simple-agent $(DESTDIR)$(bindir)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

View file

@ -2,10 +2,29 @@
# Slackware build script for rodent
# Written by Roberto Neri <rneri@libero.it>
# Copyright 2011-2012 Roberto Neri, Palermo, Italy
#
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rodent
VERSION=${VERSION:-4.7.4}
VERSION=${VERSION:-4.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -36,10 +55,9 @@ else
LIBDIRSUFFIX=""
fi
# All plugins are enabled, since they haven't extra dependencies, except
# for the gvfs plugin, which is disabled by default but can be enabled
# by passing GVFS=yes to the script
GVFS=${GVFS:-no}
# The experimental plugins are disabled by default but can be enabled
# by passing EXPERIMENTAL=yes to the script
EXPERIMENTAL=${EXPERIMENTAL:-no}
set -e
@ -56,7 +74,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Fix ./configure typos
# Fix Build/plugins/Makefile
patch -p1 < $CWD/$PRGNAM-$VERSION.diff
CFLAGS="$SLKCFLAGS" \
@ -66,25 +84,18 @@ CXXFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-icontheme=yes \
--enable-gvfsplugin=$GVFS \
--enable-propertiesplugin=yes \
--enable-fgrplugin=yes \
--enable-mimeplugin=yes \
--enable-iconsplugin=yes \
--enable-comboboxplugin=yes \
--enable-settingsplugin=yes \
--enable-fstabplugin=yes \
--enable-psplugin=yes \
--enable-dotdesktopplugin=yes \
--enable-experimental=$EXPERIMENTAL \
--build=$ARCH-slackware-linux
make
# Note: the manual (RTFM.pdf) is installed in /usr/share/doc/rfm-Gamma
# Note: the manual (RTFM.pdf) is installed in /usr/share/doc/rfm-Delta
# This could be overridden by passing docdir=/usr/doc/$PRGNAM-$VERSION
# to "make install", but that would break the "Help" function, so it's
# better to leave it in its non-standard location
# =========
# Yes, but that's a bug. Edscott should fix that. :)
# --rworkman
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
@ -95,7 +106,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS ChangeLog COPYING INSTALL NEWS README TODO \
AUTHORS ChangeLog COPYING INSTALL NEWS README TODO WISHLIST \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,10 +1,10 @@
PRGNAM="rodent"
VERSION="4.7.4"
VERSION="4.8.0"
HOMEPAGE="http://rodent.xffm.org/"
DOWNLOAD="http://downloads.sourceforge.net/project/xffm/4.7.4/rodent-4.7.4.tar.bz2"
MD5SUM="6f1d8ffbee134ac859fd1084a2c8d397"
DOWNLOAD="http://downloads.sourceforge.net/xffm/rodent-4.8.0.tar.bz2"
MD5SUM="2f42f93d73be3e1321685b2752e64934"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Roberto Neri"
EMAIL="rneri@libero.it"
APPROVED="Erik Hanson"
APPROVED="rworkman"

View file

@ -9,11 +9,11 @@
rodent: rodent (Rodent Filemanager)
rodent:
rodent: Rodent evolves from Xffm, Xfce's old file manager.
rodent: It is a fast, small and powerful file manager but it could also be
rodent: It is a fast, small, and powerful file manager but it could also be
rodent: regarded, as the project homepage suggests, as a graphic shell.
rodent:
rodent:
rodent:
rodent:
rodent: Homepage: http://rodent.xffm.org/
rodent:
rodent:
rodent:
rodent: