system/xfe: Updated for version 1.32.3.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2011-03-25 15:12:37 -05:00
parent f6ae92dc34
commit c42b490bde
5 changed files with 9 additions and 33 deletions

View file

@ -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)

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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"