summaryrefslogtreecommitdiffstats
path: root/appstream
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-02-18 20:41:31 +0000
committer Eric Hameleers <alien@slackware.com>2023-02-18 20:41:31 +0000
commit5b20c0ae506505b8a2623386ba82730faa11ac9f (patch)
tree1c94e73973227c7a670d8141b77b943c66d54cba /appstream
parent472df4bb64c67f51bacd28548c21ccb16e8cdbe9 (diff)
downloadasb-5b20c0ae506505b8a2623386ba82730faa11ac9f.tar.gz
asb-5b20c0ae506505b8a2623386ba82730faa11ac9f.tar.xz
appstream: update to 0.16.1
Diffstat (limited to 'appstream')
-rwxr-xr-xappstream/build/appstream.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/appstream/build/appstream.SlackBuild b/appstream/build/appstream.SlackBuild
index 08eede6e..38962365 100755
--- a/appstream/build/appstream.SlackBuild
+++ b/appstream/build/appstream.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2022 Eric Hameleers, Eindhoven, NL
+# Copyright 2022, 2023 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -33,6 +33,8 @@
# Changelog:
# 0.15.5-1: 15/oct/2022 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 0.16.1-1: 18/feb/2023 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh appstream.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -42,7 +44,7 @@
PRGNAM=appstream
SRCNAM=AppStream
-VERSION=${VERSION:-0.15.5}
+VERSION=${VERSION:-0.16.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -226,6 +228,7 @@ cd meson-build
-Dcompose=true \
-Dqt=true \
-Dstemming=false \
+ -Dsystemd=false \
-Dvapi=true \
.. \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log