diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2011-04-07 15:54:20 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-11 00:10:02 -0500 |
commit | 709bc705b651947c87b07490fc59dbb19be7b1ca (patch) | |
tree | 096729a3fa9c8a8dec5abaad3c70a431a26b693a /office/evince/evince.SlackBuild | |
parent | 94be40ff8e662c0e59347dfb6c706d4529ab43e8 (diff) | |
download | slackbuilds-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.SlackBuild | 9 |
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 |