mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-08 20:28:13 +01:00
libraries/appstream-glib: Updated for version 0.7.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
c1d680b926
commit
7c09fc7a7d
2 changed files with 7 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for appstream-glib
|
||||
|
||||
# Copyright 2017 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,9 +23,9 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=appstream-glib
|
||||
VERSION=${VERSION:-0.7.4}
|
||||
VERSION=${VERSION:-0.7.5}
|
||||
SRCVERSION=$(echo "$PRGNAM" | tr - _)_$(echo "$VERSION" | tr . _)
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -77,10 +77,8 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/man \
|
||||
--enable-dep11 \
|
||||
--enable-gtk-doc \
|
||||
--disable-stemmer \
|
||||
--disable-rpm
|
||||
--disable-stemmer
|
||||
|
||||
# not sure why this is necessary
|
||||
sed -i "/^ COMMAND = \/usr\/bin\/g-ir-scanner/s/-lyaml //" _build/build.ninja
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="appstream-glib"
|
||||
VERSION="0.7.4"
|
||||
VERSION="0.7.5"
|
||||
HOMEPAGE="https://github.com/hughsie/appstream-glib"
|
||||
DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_4/appstream-glib-appstream_glib_0_7_4.tar.gz"
|
||||
MD5SUM="c4f3f360aa1ce815500b2c8fdd243d3d"
|
||||
DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_5/appstream-glib-appstream_glib_0_7_5.tar.gz"
|
||||
MD5SUM="b4a579909ccbad63b9991242eee605b2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="meson json-glib gcab"
|
||||
|
|
Loading…
Reference in a new issue