mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/vte3-ng: Updated for version 0.50.2.a.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2ed6c9ff16
commit
208148a72d
2 changed files with 13 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for vte3-ng
|
||||
|
||||
# Copyright 2017 Azure Zanculmarktum <zanculmarktum@gmail.com>
|
||||
# Copyright 2017-2018 Azure Zanculmarktum <zanculmarktum@gmail.com>
|
||||
# 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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue