diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-12-29 05:20:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-29 05:20:50 +0700 |
commit | 515673a51e8b0bebc796b81b6ac9545940891577 (patch) | |
tree | eb9d71d17efb3e3cb0d6ce14b112599937ad3982 /graphics | |
parent | 96b7136c3261815a2b658da8db088eb40c636332 (diff) | |
download | slackbuilds-515673a51e8b0bebc796b81b6ac9545940891577.tar.gz |
graphics/graphite2: Updated for version 1.3.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphite2/graphite2.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/graphite2/graphite2.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/graphite2/graphite2.SlackBuild b/graphics/graphite2/graphite2.SlackBuild index 19cc534e14..ed4a1ef360 100644 --- a/graphics/graphite2/graphite2.SlackBuild +++ b/graphics/graphite2/graphite2.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=graphite2 -VERSION=${VERSION:-1.3.12} +VERSION=${VERSION:-1.3.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,8 +82,8 @@ cd build make install DESTDIR=$PKG cd .. -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 COPYING ChangeLog LICENSE README.md Todo.txt $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/graphics/graphite2/graphite2.info b/graphics/graphite2/graphite2.info index b1af03d760..ad548f6c1b 100644 --- a/graphics/graphite2/graphite2.info +++ b/graphics/graphite2/graphite2.info @@ -1,8 +1,8 @@ PRGNAM="graphite2" -VERSION="1.3.12" +VERSION="1.3.13" HOMEPAGE="http://graphite.sil.org/" -DOWNLOAD="https://github.com/silnrsi/graphite/releases/download/1.3.12/graphite2-1.3.12.tgz" -MD5SUM="75eafa40b5d2cfee852f40b42ef553f5" +DOWNLOAD="https://github.com/silnrsi/graphite/releases/download/1.3.13/graphite2-1.3.13.tgz" +MD5SUM="29616d4f9651706036ca25c111508272" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |