mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
office/evince: Updated for version 3.8.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
95dd4ebeb5
commit
9a27b523c7
3 changed files with 16 additions and 18 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=evince
|
||||
VERSION=${VERSION:-3.4.0}
|
||||
VERSION=${VERSION:-3.8.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -67,11 +67,14 @@ 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 \) \
|
||||
\( -perm 7177 -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 {} \;
|
||||
|
||||
# If we have any patches apply them here:
|
||||
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-text/evince/files/
|
||||
|
||||
if [ "$NLS" != "YES" ]; then
|
||||
# disable NLS - we're going for a small package here.
|
||||
rm po/*.po
|
||||
|
@ -89,21 +92,16 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--without-keyring \
|
||||
--without-gconf \
|
||||
--enable-dbus \
|
||||
--enable-pdf \
|
||||
--enable-tiff \
|
||||
--enable-djvu \
|
||||
--enable-t1lib \
|
||||
--enable-pixbuf \
|
||||
--enable-comics \
|
||||
--enable-impress \
|
||||
--disable-dvi \
|
||||
--enable-dvi \
|
||||
--enable-introspection \
|
||||
--disable-static \
|
||||
--disable-scrollkeeper \
|
||||
--disable-nautilus \
|
||||
--disable-introspection \
|
||||
--disable-maintainer-mode \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="evince"
|
||||
VERSION="3.4.0"
|
||||
VERSION="3.8.3"
|
||||
HOMEPAGE="http://projects.gnome.org/evince/"
|
||||
DOWNLOAD="ftp://ftp.gnome.org/pub/gnome/sources/evince/3.4/evince-3.4.0.tar.xz"
|
||||
MD5SUM="23c8a5eec7686d2bb607f9c8245ad242"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/evince/3.8/evince-3.8.3.tar.xz"
|
||||
MD5SUM="81a8b0ffc427f2e3bde4056286e3a27a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
evince: evince (a simple gnome-based document viewer)
|
||||
|
@ -14,6 +14,6 @@ evince:
|
|||
evince: The goal of evince is to replace the multiple document viewers
|
||||
evince: that exist on the GNOME Desktop with a single simple application.
|
||||
evince:
|
||||
evince: homepage: http://projects.gnome.org/evince/
|
||||
evince: Homepage: http://projects.gnome.org/evince/
|
||||
evince:
|
||||
evince:
|
||||
|
|
Loading…
Reference in a new issue