diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2024-02-23 17:14:20 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 15:34:51 +0700 |
commit | 2ac1420a0db168ccd2893693b647854848cb9809 (patch) | |
tree | 1a349a7a4946e2f65dc597900536edc96b0a09f4 /libraries/libmatekbd | |
parent | ba618a93b8099153774ba94807bf76ff489cd7c2 (diff) |
libraries/libmatekbd: Updated for version 1.28.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libmatekbd')
-rw-r--r-- | libraries/libmatekbd/libmatekbd.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/libmatekbd/libmatekbd.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/libmatekbd/libmatekbd.SlackBuild b/libraries/libmatekbd/libmatekbd.SlackBuild index c7086e9143072..7f6c997c0e065 100644 --- a/libraries/libmatekbd/libmatekbd.SlackBuild +++ b/libraries/libmatekbd/libmatekbd.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2013 Chess Griffin Raleigh, NC # Copyright 2013-2021 Willy Sudiarto Raharjo -# Copyright 2023 Johannes Schoepfer, Germany +# Copyright 2023-2024 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libmatekbd -VERSION=${VERSION:-1.26.1} +VERSION=${VERSION:-1.28.0} 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" \ diff --git a/libraries/libmatekbd/libmatekbd.info b/libraries/libmatekbd/libmatekbd.info index 7a7506bc8a905..36d968d730181 100644 --- a/libraries/libmatekbd/libmatekbd.info +++ b/libraries/libmatekbd/libmatekbd.info @@ -1,8 +1,8 @@ PRGNAM="libmatekbd" -VERSION="1.26.1" +VERSION="1.28.0" HOMEPAGE="https://wiki.mate-desktop.org/mate-desktop/libraries/libmatekbd/" -DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/libmatekbd-1.26.1.tar.xz" -MD5SUM="4d9b3c4273de906222589238da12f2f0" +DOWNLOAD="https://pub.mate-desktop.org/releases/1.28/libmatekbd-1.28.0.tar.xz" +MD5SUM="ab55ef1483f6b0c8beb934763dbb23ce" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |