diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-02 11:15:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-02 11:15:21 +0700 |
commit | 361c011b45abce8cabbbe2b874e44127303db98a (patch) | |
tree | 190a358b146b6d1e0f0cf5a3e425f1b703ee7c2b | |
parent | 103b17dbe5225c977d80fd1160f70b593692a92e (diff) | |
download | slackbuilds-361c011b45abce8cabbbe2b874e44127303db98a.tar.gz |
libraries/leptonica: Updated for version 1.82.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/leptonica/leptonica.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/leptonica/leptonica.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/libraries/leptonica/leptonica.SlackBuild b/libraries/leptonica/leptonica.SlackBuild index 9132e6b001..09a4d14c26 100644 --- a/libraries/leptonica/leptonica.SlackBuild +++ b/libraries/leptonica/leptonica.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=leptonica -VERSION=${VERSION:-1.81.1} +VERSION=${VERSION:-1.82.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -95,6 +95,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG +rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.la + 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 diff --git a/libraries/leptonica/leptonica.info b/libraries/leptonica/leptonica.info index 76d06379bc..9b0cf37664 100644 --- a/libraries/leptonica/leptonica.info +++ b/libraries/leptonica/leptonica.info @@ -1,8 +1,8 @@ PRGNAM="leptonica" -VERSION="1.81.1" +VERSION="1.82.0" HOMEPAGE="http://www.leptonica.com/" -DOWNLOAD="https://github.com/DanBloomberg/leptonica/archive/1.81.1/leptonica-1.81.1.tar.gz" -MD5SUM="8d33079c0564ce257fa3cb85753acf83" +DOWNLOAD="https://github.com/DanBloomberg/leptonica/archive/1.82.0/leptonica-1.82.0.tar.gz" +MD5SUM="39f0befbd53939950beb32d81b3542cf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |