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>
This commit is contained in:
Johannes Schoepfer 2024-02-23 17:14:20 +09:00 committed by Willy Sudiarto Raharjo
parent ba618a93b8
commit 2ac1420a0d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,7 @@
# Copyright 2013 Chess Griffin Raleigh, NC # Copyright 2013 Chess Griffin Raleigh, NC
# Copyright 2013-2021 Willy Sudiarto Raharjo # Copyright 2013-2021 Willy Sudiarto Raharjo
# Copyright 2023 Johannes Schoepfer, Germany # Copyright 2023-2024 Johannes Schoepfer, Germany
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libmatekbd PRGNAM=libmatekbd
VERSION=${VERSION:-1.26.1} VERSION=${VERSION:-1.28.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -80,9 +80,9 @@ cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
find -L . \ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ \( -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 \ \( -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" \ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \

View file

@ -1,8 +1,8 @@
PRGNAM="libmatekbd" PRGNAM="libmatekbd"
VERSION="1.26.1" VERSION="1.28.0"
HOMEPAGE="https://wiki.mate-desktop.org/mate-desktop/libraries/libmatekbd/" 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" DOWNLOAD="https://pub.mate-desktop.org/releases/1.28/libmatekbd-1.28.0.tar.xz"
MD5SUM="4d9b3c4273de906222589238da12f2f0" MD5SUM="ab55ef1483f6b0c8beb934763dbb23ce"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""