From 94fd0ba5c2fb3e2b25d8512a55cba258fc29bf3b Mon Sep 17 00:00:00 2001 From: Johannes Schoepfer Date: Tue, 24 Oct 2023 06:29:57 +0900 Subject: libraries/libmateweather: Updated for version 1.26.2. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- libraries/libmateweather/libmateweather.SlackBuild | 7 ++++--- libraries/libmateweather/libmateweather.info | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'libraries/libmateweather') diff --git a/libraries/libmateweather/libmateweather.SlackBuild b/libraries/libmateweather/libmateweather.SlackBuild index 8961a9d8df..f23c778e69 100644 --- a/libraries/libmateweather/libmateweather.SlackBuild +++ b/libraries/libmateweather/libmateweather.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libmateweather -VERSION=${VERSION:-1.26.1} +VERSION=${VERSION:-1.26.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,9 +80,9 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \+ -o \ + -o -perm 511 \) -exec chmod 755 {} + -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -94,6 +94,7 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-static \ + --enable-shared \ --enable-locations-compression \ --build=$ARCH-slackware-linux diff --git a/libraries/libmateweather/libmateweather.info b/libraries/libmateweather/libmateweather.info index 6865afec31..c43b405ffb 100644 --- a/libraries/libmateweather/libmateweather.info +++ b/libraries/libmateweather/libmateweather.info @@ -1,8 +1,8 @@ PRGNAM="libmateweather" -VERSION="1.26.1" +VERSION="1.26.2" HOMEPAGE="https://wiki.mate-desktop.org/mate-desktop/libraries/libmateweather/" -DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/libmateweather-1.26.1.tar.xz" -MD5SUM="06fd1be9d7bd339514a4b177b09ec015" +DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/libmateweather-1.26.2.tar.xz" +MD5SUM="e35f7d600e766e0a3077bd98e5b1a2c7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-65-gdbad