mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-29 08:34:31 +01:00
mate-file-archiver -> engrampa: Upgraded to 1.7.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
a9a6fae939
commit
bb8d59a328
4 changed files with 23 additions and 27 deletions
|
@ -1,8 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for mate-file-archiver
|
||||
# Slackware build script for engrampa
|
||||
|
||||
# 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-file-archiver
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
PRGNAM=engrampa
|
||||
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,22 +68,21 @@ 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 \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-scrollkeeper \
|
||||
--disable-packagekit \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
@ -124,9 +124,5 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
# Remove help files for now - until MATE upstream fixes help documentation
|
||||
# buttons and menus. Confirmed w/ upstream.
|
||||
find $PKG/usr/share/mate/help/engrampa/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \;
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
|
12
extra/engrampa/slack-desc
Normal file
12
extra/engrampa/slack-desc
Normal file
|
@ -0,0 +1,12 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
engrampa: engrampa (archive manager for the MATE desktop)
|
||||
engrampa:
|
||||
engrampa: engrampa is an archive manager for the MATE desktop.
|
||||
engrampa: It allows the user to create and modify archives,
|
||||
engrampa: view the contents of archives, view and modify a file contained
|
||||
engrampa: within the archive, and extract files from the archive.
|
||||
engrampa: mate-file-manager is a fork of GNOME File-Roller.
|
||||
engrampa:
|
||||
engrampa:
|
||||
engrampa: Homepage: http://www.mate-desktop.org
|
||||
engrampa:
|
|
@ -1,12 +0,0 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
mate-file-archiver: mate-file-archiver (archive manager for the MATE desktop)
|
||||
mate-file-archiver:
|
||||
mate-file-archiver: mate-file-archiver ("Engrampa") is an archive manager for the
|
||||
mate-file-archiver: MATE desktop. It allows the user to create and modify archives,
|
||||
mate-file-archiver: view the contents of archives, view and modify a file contained
|
||||
mate-file-archiver: within the archive, and extract files from the archive.
|
||||
mate-file-archiver: mate-file-manager is a fork of GNOME File-Roller.
|
||||
mate-file-archiver:
|
||||
mate-file-archiver:
|
||||
mate-file-archiver: Homepage: http://www.mate-desktop.org
|
||||
mate-file-archiver:
|
Loading…
Add table
Reference in a new issue