diff options
author | orbea <orbea@riseup.net> | 2020-10-28 11:02:58 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:46 +0700 |
commit | b40d51c36a325ed398d2badaea59beac4bb9bd0f (patch) | |
tree | 08e1ccd9c7b9693fe98b42d8bf2768372460f5d9 | |
parent | eac3f4be2e7f6a5d6abef159fb53d4ef2864328e (diff) | |
download | slackbuilds-b40d51c36a325ed398d2badaea59beac4bb9bd0f.tar.gz |
libraries/libnumbertext: Updated for version 1.0.6.
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/libnumbertext/libnumbertext.SlackBuild | 10 | ||||
-rw-r--r-- | libraries/libnumbertext/libnumbertext.info | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/libraries/libnumbertext/libnumbertext.SlackBuild b/libraries/libnumbertext/libnumbertext.SlackBuild index 66ad3090b7..3e77de5c7f 100644 --- a/libraries/libnumbertext/libnumbertext.SlackBuild +++ b/libraries/libnumbertext/libnumbertext.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libnumbertext -# Copyright 2018 Hunter Sezen California, USA +# Copyright 2018, 2020 Hunter Sezen California, USA # 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=libnumbertext -VERSION=${VERSION:-1.0.5} +VERSION=${VERSION:-1.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,6 +69,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +autoreconf -fi + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -81,8 +83,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | + grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS COPYING ChangeLog NEWS README.md THANKS \ diff --git a/libraries/libnumbertext/libnumbertext.info b/libraries/libnumbertext/libnumbertext.info index f77ef1fd79..44db433d07 100644 --- a/libraries/libnumbertext/libnumbertext.info +++ b/libraries/libnumbertext/libnumbertext.info @@ -1,8 +1,8 @@ PRGNAM="libnumbertext" -VERSION="1.0.5" +VERSION="1.0.6" HOMEPAGE="https://numbertext.github.io/" -DOWNLOAD="https://github.com/Numbertext/libnumbertext/releases/download/1.0.5/libnumbertext-1.0.5.tar.xz" -MD5SUM="845c7ca37a6738e301073ad19ddc2602" +DOWNLOAD="https://github.com/Numbertext/libnumbertext/releases/download/1.0.6/libnumbertext-1.0.6.tar.xz" +MD5SUM="d5e70dd61deb138add3fe3e8b102197c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |