network/gui-ufw: Updated for version 19.10.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Skaendo 2019-08-13 05:57:54 +07:00 committed by Willy Sudiarto Raharjo
parent 367632a990
commit eb7d13a2c5
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for gui-ufw
# Copyright 2018 Skaendo <skaendo@linuxmail.org>
# Copyright 2018, 2019 Skaendo <skaendo@linuxmail.org>
# 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=gui-ufw
VERSION=${VERSION:-18.10.0}
VERSION=${VERSION:-19.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -59,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
mkdir $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -70,7 +70,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Point gufw-pkexec to the correct python3 location and version.
sed -i "s|lib/python3.5|lib$LIBDIRSUFFIX/python3.6|g" bin/gufw-pkexec
sed -i "s|lib/python3.5|lib$LIBDIRSUFFIX/python3.7|g" bin/gufw-pkexec
python3 setup.py install --prefix=/usr --root=$PKG
@ -87,7 +87,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING.GPL3 INSTALL README \
cp -a COPYING* README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="gui-ufw"
VERSION="18.10.0"
VERSION="19.10.0"
HOMEPAGE="https://gufw.org/"
DOWNLOAD="https://launchpad.net/gui-ufw/trunk/18.10/+download/gui-ufw-18.10.0.tar.gz"
MD5SUM="ceab2bc447ac374917c1224b5aec9cd9"
DOWNLOAD="https://launchpad.net/gui-ufw/trunk/19.10/+download/gui-ufw-19.10.0.tar.gz"
MD5SUM="46ba50d59dfa96e36d04ab2f21fc2d21"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-distutils-extra pygobject3-python3 ufw webkit2gtk"