Browse Source

desktop/mate-panel: Updated for version 1.28.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/227/head
Johannes Schoepfer 1 year ago
committed by Willy Sudiarto Raharjo
parent
commit
ecafcccc50
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 3
      desktop/mate-panel/README
  2. 7
      desktop/mate-panel/mate-panel.SlackBuild
  3. 6
      desktop/mate-panel/mate-panel.info

3
desktop/mate-panel/README

@ -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

7
desktop/mate-panel/mate-panel.SlackBuild

@ -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 \

6
desktop/mate-panel/mate-panel.info

@ -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"

Loading…
Cancel
Save