evince: update to 3.4.0.

This commit is contained in:
Juan RP 2012-03-26 14:08:39 +02:00
parent 267218cdd6
commit 78da37c357
3 changed files with 4 additions and 26 deletions

View File

@ -6,7 +6,6 @@ libpangocairo-1.0.so.0
libgdk_pixbuf-2.0.so.0
libcairo-gobject.so.2
libpango-1.0.so.0
libgmodule-2.0.so.0
libpoppler-glib.so.8
libgobject-2.0.so.0
libgthread-2.0.so.0

View File

@ -1,14 +0,0 @@
If gdk-3.0.pc contains more than 1 backend, detection fails.
https://bugzilla.gnome.org/show_bug.cgi?id=672613
--- configure.ac.orig 2012-03-22 11:01:48.336346451 +0100
+++ configure.ac 2012-03-22 11:02:10.110810019 +0100
@@ -202,7 +202,7 @@ AC_ARG_WITH([smclient],
[Setting smclient backend (default:auto)])],
[],
[case "$GDK_TARGET" in
- x11) case "$with_platform" in
+ x11*) case "$with_platform" in
gnome) with_smclient=xsmp ;;
*) with_smclient=no ;;
esac ;;

View File

@ -1,16 +1,16 @@
# Template file for 'evince'
pkgname=evince
version=3.3.92
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
version=3.4.0
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--enable-introspection --disable-schemas-compile
--enable-comics --disable-scrollkeeper --enable-xps --disable-t1lib
--disable-tests --disable-static --with-smclient-backend=xsmp"
--disable-tests --disable-static"
short_desc="GNOME Document viewer for multiple document formats"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://projects.gnome.org/evince/"
license="GPL-2"
checksum=06b0511fde4d462fcb8276ee7a7ee858eeedc026704feba86e90e085f1360e00
checksum=02f1c74c123ea0cb4c1a98cb9ba2b67d724e9f90d7ff15acbcd6b8dbeef0a129
long_desc="
Evince is specifically designed to support the file following formats:
* PDF
@ -30,9 +30,6 @@ Add_dependency build which
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build gnome-doc-utils
Add_dependency build gnome-common
Add_dependency build gtk-doc
Add_dependency build gettext-devel
Add_dependency build gobject-introspection
Add_dependency build tiff-devel
Add_dependency build libarchive-devel
@ -50,7 +47,3 @@ Add_dependency run desktop-file-utils
Add_dependency run hicolor-icon-theme
Add_dependency full gnome-icon-theme
Add_dependency full gsettings-desktop-schemas
pre_configure() {
./autogen.sh
}