PSARC 2016/025 Move evince, poppler, poppler-data and libspectre to Userland
authorRich Burridge <rich.burridge@oracle.com>
Mon, 25 Jan 2016 14:14:00 -0800
changeset 5327 e8b0f6b16632
parent 5326 5ee407fd058a
child 5328 34fe0d5ec7b7
PSARC 2016/025 Move evince, poppler, poppler-data and libspectre to Userland 22271989 Move evince and dependencies from Desktop to Userland
components/desktop/libspectre/Makefile
components/desktop/libspectre/libspectre.p5m
components/desktop/libspectre/patches/libspectre-01-uninstalled.pc.patch
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/poppler-data.license
components/desktop/poppler/poppler.license
components/desktop/poppler/poppler.p5m
components/gnome/evince/Makefile
components/gnome/evince/evince.license
components/gnome/evince/evince.p5m
components/gnome/evince/files/ggv.1
components/gnome/evince/files/gpdf.1
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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/libspectre/Makefile	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,74 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		libspectre
+COMPONENT_VERSION=	0.2.6
+COMPONENT_PROJECT_URL=	http://libspectre.freedesktop.org
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH= \
+	sha256:2f637c62322c8040514284c00f63a5c310a28801e7dcfbe2ba2791be4fac0dd3
+COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/releases/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	library/libspectre
+
+TPNO=			7684
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+COMPONENT_PREP_ACTION = \
+	(cd $(@D) ; \
+	aclocal -I . ; \
+	libtoolize --force ; \
+	autoheader ; \
+	automake -a -c -f ; \
+	autoconf )
+
+
+CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
+CONFIGURE_OPTIONS +=	--disable-static
+CONFIGURE_OPTIONS +=	--enable-shared
+CONFIGURE_OPTIONS +=	--with-pic
+
+# Always show the build and link lines for easier debugging.
+COMPONENT_BUILD_ARGS += V=1
+
+ASLR_MODE = $(ASLR_ENABLE)
+
+configure:	$(CONFIGURE_32_and_64)
+
+build:		$(BUILD_32_and_64)
+
+install:	$(INSTALL_32_and_64)
+
+test:		$(NO_TESTS)
+
+system-test:	$(NO_TESTS)
+
+REQUIRED_PACKAGES += print/filter/ghostscript
+REQUIRED_PACKAGES += system/library
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/libspectre/libspectre.p5m	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,63 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri \
+    value=pkg:/library/libspectre@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="libspectre Postscript rendering library"
+set name=pkg.description \
+    value="libspectre is a small library for rendering Postscript documents. It provides a convenient easy to use API for handling and rendering Postscript documents"
+set name=com.oracle.info.description \
+    value="the libspectre Postscript rendering library"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    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.consolidation value=$(CONSOLIDATION)
+dir  path=usr/include/libspectre
+file path=usr/include/libspectre/spectre-document.h
+file path=usr/include/libspectre/spectre-exporter.h
+file path=usr/include/libspectre/spectre-macros.h
+file path=usr/include/libspectre/spectre-page.h
+file path=usr/include/libspectre/spectre-render-context.h
+file path=usr/include/libspectre/spectre-status.h
+file path=usr/include/libspectre/spectre-version.h
+file path=usr/include/libspectre/spectre.h
+link path=usr/lib/$(MACH64)/libspectre.so target=libspectre.so.1.1.6
+link path=usr/lib/$(MACH64)/libspectre.so.1 target=libspectre.so.1.1.6
+file path=usr/lib/$(MACH64)/libspectre.so.1.1.6
+file path=usr/lib/$(MACH64)/pkgconfig/libspectre.pc
+link path=usr/lib/libspectre.so target=libspectre.so.1.1.6
+link path=usr/lib/libspectre.so.1 target=libspectre.so.1.1.6
+file path=usr/lib/libspectre.so.1.1.6
+file path=usr/lib/pkgconfig/libspectre.pc
+license COPYING license=GPLv2
+# libspectre was previously in the 'desktop' consolidation as part of the
+# evince package. In moving it to Userland, libspectre is now delivered in
+# its own package. In order to install libspectre, if the evince package
+# is already installed, it must be at build #92 (or later). In other words,
+# the Userland version.
+depend type=optional fmri=desktop/pdf-viewer/[email protected],5.12-5.12.0.0.0.92.0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/libspectre/patches/libspectre-01-uninstalled.pc.patch	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,27 @@
+This patch was taken from the Desktop consolidation.
+
+As we do not ship libspectre-uninstalled.pc in our published package and
+there are absolutely no useful comments in the Desktop libspectre.spec file
+for it, I haven't a clue what it does or whether it needs to be sent upstream.
+
+diff -urN libspectre-0.2.6/configure.ac ../SUNWgnome-pdf-viewer-2.30.0.hacked-p1/libspectre-0.2.6/configure.ac
+--- libspectre-0.2.6/configure.ac	2010-06-10 12:07:18.000000000 +0100
++++ ../SUNWgnome-pdf-viewer-2.30.0.hacked-p1/libspectre-0.2.6/configure.ac	2010-06-22 11:57:59.194356931 +0100
+@@ -297,6 +297,7 @@
+ Doxyfile
+ libspectre/Makefile
+ libspectre/spectre-version.h
++libspectre-uninstalled.pc
+ test/Makefile
+ libspectre.pc
+ ])
+diff -urN libspectre-0.2.6/libspectre-uninstalled.pc.in ../SUNWgnome-pdf-viewer-2.30.0.hacked-p1/libspectre-0.2.6/libspectre-uninstalled.pc.in
+--- libspectre-0.2.6/libspectre-uninstalled.pc.in	1970-01-01 01:00:00.000000000 +0100
++++ ../SUNWgnome-pdf-viewer-2.30.0.hacked-p1/libspectre-0.2.6/libspectre-uninstalled.pc.in	2010-06-22 12:04:14.256472955 +0100
+@@ -0,0 +1,6 @@
++Name: libspectre
++Description: PS rendering library - uninstalled
++Version: @VERSION@
++
++Libs: -L${pc_top_builddir}/${pcfiledir}/libspectre/.libs -lspectre
++Cflags: -I${pc_top_builddir}/${pcfiledir}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/poppler/Makefile	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,108 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		poppler
+COMPONENT_VERSION=	0.14.4
+COMPONENT_PROJECT_URL=	http://poppler.freedesktop.org/
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH= \
+    sha256:97c394144802e733eaec2682e06bddc4939c71ede58df045127aa94bd244c713
+COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	library/poppler
+TPNO_POPPLER=		7745
+
+COMPONENT_NAME_1=	poppler-data
+COMPONENT_VERSION_1=	0.4.3
+COMPONENT_SRC_1=	$(COMPONENT_NAME_1)-$(COMPONENT_VERSION_1)
+COMPONENT_ARCHIVE_1=	$(COMPONENT_SRC_1).tar.gz
+COMPONENT_ARCHIVE_HASH_1= \
+    sha256:426010488bfb8c923419ca4c5d4916ea0193a140d2246336fdf97f1b632d58a6
+COMPONENT_ARCHIVE_URL_1= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE_1)
+TPNO_POPPLER_DATA=	7744
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+COMPONENT_PREP_ACTION = \
+	(cd $(@D) ; \
+	aclocal -I . ; \
+	libtoolize --force --copy ; \
+	autoheader ; \
+	automake -a -c -f ; \
+	autoconf )
+
+CXX +=			$(studio_NORUNPATH)
+
+CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
+CONFIGURE_OPTIONS +=	CXXFLAGS="$(CXXFLAGS)"
+CONFIGURE_OPTIONS +=    LDFLAGS="$(LDFLAGS)"
+
+# 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 +=	--enable-poppler-glib
+CONFIGURE_OPTIONS +=	--disable-poppler-qt
+CONFIGURE_OPTIONS +=	--disable-poppler-qt4
+CONFIGURE_OPTIONS +=	--enable-zlib
+CONFIGURE_OPTIONS +=	--enable-xpdf-headers
+
+# Install the poppler data files.
+COMPONENT_POST_BUILD_ACTION = \
+	(cd $(COMPONENT_DIR)/$(COMPONENT_SRC_1); \
+	$(GMAKE) prefix=$(CONFIGURE_PREFIX) DESTDIR=$(PROTO_DIR) install)
+
+# Always show the build and link lines for easier debugging.
+COMPONENT_BUILD_ARGS += V=1
+
+ASLR_MODE = $(ASLR_ENABLE)
+
+configure:	$(CONFIGURE_32_and_64)
+
+build:		$(BUILD_32_and_64)
+
+install:	$(INSTALL_32_and_64)
+
+test:		$(NO_TESTS)
+
+system-test:	$(NO_TESTS)
+
+REQUIRED_PACKAGES += image/library/libjpeg
+REQUIRED_PACKAGES += image/library/libpng
+REQUIRED_PACKAGES += library/desktop/cairo
+REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
+REQUIRED_PACKAGES += library/glib2
+REQUIRED_PACKAGES += library/lcms
+REQUIRED_PACKAGES += library/libxml2
+REQUIRED_PACKAGES += library/zlib
+REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/library/c++-runtime
+REQUIRED_PACKAGES += system/library/fontconfig
+REQUIRED_PACKAGES += system/library/freetype-2
+REQUIRED_PACKAGES += system/library/math
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/poppler/patches/poppler-01-ss12-compiler-bug.patch	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,21 @@
+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)	\
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/poppler/patches/poppler-02-compiler-errors.patch	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,69 @@
+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) {
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/poppler/patches/poppler-03-null-font.patch	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,23 @@
+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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/poppler/patches/poppler-04-sun-ja-font.patch	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,30 @@
+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);  
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/poppler/patches/poppler-05-CVE-2013-1788-CVE-2013-1790.patch	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,94 @@
+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];
++    }
+   }
+ }
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/poppler/patches/poppler-06-gthread-build-issue.patch	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,19 @@
+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);
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/poppler/patches/poppler-07-otf-font.patch	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,32 @@
+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);
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/poppler/patches/poppler-08-CVE-2012-2142.patch	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,103 @@
+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);
+     }
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/poppler/poppler-data.license	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,339 @@
+		    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 
+
+  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. 
+
+  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. 
+
+  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. 
+
+  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 
+
+  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. 
+
+  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: 
+
+    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.) 
+
+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. 
+
+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, 
+
+    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.) 
+
+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. 
+
+  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. 
+
+  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. 
+
+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. 
+
+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. 
+
+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. 
+
+			    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. 
+
+  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 
+
+  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. 
+
+    <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 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. 
+
+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: 
+
+    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. 
+
+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.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/poppler/poppler.license	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,411 @@
+  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 
+
+  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. 
+
+  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. 
+
+  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. 
+
+  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 
+
+  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. 
+
+  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: 
+
+    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.) 
+
+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. 
+
+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, 
+
+    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.) 
+
+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. 
+
+  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. 
+
+  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. 
+
+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. 
+
+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. 
+
+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. 
+
+			    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. 
+
+  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 
+
+  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. 
+
+    <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 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. 
+
+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: 
+
+    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. 
+
+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.
+
+
+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. 
+
+   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.  */ 
+
+/* 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 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.  */ 
+
+
+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. 
+ */
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/poppler/poppler.p5m	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,476 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr/share/gtk-doc/html/poppler/(.+)$ -> \
+    set action.hash glib/reference/html/%<1> >
+<transform file path=usr/share/gtk-doc/html/poppler/(.+)$ -> \
+    default facet.doc.html true>
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
+set name=pkg.fmri \
+    value=pkg:/desktop/pdf-viewer/poppler@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Popplet PDF viewer"
+set name=pkg.description value="Poppler is a fork of the xpdf PDF viewer"
+set name=com.oracle.info.description value="the Popplet PDF viewer"
+set name=info.classification \
+    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.consolidation value=$(CONSOLIDATION)
+file usr/bin/$(MACH64)/pdffonts path=usr/bin/pdffonts
+file usr/bin/$(MACH64)/pdfimages path=usr/bin/pdfimages
+file usr/bin/$(MACH64)/pdfinfo path=usr/bin/pdfinfo
+file usr/bin/$(MACH64)/pdftohtml path=usr/bin/pdftohtml
+file usr/bin/$(MACH64)/pdftoppm path=usr/bin/pdftoppm
+file usr/bin/$(MACH64)/pdftops path=usr/bin/pdftops
+file usr/bin/$(MACH64)/pdftotext path=usr/bin/pdftotext
+file path=usr/include/poppler/Annot.h
+file path=usr/include/poppler/Array.h
+file path=usr/include/poppler/BuiltinFont.h
+file path=usr/include/poppler/BuiltinFontTables.h
+file path=usr/include/poppler/CMap.h
+file path=usr/include/poppler/CachedFile.h
+file path=usr/include/poppler/Catalog.h
+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/DateInfo.h
+file path=usr/include/poppler/Decrypt.h
+file path=usr/include/poppler/Dict.h
+file path=usr/include/poppler/Error.h
+file path=usr/include/poppler/ErrorCodes.h
+file path=usr/include/poppler/FileSpec.h
+file path=usr/include/poppler/FontEncodingTables.h
+file path=usr/include/poppler/FontInfo.h
+file path=usr/include/poppler/Form.h
+file path=usr/include/poppler/Function.h
+file path=usr/include/poppler/Gfx.h
+file path=usr/include/poppler/GfxFont.h
+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/JArithmeticDecoder.h
+file path=usr/include/poppler/JBIG2Stream.h
+file path=usr/include/poppler/Lexer.h
+file path=usr/include/poppler/Link.h
+file path=usr/include/poppler/LocalPDFDocBuilder.h
+file path=usr/include/poppler/Movie.h
+file path=usr/include/poppler/NameToCharCode.h
+file path=usr/include/poppler/NameToUnicodeTable.h
+file path=usr/include/poppler/Object.h
+file path=usr/include/poppler/OptionalContent.h
+file path=usr/include/poppler/Outline.h
+file path=usr/include/poppler/OutputDev.h
+file path=usr/include/poppler/PDFDoc.h
+file path=usr/include/poppler/PDFDocBuilder.h
+file path=usr/include/poppler/PDFDocEncoding.h
+file path=usr/include/poppler/PDFDocFactory.h
+file path=usr/include/poppler/PSOutputDev.h
+file path=usr/include/poppler/PSTokenizer.h
+file path=usr/include/poppler/Page.h
+file path=usr/include/poppler/PageTransition.h
+file path=usr/include/poppler/Parser.h
+file path=usr/include/poppler/PopplerCache.h
+file path=usr/include/poppler/PreScanOutputDev.h
+file path=usr/include/poppler/ProfileData.h
+file path=usr/include/poppler/Rendition.h
+file path=usr/include/poppler/SecurityHandler.h
+file path=usr/include/poppler/Sound.h
+file path=usr/include/poppler/SplashOutputDev.h
+file path=usr/include/poppler/StdinCachedFile.h
+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/TextOutputDev.h
+file path=usr/include/poppler/UTF8.h
+file path=usr/include/poppler/UnicodeCClassTables.h
+file path=usr/include/poppler/UnicodeCompTables.h
+file path=usr/include/poppler/UnicodeDecompTables.h
+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/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-page-transition.h
+file path=usr/include/poppler/cpp/poppler-page.h
+file path=usr/include/poppler/cpp/poppler-rectangle.h
+file path=usr/include/poppler/cpp/poppler-toc.h
+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/FoFiTrueType.h
+file path=usr/include/poppler/fofi/FoFiType1.h
+file path=usr/include/poppler/fofi/FoFiType1C.h
+file path=usr/include/poppler/glib/poppler-action.h
+file path=usr/include/poppler/glib/poppler-annot.h
+file path=usr/include/poppler/glib/poppler-attachment.h
+file path=usr/include/poppler/glib/poppler-date.h
+file path=usr/include/poppler/glib/poppler-document.h
+file path=usr/include/poppler/glib/poppler-enums.h
+file path=usr/include/poppler/glib/poppler-features.h
+file path=usr/include/poppler/glib/poppler-form-field.h
+file path=usr/include/poppler/glib/poppler-layer.h
+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.h
+file path=usr/include/poppler/goo/FixedPoint.h
+file path=usr/include/poppler/goo/GooHash.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/PNGWriter.h
+file path=usr/include/poppler/goo/gfile.h
+file path=usr/include/poppler/goo/gmem.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
+file path=usr/include/poppler/splash/Splash.h
+file path=usr/include/poppler/splash/SplashBitmap.h
+file path=usr/include/poppler/splash/SplashClip.h
+file path=usr/include/poppler/splash/SplashErrorCodes.h
+file path=usr/include/poppler/splash/SplashFTFont.h
+file path=usr/include/poppler/splash/SplashFTFontEngine.h
+file path=usr/include/poppler/splash/SplashFTFontFile.h
+file path=usr/include/poppler/splash/SplashFont.h
+file path=usr/include/poppler/splash/SplashFontEngine.h
+file path=usr/include/poppler/splash/SplashFontFile.h
+file path=usr/include/poppler/splash/SplashFontFileID.h
+file path=usr/include/poppler/splash/SplashGlyphBitmap.h
+file path=usr/include/poppler/splash/SplashMath.h
+file path=usr/include/poppler/splash/SplashPath.h
+file path=usr/include/poppler/splash/SplashPattern.h
+file path=usr/include/poppler/splash/SplashScreen.h
+file path=usr/include/poppler/splash/SplashState.h
+file path=usr/include/poppler/splash/SplashT1Font.h
+file path=usr/include/poppler/splash/SplashT1FontEngine.h
+file path=usr/include/poppler/splash/SplashT1FontFile.h
+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)/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/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/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/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/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
+file path=usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-3
+file path=usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-4
+file path=usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-5
+file path=usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-6
+file path=usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-B5pc
+file path=usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-ETen-B5
+file path=usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-H-CID
+file path=usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-H-Host
+file path=usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-H-Mac
+file path=usr/share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-UCS2
+file path=usr/share/poppler/cMap/Adobe-CNS1/B5-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/B5-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/B5pc-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/B5pc-UCS2
+file path=usr/share/poppler/cMap/Adobe-CNS1/B5pc-UCS2C
+file path=usr/share/poppler/cMap/Adobe-CNS1/B5pc-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/CNS-EUC-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/CNS-EUC-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/CNS1-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/CNS1-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/CNS2-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/CNS2-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/ETHK-B5-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/ETHK-B5-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/ETen-B5-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/ETen-B5-UCS2
+file path=usr/share/poppler/cMap/Adobe-CNS1/ETen-B5-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/ETenms-B5-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/ETenms-B5-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/HKdla-B5-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/HKdla-B5-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/HKdlb-B5-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/HKdlb-B5-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/HKgccs-B5-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/HKgccs-B5-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/HKm314-B5-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/HKm314-B5-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/HKm471-B5-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/HKm471-B5-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/HKscs-B5-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/HKscs-B5-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/UCS2-B5pc
+file path=usr/share/poppler/cMap/Adobe-CNS1/UCS2-ETen-B5
+file path=usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UCS2-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UCS2-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UTF16-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UTF16-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UTF32-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UTF32-V
+file path=usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UTF8-H
+file path=usr/share/poppler/cMap/Adobe-CNS1/UniCNS-UTF8-V
+file path=usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-0
+file path=usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-1
+file path=usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-2
+file path=usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-3
+file path=usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-4
+file path=usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-5
+file path=usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-GBK-EUC
+file path=usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-GBpc-EUC
+file path=usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-H-CID
+file path=usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-H-Host
+file path=usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-H-Mac
+file path=usr/share/poppler/cMap/Adobe-GB1/Adobe-GB1-UCS2
+file path=usr/share/poppler/cMap/Adobe-GB1/GB-EUC-H
+file path=usr/share/poppler/cMap/Adobe-GB1/GB-EUC-V
+file path=usr/share/poppler/cMap/Adobe-GB1/GB-H
+file path=usr/share/poppler/cMap/Adobe-GB1/GB-V
+file path=usr/share/poppler/cMap/Adobe-GB1/GBK-EUC-H
+file path=usr/share/poppler/cMap/Adobe-GB1/GBK-EUC-UCS2
+file path=usr/share/poppler/cMap/Adobe-GB1/GBK-EUC-V
+file path=usr/share/poppler/cMap/Adobe-GB1/GBK2K-H
+file path=usr/share/poppler/cMap/Adobe-GB1/GBK2K-V
+file path=usr/share/poppler/cMap/Adobe-GB1/GBKp-EUC-H
+file path=usr/share/poppler/cMap/Adobe-GB1/GBKp-EUC-V
+file path=usr/share/poppler/cMap/Adobe-GB1/GBT-EUC-H
+file path=usr/share/poppler/cMap/Adobe-GB1/GBT-EUC-V
+file path=usr/share/poppler/cMap/Adobe-GB1/GBT-H
+file path=usr/share/poppler/cMap/Adobe-GB1/GBT-V
+file path=usr/share/poppler/cMap/Adobe-GB1/GBTpc-EUC-H
+file path=usr/share/poppler/cMap/Adobe-GB1/GBTpc-EUC-V
+file path=usr/share/poppler/cMap/Adobe-GB1/GBpc-EUC-H
+file path=usr/share/poppler/cMap/Adobe-GB1/GBpc-EUC-UCS2
+file path=usr/share/poppler/cMap/Adobe-GB1/GBpc-EUC-UCS2C
+file path=usr/share/poppler/cMap/Adobe-GB1/GBpc-EUC-V
+file path=usr/share/poppler/cMap/Adobe-GB1/UCS2-GBK-EUC
+file path=usr/share/poppler/cMap/Adobe-GB1/UCS2-GBpc-EUC
+file path=usr/share/poppler/cMap/Adobe-GB1/UniGB-UCS2-H
+file path=usr/share/poppler/cMap/Adobe-GB1/UniGB-UCS2-V
+file path=usr/share/poppler/cMap/Adobe-GB1/UniGB-UTF16-H
+file path=usr/share/poppler/cMap/Adobe-GB1/UniGB-UTF16-V
+file path=usr/share/poppler/cMap/Adobe-GB1/UniGB-UTF32-H
+file path=usr/share/poppler/cMap/Adobe-GB1/UniGB-UTF32-V
+file path=usr/share/poppler/cMap/Adobe-GB1/UniGB-UTF8-H
+file path=usr/share/poppler/cMap/Adobe-GB1/UniGB-UTF8-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/78-EUC-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/78-EUC-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/78-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/78-RKSJ-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/78-RKSJ-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/78-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/78ms-RKSJ-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/78ms-RKSJ-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/83pv-RKSJ-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/90ms-RKSJ-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/90ms-RKSJ-UCS2
+file path=usr/share/poppler/cMap/Adobe-Japan1/90ms-RKSJ-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/90msp-RKSJ-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/90msp-RKSJ-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/90pv-RKSJ-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/90pv-RKSJ-UCS2
+file path=usr/share/poppler/cMap/Adobe-Japan1/90pv-RKSJ-UCS2C
+file path=usr/share/poppler/cMap/Adobe-Japan1/90pv-RKSJ-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/Add-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/Add-RKSJ-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/Add-RKSJ-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/Add-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-0
+file path=usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-1
+file path=usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-2
+file path=usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-3
+file path=usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-4
+file path=usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-5
+file path=usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-6
+file path=usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-90ms-RKSJ
+file path=usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-90pv-RKSJ
+file path=usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-H-CID
+file path=usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-H-Host
+file path=usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-H-Mac
+file path=usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-PS-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-PS-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-UCS2
+file path=usr/share/poppler/cMap/Adobe-Japan1/EUC-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/EUC-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/Ext-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/Ext-RKSJ-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/Ext-RKSJ-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/Ext-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/H
+file path=usr/share/poppler/cMap/Adobe-Japan1/Hankaku
+file path=usr/share/poppler/cMap/Adobe-Japan1/Hiragana
+file path=usr/share/poppler/cMap/Adobe-Japan1/Hojo-EUC-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/Hojo-EUC-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/Hojo-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/Hojo-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/Katakana
+file path=usr/share/poppler/cMap/Adobe-Japan1/NWP-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/NWP-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/RKSJ-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/RKSJ-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/Roman
+file path=usr/share/poppler/cMap/Adobe-Japan1/UCS2-90ms-RKSJ
+file path=usr/share/poppler/cMap/Adobe-Japan1/UCS2-90pv-RKSJ
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UCS2-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UCS2-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UTF16-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UTF16-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UTF32-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UTF32-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UTF8-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniHojo-UTF8-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-HW-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-HW-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UTF16-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UTF16-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UTF32-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UTF32-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UTF8-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS-UTF8-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF16-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF16-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF32-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF32-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF8-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF8-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJISPro-UCS2-HW-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJISPro-UCS2-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJISPro-UTF8-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJISX0213-UTF32-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJISX0213-UTF32-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJISX02132004-UTF32-H
+file path=usr/share/poppler/cMap/Adobe-Japan1/UniJISX02132004-UTF32-V
+file path=usr/share/poppler/cMap/Adobe-Japan1/V
+file path=usr/share/poppler/cMap/Adobe-Japan1/WP-Symbol
+file path=usr/share/poppler/cMap/Adobe-Japan2/Adobe-Japan2-0
+file path=usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-0
+file path=usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-1
+file path=usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-2
+file path=usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-H-CID
+file path=usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-H-Host
+file path=usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-H-Mac
+file path=usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-KSCms-UHC
+file path=usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-KSCpc-EUC
+file path=usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-UCS2
+file path=usr/share/poppler/cMap/Adobe-Korea1/KSC-EUC-H
+file path=usr/share/poppler/cMap/Adobe-Korea1/KSC-EUC-V
+file path=usr/share/poppler/cMap/Adobe-Korea1/KSC-H
+file path=usr/share/poppler/cMap/Adobe-Korea1/KSC-Johab-H
+file path=usr/share/poppler/cMap/Adobe-Korea1/KSC-Johab-V
+file path=usr/share/poppler/cMap/Adobe-Korea1/KSC-V
+file path=usr/share/poppler/cMap/Adobe-Korea1/KSCms-UHC-H
+file path=usr/share/poppler/cMap/Adobe-Korea1/KSCms-UHC-HW-H
+file path=usr/share/poppler/cMap/Adobe-Korea1/KSCms-UHC-HW-V
+file path=usr/share/poppler/cMap/Adobe-Korea1/KSCms-UHC-UCS2
+file path=usr/share/poppler/cMap/Adobe-Korea1/KSCms-UHC-V
+file path=usr/share/poppler/cMap/Adobe-Korea1/KSCpc-EUC-H
+file path=usr/share/poppler/cMap/Adobe-Korea1/KSCpc-EUC-UCS2
+file path=usr/share/poppler/cMap/Adobe-Korea1/KSCpc-EUC-UCS2C
+file path=usr/share/poppler/cMap/Adobe-Korea1/KSCpc-EUC-V
+file path=usr/share/poppler/cMap/Adobe-Korea1/UCS2-KSCms-UHC
+file path=usr/share/poppler/cMap/Adobe-Korea1/UCS2-KSCpc-EUC
+file path=usr/share/poppler/cMap/Adobe-Korea1/UniKS-UCS2-H
+file path=usr/share/poppler/cMap/Adobe-Korea1/UniKS-UCS2-V
+file path=usr/share/poppler/cMap/Adobe-Korea1/UniKS-UTF16-H
+file path=usr/share/poppler/cMap/Adobe-Korea1/UniKS-UTF16-V
+file path=usr/share/poppler/cMap/Adobe-Korea1/UniKS-UTF32-H
+file path=usr/share/poppler/cMap/Adobe-Korea1/UniKS-UTF32-V
+file path=usr/share/poppler/cMap/Adobe-Korea1/UniKS-UTF8-H
+file path=usr/share/poppler/cMap/Adobe-Korea1/UniKS-UTF8-V
+file path=usr/share/poppler/cidToUnicode/Adobe-CNS1
+file path=usr/share/poppler/cidToUnicode/Adobe-GB1
+file path=usr/share/poppler/cidToUnicode/Adobe-Japan1
+file path=usr/share/poppler/cidToUnicode/Adobe-Korea1
+file path=usr/share/poppler/nameToUnicode/Bulgarian
+file path=usr/share/poppler/nameToUnicode/Greek
+file path=usr/share/poppler/nameToUnicode/Thai
+file path=usr/share/poppler/unicodeMap/Big5
+file path=usr/share/poppler/unicodeMap/Big5ascii
+file path=usr/share/poppler/unicodeMap/EUC-CN
+file path=usr/share/poppler/unicodeMap/EUC-JP
+file path=usr/share/poppler/unicodeMap/GBK
+file path=usr/share/poppler/unicodeMap/ISO-2022-CN
+file path=usr/share/poppler/unicodeMap/ISO-2022-JP
+file path=usr/share/poppler/unicodeMap/ISO-2022-KR
+file path=usr/share/poppler/unicodeMap/ISO-8859-6
+file path=usr/share/poppler/unicodeMap/ISO-8859-7
+file path=usr/share/poppler/unicodeMap/ISO-8859-8
+file path=usr/share/poppler/unicodeMap/ISO-8859-9
+file path=usr/share/poppler/unicodeMap/KOI8-R
+file path=usr/share/poppler/unicodeMap/Latin2
+file path=usr/share/poppler/unicodeMap/Shift-JIS
+file path=usr/share/poppler/unicodeMap/TIS-620
+file path=usr/share/poppler/unicodeMap/Windows-1255
+license poppler-data.license license=GPLv2 \
+    com.oracle.info.description="encoding files for the Popplet PDF viewer" \
+    com.oracle.info.name=poppler-data \
+    com.oracle.info.tpno=$(TPNO_POPPLER_DATA) com.oracle.info.version=0.4.3
+license poppler.license license="GPLv2, LGPLv2.1, MIT" \
+    com.oracle.info.description="the Popplet PDF viewer" \
+    com.oracle.info.name=poppler com.oracle.info.tpno=$(TPNO_POPPLER) \
+    com.oracle.info.version=0.14.4
+# poppler was previously in the 'desktop' consolidation as part of the
+# evince package. In moving it to Userland, poppler is now delivered in
+# its own package. In order to install poppler, if the evince package
+# is already installed, it must be at build #92 (or later). In other words,
+# the Userland version.
+depend type=optional fmri=desktop/pdf-viewer/[email protected],5.12-5.12.0.0.0.92.0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evince/Makefile	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,104 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		evince
+COMPONENT_VERSION=	2.30.3
+COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Apps/Evince
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH= \
+	sha256:1ac6fb056c50a6298b31f696e196b5b940098c46f35dec85e69ea0c5d5b015de
+COMPONENT_ARCHIVE_URL=	http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.30/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	utility/evince
+TPNO=			8693
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+# Need to pick up the GNU version of xgettext.
+PATH=/usr/gnu/bin:/usr/bin
+
+COMPONENT_PREP_ACTION = \
+	(cd $(@D) ; \
+	libtoolize --force ; \
+	intltoolize --force --copy --automake ; \
+	aclocal -I . ; \
+	autoheader ; \
+	automake -a -c -f ; \
+	autoconf )
+
+CFLAGS +=	"-I/usr/include/libxml2"
+LDFLAGS +=	$(CC_BITS) -lgmodule-2.0 -lm
+CXX +=		$(studio_NORUNPATH)
+
+CONFIGURE_OPTIONS +=	CXX="$(CXX)"
+CONFIGURE_OPTIONS +=    CFLAGS="$(CFLAGS)"
+CONFIGURE_OPTIONS +=    LDFLAGS="$(LDFLAGS)"
+CONFIGURE_OPTIONS +=	--libexecdir="$(USRLIB)"
+CONFIGURE_OPTIONS +=	--sysconfdir="$(ETCDIR)"
+CONFIGURE_OPTIONS +=   --disable-comics
+CONFIGURE_OPTIONS +=   --enable-thumbnailer
+
+# Assumes GNU msgfmt is in PATH.
+COMPONENT_BUILD_ENV += PATH="$(PATH)"
+
+COMPONENT_BUILD_ENV += LDFLAGS="$(studio_NORUNPATH)"
+
+# Always show the build and link lines for easier debugging.
+COMPONENT_BUILD_ARGS += V=1
+
+ASLR_MODE = $(ASLR_ENABLE)
+
+configure:	$(CONFIGURE_32)
+
+build:		$(BUILD_32)
+
+install:	$(INSTALL_32)
+
+test:		$(NO_TESTS)
+
+system-test:	$(NO_TESTS)
+
+REQUIRED_PACKAGES += gnome/config/gconf
+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/pango
+REQUIRED_PACKAGES += library/glib2
+REQUIRED_PACKAGES += library/gnome/gnome-keyring
+REQUIRED_PACKAGES += library/libxml2
+REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/library/c++-runtime
+REQUIRED_PACKAGES += system/library/libdbus-glib
+REQUIRED_PACKAGES += system/library/math
+REQUIRED_PACKAGES += x11/library/libice
+REQUIRED_PACKAGES += x11/library/libsm
+REQUIRED_PACKAGES += x11/library/libx11
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evince/evince.license	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,340 @@
+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
+
+  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 Library 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.
+
+  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.
+
+  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.
+
+  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
+
+  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.
+
+  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:
+
+    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.)
+
+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.
+
+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,
+
+    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.)
+
+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.
+
+  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.
+
+  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.
+
+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.
+
+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.
+
+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.
+
+			    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.
+
+  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
+
+  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.
+
+    <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 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
+
+
+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:
+
+    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.
+
+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 Library General
+Public License instead of this License.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evince/evince.p5m	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,540 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr/share/omf/evince/(.+)$ -> \
+    default facet.doc.help true>
+<transform file path=usr/share/gtk-doc/html/(.+)$ -> \
+    default facet.doc.html true>
+<transform file path=usr/share/gnome/help/evince/(.+)$ -> \
+    default facet.doc.help true>
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
+set name=pkg.fmri \
+    value=pkg:/desktop/pdf-viewer/evince@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Evince - the GNOME PDF document viewer"
+set name=pkg.description \
+    value="Evince is a document viewer for multiple document formats, including PDF and Postscript."
+set name=com.oracle.info.description value="the GNOME PDF document viewer"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    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.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-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/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/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
+file path=usr/share/evince/icons/hicolor/16x16/actions/view-page-continuous.png
+file path=usr/share/evince/icons/hicolor/16x16/actions/view-page-facing.png
+file path=usr/share/evince/icons/hicolor/16x16/actions/zoom-fit-height.png
+file path=usr/share/evince/icons/hicolor/16x16/actions/zoom-fit-width.png
+file path=usr/share/evince/icons/hicolor/16x16/actions/zoom.png
+file path=usr/share/evince/icons/hicolor/16x16/mimetypes/x-office-presentation.png
+file path=usr/share/evince/icons/hicolor/22x22/actions/eye.png
+file path=usr/share/evince/icons/hicolor/22x22/actions/object-rotate-left.png
+file path=usr/share/evince/icons/hicolor/22x22/actions/object-rotate-right.png
+file path=usr/share/evince/icons/hicolor/22x22/actions/view-page-continuous.png
+file path=usr/share/evince/icons/hicolor/22x22/actions/view-page-facing.png
+file path=usr/share/evince/icons/hicolor/22x22/actions/zoom-fit-page.png
+file path=usr/share/evince/icons/hicolor/22x22/actions/zoom-fit-width.png
+file path=usr/share/evince/icons/hicolor/22x22/actions/zoom.png
+file path=usr/share/evince/icons/hicolor/22x22/mimetypes/x-office-presentation.png
+file path=usr/share/evince/icons/hicolor/24x24/actions/object-rotate-left.png
+file path=usr/share/evince/icons/hicolor/24x24/actions/object-rotate-right.png
+file path=usr/share/evince/icons/hicolor/24x24/actions/stock_filters-invert.png
+file path=usr/share/evince/icons/hicolor/24x24/actions/view-page-continuous.png
+file path=usr/share/evince/icons/hicolor/24x24/actions/view-page-facing.png
+file path=usr/share/evince/icons/hicolor/24x24/actions/zoom-fit-height.png
+file path=usr/share/evince/icons/hicolor/24x24/actions/zoom-fit-width.png
+file path=usr/share/evince/icons/hicolor/24x24/actions/zoom.png
+file path=usr/share/evince/icons/hicolor/24x24/mimetypes/x-office-presentation.png
+file path=usr/share/evince/icons/hicolor/32x32/actions/object-rotate-left.png
+file path=usr/share/evince/icons/hicolor/32x32/actions/object-rotate-right.png
+file path=usr/share/evince/icons/hicolor/32x32/actions/view-page-continuous.png
+file path=usr/share/evince/icons/hicolor/32x32/actions/view-page-facing.png
+file path=usr/share/evince/icons/hicolor/32x32/mimetypes/x-office-presentation.png
+file path=usr/share/evince/icons/hicolor/48x48/actions/close.png
+file path=usr/share/evince/icons/hicolor/48x48/actions/resize-se.png
+file path=usr/share/evince/icons/hicolor/48x48/actions/resize-sw.png
+file path=usr/share/evince/icons/hicolor/48x48/actions/view-page-continuous.png
+file path=usr/share/evince/icons/hicolor/48x48/actions/view-page-facing.png
+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.devhelp
+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.devhelp
+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.devhelp
+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/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/ar/LC_MESSAGES/evince.mo
+file path=usr/share/locale/as/LC_MESSAGES/evince.mo
+file path=usr/share/locale/as/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ast/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ast/LC_MESSAGES/evince.mo
+file path=usr/share/locale/be/LC_MESSAGES/evince.mo
+file path=usr/share/locale/be/LC_MESSAGES/evince.mo
+file path=usr/share/locale/be@latin/LC_MESSAGES/evince.mo
+file path=usr/share/locale/be@latin/LC_MESSAGES/evince.mo
+file path=usr/share/locale/bg/LC_MESSAGES/evince.mo
+file path=usr/share/locale/bg/LC_MESSAGES/evince.mo
+file path=usr/share/locale/bn/LC_MESSAGES/evince.mo
+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/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/ca@valencia/LC_MESSAGES/evince.mo
+file path=usr/share/locale/cs/LC_MESSAGES/evince.mo
+file path=usr/share/locale/cs/LC_MESSAGES/evince.mo
+file path=usr/share/locale/cy/LC_MESSAGES/evince.mo
+file path=usr/share/locale/cy/LC_MESSAGES/evince.mo
+file path=usr/share/locale/da/LC_MESSAGES/evince.mo
+file path=usr/share/locale/da/LC_MESSAGES/evince.mo
+file path=usr/share/locale/de/LC_MESSAGES/evince.mo
+file path=usr/share/locale/de/LC_MESSAGES/evince.mo
+file path=usr/share/locale/dz/LC_MESSAGES/evince.mo
+file path=usr/share/locale/dz/LC_MESSAGES/evince.mo
+file path=usr/share/locale/el/LC_MESSAGES/evince.mo
+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@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/et/LC_MESSAGES/evince.mo
+file path=usr/share/locale/eu/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/fa/LC_MESSAGES/evince.mo
+file path=usr/share/locale/fi/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/ga/LC_MESSAGES/evince.mo
+file path=usr/share/locale/gl/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/gu/LC_MESSAGES/evince.mo
+file path=usr/share/locale/he/LC_MESSAGES/evince.mo
+file path=usr/share/locale/he/LC_MESSAGES/evince.mo
+file path=usr/share/locale/hi/LC_MESSAGES/evince.mo
+file path=usr/share/locale/hi/LC_MESSAGES/evince.mo
+file path=usr/share/locale/hu/LC_MESSAGES/evince.mo
+file path=usr/share/locale/hu/LC_MESSAGES/evince.mo
+file path=usr/share/locale/id/LC_MESSAGES/evince.mo
+file path=usr/share/locale/id/LC_MESSAGES/evince.mo
+file path=usr/share/locale/it/LC_MESSAGES/evince.mo
+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/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/kn/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ko/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ko/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ks/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ks/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ku/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ku/LC_MESSAGES/evince.mo
+file path=usr/share/locale/lt/LC_MESSAGES/evince.mo
+file path=usr/share/locale/lt/LC_MESSAGES/evince.mo
+file path=usr/share/locale/lv/LC_MESSAGES/evince.mo
+file path=usr/share/locale/lv/LC_MESSAGES/evince.mo
+file path=usr/share/locale/mai/LC_MESSAGES/evince.mo
+file path=usr/share/locale/mai/LC_MESSAGES/evince.mo
+file path=usr/share/locale/mg/LC_MESSAGES/evince.mo
+file path=usr/share/locale/mg/LC_MESSAGES/evince.mo
+file path=usr/share/locale/mk/LC_MESSAGES/evince.mo
+file path=usr/share/locale/mk/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ml/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ml/LC_MESSAGES/evince.mo
+file path=usr/share/locale/mn/LC_MESSAGES/evince.mo
+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/mr/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ms/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ms/LC_MESSAGES/evince.mo
+file path=usr/share/locale/nb/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/nds/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ne/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ne/LC_MESSAGES/evince.mo
+file path=usr/share/locale/nl/LC_MESSAGES/evince.mo
+file path=usr/share/locale/nl/LC_MESSAGES/evince.mo
+file path=usr/share/locale/nn/LC_MESSAGES/evince.mo
+file path=usr/share/locale/nn/LC_MESSAGES/evince.mo
+file path=usr/share/locale/oc/LC_MESSAGES/evince.mo
+file path=usr/share/locale/oc/LC_MESSAGES/evince.mo
+file path=usr/share/locale/or/LC_MESSAGES/evince.mo
+file path=usr/share/locale/or/LC_MESSAGES/evince.mo
+file path=usr/share/locale/pa/LC_MESSAGES/evince.mo
+file path=usr/share/locale/pa/LC_MESSAGES/evince.mo
+file path=usr/share/locale/pl/LC_MESSAGES/evince.mo
+file path=usr/share/locale/pl/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ps/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ps/LC_MESSAGES/evince.mo
+file path=usr/share/locale/pt/LC_MESSAGES/evince.mo
+file path=usr/share/locale/pt/LC_MESSAGES/evince.mo
+file path=usr/share/locale/pt_BR/LC_MESSAGES/evince.mo
+file path=usr/share/locale/pt_BR/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ro/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ro/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ru/LC_MESSAGES/evince.mo
+file path=usr/share/locale/ru/LC_MESSAGES/evince.mo
+file path=usr/share/locale/rw/LC_MESSAGES/evince.mo
+file path=usr/share/locale/rw/LC_MESSAGES/evince.mo
+file path=usr/share/locale/si/LC_MESSAGES/evince.mo
+file path=usr/share/locale/si/LC_MESSAGES/evince.mo
+file path=usr/share/locale/sk/LC_MESSAGES/evince.mo
+file path=usr/share/locale/sk/LC_MESSAGES/evince.mo
+file path=usr/share/locale/sl/LC_MESSAGES/evince.mo
+file path=usr/share/locale/sl/LC_MESSAGES/evince.mo
+file path=usr/share/locale/sq/LC_MESSAGES/evince.mo
+file path=usr/share/locale/sq/LC_MESSAGES/evince.mo
+file path=usr/share/locale/sr/LC_MESSAGES/evince.mo
+file path=usr/share/locale/sr/LC_MESSAGES/evince.mo
+file path=usr/share/locale/sr@latin/LC_MESSAGES/evince.mo
+file path=usr/share/locale/sr@latin/LC_MESSAGES/evince.mo
+file path=usr/share/locale/sv/LC_MESSAGES/evince.mo
+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/ta/LC_MESSAGES/evince.mo
+file path=usr/share/locale/te/LC_MESSAGES/evince.mo
+file path=usr/share/locale/te/LC_MESSAGES/evince.mo
+file path=usr/share/locale/th/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/tr/LC_MESSAGES/evince.mo
+file path=usr/share/locale/uk/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/vi/LC_MESSAGES/evince.mo
+file path=usr/share/locale/wa/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_CN/LC_MESSAGES/evince.mo
+file path=usr/share/locale/zh_HK/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/zh_TW/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
+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/files/ggv.1	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,2 @@
+.so man1/evince.1
+...\" LSARC 2005/734 GNOME For Nevada
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evince/files/gpdf.1	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,2 @@
+.so man1/evince.1
+...\" LSARC 2005/734 GNOME For Nevada
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evince/patches/evince-01-menu-entry.patch	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,33 @@
+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@
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evince/patches/evince-02-require-ice.patch	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,16 @@
+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
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evince/patches/evince-03-fix-doc.patch	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,296 @@
+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*"/>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evince/patches/evince-04-fix-l10n-doc.patch	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,514 @@
+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> 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evince/patches/evince-05-remove-newline.patch	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,20 @@
+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;
+ }
+