diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2019-02-08 20:46:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-08 20:46:53 +0700 |
commit | f0ca4d50e262b82b646e6f4004609dce7efbca9b (patch) | |
tree | dd12e628df0e6af5a08b3a8654a81175cc33f8ce /libraries/libetonyek | |
parent | b4ccf66199a89bd9a38661b358166ef8b2b4482a (diff) |
libraries/libetonyek: Updated for version 0.1.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libetonyek')
-rw-r--r-- | libraries/libetonyek/libetonyek.SlackBuild | 14 | ||||
-rw-r--r-- | libraries/libetonyek/libetonyek.info | 6 |
2 files changed, 8 insertions, 12 deletions
diff --git a/libraries/libetonyek/libetonyek.SlackBuild b/libraries/libetonyek/libetonyek.SlackBuild index b46f76c5e44f..6addd48d7460 100644 --- a/libraries/libetonyek/libetonyek.SlackBuild +++ b/libraries/libetonyek/libetonyek.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libetonyek -# Copyright 2015-2018 Hunter Sezen California, USA +# Copyright 2015-2019 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libetonyek -VERSION=${VERSION:-0.1.8} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.1.9} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -80,10 +80,6 @@ else cppunit='--disable-tests' fi -# configure fails with '--enable-tests' and glm-0.9.9.2, -# but the header io.hpp is no longer used by libetonyek -sed -i '/io.hpp/d' configure.ac - autoreconf -fi CFLAGS="$SLKCFLAGS" \ @@ -99,8 +95,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 FEATURES NEWS README TODO \ diff --git a/libraries/libetonyek/libetonyek.info b/libraries/libetonyek/libetonyek.info index fdcc9180ce08..c6f654b99092 100644 --- a/libraries/libetonyek/libetonyek.info +++ b/libraries/libetonyek/libetonyek.info @@ -1,8 +1,8 @@ PRGNAM="libetonyek" -VERSION="0.1.8" +VERSION="0.1.9" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" -DOWNLOAD="https://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.8.tar.xz" -MD5SUM="cc902d50a71637a7f3e296e7d27589a7" +DOWNLOAD="https://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.9.tar.xz" +MD5SUM="b891c14c5233f93fb7db052b5762a692" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="glm liblangtag mdds" |