mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
mate-panel: Upgraded to 1.26.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
875e5615ff
commit
3101afe3ef
2 changed files with 2 additions and 35 deletions
|
@ -1,31 +0,0 @@
|
||||||
From c759f2e68a11d1483a10670937b1ecfd4565b477 Mon Sep 17 00:00:00 2001
|
|
||||||
From: mbkma <johannes.unruh@fau.de>
|
|
||||||
Date: Thu, 26 Aug 2021 21:02:36 +0200
|
|
||||||
Subject: [PATCH] fix mate-desktop-item-edit executable
|
|
||||||
|
|
||||||
---
|
|
||||||
mate-panel/Makefile.am | 4 ++++
|
|
||||||
1 file changed, 4 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am
|
|
||||||
index 1ec92a0e1..f2f04d27b 100644
|
|
||||||
--- a/mate-panel/Makefile.am
|
|
||||||
+++ b/mate-panel/Makefile.am
|
|
||||||
@@ -170,6 +170,8 @@ mate_panel_LDFLAGS = -export-dynamic
|
|
||||||
mate_desktop_item_edit_SOURCES = \
|
|
||||||
mate-desktop-item-edit.c \
|
|
||||||
panel-ditem-editor.c \
|
|
||||||
+ panel-resources.c \
|
|
||||||
+ panel-resources.h \
|
|
||||||
panel-marshal.c \
|
|
||||||
panel-util.c
|
|
||||||
|
|
||||||
@@ -188,6 +190,8 @@ mate_desktop_item_edit_LDADD += \
|
|
||||||
-lX11
|
|
||||||
endif
|
|
||||||
|
|
||||||
+mate_desktop_item_edit_LDFLAGS = -export-dynamic
|
|
||||||
+
|
|
||||||
mate_panel_test_applets_SOURCES = \
|
|
||||||
$(panel_test_applets_BUILT_SOURCES) \
|
|
||||||
panel-modules.c \
|
|
|
@ -24,8 +24,8 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=mate-panel
|
PRGNAM=mate-panel
|
||||||
VERSION=${VERSION:-1.26.0}
|
VERSION=${VERSION:-1.26.1}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_msb}
|
TAG=${TAG:-_msb}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -78,8 +78,6 @@ find -L . \
|
||||||
\( -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 {} \;
|
||||||
|
|
||||||
patch -p1 < $CWD/1247.patch
|
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
./autogen.sh \
|
./autogen.sh \
|
||||||
|
|
Loading…
Reference in a new issue