summaryrefslogtreecommitdiffstats
path: root/libraries/appstream-glib
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2018-01-23 09:52:30 +1300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-27 07:43:54 +0700
commit7c09fc7a7d7b61da514e84bd906d9c417e84b3b7 (patch)
treedd6631231aefacbf77776997ecce9f65f06fa9d2 /libraries/appstream-glib
parentc1d680b926c38292002de4649be1322a1b706064 (diff)
downloadslackbuilds-7c09fc7a7d7b61da514e84bd906d9c417e84b3b7.tar.gz
slackbuilds-7c09fc7a7d7b61da514e84bd906d9c417e84b3b7.tar.xz
libraries/appstream-glib: Updated for version 0.7.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'libraries/appstream-glib')
-rw-r--r--libraries/appstream-glib/appstream-glib.SlackBuild10
-rw-r--r--libraries/appstream-glib/appstream-glib.info6
2 files changed, 7 insertions, 9 deletions
diff --git a/libraries/appstream-glib/appstream-glib.SlackBuild b/libraries/appstream-glib/appstream-glib.SlackBuild
index d5c2bbfa81..04e8104d33 100644
--- a/libraries/appstream-glib/appstream-glib.SlackBuild
+++ b/libraries/appstream-glib/appstream-glib.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for appstream-glib
-# Copyright 2017 Andrew Clemons, Wellington New Zealand
+# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,9 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=appstream-glib
-VERSION=${VERSION:-0.7.4}
+VERSION=${VERSION:-0.7.5}
SRCVERSION=$(echo "$PRGNAM" | tr - _)_$(echo "$VERSION" | tr . _)
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -77,10 +77,8 @@ CXXFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--mandir=/usr/man \
- --enable-dep11 \
--enable-gtk-doc \
- --disable-stemmer \
- --disable-rpm
+ --disable-stemmer
# not sure why this is necessary
sed -i "/^ COMMAND = \/usr\/bin\/g-ir-scanner/s/-lyaml //" _build/build.ninja
diff --git a/libraries/appstream-glib/appstream-glib.info b/libraries/appstream-glib/appstream-glib.info
index 70b6fbdd5b..511de00935 100644
--- a/libraries/appstream-glib/appstream-glib.info
+++ b/libraries/appstream-glib/appstream-glib.info
@@ -1,8 +1,8 @@
PRGNAM="appstream-glib"
-VERSION="0.7.4"
+VERSION="0.7.5"
HOMEPAGE="https://github.com/hughsie/appstream-glib"
-DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_4/appstream-glib-appstream_glib_0_7_4.tar.gz"
-MD5SUM="c4f3f360aa1ce815500b2c8fdd243d3d"
+DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_5/appstream-glib-appstream_glib_0_7_5.tar.gz"
+MD5SUM="b4a579909ccbad63b9991242eee605b2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="meson json-glib gcab"