network/gui-ufw: Updated for version 18.10.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
cf03f7c778
commit
1e59e4e77e
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gui-ufw
|
||||
VERSION=${VERSION:-18.04.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-18.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -59,9 +59,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
rm -rf $PRGNAM
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
cd $PRGNAM
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -77,8 +77,7 @@ python3 setup.py install --prefix=/usr --root=$PKG
|
|||
# Move the manpage to a sane directory.
|
||||
mv $PKG/usr/share/man $PKG/usr
|
||||
|
||||
# This dir only contains a README for gufw. The same exact README can be found in
|
||||
# /usr/doc/gui-ufw-$VERSION, so lets just ditch this one.
|
||||
# Clean up some duplicates
|
||||
rm -rf $PKG/usr/share/doc
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gui-ufw"
|
||||
VERSION="18.04.0"
|
||||
VERSION="18.10.0"
|
||||
HOMEPAGE="https://gufw.org/"
|
||||
DOWNLOAD="https://launchpad.net/gui-ufw/trunk/18.04/+download/gui-ufw-18.04.0.tar.gz"
|
||||
MD5SUM="da330d3cec44f8e9eaf2014e8c4bcb2a"
|
||||
DOWNLOAD="https://launchpad.net/gui-ufw/trunk/18.10/+download/gui-ufw-18.10.0.tar.gz"
|
||||
MD5SUM="ceab2bc447ac374917c1224b5aec9cd9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-distutils-extra pygobject3-python3 ufw webkit2gtk"
|
||||
|
|
Loading…
Reference in New Issue