mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
office/evince: Reverted to version 2.28.2.
http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-June/005950.html Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
a35368ddd8
commit
7519fea0de
4 changed files with 13 additions and 28 deletions
|
@ -1,12 +0,0 @@
|
|||
diff -Nur evince-2.30.1.orig//shell/ev-window.c evince-2.30.1/shell/ev-window.c
|
||||
--- evince-2.30.1.orig//shell/ev-window.c 2010-04-26 09:58:15.000000000 -0500
|
||||
+++ evince-2.30.1/shell/ev-window.c 2010-06-03 16:54:29.974562518 -0500
|
||||
@@ -6107,7 +6107,7 @@
|
||||
GFile *file;
|
||||
gchar *path;
|
||||
|
||||
- path = g_build_filename (ev_application_get_dot_dir (EV_APP, FALSE), "last_settings", NULL);
|
||||
+ path = g_build_filename (ev_application_get_dot_dir (EV_APP, TRUE), "last_settings", NULL);
|
||||
file = g_file_new_for_path (path);
|
||||
g_free (path);
|
||||
|
|
@ -24,19 +24,18 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=evince
|
||||
VERSION=${VERSION:-2.30.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.28.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG=_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
F
|
||||
|
||||
NLS=${NLS:-YES}
|
||||
|
||||
|
@ -81,9 +80,6 @@ if [ "$NLS" != "YES" ]; then
|
|||
-e 's/ENABLE_NLS 1/ENABLE_NLS 0/g' configure
|
||||
fi
|
||||
|
||||
# Create the $HOME/.gnome2/evince/ directory before trying to write files there
|
||||
patch -p1 < $CWD/evince-2.30.1-create_dotdir_on_startup.patch
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
@ -110,6 +106,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--disable-scrollkeeper \
|
||||
--disable-nautilus \
|
||||
--disable-introspection \
|
||||
--disable-maintainer-mode \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="evince"
|
||||
VERSION="2.30.1"
|
||||
VERSION="2.28.2"
|
||||
HOMEPAGE="http://projects.gnome.org/evince/"
|
||||
DOWNLOAD="ftp://ftp.gnome.org/pub/gnome/sources/evince/2.30/evince-2.30.1.tar.bz2"
|
||||
MD5SUM="84eb6c8bb460edd382025fdd29c3bc64"
|
||||
DOWNLOAD="ftp://ftp.gnome.org/pub/gnome/sources/evince/2.28/evince-2.28.2.tar.bz2"
|
||||
MD5SUM="f8b9a1ee6fe8cd0a1b7a51ad4db96e59"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Michiel van Wessem"
|
||||
EMAIL="michiel@slackbuilds.org"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
evince: evince (a simple gnome-based document viewer)
|
||||
evince:
|
||||
evince: Evince is a document viewer for multiple document formats. It
|
||||
evince: Ccurrently supports pdf, postscript, djvu, tiff and dvi. The goal of
|
||||
evince: evince is to replace the multiple document viewers that exist on the
|
||||
evince: GNOME Desktop with a single simple application.
|
||||
evince: Evince is a document viewer for multiple document formats.
|
||||
evince: It currently supports pdf, postscript, djvu, tiff, and dvi.
|
||||
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:
|
||||
evince:
|
||||
evince:
|
||||
|
|
Loading…
Reference in a new issue