diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2024-05-31 23:00:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-01 00:51:25 +0700 |
commit | ecafcccc50622aa08ddc0e20b454890cb6bda4f5 (patch) | |
tree | f2db53b9edd9687db729555e5afdad7c03c633de /desktop | |
parent | f0d6f144bb74662eb336129559a9165f2b68ea4a (diff) | |
download | slackbuilds-ecafcccc50622aa08ddc0e20b454890cb6bda4f5.tar.gz slackbuilds-ecafcccc50622aa08ddc0e20b454890cb6bda4f5.tar.xz |
desktop/mate-panel: Updated for version 1.28.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/mate-panel/README | 3 | ||||
-rw-r--r-- | desktop/mate-panel/mate-panel.SlackBuild | 7 | ||||
-rw-r--r-- | desktop/mate-panel/mate-panel.info | 6 |
3 files changed, 12 insertions, 4 deletions
diff --git a/desktop/mate-panel/README b/desktop/mate-panel/README index b99c6da92a..76f2317fe6 100644 --- a/desktop/mate-panel/README +++ b/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 diff --git a/desktop/mate-panel/mate-panel.SlackBuild b/desktop/mate-panel/mate-panel.SlackBuild index 6460c352df..e0660a2a28 100644 --- a/desktop/mate-panel/mate-panel.SlackBuild +++ b/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 \ diff --git a/desktop/mate-panel/mate-panel.info b/desktop/mate-panel/mate-panel.info index 24e79ac105..5535a2e6be 100644 --- a/desktop/mate-panel/mate-panel.info +++ b/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" |