From 704ef89e633b554fb84cde170b45bc078d603c60 Mon Sep 17 00:00:00 2001 From: willysr Date: Thu, 20 Nov 2014 12:00:43 +0700 Subject: [PATCH] mate-desktop: Fix color selection icon. Signed-off-by: willysr --- base/mate-desktop/mate-desktop.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/base/mate-desktop/mate-desktop.SlackBuild b/base/mate-desktop/mate-desktop.SlackBuild index 8312341..0e95210 100644 --- a/base/mate-desktop/mate-desktop.SlackBuild +++ b/base/mate-desktop/mate-desktop.SlackBuild @@ -72,7 +72,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -115,6 +115,9 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild find $PKG/usr/doc/$PRGNAM-$VERSION/ -type f -exec chmod 644 {} \; chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION +# Fix icon +sed -i "s|Icon=gcolor2|Icon=/usr/share/icons/matefaenza/apps/scalable/gcolor2.svg" $PKG/usr/share/applications/mate-color-select.desktop + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh