libraries/libgweather4: Updated to 4.2.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ozan Türkyılmaz 2022-10-20 22:12:17 +03:00 committed by Willy Sudiarto Raharjo
parent b6ed48582e
commit 4b34a3ab08
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 13 additions and 6 deletions

View file

@ -25,12 +25,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libgweather4
VERSION=${VERSION:-4.0.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-4.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
# In purist sense, it's still libgweather but version 4 has different
# In purist sense, it's still libgweather but version 4 has different
# API and seen as a seperate library than version 3. It can be even installed
# next to version 3.
PRGNAM1=libgweather
@ -136,6 +136,8 @@ cd build
-Dgtk_doc=$GTKDOCP \
-Dintrospection=$INTROSPECTIONP \
-Dtests=$TESTSP \
-Dsoup2=true \
-Dwrap_mode=nodownload \
-Dstrip=true
"${NINJA:=ninja}"
DESTDIR=$PKG $NINJA install
@ -162,5 +164,10 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
# Before we makepkg, we need to remove stray doc dir if GTKDOC=yes
if [ "$GTKDOC" = "yes" ]; then
rmdir $PKG/usr/share/doc
fi
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE

View file

@ -1,8 +1,8 @@
PRGNAM="libgweather4"
VERSION="4.0.0"
VERSION="4.2.0"
HOMEPAGE="https://gitlab.gnome.org/GNOME/libgweather"
DOWNLOAD="https://download.gnome.org/sources/libgweather/4.0/libgweather-4.0.0.tar.xz"
MD5SUM="2aa2708dfde3481c87da3d7ea27110da"
DOWNLOAD="https://download.gnome.org/sources/libgweather/4.2/libgweather-4.2.0.tar.xz"
MD5SUM="4c0c46102dcb5e813ff698e5f713e4bb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geocode-glib"