- update evince to 2.30.0

This commit is contained in:
jasper 2010-04-20 22:06:50 +00:00
parent 018c5896cb
commit 52aa0a16c8
6 changed files with 220 additions and 181 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2010/04/20 20:11:53 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.38 2010/04/20 22:06:50 jasper Exp $
SHARED_ONLY= Yes
@ -8,17 +8,17 @@ COMMENT-dvi= evince document viewer backend for dvi documents
COMMENT-nautilus= evince plugin for nautilus
GNOME_PROJECT= evince
GNOME_VERSION= 2.28.2
GNOME_VERSION= 2.30.0
CATEGORIES= graphics print
PKGNAME-main= ${DISTNAME}p1
PKGNAME-main= ${DISTNAME}p0
PKGNAME-djvu= evince-djvu-${GNOME_VERSION}
PKGNAME-dvi= evince-dvi-${GNOME_VERSION}
PKGNAME-nautilus= nautilus-evince-${GNOME_VERSION}
SHARED_LIBS += evdocument 0.0 # .1.0
SHARED_LIBS += evview 0.0 # .1.0
SHARED_LIBS += evdocument 1.0 # .2.0
SHARED_LIBS += evview 1.0 # .2.0
HOMEPAGE= http://www.gnome.org/projects/evince/
@ -44,7 +44,7 @@ WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread-stubs
WANTLIB += xcb z
WANTLIB += xcb xcb-render xcb-render-util z
WANTLIB-main= ${WANTLIB} ICE ORBit-2 SM c dbus-1 dbus-glib-1 \
gnome-keyring gs gthread-2.0 \
@ -61,15 +61,15 @@ RUN_DEPENDS-main= ${RUN_DEPENDS} \
WANTLIB-djvu= ${WANTLIB} jpeg
# port-lib-depends-check misses these ones because the depending lib
# is under lib/evince/1/backends/
# is under lib/evince/2/backends/
LIB_DEPENDS-djvu= ${MODGETTEXT_LIB_DEPENDS} \
evdocument::${BASE_PKGPATH} \
djvulibre.>=21::graphics/djvulibre
RUN_DEPENDS-djvu= ${MODGCONF2_RUN_DEPENDS}
WANTLIB-dvi= ${WANTLIB} gs
WANTLIB-dvi= ${WANTLIB} pthread gs
# port-lib-depends-check misses these ones because the depending lib
# is under lib/evince/1/backends/
# is under lib/evince/2/backends/
LIB_DEPENDS-dvi= ${MODGETTEXT_LIB_DEPENDS} \
evdocument::${BASE_PKGPATH} \
kpathsea.>=1::print/texlive/base \
@ -83,11 +83,11 @@ LIB_DEPENDS-nautilus= evdocument::${BASE_PKGPATH} \
nautilus-extension.>=2::x11/gnome/nautilus
RUN_DEPENDS-nautilus=
USE_X11= Yes
MODGNOME_HELP_FILES= Yes
DESKTOP_FILES= Yes
MODGCONF2_SCHEMAS_DIR= evince
MODGCONF2_LIBDEP= No
USE_X11= Yes
MODGNOME_HELP_FILES= Yes
DESKTOP_FILES= Yes
MODGCONF2_SCHEMAS_DIR= evince
MODGCONF2_LIBDEP= No
LIBTOOL_FLAGS= --tag=disable-static

View File

@ -1,5 +1,5 @@
MD5 (evince-2.28.2.tar.bz2) = +Lmh7m/ozQobelGtTbluWQ==
RMD160 (evince-2.28.2.tar.bz2) = mBdXyc+e+eG+3acKg4fzsRK0BYc=
SHA1 (evince-2.28.2.tar.bz2) = /MshTPVkm6g0PEoz5M2Vyv1IeMs=
SHA256 (evince-2.28.2.tar.bz2) = HFkql425lRqs3ISMh/psL2MhbAl2ae/d91ATuX5a9ys=
SIZE (evince-2.28.2.tar.bz2) = 2029085
MD5 (evince-2.30.0.tar.bz2) = pV8Zl4kaZBVyhrb2sA+EWA==
RMD160 (evince-2.30.0.tar.bz2) = 2YNLYEBD0l1o+ocyCWuQCoat/FY=
SHA1 (evince-2.30.0.tar.bz2) = ficPZT2Xl6vFaiMAxq9Z+Rmag2g=
SHA256 (evince-2.30.0.tar.bz2) = Nt/uTpc0IfFctRybHIR4RSNZLcgf62Rl+1n4e49/i/c=
SIZE (evince-2.30.0.tar.bz2) = 2178820

View File

@ -1,23 +0,0 @@
$OpenBSD: patch-shell_ev-window_c,v 1.3 2009/10/13 11:00:39 ajacoutot Exp $
Taken from http://bugzilla.gnome.org/show_bug.cgi?id=571051
This prevents evince from stealing focus when reloading a document.
Evince reloads documents automatically when they are changed while
being displayed. Very annoying while editing LaTeX files and rebuilding
the corresponding PDF.
--- shell/ev-window.c.orig Mon Sep 21 15:12:27 2009
+++ shell/ev-window.c Mon Oct 12 14:21:56 2009
@@ -1015,6 +1015,11 @@ setup_size_from_metadata (EvWindow *window)
GValue x = { 0, };
GValue y = { 0, };
+ /* Don't try to change the window when reloading a document */
+ if (window->priv->in_reload) {
+ return;
+ }
+
if (ev_metadata_manager_get (uri, "window_maximized", &maximized, FALSE)) {
if (g_value_get_boolean (&maximized)) {
gtk_window_maximize (GTK_WINDOW (window));

View File

@ -1,7 +1,7 @@
@comment $OpenBSD: PLIST-djvu,v 1.4 2009/08/17 09:57:44 ajacoutot Exp $
lib/evince/1/backends/djvudocument.evince-backend
lib/evince/1/backends/libdjvudocument.la
lib/evince/1/backends/libdjvudocument.so
@comment $OpenBSD: PLIST-djvu,v 1.5 2010/04/20 22:06:50 jasper Exp $
lib/evince/2/backends/djvudocument.evince-backend
lib/evince/2/backends/libdjvudocument.la
lib/evince/2/backends/libdjvudocument.so
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
${SCHEMAS_INSTDIR}/evince-thumbnailer-djvu.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null

View File

@ -1,7 +1,7 @@
@comment $OpenBSD: PLIST-dvi,v 1.4 2009/08/17 09:57:44 ajacoutot Exp $
lib/evince/1/backends/dvidocument.evince-backend
lib/evince/1/backends/libdvidocument.la
lib/evince/1/backends/libdvidocument.so
@comment $OpenBSD: PLIST-dvi,v 1.5 2010/04/20 22:06:50 jasper Exp $
lib/evince/2/backends/dvidocument.evince-backend
lib/evince/2/backends/libdvidocument.la
lib/evince/2/backends/libdvidocument.so
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
${SCHEMAS_INSTDIR}/evince-thumbnailer-dvi.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null

View File

@ -1,78 +1,84 @@
@comment $OpenBSD: PLIST-main,v 1.10 2009/12/22 16:06:40 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.11 2010/04/20 22:06:50 jasper Exp $
@pkgpath graphics/evince
@bin bin/evince
@bin bin/evince-previewer
@bin bin/evince-thumbnailer
include/evince/
include/evince/2.25/
include/evince/2.25/evince-document.h
include/evince/2.25/evince-view.h
include/evince/2.25/libdocument/
include/evince/2.25/libdocument/ev-annotation.h
include/evince/2.25/libdocument/ev-async-renderer.h
include/evince/2.25/libdocument/ev-attachment.h
include/evince/2.25/libdocument/ev-backends-manager.h
include/evince/2.25/libdocument/ev-document-annotations.h
include/evince/2.25/libdocument/ev-document-factory.h
include/evince/2.25/libdocument/ev-document-find.h
include/evince/2.25/libdocument/ev-document-fonts.h
include/evince/2.25/libdocument/ev-document-forms.h
include/evince/2.25/libdocument/ev-document-images.h
include/evince/2.25/libdocument/ev-document-info.h
include/evince/2.25/libdocument/ev-document-layers.h
include/evince/2.25/libdocument/ev-document-links.h
include/evince/2.25/libdocument/ev-document-misc.h
include/evince/2.25/libdocument/ev-document-print.h
include/evince/2.25/libdocument/ev-document-security.h
include/evince/2.25/libdocument/ev-document-thumbnails.h
include/evince/2.25/libdocument/ev-document-transition.h
include/evince/2.25/libdocument/ev-document-type-builtins.h
include/evince/2.25/libdocument/ev-document.h
include/evince/2.25/libdocument/ev-file-exporter.h
include/evince/2.25/libdocument/ev-file-helpers.h
include/evince/2.25/libdocument/ev-form-field.h
include/evince/2.25/libdocument/ev-image.h
include/evince/2.25/libdocument/ev-init.h
include/evince/2.25/libdocument/ev-layer.h
include/evince/2.25/libdocument/ev-link-action.h
include/evince/2.25/libdocument/ev-link-dest.h
include/evince/2.25/libdocument/ev-link.h
include/evince/2.25/libdocument/ev-mapping.h
include/evince/2.25/libdocument/ev-page.h
include/evince/2.25/libdocument/ev-render-context.h
include/evince/2.25/libdocument/ev-selection.h
include/evince/2.25/libdocument/ev-transition-effect.h
include/evince/2.25/libdocument/ev-version.h
include/evince/2.25/libview/
include/evince/2.25/libview/ev-job-scheduler.h
include/evince/2.25/libview/ev-jobs.h
include/evince/2.25/libview/ev-page-cache.h
include/evince/2.25/libview/ev-stock-icons.h
include/evince/2.25/libview/ev-view-type-builtins.h
include/evince/2.25/libview/ev-view.h
include/evince/2.30/
include/evince/2.30/evince-document.h
include/evince/2.30/evince-view.h
include/evince/2.30/libdocument/
include/evince/2.30/libdocument/ev-annotation.h
include/evince/2.30/libdocument/ev-async-renderer.h
include/evince/2.30/libdocument/ev-attachment.h
include/evince/2.30/libdocument/ev-backends-manager.h
include/evince/2.30/libdocument/ev-document-annotations.h
include/evince/2.30/libdocument/ev-document-attachments.h
include/evince/2.30/libdocument/ev-document-factory.h
include/evince/2.30/libdocument/ev-document-find.h
include/evince/2.30/libdocument/ev-document-fonts.h
include/evince/2.30/libdocument/ev-document-forms.h
include/evince/2.30/libdocument/ev-document-images.h
include/evince/2.30/libdocument/ev-document-info.h
include/evince/2.30/libdocument/ev-document-layers.h
include/evince/2.30/libdocument/ev-document-links.h
include/evince/2.30/libdocument/ev-document-misc.h
include/evince/2.30/libdocument/ev-document-print.h
include/evince/2.30/libdocument/ev-document-security.h
include/evince/2.30/libdocument/ev-document-thumbnails.h
include/evince/2.30/libdocument/ev-document-transition.h
include/evince/2.30/libdocument/ev-document-type-builtins.h
include/evince/2.30/libdocument/ev-document.h
include/evince/2.30/libdocument/ev-file-exporter.h
include/evince/2.30/libdocument/ev-file-helpers.h
include/evince/2.30/libdocument/ev-form-field.h
include/evince/2.30/libdocument/ev-image.h
include/evince/2.30/libdocument/ev-init.h
include/evince/2.30/libdocument/ev-layer.h
include/evince/2.30/libdocument/ev-link-action.h
include/evince/2.30/libdocument/ev-link-dest.h
include/evince/2.30/libdocument/ev-link.h
include/evince/2.30/libdocument/ev-mapping.h
include/evince/2.30/libdocument/ev-page.h
include/evince/2.30/libdocument/ev-render-context.h
include/evince/2.30/libdocument/ev-selection.h
include/evince/2.30/libdocument/ev-transition-effect.h
include/evince/2.30/libdocument/ev-version.h
include/evince/2.30/libview/
include/evince/2.30/libview/ev-document-model.h
include/evince/2.30/libview/ev-job-scheduler.h
include/evince/2.30/libview/ev-jobs.h
include/evince/2.30/libview/ev-print-operation.h
include/evince/2.30/libview/ev-stock-icons.h
include/evince/2.30/libview/ev-view-presentation.h
include/evince/2.30/libview/ev-view-type-builtins.h
include/evince/2.30/libview/ev-view.h
lib/evince/
lib/evince/1/
lib/evince/1/backends/
lib/evince/1/backends/libpdfdocument.la
lib/evince/1/backends/libpdfdocument.so
lib/evince/1/backends/libpixbufdocument.la
lib/evince/1/backends/libpixbufdocument.so
lib/evince/1/backends/libpsdocument.la
lib/evince/1/backends/libpsdocument.so
lib/evince/1/backends/libtiffdocument.la
lib/evince/1/backends/libtiffdocument.so
lib/evince/1/backends/pdfdocument.evince-backend
lib/evince/1/backends/pixbufdocument.evince-backend
lib/evince/1/backends/psdocument.evince-backend
lib/evince/1/backends/tiffdocument.evince-backend
lib/evince/2/
lib/evince/2/backends/
lib/evince/2/backends/libpdfdocument.la
lib/evince/2/backends/libpdfdocument.so
lib/evince/2/backends/libpixbufdocument.la
lib/evince/2/backends/libpixbufdocument.so
lib/evince/2/backends/libpsdocument.la
lib/evince/2/backends/libpsdocument.so
lib/evince/2/backends/libtiffdocument.la
lib/evince/2/backends/libtiffdocument.so
lib/evince/2/backends/pdfdocument.evince-backend
lib/evince/2/backends/pixbufdocument.evince-backend
lib/evince/2/backends/psdocument.evince-backend
lib/evince/2/backends/tiffdocument.evince-backend
lib/libevdocument.la
@lib lib/libevdocument.so.${LIBevdocument_VERSION}
lib/libevview.la
@lib lib/libevview.so.${LIBevview_VERSION}
lib/pkgconfig/evince-document-2.25.pc
lib/pkgconfig/evince-view-2.25.pc
lib/pkgconfig/evince-document-2.30.pc
lib/pkgconfig/evince-view-2.30.pc
@bin libexec/evince-convert-metadata
@bin libexec/evinced
@man man/man1/evince.1
share/applications/evince.desktop
share/dbus-1/services/org.gnome.evince.Daemon.service
share/evince/
share/evince/evince-previewer-ui.xml
share/evince/evince-toolbar.xml
@ -82,30 +88,47 @@ share/evince/icons/
share/evince/icons/hicolor/
share/evince/icons/hicolor/16x16/
share/evince/icons/hicolor/16x16/actions/
share/evince/icons/hicolor/16x16/actions/object-rotate-left.png
share/evince/icons/hicolor/16x16/actions/object-rotate-right.png
share/evince/icons/hicolor/16x16/actions/view-page-continuous.png
share/evince/icons/hicolor/16x16/actions/view-page-facing.png
share/evince/icons/hicolor/16x16/actions/zoom-fit-page.png
share/evince/icons/hicolor/16x16/actions/zoom-fit-width.png
share/evince/icons/hicolor/16x16/actions/zoom.png
share/evince/icons/hicolor/16x16/mimetypes/
share/evince/icons/hicolor/16x16/mimetypes/x-office-presentation.png
share/evince/icons/hicolor/22x22/
share/evince/icons/hicolor/22x22/actions/
share/evince/icons/hicolor/22x22/actions/eye.png
share/evince/icons/hicolor/22x22/actions/object-rotate-left.png
share/evince/icons/hicolor/22x22/actions/object-rotate-right.png
share/evince/icons/hicolor/22x22/actions/view-page-continuous.png
share/evince/icons/hicolor/22x22/actions/view-page-facing.png
share/evince/icons/hicolor/22x22/actions/zoom-fit-page.png
share/evince/icons/hicolor/22x22/actions/zoom-fit-width.png
share/evince/icons/hicolor/22x22/actions/zoom.png
share/evince/icons/hicolor/22x22/mimetypes/
share/evince/icons/hicolor/22x22/mimetypes/x-office-presentation.png
share/evince/icons/hicolor/24x24/
share/evince/icons/hicolor/24x24/actions/
share/evince/icons/hicolor/24x24/actions/object-rotate-left.png
share/evince/icons/hicolor/24x24/actions/object-rotate-right.png
share/evince/icons/hicolor/24x24/actions/stock_filters-invert.png
share/evince/icons/hicolor/24x24/actions/view-page-continuous.png
share/evince/icons/hicolor/24x24/actions/view-page-facing.png
share/evince/icons/hicolor/24x24/actions/zoom-fit-page.png
share/evince/icons/hicolor/24x24/actions/zoom-fit-width.png
share/evince/icons/hicolor/24x24/actions/zoom.png
share/evince/icons/hicolor/24x24/mimetypes/
share/evince/icons/hicolor/24x24/mimetypes/x-office-presentation.png
share/evince/icons/hicolor/32x32/
share/evince/icons/hicolor/32x32/actions/
share/evince/icons/hicolor/32x32/actions/object-rotate-left.png
share/evince/icons/hicolor/32x32/actions/object-rotate-right.png
share/evince/icons/hicolor/32x32/actions/view-page-continuous.png
share/evince/icons/hicolor/32x32/actions/view-page-facing.png
share/evince/icons/hicolor/32x32/mimetypes/
share/evince/icons/hicolor/32x32/mimetypes/x-office-presentation.png
share/evince/icons/hicolor/48x48/
share/evince/icons/hicolor/48x48/actions/
share/evince/icons/hicolor/48x48/actions/close.png
@ -113,6 +136,12 @@ share/evince/icons/hicolor/48x48/actions/resize-se.png
share/evince/icons/hicolor/48x48/actions/resize-sw.png
share/evince/icons/hicolor/48x48/actions/view-page-continuous.png
share/evince/icons/hicolor/48x48/actions/view-page-facing.png
share/evince/icons/hicolor/scalable/
share/evince/icons/hicolor/scalable/actions/
share/evince/icons/hicolor/scalable/actions/object-rotate-left.svg
share/evince/icons/hicolor/scalable/actions/object-rotate-right.svg
share/evince/icons/hicolor/scalable/mimetypes/
share/evince/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
share/gnome/help/evince/
share/gnome/help/evince/C/
share/gnome/help/evince/C/evince.xml
@ -204,92 +233,122 @@ share/gnome/help/evince/zh_CN/evince.xml
share/gnome/help/evince/zh_CN/figures/
share/gnome/help/evince/zh_CN/figures/evince_start_window.png
share/gtk-doc/html/evince/
share/gtk-doc/html/evince/EggFindBar.html
share/gtk-doc/html/evince/EvFileMonitor.html
share/gtk-doc/html/evince/EvHistory.html
share/gtk-doc/html/evince/EvMessageArea.html
share/gtk-doc/html/evince/EvNavigationAction.html
share/gtk-doc/html/evince/EvNavigationActionWidget.html
share/gtk-doc/html/evince/EvOpenRecentAction.html
share/gtk-doc/html/evince/EvPageAction.html
share/gtk-doc/html/evince/EvPageActionWidget.html
share/gtk-doc/html/evince/EvPasswordView.html
share/gtk-doc/html/evince/EvProgressMessageArea.html
share/gtk-doc/html/evince/EvSidebar.html
share/gtk-doc/html/evince/EvSidebarAttachments.html
share/gtk-doc/html/evince/EvSidebarLayers.html
share/gtk-doc/html/evince/EvSidebarLinks.html
share/gtk-doc/html/evince/EvSidebarPage.html
share/gtk-doc/html/evince/EvSidebarThumbnails.html
share/gtk-doc/html/evince/EvWindow.html
share/gtk-doc/html/evince/evince-EvHistory.html
share/gtk-doc/html/evince/evince-EvPasswordView.html
share/gtk-doc/html/evince/evince-EvSidebar.html
share/gtk-doc/html/evince/evince-EvSidebarAttachments.html
share/gtk-doc/html/evince/evince-EvSidebarLinks.html
share/gtk-doc/html/evince/evince-EvSidebarPage.html
share/gtk-doc/html/evince/evince-EvSidebarThumbnails.html
share/gtk-doc/html/evince/evince-ev-metadata-manager.html
share/gtk-doc/html/evince/api-index-full.html
share/gtk-doc/html/evince/evince-ev-application.html
share/gtk-doc/html/evince/evince-ev-keyring.html
share/gtk-doc/html/evince/evince-ev-media-player-keys.html
share/gtk-doc/html/evince/evince-ev-metadata.html
share/gtk-doc/html/evince/evince-ev-properties-dialog.html
share/gtk-doc/html/evince/evince-ev-properties-fonts.html
share/gtk-doc/html/evince/evince-ev-properties-license.html
share/gtk-doc/html/evince/evince-ev-utils.html
share/gtk-doc/html/evince/evince-ev-window-title.html
share/gtk-doc/html/evince/evince-frontend.html
share/gtk-doc/html/evince/evince.devhelp
share/gtk-doc/html/evince/evince.devhelp2
share/gtk-doc/html/evince/home.png
share/gtk-doc/html/evince/index.html
share/gtk-doc/html/evince/index.sgml
share/gtk-doc/html/evince/ix01.html
share/gtk-doc/html/evince/left.png
share/gtk-doc/html/evince/pt01.html
share/gtk-doc/html/evince/licence.html
share/gtk-doc/html/evince/object-tree.html
share/gtk-doc/html/evince/right.png
share/gtk-doc/html/evince/style.css
share/gtk-doc/html/evince/up.png
share/gtk-doc/html/libevdocument/
share/gtk-doc/html/libevdocument/EvAsyncRenderer.html
share/gtk-doc/html/libevdocument/EvAttachment.html
share/gtk-doc/html/libevdocument/EvDocument.html
share/gtk-doc/html/libevdocument/EvDocumentFind.html
share/gtk-doc/html/libevdocument/EvDocumentFonts.html
share/gtk-doc/html/libevdocument/EvDocumentForms.html
share/gtk-doc/html/libevdocument/EvDocumentImages.html
share/gtk-doc/html/libevdocument/EvDocumentLayers.html
share/gtk-doc/html/libevdocument/EvDocumentLinks.html
share/gtk-doc/html/libevdocument/EvDocumentSecurity.html
share/gtk-doc/html/libevdocument/EvDocumentThumbnails.html
share/gtk-doc/html/libevdocument/EvDocumentTransition.html
share/gtk-doc/html/libevdocument/EvFileExporter.html
share/gtk-doc/html/libevdocument/EvFormFieldSignature.html
share/gtk-doc/html/libevdocument/EvImage.html
share/gtk-doc/html/libevdocument/EvLayer.html
share/gtk-doc/html/libevdocument/EvPage.html
share/gtk-doc/html/libevdocument/EvRenderContext.html
share/gtk-doc/html/libevdocument/EvSelection.html
share/gtk-doc/html/libevdocument/data.html
share/gtk-doc/html/libevdocument/helper.html
share/gtk-doc/html/libevdocument/home.png
share/gtk-doc/html/libevdocument/index.html
share/gtk-doc/html/libevdocument/index.sgml
share/gtk-doc/html/libevdocument/interfaces.html
share/gtk-doc/html/libevdocument/left.png
share/gtk-doc/html/libevdocument/libevdocument-ev-backends-manager.html
share/gtk-doc/html/libevdocument/libevdocument-ev-document-factory.html
share/gtk-doc/html/libevdocument/libevdocument-ev-document-info.html
share/gtk-doc/html/libevdocument/libevdocument-ev-document-misc.html
share/gtk-doc/html/libevdocument/libevdocument-ev-file-helpers.html
share/gtk-doc/html/libevdocument/libevdocument-ev-init.html
share/gtk-doc/html/libevdocument/libevdocument-ev-link-action.html
share/gtk-doc/html/libevdocument/libevdocument-ev-link-dest.html
share/gtk-doc/html/libevdocument/libevdocument-ev-link.html
share/gtk-doc/html/libevdocument/libevdocument-ev-transition-effect.html
share/gtk-doc/html/libevdocument/libevdocument.devhelp
share/gtk-doc/html/libevdocument/libevdocument.devhelp2
share/gtk-doc/html/libevdocument/right.png
share/gtk-doc/html/libevdocument/style.css
share/gtk-doc/html/libevdocument/up.png
share/gtk-doc/html/libevview/
share/gtk-doc/html/libevview/ch01.html
share/gtk-doc/html/libevview/home.png
share/gtk-doc/html/libevview/index.html
share/gtk-doc/html/libevview/index.sgml
share/gtk-doc/html/libevview/left.png
share/gtk-doc/html/libevview/libevview-EvJobPrint.html
share/gtk-doc/html/libevview/libevview-ev-job-scheduler.html
share/gtk-doc/html/libevview/libevview-ev-page-cache.html
share/gtk-doc/html/libevview/libevview-ev-stock-icons.html
share/gtk-doc/html/libevview/libevview-ev-view.html
share/gtk-doc/html/libevview/libevview.devhelp
share/gtk-doc/html/libevview/libevview.devhelp2
share/gtk-doc/html/libevview/right.png
share/gtk-doc/html/libevview/style.css
share/gtk-doc/html/libevview/up.png
share/gtk-doc/html/libevdocument-2.30/
share/gtk-doc/html/libevdocument-2.30/EvAnnotation.html
share/gtk-doc/html/libevdocument-2.30/EvAsyncRenderer.html
share/gtk-doc/html/libevdocument-2.30/EvAttachment.html
share/gtk-doc/html/libevdocument-2.30/EvDocument.html
share/gtk-doc/html/libevdocument-2.30/EvDocumentAnnotations.html
share/gtk-doc/html/libevdocument-2.30/EvDocumentAttachments.html
share/gtk-doc/html/libevdocument-2.30/EvDocumentFind.html
share/gtk-doc/html/libevdocument-2.30/EvDocumentFonts.html
share/gtk-doc/html/libevdocument-2.30/EvDocumentForms.html
share/gtk-doc/html/libevdocument-2.30/EvDocumentImages.html
share/gtk-doc/html/libevdocument-2.30/EvDocumentLayers.html
share/gtk-doc/html/libevdocument-2.30/EvDocumentLinks.html
share/gtk-doc/html/libevdocument-2.30/EvDocumentPrint.html
share/gtk-doc/html/libevdocument-2.30/EvDocumentSecurity.html
share/gtk-doc/html/libevdocument-2.30/EvDocumentThumbnails.html
share/gtk-doc/html/libevdocument-2.30/EvDocumentTransition.html
share/gtk-doc/html/libevdocument-2.30/EvFileExporter.html
share/gtk-doc/html/libevdocument-2.30/EvFormField.html
share/gtk-doc/html/libevdocument-2.30/EvImage.html
share/gtk-doc/html/libevdocument-2.30/EvLayer.html
share/gtk-doc/html/libevdocument-2.30/EvPage.html
share/gtk-doc/html/libevdocument-2.30/EvRenderContext.html
share/gtk-doc/html/libevdocument-2.30/EvSelection.html
share/gtk-doc/html/libevdocument-2.30/api-index-full.html
share/gtk-doc/html/libevdocument-2.30/document-data.html
share/gtk-doc/html/libevdocument-2.30/document-helpers.html
share/gtk-doc/html/libevdocument-2.30/document-interfaces.html
share/gtk-doc/html/libevdocument-2.30/home.png
share/gtk-doc/html/libevdocument-2.30/index.html
share/gtk-doc/html/libevdocument-2.30/index.sgml
share/gtk-doc/html/libevdocument-2.30/left.png
share/gtk-doc/html/libevdocument-2.30/libevdocument-2.30.devhelp
share/gtk-doc/html/libevdocument-2.30/libevdocument-2.30.devhelp2
share/gtk-doc/html/libevdocument-2.30/libevdocument-EvDocumentInfo.html
share/gtk-doc/html/libevdocument-2.30/libevdocument-EvDocumentMisc.html
share/gtk-doc/html/libevdocument-2.30/libevdocument-Version-checks.html
share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-backends-manager.html
share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-document-factory.html
share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-file-helpers.html
share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-init.html
share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-link-action.html
share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-link-dest.html
share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-link.html
share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-mapping.html
share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-transition-effect.html
share/gtk-doc/html/libevdocument-2.30/licence.html
share/gtk-doc/html/libevdocument-2.30/object-tree.html
share/gtk-doc/html/libevdocument-2.30/right.png
share/gtk-doc/html/libevdocument-2.30/style.css
share/gtk-doc/html/libevdocument-2.30/up.png
share/gtk-doc/html/libevview-2.30/
share/gtk-doc/html/libevview-2.30/EvJob.html
share/gtk-doc/html/libevview-2.30/api-index-full.html
share/gtk-doc/html/libevview-2.30/home.png
share/gtk-doc/html/libevview-2.30/index.html
share/gtk-doc/html/libevview-2.30/index.sgml
share/gtk-doc/html/libevview-2.30/left.png
share/gtk-doc/html/libevview-2.30/libevview-2.30.devhelp
share/gtk-doc/html/libevview-2.30/libevview-2.30.devhelp2
share/gtk-doc/html/libevview-2.30/libevview-ev-annotation-window.html
share/gtk-doc/html/libevview-2.30/libevview-ev-document-model.html
share/gtk-doc/html/libevview-2.30/libevview-ev-job-scheduler.html
share/gtk-doc/html/libevview-2.30/libevview-ev-page-cache.html
share/gtk-doc/html/libevview-2.30/libevview-ev-print-operation.html
share/gtk-doc/html/libevview-2.30/libevview-ev-stock-icons.html
share/gtk-doc/html/libevview-2.30/libevview-ev-view-cursor.html
share/gtk-doc/html/libevview-2.30/libevview-ev-view-presentation.html
share/gtk-doc/html/libevview-2.30/libevview-ev-view-type-builtins.html
share/gtk-doc/html/libevview-2.30/libevview-ev-view.html
share/gtk-doc/html/libevview-2.30/licence.html
share/gtk-doc/html/libevview-2.30/object-tree.html
share/gtk-doc/html/libevview-2.30/right.png
share/gtk-doc/html/libevview-2.30/style.css
share/gtk-doc/html/libevview-2.30/up.png
share/gtk-doc/html/libevview-2.30/view-view.html
share/icons/hicolor/16x16/apps/evince.png
share/icons/hicolor/22x22/apps/evince.png
share/icons/hicolor/24x24/apps/evince.png
@ -313,6 +372,7 @@ share/locale/da/LC_MESSAGES/evince.mo
share/locale/de/LC_MESSAGES/evince.mo
share/locale/dz/LC_MESSAGES/evince.mo
share/locale/el/LC_MESSAGES/evince.mo
share/locale/en@shaw/LC_MESSAGES/evince.mo
share/locale/en_CA/LC_MESSAGES/evince.mo
share/locale/en_GB/LC_MESSAGES/evince.mo
share/locale/es/LC_MESSAGES/evince.mo
@ -341,7 +401,9 @@ share/locale/mai/LC_MESSAGES/evince.mo
share/locale/mg/LC_MESSAGES/evince.mo
share/locale/mk/LC_MESSAGES/evince.mo
share/locale/ml/LC_MESSAGES/evince.mo
share/locale/mn/LC_MESSAGES/evince.mo
share/locale/mr/LC_MESSAGES/evince.mo
share/locale/ms/LC_MESSAGES/evince.mo
share/locale/nb/LC_MESSAGES/evince.mo
share/locale/nds/LC_MESSAGES/evince.mo
share/locale/ne/LC_MESSAGES/evince.mo