From d3d735f1c295ca7d21f44c639f6c0c9dcd7a2649 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sat, 29 Oct 2022 17:17:57 +0900 Subject: libraries/appstream-glib: Updated for version 0.8.1. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- libraries/appstream-glib/appstream-glib.SlackBuild | 9 ++------- libraries/appstream-glib/appstream-glib.info | 6 +++--- 2 files changed, 5 insertions(+), 10 deletions(-) (limited to 'libraries/appstream-glib') 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" -- cgit v1.2.3-65-gdbad