summaryrefslogtreecommitdiffstats
path: root/system/xfe
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2011-03-25 15:12:37 -0500
committer Robby Workman <rworkman@slackbuilds.org>2011-03-25 23:26:50 -0500
commitc42b490bdecabc331d7f26565918fbc3b5b27c1e (patch)
tree729febb0f636f58051eb6a6fe0bc0eec89ed9693 /system/xfe
parentf6ae92dc34d5017898450ecd3a0a8005ecb599ed (diff)
downloadslackbuilds-c42b490bdecabc331d7f26565918fbc3b5b27c1e.tar.gz
slackbuilds-c42b490bdecabc331d7f26565918fbc3b5b27c1e.tar.xz
system/xfe: Updated for version 1.32.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xfe')
-rw-r--r--system/xfe/FXint-no_inline.diff20
-rw-r--r--system/xfe/README7
-rw-r--r--system/xfe/slack-desc2
-rw-r--r--system/xfe/xfe.SlackBuild7
-rw-r--r--system/xfe/xfe.info6
5 files changed, 9 insertions, 33 deletions
diff --git a/system/xfe/FXint-no_inline.diff b/system/xfe/FXint-no_inline.diff
deleted file mode 100644
index a5c8b02cda..0000000000
--- a/system/xfe/FXint-no_inline.diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- xfe-1.32.1_orig/src/xfeutils.cpp 2009-11-09 14:17:17.000000000 -0200
-+++ xfe-1.32.1/src/xfeutils.cpp 2010-02-17 00:39:22.000000000 -0200
-@@ -512,7 +512,7 @@
-
-
- // Replacement of the stat function
--inline FXint statrep(const FXchar* filename, struct stat* buf)
-+FXint statrep(const FXchar* filename, struct stat* buf)
- {
- #if defined(linux)
-
-@@ -546,7 +546,7 @@
-
-
- // Replacement of the lstat function
--inline FXint lstatrep(const FXchar* filename, struct stat* buf)
-+FXint lstatrep(const FXchar* filename, struct stat* buf)
- {
- #if defined(linux)
-
diff --git a/system/xfe/README b/system/xfe/README
index eeb3c33736..2f6c251f01 100644
--- a/system/xfe/README
+++ b/system/xfe/README
@@ -1,7 +1,6 @@
Xfe is a Microsoft Explorer-like file manager for X. It is based on
the popular, but discontinued, X Win Commander, originally developed
-by Maxim Baranov.
-Xfe aims to be the file manager of choice for all light-thinking
-UNIX addicts!
+by Maxim Baranov. Xfe aims to be the file manager of choice for all
+light-thinking UNIX addicts!
-XFE requires fox-toolkit.
+This requires fox-toolkit.
diff --git a/system/xfe/slack-desc b/system/xfe/slack-desc
index c6d7b890ca..240e519c63 100644
--- a/system/xfe/slack-desc
+++ b/system/xfe/slack-desc
@@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
- |-----handy-ruler------------------------------------------------------|
+ |-----handy-ruler------------------------------------------------------|
xfe: X File Explorer (xfe)
xfe:
xfe: Xfe is a Microsoft Explorer-like file manager for X. It is based on
diff --git a/system/xfe/xfe.SlackBuild b/system/xfe/xfe.SlackBuild
index d263a65abd..8be28902e4 100644
--- a/system/xfe/xfe.SlackBuild
+++ b/system/xfe/xfe.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xfe
-# Copyright 2006,2007,2008,2009,2010 Robby Workman, Northport, Alabama, USA
+# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfe
-VERSION=1.32.1
+VERSION=1.32.3
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,8 +71,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-patch -p1 < $CWD/FXint-no_inline.diff
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -82,7 +80,6 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-debug \
--enable-release \
- --disable-static \
--build=$ARCH-slackware-linux
make
diff --git a/system/xfe/xfe.info b/system/xfe/xfe.info
index e9cdd6b088..61ddfcdbae 100644
--- a/system/xfe/xfe.info
+++ b/system/xfe/xfe.info
@@ -1,8 +1,8 @@
PRGNAM="xfe"
-VERSION="1.32.1"
+VERSION="1.32.3"
HOMEPAGE="http://roland65.free.fr/xfe/"
-DOWNLOAD="http://downloads.sourceforge.net/xfe/xfe-1.32.1.tar.gz"
-MD5SUM="7ccbc35fc92cf72d2e405d32bfd741bc"
+DOWNLOAD="http://downloads.sourceforge.net/xfe/xfe-1.32.3.tar.gz"
+MD5SUM="f9fe72a2a9cf55fb36ac2f9d20f8210a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"