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>
This commit is contained in:
Andrew Clemons 2022-10-29 17:17:57 +09:00 committed by Willy Sudiarto Raharjo
parent 5d95ea62e1
commit d3d735f1c2
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 10 deletions

View file

@ -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

View file

@ -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"