diff options
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 a538d350a041d..dce97bd9cddbe 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 |