summaryrefslogtreecommitdiffstats
path: root/office/evince/evince.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/evince/evince.SlackBuild')
-rw-r--r--office/evince/evince.SlackBuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/office/evince/evince.SlackBuild b/office/evince/evince.SlackBuild
index b07da5cc10..1313578f5a 100644
--- a/office/evince/evince.SlackBuild
+++ b/office/evince/evince.SlackBuild
@@ -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