mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
mate-document-viewer: Upgraded to 1.6.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
5a6547fe77
commit
131761d5d9
1 changed files with 3 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
||||||
# Slackware build script for mate-document-viewer
|
# Slackware build script for mate-document-viewer
|
||||||
|
|
||||||
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
|
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
|
||||||
|
# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=mate-document-viewer
|
PRGNAM=mate-document-viewer
|
||||||
VERSION=${VERSION:-1.6.0}
|
VERSION=${VERSION:-1.6.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_msb}
|
TAG=${TAG:-_msb}
|
||||||
|
|
||||||
|
@ -77,7 +78,7 @@ find . \
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
./autogen.sh \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
|
@ -86,7 +87,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||||
--disable-scrollkeeper \
|
--disable-scrollkeeper \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-schemas-install \
|
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make $NUMJOBS || make
|
make $NUMJOBS || make
|
||||||
|
@ -130,8 +130,6 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||||
# buttons and menus. Confirmed /w upstream.
|
# buttons and menus. Confirmed /w upstream.
|
||||||
find $PKG/usr/share/mate/help/atril/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \;
|
find $PKG/usr/share/mate/help/atril/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \;
|
||||||
rm -rf $PKG/usr/share/doc/mate/atril/*
|
rm -rf $PKG/usr/share/doc/mate/atril/*
|
||||||
rmdir --ignore-fail-on-non-empty $PKG/usr/share/doc/mate/atril
|
|
||||||
rmdir --ignore-fail-on-non-empty $PKG/usr/share/doc/mate
|
|
||||||
|
|
||||||
cd $PKG
|
cd $PKG
|
||||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
|
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
|
||||||
|
|
Loading…
Reference in a new issue