summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2014-08-05 21:55:00 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-08-05 21:55:00 +0700
commit7c46d4bd0b6d6f54198404aa49ab7a884eb26586 (patch)
tree439a8a858f3ecaedbbb06bfc8f18b1adf5374b46
parentbd4ac7247e130537363601f011afa42022084502 (diff)
downloadslackbuilds-7c46d4bd0b6d6f54198404aa49ab7a884eb26586.tar.gz
slackbuilds-7c46d4bd0b6d6f54198404aa49ab7a884eb26586.tar.xz
network/efax-gtk: Updated for version 3.2.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/efax-gtk/efax-gtk.SlackBuild14
-rw-r--r--network/efax-gtk/efax-gtk.info6
2 files changed, 10 insertions, 10 deletions
diff --git a/network/efax-gtk/efax-gtk.SlackBuild b/network/efax-gtk/efax-gtk.SlackBuild
index 60c7bd65b8..22557857e6 100644
--- a/network/efax-gtk/efax-gtk.SlackBuild
+++ b/network/efax-gtk/efax-gtk.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for efax-gtk
-# Copyright 2008-2013 LukenShiro, Italy
+# Copyright 2008-2014 LukenShiro, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=efax-gtk
-VERSION=${VERSION:-3.2.12}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.2.13}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-DOCFILES="ABOUT-NLS AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README"
+DOCFILES="ABOUT-NLS AUTHORS BUGS ChangeLog COPYING INSTALL README"
# original efax's 'fax' shell script's functions are performed by efax-gtk
# itself, so it is not installed as command. Nonetheless maybe can be useful
# for historical purposes as documentation.
@@ -71,10 +71,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.src.tgz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/network/efax-gtk/efax-gtk.info b/network/efax-gtk/efax-gtk.info
index 0cf9330be1..8f74d1482a 100644
--- a/network/efax-gtk/efax-gtk.info
+++ b/network/efax-gtk/efax-gtk.info
@@ -1,8 +1,8 @@
PRGNAM="efax-gtk"
-VERSION="3.2.12"
+VERSION="3.2.13"
HOMEPAGE="http://efax-gtk.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/efax-gtk/efax-gtk-3.2.12.src.tgz"
-MD5SUM="5d38ca4d4c90e0805f2cf8f191177fb6"
+DOWNLOAD="http://downloads.sourceforge.net/efax-gtk/efax-gtk-3.2.13.src.tgz"
+MD5SUM="87cfd9c0894080690474d2696782f79d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="c++-gtk-utils"