mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/rodent: Updated for version 5.1.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
c08cc669ac
commit
c6853bc8d4
3 changed files with 7 additions and 10 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rodent
|
||||
VERSION=${VERSION:-5.0.5}
|
||||
VERSION=${VERSION:-5.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -78,9 +78,6 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Fix Build/plugins/Makefile
|
||||
patch -p1 < $CWD/$PRGNAM-$VERSION.patch
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rodent"
|
||||
VERSION="5.0.5"
|
||||
HOMEPAGE="http://rodent.xffm.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/xffm/rodent-5.0.5.tar.bz2"
|
||||
MD5SUM="3edeab4c1c4cd0785da64e894356358d"
|
||||
VERSION="5.1.0"
|
||||
HOMEPAGE="http://xffm.foo-projects.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/xffm/rodent-5.1.0.tar.bz2"
|
||||
MD5SUM="31381b91896d51d0c8e3281d5dfa7385"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="dbh tubo"
|
||||
MAINTAINER="Roberto Neri"
|
||||
EMAIL="rneri@libero.it"
|
||||
|
|
|
@ -12,7 +12,7 @@ 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: regarded, as the project homepage suggests, as a graphic shell.
|
||||
rodent:
|
||||
rodent: Homepage: http://rodent.xffm.org/
|
||||
rodent: Homepage: http://xffm.foo-projects.org/
|
||||
rodent:
|
||||
rodent:
|
||||
rodent:
|
||||
|
|
Loading…
Reference in a new issue