summaryrefslogtreecommitdiffstats
path: root/office/evince/evince.SlackBuild
diff options
context:
space:
mode:
author dsomero2011-04-07 21:54:20 +0200
committer Robby Workman2011-04-11 07:10:02 +0200
commit709bc705b651947c87b07490fc59dbb19be7b1ca (patch)
tree096729a3fa9c8a8dec5abaad3c70a431a26b693a /office/evince/evince.SlackBuild
parent94be40ff8e662c0e59347dfb6c706d4529ab43e8 (diff)
downloadslackbuilds-709bc705b651947c87b07490fc59dbb19be7b1ca.tar.gz
office/evince: Updated for version 2.32.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/evince/evince.SlackBuild')
-rw-r--r--office/evince/evince.SlackBuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/office/evince/evince.SlackBuild b/office/evince/evince.SlackBuild
index a538d350a0..dce97bd9cd 100644
--- a/office/evince/evince.SlackBuild
+++ b/office/evince/evince.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=evince
-VERSION=${VERSION:-2.28.2}
+VERSION=${VERSION:-2.32.0}
BUILD=${BUILD:-1}
TAG=${TAG=_SBo}
@@ -81,7 +81,7 @@ fi
# Make evince compile against the newer poppler. Patch with
# much thanks to Niels Horn.
-patch -p1 < $CWD/evince_poppler016.patch
+# patch -p1 < $CWD/evince_poppler016.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -105,7 +105,6 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-impress \
--disable-dvi \
--disable-static \
- --disable-schemas-install \
--disable-scrollkeeper \
--disable-nautilus \
--disable-introspection \
@@ -118,10 +117,6 @@ make install DESTDIR=$PKG
# Fix desktop entry
sed -i "/NoDisplay=true/d" $PKG/usr/share/applications/evince.desktop
-# I thought we told you not to install these - that means we don't want
-# them AT ALL, and certainly not incorrectly placed... sheesh.
-rm -rf $PKG/*.schemas
-
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true