desktop/mate-panel: Updated for version 1.28.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Johannes Schoepfer 2024-05-31 23:00:11 +07:00 committed by Willy Sudiarto Raharjo
parent f0d6f144bb
commit ecafcccc50
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 12 additions and 4 deletions

View file

@ -8,3 +8,6 @@ screen with applets such as a Menu Bar, Notification Area, and Clock;
While creating a second panel on the bottom of the screen with a Window
List and a Workspace Switcher. Panels can be created, deleted, moved
around the desktop, and to other monitors.
Optional dependency for help files:
yelp

View file

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mate-panel
VERSION=${VERSION:-1.28.0}
VERSION=${VERSION:-1.28.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -84,6 +84,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} +
# If yelp is not present don't install Help-files
if ! command -v yelp; then
sed -i "/install-help/d" configure
fi
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="mate-panel"
VERSION="1.28.0"
VERSION="1.28.1"
HOMEPAGE="https://wiki.mate-desktop.org/mate-desktop/components/mate-panel/"
DOWNLOAD="https://pub.mate-desktop.org/releases/1.28/mate-panel-1.28.0.tar.xz"
MD5SUM="8dd4223ee2c067dd6312e1527ac695c0"
DOWNLOAD="https://pub.mate-desktop.org/releases/1.28/mate-panel-1.28.1.tar.xz"
MD5SUM="0c460d78a6b984896201a9a1ca7b2ee5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mate-menus mate-desktop libmateweather gtk-layer-shell"