mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
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:
parent
5d95ea62e1
commit
d3d735f1c2
2 changed files with 5 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue