diff --git a/extra/mate-menu-editor/slack-desc b/extra/mate-menu-editor/slack-desc deleted file mode 100644 index ef38b0c..0000000 --- a/extra/mate-menu-editor/slack-desc +++ /dev/null @@ -1,12 +0,0 @@ - |-----handy-ruler------------------------------------------------------| -mate-menu-editor: mate-menu-editor (menu editor for the MATE desktop) -mate-menu-editor: -mate-menu-editor: mate-menu-editor ("Mozo") is a menu editor for MATE using the -mate-menu-editor: freedesktop.org menu specification. Mozo is a fork of Alacarte. -mate-menu-editor: -mate-menu-editor: -mate-menu-editor: -mate-menu-editor: -mate-menu-editor: -mate-menu-editor: Homepage: http://www.mate-desktop.org -mate-menu-editor: diff --git a/extra/mate-menu-editor/doinst.sh b/extra/mozo/doinst.sh similarity index 100% rename from extra/mate-menu-editor/doinst.sh rename to extra/mozo/doinst.sh diff --git a/extra/mate-menu-editor/mate-menu-editor.SlackBuild b/extra/mozo/mozo.SlackBuild similarity index 87% rename from extra/mate-menu-editor/mate-menu-editor.SlackBuild rename to extra/mozo/mozo.SlackBuild index c7f43c9..198e9d1 100644 --- a/extra/mate-menu-editor/mate-menu-editor.SlackBuild +++ b/extra/mozo/mozo.SlackBuild @@ -1,8 +1,9 @@ #!/bin/sh -# Slackware build script for mate-menu-editor +# Slackware build script for mozo # Copyright 2013 Chess Griffin Raleigh, NC +# Copyright 2014 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,8 +23,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=mate-menu-editor -VERSION=${VERSION:-1.6.0} +PRGNAM=mozo +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -35,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.6/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.7/$PRGNAM-$VERSION.tar.xz NUMJOBS=${NUMJOBS:-" -j8 "} @@ -67,15 +68,15 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; +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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -./autogen.sh \ +./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ diff --git a/extra/mozo/slack-desc b/extra/mozo/slack-desc new file mode 100644 index 0000000..26cdbda --- /dev/null +++ b/extra/mozo/slack-desc @@ -0,0 +1,12 @@ + |-----handy-ruler------------------------------------------------------| +mozo: mozo (menu editor for the MATE desktop) +mozo: +mozo: mozo is a menu editor for MATE using the freedesktop.org menu +mozo: specification. Mozo is a fork of Alacarte. +mozo: +mozo: +mozo: +mozo: +mozo: +mozo: Homepage: http://www.mate-desktop.org +mozo: