PSARC 2016/321 Update evince, poppler, poppler-data and libspectre
authorRich Burridge <rich.burridge@oracle.com>
Wed, 13 Jul 2016 10:10:59 -0700
changeset 6408 3c9262a98d5d
parent 6407 233620acc9da
child 6409 a57c61602ca6
PSARC 2016/321 Update evince, poppler, poppler-data and libspectre 23290944 Update evince to version 3.16.0 23290969 Update poppler to version 0.33.0 and poppler-data to version 0.4.7
components/desktop/poppler/Makefile
components/desktop/poppler/patches/poppler-01-ss12-compiler-bug.patch
components/desktop/poppler/patches/poppler-02-compiler-errors.patch
components/desktop/poppler/patches/poppler-03-null-font.patch
components/desktop/poppler/patches/poppler-04-sun-ja-font.patch
components/desktop/poppler/patches/poppler-05-CVE-2013-1788-CVE-2013-1790.patch
components/desktop/poppler/patches/poppler-06-gthread-build-issue.patch
components/desktop/poppler/patches/poppler-07-otf-font.patch
components/desktop/poppler/patches/poppler-08-CVE-2012-2142.patch
components/desktop/poppler/patches/poppler-09-heap-overflow.patch
components/desktop/poppler/poppler-data.license
components/desktop/poppler/poppler.license
components/desktop/poppler/poppler.p5m
components/gnome/evince/Makefile
components/gnome/evince/depend.mk
components/gnome/evince/evince.p5m
components/gnome/evince/patches/01-gcc.patch
components/gnome/evince/patches/evince-01-menu-entry.patch
components/gnome/evince/patches/evince-02-require-ice.patch
components/gnome/evince/patches/evince-03-fix-doc.patch
components/gnome/evince/patches/evince-04-fix-l10n-doc.patch
components/gnome/evince/patches/evince-05-remove-newline.patch
--- a/components/desktop/poppler/Makefile	Wed Jul 13 09:59:57 2016 -0700
+++ b/components/desktop/poppler/Makefile	Wed Jul 13 10:10:59 2016 -0700
@@ -26,24 +26,33 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		poppler
-COMPONENT_VERSION=	0.14.4
+COMPONENT_VERSION=	0.33.0
 COMPONENT_PROJECT_URL=	http://poppler.freedesktop.org/
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
 COMPONENT_ARCHIVE_HASH= \
-    sha256:97c394144802e733eaec2682e06bddc4939c71ede58df045127aa94bd244c713
+    sha256:a5fa6d7f7dc5382b48caca82b147c54bdffda02698611af76db5326ba64995a6
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	library/poppler
-TPNO_POPPLER=		7745
+TPNO_POPPLER=		25617
 
 COMPONENT_NAME_1=	poppler-data
-COMPONENT_VERSION_1=	0.4.3
+COMPONENT_VERSION_1=	0.4.7
 COMPONENT_SRC_1=	$(COMPONENT_NAME_1)-$(COMPONENT_VERSION_1)
 COMPONENT_ARCHIVE_1=	$(COMPONENT_SRC_1).tar.gz
 COMPONENT_ARCHIVE_HASH_1= \
-    sha256:426010488bfb8c923419ca4c5d4916ea0193a140d2246336fdf97f1b632d58a6
+    sha256:e752b0d88a7aba54574152143e7bf76436a7ef51977c55d6bd9a48dccde3a7de
 COMPONENT_ARCHIVE_URL_1= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE_1)
-TPNO_POPPLER_DATA=	7744
+TPNO_POPPLER_DATA=	25618
 
 TEST_TARGET= $(NO_TESTS)
+
+# This version of poppler only works with the new version of evince.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/common.mk
 
 COMPONENT_PREP_ACTION = \
@@ -54,17 +63,40 @@
 	automake -a -c -f ; \
 	autoconf )
 
-CXX +=			$(studio_NORUNPATH)
+# For now, all things built for C++11 require gcc.
+# (Poppler provides a C++ wrapper.)
+COMPILER=gcc
+# Uses strcpy_s, etc. c11 functions.
+CFLAGS += -std=c11
+CXXFLAGS += -std=c++11 -D__STDC_WANT_LIB_EXT1__=1
 
 # Reduce build time dependencies since we don't ship this and can't run as an
 # automated test.
 CONFIGURE_OPTIONS +=	--disable-gtk-test
-
+CONFIGURE_OPTIONS +=	--disable-poppler-qt4
+CONFIGURE_OPTIONS +=	--disable-poppler-qt5
+CONFIGURE_OPTIONS +=	--disable-static
+# --enable-zlib not recommended by developers?
+CONFIGURE_OPTIONS +=	--disable-zlib
+CONFIGURE_OPTIONS +=	--enable-cairo-output
+CONFIGURE_OPTIONS +=	--enable-cms=lcms2
+# Required for other components.
+CONFIGURE_OPTIONS +=	--enable-introspection
+CONFIGURE_OPTIONS +=	--enable-largefile
+CONFIGURE_OPTIONS +=	--enable-libcurl
+CONFIGURE_OPTIONS +=	--enable-libjpeg
+CONFIGURE_OPTIONS +=	--enable-libpng
+CONFIGURE_OPTIONS +=	--enable-libtiff
+CONFIGURE_OPTIONS +=	--enable-poppler-cpp
 CONFIGURE_OPTIONS +=	--enable-poppler-glib
-CONFIGURE_OPTIONS +=	--disable-poppler-qt
-CONFIGURE_OPTIONS +=	--disable-poppler-qt4
-CONFIGURE_OPTIONS +=	--enable-zlib
+CONFIGURE_OPTIONS +=	--enable-shared
+CONFIGURE_OPTIONS +=	--enable-splash-output
 CONFIGURE_OPTIONS +=	--enable-xpdf-headers
+CONFIGURE_OPTIONS +=	--with-font-configuration=fontconfig
+CONFIGURE_OPTIONS +=	--with-pic
+CONFIGURE_OPTIONS +=	--with-x
+# XXX clone test repo? ick.
+#CONFIGURE_OPTIONS +=	--with-testdatadir=
 
 # Install the poppler data files.
 COMPONENT_POST_BUILD_ACTION = \
@@ -78,14 +110,19 @@
 
 REQUIRED_PACKAGES += image/library/libjpeg
 REQUIRED_PACKAGES += image/library/libpng
+REQUIRED_PACKAGES += image/library/libtiff
+REQUIRED_PACKAGES += image/library/openjpeg2
 REQUIRED_PACKAGES += library/desktop/cairo
 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
 REQUIRED_PACKAGES += library/desktop/gtk2
 REQUIRED_PACKAGES += library/glib2
-REQUIRED_PACKAGES += library/lcms
+REQUIRED_PACKAGES += library/lcms2
 REQUIRED_PACKAGES += library/libxml2
 REQUIRED_PACKAGES += library/zlib
 REQUIRED_PACKAGES += system/library/c++-runtime
 REQUIRED_PACKAGES += system/library/fontconfig
 REQUIRED_PACKAGES += system/library/freetype-2
+REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
+REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
 REQUIRED_PACKAGES += system/library/math
+REQUIRED_PACKAGES += web/curl
--- a/components/desktop/poppler/patches/poppler-01-ss12-compiler-bug.patch	Wed Jul 13 09:59:57 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-Patch taken from the Desktop consolidation.
-See BugDB CR #15471092
-SUNBT6685564-CERES E6552323 fails with optimizations >xO1: Assert has been viola
-for more details.
-
-This patch will not be sent upstream.
-
-diff -up poppler-0.10.6/poppler/Makefile.am.orig poppler-0.10.6/poppler/Makefile.am
---- poppler-0.10.6/poppler/Makefile.am.orig	2009-03-29 22:50:51.000000000 +0100
-+++ poppler-0.10.6/poppler/Makefile.am	2009-04-20 13:08:57.621075691 +0100
-@@ -204,6 +204,8 @@ poppler_include_HEADERS =	\
- 
- endif
- 
-+JBIG2Stream.lo: CXXFLAGS += -xO1 
-+
- libpoppler_la_SOURCES =		\
- 	$(splash_sources)	\
- 	$(cairo_sources)	\
-
-
--- a/components/desktop/poppler/patches/poppler-02-compiler-errors.patch	Wed Jul 13 09:59:57 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,69 +0,0 @@
-Patch taken from the Desktop consolidation and needed to get poppler to
-compile with the Studio compiler.
-
-This patch will not be sent upstream.
-
-diff -up poppler-0.11.3/goo/gstrtod.cc.orig poppler-0.11.3/goo/gstrtod.cc
---- poppler-0.11.3/goo/gstrtod.cc.orig	2009-08-16 23:09:57.000000000 +0100
-+++ poppler-0.11.3/goo/gstrtod.cc	2009-08-30 22:39:27.440190450 +0100
-@@ -22,6 +22,9 @@
- 
- #include "gstrtod.h"
- 
-+#include <stdlib.h>
-+#include <strings.h>
-+#include <locale.h>
- #include <clocale>
- #include <cerrno>
- #include <cstdlib>
-
-
-diff -up poppler-0.11.3/goo/gmem.cc.orig poppler-0.11.3/goo/gmem.cc
---- poppler-0.11.3/goo/gmem.cc.orig	2009-08-16 23:07:09.000000000 +0100
-+++ poppler-0.11.3/goo/gmem.cc	2009-08-31 00:06:27.657113809 +0100
-@@ -63,7 +63,7 @@ static int gMemInUse = 0;
- 
- #endif /* DEBUG_MEM */
- 
--inline static void *gmalloc(size_t size, bool checkoverflow) GMEM_EXCEP {
-+static void *gmalloc(size_t size, bool checkoverflow) GMEM_EXCEP {
- #ifdef DEBUG_MEM
-   int size1;
-   char *mem;
-@@ -132,7 +132,7 @@ void *gmalloc_checkoverflow(size_t size)
-   return gmalloc(size, true);
- }
- 
--inline static void *grealloc(void *p, size_t size, bool checkoverflow) GMEM_EXCEP {
-+static void *grealloc(void *p, size_t size, bool checkoverflow) GMEM_EXCEP {
- #ifdef DEBUG_MEM
-   GMemHdr *hdr;
-   void *q;
-@@ -189,7 +189,7 @@ void *grealloc_checkoverflow(void *p, si
-   return grealloc(p, size, true);
- }
- 
--inline static void *gmallocn(int nObjs, int objSize, bool checkoverflow) GMEM_EXCEP {
-+static void *gmallocn(int nObjs, int objSize, bool checkoverflow) GMEM_EXCEP {
-   int n;
- 
-   if (nObjs == 0) {
-@@ -216,7 +216,7 @@ void *gmallocn_checkoverflow(int nObjs, 
-   return gmallocn(nObjs, objSize, true);
- }
- 
--inline static void *gmallocn3(int a, int b, int c, bool checkoverflow) GMEM_EXCEP {
-+static void *gmallocn3(int a, int b, int c, bool checkoverflow) GMEM_EXCEP {
-   int n = a * b;
-   if (b <= 0 || a < 0 || a >= INT_MAX / b) {
- #if USE_EXCEPTIONS
-@@ -238,7 +238,7 @@ void *gmallocn3_checkoverflow(int a, int
-   return gmallocn3(a, b, c, true);
- }
- 
--inline static void *greallocn(void *p, int nObjs, int objSize, bool checkoverflow) GMEM_EXCEP {
-+static void *greallocn(void *p, int nObjs, int objSize, bool checkoverflow) GMEM_EXCEP {
-   int n;
- 
-   if (nObjs == 0) {
-
--- a/components/desktop/poppler/patches/poppler-03-null-font.patch	Wed Jul 13 09:59:57 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-According to the comment in the Desktop poppler.spec file, this is
-doo:13889
-
-This patch will not be submitted upstream.
-
-diff -urN poppler-0.12.2/poppler/TextOutputDev.cc ../SUNWgnome-pdf-viewer-2.28.2.hacked/poppler-0.12.2/poppler/TextOutputDev.cc
---- poppler-0.12.2/poppler/TextOutputDev.cc	2009-10-04 23:40:39.000000000 +0100
-+++ ../SUNWgnome-pdf-viewer-2.28.2.hacked/poppler-0.12.2/poppler/TextOutputDev.cc	2010-01-14 16:19:05.588587805 +0000
-@@ -233,9 +233,11 @@
-   font = fontA;
-   fontSize = fontSizeA;
-   state->transform(x0, y0, &x, &y);
--  if ((gfxFont = font->gfxFont)) {
--    ascent = gfxFont->getAscent() * fontSize;
--    descent = gfxFont->getDescent() * fontSize;
-+  if (font) {
-+    if ((gfxFont = font->gfxFont)!= NULL) {
-+      ascent = gfxFont->getAscent() * fontSize;
-+      descent = gfxFont->getDescent() * fontSize;
-+    }
-   } else {
-     // this means that the PDF file draws text without a current font,
-     // which should never happen
--- a/components/desktop/poppler/patches/poppler-04-sun-ja-font.patch	Wed Jul 13 09:59:57 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-Patch taken from the Desktop consolidation.
-See BugDB CR#15724715
-SUNBT7059720 evince cannot display the pdf file without embedded font if sun-ja-
-for more details.
-
-This patch will be sent upstream if the problem still exists in the latest
-version of poppler.
-
-diff -urN poppler-0.14.4/poppler/GlobalParams.cc ../SUNWgnome-pdf-viewer-2.30.3.hacked/poppler-0.14.4/poppler/GlobalParams.cc
---- poppler-0.14.4/poppler/GlobalParams.cc	2010-09-12 17:16:26.000000000 +0000
-+++ ../SUNWgnome-pdf-viewer-2.30.3.hacked/poppler-0.14.4/poppler/GlobalParams.cc	2011-07-14 13:35:34.448661213 +0000
-@@ -1202,6 +1202,18 @@
-       ext = strrchr((char*)s,'.');
-       if (!ext)
-         continue;
-+#ifdef __sun
-+      // system/font/sun-ja-bitmap-unicode has messed up the choice of fonts
-+      // to render Japanese PDF doc, so replace it with a TrueType font.
-+      if (strstr ((char *)s, "sun-ja") && !strncasecmp(ext,".pcf",4))
-+      {
-+        dfp = new DisplayFontParam(fontName->copy(), displayFontTT);
-+        dfp->tt.fileName = new GooString("/usr/share/fonts/TrueType/ipafont/ipagp.ttf");
-+        FcPatternGetInteger(set->fonts[i], FC_INDEX, 0, &(dfp->tt.faceIndex));
-+        font->dfp = dfp;
-+        break;
-+      }
-+#endif
-       if (!strncasecmp(ext,".ttf",4) || !strncasecmp(ext, ".ttc", 4))
-       {
-         dfp = new DisplayFontParam(fontName->copy(), displayFontTT);  
--- a/components/desktop/poppler/patches/poppler-05-CVE-2013-1788-CVE-2013-1790.patch	Wed Jul 13 09:59:57 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,94 +0,0 @@
-Patch taken from the Desktop consolidation.
-See BugDB CR #16768440
-Forward port 16680850 to 12.0 - CVE-2013-1788 CVE-2013-1790 Multiple poppler vul
-for more details.
-
-This problem has already been fixed upstream.
-
---- poppler-0.14.4/splash/Splash.cc.orig	2013-05-06 17:28:39.078218632 +0530
-+++ poppler-0.14.4/splash/Splash.cc	2013-05-06 17:29:42.140592523 +0530
-@@ -1467,11 +1467,14 @@ SplashPath *Splash::makeDashedPath(Splas
-   lineDashStartPhase -= (SplashCoord)i * lineDashTotal;
-   lineDashStartOn = gTrue;
-   lineDashStartIdx = 0;
--  while (lineDashStartPhase >= state->lineDash[lineDashStartIdx]) {
-+  while (lineDashStartIdx < state->lineDashLength && lineDashStartPhase >= state->lineDash[lineDashStartIdx]) {
-     lineDashStartOn = !lineDashStartOn;
-     lineDashStartPhase -= state->lineDash[lineDashStartIdx];
-     ++lineDashStartIdx;
-   }
-+  if (unlikely(lineDashStartIdx == state->lineDashLength)) {
-+    return new SplashPath();
-+  }
- 
-   dPath = new SplashPath();
- 
---- poppler-0.14.4/poppler/Function.cc.orig	2013-05-06 17:30:41.028643270 +0530
-+++ poppler-0.14.4/poppler/Function.cc	2013-05-06 17:31:58.136702341 +0530
-@@ -13,7 +13,7 @@
- // All changes made under the Poppler project to this file are licensed
- // under GPL version 2 or later
- //
--// Copyright (C) 2006, 2008-2010 Albert Astals Cid <[email protected]>
-+// Copyright (C) 2006, 2008-2010, 2013 Albert Astals Cid <[email protected]>
- // Copyright (C) 2006 Jeff Muizelaar <[email protected]>
- //
- // To see a description of the changes please see the Changelog file that
-@@ -982,6 +982,10 @@ void PSStack::copy(int n) {
-     error(-1, "Stack underflow in PostScript function");
-     return;
-   }
-+  if (unlikely(sp - n > psStackSize)) {
-+    error(-1, "Stack underflow in PostScript function");
-+    return;
-+  }
-   if (!checkOverflow(n)) {
-     return;
-   }
---- poppler-0.14.4/poppler/Stream.cc.orig	2013-05-06 17:32:19.852360960 +0530
-+++ poppler-0.14.4/poppler/Stream.cc	2013-05-06 17:40:27.582769658 +0530
-@@ -14,7 +14,7 @@
- // under GPL version 2 or later
- //
- // Copyright (C) 2005 Jeff Muizelaar <[email protected]>
--// Copyright (C) 2006-2009 Albert Astals Cid <[email protected]>
-+// Copyright (C) 2006-2010, 2012, 2013 Albert Astals Cid <[email protected]>
- // Copyright (C) 2007 Krzysztof Kowalczyk <[email protected]>
- // Copyright (C) 2008 Julien Rebetez <[email protected]>
- // Copyright (C) 2009 Carlos Garcia Campos <[email protected]>
-@@ -1579,8 +1579,9 @@ int CCITTFaxStream::lookChar() {
-       for (i = 0; codingLine[i] < columns; ++i) {
- 	refLine[i] = codingLine[i];
-       }
--      refLine[i++] = columns;
--      refLine[i] = columns;
-+      for (; i < columns + 2; ++i) {
-+       refLine[i] = columns;
-+      }
-       codingLine[0] = 0;
-       a0i = 0;
-       b1i = 0;
-@@ -2116,7 +2117,8 @@ GBool CCITTFaxStream::isBinary(GBool las
- 
- // clip [-256,511] --> [0,255]
- #define dctClipOffset 256
--static Guchar dctClip[768];
-+#define dctClipLength 768
-+static Guchar dctClip[dctClipLength];
- static int dctClipInit = 0;
- 
- // zig zag decode map
-@@ -3062,7 +3064,12 @@ void DCTStream::transformDataUnit(Gushor
- 
-   // convert to 8-bit integers
-   for (i = 0; i < 64; ++i) {
--    dataOut[i] = dctClip[dctClipOffset + 128 + ((dataIn[i] + 8) >> 4)];
-+    const int ix = dctClipOffset + 128 + ((dataIn[i] + 8) >> 4);
-+    if (unlikely(ix < 0 || ix >= dctClipLength)) {
-+      dataOut[i] = 0;
-+    } else {
-+      dataOut[i] = dctClip[ix];
-+    }
-   }
- }
- 
--- a/components/desktop/poppler/patches/poppler-06-gthread-build-issue.patch	Wed Jul 13 09:59:57 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-Patch taken from the Desktop consolidation.
-See BugDB CR #17795775
-poppler-data,poppler,libspectre,evince- resolve build issue and add TPNO changes
-for more details.
-
-This patch will be submitted upstream if the problem still exists in the
-latest version of poppler.
-
---- poppler-0.14.4/glib/demo/main.c.orig	2013-11-14 09:10:00.162047254 +0530
-+++ poppler-0.14.4/glib/demo/main.c	2013-11-14 09:12:20.595665974 +0530
-@@ -158,7 +158,7 @@ gint main (gint argc, gchar **argv)
- 		return 1;
- 	}
- 
--	if (!g_thread_supported ())
-+	if (!g_thread_get_initialized())
- 		g_thread_init (NULL);
- 
- 	gtk_init (&argc, &argv);
--- a/components/desktop/poppler/patches/poppler-07-otf-font.patch	Wed Jul 13 09:59:57 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-Patch taken from the Desktop consolidation.
-See BugDB CR #18372287
-Evince garbles japanese characters if ipafont-mincho fonts are installed
-for more details.
-
-This patch will be sent upstream if the problem still exists in the latest
-version of poppler.
-
-diff -ur poppler-0.14.4.orig/poppler/GfxFont.cc poppler-0.14.4/poppler/GfxFont.cc
---- poppler-0.14.4.orig/poppler/GfxFont.cc	2014年  3月  7日 五 06:08:25
-+++ poppler-0.14.4/poppler/GfxFont.cc	2014年  3月  7日 五 06:13:51
-@@ -445,7 +445,7 @@
- 
- void GfxFont::findExtFontFile() {
-   static char *type1Exts[] = { ".pfa", ".pfb", ".ps", "", NULL };
--  static char *ttExts[] = { ".ttf", ".ttc", NULL };
-+  static char *ttExts[] = { ".ttf", ".ttc", ".otf", NULL };
- 
-   if (name) {
-     if (type == fontType1) {
-diff -ur poppler-0.14.4.orig/poppler/GlobalParams.cc poppler-0.14.4/poppler/GlobalParams.cc
---- poppler-0.14.4.orig/poppler/GlobalParams.cc	2014年  3月  7日 五 06:08:24
-+++ poppler-0.14.4/poppler/GlobalParams.cc	2014年  3月  7日 五 06:15:15
-@@ -1214,7 +1214,7 @@
-         break;
-       }
- #endif
--      if (!strncasecmp(ext,".ttf",4) || !strncasecmp(ext, ".ttc", 4))
-+      if (!strncasecmp(ext,".ttf",4) || !strncasecmp(ext, ".ttc", 4) || !strncasecmp(ext, ".otf", 4))
-       {
-         dfp = new DisplayFontParam(fontName->copy(), displayFontTT);  
-         dfp->tt.fileName = new GooString((char*)s);
--- a/components/desktop/poppler/patches/poppler-08-CVE-2012-2142.patch	Wed Jul 13 09:59:57 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,103 +0,0 @@
-Patch taken from the Desktop consolidation.
-See BugDB CR #17302948
-CVE-2012-2142 poppler, xpdf vulnerability
-for more details.
-
-This problem has already been fixed upstream.
-
---- poppler-0.14.4/cpp/poppler-private.cpp.orig	2014-08-27 12:57:39.826804709 +0530
-+++ poppler-0.14.4/cpp/poppler-private.cpp	2014-08-27 13:01:37.706710206 +0530
-@@ -24,6 +24,7 @@
- 
- #include <ctime>
- #include <iostream>
-+#include <iomanip>
- #include <sstream>
- 
- using namespace poppler;
-@@ -31,6 +32,7 @@ using namespace poppler;
- void detail::error_function(int pos, char *msg, va_list args)
- {
-     std::ostringstream oss;
-+    unsigned int i;
-     if (pos >= 0) {
-         oss << "poppler/error (" << pos << "): ";
-     } else {
-@@ -38,7 +40,14 @@ void detail::error_function(int pos, cha
-     }
-     char buffer[4096]; // should be big enough
-     vsnprintf(buffer, sizeof(buffer) - 1, msg, args);
--    oss << buffer;
-+    for (i = 0; i < strlen (buffer); i++) {
-+      if (isprint (buffer[i])) {
-+        oss << buffer[i];
-+      }
-+      else {
-+        oss << "<" << std::hex << std::setfill ('0') << std::setw (2) << (int) (buffer[i] & 0xff) << ">";
-+      }
-+    }
-     std::cerr << oss.str();
- }
- 
---- poppler-0.14.4/poppler/Error.cc.orig	2014-08-27 12:59:07.108117504 +0530
-+++ poppler-0.14.4/poppler/Error.cc	2014-08-27 13:07:57.958757938 +0530
-@@ -31,17 +31,30 @@
- #include <stdio.h>
- #include <stddef.h>
- #include <stdarg.h>
-+#include <string.h>
-+#include <ctype.h>
- #include "GlobalParams.h"
- #include "Error.h"
- 
-+#define MAX_ERR_MSG_SIZE 1024
-+
- static void defaultErrorFunction(int pos, char *msg, va_list args)
- {
-+  char msg_eval[MAX_ERR_MSG_SIZE];
-+  unsigned int i;
-+
-   if (pos >= 0) {
-     fprintf(stderr, "Error (%d): ", pos);
-   } else {
-     fprintf(stderr, "Error: ");
-   }
--  vfprintf(stderr, msg, args);
-+  vsnprintf(msg_eval, sizeof (msg_eval), msg, args);
-+  for (i = 0; i < strlen (msg_eval); i++) {
-+    if (isprint (msg_eval[i]))
-+      fprintf (stderr, "%c", msg_eval[i]);
-+    else
-+      fprintf (stderr, "<%02x>", msg_eval[i] & 0xff);
-+  }
-   fprintf(stderr, "\n");
-   fflush(stderr);
- }
---- poppler-0.14.4/qt4/src/poppler-private.cc.orig	2014-08-27 12:59:33.114745221 +0530
-+++ poppler-0.14.4/qt4/src/poppler-private.cc	2014-08-27 14:03:45.654667518 +0530
-@@ -36,6 +36,7 @@ namespace Poppler {
-     {
-         QString emsg;
-         char buffer[1024]; // should be big enough
-+        unsigned int i;
- 
-         if (pos >= 0)
-         {
-@@ -46,7 +47,16 @@ namespace Poppler {
-             emsg = QString::fromLatin1("Error: ");
-         }
-         qvsnprintf(buffer, sizeof(buffer) - 1, msg, args);
--        emsg += QString::fromAscii(buffer);
-+        for (i = 0; i < strlen (buffer); i++) {
-+          if (isprint (buffer[i])) {
-+            emsg += QString(buffer[i]);
-+          }
-+          else {
-+            emsg += QString::fromAscii("<");
-+            emsg += QString("%1").arg(buffer[i] & 0xff, 2, 16, QLatin1Char('0'));
-+            emsg += QString::fromAscii(">");
-+          }
-+        }
-         qDebug() << qPrintable(emsg);
-     }
- 
--- a/components/desktop/poppler/patches/poppler-09-heap-overflow.patch	Wed Jul 13 09:59:57 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-Fix for heap overflow problem reported on the oss-security mailing list
-on 11th April 2016. The poppler library is used in evince and okular and
-for preview in nautilus. Versions pre 0.40.0 are vulnerable.
-
-Fix is commited upstream. See:
-
-https://cgit.freedesktop.org/poppler/poppler/commit/?id=b3425dd3261679958cd56c0f71995c15d2124433
-
-This patch intentionally adjusted (i.e. "errSyntaxError," removed) to compile
-with the prehistoric version of poppler that we currently have.
-
---- poppler-0.14.4/poppler/Function.cc.orig	2016-04-12 06:57:55.110746573 -0700
-+++ poppler-0.14.4/poppler/Function.cc	2016-04-12 07:19:00.683035273 -0700
-@@ -472,6 +472,10 @@
-       goto err2;
-     }
-     n = obj1.arrayGetLength();
-+    if (unlikely(n > funcMaxOutputs)) {
-+      error(-1, "Function's C0 array is wrong length");
-+      n = funcMaxOutputs;
-+    }
-     for (i = 0; i < n; ++i) {
-       obj1.arrayGet(i, &obj2);
-       if (!obj2.isNum()) {
--- a/components/desktop/poppler/poppler-data.license	Wed Jul 13 09:59:57 2016 -0700
+++ b/components/desktop/poppler/poppler-data.license	Wed Jul 13 10:10:59 2016 -0700
@@ -1,339 +1,408 @@
-		    GNU GENERAL PUBLIC LICENSE 
-		       Version 2, June 1991 
+		    GNU GENERAL PUBLIC LICENSE
+		       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+			    Preamble
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc., 
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
- Everyone is permitted to copy and distribute verbatim copies 
- of this license document, but changing it is not allowed. 
-
-			    Preamble 
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
 
-  The licenses for most software are designed to take away your 
-freedom to share and change it.  By contrast, the GNU General Public 
-License is intended to guarantee your freedom to share and change free 
-software--to make sure the software is free for all its users.  This 
-General Public License applies to most of the Free Software 
-Foundation's software and to any other program whose authors commit to 
-using it.  (Some other Free Software Foundation software is covered by 
-the GNU Lesser General Public License instead.)  You can apply it to 
-your programs, too. 
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
 
-  When we speak of free software, we are referring to freedom, not 
-price.  Our General Public Licenses are designed to make sure that you 
-have the freedom to distribute copies of free software (and charge for 
-this service if you wish), that you receive source code or can get it 
-if you want it, that you can change the software or use pieces of it 
-in new free programs; and that you know you can do these things. 
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
 
-  To protect your rights, we need to make restrictions that forbid 
-anyone to deny you these rights or to ask you to surrender the rights. 
-These restrictions translate to certain responsibilities for you if you 
-distribute copies of the software, or if you modify it. 
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
 
-  For example, if you distribute copies of such a program, whether 
-gratis or for a fee, you must give the recipients all the rights that 
-you have.  You must make sure that they, too, receive or can get the 
-source code.  And you must show them these terms so they know their 
-rights. 
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
 
-  We protect your rights with two steps: (1) copyright the software, and 
-(2) offer you this license which gives you legal permission to copy, 
-distribute and/or modify the software. 
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
 
-  Also, for each author's protection and ours, we want to make certain 
-that everyone understands that there is no warranty for this free 
-software.  If the software is modified by someone else and passed on, we 
-want its recipients to know that what they have is not the original, so 
-that any problems introduced by others will not reflect on the original 
-authors' reputations. 
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
 
-  Finally, any free program is threatened constantly by software 
-patents.  We wish to avoid the danger that redistributors of a free 
-program will individually obtain patent licenses, in effect making the 
-program proprietary.  To prevent this, we have made it clear that any 
-patent must be licensed for everyone's free use or not licensed at all. 
+  The precise terms and conditions for copying, distribution and
+modification follow.
 
-  The precise terms and conditions for copying, distribution and 
-modification follow. 
+		    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
-		    GNU GENERAL PUBLIC LICENSE 
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
 
-  0. This License applies to any program or other work which contains 
-a notice placed by the copyright holder saying it may be distributed 
-under the terms of this General Public License.  The "Program", below, 
-refers to any such program or work, and a "work based on the Program" 
-means either the Program or any derivative work under copyright law: 
-that is to say, a work containing the Program or a portion of it, 
-either verbatim or with modifications and/or translated into another 
-language.  (Hereinafter, translation is included without limitation in 
-the term "modification".)  Each licensee is addressed as "you". 
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
 
-Activities other than copying, distribution and modification are not 
-covered by this License; they are outside its scope.  The act of 
-running the Program is not restricted, and the output from the Program 
-is covered only if its contents constitute a work based on the 
-Program (independent of having been made by running the Program). 
-Whether that is true depends on what the Program does. 
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
 
-  1. You may copy and distribute verbatim copies of the Program's 
-source code as you receive it, in any medium, provided that you 
-conspicuously and appropriately publish on each copy an appropriate 
-copyright notice and disclaimer of warranty; keep intact all the 
-notices that refer to this License and to the absence of any warranty; 
-and give any other recipients of the Program a copy of this License 
-along with the Program. 
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
 
-You may charge a fee for the physical act of transferring a copy, and 
-you may at your option offer warranty protection in exchange for a fee. 
-
-  2. You may modify your copy or copies of the Program or any portion 
-of it, thus forming a work based on the Program, and copy and 
-distribute such modifications or work under the terms of Section 1 
-above, provided that you also meet all of these conditions: 
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
 
-    a) You must cause the modified files to carry prominent notices 
-    stating that you changed the files and the date of any change. 
-
-    b) You must cause any work that you distribute or publish, that in 
-    whole or in part contains or is derived from the Program or any 
-    part thereof, to be licensed as a whole at no charge to all third 
-    parties under the terms of this License. 
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
 
-    c) If the modified program normally reads commands interactively 
-    when run, you must cause it, when started running for such 
-    interactive use in the most ordinary way, to print or display an 
-    announcement including an appropriate copyright notice and a 
-    notice that there is no warranty (or else, saying that you provide 
-    a warranty) and that users may redistribute the program under 
-    these conditions, and telling the user how to view a copy of this 
-    License.  (Exception: if the Program itself is interactive but 
-    does not normally print such an announcement, your work based on 
-    the Program is not required to print an announcement.) 
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
 
-These requirements apply to the modified work as a whole.  If 
-identifiable sections of that work are not derived from the Program, 
-and can be reasonably considered independent and separate works in 
-themselves, then this License, and its terms, do not apply to those 
-sections when you distribute them as separate works.  But when you 
-distribute the same sections as part of a whole which is a work based 
-on the Program, the distribution of the whole must be on the terms of 
-this License, whose permissions for other licensees extend to the 
-entire whole, and thus to each and every part regardless of who wrote it. 
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
 
-Thus, it is not the intent of this section to claim rights or contest 
-your rights to work written entirely by you; rather, the intent is to 
-exercise the right to control the distribution of derivative or 
-collective works based on the Program. 
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
 
-In addition, mere aggregation of another work not based on the Program 
-with the Program (or with a work based on the Program) on a volume of 
-a storage or distribution medium does not bring the other work under 
-the scope of this License. 
-
-  3. You may copy and distribute the Program (or a work based on it, 
-under Section 2) in object code or executable form under the terms of 
-Sections 1 and 2 above provided that you also do one of the following: 
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
 
-    a) Accompany it with the complete corresponding machine-readable 
-    source code, which must be distributed under the terms of Sections 
-    1 and 2 above on a medium customarily used for software interchange; or, 
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
 
-    b) Accompany it with a written offer, valid for at least three 
-    years, to give any third party, for a charge no more than your 
-    cost of physically performing source distribution, a complete 
-    machine-readable copy of the corresponding source code, to be 
-    distributed under the terms of Sections 1 and 2 above on a medium 
-    customarily used for software interchange; or, 
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
 
-    c) Accompany it with the information you received as to the offer 
-    to distribute corresponding source code.  (This alternative is 
-    allowed only for noncommercial distribution and only if you 
-    received the program in object code or executable form with such 
-    an offer, in accord with Subsection b above.) 
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
 
-The source code for a work means the preferred form of the work for 
-making modifications to it.  For an executable work, complete source 
-code means all the source code for all modules it contains, plus any 
-associated interface definition files, plus the scripts used to 
-control compilation and installation of the executable.  However, as a 
-special exception, the source code distributed need not include 
-anything that is normally distributed (in either source or binary 
-form) with the major components (compiler, kernel, and so on) of the 
-operating system on which the executable runs, unless that component 
-itself accompanies the executable. 
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
 
-If distribution of executable or object code is made by offering 
-access to copy from a designated place, then offering equivalent 
-access to copy the source code from the same place counts as 
-distribution of the source code, even though third parties are not 
-compelled to copy the source along with the object code. 
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
 
-  4. You may not copy, modify, sublicense, or distribute the Program 
-except as expressly provided under this License.  Any attempt 
-otherwise to copy, modify, sublicense or distribute the Program is 
-void, and will automatically terminate your rights under this License. 
-However, parties who have received copies, or rights, from you under 
-this License will not have their licenses terminated so long as such 
-parties remain in full compliance. 
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
 
-  5. You are not required to accept this License, since you have not 
-signed it.  However, nothing else grants you permission to modify or 
-distribute the Program or its derivative works.  These actions are 
-prohibited by law if you do not accept this License.  Therefore, by 
-modifying or distributing the Program (or any work based on the 
-Program), you indicate your acceptance of this License to do so, and 
-all its terms and conditions for copying, distributing or modifying 
-the Program or works based on it. 
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
 
-  6. Each time you redistribute the Program (or any work based on the 
-Program), the recipient automatically receives a license from the 
-original licensor to copy, distribute or modify the Program subject to 
-these terms and conditions.  You may not impose any further 
-restrictions on the recipients' exercise of the rights granted herein. 
-You are not responsible for enforcing compliance by third parties to 
-this License. 
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
 
-  7. If, as a consequence of a court judgment or allegation of patent 
-infringement or for any other reason (not limited to patent issues), 
-conditions are imposed on you (whether by court order, agreement or 
-otherwise) that contradict the conditions of this License, they do not 
-excuse you from the conditions of this License.  If you cannot 
-distribute so as to satisfy simultaneously your obligations under this 
-License and any other pertinent obligations, then as a consequence you 
-may not distribute the Program at all.  For example, if a patent 
-license would not permit royalty-free redistribution of the Program by 
-all those who receive copies directly or indirectly through you, then 
-the only way you could satisfy both it and this License would be to 
-refrain entirely from distribution of the Program. 
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
 
-If any portion of this section is held invalid or unenforceable under 
-any particular circumstance, the balance of the section is intended to 
-apply and the section as a whole is intended to apply in other 
-circumstances. 
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+			    NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
 
-It is not the purpose of this section to induce you to infringe any 
-patents or other property right claims or to contest validity of any 
-such claims; this section has the sole purpose of protecting the 
-integrity of the free software distribution system, which is 
-implemented by public license practices.  Many people have made 
-generous contributions to the wide range of software distributed 
-through that system in reliance on consistent application of that 
-system; it is up to the author/donor to decide if he or she is willing 
-to distribute software through any other system and a licensee cannot 
-impose that choice. 
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
 
-This section is intended to make thoroughly clear what is believed to 
-be a consequence of the rest of this License. 
+		     END OF TERMS AND CONDITIONS
+
+	    How to Apply These Terms to Your New Programs
 
-  8. If the distribution and/or use of the Program is restricted in 
-certain countries either by patents or by copyrighted interfaces, the 
-original copyright holder who places the Program under this License 
-may add an explicit geographical distribution limitation excluding 
-those countries, so that distribution is permitted only in or among 
-countries not thus excluded.  In such case, this License incorporates 
-the limitation as if written in the body of this License. 
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
 
-  9. The Free Software Foundation may publish revised and/or new versions 
-of the General Public License from time to time.  Such new versions will 
-be similar in spirit to the present version, but may differ in detail to 
-address new problems or concerns. 
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
 
-Each version is given a distinguishing version number.  If the Program 
-specifies a version number of this License which applies to it and "any 
-later version", you have the option of following the terms and conditions 
-either of that version or of any later version published by the Free 
-Software Foundation.  If the Program does not specify a version number of 
-this License, you may choose any version ever published by the Free Software 
-Foundation. 
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
 
-  10. If you wish to incorporate parts of the Program into other free 
-programs whose distribution conditions are different, write to the author 
-to ask for permission.  For software which is copyrighted by the Free 
-Software Foundation, write to the Free Software Foundation; we sometimes 
-make exceptions for this.  Our decision will be guided by the two goals 
-of preserving the free status of all derivatives of our free software and 
-of promoting the sharing and reuse of software generally. 
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
 
-			    NO WARRANTY 
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
 
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN 
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS 
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE 
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 
-REPAIR OR CORRECTION. 
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
 
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 
-POSSIBILITY OF SUCH DAMAGES. 
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
 
-		     END OF TERMS AND CONDITIONS 
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
 
-	    How to Apply These Terms to Your New Programs 
+-----------------------------------------------------------------------------
 
-  If you develop a new program, and you want it to be of the greatest 
-possible use to the public, the best way to achieve this is to make it 
-free software which everyone can redistribute and change under these terms. 
+The cMap data files installed by the poppler-data package are
+under the COPYING.adobe license
 
-  To do so, attach the following notices to the program.  It is safest 
-to attach them to the start of each source file to most effectively 
-convey the exclusion of warranty; and each file should have at least 
-the "copyright" line and a pointer to where the full notice is found. 
+The cidToUnicode, nameToUnicode and unicodeMap data files
+installed by the poppler-data package are Copyright Glyph & Cog, LLC
+and are under the COPYING.gpl2 license
+
+The Makefile is licensed under the MIT license:
+
+    Copyright © 2006 Red Hat, Inc
 
-    <one line to give the program's name and a brief idea of what it does.> 
-    Copyright (C) <year>  <name of author> 
-
-    This program is free software; you can redistribute it and/or modify 
-    it under the terms of the GNU General Public License as published by 
-    the Free Software Foundation; either version 2 of the License, or 
-    (at your option) any later version. 
+    Permission to use, copy, modify, distribute, and sell this
+    software and its documentation for any purpose is hereby granted
+    without fee, provided that the above copyright notice appear in
+    all copies and that both that copyright notice and this permission
+    notice appear in supporting documentation, and that the name of
+    Red Hat, Inc not be used in advertising or publicity pertaining to
+    distribution of the software without specific, written prior
+    permission.  Red Hat, Inc makes no representations about the
+    suitability of this software for any purpose.  It is provided "as
+    is" without express or implied warranty.
 
-    This program is distributed in the hope that it will be useful, 
-    but WITHOUT ANY WARRANTY; without even the implied warranty of 
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
-    GNU General Public License for more details. 
+    RED HAT, INC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
+    SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+    FITNESS, IN NO EVENT SHALL RED HAT, INC BE LIABLE FOR ANY SPECIAL,
+    INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
+    RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
+    OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-    You should have received a copy of the GNU General Public License along 
-    with this program; if not, write to the Free Software Foundation, Inc., 
-    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
+----------------------------------------------------------------------------
 
-Also add information on how to contact you by electronic and paper mail. 
+    Copyright 1990-2009 Adobe Systems Incorporated.
+    All rights reserved.
 
-If the program is interactive, make it output a short notice like this 
-when it starts in an interactive mode: 
+    Redistribution and use in source and binary forms, with or
+    without modification, are permitted provided that the
+    following conditions are met:
 
-    Gnomovision version 69, Copyright (C) year name of author 
-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 
-    This is free software, and you are welcome to redistribute it 
-    under certain conditions; type `show c' for details. 
- 
-The hypothetical commands `show w' and `show c' should show the appropriate 
-parts of the General Public License.  Of course, the commands you use may 
-be called something other than `show w' and `show c'; they could even be 
-mouse-clicks or menu items--whatever suits your program. 
+    Redistributions of source code must retain the above
+    copyright notice, this list of conditions and the following
+    disclaimer.
+
+    Redistributions in binary form must reproduce the above
+    copyright notice, this list of conditions and the following
+    disclaimer in the documentation and/or other materials
+    provided with the distribution.
+
+    Neither the name of Adobe Systems Incorporated nor the names
+    of its contributors may be used to endorse or promote
+    products derived from this software without specific prior
+    written permission.
 
-You should also get your employer (if you work as a programmer) or your 
-school, if any, to sign a "copyright disclaimer" for the program, if 
-necessary.  Here is a sample; alter the names: 
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program 
-  `Gnomovision' (which makes passes at compilers) written by James Hacker. 
-
-  <signature of Ty Coon>, 1 April 1989 
-  Ty Coon, President of Vice 
-
-This General Public License does not permit incorporating your program into 
-proprietary programs.  If your program is a subroutine library, you may 
-consider it more useful to permit linking proprietary applications with the 
-library.  If this is what you want to do, use the GNU Lesser General 
-Public License instead of this License.
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+    CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+    INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+    MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+    NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+    CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+    OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--- a/components/desktop/poppler/poppler.license	Wed Jul 13 09:59:57 2016 -0700
+++ b/components/desktop/poppler/poppler.license	Wed Jul 13 10:10:59 2016 -0700
@@ -1,411 +1,411 @@
-  GNU GENERAL PUBLIC LICENSE 
-		       Version 2, June 1991 
+                    GNU GENERAL PUBLIC LICENSE
+		       Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc., 
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
- Everyone is permitted to copy and distribute verbatim copies 
- of this license document, but changing it is not allowed. 
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
 
-			    Preamble 
+			    Preamble
 
-  The licenses for most software are designed to take away your 
-freedom to share and change it.  By contrast, the GNU General Public 
-License is intended to guarantee your freedom to share and change free 
-software--to make sure the software is free for all its users.  This 
-General Public License applies to most of the Free Software 
-Foundation's software and to any other program whose authors commit to 
-using it.  (Some other Free Software Foundation software is covered by 
-the GNU Lesser General Public License instead.)  You can apply it to 
-your programs, too. 
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
 
-  When we speak of free software, we are referring to freedom, not 
-price.  Our General Public Licenses are designed to make sure that you 
-have the freedom to distribute copies of free software (and charge for 
-this service if you wish), that you receive source code or can get it 
-if you want it, that you can change the software or use pieces of it 
-in new free programs; and that you know you can do these things. 
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
 
-  To protect your rights, we need to make restrictions that forbid 
-anyone to deny you these rights or to ask you to surrender the rights. 
-These restrictions translate to certain responsibilities for you if you 
-distribute copies of the software, or if you modify it. 
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
 
-  For example, if you distribute copies of such a program, whether 
-gratis or for a fee, you must give the recipients all the rights that 
-you have.  You must make sure that they, too, receive or can get the 
-source code.  And you must show them these terms so they know their 
-rights. 
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
 
-  We protect your rights with two steps: (1) copyright the software, and 
-(2) offer you this license which gives you legal permission to copy, 
-distribute and/or modify the software. 
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
 
-  Also, for each author's protection and ours, we want to make certain 
-that everyone understands that there is no warranty for this free 
-software.  If the software is modified by someone else and passed on, we 
-want its recipients to know that what they have is not the original, so 
-that any problems introduced by others will not reflect on the original 
-authors' reputations. 
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
 
-  Finally, any free program is threatened constantly by software 
-patents.  We wish to avoid the danger that redistributors of a free 
-program will individually obtain patent licenses, in effect making the 
-program proprietary.  To prevent this, we have made it clear that any 
-patent must be licensed for everyone's free use or not licensed at all. 
-
-  The precise terms and conditions for copying, distribution and 
-modification follow. 
+		    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
-		    GNU GENERAL PUBLIC LICENSE 
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
 
-  0. This License applies to any program or other work which contains 
-a notice placed by the copyright holder saying it may be distributed 
-under the terms of this General Public License.  The "Program", below, 
-refers to any such program or work, and a "work based on the Program" 
-means either the Program or any derivative work under copyright law: 
-that is to say, a work containing the Program or a portion of it, 
-either verbatim or with modifications and/or translated into another 
-language.  (Hereinafter, translation is included without limitation in 
-the term "modification".)  Each licensee is addressed as "you". 
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
 
-Activities other than copying, distribution and modification are not 
-covered by this License; they are outside its scope.  The act of 
-running the Program is not restricted, and the output from the Program 
-is covered only if its contents constitute a work based on the 
-Program (independent of having been made by running the Program). 
-Whether that is true depends on what the Program does. 
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
 
-  1. You may copy and distribute verbatim copies of the Program's 
-source code as you receive it, in any medium, provided that you 
-conspicuously and appropriately publish on each copy an appropriate 
-copyright notice and disclaimer of warranty; keep intact all the 
-notices that refer to this License and to the absence of any warranty; 
-and give any other recipients of the Program a copy of this License 
-along with the Program. 
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
 
-You may charge a fee for the physical act of transferring a copy, and 
-you may at your option offer warranty protection in exchange for a fee. 
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
 
-  2. You may modify your copy or copies of the Program or any portion 
-of it, thus forming a work based on the Program, and copy and 
-distribute such modifications or work under the terms of Section 1 
-above, provided that you also meet all of these conditions: 
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
 
-    a) You must cause the modified files to carry prominent notices 
-    stating that you changed the files and the date of any change. 
-
-    b) You must cause any work that you distribute or publish, that in 
-    whole or in part contains or is derived from the Program or any 
-    part thereof, to be licensed as a whole at no charge to all third 
-    parties under the terms of this License. 
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
 
-    c) If the modified program normally reads commands interactively 
-    when run, you must cause it, when started running for such 
-    interactive use in the most ordinary way, to print or display an 
-    announcement including an appropriate copyright notice and a 
-    notice that there is no warranty (or else, saying that you provide 
-    a warranty) and that users may redistribute the program under 
-    these conditions, and telling the user how to view a copy of this 
-    License.  (Exception: if the Program itself is interactive but 
-    does not normally print such an announcement, your work based on 
-    the Program is not required to print an announcement.) 
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
 
-These requirements apply to the modified work as a whole.  If 
-identifiable sections of that work are not derived from the Program, 
-and can be reasonably considered independent and separate works in 
-themselves, then this License, and its terms, do not apply to those 
-sections when you distribute them as separate works.  But when you 
-distribute the same sections as part of a whole which is a work based 
-on the Program, the distribution of the whole must be on the terms of 
-this License, whose permissions for other licensees extend to the 
-entire whole, and thus to each and every part regardless of who wrote it. 
- 
-Thus, it is not the intent of this section to claim rights or contest 
-your rights to work written entirely by you; rather, the intent is to 
-exercise the right to control the distribution of derivative or 
-collective works based on the Program. 
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
 
-In addition, mere aggregation of another work not based on the Program 
-with the Program (or with a work based on the Program) on a volume of 
-a storage or distribution medium does not bring the other work under 
-the scope of this License. 
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
 
-  3. You may copy and distribute the Program (or a work based on it, 
-under Section 2) in object code or executable form under the terms of 
-Sections 1 and 2 above provided that you also do one of the following: 
-
-    a) Accompany it with the complete corresponding machine-readable 
-    source code, which must be distributed under the terms of Sections 
-    1 and 2 above on a medium customarily used for software interchange; or, 
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
 
-    b) Accompany it with a written offer, valid for at least three 
-    years, to give any third party, for a charge no more than your 
-    cost of physically performing source distribution, a complete 
-    machine-readable copy of the corresponding source code, to be 
-    distributed under the terms of Sections 1 and 2 above on a medium 
-    customarily used for software interchange; or, 
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
 
-    c) Accompany it with the information you received as to the offer 
-    to distribute corresponding source code.  (This alternative is 
-    allowed only for noncommercial distribution and only if you 
-    received the program in object code or executable form with such 
-    an offer, in accord with Subsection b above.) 
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
 
-The source code for a work means the preferred form of the work for 
-making modifications to it.  For an executable work, complete source 
-code means all the source code for all modules it contains, plus any 
-associated interface definition files, plus the scripts used to 
-control compilation and installation of the executable.  However, as a 
-special exception, the source code distributed need not include 
-anything that is normally distributed (in either source or binary 
-form) with the major components (compiler, kernel, and so on) of the 
-operating system on which the executable runs, unless that component 
-itself accompanies the executable. 
- 
-If distribution of executable or object code is made by offering 
-access to copy from a designated place, then offering equivalent 
-access to copy the source code from the same place counts as 
-distribution of the source code, even though third parties are not 
-compelled to copy the source along with the object code. 
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
 
-  4. You may not copy, modify, sublicense, or distribute the Program 
-except as expressly provided under this License.  Any attempt 
-otherwise to copy, modify, sublicense or distribute the Program is 
-void, and will automatically terminate your rights under this License. 
-However, parties who have received copies, or rights, from you under 
-this License will not have their licenses terminated so long as such 
-parties remain in full compliance. 
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
 
-  5. You are not required to accept this License, since you have not 
-signed it.  However, nothing else grants you permission to modify or 
-distribute the Program or its derivative works.  These actions are 
-prohibited by law if you do not accept this License.  Therefore, by 
-modifying or distributing the Program (or any work based on the 
-Program), you indicate your acceptance of this License to do so, and 
-all its terms and conditions for copying, distributing or modifying 
-the Program or works based on it. 
-
-  6. Each time you redistribute the Program (or any work based on the 
-Program), the recipient automatically receives a license from the 
-original licensor to copy, distribute or modify the Program subject to 
-these terms and conditions.  You may not impose any further 
-restrictions on the recipients' exercise of the rights granted herein. 
-You are not responsible for enforcing compliance by third parties to 
-this License. 
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
 
-  7. If, as a consequence of a court judgment or allegation of patent 
-infringement or for any other reason (not limited to patent issues), 
-conditions are imposed on you (whether by court order, agreement or 
-otherwise) that contradict the conditions of this License, they do not 
-excuse you from the conditions of this License.  If you cannot 
-distribute so as to satisfy simultaneously your obligations under this 
-License and any other pertinent obligations, then as a consequence you 
-may not distribute the Program at all.  For example, if a patent 
-license would not permit royalty-free redistribution of the Program by 
-all those who receive copies directly or indirectly through you, then 
-the only way you could satisfy both it and this License would be to 
-refrain entirely from distribution of the Program. 
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
 
-If any portion of this section is held invalid or unenforceable under 
-any particular circumstance, the balance of the section is intended to 
-apply and the section as a whole is intended to apply in other 
-circumstances. 
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
 
-It is not the purpose of this section to induce you to infringe any 
-patents or other property right claims or to contest validity of any 
-such claims; this section has the sole purpose of protecting the 
-integrity of the free software distribution system, which is 
-implemented by public license practices.  Many people have made 
-generous contributions to the wide range of software distributed 
-through that system in reliance on consistent application of that 
-system; it is up to the author/donor to decide if he or she is willing 
-to distribute software through any other system and a licensee cannot 
-impose that choice. 
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
 
-This section is intended to make thoroughly clear what is believed to 
-be a consequence of the rest of this License. 
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
 
-  8. If the distribution and/or use of the Program is restricted in 
-certain countries either by patents or by copyrighted interfaces, the 
-original copyright holder who places the Program under this License 
-may add an explicit geographical distribution limitation excluding 
-those countries, so that distribution is permitted only in or among 
-countries not thus excluded.  In such case, this License incorporates 
-the limitation as if written in the body of this License. 
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
 
-  9. The Free Software Foundation may publish revised and/or new versions 
-of the General Public License from time to time.  Such new versions will 
-be similar in spirit to the present version, but may differ in detail to 
-address new problems or concerns. 
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
 
-Each version is given a distinguishing version number.  If the Program 
-specifies a version number of this License which applies to it and "any 
-later version", you have the option of following the terms and conditions 
-either of that version or of any later version published by the Free 
-Software Foundation.  If the Program does not specify a version number of 
-this License, you may choose any version ever published by the Free Software 
-Foundation. 
- 
-  10. If you wish to incorporate parts of the Program into other free 
-programs whose distribution conditions are different, write to the author 
-to ask for permission.  For software which is copyrighted by the Free 
-Software Foundation, write to the Free Software Foundation; we sometimes 
-make exceptions for this.  Our decision will be guided by the two goals 
-of preserving the free status of all derivatives of our free software and 
-of promoting the sharing and reuse of software generally. 
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+			    NO WARRANTY
 
-			    NO WARRANTY 
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
 
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN 
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS 
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE 
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 
-REPAIR OR CORRECTION. 
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
 
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 
-POSSIBILITY OF SUCH DAMAGES. 
+		     END OF TERMS AND CONDITIONS
+
+	    How to Apply These Terms to Your New Programs
 
-		     END OF TERMS AND CONDITIONS 
-
-	    How to Apply These Terms to Your New Programs 
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
 
-  If you develop a new program, and you want it to be of the greatest 
-possible use to the public, the best way to achieve this is to make it 
-free software which everyone can redistribute and change under these terms. 
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
 
-  To do so, attach the following notices to the program.  It is safest 
-to attach them to the start of each source file to most effectively 
-convey the exclusion of warranty; and each file should have at least 
-the "copyright" line and a pointer to where the full notice is found. 
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
 
-    <one line to give the program's name and a brief idea of what it does.> 
-    Copyright (C) <year>  <name of author> 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
 
-    This program is free software; you can redistribute it and/or modify 
-    it under the terms of the GNU General Public License as published by 
-    the Free Software Foundation; either version 2 of the License, or 
-    (at your option) any later version. 
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
 
-    This program is distributed in the hope that it will be useful, 
-    but WITHOUT ANY WARRANTY; without even the implied warranty of 
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
-    GNU General Public License for more details. 
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-    You should have received a copy of the GNU General Public License along 
-    with this program; if not, write to the Free Software Foundation, Inc., 
-    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
+Also add information on how to contact you by electronic and paper mail.
 
-Also add information on how to contact you by electronic and paper mail. 
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
 
-If the program is interactive, make it output a short notice like this 
-when it starts in an interactive mode: 
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
 
-    Gnomovision version 69, Copyright (C) year name of author 
-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 
-    This is free software, and you are welcome to redistribute it 
-    under certain conditions; type `show c' for details. 
-
-The hypothetical commands `show w' and `show c' should show the appropriate 
-parts of the General Public License.  Of course, the commands you use may 
-be called something other than `show w' and `show c'; they could even be 
-mouse-clicks or menu items--whatever suits your program. 
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
 
-You should also get your employer (if you work as a programmer) or your 
-school, if any, to sign a "copyright disclaimer" for the program, if 
-necessary.  Here is a sample; alter the names: 
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
 
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program 
-  `Gnomovision' (which makes passes at compilers) written by James Hacker. 
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
 
-  <signature of Ty Coon>, 1 April 1989 
-  Ty Coon, President of Vice 
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
 
-This General Public License does not permit incorporating your program into 
-proprietary programs.  If your program is a subroutine library, you may 
-consider it more useful to permit linking proprietary applications with the 
-library.  If this is what you want to do, use the GNU Lesser General 
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.
 
 
 LGPL v2.1 or later
 
-/* Reentrant string tokenizer.  Generic version. 
-   Copyright (C) 1991,1996-1999,2001,2004 Free Software Foundation, Inc. 
-   This file is part of the GNU C Library. 
+/* Reentrant string tokenizer.  Generic version.
+   Copyright (C) 1991,1996-1999,2001,2004 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
 
-   The GNU C Library is free software; you can redistribute it and/or 
-   modify it under the terms of the GNU Lesser General Public 
-   License as published by the Free Software Foundation; either 
-   version 2.1 of the License, or (at your option) any later version. 
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
 
-   The GNU C Library is distributed in the hope that it will be useful, 
-   but WITHOUT ANY WARRANTY; without even the implied warranty of 
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
-   Lesser General Public License for more details. 
- 
-   You should have received a copy of the GNU Lesser General Public 
-   License along with the GNU C Library; if not, write to the Free 
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 
-   02111-1307 USA.  */ 
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, write to the Free
+   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+   02111-1307 USA.  */
 
-/* Copyright (C) 1991,93,96,97,99,2000,2002 Free Software Foundation, Inc. 
-   This file is part of the GNU C Library. 
-   Based on strlen implementation by Torbjorn Granlund ([email protected]), 
-   with help from Dan Sahlin ([email protected]) and 
-   commentary by Jim Blandy ([email protected]); 
-   adaptation to memchr suggested by Dick Karpinski ([email protected]), 
-   and implemented by Roland McGrath ([email protected]). 
+/* Copyright (C) 1991,93,96,97,99,2000,2002 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+   Based on strlen implementation by Torbjorn Granlund ([email protected]),
+   with help from Dan Sahlin ([email protected]) and
+   commentary by Jim Blandy ([email protected]);
+   adaptation to memchr suggested by Dick Karpinski ([email protected]),
+   and implemented by Roland McGrath ([email protected]).
 
-   The GNU C Library is free software; you can redistribute it and/or 
-   modify it under the terms of the GNU Lesser General Public 
-   License as published by the Free Software Foundation; either 
-   version 2.1 of the License, or (at your option) any later version. 
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
 
-   The GNU C Library is distributed in the hope that it will be useful, 
-   but WITHOUT ANY WARRANTY; without even the implied warranty of 
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
-   Lesser General Public License for more details. 
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
 
-   You should have received a copy of the GNU Lesser General Public 
-   License along with the GNU C Library; if not, write to the Free 
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 
-   02111-1307 USA.  */ 
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, write to the Free
+   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+   02111-1307 USA.  */
 
 
 MIT/X license
 
-/* 
- * Copyright © 2009 Mozilla Corporation 
- * 
- * Permission to use, copy, modify, distribute, and sell this software and its 
- * documentation for any purpose is hereby granted without fee, provided that 
- * the above copyright notice appear in all copies and that both that 
- * copyright notice and this permission notice appear in supporting 
- * documentation, and that the name of Mozilla Corporation not be used in 
- * advertising or publicity pertaining to distribution of the software without 
- * specific, written prior permission.  Mozilla Corporation makes no 
- * representations about the suitability of this software for any purpose.  It 
- * is provided "as is" without express or implied warranty. 
- * 
- * MOZILLA CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 
- * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT 
- * SHALL MOZILLA CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR 
- * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 
- * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 
- * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
- * OF THIS SOFTWARE. 
- * 
- * Author: Jeff Muizelaar, Mozilla Corp. 
+/*
+ * Copyright © 2009 Mozilla Corporation
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of Mozilla Corporation not be used in
+ * advertising or publicity pertaining to distribution of the software without
+ * specific, written prior permission.  Mozilla Corporation makes no
+ * representations about the suitability of this software for any purpose.  It
+ * is provided "as is" without express or implied warranty.
+ *
+ * MOZILLA CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
+ * SHALL MOZILLA CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
+ * OF THIS SOFTWARE.
+ *
+ * Author: Jeff Muizelaar, Mozilla Corp.
  */
--- a/components/desktop/poppler/poppler.p5m	Wed Jul 13 09:59:57 2016 -0700
+++ b/components/desktop/poppler/poppler.p5m	Wed Jul 13 10:10:59 2016 -0700
@@ -37,15 +37,20 @@
     value=org.opensolaris.category.2008:Applications/Office
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
-set name=org.opensolaris.arc-caseid value=PSARC/2012/051 value=PSARC/2016/025
+set name=org.opensolaris.arc-caseid value=PSARC/2012/051 value=PSARC/2016/025 \
+    value=PSARC/2016/321
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/bin/pdfdetach
 file path=usr/bin/pdffonts
 file path=usr/bin/pdfimages
 file path=usr/bin/pdfinfo
+file path=usr/bin/pdfseparate
+file path=usr/bin/pdftocairo
 file path=usr/bin/pdftohtml
 file path=usr/bin/pdftoppm
 file path=usr/bin/pdftops
 file path=usr/bin/pdftotext
+file path=usr/bin/pdfunite
 file path=usr/include/poppler/Annot.h
 file path=usr/include/poppler/Array.h
 file path=usr/include/poppler/BuiltinFont.h
@@ -56,6 +61,8 @@
 file path=usr/include/poppler/CharCodeToUnicode.h
 file path=usr/include/poppler/CharTypes.h
 file path=usr/include/poppler/CompactFontTables.h
+file path=usr/include/poppler/CurlCachedFile.h
+file path=usr/include/poppler/CurlPDFDocBuilder.h
 file path=usr/include/poppler/DateInfo.h
 file path=usr/include/poppler/Decrypt.h
 file path=usr/include/poppler/Dict.h
@@ -71,11 +78,14 @@
 file path=usr/include/poppler/GfxState.h
 file path=usr/include/poppler/GfxState_helpers.h
 file path=usr/include/poppler/GlobalParams.h
+file path=usr/include/poppler/Hints.h
 file path=usr/include/poppler/JArithmeticDecoder.h
 file path=usr/include/poppler/JBIG2Stream.h
 file path=usr/include/poppler/Lexer.h
+file path=usr/include/poppler/Linearization.h
 file path=usr/include/poppler/Link.h
 file path=usr/include/poppler/LocalPDFDocBuilder.h
+file path=usr/include/poppler/MarkedContentOutputDev.h
 file path=usr/include/poppler/Movie.h
 file path=usr/include/poppler/NameToCharCode.h
 file path=usr/include/poppler/NameToUnicodeTable.h
@@ -103,7 +113,10 @@
 file path=usr/include/poppler/StdinPDFDocBuilder.h
 file path=usr/include/poppler/Stream-CCITT.h
 file path=usr/include/poppler/Stream.h
+file path=usr/include/poppler/StructElement.h
+file path=usr/include/poppler/StructTreeRoot.h
 file path=usr/include/poppler/TextOutputDev.h
+file path=usr/include/poppler/UTF.h
 file path=usr/include/poppler/UTF8.h
 file path=usr/include/poppler/UnicodeCClassTables.h
 file path=usr/include/poppler/UnicodeCompTables.h
@@ -111,12 +124,15 @@
 file path=usr/include/poppler/UnicodeMap.h
 file path=usr/include/poppler/UnicodeMapTables.h
 file path=usr/include/poppler/UnicodeTypeTable.h
+file path=usr/include/poppler/ViewerPreferences.h
 file path=usr/include/poppler/XRef.h
 file path=usr/include/poppler/XpdfPluginAPI.h
 file path=usr/include/poppler/cpp/poppler-document.h
 file path=usr/include/poppler/cpp/poppler-embedded-file.h
 file path=usr/include/poppler/cpp/poppler-font.h
 file path=usr/include/poppler/cpp/poppler-global.h
+file path=usr/include/poppler/cpp/poppler-image.h
+file path=usr/include/poppler/cpp/poppler-page-renderer.h
 file path=usr/include/poppler/cpp/poppler-page-transition.h
 file path=usr/include/poppler/cpp/poppler-page.h
 file path=usr/include/poppler/cpp/poppler-rectangle.h
@@ -124,6 +140,7 @@
 file path=usr/include/poppler/cpp/poppler-version.h
 file path=usr/include/poppler/fofi/FoFiBase.h
 file path=usr/include/poppler/fofi/FoFiEncodings.h
+file path=usr/include/poppler/fofi/FoFiIdentifier.h
 file path=usr/include/poppler/fofi/FoFiTrueType.h
 file path=usr/include/poppler/fofi/FoFiType1.h
 file path=usr/include/poppler/fofi/FoFiType1C.h
@@ -139,19 +156,23 @@
 file path=usr/include/poppler/glib/poppler-media.h
 file path=usr/include/poppler/glib/poppler-movie.h
 file path=usr/include/poppler/glib/poppler-page.h
+file path=usr/include/poppler/glib/poppler-structure-element.h
 file path=usr/include/poppler/glib/poppler.h
 file path=usr/include/poppler/goo/FixedPoint.h
 file path=usr/include/poppler/goo/GooHash.h
+file path=usr/include/poppler/goo/GooLikely.h
 file path=usr/include/poppler/goo/GooList.h
 file path=usr/include/poppler/goo/GooMutex.h
 file path=usr/include/poppler/goo/GooString.h
 file path=usr/include/poppler/goo/GooTimer.h
-file path=usr/include/poppler/goo/GooVector.h
 file path=usr/include/poppler/goo/ImgWriter.h
 file path=usr/include/poppler/goo/JpegWriter.h
+file path=usr/include/poppler/goo/NetPBMWriter.h
 file path=usr/include/poppler/goo/PNGWriter.h
+file path=usr/include/poppler/goo/TiffWriter.h
 file path=usr/include/poppler/goo/gfile.h
 file path=usr/include/poppler/goo/gmem.h
+file path=usr/include/poppler/goo/grandom.h
 file path=usr/include/poppler/goo/gstrtod.h
 file path=usr/include/poppler/goo/gtypes.h
 file path=usr/include/poppler/poppler-config.h
@@ -178,41 +199,55 @@
 file path=usr/include/poppler/splash/SplashTypes.h
 file path=usr/include/poppler/splash/SplashXPath.h
 file path=usr/include/poppler/splash/SplashXPathScanner.h
-link path=usr/lib/$(MACH64)/libpoppler-cpp.so target=libpoppler-cpp.so.0.1.0
-link path=usr/lib/$(MACH64)/libpoppler-cpp.so.0 target=libpoppler-cpp.so.0.1.0
-file path=usr/lib/$(MACH64)/libpoppler-cpp.so.0.1.0
-link path=usr/lib/$(MACH64)/libpoppler-glib.so target=libpoppler-glib.so.5.0.0
-link path=usr/lib/$(MACH64)/libpoppler-glib.so.5 target=libpoppler-glib.so.5.0.0
-file path=usr/lib/$(MACH64)/libpoppler-glib.so.5.0.0
-link path=usr/lib/$(MACH64)/libpoppler.so target=libpoppler.so.7.0.0
-link path=usr/lib/$(MACH64)/libpoppler.so.7 target=libpoppler.so.7.0.0
-file path=usr/lib/$(MACH64)/libpoppler.so.7.0.0
+file path=usr/lib/$(MACH64)/girepository-1.0/Poppler-0.18.typelib
+link path=usr/lib/$(MACH64)/libpoppler-cpp.so target=libpoppler-cpp.so.0.2.1
+link path=usr/lib/$(MACH64)/libpoppler-cpp.so.0 target=libpoppler-cpp.so.0.2.1
+file path=usr/lib/$(MACH64)/libpoppler-cpp.so.0.2.1
+link path=usr/lib/$(MACH64)/libpoppler-glib.so target=libpoppler-glib.so.8.7.0
+# Need to include the old libpoppler-glib.so.5 sym link to allow evince to
+# correctly run while we go through this transition period.
+link path=usr/lib/$(MACH64)/libpoppler-glib.so.5 target=libpoppler-glib.so.8
+link path=usr/lib/$(MACH64)/libpoppler-glib.so.8 target=libpoppler-glib.so.8.7.0
+file path=usr/lib/$(MACH64)/libpoppler-glib.so.8.7.0
+link path=usr/lib/$(MACH64)/libpoppler.so target=libpoppler.so.52.0.0
+link path=usr/lib/$(MACH64)/libpoppler.so.52 target=libpoppler.so.52.0.0
+file path=usr/lib/$(MACH64)/libpoppler.so.52.0.0
 file path=usr/lib/$(MACH64)/pkgconfig/poppler-cairo.pc
 file path=usr/lib/$(MACH64)/pkgconfig/poppler-cpp.pc
 file path=usr/lib/$(MACH64)/pkgconfig/poppler-glib.pc
 file path=usr/lib/$(MACH64)/pkgconfig/poppler-splash.pc
 file path=usr/lib/$(MACH64)/pkgconfig/poppler.pc
-link path=usr/lib/libpoppler-cpp.so target=libpoppler-cpp.so.0.1.0
-link path=usr/lib/libpoppler-cpp.so.0 target=libpoppler-cpp.so.0.1.0
-file path=usr/lib/libpoppler-cpp.so.0.1.0
-link path=usr/lib/libpoppler-glib.so target=libpoppler-glib.so.5.0.0
-link path=usr/lib/libpoppler-glib.so.5 target=libpoppler-glib.so.5.0.0
-file path=usr/lib/libpoppler-glib.so.5.0.0
-link path=usr/lib/libpoppler.so target=libpoppler.so.7.0.0
-link path=usr/lib/libpoppler.so.7 target=libpoppler.so.7.0.0
-file path=usr/lib/libpoppler.so.7.0.0
+file path=usr/lib/girepository-1.0/Poppler-0.18.typelib
+link path=usr/lib/libpoppler-cpp.so target=libpoppler-cpp.so.0.2.1
+link path=usr/lib/libpoppler-cpp.so.0 target=libpoppler-cpp.so.0.2.1
+file path=usr/lib/libpoppler-cpp.so.0.2.1
+link path=usr/lib/libpoppler-glib.so target=libpoppler-glib.so.8.7.0
+# Need to include the old libpoppler-glib.so.5 sym link to allow evince to
+# correctly run while we go through this transition period.
+link path=usr/lib/libpoppler-glib.so.5 target=libpoppler-glib.so.8
+link path=usr/lib/libpoppler-glib.so.8 target=libpoppler-glib.so.8.7.0
+file path=usr/lib/libpoppler-glib.so.8.7.0
+link path=usr/lib/libpoppler.so target=libpoppler.so.52.0.0
+link path=usr/lib/libpoppler.so.52 target=libpoppler.so.52.0.0
+file path=usr/lib/libpoppler.so.52.0.0
 file path=usr/lib/pkgconfig/poppler-cairo.pc
 file path=usr/lib/pkgconfig/poppler-cpp.pc
 file path=usr/lib/pkgconfig/poppler-glib.pc
 file path=usr/lib/pkgconfig/poppler-splash.pc
 file path=usr/lib/pkgconfig/poppler.pc
+file path=usr/share/gir-1.0/Poppler-0.18.gir
+file path=usr/share/man/man1/pdfdetach.1
 file path=usr/share/man/man1/pdffonts.1
 file path=usr/share/man/man1/pdfimages.1
 file path=usr/share/man/man1/pdfinfo.1
+file path=usr/share/man/man1/pdfseparate.1
+file path=usr/share/man/man1/pdftocairo.1
 file path=usr/share/man/man1/pdftohtml.1
 file path=usr/share/man/man1/pdftoppm.1
 file path=usr/share/man/man1/pdftops.1
 file path=usr/share/man/man1/pdftotext.1
+file path=usr/share/man/man1/pdfunite.1
+file path=usr/share/pkgconfig/poppler-data.pc
 file path=usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-0
 file path=usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-1
 file path=usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-2
--- a/components/gnome/evince/Makefile	Wed Jul 13 09:59:57 2016 -0700
+++ b/components/gnome/evince/Makefile	Wed Jul 13 10:10:59 2016 -0700
@@ -22,19 +22,28 @@
 #
 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
 #
-BUILD_BITS= 32
+BUILD_BITS= 64_and_32
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		evince
-COMPONENT_VERSION=	2.30.3
+COMPONENT_VERSION=	3.16.0
 COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Apps/Evince
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
 COMPONENT_ARCHIVE_HASH= \
-	sha256:1ac6fb056c50a6298b31f696e196b5b940098c46f35dec85e69ea0c5d5b015de
-COMPONENT_ARCHIVE_URL=	http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.30/$(COMPONENT_ARCHIVE)
+	sha256:5138e2d05ccfe5e40df0c840b34f334c1f2bc03e5456aa954e64673d504ccd04
+COMPONENT_ARCHIVE_URL=	http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/3.16/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	gnome/evince
-TPNO=			8693
+TPNO=			25616
 
 TEST_TARGET= $(NO_TESTS)
+
+# Needs other components that are not available on S11.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/common.mk
 
 # Need to pick up the GNU version of xgettext.
@@ -49,38 +58,112 @@
 	automake -a -c -f ; \
 	autoconf )
 
-CFLAGS +=	"-I$(USRINCDIR)/libxml2"
+# Prevent libtool from embedding runpath (via -R) and other such annoyances.
+COMPONENT_POST_CONFIGURE_ACTION += \
+	(cd $(BUILD_DIR_$(BITS)) ; \
+	$(GSED) -i \
+	-e 's|hardcode_into_libs=yes|hardcode_into_libs=no|g' \
+	-e 's|hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
+	-e 's|need_relink=yes|need_relink=not_on_solaris|g' \
+	libtool)
+
+
+# For now, all things built for C++11 require gcc.
+# Also, all components using gobject-introspection must be built with gcc as
+# gobject-introspection does not produce correct results when using Studio.
+COMPILER=gcc
+CXXFLAGS += -std=c++11
+
+# Delete this when build servers are installed with gnome-desktop
+GNOME-DESKTOP_BASE = $(WS_COMPONENTS)/gnome/gnome-desktop/build/prototype/$(MACH)
+PKG_CONFIG_PATHS.32 += $(GNOME-DESKTOP_BASE)/usr/lib/pkgconfig
+PKG_CONFIG_PATHS.64 += $(GNOME-DESKTOP_BASE)/usr/lib/$(MACH64)/pkgconfig/
+PKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
+GNOME-DESKTOP_LD_OPTIONS.32 += -L$(GNOME-DESKTOP_BASE)/usr/lib
+GNOME-DESKTOP_LD_OPTIONS.64 += -L$(GNOME-DESKTOP_BASE)/usr/lib/$(MACH64)
+GNOME-DESKTOP_LD_OPTIONS += $(GNOME-DESKTOP_LD_OPTIONS.$(BITS))
+
+# Delete this when build servers are installed with an updated libpoppler
+POPPLER_BASE = $(WS_COMPONENTS)/desktop/poppler/build/prototype/$(MACH)
+PKG_CONFIG_PATHS.32 += $(POPPLER_BASE)/usr/lib/pkgconfig
+PKG_CONFIG_PATHS.64 += $(POPPLER_BASE)/usr/lib/$(MACH64)/pkgconfig/
+PKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
+POPPLER_LD_OPTIONS.32 += -L$(POPPLER_BASE)/usr/lib
+POPPLER_LD_OPTIONS.64 += -L$(POPPLER_BASE)/usr/lib/$(MACH64)
+POPPLER_LD_OPTIONS += $(POPPLER_LD_OPTIONS.$(BITS))
+
+CPPFLAGS +=	"-I$(USRINCDIR)/libxml2"
 LDFLAGS +=	$(CC_BITS) -lgmodule-2.0 -lm
-# Tell libtool to pass this flag through using -Wc.
-# https://www.gnu.org/software/libtool/manual/html_node/Stripped-link-flags.html
-LDFLAGS +=	-Wc,$(studio_NORUNPATH)
+
+CONFIGURE_ENV += LIBGNOME_DESKTOP_CFLAGS="-I$(GNOME-DESKTOP_BASE)/usr/include/gnome-desktop-3.0"
+CONFIGURE_ENV += LIBGNOME_DESKTOP_LIBS="$(GNOME-DESKTOP_LD_OPTIONS) -lgnome-desktop-3"
+
+CONFIGURE_ENV += POPPLER_CFLAGS="-I$(POPPLER_BASE)/usr/include/poppler/glib"
+CONFIGURE_ENV += POPPLER_LIBS="$(POPPLER_LD_OPTIONS) -lpoppler-glib"
 
 CONFIGURE_OPTIONS +=	--libexecdir="$(USRLIB)"
 CONFIGURE_OPTIONS +=	--sysconfdir="$(ETCDIR)"
-CONFIGURE_OPTIONS +=	--disable-comics
+
+# Browser plugins of any form are obsolete at this point.
+CONFIGURE_OPTIONS +=	--disable-browser-plugin
+# Requires djvulibre library.
+CONFIGURE_OPTIONS +=	--disable-djvu
+# Requires LaTeX libraries.
+CONFIGURE_OPTIONS +=	--disable-dvi
+CONFIGURE_OPTIONS +=	--disable-static
+CONFIGURE_OPTIONS +=	--enable-comics
+CONFIGURE_OPTIONS +=	--enable-dbus
+# Required for other components.
+CONFIGURE_OPTIONS +=	--enable-introspection
+CONFIGURE_OPTIONS +=	--enable-libgnome-desktop
+# Re-enable when all of the new GNOME 3 desktop is integrated.
+CONFIGURE_OPTIONS +=	--disable-nautilus
+CONFIGURE_OPTIONS +=	--enable-pdf
+CONFIGURE_OPTIONS +=	--enable-previewer
+CONFIGURE_OPTIONS +=	--enable-ps
+CONFIGURE_OPTIONS +=	--enable-shared
+CONFIGURE_OPTIONS +=	--enable-t1lib
 CONFIGURE_OPTIONS +=	--enable-thumbnailer
-
-# Assumes GNU msgfmt is in PATH.
-COMPONENT_BUILD_ENV += PATH="$(PATH)"
+CONFIGURE_OPTIONS +=	--enable-tiff
+CONFIGURE_OPTIONS +=	--enable-viewer
+CONFIGURE_OPTIONS +=	--enable-xps
 
 # Always show the build and link lines for easier debugging.
 COMPONENT_BUILD_ARGS += V=1
 
-REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
-REQUIRED_PACKAGES += gnome/config/gconf
+# Needed to find GNU msgfmt.
+COMPONENT_BUILD_ENV += PATH="/usr/gnu/bin:$(PATH)"
+
+POPPLER_LIBDIR.32 += $(POPPLER_BASE)/usr/lib
+POPPLER_LIBDIR.64 += $(POPPLER_BASE)/usr/lib/$(MACH64)
+POPPLER_LIBDIR += $(POPPLER_LIBDIR.$(BITS))
+
+# The poppler .la files in the poppler build prototype area have a libdir of
+# /usr/lib. This confuses linking things where we are trying to get the
+# poppler libraries from that prototype area.
+COMPONENT_PRE_BUILD_ACTION += \
+	$(RM) $(POPPLER_LIBDIR)/libpoppler.la \
+	$(POPPLER_LIBDIR)/libpoppler-glib.la ;
+
+REQUIRED_PACKAGES += archiver/unrar
+REQUIRED_PACKAGES += desktop/pdf-viewer/poppler
 REQUIRED_PACKAGES += gnome/file-manager/nautilus
 REQUIRED_PACKAGES += image/library/libtiff
 REQUIRED_PACKAGES += library/desktop/atk
 REQUIRED_PACKAGES += library/desktop/cairo
 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
-REQUIRED_PACKAGES += library/desktop/gtk2
+REQUIRED_PACKAGES += library/desktop/gtk3
+REQUIRED_PACKAGES += library/desktop/libgxps
 REQUIRED_PACKAGES += library/desktop/pango
 REQUIRED_PACKAGES += library/glib2
-REQUIRED_PACKAGES += library/gnome/gnome-keyring
+REQUIRED_PACKAGES += library/gnome/gnome-desktop
+REQUIRED_PACKAGES += library/gnome/libsecret
+REQUIRED_PACKAGES += library/libspectre
 REQUIRED_PACKAGES += library/libxml2
 REQUIRED_PACKAGES += library/perl-5/xml-parser
-REQUIRED_PACKAGES += system/library/c++-runtime
-REQUIRED_PACKAGES += system/library/libdbus-glib
+REQUIRED_PACKAGES += library/zlib
+REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
+REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
 REQUIRED_PACKAGES += system/library/math
 REQUIRED_PACKAGES += x11/library/libice
 REQUIRED_PACKAGES += x11/library/libsm
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evince/depend.mk	Wed Jul 13 10:10:59 2016 -0700
@@ -0,0 +1,1 @@
+desktop/evince:	desktop/poppler desktop/libspectre gnome/gnome-desktop
--- a/components/gnome/evince/evince.p5m	Wed Jul 13 09:59:57 2016 -0700
+++ b/components/gnome/evince/evince.p5m	Wed Jul 13 10:10:59 2016 -0700
@@ -41,90 +41,118 @@
     value=org.opensolaris.category.2008:Applications/Office
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
-set name=org.opensolaris.arc-caseid value=PSARC/2012/051 value=PSARC/2016/025
+set name=org.opensolaris.arc-caseid value=PSARC/2012/051 value=PSARC/2016/025 \
+    value=PSARC/2016/321
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-file path=etc/gconf/schemas/evince-thumbnailer-ps.schemas \
-    restart_fmri=svc:/application/desktop-cache/gconf-cache:default
-file path=etc/gconf/schemas/evince-thumbnailer.schemas \
-    restart_fmri=svc:/application/desktop-cache/gconf-cache:default
-file path=etc/gconf/schemas/evince.schemas \
-    restart_fmri=svc:/application/desktop-cache/gconf-cache:default
-file path=usr/bin/evince
+file path=usr/bin/evince pkg.depend.bypass-generate=libgnome-desktop-3.so.12
 file path=usr/bin/evince-previewer
 file path=usr/bin/evince-thumbnailer
 link path=usr/bin/gpdf target=evince
-file path=usr/include/evince/2.30/evince-document.h
-file path=usr/include/evince/2.30/evince-view.h
-file path=usr/include/evince/2.30/libdocument/ev-annotation.h
-file path=usr/include/evince/2.30/libdocument/ev-async-renderer.h
-file path=usr/include/evince/2.30/libdocument/ev-attachment.h
-file path=usr/include/evince/2.30/libdocument/ev-backends-manager.h
-file path=usr/include/evince/2.30/libdocument/ev-document-annotations.h
-file path=usr/include/evince/2.30/libdocument/ev-document-attachments.h
-file path=usr/include/evince/2.30/libdocument/ev-document-factory.h
-file path=usr/include/evince/2.30/libdocument/ev-document-find.h
-file path=usr/include/evince/2.30/libdocument/ev-document-fonts.h
-file path=usr/include/evince/2.30/libdocument/ev-document-forms.h
-file path=usr/include/evince/2.30/libdocument/ev-document-images.h
-file path=usr/include/evince/2.30/libdocument/ev-document-info.h
-file path=usr/include/evince/2.30/libdocument/ev-document-layers.h
-file path=usr/include/evince/2.30/libdocument/ev-document-links.h
-file path=usr/include/evince/2.30/libdocument/ev-document-misc.h
-file path=usr/include/evince/2.30/libdocument/ev-document-print.h
-file path=usr/include/evince/2.30/libdocument/ev-document-security.h
-file path=usr/include/evince/2.30/libdocument/ev-document-thumbnails.h
-file path=usr/include/evince/2.30/libdocument/ev-document-transition.h
-file path=usr/include/evince/2.30/libdocument/ev-document-type-builtins.h
-file path=usr/include/evince/2.30/libdocument/ev-document.h
-file path=usr/include/evince/2.30/libdocument/ev-file-exporter.h
-file path=usr/include/evince/2.30/libdocument/ev-file-helpers.h
-file path=usr/include/evince/2.30/libdocument/ev-form-field.h
-file path=usr/include/evince/2.30/libdocument/ev-image.h
-file path=usr/include/evince/2.30/libdocument/ev-init.h
-file path=usr/include/evince/2.30/libdocument/ev-layer.h
-file path=usr/include/evince/2.30/libdocument/ev-link-action.h
-file path=usr/include/evince/2.30/libdocument/ev-link-dest.h
-file path=usr/include/evince/2.30/libdocument/ev-link.h
-file path=usr/include/evince/2.30/libdocument/ev-mapping.h
-file path=usr/include/evince/2.30/libdocument/ev-page.h
-file path=usr/include/evince/2.30/libdocument/ev-render-context.h
-file path=usr/include/evince/2.30/libdocument/ev-selection.h
-file path=usr/include/evince/2.30/libdocument/ev-transition-effect.h
-file path=usr/include/evince/2.30/libdocument/ev-version.h
-file path=usr/include/evince/2.30/libview/ev-document-model.h
-file path=usr/include/evince/2.30/libview/ev-job-scheduler.h
-file path=usr/include/evince/2.30/libview/ev-jobs.h
-file path=usr/include/evince/2.30/libview/ev-print-operation.h
-file path=usr/include/evince/2.30/libview/ev-stock-icons.h
-file path=usr/include/evince/2.30/libview/ev-view-presentation.h
-file path=usr/include/evince/2.30/libview/ev-view-type-builtins.h
-file path=usr/include/evince/2.30/libview/ev-view.h
-file path=usr/lib/evince-convert-metadata
-file path=usr/lib/evince/2/backends/libpdfdocument.so \
-    pkg.depend.bypass-generate=libpoppler-glib.so.5
-file path=usr/lib/evince/2/backends/libpsdocument.so \
-    pkg.depend.bypass-generate=libspectre.so.1
-file path=usr/lib/evince/2/backends/libtiffdocument.so
-file path=usr/lib/evince/2/backends/pdfdocument.evince-backend
-file path=usr/lib/evince/2/backends/psdocument.evince-backend
-file path=usr/lib/evince/2/backends/tiffdocument.evince-backend
+file path=usr/include/evince/3.0/evince-document.h
+file path=usr/include/evince/3.0/evince-view.h
+file path=usr/include/evince/3.0/libdocument/ev-annotation.h
+file path=usr/include/evince/3.0/libdocument/ev-async-renderer.h
+file path=usr/include/evince/3.0/libdocument/ev-attachment.h
+file path=usr/include/evince/3.0/libdocument/ev-backends-manager.h
+file path=usr/include/evince/3.0/libdocument/ev-document-annotations.h
+file path=usr/include/evince/3.0/libdocument/ev-document-attachments.h
+file path=usr/include/evince/3.0/libdocument/ev-document-factory.h
+file path=usr/include/evince/3.0/libdocument/ev-document-find.h
+file path=usr/include/evince/3.0/libdocument/ev-document-fonts.h
+file path=usr/include/evince/3.0/libdocument/ev-document-forms.h
+file path=usr/include/evince/3.0/libdocument/ev-document-images.h
+file path=usr/include/evince/3.0/libdocument/ev-document-info.h
+file path=usr/include/evince/3.0/libdocument/ev-document-layers.h
+file path=usr/include/evince/3.0/libdocument/ev-document-links.h
+file path=usr/include/evince/3.0/libdocument/ev-document-misc.h
+file path=usr/include/evince/3.0/libdocument/ev-document-print.h
+file path=usr/include/evince/3.0/libdocument/ev-document-security.h
+file path=usr/include/evince/3.0/libdocument/ev-document-text.h
+file path=usr/include/evince/3.0/libdocument/ev-document-transition.h
+file path=usr/include/evince/3.0/libdocument/ev-document-type-builtins.h
+file path=usr/include/evince/3.0/libdocument/ev-document.h
+file path=usr/include/evince/3.0/libdocument/ev-file-exporter.h
+file path=usr/include/evince/3.0/libdocument/ev-file-helpers.h
+file path=usr/include/evince/3.0/libdocument/ev-form-field.h
+file path=usr/include/evince/3.0/libdocument/ev-image.h
+file path=usr/include/evince/3.0/libdocument/ev-init.h
+file path=usr/include/evince/3.0/libdocument/ev-layer.h
+file path=usr/include/evince/3.0/libdocument/ev-link-action.h
+file path=usr/include/evince/3.0/libdocument/ev-link-dest.h
+file path=usr/include/evince/3.0/libdocument/ev-link.h
+file path=usr/include/evince/3.0/libdocument/ev-macros.h
+file path=usr/include/evince/3.0/libdocument/ev-mapping-list.h
+file path=usr/include/evince/3.0/libdocument/ev-page.h
+file path=usr/include/evince/3.0/libdocument/ev-render-context.h
+file path=usr/include/evince/3.0/libdocument/ev-selection.h
+file path=usr/include/evince/3.0/libdocument/ev-transition-effect.h
+file path=usr/include/evince/3.0/libdocument/ev-version.h
+file path=usr/include/evince/3.0/libview/ev-document-model.h
+file path=usr/include/evince/3.0/libview/ev-job-scheduler.h
+file path=usr/include/evince/3.0/libview/ev-jobs.h
+file path=usr/include/evince/3.0/libview/ev-print-operation.h
+file path=usr/include/evince/3.0/libview/ev-stock-icons.h
+file path=usr/include/evince/3.0/libview/ev-view-presentation.h
+file path=usr/include/evince/3.0/libview/ev-view-type-builtins.h
+file path=usr/include/evince/3.0/libview/ev-view.h
+file path=usr/lib/$(MACH64)/evince/4/backends/comicsdocument.evince-backend
+file path=usr/lib/$(MACH64)/evince/4/backends/libcomicsdocument.so
+file path=usr/lib/$(MACH64)/evince/4/backends/libpdfdocument.so \
+    pkg.depend.bypass-generate=libpoppler-glib.so.8
+file path=usr/lib/$(MACH64)/evince/4/backends/libpsdocument.so
+file path=usr/lib/$(MACH64)/evince/4/backends/libtiffdocument.so
+file path=usr/lib/$(MACH64)/evince/4/backends/libxpsdocument.so
+file path=usr/lib/$(MACH64)/evince/4/backends/pdfdocument.evince-backend
+file path=usr/lib/$(MACH64)/evince/4/backends/psdocument.evince-backend
+file path=usr/lib/$(MACH64)/evince/4/backends/tiffdocument.evince-backend
+file path=usr/lib/$(MACH64)/evince/4/backends/xpsdocument.evince-backend
+file path=usr/lib/$(MACH64)/evinced mode=0555
+file path=usr/lib/$(MACH64)/girepository-1.0/EvinceDocument-3.0.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/EvinceView-3.0.typelib
+link path=usr/lib/$(MACH64)/libevdocument3.so target=libevdocument3.so.4.0.0
+link path=usr/lib/$(MACH64)/libevdocument3.so.4 target=libevdocument3.so.4.0.0
+file path=usr/lib/$(MACH64)/libevdocument3.so.4.0.0
+link path=usr/lib/$(MACH64)/libevview3.so target=libevview3.so.3.0.0
+link path=usr/lib/$(MACH64)/libevview3.so.3 target=libevview3.so.3.0.0
+file path=usr/lib/$(MACH64)/libevview3.so.3.0.0
+# Uncomment when we can add the --enable-nautilus configuration option.
+#file path=usr/lib/$(MACH64)/nautilus/extensions-3.0/libevince-properties-page.so
+file path=usr/lib/$(MACH64)/pkgconfig/evince-document-3.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/evince-view-3.0.pc
+file path=usr/lib/evince/4/backends/comicsdocument.evince-backend
+file path=usr/lib/evince/4/backends/libcomicsdocument.so
+file path=usr/lib/evince/4/backends/libpdfdocument.so \
+    pkg.depend.bypass-generate=libpoppler-glib.so.8
+file path=usr/lib/evince/4/backends/libpsdocument.so
+file path=usr/lib/evince/4/backends/libtiffdocument.so
+file path=usr/lib/evince/4/backends/libxpsdocument.so
+file path=usr/lib/evince/4/backends/pdfdocument.evince-backend
+file path=usr/lib/evince/4/backends/psdocument.evince-backend
+file path=usr/lib/evince/4/backends/tiffdocument.evince-backend
+file path=usr/lib/evince/4/backends/xpsdocument.evince-backend
 file path=usr/lib/evinced mode=0555
-link path=usr/lib/libevdocument.so target=libevdocument.so.2.0.0
-link path=usr/lib/libevdocument.so.2 target=libevdocument.so.2.0.0
-file path=usr/lib/libevdocument.so.2.0.0
-link path=usr/lib/libevview.so target=libevview.so.2.0.0
-link path=usr/lib/libevview.so.2 target=libevview.so.2.0.0
-file path=usr/lib/libevview.so.2.0.0
-file path=usr/lib/nautilus/extensions-2.0/libevince-properties-page.a
-file path=usr/lib/nautilus/extensions-2.0/libevince-properties-page.so
-file path=usr/lib/pkgconfig/evince-document-2.30.pc
-file path=usr/lib/pkgconfig/evince-view-2.30.pc
-file path=usr/share/applications/evince.desktop \
-    restart_fmri=svc:/application/desktop-cache/desktop-mime-cache:default
+file path=usr/lib/girepository-1.0/EvinceDocument-3.0.typelib
+file path=usr/lib/girepository-1.0/EvinceView-3.0.typelib
+link path=usr/lib/libevdocument3.so target=libevdocument3.so.4.0.0
+link path=usr/lib/libevdocument3.so.4 target=libevdocument3.so.4.0.0
+file path=usr/lib/libevdocument3.so.4.0.0
+link path=usr/lib/libevview3.so target=libevview3.so.3.0.0
+link path=usr/lib/libevview3.so.3 target=libevview3.so.3.0.0
+file path=usr/lib/libevview3.so.3.0.0
+# Uncomment when we can add the --enable-nautilus configuration option.
+#file path=usr/lib/nautilus/extensions-3.0/libevince-properties-page.so
+file path=usr/lib/pkgconfig/evince-document-3.0.pc
+file path=usr/lib/pkgconfig/evince-view-3.0.pc
+file path=usr/share/GConf/gsettings/evince.convert
+file path=usr/share/appdata/evince-comicsdocument.metainfo.xml
+file path=usr/share/appdata/evince-pdfdocument.metainfo.xml
+file path=usr/share/appdata/evince-psdocument.metainfo.xml
+file path=usr/share/appdata/evince-tiffdocument.metainfo.xml
+file path=usr/share/appdata/evince-xpsdocument.metainfo.xml
+file path=usr/share/appdata/evince.appdata.xml
+file path=usr/share/applications/evince-previewer.desktop
+file path=usr/share/applications/evince.desktop
 file path=usr/share/dbus-1/services/org.gnome.evince.Daemon.service
-file path=usr/share/evince/evince-previewer-ui.xml
-file path=usr/share/evince/evince-toolbar.xml
-file path=usr/share/evince/evince-ui.xml
 file path=usr/share/evince/hand-open.png
 file path=usr/share/evince/icons/hicolor/16x16/actions/object-rotate-left.png
 file path=usr/share/evince/icons/hicolor/16x16/actions/object-rotate-right.png
@@ -165,176 +193,2944 @@
 file path=usr/share/evince/icons/hicolor/scalable/actions/object-rotate-left.svg
 file path=usr/share/evince/icons/hicolor/scalable/actions/object-rotate-right.svg
 file path=usr/share/evince/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
-file path=usr/share/gnome/help/evince/C/evince.xml
-file path=usr/share/gnome/help/evince/C/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/C/legal.xml
-file path=usr/share/gnome/help/evince/bg/evince.xml
-file path=usr/share/gnome/help/evince/bg/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/ca/evince.xml
-file path=usr/share/gnome/help/evince/ca/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/cs/evince.xml
-file path=usr/share/gnome/help/evince/cs/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/de/evince.xml
-file path=usr/share/gnome/help/evince/de/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/el/evince.xml
-file path=usr/share/gnome/help/evince/el/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/es/evince.xml
-file path=usr/share/gnome/help/evince/es/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/eu/evince.xml
-file path=usr/share/gnome/help/evince/eu/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/fi/evince.xml
-file path=usr/share/gnome/help/evince/fi/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/fr/evince.xml
-file path=usr/share/gnome/help/evince/fr/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/it/evince.xml
-file path=usr/share/gnome/help/evince/it/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/ja/evince.xml
-file path=usr/share/gnome/help/evince/ja/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/nl/evince.xml
-file path=usr/share/gnome/help/evince/nl/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/oc/evince.xml
-link path=usr/share/gnome/help/evince/oc/figures/evince_start_window.png \
-    target=../../C/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/pt_BR/evince.xml
-link path=usr/share/gnome/help/evince/pt_BR/figures/evince_start_window.png \
-    target=../../C/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/ru/evince.xml
-link path=usr/share/gnome/help/evince/ru/figures/evince_start_window.png \
-    target=../../C/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/sr/evince.xml
-link path=usr/share/gnome/help/evince/sr/figures/evince_start_window.png \
-    target=../../C/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/sv/evince.xml
-file path=usr/share/gnome/help/evince/sv/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/uk/evince.xml
-file path=usr/share/gnome/help/evince/uk/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/vi/evince.xml
-link path=usr/share/gnome/help/evince/vi/figures/evince_start_window.png \
-    target=../../C/figures/evince_start_window.png
-file path=usr/share/gnome/help/evince/zh_CN/evince.xml
-link path=usr/share/gnome/help/evince/zh_CN/figures/evince_start_window.png \
-    target=../../C/figures/evince_start_window.png
-file path=usr/share/gtk-doc/html/evince/EggFindBar.html
-file path=usr/share/gtk-doc/html/evince/EvFileMonitor.html
-file path=usr/share/gtk-doc/html/evince/EvHistory.html
-file path=usr/share/gtk-doc/html/evince/EvMessageArea.html
-file path=usr/share/gtk-doc/html/evince/EvNavigationAction.html
-file path=usr/share/gtk-doc/html/evince/EvNavigationActionWidget.html
-file path=usr/share/gtk-doc/html/evince/EvOpenRecentAction.html
-file path=usr/share/gtk-doc/html/evince/EvPageAction.html
-file path=usr/share/gtk-doc/html/evince/EvPageActionWidget.html
-file path=usr/share/gtk-doc/html/evince/EvPasswordView.html
-file path=usr/share/gtk-doc/html/evince/EvProgressMessageArea.html
-file path=usr/share/gtk-doc/html/evince/EvSidebar.html
-file path=usr/share/gtk-doc/html/evince/EvSidebarAttachments.html
-file path=usr/share/gtk-doc/html/evince/EvSidebarLayers.html
-file path=usr/share/gtk-doc/html/evince/EvSidebarLinks.html
-file path=usr/share/gtk-doc/html/evince/EvSidebarPage.html
-file path=usr/share/gtk-doc/html/evince/EvSidebarThumbnails.html
-file path=usr/share/gtk-doc/html/evince/EvWindow.html
-file path=usr/share/gtk-doc/html/evince/api-index-full.html
-file path=usr/share/gtk-doc/html/evince/evince-ev-application.html
-file path=usr/share/gtk-doc/html/evince/evince-ev-keyring.html
-file path=usr/share/gtk-doc/html/evince/evince-ev-media-player-keys.html
-file path=usr/share/gtk-doc/html/evince/evince-ev-metadata.html
-file path=usr/share/gtk-doc/html/evince/evince-ev-properties-dialog.html
-file path=usr/share/gtk-doc/html/evince/evince-ev-properties-fonts.html
-file path=usr/share/gtk-doc/html/evince/evince-ev-properties-license.html
-file path=usr/share/gtk-doc/html/evince/evince-ev-utils.html
-file path=usr/share/gtk-doc/html/evince/evince-ev-window-title.html
-file path=usr/share/gtk-doc/html/evince/evince-frontend.html
-file path=usr/share/gtk-doc/html/evince/evince.devhelp2
-file path=usr/share/gtk-doc/html/evince/home.png
-file path=usr/share/gtk-doc/html/evince/index.html
-file path=usr/share/gtk-doc/html/evince/index.sgml
-file path=usr/share/gtk-doc/html/evince/left.png
-file path=usr/share/gtk-doc/html/evince/licence.html
-file path=usr/share/gtk-doc/html/evince/object-tree.html
-file path=usr/share/gtk-doc/html/evince/right.png
-file path=usr/share/gtk-doc/html/evince/style.css
-file path=usr/share/gtk-doc/html/evince/up.png
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvAnnotation.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvAsyncRenderer.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvAttachment.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvDocument.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentAnnotations.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentAttachments.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentFind.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentFonts.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentForms.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentImages.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentLayers.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentLinks.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentPrint.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentSecurity.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentThumbnails.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentTransition.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvFileExporter.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvFormField.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvImage.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvLayer.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvPage.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvRenderContext.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/EvSelection.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/api-index-full.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/document-data.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/document-helpers.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/document-interfaces.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/home.png
-file path=usr/share/gtk-doc/html/libevdocument-2.30/index.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/index.sgml
-file path=usr/share/gtk-doc/html/libevdocument-2.30/left.png
-file path=usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-2.30.devhelp2
-file path=usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-EvDocumentInfo.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-EvDocumentMisc.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-Version-checks.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-backends-manager.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-document-factory.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-file-helpers.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-init.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-link-action.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-link-dest.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-link.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-mapping.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-transition-effect.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/licence.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/object-tree.html
-file path=usr/share/gtk-doc/html/libevdocument-2.30/right.png
-file path=usr/share/gtk-doc/html/libevdocument-2.30/style.css
-file path=usr/share/gtk-doc/html/libevdocument-2.30/up.png
-file path=usr/share/gtk-doc/html/libevview-2.30/EvJob.html
-file path=usr/share/gtk-doc/html/libevview-2.30/api-index-full.html
-file path=usr/share/gtk-doc/html/libevview-2.30/home.png
-file path=usr/share/gtk-doc/html/libevview-2.30/index.html
-file path=usr/share/gtk-doc/html/libevview-2.30/index.sgml
-file path=usr/share/gtk-doc/html/libevview-2.30/left.png
-file path=usr/share/gtk-doc/html/libevview-2.30/libevview-2.30.devhelp2
-file path=usr/share/gtk-doc/html/libevview-2.30/libevview-ev-annotation-window.html
-file path=usr/share/gtk-doc/html/libevview-2.30/libevview-ev-document-model.html
-file path=usr/share/gtk-doc/html/libevview-2.30/libevview-ev-job-scheduler.html
-file path=usr/share/gtk-doc/html/libevview-2.30/libevview-ev-page-cache.html
-file path=usr/share/gtk-doc/html/libevview-2.30/libevview-ev-print-operation.html
-file path=usr/share/gtk-doc/html/libevview-2.30/libevview-ev-stock-icons.html
-file path=usr/share/gtk-doc/html/libevview-2.30/libevview-ev-view-cursor.html
-file path=usr/share/gtk-doc/html/libevview-2.30/libevview-ev-view-presentation.html
-file path=usr/share/gtk-doc/html/libevview-2.30/libevview-ev-view-type-builtins.html
-file path=usr/share/gtk-doc/html/libevview-2.30/libevview-ev-view.html
-file path=usr/share/gtk-doc/html/libevview-2.30/licence.html
-file path=usr/share/gtk-doc/html/libevview-2.30/object-tree.html
-file path=usr/share/gtk-doc/html/libevview-2.30/right.png
-file path=usr/share/gtk-doc/html/libevview-2.30/style.css
-file path=usr/share/gtk-doc/html/libevview-2.30/up.png
-file path=usr/share/gtk-doc/html/libevview-2.30/view-view.html
-file path=usr/share/icons/hicolor/16x16/apps/evince.png \
-    restart_fmri=svc:/application/desktop-cache/icon-cache:default
-file path=usr/share/icons/hicolor/22x22/apps/evince.png \
-    restart_fmri=svc:/application/desktop-cache/icon-cache:default
-file path=usr/share/icons/hicolor/24x24/apps/evince.png \
-    restart_fmri=svc:/application/desktop-cache/icon-cache:default
-file path=usr/share/icons/hicolor/48x48/apps/evince.png \
-    restart_fmri=svc:/application/desktop-cache/icon-cache:default
-file path=usr/share/icons/hicolor/scalable/apps/evince.svg \
-    restart_fmri=svc:/application/desktop-cache/icon-cache:default
+file path=usr/share/gir-1.0/EvinceDocument-3.0.gir
+file path=usr/share/gir-1.0/EvinceView-3.0.gir
+file path=usr/share/glib-2.0/schemas/org.gnome.Evince.gschema.xml
+file path=usr/share/help/C/evince/annotation-properties.page
+file path=usr/share/help/C/evince/annotations-delete.page
+file path=usr/share/help/C/evince/annotations-disabled.page
+file path=usr/share/help/C/evince/annotations-navigate.page
+file path=usr/share/help/C/evince/annotations-save.page
+file path=usr/share/help/C/evince/annotations.page
+file path=usr/share/help/C/evince/bookmarks.page
+file path=usr/share/help/C/evince/bug-filing.page
+file path=usr/share/help/C/evince/commandline.page
+file path=usr/share/help/C/evince/convertPostScript.page
+file path=usr/share/help/C/evince/convertSVG.page
+file path=usr/share/help/C/evince/convertpdf.page
+file path=usr/share/help/C/evince/default-settings.page
+file path=usr/share/help/C/evince/develop.page
+file path=usr/share/help/C/evince/documentation.page
+file path=usr/share/help/C/evince/duplex-10pages.page
+file path=usr/share/help/C/evince/duplex-11pages.page
+file path=usr/share/help/C/evince/duplex-12pages.page
+file path=usr/share/help/C/evince/duplex-13pages.page
+file path=usr/share/help/C/evince/duplex-14pages.page
+file path=usr/share/help/C/evince/duplex-15pages.page
+file path=usr/share/help/C/evince/duplex-16pages.page
+file path=usr/share/help/C/evince/duplex-3pages.page
+file path=usr/share/help/C/evince/duplex-4pages.page
+file path=usr/share/help/C/evince/duplex-5pages.page
+file path=usr/share/help/C/evince/duplex-6pages.page
+file path=usr/share/help/C/evince/duplex-7pages.page
+file path=usr/share/help/C/evince/duplex-8pages.page
+file path=usr/share/help/C/evince/duplex-9pages.page
+file path=usr/share/help/C/evince/duplex-npages.page
+file path=usr/share/help/C/evince/editing.page
+file path=usr/share/help/C/evince/figures/add-text-annotation.png
+file path=usr/share/help/C/evince/figures/annotations-nav-to-page.png
+file path=usr/share/help/C/evince/figures/annotations-navigate.png
+file path=usr/share/help/C/evince/figures/evince-trail.png
+file path=usr/share/help/C/evince/figures/evincelogo.png
+file path=usr/share/help/C/evince/figures/gconf-editor.png
+file path=usr/share/help/C/evince/figures/list-add-tabs.png
+file path=usr/share/help/C/evince/figures/print-2sided.png
+file path=usr/share/help/C/evince/figures/print-select.png
+file path=usr/share/help/C/evince/figures/reverse-collate.png
+file path=usr/share/help/C/evince/figures/zoom.png
+file path=usr/share/help/C/evince/finding.page
+file path=usr/share/help/C/evince/formats.page
+file path=usr/share/help/C/evince/forms-saving.page
+file path=usr/share/help/C/evince/forms.page
+file path=usr/share/help/C/evince/index.page
+file path=usr/share/help/C/evince/introduction.page
+file path=usr/share/help/C/evince/invert-colors.page
+file path=usr/share/help/C/evince/legal-unported.xml
+file path=usr/share/help/C/evince/legal.xml
+file path=usr/share/help/C/evince/license.page
+file path=usr/share/help/C/evince/movingaround.page
+file path=usr/share/help/C/evince/noprint.page
+file path=usr/share/help/C/evince/openerror.page
+file path=usr/share/help/C/evince/opening.page
+file path=usr/share/help/C/evince/password.page
+file path=usr/share/help/C/evince/presentations.page
+file path=usr/share/help/C/evince/print-2sided.page
+file path=usr/share/help/C/evince/print-booklet.page
+file path=usr/share/help/C/evince/print-differentsize.page
+file path=usr/share/help/C/evince/print-order.page
+file path=usr/share/help/C/evince/print-pagescaling.page
+file path=usr/share/help/C/evince/print-select.page
+file path=usr/share/help/C/evince/printing.page
+file path=usr/share/help/C/evince/reload.page
+file path=usr/share/help/C/evince/shortcuts.page
+file path=usr/share/help/C/evince/singlesided-13-16pages.page
+file path=usr/share/help/C/evince/singlesided-17-20pages.page
+file path=usr/share/help/C/evince/singlesided-3-4pages.page
+file path=usr/share/help/C/evince/singlesided-5-8pages.page
+file path=usr/share/help/C/evince/singlesided-9-12pages.page
+file path=usr/share/help/C/evince/singlesided-npages.page
+file path=usr/share/help/C/evince/synctex-beamer.page
+file path=usr/share/help/C/evince/synctex-compile.page
+file path=usr/share/help/C/evince/synctex-editors.page
+file path=usr/share/help/C/evince/synctex-search.page
+file path=usr/share/help/C/evince/synctex-support.page
+file path=usr/share/help/C/evince/synctex.page
+file path=usr/share/help/C/evince/textselection.page
+file path=usr/share/help/C/evince/toolbar.page
+file path=usr/share/help/C/evince/translate.page
+file path=usr/share/help/bg/evince/annotation-properties.page
+file path=usr/share/help/bg/evince/annotations-delete.page
+file path=usr/share/help/bg/evince/annotations-disabled.page
+file path=usr/share/help/bg/evince/annotations-navigate.page
+file path=usr/share/help/bg/evince/annotations-save.page
+file path=usr/share/help/bg/evince/annotations.page
+file path=usr/share/help/bg/evince/bookmarks.page
+file path=usr/share/help/bg/evince/bug-filing.page
+file path=usr/share/help/bg/evince/commandline.page
+file path=usr/share/help/bg/evince/convertPostScript.page
+file path=usr/share/help/bg/evince/convertSVG.page
+file path=usr/share/help/bg/evince/convertpdf.page
+file path=usr/share/help/bg/evince/default-settings.page
+file path=usr/share/help/bg/evince/develop.page
+file path=usr/share/help/bg/evince/documentation.page
+file path=usr/share/help/bg/evince/duplex-10pages.page
+file path=usr/share/help/bg/evince/duplex-11pages.page
+file path=usr/share/help/bg/evince/duplex-12pages.page
+file path=usr/share/help/bg/evince/duplex-13pages.page
+file path=usr/share/help/bg/evince/duplex-14pages.page
+file path=usr/share/help/bg/evince/duplex-15pages.page
+file path=usr/share/help/bg/evince/duplex-16pages.page
+file path=usr/share/help/bg/evince/duplex-3pages.page
+file path=usr/share/help/bg/evince/duplex-4pages.page
+file path=usr/share/help/bg/evince/duplex-5pages.page
+file path=usr/share/help/bg/evince/duplex-6pages.page
+file path=usr/share/help/bg/evince/duplex-7pages.page
+file path=usr/share/help/bg/evince/duplex-8pages.page
+file path=usr/share/help/bg/evince/duplex-9pages.page
+file path=usr/share/help/bg/evince/duplex-npages.page
+file path=usr/share/help/bg/evince/editing.page
+link path=usr/share/help/bg/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/bg/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/bg/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/bg/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/bg/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/bg/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/bg/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/bg/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/bg/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/bg/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/bg/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/bg/evince/finding.page
+file path=usr/share/help/bg/evince/formats.page
+file path=usr/share/help/bg/evince/forms-saving.page
+file path=usr/share/help/bg/evince/forms.page
+file path=usr/share/help/bg/evince/index.page
+file path=usr/share/help/bg/evince/introduction.page
+file path=usr/share/help/bg/evince/invert-colors.page
+file path=usr/share/help/bg/evince/legal-unported.xml
+file path=usr/share/help/bg/evince/legal.xml
+file path=usr/share/help/bg/evince/license.page
+file path=usr/share/help/bg/evince/movingaround.page
+file path=usr/share/help/bg/evince/noprint.page
+file path=usr/share/help/bg/evince/openerror.page
+file path=usr/share/help/bg/evince/opening.page
+file path=usr/share/help/bg/evince/password.page
+file path=usr/share/help/bg/evince/presentations.page
+file path=usr/share/help/bg/evince/print-2sided.page
+file path=usr/share/help/bg/evince/print-booklet.page
+file path=usr/share/help/bg/evince/print-differentsize.page
+file path=usr/share/help/bg/evince/print-order.page
+file path=usr/share/help/bg/evince/print-pagescaling.page
+file path=usr/share/help/bg/evince/print-select.page
+file path=usr/share/help/bg/evince/printing.page
+file path=usr/share/help/bg/evince/reload.page
+file path=usr/share/help/bg/evince/shortcuts.page
+file path=usr/share/help/bg/evince/singlesided-13-16pages.page
+file path=usr/share/help/bg/evince/singlesided-17-20pages.page
+file path=usr/share/help/bg/evince/singlesided-3-4pages.page
+file path=usr/share/help/bg/evince/singlesided-5-8pages.page
+file path=usr/share/help/bg/evince/singlesided-9-12pages.page
+file path=usr/share/help/bg/evince/singlesided-npages.page
+file path=usr/share/help/bg/evince/synctex-beamer.page
+file path=usr/share/help/bg/evince/synctex-compile.page
+file path=usr/share/help/bg/evince/synctex-editors.page
+file path=usr/share/help/bg/evince/synctex-search.page
+file path=usr/share/help/bg/evince/synctex-support.page
+file path=usr/share/help/bg/evince/synctex.page
+file path=usr/share/help/bg/evince/textselection.page
+file path=usr/share/help/bg/evince/toolbar.page
+file path=usr/share/help/bg/evince/translate.page
+file path=usr/share/help/ca/evince/annotation-properties.page
+file path=usr/share/help/ca/evince/annotations-delete.page
+file path=usr/share/help/ca/evince/annotations-disabled.page
+file path=usr/share/help/ca/evince/annotations-navigate.page
+file path=usr/share/help/ca/evince/annotations-save.page
+file path=usr/share/help/ca/evince/annotations.page
+file path=usr/share/help/ca/evince/bookmarks.page
+file path=usr/share/help/ca/evince/bug-filing.page
+file path=usr/share/help/ca/evince/commandline.page
+file path=usr/share/help/ca/evince/convertPostScript.page
+file path=usr/share/help/ca/evince/convertSVG.page
+file path=usr/share/help/ca/evince/convertpdf.page
+file path=usr/share/help/ca/evince/default-settings.page
+file path=usr/share/help/ca/evince/develop.page
+file path=usr/share/help/ca/evince/documentation.page
+file path=usr/share/help/ca/evince/duplex-10pages.page
+file path=usr/share/help/ca/evince/duplex-11pages.page
+file path=usr/share/help/ca/evince/duplex-12pages.page
+file path=usr/share/help/ca/evince/duplex-13pages.page
+file path=usr/share/help/ca/evince/duplex-14pages.page
+file path=usr/share/help/ca/evince/duplex-15pages.page
+file path=usr/share/help/ca/evince/duplex-16pages.page
+file path=usr/share/help/ca/evince/duplex-3pages.page
+file path=usr/share/help/ca/evince/duplex-4pages.page
+file path=usr/share/help/ca/evince/duplex-5pages.page
+file path=usr/share/help/ca/evince/duplex-6pages.page
+file path=usr/share/help/ca/evince/duplex-7pages.page
+file path=usr/share/help/ca/evince/duplex-8pages.page
+file path=usr/share/help/ca/evince/duplex-9pages.page
+file path=usr/share/help/ca/evince/duplex-npages.page
+file path=usr/share/help/ca/evince/editing.page
+link path=usr/share/help/ca/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/ca/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/ca/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/ca/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/ca/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/ca/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/ca/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/ca/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/ca/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/ca/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/ca/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/ca/evince/finding.page
+file path=usr/share/help/ca/evince/formats.page
+file path=usr/share/help/ca/evince/forms-saving.page
+file path=usr/share/help/ca/evince/forms.page
+file path=usr/share/help/ca/evince/index.page
+file path=usr/share/help/ca/evince/introduction.page
+file path=usr/share/help/ca/evince/invert-colors.page
+file path=usr/share/help/ca/evince/legal-unported.xml
+file path=usr/share/help/ca/evince/legal.xml
+file path=usr/share/help/ca/evince/license.page
+file path=usr/share/help/ca/evince/movingaround.page
+file path=usr/share/help/ca/evince/noprint.page
+file path=usr/share/help/ca/evince/openerror.page
+file path=usr/share/help/ca/evince/opening.page
+file path=usr/share/help/ca/evince/password.page
+file path=usr/share/help/ca/evince/presentations.page
+file path=usr/share/help/ca/evince/print-2sided.page
+file path=usr/share/help/ca/evince/print-booklet.page
+file path=usr/share/help/ca/evince/print-differentsize.page
+file path=usr/share/help/ca/evince/print-order.page
+file path=usr/share/help/ca/evince/print-pagescaling.page
+file path=usr/share/help/ca/evince/print-select.page
+file path=usr/share/help/ca/evince/printing.page
+file path=usr/share/help/ca/evince/reload.page
+file path=usr/share/help/ca/evince/shortcuts.page
+file path=usr/share/help/ca/evince/singlesided-13-16pages.page
+file path=usr/share/help/ca/evince/singlesided-17-20pages.page
+file path=usr/share/help/ca/evince/singlesided-3-4pages.page
+file path=usr/share/help/ca/evince/singlesided-5-8pages.page
+file path=usr/share/help/ca/evince/singlesided-9-12pages.page
+file path=usr/share/help/ca/evince/singlesided-npages.page
+file path=usr/share/help/ca/evince/synctex-beamer.page
+file path=usr/share/help/ca/evince/synctex-compile.page
+file path=usr/share/help/ca/evince/synctex-editors.page
+file path=usr/share/help/ca/evince/synctex-search.page
+file path=usr/share/help/ca/evince/synctex-support.page
+file path=usr/share/help/ca/evince/synctex.page
+file path=usr/share/help/ca/evince/textselection.page
+file path=usr/share/help/ca/evince/toolbar.page
+file path=usr/share/help/ca/evince/translate.page
+file path=usr/share/help/cs/evince/annotation-properties.page
+file path=usr/share/help/cs/evince/annotations-delete.page
+file path=usr/share/help/cs/evince/annotations-disabled.page
+file path=usr/share/help/cs/evince/annotations-navigate.page
+file path=usr/share/help/cs/evince/annotations-save.page
+file path=usr/share/help/cs/evince/annotations.page
+file path=usr/share/help/cs/evince/bookmarks.page
+file path=usr/share/help/cs/evince/bug-filing.page
+file path=usr/share/help/cs/evince/commandline.page
+file path=usr/share/help/cs/evince/convertPostScript.page
+file path=usr/share/help/cs/evince/convertSVG.page
+file path=usr/share/help/cs/evince/convertpdf.page
+file path=usr/share/help/cs/evince/default-settings.page
+file path=usr/share/help/cs/evince/develop.page
+file path=usr/share/help/cs/evince/documentation.page
+file path=usr/share/help/cs/evince/duplex-10pages.page
+file path=usr/share/help/cs/evince/duplex-11pages.page
+file path=usr/share/help/cs/evince/duplex-12pages.page
+file path=usr/share/help/cs/evince/duplex-13pages.page
+file path=usr/share/help/cs/evince/duplex-14pages.page
+file path=usr/share/help/cs/evince/duplex-15pages.page
+file path=usr/share/help/cs/evince/duplex-16pages.page
+file path=usr/share/help/cs/evince/duplex-3pages.page
+file path=usr/share/help/cs/evince/duplex-4pages.page
+file path=usr/share/help/cs/evince/duplex-5pages.page
+file path=usr/share/help/cs/evince/duplex-6pages.page
+file path=usr/share/help/cs/evince/duplex-7pages.page
+file path=usr/share/help/cs/evince/duplex-8pages.page
+file path=usr/share/help/cs/evince/duplex-9pages.page
+file path=usr/share/help/cs/evince/duplex-npages.page
+file path=usr/share/help/cs/evince/editing.page
+link path=usr/share/help/cs/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/cs/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/cs/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/cs/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/cs/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/cs/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/cs/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/cs/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/cs/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/cs/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/cs/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/cs/evince/finding.page
+file path=usr/share/help/cs/evince/formats.page
+file path=usr/share/help/cs/evince/forms-saving.page
+file path=usr/share/help/cs/evince/forms.page
+file path=usr/share/help/cs/evince/index.page
+file path=usr/share/help/cs/evince/introduction.page
+file path=usr/share/help/cs/evince/invert-colors.page
+file path=usr/share/help/cs/evince/legal-unported.xml
+file path=usr/share/help/cs/evince/legal.xml
+file path=usr/share/help/cs/evince/license.page
+file path=usr/share/help/cs/evince/movingaround.page
+file path=usr/share/help/cs/evince/noprint.page
+file path=usr/share/help/cs/evince/openerror.page
+file path=usr/share/help/cs/evince/opening.page
+file path=usr/share/help/cs/evince/password.page
+file path=usr/share/help/cs/evince/presentations.page
+file path=usr/share/help/cs/evince/print-2sided.page
+file path=usr/share/help/cs/evince/print-booklet.page
+file path=usr/share/help/cs/evince/print-differentsize.page
+file path=usr/share/help/cs/evince/print-order.page
+file path=usr/share/help/cs/evince/print-pagescaling.page
+file path=usr/share/help/cs/evince/print-select.page
+file path=usr/share/help/cs/evince/printing.page
+file path=usr/share/help/cs/evince/reload.page
+file path=usr/share/help/cs/evince/shortcuts.page
+file path=usr/share/help/cs/evince/singlesided-13-16pages.page
+file path=usr/share/help/cs/evince/singlesided-17-20pages.page
+file path=usr/share/help/cs/evince/singlesided-3-4pages.page
+file path=usr/share/help/cs/evince/singlesided-5-8pages.page
+file path=usr/share/help/cs/evince/singlesided-9-12pages.page
+file path=usr/share/help/cs/evince/singlesided-npages.page
+file path=usr/share/help/cs/evince/synctex-beamer.page
+file path=usr/share/help/cs/evince/synctex-compile.page
+file path=usr/share/help/cs/evince/synctex-editors.page
+file path=usr/share/help/cs/evince/synctex-search.page
+file path=usr/share/help/cs/evince/synctex-support.page
+file path=usr/share/help/cs/evince/synctex.page
+file path=usr/share/help/cs/evince/textselection.page
+file path=usr/share/help/cs/evince/toolbar.page
+file path=usr/share/help/cs/evince/translate.page
+file path=usr/share/help/da/evince/annotation-properties.page
+file path=usr/share/help/da/evince/annotations-delete.page
+file path=usr/share/help/da/evince/annotations-disabled.page
+file path=usr/share/help/da/evince/annotations-navigate.page
+file path=usr/share/help/da/evince/annotations-save.page
+file path=usr/share/help/da/evince/annotations.page
+file path=usr/share/help/da/evince/bookmarks.page
+file path=usr/share/help/da/evince/bug-filing.page
+file path=usr/share/help/da/evince/commandline.page
+file path=usr/share/help/da/evince/convertPostScript.page
+file path=usr/share/help/da/evince/convertSVG.page
+file path=usr/share/help/da/evince/convertpdf.page
+file path=usr/share/help/da/evince/default-settings.page
+file path=usr/share/help/da/evince/develop.page
+file path=usr/share/help/da/evince/documentation.page
+file path=usr/share/help/da/evince/duplex-10pages.page
+file path=usr/share/help/da/evince/duplex-11pages.page
+file path=usr/share/help/da/evince/duplex-12pages.page
+file path=usr/share/help/da/evince/duplex-13pages.page
+file path=usr/share/help/da/evince/duplex-14pages.page
+file path=usr/share/help/da/evince/duplex-15pages.page
+file path=usr/share/help/da/evince/duplex-16pages.page
+file path=usr/share/help/da/evince/duplex-3pages.page
+file path=usr/share/help/da/evince/duplex-4pages.page
+file path=usr/share/help/da/evince/duplex-5pages.page
+file path=usr/share/help/da/evince/duplex-6pages.page
+file path=usr/share/help/da/evince/duplex-7pages.page
+file path=usr/share/help/da/evince/duplex-8pages.page
+file path=usr/share/help/da/evince/duplex-9pages.page
+file path=usr/share/help/da/evince/duplex-npages.page
+file path=usr/share/help/da/evince/editing.page
+link path=usr/share/help/da/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/da/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/da/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/da/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/da/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/da/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/da/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/da/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/da/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/da/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/da/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/da/evince/finding.page
+file path=usr/share/help/da/evince/formats.page
+file path=usr/share/help/da/evince/forms-saving.page
+file path=usr/share/help/da/evince/forms.page
+file path=usr/share/help/da/evince/index.page
+file path=usr/share/help/da/evince/introduction.page
+file path=usr/share/help/da/evince/invert-colors.page
+file path=usr/share/help/da/evince/legal-unported.xml
+file path=usr/share/help/da/evince/legal.xml
+file path=usr/share/help/da/evince/license.page
+file path=usr/share/help/da/evince/movingaround.page
+file path=usr/share/help/da/evince/noprint.page
+file path=usr/share/help/da/evince/openerror.page
+file path=usr/share/help/da/evince/opening.page
+file path=usr/share/help/da/evince/password.page
+file path=usr/share/help/da/evince/presentations.page
+file path=usr/share/help/da/evince/print-2sided.page
+file path=usr/share/help/da/evince/print-booklet.page
+file path=usr/share/help/da/evince/print-differentsize.page
+file path=usr/share/help/da/evince/print-order.page
+file path=usr/share/help/da/evince/print-pagescaling.page
+file path=usr/share/help/da/evince/print-select.page
+file path=usr/share/help/da/evince/printing.page
+file path=usr/share/help/da/evince/reload.page
+file path=usr/share/help/da/evince/shortcuts.page
+file path=usr/share/help/da/evince/singlesided-13-16pages.page
+file path=usr/share/help/da/evince/singlesided-17-20pages.page
+file path=usr/share/help/da/evince/singlesided-3-4pages.page
+file path=usr/share/help/da/evince/singlesided-5-8pages.page
+file path=usr/share/help/da/evince/singlesided-9-12pages.page
+file path=usr/share/help/da/evince/singlesided-npages.page
+file path=usr/share/help/da/evince/synctex-beamer.page
+file path=usr/share/help/da/evince/synctex-compile.page
+file path=usr/share/help/da/evince/synctex-editors.page
+file path=usr/share/help/da/evince/synctex-search.page
+file path=usr/share/help/da/evince/synctex-support.page
+file path=usr/share/help/da/evince/synctex.page
+file path=usr/share/help/da/evince/textselection.page
+file path=usr/share/help/da/evince/toolbar.page
+file path=usr/share/help/da/evince/translate.page
+file path=usr/share/help/de/evince/annotation-properties.page
+file path=usr/share/help/de/evince/annotations-delete.page
+file path=usr/share/help/de/evince/annotations-disabled.page
+file path=usr/share/help/de/evince/annotations-navigate.page
+file path=usr/share/help/de/evince/annotations-save.page
+file path=usr/share/help/de/evince/annotations.page
+file path=usr/share/help/de/evince/bookmarks.page
+file path=usr/share/help/de/evince/bug-filing.page
+file path=usr/share/help/de/evince/commandline.page
+file path=usr/share/help/de/evince/convertPostScript.page
+file path=usr/share/help/de/evince/convertSVG.page
+file path=usr/share/help/de/evince/convertpdf.page
+file path=usr/share/help/de/evince/default-settings.page
+file path=usr/share/help/de/evince/develop.page
+file path=usr/share/help/de/evince/documentation.page
+file path=usr/share/help/de/evince/duplex-10pages.page
+file path=usr/share/help/de/evince/duplex-11pages.page
+file path=usr/share/help/de/evince/duplex-12pages.page
+file path=usr/share/help/de/evince/duplex-13pages.page
+file path=usr/share/help/de/evince/duplex-14pages.page
+file path=usr/share/help/de/evince/duplex-15pages.page
+file path=usr/share/help/de/evince/duplex-16pages.page
+file path=usr/share/help/de/evince/duplex-3pages.page
+file path=usr/share/help/de/evince/duplex-4pages.page
+file path=usr/share/help/de/evince/duplex-5pages.page
+file path=usr/share/help/de/evince/duplex-6pages.page
+file path=usr/share/help/de/evince/duplex-7pages.page
+file path=usr/share/help/de/evince/duplex-8pages.page
+file path=usr/share/help/de/evince/duplex-9pages.page
+file path=usr/share/help/de/evince/duplex-npages.page
+file path=usr/share/help/de/evince/editing.page
+file path=usr/share/help/de/evince/figures/add-text-annotation.png
+file path=usr/share/help/de/evince/figures/annotations-nav-to-page.png
+file path=usr/share/help/de/evince/figures/annotations-navigate.png
+link path=usr/share/help/de/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/de/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/de/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+file path=usr/share/help/de/evince/figures/list-add-tabs.png
+link path=usr/share/help/de/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+file path=usr/share/help/de/evince/figures/print-select.png
+file path=usr/share/help/de/evince/figures/reverse-collate.png
+file path=usr/share/help/de/evince/figures/zoom.png
+file path=usr/share/help/de/evince/finding.page
+file path=usr/share/help/de/evince/formats.page
+file path=usr/share/help/de/evince/forms-saving.page
+file path=usr/share/help/de/evince/forms.page
+file path=usr/share/help/de/evince/index.page
+file path=usr/share/help/de/evince/introduction.page
+file path=usr/share/help/de/evince/invert-colors.page
+file path=usr/share/help/de/evince/legal-unported.xml
+file path=usr/share/help/de/evince/legal.xml
+file path=usr/share/help/de/evince/license.page
+file path=usr/share/help/de/evince/movingaround.page
+file path=usr/share/help/de/evince/noprint.page
+file path=usr/share/help/de/evince/openerror.page
+file path=usr/share/help/de/evince/opening.page
+file path=usr/share/help/de/evince/password.page
+file path=usr/share/help/de/evince/presentations.page
+file path=usr/share/help/de/evince/print-2sided.page
+file path=usr/share/help/de/evince/print-booklet.page
+file path=usr/share/help/de/evince/print-differentsize.page
+file path=usr/share/help/de/evince/print-order.page
+file path=usr/share/help/de/evince/print-pagescaling.page
+file path=usr/share/help/de/evince/print-select.page
+file path=usr/share/help/de/evince/printing.page
+file path=usr/share/help/de/evince/reload.page
+file path=usr/share/help/de/evince/shortcuts.page
+file path=usr/share/help/de/evince/singlesided-13-16pages.page
+file path=usr/share/help/de/evince/singlesided-17-20pages.page
+file path=usr/share/help/de/evince/singlesided-3-4pages.page
+file path=usr/share/help/de/evince/singlesided-5-8pages.page
+file path=usr/share/help/de/evince/singlesided-9-12pages.page
+file path=usr/share/help/de/evince/singlesided-npages.page
+file path=usr/share/help/de/evince/synctex-beamer.page
+file path=usr/share/help/de/evince/synctex-compile.page
+file path=usr/share/help/de/evince/synctex-editors.page
+file path=usr/share/help/de/evince/synctex-search.page
+file path=usr/share/help/de/evince/synctex-support.page
+file path=usr/share/help/de/evince/synctex.page
+file path=usr/share/help/de/evince/textselection.page
+file path=usr/share/help/de/evince/toolbar.page
+file path=usr/share/help/de/evince/translate.page
+file path=usr/share/help/el/evince/annotation-properties.page
+file path=usr/share/help/el/evince/annotations-delete.page
+file path=usr/share/help/el/evince/annotations-disabled.page
+file path=usr/share/help/el/evince/annotations-navigate.page
+file path=usr/share/help/el/evince/annotations-save.page
+file path=usr/share/help/el/evince/annotations.page
+file path=usr/share/help/el/evince/bookmarks.page
+file path=usr/share/help/el/evince/bug-filing.page
+file path=usr/share/help/el/evince/commandline.page
+file path=usr/share/help/el/evince/convertPostScript.page
+file path=usr/share/help/el/evince/convertSVG.page
+file path=usr/share/help/el/evince/convertpdf.page
+file path=usr/share/help/el/evince/default-settings.page
+file path=usr/share/help/el/evince/develop.page
+file path=usr/share/help/el/evince/documentation.page
+file path=usr/share/help/el/evince/duplex-10pages.page
+file path=usr/share/help/el/evince/duplex-11pages.page
+file path=usr/share/help/el/evince/duplex-12pages.page
+file path=usr/share/help/el/evince/duplex-13pages.page
+file path=usr/share/help/el/evince/duplex-14pages.page
+file path=usr/share/help/el/evince/duplex-15pages.page
+file path=usr/share/help/el/evince/duplex-16pages.page
+file path=usr/share/help/el/evince/duplex-3pages.page
+file path=usr/share/help/el/evince/duplex-4pages.page
+file path=usr/share/help/el/evince/duplex-5pages.page
+file path=usr/share/help/el/evince/duplex-6pages.page
+file path=usr/share/help/el/evince/duplex-7pages.page
+file path=usr/share/help/el/evince/duplex-8pages.page
+file path=usr/share/help/el/evince/duplex-9pages.page
+file path=usr/share/help/el/evince/duplex-npages.page
+file path=usr/share/help/el/evince/editing.page
+file path=usr/share/help/el/evince/figures/add-text-annotation.png
+link path=usr/share/help/el/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/el/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/el/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/el/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/el/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+file path=usr/share/help/el/evince/figures/list-add-tabs.png
+file path=usr/share/help/el/evince/figures/print-2sided.png
+file path=usr/share/help/el/evince/figures/print-select.png
+file path=usr/share/help/el/evince/figures/reverse-collate.png
+file path=usr/share/help/el/evince/figures/zoom.png
+file path=usr/share/help/el/evince/finding.page
+file path=usr/share/help/el/evince/formats.page
+file path=usr/share/help/el/evince/forms-saving.page
+file path=usr/share/help/el/evince/forms.page
+file path=usr/share/help/el/evince/index.page
+file path=usr/share/help/el/evince/introduction.page
+file path=usr/share/help/el/evince/invert-colors.page
+file path=usr/share/help/el/evince/legal-unported.xml
+file path=usr/share/help/el/evince/legal.xml
+file path=usr/share/help/el/evince/license.page
+file path=usr/share/help/el/evince/movingaround.page
+file path=usr/share/help/el/evince/noprint.page
+file path=usr/share/help/el/evince/openerror.page
+file path=usr/share/help/el/evince/opening.page
+file path=usr/share/help/el/evince/password.page
+file path=usr/share/help/el/evince/presentations.page
+file path=usr/share/help/el/evince/print-2sided.page
+file path=usr/share/help/el/evince/print-booklet.page
+file path=usr/share/help/el/evince/print-differentsize.page
+file path=usr/share/help/el/evince/print-order.page
+file path=usr/share/help/el/evince/print-pagescaling.page
+file path=usr/share/help/el/evince/print-select.page
+file path=usr/share/help/el/evince/printing.page
+file path=usr/share/help/el/evince/reload.page
+file path=usr/share/help/el/evince/shortcuts.page
+file path=usr/share/help/el/evince/singlesided-13-16pages.page
+file path=usr/share/help/el/evince/singlesided-17-20pages.page
+file path=usr/share/help/el/evince/singlesided-3-4pages.page
+file path=usr/share/help/el/evince/singlesided-5-8pages.page
+file path=usr/share/help/el/evince/singlesided-9-12pages.page
+file path=usr/share/help/el/evince/singlesided-npages.page
+file path=usr/share/help/el/evince/synctex-beamer.page
+file path=usr/share/help/el/evince/synctex-compile.page
+file path=usr/share/help/el/evince/synctex-editors.page
+file path=usr/share/help/el/evince/synctex-search.page
+file path=usr/share/help/el/evince/synctex-support.page
+file path=usr/share/help/el/evince/synctex.page
+file path=usr/share/help/el/evince/textselection.page
+file path=usr/share/help/el/evince/toolbar.page
+file path=usr/share/help/el/evince/translate.page
+file path=usr/share/help/en_GB/evince/annotation-properties.page
+file path=usr/share/help/en_GB/evince/annotations-delete.page
+file path=usr/share/help/en_GB/evince/annotations-disabled.page
+file path=usr/share/help/en_GB/evince/annotations-navigate.page
+file path=usr/share/help/en_GB/evince/annotations-save.page
+file path=usr/share/help/en_GB/evince/annotations.page
+file path=usr/share/help/en_GB/evince/bookmarks.page
+file path=usr/share/help/en_GB/evince/bug-filing.page
+file path=usr/share/help/en_GB/evince/commandline.page
+file path=usr/share/help/en_GB/evince/convertPostScript.page
+file path=usr/share/help/en_GB/evince/convertSVG.page
+file path=usr/share/help/en_GB/evince/convertpdf.page
+file path=usr/share/help/en_GB/evince/default-settings.page
+file path=usr/share/help/en_GB/evince/develop.page
+file path=usr/share/help/en_GB/evince/documentation.page
+file path=usr/share/help/en_GB/evince/duplex-10pages.page
+file path=usr/share/help/en_GB/evince/duplex-11pages.page
+file path=usr/share/help/en_GB/evince/duplex-12pages.page
+file path=usr/share/help/en_GB/evince/duplex-13pages.page
+file path=usr/share/help/en_GB/evince/duplex-14pages.page
+file path=usr/share/help/en_GB/evince/duplex-15pages.page
+file path=usr/share/help/en_GB/evince/duplex-16pages.page
+file path=usr/share/help/en_GB/evince/duplex-3pages.page
+file path=usr/share/help/en_GB/evince/duplex-4pages.page
+file path=usr/share/help/en_GB/evince/duplex-5pages.page
+file path=usr/share/help/en_GB/evince/duplex-6pages.page
+file path=usr/share/help/en_GB/evince/duplex-7pages.page
+file path=usr/share/help/en_GB/evince/duplex-8pages.page
+file path=usr/share/help/en_GB/evince/duplex-9pages.page
+file path=usr/share/help/en_GB/evince/duplex-npages.page
+file path=usr/share/help/en_GB/evince/editing.page
+link path=usr/share/help/en_GB/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/en_GB/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/en_GB/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/en_GB/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/en_GB/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/en_GB/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/en_GB/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/en_GB/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/en_GB/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/en_GB/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/en_GB/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/en_GB/evince/finding.page
+file path=usr/share/help/en_GB/evince/formats.page
+file path=usr/share/help/en_GB/evince/forms-saving.page
+file path=usr/share/help/en_GB/evince/forms.page
+file path=usr/share/help/en_GB/evince/index.page
+file path=usr/share/help/en_GB/evince/introduction.page
+file path=usr/share/help/en_GB/evince/invert-colors.page
+file path=usr/share/help/en_GB/evince/legal-unported.xml
+file path=usr/share/help/en_GB/evince/legal.xml
+file path=usr/share/help/en_GB/evince/license.page
+file path=usr/share/help/en_GB/evince/movingaround.page
+file path=usr/share/help/en_GB/evince/noprint.page
+file path=usr/share/help/en_GB/evince/openerror.page
+file path=usr/share/help/en_GB/evince/opening.page
+file path=usr/share/help/en_GB/evince/password.page
+file path=usr/share/help/en_GB/evince/presentations.page
+file path=usr/share/help/en_GB/evince/print-2sided.page
+file path=usr/share/help/en_GB/evince/print-booklet.page
+file path=usr/share/help/en_GB/evince/print-differentsize.page
+file path=usr/share/help/en_GB/evince/print-order.page
+file path=usr/share/help/en_GB/evince/print-pagescaling.page
+file path=usr/share/help/en_GB/evince/print-select.page
+file path=usr/share/help/en_GB/evince/printing.page
+file path=usr/share/help/en_GB/evince/reload.page
+file path=usr/share/help/en_GB/evince/shortcuts.page
+file path=usr/share/help/en_GB/evince/singlesided-13-16pages.page
+file path=usr/share/help/en_GB/evince/singlesided-17-20pages.page
+file path=usr/share/help/en_GB/evince/singlesided-3-4pages.page
+file path=usr/share/help/en_GB/evince/singlesided-5-8pages.page
+file path=usr/share/help/en_GB/evince/singlesided-9-12pages.page
+file path=usr/share/help/en_GB/evince/singlesided-npages.page
+file path=usr/share/help/en_GB/evince/synctex-beamer.page
+file path=usr/share/help/en_GB/evince/synctex-compile.page
+file path=usr/share/help/en_GB/evince/synctex-editors.page
+file path=usr/share/help/en_GB/evince/synctex-search.page
+file path=usr/share/help/en_GB/evince/synctex-support.page
+file path=usr/share/help/en_GB/evince/synctex.page
+file path=usr/share/help/en_GB/evince/textselection.page
+file path=usr/share/help/en_GB/evince/toolbar.page
+file path=usr/share/help/en_GB/evince/translate.page
+file path=usr/share/help/es/evince/annotation-properties.page
+file path=usr/share/help/es/evince/annotations-delete.page
+file path=usr/share/help/es/evince/annotations-disabled.page
+file path=usr/share/help/es/evince/annotations-navigate.page
+file path=usr/share/help/es/evince/annotations-save.page
+file path=usr/share/help/es/evince/annotations.page
+file path=usr/share/help/es/evince/bookmarks.page
+file path=usr/share/help/es/evince/bug-filing.page
+file path=usr/share/help/es/evince/commandline.page
+file path=usr/share/help/es/evince/convertPostScript.page
+file path=usr/share/help/es/evince/convertSVG.page
+file path=usr/share/help/es/evince/convertpdf.page
+file path=usr/share/help/es/evince/default-settings.page
+file path=usr/share/help/es/evince/develop.page
+file path=usr/share/help/es/evince/documentation.page
+file path=usr/share/help/es/evince/duplex-10pages.page
+file path=usr/share/help/es/evince/duplex-11pages.page
+file path=usr/share/help/es/evince/duplex-12pages.page
+file path=usr/share/help/es/evince/duplex-13pages.page
+file path=usr/share/help/es/evince/duplex-14pages.page
+file path=usr/share/help/es/evince/duplex-15pages.page
+file path=usr/share/help/es/evince/duplex-16pages.page
+file path=usr/share/help/es/evince/duplex-3pages.page
+file path=usr/share/help/es/evince/duplex-4pages.page
+file path=usr/share/help/es/evince/duplex-5pages.page
+file path=usr/share/help/es/evince/duplex-6pages.page
+file path=usr/share/help/es/evince/duplex-7pages.page
+file path=usr/share/help/es/evince/duplex-8pages.page
+file path=usr/share/help/es/evince/duplex-9pages.page
+file path=usr/share/help/es/evince/duplex-npages.page
+file path=usr/share/help/es/evince/editing.page
+link path=usr/share/help/es/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/es/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/es/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/es/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/es/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/es/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/es/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/es/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/es/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/es/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/es/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/es/evince/finding.page
+file path=usr/share/help/es/evince/formats.page
+file path=usr/share/help/es/evince/forms-saving.page
+file path=usr/share/help/es/evince/forms.page
+file path=usr/share/help/es/evince/index.page
+file path=usr/share/help/es/evince/introduction.page
+file path=usr/share/help/es/evince/invert-colors.page
+file path=usr/share/help/es/evince/legal-unported.xml
+file path=usr/share/help/es/evince/legal.xml
+file path=usr/share/help/es/evince/license.page
+file path=usr/share/help/es/evince/movingaround.page
+file path=usr/share/help/es/evince/noprint.page
+file path=usr/share/help/es/evince/openerror.page
+file path=usr/share/help/es/evince/opening.page
+file path=usr/share/help/es/evince/password.page
+file path=usr/share/help/es/evince/presentations.page
+file path=usr/share/help/es/evince/print-2sided.page
+file path=usr/share/help/es/evince/print-booklet.page
+file path=usr/share/help/es/evince/print-differentsize.page
+file path=usr/share/help/es/evince/print-order.page
+file path=usr/share/help/es/evince/print-pagescaling.page
+file path=usr/share/help/es/evince/print-select.page
+file path=usr/share/help/es/evince/printing.page
+file path=usr/share/help/es/evince/reload.page
+file path=usr/share/help/es/evince/shortcuts.page
+file path=usr/share/help/es/evince/singlesided-13-16pages.page
+file path=usr/share/help/es/evince/singlesided-17-20pages.page
+file path=usr/share/help/es/evince/singlesided-3-4pages.page
+file path=usr/share/help/es/evince/singlesided-5-8pages.page
+file path=usr/share/help/es/evince/singlesided-9-12pages.page
+file path=usr/share/help/es/evince/singlesided-npages.page
+file path=usr/share/help/es/evince/synctex-beamer.page
+file path=usr/share/help/es/evince/synctex-compile.page
+file path=usr/share/help/es/evince/synctex-editors.page
+file path=usr/share/help/es/evince/synctex-search.page
+file path=usr/share/help/es/evince/synctex-support.page
+file path=usr/share/help/es/evince/synctex.page
+file path=usr/share/help/es/evince/textselection.page
+file path=usr/share/help/es/evince/toolbar.page
+file path=usr/share/help/es/evince/translate.page
+file path=usr/share/help/eu/evince/annotation-properties.page
+file path=usr/share/help/eu/evince/annotations-delete.page
+file path=usr/share/help/eu/evince/annotations-disabled.page
+file path=usr/share/help/eu/evince/annotations-navigate.page
+file path=usr/share/help/eu/evince/annotations-save.page
+file path=usr/share/help/eu/evince/annotations.page
+file path=usr/share/help/eu/evince/bookmarks.page
+file path=usr/share/help/eu/evince/bug-filing.page
+file path=usr/share/help/eu/evince/commandline.page
+file path=usr/share/help/eu/evince/convertPostScript.page
+file path=usr/share/help/eu/evince/convertSVG.page
+file path=usr/share/help/eu/evince/convertpdf.page
+file path=usr/share/help/eu/evince/default-settings.page
+file path=usr/share/help/eu/evince/develop.page
+file path=usr/share/help/eu/evince/documentation.page
+file path=usr/share/help/eu/evince/duplex-10pages.page
+file path=usr/share/help/eu/evince/duplex-11pages.page
+file path=usr/share/help/eu/evince/duplex-12pages.page
+file path=usr/share/help/eu/evince/duplex-13pages.page
+file path=usr/share/help/eu/evince/duplex-14pages.page
+file path=usr/share/help/eu/evince/duplex-15pages.page
+file path=usr/share/help/eu/evince/duplex-16pages.page
+file path=usr/share/help/eu/evince/duplex-3pages.page
+file path=usr/share/help/eu/evince/duplex-4pages.page
+file path=usr/share/help/eu/evince/duplex-5pages.page
+file path=usr/share/help/eu/evince/duplex-6pages.page
+file path=usr/share/help/eu/evince/duplex-7pages.page
+file path=usr/share/help/eu/evince/duplex-8pages.page
+file path=usr/share/help/eu/evince/duplex-9pages.page
+file path=usr/share/help/eu/evince/duplex-npages.page
+file path=usr/share/help/eu/evince/editing.page
+link path=usr/share/help/eu/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/eu/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/eu/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/eu/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/eu/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/eu/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/eu/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/eu/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/eu/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/eu/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/eu/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/eu/evince/finding.page
+file path=usr/share/help/eu/evince/formats.page
+file path=usr/share/help/eu/evince/forms-saving.page
+file path=usr/share/help/eu/evince/forms.page
+file path=usr/share/help/eu/evince/index.page
+file path=usr/share/help/eu/evince/introduction.page
+file path=usr/share/help/eu/evince/invert-colors.page
+file path=usr/share/help/eu/evince/legal-unported.xml
+file path=usr/share/help/eu/evince/legal.xml
+file path=usr/share/help/eu/evince/license.page
+file path=usr/share/help/eu/evince/movingaround.page
+file path=usr/share/help/eu/evince/noprint.page
+file path=usr/share/help/eu/evince/openerror.page
+file path=usr/share/help/eu/evince/opening.page
+file path=usr/share/help/eu/evince/password.page
+file path=usr/share/help/eu/evince/presentations.page
+file path=usr/share/help/eu/evince/print-2sided.page
+file path=usr/share/help/eu/evince/print-booklet.page
+file path=usr/share/help/eu/evince/print-differentsize.page
+file path=usr/share/help/eu/evince/print-order.page
+file path=usr/share/help/eu/evince/print-pagescaling.page
+file path=usr/share/help/eu/evince/print-select.page
+file path=usr/share/help/eu/evince/printing.page
+file path=usr/share/help/eu/evince/reload.page
+file path=usr/share/help/eu/evince/shortcuts.page
+file path=usr/share/help/eu/evince/singlesided-13-16pages.page
+file path=usr/share/help/eu/evince/singlesided-17-20pages.page
+file path=usr/share/help/eu/evince/singlesided-3-4pages.page
+file path=usr/share/help/eu/evince/singlesided-5-8pages.page
+file path=usr/share/help/eu/evince/singlesided-9-12pages.page
+file path=usr/share/help/eu/evince/singlesided-npages.page
+file path=usr/share/help/eu/evince/synctex-beamer.page
+file path=usr/share/help/eu/evince/synctex-compile.page
+file path=usr/share/help/eu/evince/synctex-editors.page
+file path=usr/share/help/eu/evince/synctex-search.page
+file path=usr/share/help/eu/evince/synctex-support.page
+file path=usr/share/help/eu/evince/synctex.page
+file path=usr/share/help/eu/evince/textselection.page
+file path=usr/share/help/eu/evince/toolbar.page
+file path=usr/share/help/eu/evince/translate.page
+file path=usr/share/help/fi/evince/annotation-properties.page
+file path=usr/share/help/fi/evince/annotations-delete.page
+file path=usr/share/help/fi/evince/annotations-disabled.page
+file path=usr/share/help/fi/evince/annotations-navigate.page
+file path=usr/share/help/fi/evince/annotations-save.page
+file path=usr/share/help/fi/evince/annotations.page
+file path=usr/share/help/fi/evince/bookmarks.page
+file path=usr/share/help/fi/evince/bug-filing.page
+file path=usr/share/help/fi/evince/commandline.page
+file path=usr/share/help/fi/evince/convertPostScript.page
+file path=usr/share/help/fi/evince/convertSVG.page
+file path=usr/share/help/fi/evince/convertpdf.page
+file path=usr/share/help/fi/evince/default-settings.page
+file path=usr/share/help/fi/evince/develop.page
+file path=usr/share/help/fi/evince/documentation.page
+file path=usr/share/help/fi/evince/duplex-10pages.page
+file path=usr/share/help/fi/evince/duplex-11pages.page
+file path=usr/share/help/fi/evince/duplex-12pages.page
+file path=usr/share/help/fi/evince/duplex-13pages.page
+file path=usr/share/help/fi/evince/duplex-14pages.page
+file path=usr/share/help/fi/evince/duplex-15pages.page
+file path=usr/share/help/fi/evince/duplex-16pages.page
+file path=usr/share/help/fi/evince/duplex-3pages.page
+file path=usr/share/help/fi/evince/duplex-4pages.page
+file path=usr/share/help/fi/evince/duplex-5pages.page
+file path=usr/share/help/fi/evince/duplex-6pages.page
+file path=usr/share/help/fi/evince/duplex-7pages.page
+file path=usr/share/help/fi/evince/duplex-8pages.page
+file path=usr/share/help/fi/evince/duplex-9pages.page
+file path=usr/share/help/fi/evince/duplex-npages.page
+file path=usr/share/help/fi/evince/editing.page
+link path=usr/share/help/fi/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/fi/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/fi/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/fi/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/fi/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/fi/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/fi/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/fi/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/fi/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/fi/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/fi/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/fi/evince/finding.page
+file path=usr/share/help/fi/evince/formats.page
+file path=usr/share/help/fi/evince/forms-saving.page
+file path=usr/share/help/fi/evince/forms.page
+file path=usr/share/help/fi/evince/index.page
+file path=usr/share/help/fi/evince/introduction.page
+file path=usr/share/help/fi/evince/invert-colors.page
+file path=usr/share/help/fi/evince/legal-unported.xml
+file path=usr/share/help/fi/evince/legal.xml
+file path=usr/share/help/fi/evince/license.page
+file path=usr/share/help/fi/evince/movingaround.page
+file path=usr/share/help/fi/evince/noprint.page
+file path=usr/share/help/fi/evince/openerror.page
+file path=usr/share/help/fi/evince/opening.page
+file path=usr/share/help/fi/evince/password.page
+file path=usr/share/help/fi/evince/presentations.page
+file path=usr/share/help/fi/evince/print-2sided.page
+file path=usr/share/help/fi/evince/print-booklet.page
+file path=usr/share/help/fi/evince/print-differentsize.page
+file path=usr/share/help/fi/evince/print-order.page
+file path=usr/share/help/fi/evince/print-pagescaling.page
+file path=usr/share/help/fi/evince/print-select.page
+file path=usr/share/help/fi/evince/printing.page
+file path=usr/share/help/fi/evince/reload.page
+file path=usr/share/help/fi/evince/shortcuts.page
+file path=usr/share/help/fi/evince/singlesided-13-16pages.page
+file path=usr/share/help/fi/evince/singlesided-17-20pages.page
+file path=usr/share/help/fi/evince/singlesided-3-4pages.page
+file path=usr/share/help/fi/evince/singlesided-5-8pages.page
+file path=usr/share/help/fi/evince/singlesided-9-12pages.page
+file path=usr/share/help/fi/evince/singlesided-npages.page
+file path=usr/share/help/fi/evince/synctex-beamer.page
+file path=usr/share/help/fi/evince/synctex-compile.page
+file path=usr/share/help/fi/evince/synctex-editors.page
+file path=usr/share/help/fi/evince/synctex-search.page
+file path=usr/share/help/fi/evince/synctex-support.page
+file path=usr/share/help/fi/evince/synctex.page
+file path=usr/share/help/fi/evince/textselection.page
+file path=usr/share/help/fi/evince/toolbar.page
+file path=usr/share/help/fi/evince/translate.page
+file path=usr/share/help/fr/evince/annotation-properties.page
+file path=usr/share/help/fr/evince/annotations-delete.page
+file path=usr/share/help/fr/evince/annotations-disabled.page
+file path=usr/share/help/fr/evince/annotations-navigate.page
+file path=usr/share/help/fr/evince/annotations-save.page
+file path=usr/share/help/fr/evince/annotations.page
+file path=usr/share/help/fr/evince/bookmarks.page
+file path=usr/share/help/fr/evince/bug-filing.page
+file path=usr/share/help/fr/evince/commandline.page
+file path=usr/share/help/fr/evince/convertPostScript.page
+file path=usr/share/help/fr/evince/convertSVG.page
+file path=usr/share/help/fr/evince/convertpdf.page
+file path=usr/share/help/fr/evince/default-settings.page
+file path=usr/share/help/fr/evince/develop.page
+file path=usr/share/help/fr/evince/documentation.page
+file path=usr/share/help/fr/evince/duplex-10pages.page
+file path=usr/share/help/fr/evince/duplex-11pages.page
+file path=usr/share/help/fr/evince/duplex-12pages.page
+file path=usr/share/help/fr/evince/duplex-13pages.page
+file path=usr/share/help/fr/evince/duplex-14pages.page
+file path=usr/share/help/fr/evince/duplex-15pages.page
+file path=usr/share/help/fr/evince/duplex-16pages.page
+file path=usr/share/help/fr/evince/duplex-3pages.page
+file path=usr/share/help/fr/evince/duplex-4pages.page
+file path=usr/share/help/fr/evince/duplex-5pages.page
+file path=usr/share/help/fr/evince/duplex-6pages.page
+file path=usr/share/help/fr/evince/duplex-7pages.page
+file path=usr/share/help/fr/evince/duplex-8pages.page
+file path=usr/share/help/fr/evince/duplex-9pages.page
+file path=usr/share/help/fr/evince/duplex-npages.page
+file path=usr/share/help/fr/evince/editing.page
+file path=usr/share/help/fr/evince/figures/add-text-annotation.png
+file path=usr/share/help/fr/evince/figures/annotations-nav-to-page.png
+file path=usr/share/help/fr/evince/figures/annotations-navigate.png
+link path=usr/share/help/fr/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/fr/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+file path=usr/share/help/fr/evince/figures/gconf-editor.png
+file path=usr/share/help/fr/evince/figures/list-add-tabs.png
+file path=usr/share/help/fr/evince/figures/print-2sided.png
+file path=usr/share/help/fr/evince/figures/print-select.png
+file path=usr/share/help/fr/evince/figures/reverse-collate.png
+file path=usr/share/help/fr/evince/figures/zoom.png
+file path=usr/share/help/fr/evince/finding.page
+file path=usr/share/help/fr/evince/formats.page
+file path=usr/share/help/fr/evince/forms-saving.page
+file path=usr/share/help/fr/evince/forms.page
+file path=usr/share/help/fr/evince/index.page
+file path=usr/share/help/fr/evince/introduction.page
+file path=usr/share/help/fr/evince/invert-colors.page
+file path=usr/share/help/fr/evince/legal-unported.xml
+file path=usr/share/help/fr/evince/legal.xml
+file path=usr/share/help/fr/evince/license.page
+file path=usr/share/help/fr/evince/movingaround.page
+file path=usr/share/help/fr/evince/noprint.page
+file path=usr/share/help/fr/evince/openerror.page
+file path=usr/share/help/fr/evince/opening.page
+file path=usr/share/help/fr/evince/password.page
+file path=usr/share/help/fr/evince/presentations.page
+file path=usr/share/help/fr/evince/print-2sided.page
+file path=usr/share/help/fr/evince/print-booklet.page
+file path=usr/share/help/fr/evince/print-differentsize.page
+file path=usr/share/help/fr/evince/print-order.page
+file path=usr/share/help/fr/evince/print-pagescaling.page
+file path=usr/share/help/fr/evince/print-select.page
+file path=usr/share/help/fr/evince/printing.page
+file path=usr/share/help/fr/evince/reload.page
+file path=usr/share/help/fr/evince/shortcuts.page
+file path=usr/share/help/fr/evince/singlesided-13-16pages.page
+file path=usr/share/help/fr/evince/singlesided-17-20pages.page
+file path=usr/share/help/fr/evince/singlesided-3-4pages.page
+file path=usr/share/help/fr/evince/singlesided-5-8pages.page
+file path=usr/share/help/fr/evince/singlesided-9-12pages.page
+file path=usr/share/help/fr/evince/singlesided-npages.page
+file path=usr/share/help/fr/evince/synctex-beamer.page
+file path=usr/share/help/fr/evince/synctex-compile.page
+file path=usr/share/help/fr/evince/synctex-editors.page
+file path=usr/share/help/fr/evince/synctex-search.page
+file path=usr/share/help/fr/evince/synctex-support.page
+file path=usr/share/help/fr/evince/synctex.page
+file path=usr/share/help/fr/evince/textselection.page
+file path=usr/share/help/fr/evince/toolbar.page
+file path=usr/share/help/fr/evince/translate.page
+file path=usr/share/help/gl/evince/annotation-properties.page
+file path=usr/share/help/gl/evince/annotations-delete.page
+file path=usr/share/help/gl/evince/annotations-disabled.page
+file path=usr/share/help/gl/evince/annotations-navigate.page
+file path=usr/share/help/gl/evince/annotations-save.page
+file path=usr/share/help/gl/evince/annotations.page
+file path=usr/share/help/gl/evince/bookmarks.page
+file path=usr/share/help/gl/evince/bug-filing.page
+file path=usr/share/help/gl/evince/commandline.page
+file path=usr/share/help/gl/evince/convertPostScript.page
+file path=usr/share/help/gl/evince/convertSVG.page
+file path=usr/share/help/gl/evince/convertpdf.page
+file path=usr/share/help/gl/evince/default-settings.page
+file path=usr/share/help/gl/evince/develop.page
+file path=usr/share/help/gl/evince/documentation.page
+file path=usr/share/help/gl/evince/duplex-10pages.page
+file path=usr/share/help/gl/evince/duplex-11pages.page
+file path=usr/share/help/gl/evince/duplex-12pages.page
+file path=usr/share/help/gl/evince/duplex-13pages.page
+file path=usr/share/help/gl/evince/duplex-14pages.page
+file path=usr/share/help/gl/evince/duplex-15pages.page
+file path=usr/share/help/gl/evince/duplex-16pages.page
+file path=usr/share/help/gl/evince/duplex-3pages.page
+file path=usr/share/help/gl/evince/duplex-4pages.page
+file path=usr/share/help/gl/evince/duplex-5pages.page
+file path=usr/share/help/gl/evince/duplex-6pages.page
+file path=usr/share/help/gl/evince/duplex-7pages.page
+file path=usr/share/help/gl/evince/duplex-8pages.page
+file path=usr/share/help/gl/evince/duplex-9pages.page
+file path=usr/share/help/gl/evince/duplex-npages.page
+file path=usr/share/help/gl/evince/editing.page
+link path=usr/share/help/gl/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/gl/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/gl/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/gl/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/gl/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/gl/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/gl/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/gl/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/gl/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/gl/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/gl/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/gl/evince/finding.page
+file path=usr/share/help/gl/evince/formats.page
+file path=usr/share/help/gl/evince/forms-saving.page
+file path=usr/share/help/gl/evince/forms.page
+file path=usr/share/help/gl/evince/index.page
+file path=usr/share/help/gl/evince/introduction.page
+file path=usr/share/help/gl/evince/invert-colors.page
+file path=usr/share/help/gl/evince/legal-unported.xml
+file path=usr/share/help/gl/evince/legal.xml
+file path=usr/share/help/gl/evince/license.page
+file path=usr/share/help/gl/evince/movingaround.page
+file path=usr/share/help/gl/evince/noprint.page
+file path=usr/share/help/gl/evince/openerror.page
+file path=usr/share/help/gl/evince/opening.page
+file path=usr/share/help/gl/evince/password.page
+file path=usr/share/help/gl/evince/presentations.page
+file path=usr/share/help/gl/evince/print-2sided.page
+file path=usr/share/help/gl/evince/print-booklet.page
+file path=usr/share/help/gl/evince/print-differentsize.page
+file path=usr/share/help/gl/evince/print-order.page
+file path=usr/share/help/gl/evince/print-pagescaling.page
+file path=usr/share/help/gl/evince/print-select.page
+file path=usr/share/help/gl/evince/printing.page
+file path=usr/share/help/gl/evince/reload.page
+file path=usr/share/help/gl/evince/shortcuts.page
+file path=usr/share/help/gl/evince/singlesided-13-16pages.page
+file path=usr/share/help/gl/evince/singlesided-17-20pages.page
+file path=usr/share/help/gl/evince/singlesided-3-4pages.page
+file path=usr/share/help/gl/evince/singlesided-5-8pages.page
+file path=usr/share/help/gl/evince/singlesided-9-12pages.page
+file path=usr/share/help/gl/evince/singlesided-npages.page
+file path=usr/share/help/gl/evince/synctex-beamer.page
+file path=usr/share/help/gl/evince/synctex-compile.page
+file path=usr/share/help/gl/evince/synctex-editors.page
+file path=usr/share/help/gl/evince/synctex-search.page
+file path=usr/share/help/gl/evince/synctex-support.page
+file path=usr/share/help/gl/evince/synctex.page
+file path=usr/share/help/gl/evince/textselection.page
+file path=usr/share/help/gl/evince/toolbar.page
+file path=usr/share/help/gl/evince/translate.page
+file path=usr/share/help/hu/evince/annotation-properties.page
+file path=usr/share/help/hu/evince/annotations-delete.page
+file path=usr/share/help/hu/evince/annotations-disabled.page
+file path=usr/share/help/hu/evince/annotations-navigate.page
+file path=usr/share/help/hu/evince/annotations-save.page
+file path=usr/share/help/hu/evince/annotations.page
+file path=usr/share/help/hu/evince/bookmarks.page
+file path=usr/share/help/hu/evince/bug-filing.page
+file path=usr/share/help/hu/evince/commandline.page
+file path=usr/share/help/hu/evince/convertPostScript.page
+file path=usr/share/help/hu/evince/convertSVG.page
+file path=usr/share/help/hu/evince/convertpdf.page
+file path=usr/share/help/hu/evince/default-settings.page
+file path=usr/share/help/hu/evince/develop.page
+file path=usr/share/help/hu/evince/documentation.page
+file path=usr/share/help/hu/evince/duplex-10pages.page
+file path=usr/share/help/hu/evince/duplex-11pages.page
+file path=usr/share/help/hu/evince/duplex-12pages.page
+file path=usr/share/help/hu/evince/duplex-13pages.page
+file path=usr/share/help/hu/evince/duplex-14pages.page
+file path=usr/share/help/hu/evince/duplex-15pages.page
+file path=usr/share/help/hu/evince/duplex-16pages.page
+file path=usr/share/help/hu/evince/duplex-3pages.page
+file path=usr/share/help/hu/evince/duplex-4pages.page
+file path=usr/share/help/hu/evince/duplex-5pages.page
+file path=usr/share/help/hu/evince/duplex-6pages.page
+file path=usr/share/help/hu/evince/duplex-7pages.page
+file path=usr/share/help/hu/evince/duplex-8pages.page
+file path=usr/share/help/hu/evince/duplex-9pages.page
+file path=usr/share/help/hu/evince/duplex-npages.page
+file path=usr/share/help/hu/evince/editing.page
+link path=usr/share/help/hu/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/hu/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/hu/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/hu/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/hu/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/hu/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/hu/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/hu/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/hu/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/hu/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/hu/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/hu/evince/finding.page
+file path=usr/share/help/hu/evince/formats.page
+file path=usr/share/help/hu/evince/forms-saving.page
+file path=usr/share/help/hu/evince/forms.page
+file path=usr/share/help/hu/evince/index.page
+file path=usr/share/help/hu/evince/introduction.page
+file path=usr/share/help/hu/evince/invert-colors.page
+file path=usr/share/help/hu/evince/legal-unported.xml
+file path=usr/share/help/hu/evince/legal.xml
+file path=usr/share/help/hu/evince/license.page
+file path=usr/share/help/hu/evince/movingaround.page
+file path=usr/share/help/hu/evince/noprint.page
+file path=usr/share/help/hu/evince/openerror.page
+file path=usr/share/help/hu/evince/opening.page
+file path=usr/share/help/hu/evince/password.page
+file path=usr/share/help/hu/evince/presentations.page
+file path=usr/share/help/hu/evince/print-2sided.page
+file path=usr/share/help/hu/evince/print-booklet.page
+file path=usr/share/help/hu/evince/print-differentsize.page
+file path=usr/share/help/hu/evince/print-order.page
+file path=usr/share/help/hu/evince/print-pagescaling.page
+file path=usr/share/help/hu/evince/print-select.page
+file path=usr/share/help/hu/evince/printing.page
+file path=usr/share/help/hu/evince/reload.page
+file path=usr/share/help/hu/evince/shortcuts.page
+file path=usr/share/help/hu/evince/singlesided-13-16pages.page
+file path=usr/share/help/hu/evince/singlesided-17-20pages.page
+file path=usr/share/help/hu/evince/singlesided-3-4pages.page
+file path=usr/share/help/hu/evince/singlesided-5-8pages.page
+file path=usr/share/help/hu/evince/singlesided-9-12pages.page
+file path=usr/share/help/hu/evince/singlesided-npages.page
+file path=usr/share/help/hu/evince/synctex-beamer.page
+file path=usr/share/help/hu/evince/synctex-compile.page
+file path=usr/share/help/hu/evince/synctex-editors.page
+file path=usr/share/help/hu/evince/synctex-search.page
+file path=usr/share/help/hu/evince/synctex-support.page
+file path=usr/share/help/hu/evince/synctex.page
+file path=usr/share/help/hu/evince/textselection.page
+file path=usr/share/help/hu/evince/toolbar.page
+file path=usr/share/help/hu/evince/translate.page
+file path=usr/share/help/id/evince/annotation-properties.page
+file path=usr/share/help/id/evince/annotations-delete.page
+file path=usr/share/help/id/evince/annotations-disabled.page
+file path=usr/share/help/id/evince/annotations-navigate.page
+file path=usr/share/help/id/evince/annotations-save.page
+file path=usr/share/help/id/evince/annotations.page
+file path=usr/share/help/id/evince/bookmarks.page
+file path=usr/share/help/id/evince/bug-filing.page
+file path=usr/share/help/id/evince/commandline.page
+file path=usr/share/help/id/evince/convertPostScript.page
+file path=usr/share/help/id/evince/convertSVG.page
+file path=usr/share/help/id/evince/convertpdf.page
+file path=usr/share/help/id/evince/default-settings.page
+file path=usr/share/help/id/evince/develop.page
+file path=usr/share/help/id/evince/documentation.page
+file path=usr/share/help/id/evince/duplex-10pages.page
+file path=usr/share/help/id/evince/duplex-11pages.page
+file path=usr/share/help/id/evince/duplex-12pages.page
+file path=usr/share/help/id/evince/duplex-13pages.page
+file path=usr/share/help/id/evince/duplex-14pages.page
+file path=usr/share/help/id/evince/duplex-15pages.page
+file path=usr/share/help/id/evince/duplex-16pages.page
+file path=usr/share/help/id/evince/duplex-3pages.page
+file path=usr/share/help/id/evince/duplex-4pages.page
+file path=usr/share/help/id/evince/duplex-5pages.page
+file path=usr/share/help/id/evince/duplex-6pages.page
+file path=usr/share/help/id/evince/duplex-7pages.page
+file path=usr/share/help/id/evince/duplex-8pages.page
+file path=usr/share/help/id/evince/duplex-9pages.page
+file path=usr/share/help/id/evince/duplex-npages.page
+file path=usr/share/help/id/evince/editing.page
+link path=usr/share/help/id/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/id/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/id/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/id/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/id/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/id/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/id/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/id/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/id/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/id/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/id/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/id/evince/finding.page
+file path=usr/share/help/id/evince/formats.page
+file path=usr/share/help/id/evince/forms-saving.page
+file path=usr/share/help/id/evince/forms.page
+file path=usr/share/help/id/evince/index.page
+file path=usr/share/help/id/evince/introduction.page
+file path=usr/share/help/id/evince/invert-colors.page
+file path=usr/share/help/id/evince/legal-unported.xml
+file path=usr/share/help/id/evince/legal.xml
+file path=usr/share/help/id/evince/license.page
+file path=usr/share/help/id/evince/movingaround.page
+file path=usr/share/help/id/evince/noprint.page
+file path=usr/share/help/id/evince/openerror.page
+file path=usr/share/help/id/evince/opening.page
+file path=usr/share/help/id/evince/password.page
+file path=usr/share/help/id/evince/presentations.page
+file path=usr/share/help/id/evince/print-2sided.page
+file path=usr/share/help/id/evince/print-booklet.page
+file path=usr/share/help/id/evince/print-differentsize.page
+file path=usr/share/help/id/evince/print-order.page
+file path=usr/share/help/id/evince/print-pagescaling.page
+file path=usr/share/help/id/evince/print-select.page
+file path=usr/share/help/id/evince/printing.page
+file path=usr/share/help/id/evince/reload.page
+file path=usr/share/help/id/evince/shortcuts.page
+file path=usr/share/help/id/evince/singlesided-13-16pages.page
+file path=usr/share/help/id/evince/singlesided-17-20pages.page
+file path=usr/share/help/id/evince/singlesided-3-4pages.page
+file path=usr/share/help/id/evince/singlesided-5-8pages.page
+file path=usr/share/help/id/evince/singlesided-9-12pages.page
+file path=usr/share/help/id/evince/singlesided-npages.page
+file path=usr/share/help/id/evince/synctex-beamer.page
+file path=usr/share/help/id/evince/synctex-compile.page
+file path=usr/share/help/id/evince/synctex-editors.page
+file path=usr/share/help/id/evince/synctex-search.page
+file path=usr/share/help/id/evince/synctex-support.page
+file path=usr/share/help/id/evince/synctex.page
+file path=usr/share/help/id/evince/textselection.page
+file path=usr/share/help/id/evince/toolbar.page
+file path=usr/share/help/id/evince/translate.page
+file path=usr/share/help/it/evince/annotation-properties.page
+file path=usr/share/help/it/evince/annotations-delete.page
+file path=usr/share/help/it/evince/annotations-disabled.page
+file path=usr/share/help/it/evince/annotations-navigate.page
+file path=usr/share/help/it/evince/annotations-save.page
+file path=usr/share/help/it/evince/annotations.page
+file path=usr/share/help/it/evince/bookmarks.page
+file path=usr/share/help/it/evince/bug-filing.page
+file path=usr/share/help/it/evince/commandline.page
+file path=usr/share/help/it/evince/convertPostScript.page
+file path=usr/share/help/it/evince/convertSVG.page
+file path=usr/share/help/it/evince/convertpdf.page
+file path=usr/share/help/it/evince/default-settings.page
+file path=usr/share/help/it/evince/develop.page
+file path=usr/share/help/it/evince/documentation.page
+file path=usr/share/help/it/evince/duplex-10pages.page
+file path=usr/share/help/it/evince/duplex-11pages.page
+file path=usr/share/help/it/evince/duplex-12pages.page
+file path=usr/share/help/it/evince/duplex-13pages.page
+file path=usr/share/help/it/evince/duplex-14pages.page
+file path=usr/share/help/it/evince/duplex-15pages.page
+file path=usr/share/help/it/evince/duplex-16pages.page
+file path=usr/share/help/it/evince/duplex-3pages.page
+file path=usr/share/help/it/evince/duplex-4pages.page
+file path=usr/share/help/it/evince/duplex-5pages.page
+file path=usr/share/help/it/evince/duplex-6pages.page
+file path=usr/share/help/it/evince/duplex-7pages.page
+file path=usr/share/help/it/evince/duplex-8pages.page
+file path=usr/share/help/it/evince/duplex-9pages.page
+file path=usr/share/help/it/evince/duplex-npages.page
+file path=usr/share/help/it/evince/editing.page
+link path=usr/share/help/it/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/it/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/it/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/it/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/it/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/it/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/it/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/it/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/it/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/it/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/it/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/it/evince/finding.page
+file path=usr/share/help/it/evince/formats.page
+file path=usr/share/help/it/evince/forms-saving.page
+file path=usr/share/help/it/evince/forms.page
+file path=usr/share/help/it/evince/index.page
+file path=usr/share/help/it/evince/introduction.page
+file path=usr/share/help/it/evince/invert-colors.page
+file path=usr/share/help/it/evince/legal-unported.xml
+file path=usr/share/help/it/evince/legal.xml
+file path=usr/share/help/it/evince/license.page
+file path=usr/share/help/it/evince/movingaround.page
+file path=usr/share/help/it/evince/noprint.page
+file path=usr/share/help/it/evince/openerror.page
+file path=usr/share/help/it/evince/opening.page
+file path=usr/share/help/it/evince/password.page
+file path=usr/share/help/it/evince/presentations.page
+file path=usr/share/help/it/evince/print-2sided.page
+file path=usr/share/help/it/evince/print-booklet.page
+file path=usr/share/help/it/evince/print-differentsize.page
+file path=usr/share/help/it/evince/print-order.page
+file path=usr/share/help/it/evince/print-pagescaling.page
+file path=usr/share/help/it/evince/print-select.page
+file path=usr/share/help/it/evince/printing.page
+file path=usr/share/help/it/evince/reload.page
+file path=usr/share/help/it/evince/shortcuts.page
+file path=usr/share/help/it/evince/singlesided-13-16pages.page
+file path=usr/share/help/it/evince/singlesided-17-20pages.page
+file path=usr/share/help/it/evince/singlesided-3-4pages.page
+file path=usr/share/help/it/evince/singlesided-5-8pages.page
+file path=usr/share/help/it/evince/singlesided-9-12pages.page
+file path=usr/share/help/it/evince/singlesided-npages.page
+file path=usr/share/help/it/evince/synctex-beamer.page
+file path=usr/share/help/it/evince/synctex-compile.page
+file path=usr/share/help/it/evince/synctex-editors.page
+file path=usr/share/help/it/evince/synctex-search.page
+file path=usr/share/help/it/evince/synctex-support.page
+file path=usr/share/help/it/evince/synctex.page
+file path=usr/share/help/it/evince/textselection.page
+file path=usr/share/help/it/evince/toolbar.page
+file path=usr/share/help/it/evince/translate.page
+file path=usr/share/help/ja/evince/annotation-properties.page
+file path=usr/share/help/ja/evince/annotations-delete.page
+file path=usr/share/help/ja/evince/annotations-disabled.page
+file path=usr/share/help/ja/evince/annotations-navigate.page
+file path=usr/share/help/ja/evince/annotations-save.page
+file path=usr/share/help/ja/evince/annotations.page
+file path=usr/share/help/ja/evince/bookmarks.page
+file path=usr/share/help/ja/evince/bug-filing.page
+file path=usr/share/help/ja/evince/commandline.page
+file path=usr/share/help/ja/evince/convertPostScript.page
+file path=usr/share/help/ja/evince/convertSVG.page
+file path=usr/share/help/ja/evince/convertpdf.page
+file path=usr/share/help/ja/evince/default-settings.page
+file path=usr/share/help/ja/evince/develop.page
+file path=usr/share/help/ja/evince/documentation.page
+file path=usr/share/help/ja/evince/duplex-10pages.page
+file path=usr/share/help/ja/evince/duplex-11pages.page
+file path=usr/share/help/ja/evince/duplex-12pages.page
+file path=usr/share/help/ja/evince/duplex-13pages.page
+file path=usr/share/help/ja/evince/duplex-14pages.page
+file path=usr/share/help/ja/evince/duplex-15pages.page
+file path=usr/share/help/ja/evince/duplex-16pages.page
+file path=usr/share/help/ja/evince/duplex-3pages.page
+file path=usr/share/help/ja/evince/duplex-4pages.page
+file path=usr/share/help/ja/evince/duplex-5pages.page
+file path=usr/share/help/ja/evince/duplex-6pages.page
+file path=usr/share/help/ja/evince/duplex-7pages.page
+file path=usr/share/help/ja/evince/duplex-8pages.page
+file path=usr/share/help/ja/evince/duplex-9pages.page
+file path=usr/share/help/ja/evince/duplex-npages.page
+file path=usr/share/help/ja/evince/editing.page
+file path=usr/share/help/ja/evince/figures/add-text-annotation.png
+file path=usr/share/help/ja/evince/figures/annotations-nav-to-page.png
+file path=usr/share/help/ja/evince/figures/annotations-navigate.png
+link path=usr/share/help/ja/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/ja/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/ja/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+file path=usr/share/help/ja/evince/figures/list-add-tabs.png
+link path=usr/share/help/ja/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+file path=usr/share/help/ja/evince/figures/print-select.png
+file path=usr/share/help/ja/evince/figures/reverse-collate.png
+file path=usr/share/help/ja/evince/figures/zoom.png
+file path=usr/share/help/ja/evince/finding.page
+file path=usr/share/help/ja/evince/formats.page
+file path=usr/share/help/ja/evince/forms-saving.page
+file path=usr/share/help/ja/evince/forms.page
+file path=usr/share/help/ja/evince/index.page
+file path=usr/share/help/ja/evince/introduction.page
+file path=usr/share/help/ja/evince/invert-colors.page
+file path=usr/share/help/ja/evince/legal-unported.xml
+file path=usr/share/help/ja/evince/legal.xml
+file path=usr/share/help/ja/evince/license.page
+file path=usr/share/help/ja/evince/movingaround.page
+file path=usr/share/help/ja/evince/noprint.page
+file path=usr/share/help/ja/evince/openerror.page
+file path=usr/share/help/ja/evince/opening.page
+file path=usr/share/help/ja/evince/password.page
+file path=usr/share/help/ja/evince/presentations.page
+file path=usr/share/help/ja/evince/print-2sided.page
+file path=usr/share/help/ja/evince/print-booklet.page
+file path=usr/share/help/ja/evince/print-differentsize.page
+file path=usr/share/help/ja/evince/print-order.page
+file path=usr/share/help/ja/evince/print-pagescaling.page
+file path=usr/share/help/ja/evince/print-select.page
+file path=usr/share/help/ja/evince/printing.page
+file path=usr/share/help/ja/evince/reload.page
+file path=usr/share/help/ja/evince/shortcuts.page
+file path=usr/share/help/ja/evince/singlesided-13-16pages.page
+file path=usr/share/help/ja/evince/singlesided-17-20pages.page
+file path=usr/share/help/ja/evince/singlesided-3-4pages.page
+file path=usr/share/help/ja/evince/singlesided-5-8pages.page
+file path=usr/share/help/ja/evince/singlesided-9-12pages.page
+file path=usr/share/help/ja/evince/singlesided-npages.page
+file path=usr/share/help/ja/evince/synctex-beamer.page
+file path=usr/share/help/ja/evince/synctex-compile.page
+file path=usr/share/help/ja/evince/synctex-editors.page
+file path=usr/share/help/ja/evince/synctex-search.page
+file path=usr/share/help/ja/evince/synctex-support.page
+file path=usr/share/help/ja/evince/synctex.page
+file path=usr/share/help/ja/evince/textselection.page
+file path=usr/share/help/ja/evince/toolbar.page
+file path=usr/share/help/ja/evince/translate.page
+file path=usr/share/help/ko/evince/annotation-properties.page
+file path=usr/share/help/ko/evince/annotations-delete.page
+file path=usr/share/help/ko/evince/annotations-disabled.page
+file path=usr/share/help/ko/evince/annotations-navigate.page
+file path=usr/share/help/ko/evince/annotations-save.page
+file path=usr/share/help/ko/evince/annotations.page
+file path=usr/share/help/ko/evince/bookmarks.page
+file path=usr/share/help/ko/evince/bug-filing.page
+file path=usr/share/help/ko/evince/commandline.page
+file path=usr/share/help/ko/evince/convertPostScript.page
+file path=usr/share/help/ko/evince/convertSVG.page
+file path=usr/share/help/ko/evince/convertpdf.page
+file path=usr/share/help/ko/evince/default-settings.page
+file path=usr/share/help/ko/evince/develop.page
+file path=usr/share/help/ko/evince/documentation.page
+file path=usr/share/help/ko/evince/duplex-10pages.page
+file path=usr/share/help/ko/evince/duplex-11pages.page
+file path=usr/share/help/ko/evince/duplex-12pages.page
+file path=usr/share/help/ko/evince/duplex-13pages.page
+file path=usr/share/help/ko/evince/duplex-14pages.page
+file path=usr/share/help/ko/evince/duplex-15pages.page
+file path=usr/share/help/ko/evince/duplex-16pages.page
+file path=usr/share/help/ko/evince/duplex-3pages.page
+file path=usr/share/help/ko/evince/duplex-4pages.page
+file path=usr/share/help/ko/evince/duplex-5pages.page
+file path=usr/share/help/ko/evince/duplex-6pages.page
+file path=usr/share/help/ko/evince/duplex-7pages.page
+file path=usr/share/help/ko/evince/duplex-8pages.page
+file path=usr/share/help/ko/evince/duplex-9pages.page
+file path=usr/share/help/ko/evince/duplex-npages.page
+file path=usr/share/help/ko/evince/editing.page
+file path=usr/share/help/ko/evince/figures/add-text-annotation.png
+file path=usr/share/help/ko/evince/figures/annotations-nav-to-page.png
+file path=usr/share/help/ko/evince/figures/annotations-navigate.png
+link path=usr/share/help/ko/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/ko/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/ko/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+file path=usr/share/help/ko/evince/figures/list-add-tabs.png
+link path=usr/share/help/ko/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+file path=usr/share/help/ko/evince/figures/print-select.png
+file path=usr/share/help/ko/evince/figures/reverse-collate.png
+file path=usr/share/help/ko/evince/figures/zoom.png
+file path=usr/share/help/ko/evince/finding.page
+file path=usr/share/help/ko/evince/formats.page
+file path=usr/share/help/ko/evince/forms-saving.page
+file path=usr/share/help/ko/evince/forms.page
+file path=usr/share/help/ko/evince/index.page
+file path=usr/share/help/ko/evince/introduction.page
+file path=usr/share/help/ko/evince/invert-colors.page
+file path=usr/share/help/ko/evince/legal-unported.xml
+file path=usr/share/help/ko/evince/legal.xml
+file path=usr/share/help/ko/evince/license.page
+file path=usr/share/help/ko/evince/movingaround.page
+file path=usr/share/help/ko/evince/noprint.page
+file path=usr/share/help/ko/evince/openerror.page
+file path=usr/share/help/ko/evince/opening.page
+file path=usr/share/help/ko/evince/password.page
+file path=usr/share/help/ko/evince/presentations.page
+file path=usr/share/help/ko/evince/print-2sided.page
+file path=usr/share/help/ko/evince/print-booklet.page
+file path=usr/share/help/ko/evince/print-differentsize.page
+file path=usr/share/help/ko/evince/print-order.page
+file path=usr/share/help/ko/evince/print-pagescaling.page
+file path=usr/share/help/ko/evince/print-select.page
+file path=usr/share/help/ko/evince/printing.page
+file path=usr/share/help/ko/evince/reload.page
+file path=usr/share/help/ko/evince/shortcuts.page
+file path=usr/share/help/ko/evince/singlesided-13-16pages.page
+file path=usr/share/help/ko/evince/singlesided-17-20pages.page
+file path=usr/share/help/ko/evince/singlesided-3-4pages.page
+file path=usr/share/help/ko/evince/singlesided-5-8pages.page
+file path=usr/share/help/ko/evince/singlesided-9-12pages.page
+file path=usr/share/help/ko/evince/singlesided-npages.page
+file path=usr/share/help/ko/evince/synctex-beamer.page
+file path=usr/share/help/ko/evince/synctex-compile.page
+file path=usr/share/help/ko/evince/synctex-editors.page
+file path=usr/share/help/ko/evince/synctex-search.page
+file path=usr/share/help/ko/evince/synctex-support.page
+file path=usr/share/help/ko/evince/synctex.page
+file path=usr/share/help/ko/evince/textselection.page
+file path=usr/share/help/ko/evince/toolbar.page
+file path=usr/share/help/ko/evince/translate.page
+file path=usr/share/help/lv/evince/annotation-properties.page
+file path=usr/share/help/lv/evince/annotations-delete.page
+file path=usr/share/help/lv/evince/annotations-disabled.page
+file path=usr/share/help/lv/evince/annotations-navigate.page
+file path=usr/share/help/lv/evince/annotations-save.page
+file path=usr/share/help/lv/evince/annotations.page
+file path=usr/share/help/lv/evince/bookmarks.page
+file path=usr/share/help/lv/evince/bug-filing.page
+file path=usr/share/help/lv/evince/commandline.page
+file path=usr/share/help/lv/evince/convertPostScript.page
+file path=usr/share/help/lv/evince/convertSVG.page
+file path=usr/share/help/lv/evince/convertpdf.page
+file path=usr/share/help/lv/evince/default-settings.page
+file path=usr/share/help/lv/evince/develop.page
+file path=usr/share/help/lv/evince/documentation.page
+file path=usr/share/help/lv/evince/duplex-10pages.page
+file path=usr/share/help/lv/evince/duplex-11pages.page
+file path=usr/share/help/lv/evince/duplex-12pages.page
+file path=usr/share/help/lv/evince/duplex-13pages.page
+file path=usr/share/help/lv/evince/duplex-14pages.page
+file path=usr/share/help/lv/evince/duplex-15pages.page
+file path=usr/share/help/lv/evince/duplex-16pages.page
+file path=usr/share/help/lv/evince/duplex-3pages.page
+file path=usr/share/help/lv/evince/duplex-4pages.page
+file path=usr/share/help/lv/evince/duplex-5pages.page
+file path=usr/share/help/lv/evince/duplex-6pages.page
+file path=usr/share/help/lv/evince/duplex-7pages.page
+file path=usr/share/help/lv/evince/duplex-8pages.page
+file path=usr/share/help/lv/evince/duplex-9pages.page
+file path=usr/share/help/lv/evince/duplex-npages.page
+file path=usr/share/help/lv/evince/editing.page
+link path=usr/share/help/lv/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/lv/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/lv/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/lv/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/lv/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/lv/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/lv/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/lv/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/lv/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/lv/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/lv/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/lv/evince/finding.page
+file path=usr/share/help/lv/evince/formats.page
+file path=usr/share/help/lv/evince/forms-saving.page
+file path=usr/share/help/lv/evince/forms.page
+file path=usr/share/help/lv/evince/index.page
+file path=usr/share/help/lv/evince/introduction.page
+file path=usr/share/help/lv/evince/invert-colors.page
+file path=usr/share/help/lv/evince/legal-unported.xml
+file path=usr/share/help/lv/evince/legal.xml
+file path=usr/share/help/lv/evince/license.page
+file path=usr/share/help/lv/evince/movingaround.page
+file path=usr/share/help/lv/evince/noprint.page
+file path=usr/share/help/lv/evince/openerror.page
+file path=usr/share/help/lv/evince/opening.page
+file path=usr/share/help/lv/evince/password.page
+file path=usr/share/help/lv/evince/presentations.page
+file path=usr/share/help/lv/evince/print-2sided.page
+file path=usr/share/help/lv/evince/print-booklet.page
+file path=usr/share/help/lv/evince/print-differentsize.page
+file path=usr/share/help/lv/evince/print-order.page
+file path=usr/share/help/lv/evince/print-pagescaling.page
+file path=usr/share/help/lv/evince/print-select.page
+file path=usr/share/help/lv/evince/printing.page
+file path=usr/share/help/lv/evince/reload.page
+file path=usr/share/help/lv/evince/shortcuts.page
+file path=usr/share/help/lv/evince/singlesided-13-16pages.page
+file path=usr/share/help/lv/evince/singlesided-17-20pages.page
+file path=usr/share/help/lv/evince/singlesided-3-4pages.page
+file path=usr/share/help/lv/evince/singlesided-5-8pages.page
+file path=usr/share/help/lv/evince/singlesided-9-12pages.page
+file path=usr/share/help/lv/evince/singlesided-npages.page
+file path=usr/share/help/lv/evince/synctex-beamer.page
+file path=usr/share/help/lv/evince/synctex-compile.page
+file path=usr/share/help/lv/evince/synctex-editors.page
+file path=usr/share/help/lv/evince/synctex-search.page
+file path=usr/share/help/lv/evince/synctex-support.page
+file path=usr/share/help/lv/evince/synctex.page
+file path=usr/share/help/lv/evince/textselection.page
+file path=usr/share/help/lv/evince/toolbar.page
+file path=usr/share/help/lv/evince/translate.page
+file path=usr/share/help/nl/evince/annotation-properties.page
+file path=usr/share/help/nl/evince/annotations-delete.page
+file path=usr/share/help/nl/evince/annotations-disabled.page
+file path=usr/share/help/nl/evince/annotations-navigate.page
+file path=usr/share/help/nl/evince/annotations-save.page
+file path=usr/share/help/nl/evince/annotations.page
+file path=usr/share/help/nl/evince/bookmarks.page
+file path=usr/share/help/nl/evince/bug-filing.page
+file path=usr/share/help/nl/evince/commandline.page
+file path=usr/share/help/nl/evince/convertPostScript.page
+file path=usr/share/help/nl/evince/convertSVG.page
+file path=usr/share/help/nl/evince/convertpdf.page
+file path=usr/share/help/nl/evince/default-settings.page
+file path=usr/share/help/nl/evince/develop.page
+file path=usr/share/help/nl/evince/documentation.page
+file path=usr/share/help/nl/evince/duplex-10pages.page
+file path=usr/share/help/nl/evince/duplex-11pages.page
+file path=usr/share/help/nl/evince/duplex-12pages.page
+file path=usr/share/help/nl/evince/duplex-13pages.page
+file path=usr/share/help/nl/evince/duplex-14pages.page
+file path=usr/share/help/nl/evince/duplex-15pages.page
+file path=usr/share/help/nl/evince/duplex-16pages.page
+file path=usr/share/help/nl/evince/duplex-3pages.page
+file path=usr/share/help/nl/evince/duplex-4pages.page
+file path=usr/share/help/nl/evince/duplex-5pages.page
+file path=usr/share/help/nl/evince/duplex-6pages.page
+file path=usr/share/help/nl/evince/duplex-7pages.page
+file path=usr/share/help/nl/evince/duplex-8pages.page
+file path=usr/share/help/nl/evince/duplex-9pages.page
+file path=usr/share/help/nl/evince/duplex-npages.page
+file path=usr/share/help/nl/evince/editing.page
+link path=usr/share/help/nl/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/nl/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/nl/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/nl/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/nl/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/nl/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/nl/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/nl/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/nl/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/nl/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/nl/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/nl/evince/finding.page
+file path=usr/share/help/nl/evince/formats.page
+file path=usr/share/help/nl/evince/forms-saving.page
+file path=usr/share/help/nl/evince/forms.page
+file path=usr/share/help/nl/evince/index.page
+file path=usr/share/help/nl/evince/introduction.page
+file path=usr/share/help/nl/evince/invert-colors.page
+file path=usr/share/help/nl/evince/legal-unported.xml
+file path=usr/share/help/nl/evince/legal.xml
+file path=usr/share/help/nl/evince/license.page
+file path=usr/share/help/nl/evince/movingaround.page
+file path=usr/share/help/nl/evince/noprint.page
+file path=usr/share/help/nl/evince/openerror.page
+file path=usr/share/help/nl/evince/opening.page
+file path=usr/share/help/nl/evince/password.page
+file path=usr/share/help/nl/evince/presentations.page
+file path=usr/share/help/nl/evince/print-2sided.page
+file path=usr/share/help/nl/evince/print-booklet.page
+file path=usr/share/help/nl/evince/print-differentsize.page
+file path=usr/share/help/nl/evince/print-order.page
+file path=usr/share/help/nl/evince/print-pagescaling.page
+file path=usr/share/help/nl/evince/print-select.page
+file path=usr/share/help/nl/evince/printing.page
+file path=usr/share/help/nl/evince/reload.page
+file path=usr/share/help/nl/evince/shortcuts.page
+file path=usr/share/help/nl/evince/singlesided-13-16pages.page
+file path=usr/share/help/nl/evince/singlesided-17-20pages.page
+file path=usr/share/help/nl/evince/singlesided-3-4pages.page
+file path=usr/share/help/nl/evince/singlesided-5-8pages.page
+file path=usr/share/help/nl/evince/singlesided-9-12pages.page
+file path=usr/share/help/nl/evince/singlesided-npages.page
+file path=usr/share/help/nl/evince/synctex-beamer.page
+file path=usr/share/help/nl/evince/synctex-compile.page
+file path=usr/share/help/nl/evince/synctex-editors.page
+file path=usr/share/help/nl/evince/synctex-search.page
+file path=usr/share/help/nl/evince/synctex-support.page
+file path=usr/share/help/nl/evince/synctex.page
+file path=usr/share/help/nl/evince/textselection.page
+file path=usr/share/help/nl/evince/toolbar.page
+file path=usr/share/help/nl/evince/translate.page
+file path=usr/share/help/oc/evince/annotation-properties.page
+file path=usr/share/help/oc/evince/annotations-delete.page
+file path=usr/share/help/oc/evince/annotations-disabled.page
+file path=usr/share/help/oc/evince/annotations-navigate.page
+file path=usr/share/help/oc/evince/annotations-save.page
+file path=usr/share/help/oc/evince/annotations.page
+file path=usr/share/help/oc/evince/bookmarks.page
+file path=usr/share/help/oc/evince/bug-filing.page
+file path=usr/share/help/oc/evince/commandline.page
+file path=usr/share/help/oc/evince/convertPostScript.page
+file path=usr/share/help/oc/evince/convertSVG.page
+file path=usr/share/help/oc/evince/convertpdf.page
+file path=usr/share/help/oc/evince/default-settings.page
+file path=usr/share/help/oc/evince/develop.page
+file path=usr/share/help/oc/evince/documentation.page
+file path=usr/share/help/oc/evince/duplex-10pages.page
+file path=usr/share/help/oc/evince/duplex-11pages.page
+file path=usr/share/help/oc/evince/duplex-12pages.page
+file path=usr/share/help/oc/evince/duplex-13pages.page
+file path=usr/share/help/oc/evince/duplex-14pages.page
+file path=usr/share/help/oc/evince/duplex-15pages.page
+file path=usr/share/help/oc/evince/duplex-16pages.page
+file path=usr/share/help/oc/evince/duplex-3pages.page
+file path=usr/share/help/oc/evince/duplex-4pages.page
+file path=usr/share/help/oc/evince/duplex-5pages.page
+file path=usr/share/help/oc/evince/duplex-6pages.page
+file path=usr/share/help/oc/evince/duplex-7pages.page
+file path=usr/share/help/oc/evince/duplex-8pages.page
+file path=usr/share/help/oc/evince/duplex-9pages.page
+file path=usr/share/help/oc/evince/duplex-npages.page
+file path=usr/share/help/oc/evince/editing.page
+link path=usr/share/help/oc/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/oc/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/oc/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/oc/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/oc/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/oc/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/oc/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/oc/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/oc/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/oc/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/oc/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/oc/evince/finding.page
+file path=usr/share/help/oc/evince/formats.page
+file path=usr/share/help/oc/evince/forms-saving.page
+file path=usr/share/help/oc/evince/forms.page
+file path=usr/share/help/oc/evince/index.page
+file path=usr/share/help/oc/evince/introduction.page
+file path=usr/share/help/oc/evince/invert-colors.page
+file path=usr/share/help/oc/evince/legal-unported.xml
+file path=usr/share/help/oc/evince/legal.xml
+file path=usr/share/help/oc/evince/license.page
+file path=usr/share/help/oc/evince/movingaround.page
+file path=usr/share/help/oc/evince/noprint.page
+file path=usr/share/help/oc/evince/openerror.page
+file path=usr/share/help/oc/evince/opening.page
+file path=usr/share/help/oc/evince/password.page
+file path=usr/share/help/oc/evince/presentations.page
+file path=usr/share/help/oc/evince/print-2sided.page
+file path=usr/share/help/oc/evince/print-booklet.page
+file path=usr/share/help/oc/evince/print-differentsize.page
+file path=usr/share/help/oc/evince/print-order.page
+file path=usr/share/help/oc/evince/print-pagescaling.page
+file path=usr/share/help/oc/evince/print-select.page
+file path=usr/share/help/oc/evince/printing.page
+file path=usr/share/help/oc/evince/reload.page
+file path=usr/share/help/oc/evince/shortcuts.page
+file path=usr/share/help/oc/evince/singlesided-13-16pages.page
+file path=usr/share/help/oc/evince/singlesided-17-20pages.page
+file path=usr/share/help/oc/evince/singlesided-3-4pages.page
+file path=usr/share/help/oc/evince/singlesided-5-8pages.page
+file path=usr/share/help/oc/evince/singlesided-9-12pages.page
+file path=usr/share/help/oc/evince/singlesided-npages.page
+file path=usr/share/help/oc/evince/synctex-beamer.page
+file path=usr/share/help/oc/evince/synctex-compile.page
+file path=usr/share/help/oc/evince/synctex-editors.page
+file path=usr/share/help/oc/evince/synctex-search.page
+file path=usr/share/help/oc/evince/synctex-support.page
+file path=usr/share/help/oc/evince/synctex.page
+file path=usr/share/help/oc/evince/textselection.page
+file path=usr/share/help/oc/evince/toolbar.page
+file path=usr/share/help/oc/evince/translate.page
+file path=usr/share/help/pt_BR/evince/annotation-properties.page
+file path=usr/share/help/pt_BR/evince/annotations-delete.page
+file path=usr/share/help/pt_BR/evince/annotations-disabled.page
+file path=usr/share/help/pt_BR/evince/annotations-navigate.page
+file path=usr/share/help/pt_BR/evince/annotations-save.page
+file path=usr/share/help/pt_BR/evince/annotations.page
+file path=usr/share/help/pt_BR/evince/bookmarks.page
+file path=usr/share/help/pt_BR/evince/bug-filing.page
+file path=usr/share/help/pt_BR/evince/commandline.page
+file path=usr/share/help/pt_BR/evince/convertPostScript.page
+file path=usr/share/help/pt_BR/evince/convertSVG.page
+file path=usr/share/help/pt_BR/evince/convertpdf.page
+file path=usr/share/help/pt_BR/evince/default-settings.page
+file path=usr/share/help/pt_BR/evince/develop.page
+file path=usr/share/help/pt_BR/evince/documentation.page
+file path=usr/share/help/pt_BR/evince/duplex-10pages.page
+file path=usr/share/help/pt_BR/evince/duplex-11pages.page
+file path=usr/share/help/pt_BR/evince/duplex-12pages.page
+file path=usr/share/help/pt_BR/evince/duplex-13pages.page
+file path=usr/share/help/pt_BR/evince/duplex-14pages.page
+file path=usr/share/help/pt_BR/evince/duplex-15pages.page
+file path=usr/share/help/pt_BR/evince/duplex-16pages.page
+file path=usr/share/help/pt_BR/evince/duplex-3pages.page
+file path=usr/share/help/pt_BR/evince/duplex-4pages.page
+file path=usr/share/help/pt_BR/evince/duplex-5pages.page
+file path=usr/share/help/pt_BR/evince/duplex-6pages.page
+file path=usr/share/help/pt_BR/evince/duplex-7pages.page
+file path=usr/share/help/pt_BR/evince/duplex-8pages.page
+file path=usr/share/help/pt_BR/evince/duplex-9pages.page
+file path=usr/share/help/pt_BR/evince/duplex-npages.page
+file path=usr/share/help/pt_BR/evince/editing.page
+link path=usr/share/help/pt_BR/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/pt_BR/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/pt_BR/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/pt_BR/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/pt_BR/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/pt_BR/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/pt_BR/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/pt_BR/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/pt_BR/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/pt_BR/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/pt_BR/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/pt_BR/evince/finding.page
+file path=usr/share/help/pt_BR/evince/formats.page
+file path=usr/share/help/pt_BR/evince/forms-saving.page
+file path=usr/share/help/pt_BR/evince/forms.page
+file path=usr/share/help/pt_BR/evince/index.page
+file path=usr/share/help/pt_BR/evince/introduction.page
+file path=usr/share/help/pt_BR/evince/invert-colors.page
+file path=usr/share/help/pt_BR/evince/legal-unported.xml
+file path=usr/share/help/pt_BR/evince/legal.xml
+file path=usr/share/help/pt_BR/evince/license.page
+file path=usr/share/help/pt_BR/evince/movingaround.page
+file path=usr/share/help/pt_BR/evince/noprint.page
+file path=usr/share/help/pt_BR/evince/openerror.page
+file path=usr/share/help/pt_BR/evince/opening.page
+file path=usr/share/help/pt_BR/evince/password.page
+file path=usr/share/help/pt_BR/evince/presentations.page
+file path=usr/share/help/pt_BR/evince/print-2sided.page
+file path=usr/share/help/pt_BR/evince/print-booklet.page
+file path=usr/share/help/pt_BR/evince/print-differentsize.page
+file path=usr/share/help/pt_BR/evince/print-order.page
+file path=usr/share/help/pt_BR/evince/print-pagescaling.page
+file path=usr/share/help/pt_BR/evince/print-select.page
+file path=usr/share/help/pt_BR/evince/printing.page
+file path=usr/share/help/pt_BR/evince/reload.page
+file path=usr/share/help/pt_BR/evince/shortcuts.page
+file path=usr/share/help/pt_BR/evince/singlesided-13-16pages.page
+file path=usr/share/help/pt_BR/evince/singlesided-17-20pages.page
+file path=usr/share/help/pt_BR/evince/singlesided-3-4pages.page
+file path=usr/share/help/pt_BR/evince/singlesided-5-8pages.page
+file path=usr/share/help/pt_BR/evince/singlesided-9-12pages.page
+file path=usr/share/help/pt_BR/evince/singlesided-npages.page
+file path=usr/share/help/pt_BR/evince/synctex-beamer.page
+file path=usr/share/help/pt_BR/evince/synctex-compile.page
+file path=usr/share/help/pt_BR/evince/synctex-editors.page
+file path=usr/share/help/pt_BR/evince/synctex-search.page
+file path=usr/share/help/pt_BR/evince/synctex-support.page
+file path=usr/share/help/pt_BR/evince/synctex.page
+file path=usr/share/help/pt_BR/evince/textselection.page
+file path=usr/share/help/pt_BR/evince/toolbar.page
+file path=usr/share/help/pt_BR/evince/translate.page
+file path=usr/share/help/ru/evince/annotation-properties.page
+file path=usr/share/help/ru/evince/annotations-delete.page
+file path=usr/share/help/ru/evince/annotations-disabled.page
+file path=usr/share/help/ru/evince/annotations-navigate.page
+file path=usr/share/help/ru/evince/annotations-save.page
+file path=usr/share/help/ru/evince/annotations.page
+file path=usr/share/help/ru/evince/bookmarks.page
+file path=usr/share/help/ru/evince/bug-filing.page
+file path=usr/share/help/ru/evince/commandline.page
+file path=usr/share/help/ru/evince/convertPostScript.page
+file path=usr/share/help/ru/evince/convertSVG.page
+file path=usr/share/help/ru/evince/convertpdf.page
+file path=usr/share/help/ru/evince/default-settings.page
+file path=usr/share/help/ru/evince/develop.page
+file path=usr/share/help/ru/evince/documentation.page
+file path=usr/share/help/ru/evince/duplex-10pages.page
+file path=usr/share/help/ru/evince/duplex-11pages.page
+file path=usr/share/help/ru/evince/duplex-12pages.page
+file path=usr/share/help/ru/evince/duplex-13pages.page
+file path=usr/share/help/ru/evince/duplex-14pages.page
+file path=usr/share/help/ru/evince/duplex-15pages.page
+file path=usr/share/help/ru/evince/duplex-16pages.page
+file path=usr/share/help/ru/evince/duplex-3pages.page
+file path=usr/share/help/ru/evince/duplex-4pages.page
+file path=usr/share/help/ru/evince/duplex-5pages.page
+file path=usr/share/help/ru/evince/duplex-6pages.page
+file path=usr/share/help/ru/evince/duplex-7pages.page
+file path=usr/share/help/ru/evince/duplex-8pages.page
+file path=usr/share/help/ru/evince/duplex-9pages.page
+file path=usr/share/help/ru/evince/duplex-npages.page
+file path=usr/share/help/ru/evince/editing.page
+link path=usr/share/help/ru/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/ru/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/ru/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/ru/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/ru/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/ru/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/ru/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/ru/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/ru/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/ru/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/ru/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/ru/evince/finding.page
+file path=usr/share/help/ru/evince/formats.page
+file path=usr/share/help/ru/evince/forms-saving.page
+file path=usr/share/help/ru/evince/forms.page
+file path=usr/share/help/ru/evince/index.page
+file path=usr/share/help/ru/evince/introduction.page
+file path=usr/share/help/ru/evince/invert-colors.page
+file path=usr/share/help/ru/evince/legal-unported.xml
+file path=usr/share/help/ru/evince/legal.xml
+file path=usr/share/help/ru/evince/license.page
+file path=usr/share/help/ru/evince/movingaround.page
+file path=usr/share/help/ru/evince/noprint.page
+file path=usr/share/help/ru/evince/openerror.page
+file path=usr/share/help/ru/evince/opening.page
+file path=usr/share/help/ru/evince/password.page
+file path=usr/share/help/ru/evince/presentations.page
+file path=usr/share/help/ru/evince/print-2sided.page
+file path=usr/share/help/ru/evince/print-booklet.page
+file path=usr/share/help/ru/evince/print-differentsize.page
+file path=usr/share/help/ru/evince/print-order.page
+file path=usr/share/help/ru/evince/print-pagescaling.page
+file path=usr/share/help/ru/evince/print-select.page
+file path=usr/share/help/ru/evince/printing.page
+file path=usr/share/help/ru/evince/reload.page
+file path=usr/share/help/ru/evince/shortcuts.page
+file path=usr/share/help/ru/evince/singlesided-13-16pages.page
+file path=usr/share/help/ru/evince/singlesided-17-20pages.page
+file path=usr/share/help/ru/evince/singlesided-3-4pages.page
+file path=usr/share/help/ru/evince/singlesided-5-8pages.page
+file path=usr/share/help/ru/evince/singlesided-9-12pages.page
+file path=usr/share/help/ru/evince/singlesided-npages.page
+file path=usr/share/help/ru/evince/synctex-beamer.page
+file path=usr/share/help/ru/evince/synctex-compile.page
+file path=usr/share/help/ru/evince/synctex-editors.page
+file path=usr/share/help/ru/evince/synctex-search.page
+file path=usr/share/help/ru/evince/synctex-support.page
+file path=usr/share/help/ru/evince/synctex.page
+file path=usr/share/help/ru/evince/textselection.page
+file path=usr/share/help/ru/evince/toolbar.page
+file path=usr/share/help/ru/evince/translate.page
+file path=usr/share/help/sl/evince/annotation-properties.page
+file path=usr/share/help/sl/evince/annotations-delete.page
+file path=usr/share/help/sl/evince/annotations-disabled.page
+file path=usr/share/help/sl/evince/annotations-navigate.page
+file path=usr/share/help/sl/evince/annotations-save.page
+file path=usr/share/help/sl/evince/annotations.page
+file path=usr/share/help/sl/evince/bookmarks.page
+file path=usr/share/help/sl/evince/bug-filing.page
+file path=usr/share/help/sl/evince/commandline.page
+file path=usr/share/help/sl/evince/convertPostScript.page
+file path=usr/share/help/sl/evince/convertSVG.page
+file path=usr/share/help/sl/evince/convertpdf.page
+file path=usr/share/help/sl/evince/default-settings.page
+file path=usr/share/help/sl/evince/develop.page
+file path=usr/share/help/sl/evince/documentation.page
+file path=usr/share/help/sl/evince/duplex-10pages.page
+file path=usr/share/help/sl/evince/duplex-11pages.page
+file path=usr/share/help/sl/evince/duplex-12pages.page
+file path=usr/share/help/sl/evince/duplex-13pages.page
+file path=usr/share/help/sl/evince/duplex-14pages.page
+file path=usr/share/help/sl/evince/duplex-15pages.page
+file path=usr/share/help/sl/evince/duplex-16pages.page
+file path=usr/share/help/sl/evince/duplex-3pages.page
+file path=usr/share/help/sl/evince/duplex-4pages.page
+file path=usr/share/help/sl/evince/duplex-5pages.page
+file path=usr/share/help/sl/evince/duplex-6pages.page
+file path=usr/share/help/sl/evince/duplex-7pages.page
+file path=usr/share/help/sl/evince/duplex-8pages.page
+file path=usr/share/help/sl/evince/duplex-9pages.page
+file path=usr/share/help/sl/evince/duplex-npages.page
+file path=usr/share/help/sl/evince/editing.page
+link path=usr/share/help/sl/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/sl/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/sl/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/sl/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/sl/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/sl/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/sl/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/sl/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/sl/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/sl/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/sl/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/sl/evince/finding.page
+file path=usr/share/help/sl/evince/formats.page
+file path=usr/share/help/sl/evince/forms-saving.page
+file path=usr/share/help/sl/evince/forms.page
+file path=usr/share/help/sl/evince/index.page
+file path=usr/share/help/sl/evince/introduction.page
+file path=usr/share/help/sl/evince/invert-colors.page
+file path=usr/share/help/sl/evince/legal-unported.xml
+file path=usr/share/help/sl/evince/legal.xml
+file path=usr/share/help/sl/evince/license.page
+file path=usr/share/help/sl/evince/movingaround.page
+file path=usr/share/help/sl/evince/noprint.page
+file path=usr/share/help/sl/evince/openerror.page
+file path=usr/share/help/sl/evince/opening.page
+file path=usr/share/help/sl/evince/password.page
+file path=usr/share/help/sl/evince/presentations.page
+file path=usr/share/help/sl/evince/print-2sided.page
+file path=usr/share/help/sl/evince/print-booklet.page
+file path=usr/share/help/sl/evince/print-differentsize.page
+file path=usr/share/help/sl/evince/print-order.page
+file path=usr/share/help/sl/evince/print-pagescaling.page
+file path=usr/share/help/sl/evince/print-select.page
+file path=usr/share/help/sl/evince/printing.page
+file path=usr/share/help/sl/evince/reload.page
+file path=usr/share/help/sl/evince/shortcuts.page
+file path=usr/share/help/sl/evince/singlesided-13-16pages.page
+file path=usr/share/help/sl/evince/singlesided-17-20pages.page
+file path=usr/share/help/sl/evince/singlesided-3-4pages.page
+file path=usr/share/help/sl/evince/singlesided-5-8pages.page
+file path=usr/share/help/sl/evince/singlesided-9-12pages.page
+file path=usr/share/help/sl/evince/singlesided-npages.page
+file path=usr/share/help/sl/evince/synctex-beamer.page
+file path=usr/share/help/sl/evince/synctex-compile.page
+file path=usr/share/help/sl/evince/synctex-editors.page
+file path=usr/share/help/sl/evince/synctex-search.page
+file path=usr/share/help/sl/evince/synctex-support.page
+file path=usr/share/help/sl/evince/synctex.page
+file path=usr/share/help/sl/evince/textselection.page
+file path=usr/share/help/sl/evince/toolbar.page
+file path=usr/share/help/sl/evince/translate.page
+file path=usr/share/help/sr/evince/annotation-properties.page
+file path=usr/share/help/sr/evince/annotations-delete.page
+file path=usr/share/help/sr/evince/annotations-disabled.page
+file path=usr/share/help/sr/evince/annotations-navigate.page
+file path=usr/share/help/sr/evince/annotations-save.page
+file path=usr/share/help/sr/evince/annotations.page
+file path=usr/share/help/sr/evince/bookmarks.page
+file path=usr/share/help/sr/evince/bug-filing.page
+file path=usr/share/help/sr/evince/commandline.page
+file path=usr/share/help/sr/evince/convertPostScript.page
+file path=usr/share/help/sr/evince/convertSVG.page
+file path=usr/share/help/sr/evince/convertpdf.page
+file path=usr/share/help/sr/evince/default-settings.page
+file path=usr/share/help/sr/evince/develop.page
+file path=usr/share/help/sr/evince/documentation.page
+file path=usr/share/help/sr/evince/duplex-10pages.page
+file path=usr/share/help/sr/evince/duplex-11pages.page
+file path=usr/share/help/sr/evince/duplex-12pages.page
+file path=usr/share/help/sr/evince/duplex-13pages.page
+file path=usr/share/help/sr/evince/duplex-14pages.page
+file path=usr/share/help/sr/evince/duplex-15pages.page
+file path=usr/share/help/sr/evince/duplex-16pages.page
+file path=usr/share/help/sr/evince/duplex-3pages.page
+file path=usr/share/help/sr/evince/duplex-4pages.page
+file path=usr/share/help/sr/evince/duplex-5pages.page
+file path=usr/share/help/sr/evince/duplex-6pages.page
+file path=usr/share/help/sr/evince/duplex-7pages.page
+file path=usr/share/help/sr/evince/duplex-8pages.page
+file path=usr/share/help/sr/evince/duplex-9pages.page
+file path=usr/share/help/sr/evince/duplex-npages.page
+file path=usr/share/help/sr/evince/editing.page
+link path=usr/share/help/sr/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/sr/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/sr/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/sr/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/sr/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/sr/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/sr/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/sr/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/sr/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/sr/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/sr/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/sr/evince/finding.page
+file path=usr/share/help/sr/evince/formats.page
+file path=usr/share/help/sr/evince/forms-saving.page
+file path=usr/share/help/sr/evince/forms.page
+file path=usr/share/help/sr/evince/index.page
+file path=usr/share/help/sr/evince/introduction.page
+file path=usr/share/help/sr/evince/invert-colors.page
+file path=usr/share/help/sr/evince/legal-unported.xml
+file path=usr/share/help/sr/evince/legal.xml
+file path=usr/share/help/sr/evince/license.page
+file path=usr/share/help/sr/evince/movingaround.page
+file path=usr/share/help/sr/evince/noprint.page
+file path=usr/share/help/sr/evince/openerror.page
+file path=usr/share/help/sr/evince/opening.page
+file path=usr/share/help/sr/evince/password.page
+file path=usr/share/help/sr/evince/presentations.page
+file path=usr/share/help/sr/evince/print-2sided.page
+file path=usr/share/help/sr/evince/print-booklet.page
+file path=usr/share/help/sr/evince/print-differentsize.page
+file path=usr/share/help/sr/evince/print-order.page
+file path=usr/share/help/sr/evince/print-pagescaling.page
+file path=usr/share/help/sr/evince/print-select.page
+file path=usr/share/help/sr/evince/printing.page
+file path=usr/share/help/sr/evince/reload.page
+file path=usr/share/help/sr/evince/shortcuts.page
+file path=usr/share/help/sr/evince/singlesided-13-16pages.page
+file path=usr/share/help/sr/evince/singlesided-17-20pages.page
+file path=usr/share/help/sr/evince/singlesided-3-4pages.page
+file path=usr/share/help/sr/evince/singlesided-5-8pages.page
+file path=usr/share/help/sr/evince/singlesided-9-12pages.page
+file path=usr/share/help/sr/evince/singlesided-npages.page
+file path=usr/share/help/sr/evince/synctex-beamer.page
+file path=usr/share/help/sr/evince/synctex-compile.page
+file path=usr/share/help/sr/evince/synctex-editors.page
+file path=usr/share/help/sr/evince/synctex-search.page
+file path=usr/share/help/sr/evince/synctex-support.page
+file path=usr/share/help/sr/evince/synctex.page
+file path=usr/share/help/sr/evince/textselection.page
+file path=usr/share/help/sr/evince/toolbar.page
+file path=usr/share/help/sr/evince/translate.page
+file path=usr/share/help/sv/evince/annotation-properties.page
+file path=usr/share/help/sv/evince/annotations-delete.page
+file path=usr/share/help/sv/evince/annotations-disabled.page
+file path=usr/share/help/sv/evince/annotations-navigate.page
+file path=usr/share/help/sv/evince/annotations-save.page
+file path=usr/share/help/sv/evince/annotations.page
+file path=usr/share/help/sv/evince/bookmarks.page
+file path=usr/share/help/sv/evince/bug-filing.page
+file path=usr/share/help/sv/evince/commandline.page
+file path=usr/share/help/sv/evince/convertPostScript.page
+file path=usr/share/help/sv/evince/convertSVG.page
+file path=usr/share/help/sv/evince/convertpdf.page
+file path=usr/share/help/sv/evince/default-settings.page
+file path=usr/share/help/sv/evince/develop.page
+file path=usr/share/help/sv/evince/documentation.page
+file path=usr/share/help/sv/evince/duplex-10pages.page
+file path=usr/share/help/sv/evince/duplex-11pages.page
+file path=usr/share/help/sv/evince/duplex-12pages.page
+file path=usr/share/help/sv/evince/duplex-13pages.page
+file path=usr/share/help/sv/evince/duplex-14pages.page
+file path=usr/share/help/sv/evince/duplex-15pages.page
+file path=usr/share/help/sv/evince/duplex-16pages.page
+file path=usr/share/help/sv/evince/duplex-3pages.page
+file path=usr/share/help/sv/evince/duplex-4pages.page
+file path=usr/share/help/sv/evince/duplex-5pages.page
+file path=usr/share/help/sv/evince/duplex-6pages.page
+file path=usr/share/help/sv/evince/duplex-7pages.page
+file path=usr/share/help/sv/evince/duplex-8pages.page
+file path=usr/share/help/sv/evince/duplex-9pages.page
+file path=usr/share/help/sv/evince/duplex-npages.page
+file path=usr/share/help/sv/evince/editing.page
+link path=usr/share/help/sv/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/sv/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/sv/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/sv/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/sv/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/sv/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/sv/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/sv/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/sv/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/sv/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/sv/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/sv/evince/finding.page
+file path=usr/share/help/sv/evince/formats.page
+file path=usr/share/help/sv/evince/forms-saving.page
+file path=usr/share/help/sv/evince/forms.page
+file path=usr/share/help/sv/evince/index.page
+file path=usr/share/help/sv/evince/introduction.page
+file path=usr/share/help/sv/evince/invert-colors.page
+file path=usr/share/help/sv/evince/legal-unported.xml
+file path=usr/share/help/sv/evince/legal.xml
+file path=usr/share/help/sv/evince/license.page
+file path=usr/share/help/sv/evince/movingaround.page
+file path=usr/share/help/sv/evince/noprint.page
+file path=usr/share/help/sv/evince/openerror.page
+file path=usr/share/help/sv/evince/opening.page
+file path=usr/share/help/sv/evince/password.page
+file path=usr/share/help/sv/evince/presentations.page
+file path=usr/share/help/sv/evince/print-2sided.page
+file path=usr/share/help/sv/evince/print-booklet.page
+file path=usr/share/help/sv/evince/print-differentsize.page
+file path=usr/share/help/sv/evince/print-order.page
+file path=usr/share/help/sv/evince/print-pagescaling.page
+file path=usr/share/help/sv/evince/print-select.page
+file path=usr/share/help/sv/evince/printing.page
+file path=usr/share/help/sv/evince/reload.page
+file path=usr/share/help/sv/evince/shortcuts.page
+file path=usr/share/help/sv/evince/singlesided-13-16pages.page
+file path=usr/share/help/sv/evince/singlesided-17-20pages.page
+file path=usr/share/help/sv/evince/singlesided-3-4pages.page
+file path=usr/share/help/sv/evince/singlesided-5-8pages.page
+file path=usr/share/help/sv/evince/singlesided-9-12pages.page
+file path=usr/share/help/sv/evince/singlesided-npages.page
+file path=usr/share/help/sv/evince/synctex-beamer.page
+file path=usr/share/help/sv/evince/synctex-compile.page
+file path=usr/share/help/sv/evince/synctex-editors.page
+file path=usr/share/help/sv/evince/synctex-search.page
+file path=usr/share/help/sv/evince/synctex-support.page
+file path=usr/share/help/sv/evince/synctex.page
+file path=usr/share/help/sv/evince/textselection.page
+file path=usr/share/help/sv/evince/toolbar.page
+file path=usr/share/help/sv/evince/translate.page
+file path=usr/share/help/te/evince/annotation-properties.page
+file path=usr/share/help/te/evince/annotations-delete.page
+file path=usr/share/help/te/evince/annotations-disabled.page
+file path=usr/share/help/te/evince/annotations-navigate.page
+file path=usr/share/help/te/evince/annotations-save.page
+file path=usr/share/help/te/evince/annotations.page
+file path=usr/share/help/te/evince/bookmarks.page
+file path=usr/share/help/te/evince/bug-filing.page
+file path=usr/share/help/te/evince/commandline.page
+file path=usr/share/help/te/evince/convertPostScript.page
+file path=usr/share/help/te/evince/convertSVG.page
+file path=usr/share/help/te/evince/convertpdf.page
+file path=usr/share/help/te/evince/default-settings.page
+file path=usr/share/help/te/evince/develop.page
+file path=usr/share/help/te/evince/documentation.page
+file path=usr/share/help/te/evince/duplex-10pages.page
+file path=usr/share/help/te/evince/duplex-11pages.page
+file path=usr/share/help/te/evince/duplex-12pages.page
+file path=usr/share/help/te/evince/duplex-13pages.page
+file path=usr/share/help/te/evince/duplex-14pages.page
+file path=usr/share/help/te/evince/duplex-15pages.page
+file path=usr/share/help/te/evince/duplex-16pages.page
+file path=usr/share/help/te/evince/duplex-3pages.page
+file path=usr/share/help/te/evince/duplex-4pages.page
+file path=usr/share/help/te/evince/duplex-5pages.page
+file path=usr/share/help/te/evince/duplex-6pages.page
+file path=usr/share/help/te/evince/duplex-7pages.page
+file path=usr/share/help/te/evince/duplex-8pages.page
+file path=usr/share/help/te/evince/duplex-9pages.page
+file path=usr/share/help/te/evince/duplex-npages.page
+file path=usr/share/help/te/evince/editing.page
+link path=usr/share/help/te/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/te/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/te/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/te/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/te/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/te/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/te/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/te/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/te/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/te/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/te/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/te/evince/finding.page
+file path=usr/share/help/te/evince/formats.page
+file path=usr/share/help/te/evince/forms-saving.page
+file path=usr/share/help/te/evince/forms.page
+file path=usr/share/help/te/evince/index.page
+file path=usr/share/help/te/evince/introduction.page
+file path=usr/share/help/te/evince/invert-colors.page
+file path=usr/share/help/te/evince/legal-unported.xml
+file path=usr/share/help/te/evince/legal.xml
+file path=usr/share/help/te/evince/license.page
+file path=usr/share/help/te/evince/movingaround.page
+file path=usr/share/help/te/evince/noprint.page
+file path=usr/share/help/te/evince/openerror.page
+file path=usr/share/help/te/evince/opening.page
+file path=usr/share/help/te/evince/password.page
+file path=usr/share/help/te/evince/presentations.page
+file path=usr/share/help/te/evince/print-2sided.page
+file path=usr/share/help/te/evince/print-booklet.page
+file path=usr/share/help/te/evince/print-differentsize.page
+file path=usr/share/help/te/evince/print-order.page
+file path=usr/share/help/te/evince/print-pagescaling.page
+file path=usr/share/help/te/evince/print-select.page
+file path=usr/share/help/te/evince/printing.page
+file path=usr/share/help/te/evince/reload.page
+file path=usr/share/help/te/evince/shortcuts.page
+file path=usr/share/help/te/evince/singlesided-13-16pages.page
+file path=usr/share/help/te/evince/singlesided-17-20pages.page
+file path=usr/share/help/te/evince/singlesided-3-4pages.page
+file path=usr/share/help/te/evince/singlesided-5-8pages.page
+file path=usr/share/help/te/evince/singlesided-9-12pages.page
+file path=usr/share/help/te/evince/singlesided-npages.page
+file path=usr/share/help/te/evince/synctex-beamer.page
+file path=usr/share/help/te/evince/synctex-compile.page
+file path=usr/share/help/te/evince/synctex-editors.page
+file path=usr/share/help/te/evince/synctex-search.page
+file path=usr/share/help/te/evince/synctex-support.page
+file path=usr/share/help/te/evince/synctex.page
+file path=usr/share/help/te/evince/textselection.page
+file path=usr/share/help/te/evince/toolbar.page
+file path=usr/share/help/te/evince/translate.page
+file path=usr/share/help/uk/evince/annotation-properties.page
+file path=usr/share/help/uk/evince/annotations-delete.page
+file path=usr/share/help/uk/evince/annotations-disabled.page
+file path=usr/share/help/uk/evince/annotations-navigate.page
+file path=usr/share/help/uk/evince/annotations-save.page
+file path=usr/share/help/uk/evince/annotations.page
+file path=usr/share/help/uk/evince/bookmarks.page
+file path=usr/share/help/uk/evince/bug-filing.page
+file path=usr/share/help/uk/evince/commandline.page
+file path=usr/share/help/uk/evince/convertPostScript.page
+file path=usr/share/help/uk/evince/convertSVG.page
+file path=usr/share/help/uk/evince/convertpdf.page
+file path=usr/share/help/uk/evince/default-settings.page
+file path=usr/share/help/uk/evince/develop.page
+file path=usr/share/help/uk/evince/documentation.page
+file path=usr/share/help/uk/evince/duplex-10pages.page
+file path=usr/share/help/uk/evince/duplex-11pages.page
+file path=usr/share/help/uk/evince/duplex-12pages.page
+file path=usr/share/help/uk/evince/duplex-13pages.page
+file path=usr/share/help/uk/evince/duplex-14pages.page
+file path=usr/share/help/uk/evince/duplex-15pages.page
+file path=usr/share/help/uk/evince/duplex-16pages.page
+file path=usr/share/help/uk/evince/duplex-3pages.page
+file path=usr/share/help/uk/evince/duplex-4pages.page
+file path=usr/share/help/uk/evince/duplex-5pages.page
+file path=usr/share/help/uk/evince/duplex-6pages.page
+file path=usr/share/help/uk/evince/duplex-7pages.page
+file path=usr/share/help/uk/evince/duplex-8pages.page
+file path=usr/share/help/uk/evince/duplex-9pages.page
+file path=usr/share/help/uk/evince/duplex-npages.page
+file path=usr/share/help/uk/evince/editing.page
+link path=usr/share/help/uk/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/uk/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/uk/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/uk/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/uk/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/uk/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/uk/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/uk/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/uk/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/uk/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/uk/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/uk/evince/finding.page
+file path=usr/share/help/uk/evince/formats.page
+file path=usr/share/help/uk/evince/forms-saving.page
+file path=usr/share/help/uk/evince/forms.page
+file path=usr/share/help/uk/evince/index.page
+file path=usr/share/help/uk/evince/introduction.page
+file path=usr/share/help/uk/evince/invert-colors.page
+file path=usr/share/help/uk/evince/legal-unported.xml
+file path=usr/share/help/uk/evince/legal.xml
+file path=usr/share/help/uk/evince/license.page
+file path=usr/share/help/uk/evince/movingaround.page
+file path=usr/share/help/uk/evince/noprint.page
+file path=usr/share/help/uk/evince/openerror.page
+file path=usr/share/help/uk/evince/opening.page
+file path=usr/share/help/uk/evince/password.page
+file path=usr/share/help/uk/evince/presentations.page
+file path=usr/share/help/uk/evince/print-2sided.page
+file path=usr/share/help/uk/evince/print-booklet.page
+file path=usr/share/help/uk/evince/print-differentsize.page
+file path=usr/share/help/uk/evince/print-order.page
+file path=usr/share/help/uk/evince/print-pagescaling.page
+file path=usr/share/help/uk/evince/print-select.page
+file path=usr/share/help/uk/evince/printing.page
+file path=usr/share/help/uk/evince/reload.page
+file path=usr/share/help/uk/evince/shortcuts.page
+file path=usr/share/help/uk/evince/singlesided-13-16pages.page
+file path=usr/share/help/uk/evince/singlesided-17-20pages.page
+file path=usr/share/help/uk/evince/singlesided-3-4pages.page
+file path=usr/share/help/uk/evince/singlesided-5-8pages.page
+file path=usr/share/help/uk/evince/singlesided-9-12pages.page
+file path=usr/share/help/uk/evince/singlesided-npages.page
+file path=usr/share/help/uk/evince/synctex-beamer.page
+file path=usr/share/help/uk/evince/synctex-compile.page
+file path=usr/share/help/uk/evince/synctex-editors.page
+file path=usr/share/help/uk/evince/synctex-search.page
+file path=usr/share/help/uk/evince/synctex-support.page
+file path=usr/share/help/uk/evince/synctex.page
+file path=usr/share/help/uk/evince/textselection.page
+file path=usr/share/help/uk/evince/toolbar.page
+file path=usr/share/help/uk/evince/translate.page
+file path=usr/share/help/vi/evince/annotation-properties.page
+file path=usr/share/help/vi/evince/annotations-delete.page
+file path=usr/share/help/vi/evince/annotations-disabled.page
+file path=usr/share/help/vi/evince/annotations-navigate.page
+file path=usr/share/help/vi/evince/annotations-save.page
+file path=usr/share/help/vi/evince/annotations.page
+file path=usr/share/help/vi/evince/bookmarks.page
+file path=usr/share/help/vi/evince/bug-filing.page
+file path=usr/share/help/vi/evince/commandline.page
+file path=usr/share/help/vi/evince/convertPostScript.page
+file path=usr/share/help/vi/evince/convertSVG.page
+file path=usr/share/help/vi/evince/convertpdf.page
+file path=usr/share/help/vi/evince/default-settings.page
+file path=usr/share/help/vi/evince/develop.page
+file path=usr/share/help/vi/evince/documentation.page
+file path=usr/share/help/vi/evince/duplex-10pages.page
+file path=usr/share/help/vi/evince/duplex-11pages.page
+file path=usr/share/help/vi/evince/duplex-12pages.page
+file path=usr/share/help/vi/evince/duplex-13pages.page
+file path=usr/share/help/vi/evince/duplex-14pages.page
+file path=usr/share/help/vi/evince/duplex-15pages.page
+file path=usr/share/help/vi/evince/duplex-16pages.page
+file path=usr/share/help/vi/evince/duplex-3pages.page
+file path=usr/share/help/vi/evince/duplex-4pages.page
+file path=usr/share/help/vi/evince/duplex-5pages.page
+file path=usr/share/help/vi/evince/duplex-6pages.page
+file path=usr/share/help/vi/evince/duplex-7pages.page
+file path=usr/share/help/vi/evince/duplex-8pages.page
+file path=usr/share/help/vi/evince/duplex-9pages.page
+file path=usr/share/help/vi/evince/duplex-npages.page
+file path=usr/share/help/vi/evince/editing.page
+link path=usr/share/help/vi/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/vi/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/vi/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/vi/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/vi/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/vi/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/vi/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/vi/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/vi/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/vi/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/vi/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/vi/evince/finding.page
+file path=usr/share/help/vi/evince/formats.page
+file path=usr/share/help/vi/evince/forms-saving.page
+file path=usr/share/help/vi/evince/forms.page
+file path=usr/share/help/vi/evince/index.page
+file path=usr/share/help/vi/evince/introduction.page
+file path=usr/share/help/vi/evince/invert-colors.page
+file path=usr/share/help/vi/evince/legal-unported.xml
+file path=usr/share/help/vi/evince/legal.xml
+file path=usr/share/help/vi/evince/license.page
+file path=usr/share/help/vi/evince/movingaround.page
+file path=usr/share/help/vi/evince/noprint.page
+file path=usr/share/help/vi/evince/openerror.page
+file path=usr/share/help/vi/evince/opening.page
+file path=usr/share/help/vi/evince/password.page
+file path=usr/share/help/vi/evince/presentations.page
+file path=usr/share/help/vi/evince/print-2sided.page
+file path=usr/share/help/vi/evince/print-booklet.page
+file path=usr/share/help/vi/evince/print-differentsize.page
+file path=usr/share/help/vi/evince/print-order.page
+file path=usr/share/help/vi/evince/print-pagescaling.page
+file path=usr/share/help/vi/evince/print-select.page
+file path=usr/share/help/vi/evince/printing.page
+file path=usr/share/help/vi/evince/reload.page
+file path=usr/share/help/vi/evince/shortcuts.page
+file path=usr/share/help/vi/evince/singlesided-13-16pages.page
+file path=usr/share/help/vi/evince/singlesided-17-20pages.page
+file path=usr/share/help/vi/evince/singlesided-3-4pages.page
+file path=usr/share/help/vi/evince/singlesided-5-8pages.page
+file path=usr/share/help/vi/evince/singlesided-9-12pages.page
+file path=usr/share/help/vi/evince/singlesided-npages.page
+file path=usr/share/help/vi/evince/synctex-beamer.page
+file path=usr/share/help/vi/evince/synctex-compile.page
+file path=usr/share/help/vi/evince/synctex-editors.page
+file path=usr/share/help/vi/evince/synctex-search.page
+file path=usr/share/help/vi/evince/synctex-support.page
+file path=usr/share/help/vi/evince/synctex.page
+file path=usr/share/help/vi/evince/textselection.page
+file path=usr/share/help/vi/evince/toolbar.page
+file path=usr/share/help/vi/evince/translate.page
+file path=usr/share/help/zh_CN/evince/annotation-properties.page
+file path=usr/share/help/zh_CN/evince/annotations-delete.page
+file path=usr/share/help/zh_CN/evince/annotations-disabled.page
+file path=usr/share/help/zh_CN/evince/annotations-navigate.page
+file path=usr/share/help/zh_CN/evince/annotations-save.page
+file path=usr/share/help/zh_CN/evince/annotations.page
+file path=usr/share/help/zh_CN/evince/bookmarks.page
+file path=usr/share/help/zh_CN/evince/bug-filing.page
+file path=usr/share/help/zh_CN/evince/commandline.page
+file path=usr/share/help/zh_CN/evince/convertPostScript.page
+file path=usr/share/help/zh_CN/evince/convertSVG.page
+file path=usr/share/help/zh_CN/evince/convertpdf.page
+file path=usr/share/help/zh_CN/evince/default-settings.page
+file path=usr/share/help/zh_CN/evince/develop.page
+file path=usr/share/help/zh_CN/evince/documentation.page
+file path=usr/share/help/zh_CN/evince/duplex-10pages.page
+file path=usr/share/help/zh_CN/evince/duplex-11pages.page
+file path=usr/share/help/zh_CN/evince/duplex-12pages.page
+file path=usr/share/help/zh_CN/evince/duplex-13pages.page
+file path=usr/share/help/zh_CN/evince/duplex-14pages.page
+file path=usr/share/help/zh_CN/evince/duplex-15pages.page
+file path=usr/share/help/zh_CN/evince/duplex-16pages.page
+file path=usr/share/help/zh_CN/evince/duplex-3pages.page
+file path=usr/share/help/zh_CN/evince/duplex-4pages.page
+file path=usr/share/help/zh_CN/evince/duplex-5pages.page
+file path=usr/share/help/zh_CN/evince/duplex-6pages.page
+file path=usr/share/help/zh_CN/evince/duplex-7pages.page
+file path=usr/share/help/zh_CN/evince/duplex-8pages.page
+file path=usr/share/help/zh_CN/evince/duplex-9pages.page
+file path=usr/share/help/zh_CN/evince/duplex-npages.page
+file path=usr/share/help/zh_CN/evince/editing.page
+link path=usr/share/help/zh_CN/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/zh_CN/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/zh_CN/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/zh_CN/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/zh_CN/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/zh_CN/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/zh_CN/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/zh_CN/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/zh_CN/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/zh_CN/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/zh_CN/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/zh_CN/evince/finding.page
+file path=usr/share/help/zh_CN/evince/formats.page
+file path=usr/share/help/zh_CN/evince/forms-saving.page
+file path=usr/share/help/zh_CN/evince/forms.page
+file path=usr/share/help/zh_CN/evince/index.page
+file path=usr/share/help/zh_CN/evince/introduction.page
+file path=usr/share/help/zh_CN/evince/invert-colors.page
+file path=usr/share/help/zh_CN/evince/legal-unported.xml
+file path=usr/share/help/zh_CN/evince/legal.xml
+file path=usr/share/help/zh_CN/evince/license.page
+file path=usr/share/help/zh_CN/evince/movingaround.page
+file path=usr/share/help/zh_CN/evince/noprint.page
+file path=usr/share/help/zh_CN/evince/openerror.page
+file path=usr/share/help/zh_CN/evince/opening.page
+file path=usr/share/help/zh_CN/evince/password.page
+file path=usr/share/help/zh_CN/evince/presentations.page
+file path=usr/share/help/zh_CN/evince/print-2sided.page
+file path=usr/share/help/zh_CN/evince/print-booklet.page
+file path=usr/share/help/zh_CN/evince/print-differentsize.page
+file path=usr/share/help/zh_CN/evince/print-order.page
+file path=usr/share/help/zh_CN/evince/print-pagescaling.page
+file path=usr/share/help/zh_CN/evince/print-select.page
+file path=usr/share/help/zh_CN/evince/printing.page
+file path=usr/share/help/zh_CN/evince/reload.page
+file path=usr/share/help/zh_CN/evince/shortcuts.page
+file path=usr/share/help/zh_CN/evince/singlesided-13-16pages.page
+file path=usr/share/help/zh_CN/evince/singlesided-17-20pages.page
+file path=usr/share/help/zh_CN/evince/singlesided-3-4pages.page
+file path=usr/share/help/zh_CN/evince/singlesided-5-8pages.page
+file path=usr/share/help/zh_CN/evince/singlesided-9-12pages.page
+file path=usr/share/help/zh_CN/evince/singlesided-npages.page
+file path=usr/share/help/zh_CN/evince/synctex-beamer.page
+file path=usr/share/help/zh_CN/evince/synctex-compile.page
+file path=usr/share/help/zh_CN/evince/synctex-editors.page
+file path=usr/share/help/zh_CN/evince/synctex-search.page
+file path=usr/share/help/zh_CN/evince/synctex-support.page
+file path=usr/share/help/zh_CN/evince/synctex.page
+file path=usr/share/help/zh_CN/evince/textselection.page
+file path=usr/share/help/zh_CN/evince/toolbar.page
+file path=usr/share/help/zh_CN/evince/translate.page
+file path=usr/share/help/zh_HK/evince/annotation-properties.page
+file path=usr/share/help/zh_HK/evince/annotations-delete.page
+file path=usr/share/help/zh_HK/evince/annotations-disabled.page
+file path=usr/share/help/zh_HK/evince/annotations-navigate.page
+file path=usr/share/help/zh_HK/evince/annotations-save.page
+file path=usr/share/help/zh_HK/evince/annotations.page
+file path=usr/share/help/zh_HK/evince/bookmarks.page
+file path=usr/share/help/zh_HK/evince/bug-filing.page
+file path=usr/share/help/zh_HK/evince/commandline.page
+file path=usr/share/help/zh_HK/evince/convertPostScript.page
+file path=usr/share/help/zh_HK/evince/convertSVG.page
+file path=usr/share/help/zh_HK/evince/convertpdf.page
+file path=usr/share/help/zh_HK/evince/default-settings.page
+file path=usr/share/help/zh_HK/evince/develop.page
+file path=usr/share/help/zh_HK/evince/documentation.page
+file path=usr/share/help/zh_HK/evince/duplex-10pages.page
+file path=usr/share/help/zh_HK/evince/duplex-11pages.page
+file path=usr/share/help/zh_HK/evince/duplex-12pages.page
+file path=usr/share/help/zh_HK/evince/duplex-13pages.page
+file path=usr/share/help/zh_HK/evince/duplex-14pages.page
+file path=usr/share/help/zh_HK/evince/duplex-15pages.page
+file path=usr/share/help/zh_HK/evince/duplex-16pages.page
+file path=usr/share/help/zh_HK/evince/duplex-3pages.page
+file path=usr/share/help/zh_HK/evince/duplex-4pages.page
+file path=usr/share/help/zh_HK/evince/duplex-5pages.page
+file path=usr/share/help/zh_HK/evince/duplex-6pages.page
+file path=usr/share/help/zh_HK/evince/duplex-7pages.page
+file path=usr/share/help/zh_HK/evince/duplex-8pages.page
+file path=usr/share/help/zh_HK/evince/duplex-9pages.page
+file path=usr/share/help/zh_HK/evince/duplex-npages.page
+file path=usr/share/help/zh_HK/evince/editing.page
+link path=usr/share/help/zh_HK/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/zh_HK/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/zh_HK/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/zh_HK/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/zh_HK/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/zh_HK/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/zh_HK/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/zh_HK/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/zh_HK/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/zh_HK/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/zh_HK/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/zh_HK/evince/finding.page
+file path=usr/share/help/zh_HK/evince/formats.page
+file path=usr/share/help/zh_HK/evince/forms-saving.page
+file path=usr/share/help/zh_HK/evince/forms.page
+file path=usr/share/help/zh_HK/evince/index.page
+file path=usr/share/help/zh_HK/evince/introduction.page
+file path=usr/share/help/zh_HK/evince/invert-colors.page
+file path=usr/share/help/zh_HK/evince/legal-unported.xml
+file path=usr/share/help/zh_HK/evince/legal.xml
+file path=usr/share/help/zh_HK/evince/license.page
+file path=usr/share/help/zh_HK/evince/movingaround.page
+file path=usr/share/help/zh_HK/evince/noprint.page
+file path=usr/share/help/zh_HK/evince/openerror.page
+file path=usr/share/help/zh_HK/evince/opening.page
+file path=usr/share/help/zh_HK/evince/password.page
+file path=usr/share/help/zh_HK/evince/presentations.page
+file path=usr/share/help/zh_HK/evince/print-2sided.page
+file path=usr/share/help/zh_HK/evince/print-booklet.page
+file path=usr/share/help/zh_HK/evince/print-differentsize.page
+file path=usr/share/help/zh_HK/evince/print-order.page
+file path=usr/share/help/zh_HK/evince/print-pagescaling.page
+file path=usr/share/help/zh_HK/evince/print-select.page
+file path=usr/share/help/zh_HK/evince/printing.page
+file path=usr/share/help/zh_HK/evince/reload.page
+file path=usr/share/help/zh_HK/evince/shortcuts.page
+file path=usr/share/help/zh_HK/evince/singlesided-13-16pages.page
+file path=usr/share/help/zh_HK/evince/singlesided-17-20pages.page
+file path=usr/share/help/zh_HK/evince/singlesided-3-4pages.page
+file path=usr/share/help/zh_HK/evince/singlesided-5-8pages.page
+file path=usr/share/help/zh_HK/evince/singlesided-9-12pages.page
+file path=usr/share/help/zh_HK/evince/singlesided-npages.page
+file path=usr/share/help/zh_HK/evince/synctex-beamer.page
+file path=usr/share/help/zh_HK/evince/synctex-compile.page
+file path=usr/share/help/zh_HK/evince/synctex-editors.page
+file path=usr/share/help/zh_HK/evince/synctex-search.page
+file path=usr/share/help/zh_HK/evince/synctex-support.page
+file path=usr/share/help/zh_HK/evince/synctex.page
+file path=usr/share/help/zh_HK/evince/textselection.page
+file path=usr/share/help/zh_HK/evince/toolbar.page
+file path=usr/share/help/zh_HK/evince/translate.page
+file path=usr/share/help/zh_TW/evince/annotation-properties.page
+file path=usr/share/help/zh_TW/evince/annotations-delete.page
+file path=usr/share/help/zh_TW/evince/annotations-disabled.page
+file path=usr/share/help/zh_TW/evince/annotations-navigate.page
+file path=usr/share/help/zh_TW/evince/annotations-save.page
+file path=usr/share/help/zh_TW/evince/annotations.page
+file path=usr/share/help/zh_TW/evince/bookmarks.page
+file path=usr/share/help/zh_TW/evince/bug-filing.page
+file path=usr/share/help/zh_TW/evince/commandline.page
+file path=usr/share/help/zh_TW/evince/convertPostScript.page
+file path=usr/share/help/zh_TW/evince/convertSVG.page
+file path=usr/share/help/zh_TW/evince/convertpdf.page
+file path=usr/share/help/zh_TW/evince/default-settings.page
+file path=usr/share/help/zh_TW/evince/develop.page
+file path=usr/share/help/zh_TW/evince/documentation.page
+file path=usr/share/help/zh_TW/evince/duplex-10pages.page
+file path=usr/share/help/zh_TW/evince/duplex-11pages.page
+file path=usr/share/help/zh_TW/evince/duplex-12pages.page
+file path=usr/share/help/zh_TW/evince/duplex-13pages.page
+file path=usr/share/help/zh_TW/evince/duplex-14pages.page
+file path=usr/share/help/zh_TW/evince/duplex-15pages.page
+file path=usr/share/help/zh_TW/evince/duplex-16pages.page
+file path=usr/share/help/zh_TW/evince/duplex-3pages.page
+file path=usr/share/help/zh_TW/evince/duplex-4pages.page
+file path=usr/share/help/zh_TW/evince/duplex-5pages.page
+file path=usr/share/help/zh_TW/evince/duplex-6pages.page
+file path=usr/share/help/zh_TW/evince/duplex-7pages.page
+file path=usr/share/help/zh_TW/evince/duplex-8pages.page
+file path=usr/share/help/zh_TW/evince/duplex-9pages.page
+file path=usr/share/help/zh_TW/evince/duplex-npages.page
+file path=usr/share/help/zh_TW/evince/editing.page
+link path=usr/share/help/zh_TW/evince/figures/add-text-annotation.png \
+    target=../../../C/evince/figures/add-text-annotation.png
+link path=usr/share/help/zh_TW/evince/figures/annotations-nav-to-page.png \
+    target=../../../C/evince/figures/annotations-nav-to-page.png
+link path=usr/share/help/zh_TW/evince/figures/annotations-navigate.png \
+    target=../../../C/evince/figures/annotations-navigate.png
+link path=usr/share/help/zh_TW/evince/figures/evince-trail.png \
+    target=../../../C/evince/figures/evince-trail.png
+link path=usr/share/help/zh_TW/evince/figures/evincelogo.png \
+    target=../../../C/evince/figures/evincelogo.png
+link path=usr/share/help/zh_TW/evince/figures/gconf-editor.png \
+    target=../../../C/evince/figures/gconf-editor.png
+link path=usr/share/help/zh_TW/evince/figures/list-add-tabs.png \
+    target=../../../C/evince/figures/list-add-tabs.png
+link path=usr/share/help/zh_TW/evince/figures/print-2sided.png \
+    target=../../../C/evince/figures/print-2sided.png
+link path=usr/share/help/zh_TW/evince/figures/print-select.png \
+    target=../../../C/evince/figures/print-select.png
+link path=usr/share/help/zh_TW/evince/figures/reverse-collate.png \
+    target=../../../C/evince/figures/reverse-collate.png
+link path=usr/share/help/zh_TW/evince/figures/zoom.png \
+    target=../../../C/evince/figures/zoom.png
+file path=usr/share/help/zh_TW/evince/finding.page
+file path=usr/share/help/zh_TW/evince/formats.page
+file path=usr/share/help/zh_TW/evince/forms-saving.page
+file path=usr/share/help/zh_TW/evince/forms.page
+file path=usr/share/help/zh_TW/evince/index.page
+file path=usr/share/help/zh_TW/evince/introduction.page
+file path=usr/share/help/zh_TW/evince/invert-colors.page
+file path=usr/share/help/zh_TW/evince/legal-unported.xml
+file path=usr/share/help/zh_TW/evince/legal.xml
+file path=usr/share/help/zh_TW/evince/license.page
+file path=usr/share/help/zh_TW/evince/movingaround.page
+file path=usr/share/help/zh_TW/evince/noprint.page
+file path=usr/share/help/zh_TW/evince/openerror.page
+file path=usr/share/help/zh_TW/evince/opening.page
+file path=usr/share/help/zh_TW/evince/password.page
+file path=usr/share/help/zh_TW/evince/presentations.page
+file path=usr/share/help/zh_TW/evince/print-2sided.page
+file path=usr/share/help/zh_TW/evince/print-booklet.page
+file path=usr/share/help/zh_TW/evince/print-differentsize.page
+file path=usr/share/help/zh_TW/evince/print-order.page
+file path=usr/share/help/zh_TW/evince/print-pagescaling.page
+file path=usr/share/help/zh_TW/evince/print-select.page
+file path=usr/share/help/zh_TW/evince/printing.page
+file path=usr/share/help/zh_TW/evince/reload.page
+file path=usr/share/help/zh_TW/evince/shortcuts.page
+file path=usr/share/help/zh_TW/evince/singlesided-13-16pages.page
+file path=usr/share/help/zh_TW/evince/singlesided-17-20pages.page
+file path=usr/share/help/zh_TW/evince/singlesided-3-4pages.page
+file path=usr/share/help/zh_TW/evince/singlesided-5-8pages.page
+file path=usr/share/help/zh_TW/evince/singlesided-9-12pages.page
+file path=usr/share/help/zh_TW/evince/singlesided-npages.page
+file path=usr/share/help/zh_TW/evince/synctex-beamer.page
+file path=usr/share/help/zh_TW/evince/synctex-compile.page
+file path=usr/share/help/zh_TW/evince/synctex-editors.page
+file path=usr/share/help/zh_TW/evince/synctex-search.page
+file path=usr/share/help/zh_TW/evince/synctex-support.page
+file path=usr/share/help/zh_TW/evince/synctex.page
+file path=usr/share/help/zh_TW/evince/textselection.page
+file path=usr/share/help/zh_TW/evince/toolbar.page
+file path=usr/share/help/zh_TW/evince/translate.page
+file path=usr/share/icons/hicolor/16x16/apps/evince.png
+file path=usr/share/icons/hicolor/22x22/apps/evince.png
+file path=usr/share/icons/hicolor/24x24/apps/evince.png
+file path=usr/share/icons/hicolor/256x256/apps/evince.png
+file path=usr/share/icons/hicolor/48x48/apps/evince.png
+file path=usr/share/locale/af/LC_MESSAGES/evince.mo
 file path=usr/share/locale/af/LC_MESSAGES/evince.mo
 file path=usr/share/locale/ar/LC_MESSAGES/evince.mo
 file path=usr/share/locale/as/LC_MESSAGES/evince.mo
@@ -345,6 +3141,8 @@
 file path=usr/share/locale/bn/LC_MESSAGES/evince.mo
 file path=usr/share/locale/bn_IN/LC_MESSAGES/evince.mo
 file path=usr/share/locale/br/LC_MESSAGES/evince.mo
+file path=usr/share/locale/br/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ca/LC_MESSAGES/evince.mo
 file path=usr/share/locale/ca/LC_MESSAGES/evince.mo
 file path=usr/share/locale/ca@valencia/LC_MESSAGES/evince.mo
 file path=usr/share/locale/cs/LC_MESSAGES/evince.mo
@@ -355,13 +3153,17 @@
 file path=usr/share/locale/el/LC_MESSAGES/evince.mo
 file path=usr/share/locale/en@shaw/LC_MESSAGES/evince.mo
 file path=usr/share/locale/en_CA/LC_MESSAGES/evince.mo
+file path=usr/share/locale/en_CA/LC_MESSAGES/evince.mo
+file path=usr/share/locale/es/LC_MESSAGES/evince.mo
 file path=usr/share/locale/es/LC_MESSAGES/evince.mo
 file path=usr/share/locale/et/LC_MESSAGES/evince.mo
 file path=usr/share/locale/eu/LC_MESSAGES/evince.mo
 file path=usr/share/locale/fa/LC_MESSAGES/evince.mo
 file path=usr/share/locale/fi/LC_MESSAGES/evince.mo
 file path=usr/share/locale/fr/LC_MESSAGES/evince.mo
+file path=usr/share/locale/fr/LC_MESSAGES/evince.mo
 file path=usr/share/locale/ga/LC_MESSAGES/evince.mo
+file path=usr/share/locale/gd/LC_MESSAGES/evince.mo
 file path=usr/share/locale/gl/LC_MESSAGES/evince.mo
 file path=usr/share/locale/gu/LC_MESSAGES/evince.mo
 file path=usr/share/locale/he/LC_MESSAGES/evince.mo
@@ -371,6 +3173,7 @@
 file path=usr/share/locale/it/LC_MESSAGES/evince.mo
 file path=usr/share/locale/ja/LC_MESSAGES/evince.mo
 file path=usr/share/locale/ka/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ka/LC_MESSAGES/evince.mo
 file path=usr/share/locale/kn/LC_MESSAGES/evince.mo
 file path=usr/share/locale/ko/LC_MESSAGES/evince.mo
 file path=usr/share/locale/ks/LC_MESSAGES/evince.mo
@@ -384,6 +3187,7 @@
 file path=usr/share/locale/mn/LC_MESSAGES/evince.mo
 file path=usr/share/locale/mr/LC_MESSAGES/evince.mo
 file path=usr/share/locale/ms/LC_MESSAGES/evince.mo
+file path=usr/share/locale/my/LC_MESSAGES/evince.mo
 file path=usr/share/locale/nb/LC_MESSAGES/evince.mo
 file path=usr/share/locale/nds/LC_MESSAGES/evince.mo
 file path=usr/share/locale/ne/LC_MESSAGES/evince.mo
@@ -408,49 +3212,19 @@
 file path=usr/share/locale/sv/LC_MESSAGES/evince.mo
 file path=usr/share/locale/ta/LC_MESSAGES/evince.mo
 file path=usr/share/locale/te/LC_MESSAGES/evince.mo
+file path=usr/share/locale/tg/LC_MESSAGES/evince.mo
 file path=usr/share/locale/th/LC_MESSAGES/evince.mo
 file path=usr/share/locale/tr/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ug/LC_MESSAGES/evince.mo
 file path=usr/share/locale/uk/LC_MESSAGES/evince.mo
 file path=usr/share/locale/vi/LC_MESSAGES/evince.mo
 file path=usr/share/locale/wa/LC_MESSAGES/evince.mo
 file path=usr/share/locale/zh_CN/LC_MESSAGES/evince.mo
 file path=usr/share/locale/zh_HK/LC_MESSAGES/evince.mo
 file path=usr/share/locale/zh_TW/LC_MESSAGES/evince.mo
+file path=usr/share/locale/zu/LC_MESSAGES/evince.mo
 file path=usr/share/man/man1/evince.1
 file files/ggv.1 path=usr/share/man/man1/ggv.1
 file files/gpdf.1 path=usr/share/man/man1/gpdf.1
-file path=usr/share/omf/evince/evince-C.omf
-file path=usr/share/omf/evince/evince-bg.omf
-file path=usr/share/omf/evince/evince-ca.omf
-file path=usr/share/omf/evince/evince-cs.omf
-file path=usr/share/omf/evince/evince-de.omf
-file path=usr/share/omf/evince/evince-el.omf
-file path=usr/share/omf/evince/evince-es.omf
-file path=usr/share/omf/evince/evince-eu.omf
-file path=usr/share/omf/evince/evince-fi.omf
-file path=usr/share/omf/evince/evince-fr.omf
-file path=usr/share/omf/evince/evince-it.omf
-file path=usr/share/omf/evince/evince-ja.omf
-file path=usr/share/omf/evince/evince-nl.omf
-file path=usr/share/omf/evince/evince-oc.omf
-file path=usr/share/omf/evince/evince-pt_BR.omf
-file path=usr/share/omf/evince/evince-ru.omf
-file path=usr/share/omf/evince/evince-sr.omf
-file path=usr/share/omf/evince/evince-sv.omf
-file path=usr/share/omf/evince/evince-uk.omf
-file path=usr/share/omf/evince/evince-vi.omf
-file path=usr/share/omf/evince/evince-zh_CN.omf
+file path=usr/share/thumbnailers/evince.thumbnailer
 license evince.license license=GPLv2
-# Currently Userland is being built with Solaris 12 build #86 and pkgdepend
-# is resolving a dependency on libpoppler-glib.so.5 to
-# pkg://solaris/desktop/pdf-viewer/[email protected]
-# Until the Userland build machines are updated to build #92, we need to add
-# in a dependency to desktop/pdf-viewer/poppler where libpoppler-glib.so.5
-# now resides.
-depend type=require fmri=desktop/pdf-viewer/poppler
-# Currently Userland is being built with Solaris 12 build #86 and pkgdepend
-# is resolving a dependency on libspectre.so.1 to
-# pkg://solaris/desktop/pdf-viewer/[email protected]
-# Until the Userland build machines are updated to build #92, we need to add
-# in a dependency to library/libspectre where libspectre.so.1 now resides.
-depend type=require fmri=library/libspectre
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evince/patches/01-gcc.patch	Wed Jul 13 10:10:59 2016 -0700
@@ -0,0 +1,16 @@
+gcc build fails complaining %u expects unsigned int, but getpid() returns
+pid_t -- which is an int on Solaris now (historically a long).
+
+This patch should be sent upstream.
+
+--- evince-3.16.0/libdocument/ev-file-helpers.c	2014-11-29 01:40:15.000000000 -0800
++++ evince-3.16.0.new/libdocument/ev-file-helpers.c	2015-07-08 13:57:33.999990934 -0700
+@@ -88,7 +88,7 @@
+                 const gchar *prgname;
+ 
+                 prgname = g_get_prgname ();
+-                dirname = g_strdup_printf ("%s-%u", prgname ? prgname : "unknown", getpid ());
++                dirname = g_strdup_printf ("%s-%u", prgname ? prgname : "unknown", (unsigned int) getpid ());
+                 tmp_dir = g_build_filename (g_get_tmp_dir (), dirname, NULL);
+                 g_free (dirname);
+         }
--- a/components/gnome/evince/patches/evince-01-menu-entry.patch	Wed Jul 13 09:59:57 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-Patch for Solaris branding taking from the Desktop consolidation.
-
-This patch will not be submitted upstream.
-
-diff -ruN evince-2.29.92.orig/data/evince.desktop.in.in evince-2.29.92/data/evince.desktop.in.in
---- evince-2.29.92.orig/data/evince.desktop.in.in	2010-03-13 07:17:44.503772460 +0000
-+++ evince-2.29.92/data/evince.desktop.in.in	2010-03-13 07:19:11.221249740 +0000
-@@ -1,18 +1,21 @@
- [Desktop Entry]
--_Name=Document Viewer
-+# SUN_BRANDING
-+_Name=Evince Document Viewer
- _GenericName=Document Viewer
--_Comment=View multi-page documents
-+# SUN_BRANDING
-+_Comment=View and print PostScript and PDF documents
- TryExec=evince
- Exec=evince %U
- StartupNotify=true
- Terminal=false
- Type=Application
- Icon=evince
--NoDisplay=true
-+# SUN_BRANDING
-+NoDisplay=false
- X-GNOME-DocPath=
- X-GNOME-Bugzilla-Bugzilla=GNOME
- X-GNOME-Bugzilla-Product=evince
- X-GNOME-Bugzilla-Component=BugBuddyBugs
- X-GNOME-Bugzilla-Version=@VERSION@
--Categories=GNOME;GTK;Graphics;VectorGraphics;Viewer;
-+Categories=GNOME;GTK;Application;Office;
- MimeType=@EVINCE_MIME_TYPES@
--- a/components/gnome/evince/patches/evince-02-require-ice.patch	Wed Jul 13 09:59:57 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-According to the comment in the Desktop evince.spec file, this is
-bugzilla:642509
-
-This patch will not be submitted upstream.
-
---- evince-2.30.3/configure.ac.ori	2011-03-16 09:17:06.609692361 +0000
-+++ evince-2.30.3/configure.ac	2011-03-16 09:17:45.871352192 +0000
-@@ -198,7 +198,7 @@
-   AC_DEFINE([WITH_SMCLIENT],[1],[Define if smclient is enabled])
- 
-   case "$with_smclient" in
--    xsmp) SMCLIENT_PKGS="sm >= 1.0.0" ;;
-+    xsmp) SMCLIENT_PKGS="sm >= 1.0.0 ice" ;;
-     *) SMCLIENT_PKGS="" ;;
-   esac
- 
--- a/components/gnome/evince/patches/evince-03-fix-doc.patch	Wed Jul 13 09:59:57 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,296 +0,0 @@
-Patch for Solaris branding taken from the Desktop consolidation.
-See BugDB CR #15713988
-SUNBT7042562 Update Evince Document Viewer manual for S11
-for more details.
-
-This patch will not be submitted upstream.
-
---- evince-2.30.3/help/C/evince.xml.orig	2011-05-12 09:14:21.600104579 +0100
-+++ evince-2.30.3/help/C/evince.xml	2011-05-12 09:14:56.742332276 +0100
-@@ -1,6 +1,5 @@
--<?xml version="1.0"?>
--<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
--"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
-+<?xml version="1.0" encoding="UTF-8"?>
-+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
-   <!ENTITY legal SYSTEM "legal.xml">
-   <!ENTITY appversion "0.2">
-   <!ENTITY manrevision "1.1">
-@@ -8,7 +7,6 @@
-   <!ENTITY app "<application>Evince Document Viewer</application>">
-   <!ENTITY appname "Evince Document Viewer">
- ]>
--
- <!-- 
-       (Do not remove this comment block.)
-   Maintained by the GNOME Documentation Project
-@@ -16,13 +14,12 @@
-   Template version: 2.0 beta
-   Template last modified Apr 11, 2002
- -->
--
- <!-- =============Document Header ============================= -->
- <article id="index" lang="en">
- <!-- please do not change the id; for translations, change lang to -->
- <!-- appropriate code -->
-   <articleinfo> 
--    <title>&appname; Manual </title>       
-+    <title>Evince Document Viewer Manual </title>       
-     <abstract role="description">
-       <para> 
-          The Evince Document Viewer application enables you to view documents of various formats like Portable 
-@@ -35,7 +32,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright>
- 
- <!-- translators: uncomment this:
-@@ -49,16 +47,16 @@
-       <publishername> GNOME Documentation Project </publishername> 
-     </publisher> 
- 
--    &legal;
-+    
-     <!-- This file  contains link to license for the documentation (GNU FDL), and 
-          other legal stuff such as "NO WARRANTY" statement. Please do not change 
- 	 any of this. -->
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
--        <surname>GNOME Documentation Team</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <firstname>Oracle Solaris </firstname>
-+        <surname>Desktop Documentation Team</surname>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V. </firstname> 
-@@ -85,7 +83,7 @@
- 
-     <revhistory>
-       <revision> 
--        <revnumber>&appname; Manual V1.1</revnumber> 
-+        <revnumber>Evince Document Viewer Manual V1.1</revnumber> 
- 	<date>2008-04-05</date>
-         <revdescription>
-           <para role="author">Niels Giesen</para>
-@@ -94,7 +92,7 @@
-         </revdescription>
-       </revision> 
-       <revision> 
--        <revnumber>&appname; Manual V1.0</revnumber> 
-+        <revnumber>Evince Document Viewer Manual V1.0</revnumber> 
- 	<date>2005-04-06</date>
-         <revdescription>
-           <para role="author">Nickolay V. Shmyrev</para>
-@@ -103,18 +101,18 @@
-       </revision> 
-     </revhistory> 
- 
--    <releaseinfo>This manual describes version &appversion; of &appname;
-+    <releaseinfo>This manual describes version 0.2 of Evince Document Viewer
-     </releaseinfo> 
-     <legalnotice> 
-       <title>Feedback</title> 
--      <para>To report a bug or make a suggestion regarding the &appname; application or this manual, follow the directions in the <ulink url="ghelp:gnome-feedback" type="help">GNOME Feedback Page</ulink>. 
-+      <para>To report a bug or make a suggestion regarding the Evince Document Viewer application or this manual, follow the directions in the <ulink url="ghelp:gnome-feedback" type="help">GNOME Feedback Page</ulink>. 
-       </para>
- <!-- Translators may also add here feedback address for translations -->
-     </legalnotice> 
-   </articleinfo> 
- 
-   <indexterm zone="index"> 
--    <primary>&appname;</primary> 
-+    <primary>Evince Document Viewer</primary> 
-   </indexterm> 
-   <indexterm zone="index"> 
-     <primary>evince</primary> 
-@@ -126,7 +124,7 @@
-      the application is and what it does. -->
-   <sect1 id="evince-introduction"> 
-     <title>Introduction</title> 
--    <para>The &app; application enables you to view documents of various formats like Portable Document Format (PDF) files and PostScript files.  &app; follows Freedesktop.org and GNOME standards to provide integration with Desktop Environment.
-+    <para>The <application>Evince Document Viewer</application> application enables you to view documents of various formats like Portable Document Format (PDF) files and PostScript files.  <application>Evince Document Viewer</application> follows Freedesktop.org and GNOME standards to provide integration with Desktop Environment.
-     </para>
-   </sect1>
- 
-@@ -136,38 +134,37 @@
-     <title>Getting Started</title> 
- 
-     <sect2 id="evince-start">
--    <title>To Start &appname;</title>
--    <para>&app; starts when you open a document such as a PDF or PostScript file.</para>
--    <para>Alternatively, you can start &app; from the command line, with the command: <command>evince</command>.</para>
-+    <title>To Start Evince Document Viewer</title>
-+    <para><application>Evince Document Viewer</application> starts when you open a document such as a PDF or PostScript file.</para>
-+    <para>Alternatively, you can start <application>Evince Document Viewer</application> from the command line, with the command: <command>evince</command>.</para>
-     
-     </sect2>
- 
-     <sect2 id="evince-when-start">
--    <title>When You Start &appname;</title>
--    <para>When you start &app;, the following window is displayed.</para>
-+    <title>When You Start Evince Document Viewer</title>
-+    <para>When you start <application>Evince Document Viewer</application>, the following window is displayed.</para>
- 
-     <!-- ==== Figure ==== -->
-       <figure id="mainwindow-fig"> 
--	<title>&appname; Window</title> 
-+	<title>Evince Document Viewer Window</title> 
- 	<screenshot> 
- 	  <mediaobject> 
--	    <imageobject><imagedata
--		fileref="figures/evince_start_window.png" format="PNG"/> 
-+	    <imageobject><imagedata fileref="figures/evince_start_window.png" format="PNG"/> 
- 	    </imageobject>
- 	    <textobject> 
--	      <phrase>Shows &appname; main window. Contains titlebar, menubar, toolbar and display area. Menubar contains File, Edit, View, Go and Help menus. </phrase> 
-+	      <phrase>Shows Evince Document Viewer main window. Contains titlebar, menubar, toolbar and display area. Menubar contains File, Edit, View, Go and Help menus. </phrase> 
- 	    </textobject> 
- 	  </mediaobject> 
- 	</screenshot> 
-       </figure>
- 
--    <para>The &app; window contains the following elements:
-+    <para>The <application>Evince Document Viewer</application> window contains the following elements:
-     </para>
-       <variablelist>
- 	<varlistentry>
-   	  <term>Menubar</term>
-  	  <listitem>
--	    <para>The menus on the menubar contain all of the commands that you need to work with documents in &app;.</para>
-+	    <para>The menus on the menubar contain all of the commands that you need to work with documents in <application>Evince Document Viewer</application>.</para>
- 	  </listitem>
-  	</varlistentry>
- 	<varlistentry>
-@@ -185,7 +182,7 @@
-       </variablelist>
- 
-       <para>
--        In &app;, you can perform the same action in several ways. For example, you can open a document in the following ways:
-+        In <application>Evince Document Viewer</application>, you can perform the same action in several ways. For example, you can open a document in the following ways:
-                   <informaltable frame="all">
-                     <tgroup cols="2" colsep="1" rowsep="1">
-                       <colspec colname="COLSPEC0" colwidth="50*"/>
-@@ -204,7 +201,7 @@
-                           <entry>
-                             <itemizedlist>
-                               <listitem>
--                                <para>Drag a file into the &app; window from another application such as a file manager.</para>
-+                                <para>Drag a file into the <application>Evince Document Viewer</application> window from another application such as a file manager.</para>
-                               </listitem>
-                               <listitem>
-                                 <para>Double-click on the file name in the file manager</para>
-@@ -251,15 +248,15 @@
-         </listitem>
-         <listitem>
-           <para>
--            Click <guibutton>Open</guibutton>. &app; displays the name of the document in the titlebar of the window.
-+            Click <guibutton>Open</guibutton>. <application>Evince Document Viewer</application> displays the name of the document in the titlebar of the window.
-           </para>
-         </listitem>
-       </orderedlist>
-       <para> 
--	To open another document, choose <menuchoice> <guimenu>File</guimenu><guimenuitem>Open</guimenuitem> </menuchoice> again. &app; opens each file in a new window.
-+	To open another document, choose <menuchoice> <guimenu>File</guimenu><guimenuitem>Open</guimenuitem> </menuchoice> again. <application>Evince Document Viewer</application> opens each file in a new window.
-       </para>
-       <para>
--	If you try to open a document with format that &app; does not recognize, the application displays an error message.
-+	If you try to open a document with format that <application>Evince Document Viewer</application> does not recognize, the application displays an error message.
-       </para>
-     </sect2>
- 
-@@ -310,7 +307,7 @@
- 	 <sect2 id="evince-manipulate-zoom-factor"> 
-       <title>To Change the Page Size</title> 
-       <para>
--        You can use the following methods to resize a page in the &app; display area:
-+        You can use the following methods to resize a page in the <application>Evince Document Viewer</application> display area:
-       </para> 
-       <itemizedlist> 
- 	<listitem> 
-@@ -325,17 +322,17 @@
- 	</listitem> 
- 	<listitem> 
- 	  <para>
--            To resize a page to have the same width as the &app; display area, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Fit page width</guimenuitem> </menuchoice>.
-+            To resize a page to have the same width as the <application>Evince Document Viewer</application> display area, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Fit page width</guimenuitem> </menuchoice>.
-           </para> 
- 	</listitem> 
- 	<listitem> 
- 	  <para>
--            To resize a page to fit within the &app; display area, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Best Fit</guimenuitem> </menuchoice>.
-+            To resize a page to fit within the <application>Evince Document Viewer</application> display area, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Best Fit</guimenuitem> </menuchoice>.
-           </para> 
- 	</listitem> 
- 	<listitem> 
- 	  <para>
--            To resize the &app; window to have the same width and height as the screen, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Full Screen</guimenuitem> </menuchoice>. To resize the &app; window to the original size, click on the <guibutton>Exit Full Screen</guibutton> button.
-+            To resize the <application>Evince Document Viewer</application> window to have the same width and height as the screen, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Full Screen</guimenuitem> </menuchoice>. To resize the <application>Evince Document Viewer</application> window to the original size, click on the <guibutton>Exit Full Screen</guibutton> button.
-           </para> 
- 	</listitem> 
-       </itemizedlist> 
-@@ -441,7 +438,7 @@
- 	      <para>Use this drop-down list to select the printer to which you want to print the document.</para>
-               <note>
-               <para>
--                The <guilabel>Create a PDF document</guilabel> option is not supported in this version of &app;.
-+                The <guilabel>Create a PDF document</guilabel> option is not supported in this version of <application>Evince Document Viewer</application>.
-               </para>
-               </note>
- 	    </listitem>
-@@ -508,19 +505,19 @@
- 	  </varlistentry>
- 	  <varlistentry> <term><guilabel>State</guilabel> </term> 
- 	    <listitem> 
--	      <para>This functionality is not supported in this version of &app;.
-+	      <para>This functionality is not supported in this version of <application>Evince Document Viewer</application>.
-               </para>
- 	    </listitem>
- 	  </varlistentry>
- 	  <varlistentry> <term><guilabel>Type</guilabel> </term> 
- 	    <listitem> 
--	      <para>This functionality is not supported in this version of &app;.
-+	      <para>This functionality is not supported in this version of <application>Evince Document Viewer</application>.
-               </para>
- 	    </listitem>
- 	  </varlistentry>
- 	  <varlistentry> <term><guilabel>Comment</guilabel> </term> 
- 	    <listitem> 
--	      <para>This functionality is not supported in this version of &app;.
-+	      <para>This functionality is not supported in this version of <application>Evince Document Viewer</application>.
-               </para>
- 	    </listitem>
- 	  </varlistentry>
-@@ -614,7 +611,7 @@
-         </listitem>        
-       </itemizedlist>
-       <para>
--        When you try to open a password-protected document, &app; displays a security dialog. Type either the user password or the master password in the <guilabel>Enter document password</guilabel> text box, then click <guibutton>Open Document</guibutton>.
-+        When you try to open a password-protected document, <application>Evince Document Viewer</application> displays a security dialog. Type either the user password or the master password in the <guilabel>Enter document password</guilabel> text box, then click <guibutton>Open Document</guibutton>.
-       </para>
-     </sect2>
- 
-@@ -624,7 +621,7 @@
-       <para>To close a document, choose <menuchoice> <guimenu>File</guimenu> <guimenuitem>Close</guimenuitem> </menuchoice>. 
-       </para> 
-       <para> 
--        If the window is the last &app; window open, the application exits.
-+        If the window is the last <application>Evince Document Viewer</application> window open, the application exits.
-       </para> 
-     </sect2> 
- 
-@@ -633,7 +630,7 @@
-   <!-- ================ Shortcuts ================================ -->
-   <sect1 id="evince-shortcuts"> 
-     <title>Shortcuts</title> 
--    <para>Below is a list of all shortcuts present in &app;:</para>
-+    <para>Below is a list of all shortcuts present in <application>Evince Document Viewer</application>:</para>
-     <informaltable frame="all">
-       <tgroup cols="2" colsep="1" rowsep="1">
-         <colspec colname="COLSPEC0" colwidth="50*"/>
--- a/components/gnome/evince/patches/evince-04-fix-l10n-doc.patch	Wed Jul 13 09:59:57 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,514 +0,0 @@
-Patch taken from the desktop consolidation to fix the copyrights in
-numerous .xml files.
-
-This patch will not be submitted upstream.
-
-diff -r 5a7b9d98cf78 help/bg/evince.xml
---- a/help/bg/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/bg/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright><copyright><year>2005.</year><holder>Ростислав "zbrox" Райков ([email protected])</holder></copyright>
- 
- <!-- translators: uncomment this:
-@@ -68,7 +69,7 @@
-       <author>
-         <firstname>Екип на Sun</firstname>
-         <surname>Екипът за документация на GNOME</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/ca/evince.xml
---- a/help/ca/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/ca/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright>
- 
- <!-- translators: uncomment this:
-@@ -66,9 +67,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>Equip de documentació del GNOME</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/cs/evince.xml
---- a/help/cs/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/cs/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright><copyright><year>2009</year><holder>Martin Picek ([email protected])</holder></copyright>
- 
- <!-- translators: uncomment this:
-@@ -66,9 +67,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>Dokumentační tým GNOME</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/de/evince.xml
---- a/help/de/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/de/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright><copyright><year>2008, 2009</year><holder>Mario Blättermann ([email protected])</holder></copyright>
- 
- <!-- translators: uncomment this:
-@@ -66,9 +67,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>GNOME Dokumentationsteam</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/el/evince.xml
---- a/help/el/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/el/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright><copyright><year>2005.</year><holder>Στυλιανός Παπαναστασίου ([email protected])</holder></copyright>
- 
- <!-- translators: uncomment this:
-@@ -66,9 +67,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>Ομάδα Τεκμηρίωσης GNOME</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/en_GB/evince.xml
---- a/help/en_GB/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/en_GB/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright><copyright><year>2007</year><holder>David Lodge ([email protected])</holder></copyright>
- 
- <!-- translators: uncomment this:
-@@ -66,9 +67,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
--        <surname>GNOME Documentation Team</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <firstname>Oracle Solaris</firstname>
-+        <surname>Desktop Documentation Team</surname>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/es/evince.xml
---- a/help/es/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/es/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright><copyright><year>2006-2008.</year><holder>Jorge González ([email protected])</holder></copyright><copyright><year>2005.</year><holder>Francisco Javier F. Serrador ([email protected])</holder></copyright>
- 
- <!-- translators: uncomment this:
-@@ -66,9 +67,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>Equipo de documentación de Gnome</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/eu/evince.xml
---- a/help/eu/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/eu/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright><copyright><year>2008.</year><holder>Hizkuntza Politikarako Sailburuordetza ([email protected])</holder></copyright>
- 
- <!-- translators: uncomment this:
-@@ -66,9 +67,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>GNOMEren dokumentazio-taldea</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/fi/evince.xml
---- a/help/fi/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/fi/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright><copyright><year>2008</year><holder>Timo Jyrinki ([email protected])</holder></copyright><copyright><year>2006</year><holder>Tommi Vainikainen ([email protected])</holder></copyright><copyright><year>2006</year><holder>Flammie Pirinen ([email protected])</holder></copyright>
- 
- <!-- translators: uncomment this:
-@@ -66,9 +67,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>Gnomen dokumentointiryhmä</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/fr/evince.xml
---- a/help/fr/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/fr/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright><copyright><year>2006, 2007.</year><holder>Jonathan Ernst ([email protected])</holder></copyright><copyright><year>2006-2008.</year><holder>Claude Paroz ([email protected])</holder></copyright>
- 
- <!-- translators: uncomment this:
-@@ -66,9 +67,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>L'équipe de documentation GNOME</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/it/evince.xml
---- a/help/it/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/it/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright><copyright><year>2008</year><holder>Milo Casagrande ([email protected])</holder></copyright><copyright><year>&lt;[email protected]&gt;, 2006</year><holder>Gruppo traduzione Italiano di Ubuntu</holder></copyright><copyright><year>2006</year><holder>Luca Ferretti ([email protected])</holder></copyright>
- 
- <!-- translators: uncomment this:
-@@ -66,9 +67,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
--        <surname>GNOME Documentation Team</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <firstname>Oracle Solaris</firstname>
-+        <surname>Desktop Documentation Team</surname>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/ja/evince.xml
---- a/help/ja/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/ja/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -66,7 +66,7 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>GNOME ドキュメントチーム</surname>
-         <affiliation><orgname>サンマイクロシステムズ</orgname></affiliation>
-       </author>
-diff -r 5a7b9d98cf78 help/nl/evince.xml
---- a/help/nl/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/nl/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright>
- 
- <!-- translators: uncomment this:
-@@ -66,9 +67,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
--        <surname>GNOME Documentation Team</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <firstname>Oracle Solaris</firstname>
-+        <surname>Desktop Documentation Team</surname>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/oc/evince.xml
---- a/help/oc/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/oc/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -32,7 +32,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright>
- 
- <!-- translators: uncomment this:
-@@ -128,9 +129,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>Còla de documentacion de GNOME</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/pt_BR/evince.xml
---- a/help/pt_BR/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/pt_BR/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright><copyright><year>2007.</year><holder>Hugo Dória ([email protected])</holder></copyright><copyright><year>2007.</year><holder>Pedro de Medeiros ([email protected])</holder></copyright><copyright><year>2008.</year><holder>Daniel S. Koda ([email protected])</holder></copyright>
- 
- <!-- translators: uncomment this:
-@@ -66,9 +67,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>Time de Documentação do GNOME</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/ru/evince.xml
---- a/help/ru/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/ru/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright><copyright><year>2006</year><holder>Николай В. Шмырёв</holder></copyright><copyright><year>2008</year><holder>Тимур Р. Салихов</holder></copyright>
- 
- <!-- translators: uncomment this:
-@@ -66,9 +67,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>Команда документирования GNOME</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Николай В.</firstname> 
-diff -r 5a7b9d98cf78 help/sr/evince.xml
---- a/help/sr/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/sr/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -32,7 +32,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright>
- 
- <!-- translators: uncomment this:
-@@ -69,9 +70,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>Тим за документовање Гнома</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Николај В.</firstname> 
-diff -r 5a7b9d98cf78 help/sv/evince.xml
---- a/help/sv/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/sv/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright><copyright><year>2006, 2008, 2009</year><holder>Daniel Nylander ([email protected])</holder></copyright>
- 
- <!-- translators: uncomment this:
-@@ -68,7 +69,7 @@
-       <author>
-         <firstname>Suns</firstname>
-         <surname>GNOME-dokumentationsteam</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/uk/evince.xml
---- a/help/uk/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/uk/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright>
- 
- <!-- translators: uncomment this:
-@@ -66,9 +67,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>Команда документування GNOME</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Николай В.</firstname> 
-diff -r 5a7b9d98cf78 help/vi/evince.xml
---- a/help/vi/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/vi/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright><copyright><year>2009</year><holder>Nguyễn Đình Trung ([email protected])</holder></copyright>
- 
- <!-- translators: uncomment this:
-@@ -105,9 +106,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>Đội tài liệu GNOME</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
-diff -r 5a7b9d98cf78 help/zh_CN/evince.xml
---- a/help/zh_CN/evince.xml	Fri Jul 08 14:29:29 2011 +0800
-+++ b/help/zh_CN/evince.xml	Fri Jul 08 16:36:06 2011 +0800
-@@ -29,7 +29,8 @@
-     </copyright>
-     <copyright>
-       <year>2004</year>
--      <holder>Sun Microsystems</holder>
-+      <year>2011</year>
-+      <holder>Oracle and/or its affiliates. All rights reserved.</holder>
-     </copyright><copyright><year>2008.</year><holder>Zhang Chen ([email protected])</holder></copyright>
- 
- <!-- translators: uncomment this:
-@@ -66,9 +67,9 @@
- 
-     <authorgroup> 
-       <author>
--        <firstname>Sun</firstname>
-+        <firstname>Oracle Solaris</firstname>
-         <surname>GNOME 文档小组</surname>
--        <affiliation><orgname>Sun Microsystems</orgname></affiliation>
-+        <affiliation><orgname>Oracle Corporation</orgname></affiliation>
-       </author>
-       <author role="maintainer"> 
- 	<firstname>Nickolay V.</firstname> 
--- a/components/gnome/evince/patches/evince-05-remove-newline.patch	Wed Jul 13 09:59:57 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-Patch taken from the Desktop consolidation.
-See BugDB CR #15768012
-SUNBT7132463-SOLARIS_11U1 [evince] garbled character is pasted when copy&paste t
-for more details.
-
-This patch will be sent upstream if the problem still exists in the latest
-version of evince.
-
-diff -urN evince-2.30.3/backend/pdf/ev-poppler.cc ../SUNWgnome-pdf-viewer-2.30.3.hacked/evince-2.30.3/backend/pdf/ev-poppler.cc
---- evince-2.30.3/backend/pdf/ev-poppler.cc	2010-06-24 09:19:28.000000000 +0100
-+++ ../SUNWgnome-pdf-viewer-2.30.3.hacked/evince-2.30.3/backend/pdf/ev-poppler.cc	2012-02-27 20:58:49.148832384 +0000
-@@ -1990,6 +1990,8 @@
- 					(PopplerSelectionStyle)style,
- 					&r);
- 
-+	if (retval[strlen(retval)-1] == '\n')
-+	  	retval[strlen(retval)-1] = '\0';
- 	return retval;
- }
-