From 208148a72d5cbc54bf7e5df9e36451d76226c96f Mon Sep 17 00:00:00 2001 From: Azure Zanculmarktum Date: Fri, 16 Mar 2018 18:25:11 +0700 Subject: libraries/vte3-ng: Updated for version 0.50.2.a. Signed-off-by: Willy Sudiarto Raharjo --- libraries/vte3-ng/vte3-ng.SlackBuild | 20 ++++++++++---------- libraries/vte3-ng/vte3-ng.info | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'libraries/vte3-ng') diff --git a/libraries/vte3-ng/vte3-ng.SlackBuild b/libraries/vte3-ng/vte3-ng.SlackBuild index 5eb55fafbd..bce5471b2f 100644 --- a/libraries/vte3-ng/vte3-ng.SlackBuild +++ b/libraries/vte3-ng/vte3-ng.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for vte3-ng -# Copyright 2017 Azure Zanculmarktum +# Copyright 2017-2018 Azure Zanculmarktum # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=vte3-ng -VERSION=${VERSION:-0.48.2.a} +VERSION=${VERSION:-0.50.2.a} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCNAM="$(sed 's/3//' <<< $PRGNAM)" +SRCNAM=${PRGNAM%3*}${PRGNAM#*3} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -58,15 +58,15 @@ fi set -e -( cd /var/log/packages +cd /var/log/packages for f in vte3*; do - if grep '^vte3-[^-]*-[^-]*-[^-]*$' <<< "$f" > /dev/null 2>&1; then + if echo "$f" | grep '^vte3-[^-]*-[^-]*-[^-]*$' >/dev/null 2>&1; then echo "vte3 package exists. Remove it first before continuing." echo " # /sbin/removepkg vte3" exit 1 fi done -) +cd - >/dev/null rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -76,10 +76,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$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 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + \( -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 {} \; ./autogen.sh diff --git a/libraries/vte3-ng/vte3-ng.info b/libraries/vte3-ng/vte3-ng.info index d0cc341a00..b7ef6e740b 100644 --- a/libraries/vte3-ng/vte3-ng.info +++ b/libraries/vte3-ng/vte3-ng.info @@ -1,8 +1,8 @@ PRGNAM="vte3-ng" -VERSION="0.48.2.a" +VERSION="0.50.2.a" HOMEPAGE="https://github.com/thestinger/vte-ng" -DOWNLOAD="https://github.com/thestinger/vte-ng/archive/0.48.2.a/vte-ng-0.48.2.a.tar.gz" -MD5SUM="def6df6743d85cbdcb8ef5445772a48d" +DOWNLOAD="https://github.com/thestinger/vte-ng/archive/0.50.2.a/vte-ng-0.50.2.a.tar.gz" +MD5SUM="af0863ef1b19250bedc903fc23c6bb08" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pcre2 vala" -- cgit v1.2.3