diff options
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 |
commit | 7c09fc7a7d7b61da514e84bd906d9c417e84b3b7 (patch) | |
tree | dd6631231aefacbf77776997ecce9f65f06fa9d2 /libraries/appstream-glib/appstream-glib.SlackBuild | |
parent | c1d680b926c38292002de4649be1322a1b706064 (diff) |
libraries/appstream-glib: Updated for version 0.7.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'libraries/appstream-glib/appstream-glib.SlackBuild')
-rw-r--r-- | libraries/appstream-glib/appstream-glib.SlackBuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/libraries/appstream-glib/appstream-glib.SlackBuild b/libraries/appstream-glib/appstream-glib.SlackBuild index d5c2bbfa816ca..04e8104d3395e 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 |