mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-27 07:58:20 +01:00
mate-menu-editor -> mozo + Upgraded to 1.7.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
f3f9095f0b
commit
cb588b258d
4 changed files with 23 additions and 22 deletions
|
@ -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:
|
|
@ -1,8 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for mate-menu-editor
|
||||
# Slackware build script for mozo
|
||||
|
||||
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
|
||||
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# 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 \
|
12
extra/mozo/slack-desc
Normal file
12
extra/mozo/slack-desc
Normal file
|
@ -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:
|
Loading…
Add table
Reference in a new issue