summaryrefslogtreecommitdiffstats
path: root/libraries/appstream-glib
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-10-29 17:17:57 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-05 21:15:16 +0700
commitd3d735f1c295ca7d21f44c639f6c0c9dcd7a2649 (patch)
tree299942db3c7e83462579c4801c9438c4944c7835 /libraries/appstream-glib
parent5d95ea62e13258726a161b16081c7412e4925cff (diff)
downloadslackbuilds-d3d735f1c295ca7d21f44c639f6c0c9dcd7a2649.tar.gz
slackbuilds-d3d735f1c295ca7d21f44c639f6c0c9dcd7a2649.tar.xz
libraries/appstream-glib: Updated for version 0.8.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/appstream-glib')
-rw-r--r--libraries/appstream-glib/appstream-glib.SlackBuild9
-rw-r--r--libraries/appstream-glib/appstream-glib.info6
2 files changed, 5 insertions, 10 deletions
diff --git a/libraries/appstream-glib/appstream-glib.SlackBuild b/libraries/appstream-glib/appstream-glib.SlackBuild
index 4714dd7409..ca09c87822 100644
--- a/libraries/appstream-glib/appstream-glib.SlackBuild
+++ b/libraries/appstream-glib/appstream-glib.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for appstream-glib
# Copyright 2017-2021 Andrew Clemons, Wellington New Zealand
+# Copyright 2022 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=appstream-glib
-VERSION=${VERSION:-0.7.18}
+VERSION=${VERSION:-0.8.1}
SRCVERSION=$(echo "$PRGNAM" | tr - _)_$(echo "$VERSION" | tr . _)
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -39,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -93,9 +91,6 @@ meson \
-Dstemmer=false \
..
-# not sure why this is necessary
-sed -i "/^ COMMAND = \\/usr\\/bin\\/g-ir-scanner/s/-lyaml//" build.ninja
-
"${NINJA:=ninja}"
$NINJA
DESTDIR=$PKG $NINJA install
diff --git a/libraries/appstream-glib/appstream-glib.info b/libraries/appstream-glib/appstream-glib.info
index 393ed5422d..6b0f2c7417 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.18"
+VERSION="0.8.1"
HOMEPAGE="https://github.com/hughsie/appstream-glib"
-DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_18/appstream-glib-appstream_glib_0_7_18.tar.gz"
-MD5SUM="da2f97614c9076158c3be78f4593b146"
+DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_8_1/appstream-glib-appstream_glib_0_8_1.tar.gz"
+MD5SUM="8b9a8affcf9e51968b06c9be6b61d8c8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gcab"