From 77adbf34084ee5f408a4b32b85d811695974fe67 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 4 Sep 2018 16:55:12 -0400 Subject: libraries/jbig2dec: Updated for version 0.15. Signed-off-by: B. Watson --- libraries/jbig2dec/jbig2dec.SlackBuild | 11 +++++------ libraries/jbig2dec/jbig2dec.info | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'libraries/jbig2dec') diff --git a/libraries/jbig2dec/jbig2dec.SlackBuild b/libraries/jbig2dec/jbig2dec.SlackBuild index 36feb70d9c3e..908836152d79 100644 --- a/libraries/jbig2dec/jbig2dec.SlackBuild +++ b/libraries/jbig2dec/jbig2dec.SlackBuild @@ -10,6 +10,8 @@ # licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ # for details. +# 20180904 bkw: update for v0.15 + # 20180623 bkw: # - upstream moved again (to github). use github url for source. # the innards of the tarball are slightly different: none of the @@ -35,7 +37,7 @@ # - Added 'how to edit' stuff to slack-desc PRGNAM=jbig2dec -VERSION=${VERSION:-0.14} +VERSION=${VERSION:-0.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,11 +77,8 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ # 20180623 bkw: configure & friends are now absent, generate them. ./autogen.sh diff --git a/libraries/jbig2dec/jbig2dec.info b/libraries/jbig2dec/jbig2dec.info index a0d99d58ba4f..6654065a507e 100644 --- a/libraries/jbig2dec/jbig2dec.info +++ b/libraries/jbig2dec/jbig2dec.info @@ -1,8 +1,8 @@ PRGNAM="jbig2dec" -VERSION="0.14" +VERSION="0.15" HOMEPAGE="https://github.com/ArtifexSoftware/jbig2dec" -DOWNLOAD="https://github.com/ArtifexSoftware/jbig2dec/archive/0.14/jbig2dec-0.14.tar.gz" -MD5SUM="69ca71817c2657e02c6e5822705eeae4" +DOWNLOAD="https://github.com/ArtifexSoftware/jbig2dec/archive/0.15/jbig2dec-0.15.tar.gz" +MD5SUM="14027e8886c594132da48c47c5376a03" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3