summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Hunter Sezen2019-02-08 14:48:45 +0100
committer Willy Sudiarto Raharjo2019-02-08 14:48:45 +0100
commitae12f0de00055080b996422053a4d685f7d1fb3b (patch)
tree6e14e2fcaa2ec18f6b22ee4690631f3cd2d01004
parentf0ca4d50e262b82b646e6f4004609dce7efbca9b (diff)
downloadslackbuilds-ae12f0de00055080b996422053a4d685f7d1fb3b.tar.gz
libraries/libqxp: Updated for version 0.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/libqxp/libqxp.SlackBuild8
-rw-r--r--libraries/libqxp/libqxp.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/libqxp/libqxp.SlackBuild b/libraries/libqxp/libqxp.SlackBuild
index c404868373..743fc7ff5f 100644
--- a/libraries/libqxp/libqxp.SlackBuild
+++ b/libraries/libqxp/libqxp.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libqxp
-# Copyright 2018 Hunter Sezen California, USA
+# Copyright 2018-2019 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=libqxp
-VERSION=${VERSION:-0.0.1}
+VERSION=${VERSION:-0.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -92,8 +92,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 TODO $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/libraries/libqxp/libqxp.info b/libraries/libqxp/libqxp.info
index 403f8addaf..ddc16f6b69 100644
--- a/libraries/libqxp/libqxp.info
+++ b/libraries/libqxp/libqxp.info
@@ -1,8 +1,8 @@
PRGNAM="libqxp"
-VERSION="0.0.1"
+VERSION="0.0.2"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libqxp"
-DOWNLOAD="https://dev-www.libreoffice.org/src/libqxp/libqxp-0.0.1.tar.xz"
-MD5SUM="778e9ee464b6db3c10f45b7c7d97b22d"
+DOWNLOAD="https://dev-www.libreoffice.org/src/libqxp/libqxp-0.0.2.tar.xz"
+MD5SUM="7011efa81fe8b6b1f2dd7d05d7bfb173"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""