From e820fa5860673cbd8b0b40e5fc23f04836b8858f Mon Sep 17 00:00:00 2001 From: gitbearflying <34683119+gitbearflying@users.noreply.github.com> Date: Fri, 21 Jun 2024 17:10:17 +0200 Subject: [PATCH] desktop/mate-panel: Update for 1.28.2 --- desktop/mate-panel/mate-panel.SlackBuild | 4 ++-- desktop/mate-panel/mate-panel.info | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/mate-panel/mate-panel.SlackBuild b/desktop/mate-panel/mate-panel.SlackBuild index e0660a2a281..272af6a90ac 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.1} +VERSION=${VERSION:-1.28.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -109,7 +109,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.la find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/desktop/mate-panel/mate-panel.info b/desktop/mate-panel/mate-panel.info index 5535a2e6be3..3ca352a6807 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.1" +VERSION="1.28.2" HOMEPAGE="https://wiki.mate-desktop.org/mate-desktop/components/mate-panel/" -DOWNLOAD="https://pub.mate-desktop.org/releases/1.28/mate-panel-1.28.1.tar.xz" -MD5SUM="0c460d78a6b984896201a9a1ca7b2ee5" +DOWNLOAD="https://pub.mate-desktop.org/releases/1.28/mate-panel-1.28.2.tar.xz" +MD5SUM="95ce4d4572142ad95fded34084522d3b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="mate-menus mate-desktop libmateweather gtk-layer-shell"