summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2012-07-29 06:42:17 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2012-07-29 06:42:17 +0800
commitd8a2bfae6c8b3614764aeff19153763073f62ac6 (patch)
tree61c8a173344eb8a14a82e4e8368d1a63101432f3
parenta3284cd64bb7f738bf143de24e49235dbff5eed1 (diff)
downloadmarcuscom-ports-experimental-d8a2bfae6c8b3614764aeff19153763073f62ac6.tar.gz
marcuscom-ports-experimental-d8a2bfae6c8b3614764aeff19153763073f62ac6.tar.zst
marcuscom-ports-experimental-d8a2bfae6c8b3614764aeff19153763073f62ac6.zip
Repocopied two ports:
archivers/file-roller -> archivers/mate-file-archiver (engrampa) graphics/evince -> graphics/mate-document-viewer (atril) git-svn-id: svn://creme-brulee.marcuscom.com/ports-experimental/trunk@17469 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--TODO-mate4
-rw-r--r--archivers/mate-file-archiver/Makefile49
-rw-r--r--archivers/mate-file-archiver/distinfo2
-rw-r--r--archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c11
-rw-r--r--archivers/mate-file-archiver/files/patch-src_fr-command-tar.c12
-rw-r--r--archivers/mate-file-archiver/files/patch-src_fr-command-zip.c39
-rw-r--r--archivers/mate-file-archiver/pkg-descr19
-rw-r--r--archivers/mate-file-archiver/pkg-plist369
-rw-r--r--graphics/mate-document-viewer/Makefile132
-rw-r--r--graphics/mate-document-viewer/distinfo2
-rw-r--r--graphics/mate-document-viewer/files/patch-backend_pdf_ev-poppler.cc28
-rw-r--r--graphics/mate-document-viewer/pkg-descr5
-rw-r--r--graphics/mate-document-viewer/pkg-plist430
13 files changed, 1100 insertions, 2 deletions
diff --git a/TODO-mate b/TODO-mate
index 278d71d..600ecee 100644
--- a/TODO-mate
+++ b/TODO-mate
@@ -48,8 +48,8 @@ Extras (x11/mate):
deskutils/gnome-utils -> deskutils/mate-utils
sysutils/gnome-system-monitor -> sysutils/mate-system-monitor
graphics/eog -> graphics/mate-image-viewer
-archivers/file-roller -> archivers/mate-file-archiver
-graphics/evince -> graphics/mate-document-viewer
+ archivers/file-roller -> archivers/mate-file-archiver
+ graphics/evince -> graphics/mate-document-viewer
audio/gnome-media -> audio/mate-media
sysutils/gnome-power-manager -> sysutils/mate-power-manager
deskutils/alacarte -> deskutils/mate-menu-editor
diff --git a/archivers/mate-file-archiver/Makefile b/archivers/mate-file-archiver/Makefile
new file mode 100644
index 0000000..a79cc2c
--- /dev/null
+++ b/archivers/mate-file-archiver/Makefile
@@ -0,0 +1,49 @@
+# New ports collection makefile for: fileroller
+# Date created: 18 May 2002
+# Whom: Anders Nordby <anders@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= mate-file-archiver
+PORTVERSION= 1.4.0
+CATEGORIES= archivers mate
+MASTER_SITES= MATE
+DIST_SUBDIR= mate
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= An archive manager for zip files, tar, etc
+
+RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \
+ ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
+
+USE_XZ= yes
+USE_MATE= autogen caja common:build conf docutils intlhack matehack
+USE_XORG= sm
+USE_GMAKE= yes
+USE_GNOME= desktopfileutils glib20 gtk20
+USE_GETTEXT= yes
+INSTALLS_OMF= yes
+USE_LDCONFIG= yes
+USE_PKGCONFIG= build
+GNU_CONFIGURE= yes
+USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
+CONFIGURE_ARGS= --disable-packagekit \
+ --with-gtk=2.0 \
+ ${MATECONF_PREFIX}
+INSTALLS_ICONS= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+MATECONF_SCHEMAS=engrampa.schemas
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ ${WRKSRC}/src/fr-command-tar.c \
+ ${WRKSRC}/src/fr-command-zip.c
+
+post-install:
+ @-update-desktop-database
+
+.include <bsd.port.mk>
diff --git a/archivers/mate-file-archiver/distinfo b/archivers/mate-file-archiver/distinfo
new file mode 100644
index 0000000..a9b1091
--- /dev/null
+++ b/archivers/mate-file-archiver/distinfo
@@ -0,0 +1,2 @@
+SHA256 (mate/mate-file-archiver-1.4.0.tar.xz) = 7277e6853da597a31bf50dc51e66a0845118b0965ee03a82f6d1c16b7c72c2ee
+SIZE (mate/mate-file-archiver-1.4.0.tar.xz) = 1169156
diff --git a/archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c b/archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c
new file mode 100644
index 0000000..ae2d7d4
--- /dev/null
+++ b/archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c
@@ -0,0 +1,11 @@
+--- src/fr-command-lrzip.c.orig 2010-08-26 12:40:56.000000000 -0400
++++ src/fr-command-lrzip.c 2010-08-26 12:41:41.000000000 -0400
+@@ -53,7 +53,7 @@ list__process_line (char *line,
+ struct stat st;
+ time_t tt;
+ if (stat (comm->filename, &st) == 0)
+- fdata->modified = st.st_mtim.tv_sec;
++ fdata->modified = st.st_mtime;
+ else
+ time(&(fdata->modified));
+ fdata->modified;
diff --git a/archivers/mate-file-archiver/files/patch-src_fr-command-tar.c b/archivers/mate-file-archiver/files/patch-src_fr-command-tar.c
new file mode 100644
index 0000000..78843a2
--- /dev/null
+++ b/archivers/mate-file-archiver/files/patch-src_fr-command-tar.c
@@ -0,0 +1,12 @@
+--- src/fr-command-tar.c.orig Sun Oct 15 12:33:56 2006
++++ src/fr-command-tar.c Mon Oct 16 19:18:03 2006
+@@ -231,6 +231,9 @@
+ #if defined (__SVR4) && defined (__sun)
+ if (g_file_test ("/usr/sfw/bin/gtar", G_FILE_TEST_IS_EXECUTABLE))
+ command = g_strdup ("/usr/sfw/bin/gtar");
++#elif defined(__FreeBSD__)
++ if (g_file_test ("%%LOCALBASE%%/bin/gtar", G_FILE_TEST_IS_EXECUTABLE))
++ command = g_strdup ("%%LOCALBASE%%/bin/gtar");
+ #endif
+ if (command != NULL)
+ fr_process_begin_command (comm->process, command);
diff --git a/archivers/mate-file-archiver/files/patch-src_fr-command-zip.c b/archivers/mate-file-archiver/files/patch-src_fr-command-zip.c
new file mode 100644
index 0000000..ee9ec93
--- /dev/null
+++ b/archivers/mate-file-archiver/files/patch-src_fr-command-zip.c
@@ -0,0 +1,39 @@
+--- src/fr-command-zip.c.orig 2010-01-02 17:02:44.000000000 -0500
++++ src/fr-command-zip.c 2010-01-02 17:08:03.000000000 -0500
+@@ -187,7 +187,11 @@ fr_command_zip_list (FrCommand *comm)
+ {
+ fr_process_set_out_line_func (comm->process, list__process_line, comm);
+
++#ifdef __FreeBSD__
++ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip");
++#else
+ fr_process_begin_command (comm->process, "unzip");
++#endif
+ fr_process_set_begin_func (comm->process, list__begin, comm);
+ fr_process_add_arg (comm->process, "-ZTs");
+ fr_process_add_arg (comm->process, comm->filename);
+@@ -302,7 +306,11 @@ fr_command_zip_extract (FrCommand *comm
+ process_line__common,
+ comm);
+
++#ifdef __FreeBSD__
++ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip");
++#else
+ fr_process_begin_command (comm->process, "unzip");
++#endif
+
+ if (dest_dir != NULL) {
+ fr_process_add_arg (comm->process, "-d");
+@@ -334,7 +342,11 @@ fr_command_zip_extract (FrCommand *comm
+ static void
+ fr_command_zip_test (FrCommand *comm)
+ {
+- fr_process_begin_command (comm->process, "unzip");
++#ifdef __FreeBSD__
++ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip");
++#else
++ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip");
++#endif
+ fr_process_add_arg (comm->process, "-t");
+ add_password_arg (comm, comm->password);
+ fr_process_add_arg (comm->process, comm->filename);
diff --git a/archivers/mate-file-archiver/pkg-descr b/archivers/mate-file-archiver/pkg-descr
new file mode 100644
index 0000000..7f9e649
--- /dev/null
+++ b/archivers/mate-file-archiver/pkg-descr
@@ -0,0 +1,19 @@
+Engrampa is an archive manager for the MATE environment. It is only a
+front-end (a graphical interface) to archiving programs like tar and zip.
+The supported file types are:
+
+* Tar archives uncompressed (.tar) or compressed with gzip (.tar.gz , .tgz),
+ bzip (.tar.bz , .tbz), bzip2 (.tar.bz2 , .tbz2), compress (.tar.Z , .taz),
+ lzop (.tar.lzo , .tzo)
+* Zip archives (.zip)
+* Jar archives (.jar , .ear , .war)
+* Lha archives (.lzh)
+* Rar archives (.rar)
+* Single files compressed with gzip, bzip, bzip2, compress, lzop
+
+Engrampa also has a document viewer based on bonobo that lets you view files
+of any type for which you have a viewer.
+
+Former WinZip users may find this program useful. It serves the same purpose.
+
+WWW: http://mate-desktop.org/
diff --git a/archivers/mate-file-archiver/pkg-plist b/archivers/mate-file-archiver/pkg-plist
new file mode 100644
index 0000000..6658b72
--- /dev/null
+++ b/archivers/mate-file-archiver/pkg-plist
@@ -0,0 +1,369 @@
+bin/engrampa
+libexec/engrampa/isoinfo.sh
+libexec/engrampa/rpm2cpio
+share/applications/engrampa.desktop
+share/engrampa/icons/hicolor/16x16/actions/add-files-to-archive.png
+share/engrampa/icons/hicolor/16x16/actions/add-folder-to-archive.png
+share/engrampa/icons/hicolor/16x16/actions/extract-archive.png
+share/engrampa/icons/hicolor/24x24/actions/add-files-to-archive.png
+share/engrampa/icons/hicolor/24x24/actions/add-folder-to-archive.png
+share/engrampa/icons/hicolor/24x24/actions/extract-archive.png
+share/engrampa/packages.match
+share/engrampa/ui/add-options.ui
+share/engrampa/ui/batch-add-files.ui
+share/engrampa/ui/batch-password.ui
+share/engrampa/ui/delete.ui
+share/engrampa/ui/new.ui
+share/engrampa/ui/open-with.ui
+share/engrampa/ui/password.ui
+share/engrampa/ui/properties.ui
+share/engrampa/ui/update.ui
+share/icons/hicolor/16x16/apps/engrampa.png
+share/icons/hicolor/22x22/apps/engrampa.png
+share/icons/hicolor/24x24/apps/engrampa.png
+share/icons/hicolor/32x32/apps/engrampa.png
+share/icons/hicolor/scalable/apps/engrampa.svg
+share/locale/af/LC_MESSAGES/engrampa.mo
+share/locale/am/LC_MESSAGES/engrampa.mo
+share/locale/ar/LC_MESSAGES/engrampa.mo
+share/locale/as/LC_MESSAGES/engrampa.mo
+share/locale/ast/LC_MESSAGES/engrampa.mo
+share/locale/az/LC_MESSAGES/engrampa.mo
+share/locale/be/LC_MESSAGES/engrampa.mo
+share/locale/be@latin/LC_MESSAGES/engrampa.mo
+share/locale/bg/LC_MESSAGES/engrampa.mo
+share/locale/bn/LC_MESSAGES/engrampa.mo
+share/locale/bn_IN/LC_MESSAGES/engrampa.mo
+share/locale/br/LC_MESSAGES/engrampa.mo
+share/locale/bs/LC_MESSAGES/engrampa.mo
+share/locale/ca/LC_MESSAGES/engrampa.mo
+share/locale/ca@valencia/LC_MESSAGES/engrampa.mo
+share/locale/cs/LC_MESSAGES/engrampa.mo
+share/locale/cy/LC_MESSAGES/engrampa.mo
+share/locale/da/LC_MESSAGES/engrampa.mo
+share/locale/de/LC_MESSAGES/engrampa.mo
+share/locale/dz/LC_MESSAGES/engrampa.mo
+share/locale/el/LC_MESSAGES/engrampa.mo
+share/locale/en@shaw/LC_MESSAGES/engrampa.mo
+share/locale/en_CA/LC_MESSAGES/engrampa.mo
+share/locale/en_GB/LC_MESSAGES/engrampa.mo
+share/locale/eo/LC_MESSAGES/engrampa.mo
+share/locale/es/LC_MESSAGES/engrampa.mo
+share/locale/et/LC_MESSAGES/engrampa.mo
+share/locale/eu/LC_MESSAGES/engrampa.mo
+share/locale/fa/LC_MESSAGES/engrampa.mo
+share/locale/fi/LC_MESSAGES/engrampa.mo
+share/locale/fr/LC_MESSAGES/engrampa.mo
+share/locale/fur/LC_MESSAGES/engrampa.mo
+share/locale/fy/LC_MESSAGES/engrampa.mo
+share/locale/ga/LC_MESSAGES/engrampa.mo
+share/locale/gl/LC_MESSAGES/engrampa.mo
+share/locale/gu/LC_MESSAGES/engrampa.mo
+share/locale/he/LC_MESSAGES/engrampa.mo
+share/locale/hi/LC_MESSAGES/engrampa.mo
+share/locale/hr/LC_MESSAGES/engrampa.mo
+share/locale/hu/LC_MESSAGES/engrampa.mo
+share/locale/hy/LC_MESSAGES/engrampa.mo
+share/locale/id/LC_MESSAGES/engrampa.mo
+share/locale/is/LC_MESSAGES/engrampa.mo
+share/locale/it/LC_MESSAGES/engrampa.mo
+share/locale/ja/LC_MESSAGES/engrampa.mo
+share/locale/ka/LC_MESSAGES/engrampa.mo
+share/locale/kk/LC_MESSAGES/engrampa.mo
+share/locale/kn/LC_MESSAGES/engrampa.mo
+share/locale/ko/LC_MESSAGES/engrampa.mo
+share/locale/ku/LC_MESSAGES/engrampa.mo
+share/locale/lt/LC_MESSAGES/engrampa.mo
+share/locale/lv/LC_MESSAGES/engrampa.mo
+share/locale/mai/LC_MESSAGES/engrampa.mo
+share/locale/mg/LC_MESSAGES/engrampa.mo
+share/locale/mk/LC_MESSAGES/engrampa.mo
+share/locale/ml/LC_MESSAGES/engrampa.mo
+share/locale/mn/LC_MESSAGES/engrampa.mo
+share/locale/mr/LC_MESSAGES/engrampa.mo
+share/locale/ms/LC_MESSAGES/engrampa.mo
+share/locale/nb/LC_MESSAGES/engrampa.mo
+share/locale/nds/LC_MESSAGES/engrampa.mo
+share/locale/ne/LC_MESSAGES/engrampa.mo
+share/locale/nl/LC_MESSAGES/engrampa.mo
+share/locale/nn/LC_MESSAGES/engrampa.mo
+share/locale/oc/LC_MESSAGES/engrampa.mo
+share/locale/or/LC_MESSAGES/engrampa.mo
+share/locale/pa/LC_MESSAGES/engrampa.mo
+share/locale/pl/LC_MESSAGES/engrampa.mo
+share/locale/ps/LC_MESSAGES/engrampa.mo
+share/locale/pt/LC_MESSAGES/engrampa.mo
+share/locale/pt_BR/LC_MESSAGES/engrampa.mo
+share/locale/ro/LC_MESSAGES/engrampa.mo
+share/locale/ru/LC_MESSAGES/engrampa.mo
+share/locale/rw/LC_MESSAGES/engrampa.mo
+share/locale/si/LC_MESSAGES/engrampa.mo
+share/locale/sk/LC_MESSAGES/engrampa.mo
+share/locale/sl/LC_MESSAGES/engrampa.mo
+share/locale/sq/LC_MESSAGES/engrampa.mo
+share/locale/sr/LC_MESSAGES/engrampa.mo
+share/locale/sr@ije/LC_MESSAGES/engrampa.mo
+share/locale/sr@latin/LC_MESSAGES/engrampa.mo
+share/locale/sv/LC_MESSAGES/engrampa.mo
+share/locale/ta/LC_MESSAGES/engrampa.mo
+share/locale/te/LC_MESSAGES/engrampa.mo
+share/locale/th/LC_MESSAGES/engrampa.mo
+share/locale/tk/LC_MESSAGES/engrampa.mo
+share/locale/tr/LC_MESSAGES/engrampa.mo
+share/locale/ug/LC_MESSAGES/engrampa.mo
+share/locale/uk/LC_MESSAGES/engrampa.mo
+share/locale/ur/LC_MESSAGES/engrampa.mo
+share/locale/ur_PK/LC_MESSAGES/engrampa.mo
+share/locale/vi/LC_MESSAGES/engrampa.mo
+share/locale/xh/LC_MESSAGES/engrampa.mo
+share/locale/zh_CN/LC_MESSAGES/engrampa.mo
+share/locale/zh_HK/LC_MESSAGES/engrampa.mo
+share/locale/zh_TW/LC_MESSAGES/engrampa.mo
+share/mate/help/engrampa/C/engrampa.xml
+share/mate/help/engrampa/C/figures/engrampa_home.png
+share/mate/help/engrampa/C/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/C/figures/engrampa_main_window.png
+share/mate/help/engrampa/C/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/C/figures/engrampa_uparrow.png
+share/mate/help/engrampa/C/legal.xml
+share/mate/help/engrampa/bg/engrampa.xml
+share/mate/help/engrampa/bg/figures/engrampa_home.png
+share/mate/help/engrampa/bg/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/bg/figures/engrampa_main_window.png
+share/mate/help/engrampa/bg/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/bg/figures/engrampa_uparrow.png
+share/mate/help/engrampa/ca/engrampa.xml
+share/mate/help/engrampa/ca/figures/engrampa_home.png
+share/mate/help/engrampa/ca/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/ca/figures/engrampa_main_window.png
+share/mate/help/engrampa/ca/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/ca/figures/engrampa_uparrow.png
+share/mate/help/engrampa/cs/engrampa.xml
+share/mate/help/engrampa/cs/figures/engrampa_home.png
+share/mate/help/engrampa/cs/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/cs/figures/engrampa_main_window.png
+share/mate/help/engrampa/cs/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/cs/figures/engrampa_uparrow.png
+share/mate/help/engrampa/de/engrampa.xml
+share/mate/help/engrampa/de/figures/engrampa_home.png
+share/mate/help/engrampa/de/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/de/figures/engrampa_main_window.png
+share/mate/help/engrampa/de/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/de/figures/engrampa_uparrow.png
+share/mate/help/engrampa/el/engrampa.xml
+share/mate/help/engrampa/el/figures/engrampa_home.png
+share/mate/help/engrampa/el/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/el/figures/engrampa_main_window.png
+share/mate/help/engrampa/el/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/el/figures/engrampa_uparrow.png
+share/mate/help/engrampa/en_GB/engrampa.xml
+share/mate/help/engrampa/en_GB/figures/engrampa_home.png
+share/mate/help/engrampa/en_GB/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/en_GB/figures/engrampa_main_window.png
+share/mate/help/engrampa/en_GB/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/en_GB/figures/engrampa_uparrow.png
+share/mate/help/engrampa/es/engrampa.xml
+share/mate/help/engrampa/es/figures/engrampa_home.png
+share/mate/help/engrampa/es/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/es/figures/engrampa_main_window.png
+share/mate/help/engrampa/es/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/es/figures/engrampa_uparrow.png
+share/mate/help/engrampa/fi/engrampa.xml
+share/mate/help/engrampa/fi/figures/engrampa_home.png
+share/mate/help/engrampa/fi/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/fi/figures/engrampa_main_window.png
+share/mate/help/engrampa/fi/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/fi/figures/engrampa_uparrow.png
+share/mate/help/engrampa/fr/engrampa.xml
+share/mate/help/engrampa/fr/figures/engrampa_home.png
+share/mate/help/engrampa/fr/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/fr/figures/engrampa_main_window.png
+share/mate/help/engrampa/fr/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/fr/figures/engrampa_uparrow.png
+share/mate/help/engrampa/it/engrampa.xml
+share/mate/help/engrampa/it/figures/engrampa_home.png
+share/mate/help/engrampa/it/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/it/figures/engrampa_main_window.png
+share/mate/help/engrampa/it/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/it/figures/engrampa_uparrow.png
+share/mate/help/engrampa/ja/engrampa.xml
+share/mate/help/engrampa/ja/figures/engrampa_home.png
+share/mate/help/engrampa/ja/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/ja/figures/engrampa_main_window.png
+share/mate/help/engrampa/ja/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/ja/figures/engrampa_uparrow.png
+share/mate/help/engrampa/nl/engrampa.xml
+share/mate/help/engrampa/nl/figures/engrampa_home.png
+share/mate/help/engrampa/nl/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/nl/figures/engrampa_main_window.png
+share/mate/help/engrampa/nl/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/nl/figures/engrampa_uparrow.png
+share/mate/help/engrampa/oc/engrampa.xml
+share/mate/help/engrampa/oc/figures/engrampa_home.png
+share/mate/help/engrampa/oc/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/oc/figures/engrampa_main_window.png
+share/mate/help/engrampa/oc/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/oc/figures/engrampa_uparrow.png
+share/mate/help/engrampa/ru/engrampa.xml
+share/mate/help/engrampa/ru/figures/engrampa_home.png
+share/mate/help/engrampa/ru/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/ru/figures/engrampa_main_window.png
+share/mate/help/engrampa/ru/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/ru/figures/engrampa_uparrow.png
+share/mate/help/engrampa/sv/engrampa.xml
+share/mate/help/engrampa/sv/figures/engrampa_home.png
+share/mate/help/engrampa/sv/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/sv/figures/engrampa_main_window.png
+share/mate/help/engrampa/sv/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/sv/figures/engrampa_uparrow.png
+share/mate/help/engrampa/uk/engrampa.xml
+share/mate/help/engrampa/uk/figures/engrampa_home.png
+share/mate/help/engrampa/uk/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/uk/figures/engrampa_main_window.png
+share/mate/help/engrampa/uk/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/uk/figures/engrampa_uparrow.png
+share/mate/help/engrampa/vi/engrampa.xml
+share/mate/help/engrampa/vi/figures/engrampa_home.png
+share/mate/help/engrampa/vi/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/vi/figures/engrampa_main_window.png
+share/mate/help/engrampa/vi/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/vi/figures/engrampa_uparrow.png
+share/mate/help/engrampa/zh_CN/engrampa.xml
+share/mate/help/engrampa/zh_CN/figures/engrampa_home.png
+share/mate/help/engrampa/zh_CN/figures/engrampa_leftarrow.png
+share/mate/help/engrampa/zh_CN/figures/engrampa_main_window.png
+share/mate/help/engrampa/zh_CN/figures/engrampa_rightarrow.png
+share/mate/help/engrampa/zh_CN/figures/engrampa_uparrow.png
+share/omf/engrampa/engrampa-C.omf
+share/omf/engrampa/engrampa-bg.omf
+share/omf/engrampa/engrampa-ca.omf
+share/omf/engrampa/engrampa-cs.omf
+share/omf/engrampa/engrampa-de.omf
+share/omf/engrampa/engrampa-el.omf
+share/omf/engrampa/engrampa-en_GB.omf
+share/omf/engrampa/engrampa-es.omf
+share/omf/engrampa/engrampa-fi.omf
+share/omf/engrampa/engrampa-fr.omf
+share/omf/engrampa/engrampa-it.omf
+share/omf/engrampa/engrampa-ja.omf
+share/omf/engrampa/engrampa-nl.omf
+share/omf/engrampa/engrampa-oc.omf
+share/omf/engrampa/engrampa-ru.omf
+share/omf/engrampa/engrampa-sv.omf
+share/omf/engrampa/engrampa-uk.omf
+share/omf/engrampa/engrampa-vi.omf
+share/omf/engrampa/engrampa-zh_CN.omf
+@dirrm share/omf/engrampa
+@dirrm share/omf
+@dirrm share/mate/help/engrampa/zh_CN/figures
+@dirrm share/mate/help/engrampa/zh_CN
+@dirrm share/mate/help/engrampa/vi/figures
+@dirrm share/mate/help/engrampa/vi
+@dirrm share/mate/help/engrampa/uk/figures
+@dirrm share/mate/help/engrampa/uk
+@dirrm share/mate/help/engrampa/sv/figures
+@dirrm share/mate/help/engrampa/sv
+@dirrm share/mate/help/engrampa/ru/figures
+@dirrm share/mate/help/engrampa/ru
+@dirrm share/mate/help/engrampa/oc/figures
+@dirrm share/mate/help/engrampa/oc
+@dirrm share/mate/help/engrampa/nl/figures
+@dirrm share/mate/help/engrampa/nl
+@dirrm share/mate/help/engrampa/ja/figures
+@dirrm share/mate/help/engrampa/ja
+@dirrm share/mate/help/engrampa/it/figures
+@dirrm share/mate/help/engrampa/it
+@dirrm share/mate/help/engrampa/fr/figures
+@dirrm share/mate/help/engrampa/fr
+@dirrm share/mate/help/engrampa/fi/figures
+@dirrm share/mate/help/engrampa/fi
+@dirrm share/mate/help/engrampa/es/figures
+@dirrm share/mate/help/engrampa/es
+@dirrm share/mate/help/engrampa/en_GB/figures
+@dirrm share/mate/help/engrampa/en_GB
+@dirrm share/mate/help/engrampa/el/figures
+@dirrm share/mate/help/engrampa/el
+@dirrm share/mate/help/engrampa/de/figures
+@dirrm share/mate/help/engrampa/de
+@dirrm share/mate/help/engrampa/cs/figures
+@dirrm share/mate/help/engrampa/cs
+@dirrm share/mate/help/engrampa/ca/figures
+@dirrm share/mate/help/engrampa/ca
+@dirrm share/mate/help/engrampa/bg/figures
+@dirrm share/mate/help/engrampa/bg
+@dirrm share/mate/help/engrampa/C/figures
+@dirrm share/mate/help/engrampa/C
+@dirrm share/mate/help/engrampa
+@dirrm share/mate/help
+@dirrm share/mate
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/xh/LC_MESSAGES
+@dirrmtry share/locale/xh
+@dirrmtry share/locale/ur_PK/LC_MESSAGES
+@dirrmtry share/locale/ur_PK
+@dirrmtry share/locale/ur/LC_MESSAGES
+@dirrmtry share/locale/ur
+@dirrmtry share/locale/ug/LC_MESSAGES
+@dirrmtry share/locale/ug
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
+@dirrmtry share/locale/sr@ije/LC_MESSAGES
+@dirrmtry share/locale/sr@ije
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ps/LC_MESSAGES
+@dirrmtry share/locale/ps
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/nds/LC_MESSAGES
+@dirrmtry share/locale/nds
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mg/LC_MESSAGES
+@dirrmtry share/locale/mg
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/kk/LC_MESSAGES
+@dirrmtry share/locale/kk
+@dirrmtry share/locale/hy/LC_MESSAGES
+@dirrmtry share/locale/hy
+@dirrmtry share/locale/fy/LC_MESSAGES
+@dirrmtry share/locale/fy
+@dirrmtry share/locale/fur/LC_MESSAGES
+@dirrmtry share/locale/fur
+@dirrmtry share/locale/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be@latin/LC_MESSAGES
+@dirrmtry share/locale/be@latin
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as
+@dirrm share/engrampa/ui
+@dirrm share/engrampa/icons/hicolor/24x24/actions
+@dirrm share/engrampa/icons/hicolor/24x24
+@dirrm share/engrampa/icons/hicolor/16x16/actions
+@dirrm share/engrampa/icons/hicolor/16x16
+@dirrm share/engrampa/icons/hicolor
+@dirrm share/engrampa/icons
+@dirrm share/engrampa
+@dirrmtry share/applications
+@dirrm libexec/engrampa
+@dirrm etc/mateconf/schemas
+@dirrm etc/mateconf/mateconf.xml.defaults
+@dirrm etc/mateconf
+@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
diff --git a/graphics/mate-document-viewer/Makefile b/graphics/mate-document-viewer/Makefile
new file mode 100644
index 0000000..4384e8a
--- /dev/null
+++ b/graphics/mate-document-viewer/Makefile
@@ -0,0 +1,132 @@
+# New ports collection makefile for: atril
+# Date created: 09 January 2005
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= mate-document-viewer
+PORTVERSION= 1.4.0
+CATEGORIES= graphics print mate
+MASTER_SITES= MATE
+DIST_SUBDIR= mate
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= MATE multi-format document viewer
+
+LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib \
+ spectre:${PORTSDIR}/print/libspectre \
+ cairo:${PORTSDIR}/graphics/cairo
+RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
+
+USE_XZ= yes
+USE_MATE= autogen common:build conf docutils icontheme intlhack \
+ ltasneededhack matehack
+USE_XORG= sm
+USE_GMAKE= yes
+USE_GNOME= desktopfileutils glib20 gtk20 libxml2
+USE_GETTEXT= yes
+INSTALLS_OMF= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
+USE_PKGCONFIG= build
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-gtk=2.0 \
+ ${MATECONF_PREFIX}
+INSTALLS_ICONS= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+GLIB_SCHEMAS= org.mate.Atril.gschema.xml
+MATECONF_SCHEMAS=atril-thumbnailer.schemas \
+ atril-thumbnailer-ps.schemas
+
+MAN1= atril.1
+
+OPTIONS= DVI "Enable DVI viewer support" off \
+ T1LIB "Enable T1LIB for TYPE1 fonts to DVI (Enables DVI)" off \
+ CAJA "Enable Nautilus plugin" on \
+ KEYRING "Enable Gnome-Keyring without Nautilus" on \
+ DBUS "Enable D-BUS support" on \
+ COMICS "Enable comic book archives support" on \
+ IMPRESS "Enable Impress presentations support" off \
+ DJVU "Enable DJVU support" off
+
+.include <bsd.port.pre.mk>
+
+.if defined(PACKAGE_BUILDING) || exists(${LOCALBASE}/lib/libdbus-glib-1.so)
+WITH_DBUS= yes
+.endif
+
+.if defined(WITH_DVI) || defined(WITH_T1LIB) || exists(${LOCALBASE}/lib/libkpathsea.a)
+BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base
+RUN_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base
+
+CONFIGURE_ARGS+=--enable-dvi
+MATECONF_SCHEMAS+=atril-thumbnailer-dvi.schemas
+PLIST_SUB+= DVI=""
+. if defined(WITH_T1LIB)
+LIB_DEPENDS+= t15:${PORTSDIR}/devel/t1lib
+
+CONFIGURE_ARGS+=--enable-t1lib
+. endif
+.else
+PLIST_SUB+= DVI="@comment "
+.endif
+
+.if !defined(WITHOUT_CAJA)
+USE_MATE+= caja
+CONFIGURE_ARGS+=--enable-caja
+PLIST_SUB+= CAJA=""
+.else
+. if !defined(WITHOUT_KEYRING)
+USE_MATE+= libmatekeyring
+. else
+CONFIGURE_ARGS+=--without-keyring
+. endif
+CONFIGURE_ARGS+=--disable-caja
+PLIST_SUB+= CAJA="@comment "
+.endif
+
+.if defined(WITH_IMPRESS)
+CONFIGURE_ARGS+=--enable-impress
+PLIST_SUB+= IMPRESS=""
+.else
+CONFIGURE_ARGS+=--disable-impress
+PLIST_SUB+= IMPRESS="@comment "
+.endif
+
+.if defined(WITH_DJVU)
+LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre
+CONFIGURE_ARGS+=--enable-djvu
+MATECONF_SCHEMAS+=atril-thumbnailer-djvu.schemas
+PLIST_SUB+= DJVU=""
+.else
+CONFIGURE_ARGS+=--disable-djvu
+PLIST_SUB+= DJVU="@comment "
+.endif
+
+.if !defined(WITHOUT_DBUS)
+LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+.endif
+
+.if !defined(WITHOUT_COMICS)
+RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
+CONFIGURE_ARGS+=--enable-comics
+MATECONF_SCHEMAS+=atril-thumbnailer-comics.schemas
+PLIST_SUB+= COMICS=""
+.else
+CONFIGURE_ARGS+=--disable-comics
+PLIST_SUB+= COMICS="@comment "
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|AC_CHECK_HEADERS([execinfo.h])||g' \
+ -e 's|" == "|" = "|g' \
+ ${WRKSRC}/configure.ac
+
+post-install:
+ @-update-desktop-database
+
+.include <bsd.port.post.mk>
diff --git a/graphics/mate-document-viewer/distinfo b/graphics/mate-document-viewer/distinfo
new file mode 100644
index 0000000..5546afc
--- /dev/null
+++ b/graphics/mate-document-viewer/distinfo
@@ -0,0 +1,2 @@
+SHA256 (mate/mate-document-viewer-1.4.0.tar.xz) = 96da48e303e4842cda1cd7150d861acf65f3082079999a1fb35d12c6f6df320a
+SIZE (mate/mate-document-viewer-1.4.0.tar.xz) = 1343584
diff --git a/graphics/mate-document-viewer/files/patch-backend_pdf_ev-poppler.cc b/graphics/mate-document-viewer/files/patch-backend_pdf_ev-poppler.cc
new file mode 100644
index 0000000..debe49c
--- /dev/null
+++ b/graphics/mate-document-viewer/files/patch-backend_pdf_ev-poppler.cc
@@ -0,0 +1,28 @@
+--- backend/pdf/ev-poppler.cc.orig 2012-07-28 17:20:48.000000000 -0500
++++ backend/pdf/ev-poppler.cc 2012-07-28 17:20:50.000000000 -0500
+@@ -640,6 +640,7 @@
+ PopplerPermissions permissions;
+ EvPage *page;
+ char *metadata;
++ gboolean linearized;
+
+ info = g_new0 (EvDocumentInfo, 1);
+
+@@ -676,7 +677,7 @@
+ "producer", &(info->producer),
+ "creation-date", &(info->creation_date),
+ "mod-date", &(info->modified_date),
+- "linearized", &(info->linearized),
++ "linearized", &linearized,
+ "metadata", &metadata,
+ NULL);
+
+@@ -782,6 +783,8 @@
+ info->security = g_strdup (_("No"));
+ }
+
++ info->linearized = linearized ? g_strdup (_("Yes")) : g_strdup (_("No"));
++
+ return info;
+ }
+
diff --git a/graphics/mate-document-viewer/pkg-descr b/graphics/mate-document-viewer/pkg-descr
new file mode 100644
index 0000000..611bf3a
--- /dev/null
+++ b/graphics/mate-document-viewer/pkg-descr
@@ -0,0 +1,5 @@
+Atril is a document viewer for multiple document formats including PDF and
+Postscript. The goal of Atril is to replace document viewers such as ggv and
+gpdf with a single, simple application.
+
+WWW: http://mate-desktop.org/
diff --git a/graphics/mate-document-viewer/pkg-plist b/graphics/mate-document-viewer/pkg-plist
new file mode 100644
index 0000000..6ec48d3
--- /dev/null
+++ b/graphics/mate-document-viewer/pkg-plist
@@ -0,0 +1,430 @@
+bin/atril
+bin/atril-previewer
+bin/atril-thumbnailer
+include/atril/2.32/atril-document.h
+include/atril/2.32/atril-view.h
+include/atril/2.32/libdocument/ev-annotation.h
+include/atril/2.32/libdocument/ev-async-renderer.h
+include/atril/2.32/libdocument/ev-attachment.h
+include/atril/2.32/libdocument/ev-backends-manager.h
+include/atril/2.32/libdocument/ev-document-annotations.h
+include/atril/2.32/libdocument/ev-document-attachments.h
+include/atril/2.32/libdocument/ev-document-factory.h
+include/atril/2.32/libdocument/ev-document-find.h
+include/atril/2.32/libdocument/ev-document-fonts.h
+include/atril/2.32/libdocument/ev-document-forms.h
+include/atril/2.32/libdocument/ev-document-images.h
+include/atril/2.32/libdocument/ev-document-info.h
+include/atril/2.32/libdocument/ev-document-layers.h
+include/atril/2.32/libdocument/ev-document-links.h
+include/atril/2.32/libdocument/ev-document-misc.h
+include/atril/2.32/libdocument/ev-document-print.h
+include/atril/2.32/libdocument/ev-document-security.h
+include/atril/2.32/libdocument/ev-document-text.h
+include/atril/2.32/libdocument/ev-document-thumbnails.h
+include/atril/2.32/libdocument/ev-document-transition.h
+include/atril/2.32/libdocument/ev-document-type-builtins.h
+include/atril/2.32/libdocument/ev-document.h
+include/atril/2.32/libdocument/ev-file-exporter.h
+include/atril/2.32/libdocument/ev-file-helpers.h
+include/atril/2.32/libdocument/ev-form-field.h
+include/atril/2.32/libdocument/ev-image.h
+include/atril/2.32/libdocument/ev-init.h
+include/atril/2.32/libdocument/ev-layer.h
+include/atril/2.32/libdocument/ev-link-action.h
+include/atril/2.32/libdocument/ev-link-dest.h
+include/atril/2.32/libdocument/ev-link.h
+include/atril/2.32/libdocument/ev-mapping-list.h
+include/atril/2.32/libdocument/ev-page.h
+include/atril/2.32/libdocument/ev-render-context.h
+include/atril/2.32/libdocument/ev-selection.h
+include/atril/2.32/libdocument/ev-transition-effect.h
+include/atril/2.32/libdocument/ev-version.h
+include/atril/2.32/libview/ev-document-model.h
+include/atril/2.32/libview/ev-job-scheduler.h
+include/atril/2.32/libview/ev-jobs.h
+include/atril/2.32/libview/ev-print-operation.h
+include/atril/2.32/libview/ev-stock-icons.h
+include/atril/2.32/libview/ev-view-presentation.h
+include/atril/2.32/libview/ev-view-type-builtins.h
+include/atril/2.32/libview/ev-view.h
+%%COMICS%%lib/atril/3/backends/comicsdocument.atril-backend
+%%DJVU%%lib/atril/3/backends/djvudocument.evince-backend
+%%DVI%%lib/atril/3/backends/dvidocument.evince-backend
+%%IMPRESS%%lib/atril/3/backends/impressdocument.evince-backend
+%%COMICS%%lib/atril/3/backends/libcomicsdocument.a
+%%COMICS%%lib/atril/3/backends/libcomicsdocument.la
+%%COMICS%%lib/atril/3/backends/libcomicsdocument.so
+%%DJVU%%lib/atril/3/backends/libdjvudocument.a
+%%DJVU%%lib/atril/3/backends/libdjvudocument.la
+%%DJVU%%lib/atril/3/backends/libdjvudocument.so
+%%DVI%%lib/atril/3/backends/libdvidocument.a
+%%DVI%%lib/atril/3/backends/libdvidocument.la
+%%DVI%%lib/atril/3/backends/libdvidocument.so
+%%IMPRESS%%lib/atril/3/backends/libimpressdocument.a
+%%IMPRESS%%lib/atril/3/backends/libimpressdocument.la
+%%IMPRESS%%lib/atril/3/backends/libimpressdocument.so
+lib/atril/3/backends/libpdfdocument.a
+lib/atril/3/backends/libpdfdocument.la
+lib/atril/3/backends/libpdfdocument.so
+lib/atril/3/backends/libpsdocument.a
+lib/atril/3/backends/libpsdocument.la
+lib/atril/3/backends/libpsdocument.so
+lib/atril/3/backends/libtiffdocument.a
+lib/atril/3/backends/libtiffdocument.la
+lib/atril/3/backends/libtiffdocument.so
+lib/atril/3/backends/pdfdocument.atril-backend
+lib/atril/3/backends/psdocument.atril-backend
+lib/atril/3/backends/tiffdocument.atril-backend
+lib/libatrildocument.a
+lib/libatrildocument.la
+lib/libatrildocument.so
+lib/libatrildocument.so.3
+lib/libatrilview.a
+lib/libatrilview.la
+lib/libatrilview.so
+lib/libatrilview.so.3
+%%CAJA%%lib/caja/extensions-2.0/libatril-properties-page.a
+%%CAJA%%lib/caja/extensions-2.0/libatril-properties-page.la
+%%CAJA%%lib/caja/extensions-2.0/libatril-properties-page.so
+libdata/pkgconfig/atril-document-2.32.pc
+libdata/pkgconfig/atril-view-2.32.pc
+libexec/atril-convert-metadata
+libexec/atrild
+share/MateConf/gsettings/atril.convert
+share/applications/atril.desktop
+share/atril/atril-previewer-ui.xml
+share/atril/atril-toolbar.xml
+share/atril/atril-ui.xml
+share/atril/hand-open.png
+share/atril/icons/hicolor/16x16/actions/object-rotate-left.png
+share/atril/icons/hicolor/16x16/actions/object-rotate-right.png
+share/atril/icons/hicolor/16x16/actions/view-page-continuous.png
+share/atril/icons/hicolor/16x16/actions/view-page-facing.png
+share/atril/icons/hicolor/16x16/actions/zoom-fit-height.png
+share/atril/icons/hicolor/16x16/actions/zoom-fit-width.png
+share/atril/icons/hicolor/16x16/actions/zoom.png
+share/atril/icons/hicolor/16x16/mimetypes/x-office-presentation.png
+share/atril/icons/hicolor/22x22/actions/eye.png
+share/atril/icons/hicolor/22x22/actions/object-rotate-left.png
+share/atril/icons/hicolor/22x22/actions/object-rotate-right.png
+share/atril/icons/hicolor/22x22/actions/view-page-continuous.png
+share/atril/icons/hicolor/22x22/actions/view-page-facing.png
+share/atril/icons/hicolor/22x22/actions/zoom-fit-page.png
+share/atril/icons/hicolor/22x22/actions/zoom-fit-width.png
+share/atril/icons/hicolor/22x22/actions/zoom.png
+share/atril/icons/hicolor/22x22/mimetypes/x-office-presentation.png
+share/atril/icons/hicolor/24x24/actions/object-rotate-left.png
+share/atril/icons/hicolor/24x24/actions/object-rotate-right.png
+share/atril/icons/hicolor/24x24/actions/stock_filters-invert.png
+share/atril/icons/hicolor/24x24/actions/view-page-continuous.png
+share/atril/icons/hicolor/24x24/actions/view-page-facing.png
+share/atril/icons/hicolor/24x24/actions/zoom-fit-height.png
+share/atril/icons/hicolor/24x24/actions/zoom-fit-width.png
+share/atril/icons/hicolor/24x24/actions/zoom.png
+share/atril/icons/hicolor/24x24/mimetypes/x-office-presentation.png
+share/atril/icons/hicolor/32x32/actions/object-rotate-left.png
+share/atril/icons/hicolor/32x32/actions/object-rotate-right.png
+share/atril/icons/hicolor/32x32/actions/view-page-continuous.png
+share/atril/icons/hicolor/32x32/actions/view-page-facing.png
+share/atril/icons/hicolor/32x32/mimetypes/x-office-presentation.png
+share/atril/icons/hicolor/48x48/actions/close.png
+share/atril/icons/hicolor/48x48/actions/resize-se.png
+share/atril/icons/hicolor/48x48/actions/resize-sw.png
+share/atril/icons/hicolor/48x48/actions/view-page-continuous.png
+share/atril/icons/hicolor/48x48/actions/view-page-facing.png
+share/atril/icons/hicolor/scalable/actions/object-rotate-left.svg
+share/atril/icons/hicolor/scalable/actions/object-rotate-right.svg
+share/atril/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
+share/dbus-1/services/org.mate.atril.Daemon.service
+share/icons/hicolor/16x16/apps/atril.png
+share/icons/hicolor/22x22/apps/atril.png
+share/icons/hicolor/24x24/apps/atril.png
+share/icons/hicolor/48x48/apps/atril.png
+share/icons/hicolor/scalable/apps/atril.svg
+share/locale/af/LC_MESSAGES/atril.mo
+share/locale/ar/LC_MESSAGES/atril.mo
+share/locale/as/LC_MESSAGES/atril.mo
+share/locale/ast/LC_MESSAGES/atril.mo
+share/locale/be/LC_MESSAGES/atril.mo
+share/locale/be@latin/LC_MESSAGES/atril.mo
+share/locale/bg/LC_MESSAGES/atril.mo
+share/locale/bn/LC_MESSAGES/atril.mo
+share/locale/bn_IN/LC_MESSAGES/atril.mo
+share/locale/br/LC_MESSAGES/atril.mo
+share/locale/ca/LC_MESSAGES/atril.mo
+share/locale/ca@valencia/LC_MESSAGES/atril.mo
+share/locale/cs/LC_MESSAGES/atril.mo
+share/locale/cy/LC_MESSAGES/atril.mo
+share/locale/da/LC_MESSAGES/atril.mo
+share/locale/de/LC_MESSAGES/atril.mo
+share/locale/dz/LC_MESSAGES/atril.mo
+share/locale/el/LC_MESSAGES/atril.mo
+share/locale/en@shaw/LC_MESSAGES/atril.mo
+share/locale/en_CA/LC_MESSAGES/atril.mo
+share/locale/en_GB/LC_MESSAGES/atril.mo
+share/locale/eo/LC_MESSAGES/atril.mo
+share/locale/es/LC_MESSAGES/atril.mo
+share/locale/et/LC_MESSAGES/atril.mo
+share/locale/eu/LC_MESSAGES/atril.mo
+share/locale/fa/LC_MESSAGES/atril.mo
+share/locale/fi/LC_MESSAGES/atril.mo
+share/locale/fr/LC_MESSAGES/atril.mo
+share/locale/ga/LC_MESSAGES/atril.mo
+share/locale/gl/LC_MESSAGES/atril.mo
+share/locale/gu/LC_MESSAGES/atril.mo
+share/locale/he/LC_MESSAGES/atril.mo
+share/locale/hi/LC_MESSAGES/atril.mo
+share/locale/hu/LC_MESSAGES/atril.mo
+share/locale/id/LC_MESSAGES/atril.mo
+share/locale/it/LC_MESSAGES/atril.mo
+share/locale/ja/LC_MESSAGES/atril.mo
+share/locale/ka/LC_MESSAGES/atril.mo
+share/locale/kk/LC_MESSAGES/atril.mo
+share/locale/kn/LC_MESSAGES/atril.mo
+share/locale/ko/LC_MESSAGES/atril.mo
+share/locale/ks/LC_MESSAGES/atril.mo
+share/locale/ku/LC_MESSAGES/atril.mo
+share/locale/lt/LC_MESSAGES/atril.mo
+share/locale/lv/LC_MESSAGES/atril.mo
+share/locale/mai/LC_MESSAGES/atril.mo
+share/locale/mg/LC_MESSAGES/atril.mo
+share/locale/mk/LC_MESSAGES/atril.mo
+share/locale/ml/LC_MESSAGES/atril.mo
+share/locale/mn/LC_MESSAGES/atril.mo
+share/locale/mr/LC_MESSAGES/atril.mo
+share/locale/ms/LC_MESSAGES/atril.mo
+share/locale/nb/LC_MESSAGES/atril.mo
+share/locale/nds/LC_MESSAGES/atril.mo
+share/locale/ne/LC_MESSAGES/atril.mo
+share/locale/nl/LC_MESSAGES/atril.mo
+share/locale/nn/LC_MESSAGES/atril.mo
+share/locale/oc/LC_MESSAGES/atril.mo
+share/locale/or/LC_MESSAGES/atril.mo
+share/locale/pa/LC_MESSAGES/atril.mo
+share/locale/pl/LC_MESSAGES/atril.mo
+share/locale/ps/LC_MESSAGES/atril.mo
+share/locale/pt/LC_MESSAGES/atril.mo
+share/locale/pt_BR/LC_MESSAGES/atril.mo
+share/locale/ro/LC_MESSAGES/atril.mo
+share/locale/ru/LC_MESSAGES/atril.mo
+share/locale/rw/LC_MESSAGES/atril.mo
+share/locale/si/LC_MESSAGES/atril.mo
+share/locale/sk/LC_MESSAGES/atril.mo
+share/locale/sl/LC_MESSAGES/atril.mo
+share/locale/sq/LC_MESSAGES/atril.mo
+share/locale/sr/LC_MESSAGES/atril.mo
+share/locale/sr@latin/LC_MESSAGES/atril.mo
+share/locale/sv/LC_MESSAGES/atril.mo
+share/locale/ta/LC_MESSAGES/atril.mo
+share/locale/te/LC_MESSAGES/atril.mo
+share/locale/th/LC_MESSAGES/atril.mo
+share/locale/tr/LC_MESSAGES/atril.mo
+share/locale/uk/LC_MESSAGES/atril.mo
+share/locale/vi/LC_MESSAGES/atril.mo
+share/locale/wa/LC_MESSAGES/atril.mo
+share/locale/zh_CN/LC_MESSAGES/atril.mo
+share/locale/zh_HK/LC_MESSAGES/atril.mo
+share/locale/zh_TW/LC_MESSAGES/atril.mo
+share/mate/help/atril/C/atril.xml
+share/mate/help/atril/C/figures/atril_start_window.png
+share/mate/help/atril/C/legal.xml
+share/mate/help/atril/bg/atril.xml
+share/mate/help/atril/bg/figures/atril_start_window.png
+share/mate/help/atril/ca/atril.xml
+share/mate/help/atril/ca/figures/atril_start_window.png
+share/mate/help/atril/cs/atril.xml
+share/mate/help/atril/cs/figures/atril_start_window.png
+share/mate/help/atril/de/atril.xml
+share/mate/help/atril/de/figures/atril_start_window.png
+share/mate/help/atril/el/atril.xml
+share/mate/help/atril/el/figures/atril_start_window.png
+share/mate/help/atril/en_GB/atril.xml
+share/mate/help/atril/en_GB/figures/atril_start_window.png
+share/mate/help/atril/es/atril.xml
+share/mate/help/atril/es/figures/atril_start_window.png
+share/mate/help/atril/eu/atril.xml
+share/mate/help/atril/eu/figures/atril_start_window.png
+share/mate/help/atril/fi/atril.xml
+share/mate/help/atril/fi/figures/atril_start_window.png
+share/mate/help/atril/fr/atril.xml
+share/mate/help/atril/fr/figures/atril_start_window.png
+share/mate/help/atril/it/atril.xml
+share/mate/help/atril/it/figures/atril_start_window.png
+share/mate/help/atril/ja/atril.xml
+share/mate/help/atril/ja/figures/atril_start_window.png
+share/mate/help/atril/nl/atril.xml
+share/mate/help/atril/nl/figures/atril_start_window.png
+share/mate/help/atril/oc/atril.xml
+share/mate/help/atril/oc/figures/atril_start_window.png
+share/mate/help/atril/pt_BR/atril.xml
+share/mate/help/atril/pt_BR/figures/atril_start_window.png
+share/mate/help/atril/ru/atril.xml
+share/mate/help/atril/ru/figures/atril_start_window.png
+share/mate/help/atril/sl/atril.xml
+share/mate/help/atril/sl/figures/atril_start_window.png
+share/mate/help/atril/sr/atril.xml
+share/mate/help/atril/sr/figures/atril_start_window.png
+share/mate/help/atril/sv/atril.xml
+share/mate/help/atril/sv/figures/atril_start_window.png
+share/mate/help/atril/uk/atril.xml
+share/mate/help/atril/uk/figures/atril_start_window.png
+share/mate/help/atril/vi/atril.xml
+share/mate/help/atril/vi/figures/atril_start_window.png
+share/mate/help/atril/zh_CN/atril.xml
+share/mate/help/atril/zh_CN/figures/atril_start_window.png
+share/omf/atril/atril-C.omf
+share/omf/atril/atril-bg.omf
+share/omf/atril/atril-ca.omf
+share/omf/atril/atril-cs.omf
+share/omf/atril/atril-de.omf
+share/omf/atril/atril-el.omf
+share/omf/atril/atril-en_GB.omf
+share/omf/atril/atril-es.omf
+share/omf/atril/atril-eu.omf
+share/omf/atril/atril-fi.omf
+share/omf/atril/atril-fr.omf
+share/omf/atril/atril-it.omf
+share/omf/atril/atril-ja.omf
+share/omf/atril/atril-nl.omf
+share/omf/atril/atril-oc.omf
+share/omf/atril/atril-pt_BR.omf
+share/omf/atril/atril-ru.omf
+share/omf/atril/atril-sl.omf
+share/omf/atril/atril-sr.omf
+share/omf/atril/atril-sv.omf
+share/omf/atril/atril-uk.omf
+share/omf/atril/atril-vi.omf
+share/omf/atril/atril-zh_CN.omf
+@dirrm share/omf/atril
+@dirrm share/omf
+@dirrm share/mate/help/atril/zh_CN/figures
+@dirrm share/mate/help/atril/zh_CN
+@dirrm share/mate/help/atril/vi/figures
+@dirrm share/mate/help/atril/vi
+@dirrm share/mate/help/atril/uk/figures
+@dirrm share/mate/help/atril/uk
+@dirrm share/mate/help/atril/sv/figures
+@dirrm share/mate/help/atril/sv
+@dirrm share/mate/help/atril/sr/figures
+@dirrm share/mate/help/atril/sr
+@dirrm share/mate/help/atril/sl/figures
+@dirrm share/mate/help/atril/sl
+@dirrm share/mate/help/atril/ru/figures
+@dirrm share/mate/help/atril/ru
+@dirrm share/mate/help/atril/pt_BR/figures
+@dirrm share/mate/help/atril/pt_BR
+@dirrm share/mate/help/atril/oc/figures
+@dirrm share/mate/help/atril/oc
+@dirrm share/mate/help/atril/nl/figures
+@dirrm share/mate/help/atril/nl
+@dirrm share/mate/help/atril/ja/figures
+@dirrm share/mate/help/atril/ja
+@dirrm share/mate/help/atril/it/figures
+@dirrm share/mate/help/atril/it
+@dirrm share/mate/help/atril/fr/figures
+@dirrm share/mate/help/atril/fr
+@dirrm share/mate/help/atril/fi/figures
+@dirrm share/mate/help/atril/fi
+@dirrm share/mate/help/atril/eu/figures
+@dirrm share/mate/help/atril/eu
+@dirrm share/mate/help/atril/es/figures
+@dirrm share/mate/help/atril/es
+@dirrm share/mate/help/atril/en_GB/figures
+@dirrm share/mate/help/atril/en_GB
+@dirrm share/mate/help/atril/el/figures
+@dirrm share/mate/help/atril/el
+@dirrm share/mate/help/atril/de/figures
+@dirrm share/mate/help/atril/de
+@dirrm share/mate/help/atril/cs/figures
+@dirrm share/mate/help/atril/cs
+@dirrm share/mate/help/atril/ca/figures
+@dirrm share/mate/help/atril/ca
+@dirrm share/mate/help/atril/bg/figures
+@dirrm share/mate/help/atril/bg
+@dirrm share/mate/help/atril/C/figures
+@dirrm share/mate/help/atril/C
+@dirrm share/mate/help/atril
+@dirrm share/mate/help
+@dirrm share/mate
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ps/LC_MESSAGES
+@dirrmtry share/locale/ps
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/nds/LC_MESSAGES
+@dirrmtry share/locale/nds
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mg/LC_MESSAGES
+@dirrmtry share/locale/mg
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/ks/LC_MESSAGES
+@dirrmtry share/locale/ks
+@dirrmtry share/locale/kk/LC_MESSAGES
+@dirrmtry share/locale/kk
+@dirrmtry share/locale/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be@latin/LC_MESSAGES
+@dirrmtry share/locale/be@latin
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as
+@dirrm share/glib-2.0/schemas
+@dirrm share/glib-2.0
+@dirrm share/dbus-1/services
+@dirrm share/dbus-1
+@dirrm share/atril/icons/hicolor/scalable/mimetypes
+@dirrm share/atril/icons/hicolor/scalable/actions
+@dirrm share/atril/icons/hicolor/scalable
+@dirrm share/atril/icons/hicolor/48x48/actions
+@dirrm share/atril/icons/hicolor/48x48
+@dirrm share/atril/icons/hicolor/32x32/mimetypes
+@dirrm share/atril/icons/hicolor/32x32/actions
+@dirrm share/atril/icons/hicolor/32x32
+@dirrm share/atril/icons/hicolor/24x24/mimetypes
+@dirrm share/atril/icons/hicolor/24x24/actions
+@dirrm share/atril/icons/hicolor/24x24
+@dirrm share/atril/icons/hicolor/22x22/mimetypes
+@dirrm share/atril/icons/hicolor/22x22/actions
+@dirrm share/atril/icons/hicolor/22x22
+@dirrm share/atril/icons/hicolor/16x16/mimetypes
+@dirrm share/atril/icons/hicolor/16x16/actions
+@dirrm share/atril/icons/hicolor/16x16
+@dirrm share/atril/icons/hicolor
+@dirrm share/atril/icons
+@dirrm share/atril
+@dirrmtry share/applications
+@dirrm share/MateConf/gsettings
+@dirrm share/MateConf
+@dirrm lib/atril/3/backends
+@dirrm lib/atril/3
+@dirrm lib/atril
+@dirrm include/atril/2.32/libview
+@dirrm include/atril/2.32/libdocument
+@dirrm include/atril/2.32
+@dirrm include/atril
+@dirrm etc/mateconf/schemas
+@dirrm etc/mateconf/mateconf.xml.defaults
+@dirrm etc/mateconf
+@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true