mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
mate-document-viewer -> atril: Upgraded to 1.7.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
97d03d3746
commit
789104506e
4 changed files with 17 additions and 23 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for mate-document-viewer
|
||||
# Slackware build script for atril
|
||||
|
||||
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
|
||||
# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,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-document-viewer
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
PRGNAM=atril
|
||||
VERSION=${VERSION:-1.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_msb}
|
||||
|
||||
|
@ -36,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 "}
|
||||
|
||||
|
@ -83,7 +83,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-scrollkeeper \
|
||||
--disable-static \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
@ -124,10 +123,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/atril/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \;
|
||||
rm -rf $PKG/usr/share/doc/mate/atril/*
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
|
12
extra/atril/slack-desc
Normal file
12
extra/atril/slack-desc
Normal file
|
@ -0,0 +1,12 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
atril: atril (document viewer for the MATE desktop)
|
||||
atril:
|
||||
atril: atril is a document viewer capable of
|
||||
atril: displaying multiple and single page document formats like PDF and
|
||||
atril: Postscript. Atril is a fork of Evince.
|
||||
atril:
|
||||
atril:
|
||||
atril:
|
||||
atril:
|
||||
atril: Homepage: http://www.mate-desktop.org
|
||||
atril:
|
|
@ -1,12 +0,0 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
mate-document-viewer: mate-document-viewer (document viewer for the MATE desktop)
|
||||
mate-document-viewer:
|
||||
mate-document-viewer: mate-document-viewer ("Atril") is a document viewer capable of
|
||||
mate-document-viewer: displaying multiple and single page document formats like PDF and
|
||||
mate-document-viewer: Postscript. Atril is a fork of Evince.
|
||||
mate-document-viewer:
|
||||
mate-document-viewer:
|
||||
mate-document-viewer:
|
||||
mate-document-viewer:
|
||||
mate-document-viewer: Homepage: http://www.mate-desktop.org
|
||||
mate-document-viewer:
|
Loading…
Reference in a new issue