summaryrefslogtreecommitdiffstats
path: root/libraries/libzmf
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2017-12-19 22:18:22 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-12-21 08:19:24 +0700
commit5e062f221796684f0361061c13bc110303b1a860 (patch)
treecfe95c9885bffc79c6613ed209eaa05ce23de875 /libraries/libzmf
parent7566cb1bb6f88941e9cfaaa4a64960a9f0d48cfa (diff)
downloadslackbuilds-5e062f221796684f0361061c13bc110303b1a860.tar.gz
slackbuilds-5e062f221796684f0361061c13bc110303b1a860.tar.xz
libraries/libzmf: Updated for version 0.0.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libzmf')
-rw-r--r--libraries/libzmf/configure.patch.gzbin508 -> 0 bytes
-rw-r--r--libraries/libzmf/libzmf.SlackBuild14
-rw-r--r--libraries/libzmf/libzmf.info6
3 files changed, 8 insertions, 12 deletions
diff --git a/libraries/libzmf/configure.patch.gz b/libraries/libzmf/configure.patch.gz
deleted file mode 100644
index 71edfe7056..0000000000
--- a/libraries/libzmf/configure.patch.gz
+++ /dev/null
Binary files differ
diff --git a/libraries/libzmf/libzmf.SlackBuild b/libraries/libzmf/libzmf.SlackBuild
index 9e85a04e31..df26366605 100644
--- a/libraries/libzmf/libzmf.SlackBuild
+++ b/libraries/libzmf/libzmf.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libzmf
-VERSION=${VERSION:-0.0.1}
+VERSION=${VERSION:-0.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,9 +69,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-case "${DOC:-no}" in
- yes) doc='--with-docs' ;;
- *) doc='--without-docs' ;;
+case "${DOC:-0}" in
+ 0) doc='--without-docs' ;;
+ *) doc='--with-docs' ;;
esac
if pkg-config --exists cppunit; then
@@ -80,17 +80,13 @@ else
cppunit='--disable-tests'
fi
-# Fix build with slibtool
-# -no-undefines should be -no-undefined
-zcat $CWD/configure.patch.gz | patch -p1
-autoreconf -fi
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--docdir=/usr/doc/$PRGNAM-$VERSION \
+ --disable-static \
--disable-werror \
--build=$ARCH-slackware-linux \
$cppunit $doc
diff --git a/libraries/libzmf/libzmf.info b/libraries/libzmf/libzmf.info
index d082d84e62..b365b2e736 100644
--- a/libraries/libzmf/libzmf.info
+++ b/libraries/libzmf/libzmf.info
@@ -1,8 +1,8 @@
PRGNAM="libzmf"
-VERSION="0.0.1"
+VERSION="0.0.2"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf"
-DOWNLOAD="http://dev-www.libreoffice.org/src/libzmf/libzmf-0.0.1.tar.xz"
-MD5SUM="5a002c50af653b67b3c2aedd979a2972"
+DOWNLOAD="http://dev-www.libreoffice.org/src/libzmf/libzmf-0.0.2.tar.xz"
+MD5SUM="e4b089f35a85a042ba4da3c143b1dc5a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""