diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-10 23:48:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-10 23:48:37 +0800 |
commit | 3d4dc2e1c8448916715bb4f9c17d2b5245546b87 (patch) | |
tree | ffc0badb8a60ebc2923ed81cde10d8900e0c79f8 | |
parent | 98d3be0f8d76863170d40562677ba28007aefadf (diff) | |
download | freebsd-ports-gnome-3d4dc2e1c8448916715bb4f9c17d2b5245546b87.tar.gz freebsd-ports-gnome-3d4dc2e1c8448916715bb4f9c17d2b5245546b87.tar.zst freebsd-ports-gnome-3d4dc2e1c8448916715bb4f9c17d2b5245546b87.zip |
Remove mate-image-viewer and mate-document-viewer, replaced by eom and atril
-rw-r--r-- | graphics/Makefile | 2 | ||||
-rw-r--r-- | graphics/mate-document-viewer/Makefile | 113 | ||||
-rw-r--r-- | graphics/mate-document-viewer/distinfo | 2 | ||||
-rw-r--r-- | graphics/mate-document-viewer/files/patch-backend_pdf_ev-poppler.cc | 28 | ||||
-rw-r--r-- | graphics/mate-document-viewer/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/mate-document-viewer/pkg-plist | 529 | ||||
-rw-r--r-- | graphics/mate-image-viewer/Makefile | 71 | ||||
-rw-r--r-- | graphics/mate-image-viewer/distinfo | 2 | ||||
-rw-r--r-- | graphics/mate-image-viewer/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/mate-image-viewer/pkg-plist | 469 |
10 files changed, 0 insertions, 1226 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 3062985f2551..abeabeae542b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -572,8 +572,6 @@ SUBDIR += mapnik SUBDIR += mapserver SUBDIR += mapyrus - SUBDIR += mate-document-viewer - SUBDIR += mate-image-viewer SUBDIR += megapov SUBDIR += mesa-demos SUBDIR += meshviewer diff --git a/graphics/mate-document-viewer/Makefile b/graphics/mate-document-viewer/Makefile deleted file mode 100644 index 6965d96f624b..000000000000 --- a/graphics/mate-document-viewer/Makefile +++ /dev/null @@ -1,113 +0,0 @@ -# Created by: Adam Weinberger <adamw@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= mate-document-viewer -PORTVERSION= 1.6.1 -PORTREVISION= 4 -CATEGORIES= graphics print mate -MASTER_SITES= MATE -DIST_SUBDIR= mate - -MAINTAINER= gnome@FreeBSD.org -COMMENT= MATE multi-format document viewer - -BUILD_DEPENDS= gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc -LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \ - libspectre.so:${PORTSDIR}/print/libspectre \ - libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib -RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme - -PORTSCOUT= limitw:1,even - -USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig tar:xz -USE_MATE= autogen common:build docutils icontheme intlhack -USE_XORG= sm -USE_GNOME= cairo glib20 gnomehier gtk20 libxml2 -INSTALLS_OMF= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtoolize:env -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gtk=2.0 -INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -INSTALL_TARGET= install-strip -PATHFIX_MAKEFILEIN= Makefile.* - -GLIB_SCHEMAS= org.mate.Atril.gschema.xml - -OPTIONS_DEFINE= DVI T1LIB CAJA KEYRING COMICS DJVU -OPTIONS_DEFAULT=CAJA KEYRING COMICS -DVI_DESC= DVI viewer support -T1LIB_DESC= T1LIB for TYPE1 fonts to DVI (Enables DVI) -CAJA_DESC= Caja plugin -KEYRING_DESC= Gnome-Keyring without Nautilus -COMICS_DESC= Comic book archives support -DJVU_DESC= DJVU support - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB} - -USE_TEX= base -CONFIGURE_ARGS+=--enable-dvi -PLIST_SUB+= DVI="" - -. if ${PORT_OPTIONS:MT1LIB} -LIB_DEPENDS+= libt1.so:${PORTSDIR}/devel/t1lib -CONFIGURE_ARGS+=--enable-t1lib -.else -CONFIGURE_ARGS+=--disable-t1lib -. endif - -.else -CONFIGURE_ARGS+=--disable-dvi -PLIST_SUB+= DVI="@comment " -.endif - -.if ${PORT_OPTIONS:MCAJA} -USE_MATE+= caja -CONFIGURE_ARGS+=--enable-caja -PLIST_SUB+= CAJA="" -.else -CONFIGURE_ARGS+=--disable-caja -PLIST_SUB+= CAJA="@comment " -.endif - -.if ${PORT_OPTIONS:MKEYRING} -USE_MATE+= libmatekeyring -. else -CONFIGURE_ARGS+=--without-keyring -. endif - -.if ${PORT_OPTIONS:MDJVU} -LIB_DEPENDS+= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre -CONFIGURE_ARGS+=--enable-djvu -PLIST_SUB+= DJVU="" -.else -CONFIGURE_ARGS+=--disable-djvu -PLIST_SUB+= DJVU="@comment " -.endif - -.if ${PORT_OPTIONS:MCOMICS} -CONFIGURE_ARGS+=--enable-comics -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: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libatrildocument.so.3 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/atril/3/backends/*.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libatrilview.so.3 -.if ${PORT_OPTIONS:MCAJA} - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/caja/extensions-2.0/libatril-properties-page.so -.endif - -.include <bsd.port.mk> diff --git a/graphics/mate-document-viewer/distinfo b/graphics/mate-document-viewer/distinfo deleted file mode 100644 index bca79e57c7a4..000000000000 --- a/graphics/mate-document-viewer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mate/mate-document-viewer-1.6.1.tar.xz) = 100feb278bb919de874e76bd2344cb49fa60e2819e98b1394226086e34bf59ce -SIZE (mate/mate-document-viewer-1.6.1.tar.xz) = 1682332 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 deleted file mode 100644 index debe49cbba30..000000000000 --- a/graphics/mate-document-viewer/files/patch-backend_pdf_ev-poppler.cc +++ /dev/null @@ -1,28 +0,0 @@ ---- 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 deleted file mode 100644 index 611bf3a73150..000000000000 --- a/graphics/mate-document-viewer/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index 5c8d81b86b21..000000000000 --- a/graphics/mate-document-viewer/pkg-plist +++ /dev/null @@ -1,529 +0,0 @@ -bin/atril -bin/atril-previewer -bin/atril-thumbnailer -include/atril/1.5.0/atril-document.h -include/atril/1.5.0/atril-view.h -include/atril/1.5.0/libdocument/ev-annotation.h -include/atril/1.5.0/libdocument/ev-async-renderer.h -include/atril/1.5.0/libdocument/ev-attachment.h -include/atril/1.5.0/libdocument/ev-backends-manager.h -include/atril/1.5.0/libdocument/ev-document-annotations.h -include/atril/1.5.0/libdocument/ev-document-attachments.h -include/atril/1.5.0/libdocument/ev-document-factory.h -include/atril/1.5.0/libdocument/ev-document-find.h -include/atril/1.5.0/libdocument/ev-document-fonts.h -include/atril/1.5.0/libdocument/ev-document-forms.h -include/atril/1.5.0/libdocument/ev-document-images.h -include/atril/1.5.0/libdocument/ev-document-info.h -include/atril/1.5.0/libdocument/ev-document-layers.h -include/atril/1.5.0/libdocument/ev-document-links.h -include/atril/1.5.0/libdocument/ev-document-misc.h -include/atril/1.5.0/libdocument/ev-document-print.h -include/atril/1.5.0/libdocument/ev-document-security.h -include/atril/1.5.0/libdocument/ev-document-text.h -include/atril/1.5.0/libdocument/ev-document-thumbnails.h -include/atril/1.5.0/libdocument/ev-document-transition.h -include/atril/1.5.0/libdocument/ev-document-type-builtins.h -include/atril/1.5.0/libdocument/ev-document.h -include/atril/1.5.0/libdocument/ev-file-exporter.h -include/atril/1.5.0/libdocument/ev-file-helpers.h -include/atril/1.5.0/libdocument/ev-form-field.h -include/atril/1.5.0/libdocument/ev-image.h -include/atril/1.5.0/libdocument/ev-init.h -include/atril/1.5.0/libdocument/ev-layer.h -include/atril/1.5.0/libdocument/ev-link-action.h -include/atril/1.5.0/libdocument/ev-link-dest.h -include/atril/1.5.0/libdocument/ev-link.h -include/atril/1.5.0/libdocument/ev-mapping-list.h -include/atril/1.5.0/libdocument/ev-page.h -include/atril/1.5.0/libdocument/ev-render-context.h -include/atril/1.5.0/libdocument/ev-selection.h -include/atril/1.5.0/libdocument/ev-transition-effect.h -include/atril/1.5.0/libdocument/ev-version.h -include/atril/1.5.0/libview/ev-document-model.h -include/atril/1.5.0/libview/ev-job-scheduler.h -include/atril/1.5.0/libview/ev-jobs.h -include/atril/1.5.0/libview/ev-print-operation.h -include/atril/1.5.0/libview/ev-stock-icons.h -include/atril/1.5.0/libview/ev-view-presentation.h -include/atril/1.5.0/libview/ev-view-type-builtins.h -include/atril/1.5.0/libview/ev-view.h -%%COMICS%%lib/atril/3/backends/comicsdocument.atril-backend -%%DJVU%%lib/atril/3/backends/djvudocument.atril-backend -%%DVI%%lib/atril/3/backends/dvidocument.atril-backend -%%COMICS%%lib/atril/3/backends/libcomicsdocument.a -%%COMICS%%lib/atril/3/backends/libcomicsdocument.so -%%DJVU%%lib/atril/3/backends/libdjvudocument.a -%%DJVU%%lib/atril/3/backends/libdjvudocument.so -%%DVI%%lib/atril/3/backends/libdvidocument.a -%%DVI%%lib/atril/3/backends/libdvidocument.so -lib/atril/3/backends/libpdfdocument.a -lib/atril/3/backends/libpdfdocument.so -lib/atril/3/backends/libpsdocument.a -lib/atril/3/backends/libpsdocument.so -lib/atril/3/backends/libtiffdocument.a -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.so -lib/libatrildocument.so.3 -lib/libatrildocument.so.3.0.0 -lib/libatrilview.a -lib/libatrilview.so -lib/libatrilview.so.3 -lib/libatrilview.so.3.0.0 -%%CAJA%%lib/caja/extensions-2.0/libatril-properties-page.a -%%CAJA%%lib/caja/extensions-2.0/libatril-properties-page.so -libdata/pkgconfig/atril-document-1.5.0.pc -libdata/pkgconfig/atril-view-1.5.0.pc -libexec/atril-convert-metadata -libexec/atrild -man/man1/atril-previewer.1.gz -man/man1/atril-thumbnailer.1.gz -man/man1/atril.1.gz -share/MateConf/gsettings/atril.convert -share/applications/atril.desktop -share/dbus-1/services/org.mate.atril.Daemon.service -share/gtk-doc/html/atril/EggFindBar.html -share/gtk-doc/html/atril/EvFileMonitor.html -share/gtk-doc/html/atril/EvHistory.html -share/gtk-doc/html/atril/EvMessageArea.html -share/gtk-doc/html/atril/EvNavigationAction.html -share/gtk-doc/html/atril/EvNavigationActionWidget.html -share/gtk-doc/html/atril/EvOpenRecentAction.html -share/gtk-doc/html/atril/EvPageAction.html -share/gtk-doc/html/atril/EvPageActionWidget.html -share/gtk-doc/html/atril/EvPasswordView.html -share/gtk-doc/html/atril/EvProgressMessageArea.html -share/gtk-doc/html/atril/EvSidebar.html -share/gtk-doc/html/atril/EvSidebarAttachments.html -share/gtk-doc/html/atril/EvSidebarLayers.html -share/gtk-doc/html/atril/EvSidebarLinks.html -share/gtk-doc/html/atril/EvSidebarPage.html -share/gtk-doc/html/atril/EvSidebarThumbnails.html -share/gtk-doc/html/atril/EvWindow.html -share/gtk-doc/html/atril/api-index-full.html -share/gtk-doc/html/atril/atril-ev-application.html -share/gtk-doc/html/atril/atril-ev-keyring.html -share/gtk-doc/html/atril/atril-ev-media-player-keys.html -share/gtk-doc/html/atril/atril-ev-metadata.html -share/gtk-doc/html/atril/atril-ev-properties-dialog.html -share/gtk-doc/html/atril/atril-ev-properties-fonts.html -share/gtk-doc/html/atril/atril-ev-properties-license.html -share/gtk-doc/html/atril/atril-ev-utils.html -share/gtk-doc/html/atril/atril-ev-window-title.html -share/gtk-doc/html/atril/atril-frontend.html -share/gtk-doc/html/atril/atril.devhelp2 -share/gtk-doc/html/atril/home.png -share/gtk-doc/html/atril/index.html -share/gtk-doc/html/atril/index.sgml -share/gtk-doc/html/atril/left.png -share/gtk-doc/html/atril/licence.html -share/gtk-doc/html/atril/object-tree.html -share/gtk-doc/html/atril/right.png -share/gtk-doc/html/atril/style.css -share/gtk-doc/html/atril/up.png -share/gtk-doc/html/libatrildocument-1.5.0/EvAnnotation.html -share/gtk-doc/html/libatrildocument-1.5.0/EvAsyncRenderer.html -share/gtk-doc/html/libatrildocument-1.5.0/EvAttachment.html -share/gtk-doc/html/libatrildocument-1.5.0/EvDocument.html -share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentAnnotations.html -share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentAttachments.html -share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentFind.html -share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentFonts.html -share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentForms.html -share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentImages.html -share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentInfo.html -share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentLayers.html -share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentLinks.html -share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentPrint.html -share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentSecurity.html -share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentThumbnails.html -share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentTransition.html -share/gtk-doc/html/libatrildocument-1.5.0/EvFileExporter.html -share/gtk-doc/html/libatrildocument-1.5.0/EvFormField.html -share/gtk-doc/html/libatrildocument-1.5.0/EvImage.html -share/gtk-doc/html/libatrildocument-1.5.0/EvLayer.html -share/gtk-doc/html/libatrildocument-1.5.0/EvPage.html -share/gtk-doc/html/libatrildocument-1.5.0/EvRenderContext.html -share/gtk-doc/html/libatrildocument-1.5.0/EvSelection.html -share/gtk-doc/html/libatrildocument-1.5.0/api-index-full.html -share/gtk-doc/html/libatrildocument-1.5.0/document-data.html -share/gtk-doc/html/libatrildocument-1.5.0/document-helpers.html -share/gtk-doc/html/libatrildocument-1.5.0/document-interfaces.html -share/gtk-doc/html/libatrildocument-1.5.0/home.png -share/gtk-doc/html/libatrildocument-1.5.0/index.html -share/gtk-doc/html/libatrildocument-1.5.0/index.sgml -share/gtk-doc/html/libatrildocument-1.5.0/left.png -share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-1.5.0.devhelp2 -share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-EvDocumentMisc.html -share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-Version-checks.html -share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-backends-manager.html -share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-document-factory.html -share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-file-helpers.html -share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-init.html -share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-link-action.html -share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-link-dest.html -share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-link.html -share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-mapping.html -share/gtk-doc/html/libatrildocument-1.5.0/licence.html -share/gtk-doc/html/libatrildocument-1.5.0/object-tree.html -share/gtk-doc/html/libatrildocument-1.5.0/right.png -share/gtk-doc/html/libatrildocument-1.5.0/style.css -share/gtk-doc/html/libatrildocument-1.5.0/up.png -share/gtk-doc/html/libatrilview-1.5.0/EvJob.html -share/gtk-doc/html/libatrilview-1.5.0/api-index-full.html -share/gtk-doc/html/libatrilview-1.5.0/home.png -share/gtk-doc/html/libatrilview-1.5.0/index.html -share/gtk-doc/html/libatrilview-1.5.0/index.sgml -share/gtk-doc/html/libatrilview-1.5.0/left.png -share/gtk-doc/html/libatrilview-1.5.0/libatrilview-1.5.0.devhelp2 -share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-annotation-window.html -share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-document-model.html -share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-job-scheduler.html -share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-page-cache.html -share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-print-operation.html -share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-stock-icons.html -share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view-cursor.html -share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view-presentation.html -share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view-type-builtins.html -share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view.html -share/gtk-doc/html/libatrilview-1.5.0/licence.html -share/gtk-doc/html/libatrilview-1.5.0/object-tree.html -share/gtk-doc/html/libatrilview-1.5.0/right.png -share/gtk-doc/html/libatrilview-1.5.0/style.css -share/gtk-doc/html/libatrilview-1.5.0/up.png -share/gtk-doc/html/libatrilview-1.5.0/view-view.html -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/am/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_AU/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/ky/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 -%%DATADIR%%/atril-previewer-ui.xml -%%DATADIR%%/atril-toolbar.xml -%%DATADIR%%/atril-ui.xml -%%DATADIR%%/hand-open.png -%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/16x16/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/16x16/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-height.png -%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-width.png -%%DATADIR%%/icons/hicolor/16x16/actions/zoom.png -%%DATADIR%%/icons/hicolor/16x16/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/22x22/actions/eye.png -%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/22x22/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/22x22/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-page.png -%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-width.png -%%DATADIR%%/icons/hicolor/22x22/actions/zoom.png -%%DATADIR%%/icons/hicolor/22x22/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/24x24/actions/stock_filters-invert.png -%%DATADIR%%/icons/hicolor/24x24/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/24x24/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-height.png -%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-width.png -%%DATADIR%%/icons/hicolor/24x24/actions/zoom.png -%%DATADIR%%/icons/hicolor/24x24/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/32x32/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/32x32/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/48x48/actions/close.png -%%DATADIR%%/icons/hicolor/48x48/actions/resize-se.png -%%DATADIR%%/icons/hicolor/48x48/actions/resize-sw.png -%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg -%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg -%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg -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 -share/thumbnailers/atril.thumbnailer -@dirrmtry share/thumbnailers -@dirrm share/omf/atril -@dirrmtry %%DATADIR%%/icons/hicolor/scalable/mimetypes -@dirrmtry %%DATADIR%%/icons/hicolor/scalable/actions -@dirrmtry %%DATADIR%%/icons/hicolor/scalable -@dirrmtry %%DATADIR%%/icons/hicolor/48x48/actions -@dirrmtry %%DATADIR%%/icons/hicolor/48x48 -@dirrmtry %%DATADIR%%/icons/hicolor/32x32/mimetypes -@dirrmtry %%DATADIR%%/icons/hicolor/32x32/actions -@dirrmtry %%DATADIR%%/icons/hicolor/32x32 -@dirrmtry %%DATADIR%%/icons/hicolor/24x24/mimetypes -@dirrmtry %%DATADIR%%/icons/hicolor/24x24/actions -@dirrmtry %%DATADIR%%/icons/hicolor/24x24 -@dirrmtry %%DATADIR%%/icons/hicolor/22x22/mimetypes -@dirrmtry %%DATADIR%%/icons/hicolor/22x22/actions -@dirrmtry %%DATADIR%%/icons/hicolor/22x22 -@dirrmtry %%DATADIR%%/icons/hicolor/16x16/mimetypes -@dirrmtry %%DATADIR%%/icons/hicolor/16x16/actions -@dirrmtry %%DATADIR%%/icons/hicolor/16x16 -@dirrmtry %%DATADIR%%/icons/hicolor -@dirrmtry %%DATADIR%%/icons -@dirrmtry %%DATADIR%% -@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 -@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/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@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 -@dirrmtry share/gtk-doc/html/libatrilview-1.5.0 -@dirrmtry share/gtk-doc/html/libatrildocument-1.5.0 -@dirrmtry share/gtk-doc/html/atril -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrm lib/atril/3/backends -@dirrm lib/atril/3 -@dirrm lib/atril -@dirrm include/atril/1.5.0/libview -@dirrm include/atril/1.5.0/libdocument -@dirrm include/atril/1.5.0 -@dirrm include/atril diff --git a/graphics/mate-image-viewer/Makefile b/graphics/mate-image-viewer/Makefile deleted file mode 100644 index 5fde7402d4ec..000000000000 --- a/graphics/mate-image-viewer/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= mate-image-viewer -PORTVERSION= 1.6.1 -PORTREVISION= 1 -CATEGORIES= graphics mate -MASTER_SITES= MATE -DIST_SUBDIR= mate - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Eye of MATE image viewer - -BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg - -PORTSCOUT= limitw:1,even - -USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ - shared-mime-info tar:xz -USE_MATE= desktop docutils icontheme -USE_XORG= x11 -USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 librsvg2 libxml2 -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gtk-doc \ - --with-html-dir=${PREFIX}/share/doc \ - --disable-python \ - --without-cms -INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -INSTALL_TARGET= install-strip - -GLIB_SCHEMAS= org.mate.eom.gschema.xml - -OPTIONS_DEFINE= EXIF EXEMPI -OPTIONS_DEFAULT=EXIF EXEMPI -EXIF_DESC= Digital camera file meta-data support -EXEMPI_DESC= XMP support - -.include <bsd.port.options.mk> - -_WITH_EXIF= no -_WITH_EXEMPI= no - -.if ${PORT_OPTIONS:MEXIF} -CONFIGURE_ARGS+=--with-libexif -LIB_DEPENDS+= libexif.so:${PORTSDIR}/graphics/libexif -PLIST_SUB+= EXIF="" -_WITH_EXIF= yes -.else -CONFIGURE_ARGS+=--without-libexif -PLIST_SUB+= EXIF="@comment " -.endif - -.if ${PORT_OPTIONS:MEXEMPI} -CONFIGURE_ARGS+=--with-xmp -LIB_DEPENDS+= libexempi.so:${PORTSDIR}/textproc/exempi -_WITH_EXEMPI= yes -.else -CONFIGURE_ARGS+=--without-xmp -.endif - -.if ${_WITH_EXIF}=="yes" || ${_WITH_EXEMPI}=="yes" -PLIST_SUB+= EXIFEXEMPI="" -.else -PLIST_SUB+= EXIFEXEMPI="@comment " -.endif - -.include <bsd.port.mk> diff --git a/graphics/mate-image-viewer/distinfo b/graphics/mate-image-viewer/distinfo deleted file mode 100644 index b6fc0569f813..000000000000 --- a/graphics/mate-image-viewer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mate/mate-image-viewer-1.6.1.tar.xz) = 32a24e473e44a22ce60f0f61d30a1009fcc4bcc702e8ed3bb414f88f1f209545 -SIZE (mate/mate-image-viewer-1.6.1.tar.xz) = 2158620 diff --git a/graphics/mate-image-viewer/pkg-descr b/graphics/mate-image-viewer/pkg-descr deleted file mode 100644 index 0eed93a188bd..000000000000 --- a/graphics/mate-image-viewer/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is the Eye of Mate, a MATE image viewer and cataloging -application. It provides inline image viewing support for -nautilus. - -WWW: http://mate-desktop.org/ diff --git a/graphics/mate-image-viewer/pkg-plist b/graphics/mate-image-viewer/pkg-plist deleted file mode 100644 index d35326be6acc..000000000000 --- a/graphics/mate-image-viewer/pkg-plist +++ /dev/null @@ -1,469 +0,0 @@ -bin/eom -include/eom-2.20/eom/eom-application.h -include/eom-2.20/eom/eom-debug.h -include/eom-2.20/eom/eom-dialog.h -include/eom-2.20/eom/eom-enums.h -include/eom-2.20/eom/eom-error-message-area.h -include/eom-2.20/eom/eom-exif-details.h -include/eom-2.20/eom/eom-exif-util.h -include/eom-2.20/eom/eom-file-chooser.h -include/eom-2.20/eom/eom-image-save-info.h -include/eom-2.20/eom/eom-image.h -include/eom-2.20/eom/eom-job-queue.h -include/eom-2.20/eom/eom-jobs.h -include/eom-2.20/eom/eom-list-store.h -include/eom-2.20/eom/eom-plugin.h -include/eom-2.20/eom/eom-properties-dialog.h -include/eom-2.20/eom/eom-scroll-view.h -include/eom-2.20/eom/eom-sidebar.h -include/eom-2.20/eom/eom-statusbar.h -include/eom-2.20/eom/eom-thumb-nav.h -include/eom-2.20/eom/eom-thumb-view.h -include/eom-2.20/eom/eom-thumbnail.h -include/eom-2.20/eom/eom-transform.h -include/eom-2.20/eom/eom-window.h -lib/eom/plugins/fullscreen.eom-plugin -lib/eom/plugins/libfullscreen.so -lib/eom/plugins/libreload.so -lib/eom/plugins/libstatusbar-date.so -lib/eom/plugins/reload.eom-plugin -lib/eom/plugins/statusbar-date.eom-plugin -libdata/pkgconfig/eom.pc -man/man1/eom.1.gz -share/MateConf/gsettings/eom.convert -share/applications/eom.desktop -share/doc/eom/EomDialog.html -share/doc/eom/EomExifDetails.html -share/doc/eom/EomFileChooser.html -share/doc/eom/EomImageSaveInfo.html -share/doc/eom/EomMetadataReaderJpg.html -share/doc/eom/EomMetadataReaderPng.html -share/doc/eom/EomPluginManager.html -share/doc/eom/EomPreferencesDialog.html -share/doc/eom/EomPrintImageSetup.html -share/doc/eom/EomPrintPreview.html -share/doc/eom/EomScrollView.html -share/doc/eom/EomSidebar.html -share/doc/eom/EomStatusbar.html -share/doc/eom/ch01.html -share/doc/eom/ch02.html -share/doc/eom/ch03.html -share/doc/eom/ch04.html -share/doc/eom/ch05.html -share/doc/eom/ch06.html -share/doc/eom/ch07.html -share/doc/eom/eom-eom-application.html -share/doc/eom/eom-eom-config-keys.html -share/doc/eom/eom-eom-debug.html -share/doc/eom/eom-eom-error-message-area.html -share/doc/eom/eom-eom-exif-util.html -share/doc/eom/eom-eom-image.html -share/doc/eom/eom-eom-job-queue.html -share/doc/eom/eom-eom-jobs.html -share/doc/eom/eom-eom-list-store.html -share/doc/eom/eom-eom-metadata-reader.html -share/doc/eom/eom-eom-pixbuf-util.html -share/doc/eom/eom-eom-plugin-engine.html -share/doc/eom/eom-eom-plugin.html -share/doc/eom/eom-eom-print.html -share/doc/eom/eom-eom-properties-dialog.html -share/doc/eom/eom-eom-save-as-dialog-helper.html -share/doc/eom/eom-eom-session.html -share/doc/eom/eom-eom-thumb-nav.html -share/doc/eom/eom-eom-thumb-view.html -share/doc/eom/eom-eom-thumbnail.html -share/doc/eom/eom-eom-transform.html -share/doc/eom/eom-eom-uri-converter.html -share/doc/eom/eom-eom-util.html -share/doc/eom/eom-eom-window.html -share/doc/eom/eom-uta.html -share/doc/eom/eom-zoom.html -share/doc/eom/eom.devhelp2 -share/doc/eom/home.png -share/doc/eom/index.html -share/doc/eom/index.sgml -share/doc/eom/left.png -share/doc/eom/right.png -share/doc/eom/style.css -share/doc/eom/up.png -share/mate-image-viewer/eom-image-properties-dialog.ui -share/mate-image-viewer/eom-multiple-save-as-dialog.ui -share/mate-image-viewer/eom-preferences-dialog.ui -share/mate-image-viewer/eom-toolbar.xml -share/mate-image-viewer/eom-ui.xml -share/mate-image-viewer/gtkrc -share/mate-image-viewer/icons/hicolor/16x16/actions/eom-image-collection.png -share/mate-image-viewer/icons/hicolor/16x16/actions/eom-plugin.png -share/mate-image-viewer/icons/hicolor/16x16/actions/slideshow-play.png -share/mate-image-viewer/icons/hicolor/22x22/actions/eom-image-collection.png -share/mate-image-viewer/icons/hicolor/22x22/actions/eom-plugin.png -share/mate-image-viewer/icons/hicolor/22x22/actions/slideshow-play.png -share/mate-image-viewer/icons/hicolor/24x24/actions/eom-image-collection.png -share/mate-image-viewer/icons/hicolor/24x24/actions/slideshow-play.png -share/mate-image-viewer/icons/hicolor/32x32/actions/eom-image-collection.png -share/mate-image-viewer/icons/hicolor/32x32/actions/eom-plugin.png -share/mate-image-viewer/icons/hicolor/32x32/actions/slideshow-play.png -share/mate-image-viewer/icons/hicolor/48x48/actions/slideshow-play.png -share/mate-image-viewer/icons/hicolor/scalable/actions/eom-image-collection.svg -share/mate-image-viewer/icons/hicolor/scalable/actions/eom-plugin.svg -share/mate-image-viewer/icons/hicolor/scalable/actions/slideshow-play.svg -share/mate-image-viewer/pixmaps/thumbnail-frame.png -share/icons/hicolor/16x16/apps/eom.png -share/icons/hicolor/22x22/apps/eom.png -share/icons/hicolor/24x24/apps/eom.png -share/icons/hicolor/32x32/apps/eom.png -share/icons/hicolor/scalable/apps/eom.svg -share/locale/af/LC_MESSAGES/eom.mo -share/locale/am/LC_MESSAGES/eom.mo -share/locale/ar/LC_MESSAGES/eom.mo -share/locale/as/LC_MESSAGES/eom.mo -share/locale/ast/LC_MESSAGES/eom.mo -share/locale/az/LC_MESSAGES/eom.mo -share/locale/be/LC_MESSAGES/eom.mo -share/locale/be@latin/LC_MESSAGES/eom.mo -share/locale/bg/LC_MESSAGES/eom.mo -share/locale/bn/LC_MESSAGES/eom.mo -share/locale/bn_IN/LC_MESSAGES/eom.mo -share/locale/br/LC_MESSAGES/eom.mo -share/locale/bs/LC_MESSAGES/eom.mo -share/locale/ca/LC_MESSAGES/eom.mo -share/locale/ca@valencia/LC_MESSAGES/eom.mo -share/locale/cs/LC_MESSAGES/eom.mo -share/locale/cy/LC_MESSAGES/eom.mo -share/locale/da/LC_MESSAGES/eom.mo -share/locale/de/LC_MESSAGES/eom.mo -share/locale/dz/LC_MESSAGES/eom.mo -share/locale/el/LC_MESSAGES/eom.mo -share/locale/en@shaw/LC_MESSAGES/eom.mo -share/locale/en_AU/LC_MESSAGES/eom.mo -share/locale/en_CA/LC_MESSAGES/eom.mo -share/locale/en_GB/LC_MESSAGES/eom.mo -share/locale/eo/LC_MESSAGES/eom.mo -share/locale/es/LC_MESSAGES/eom.mo -share/locale/et/LC_MESSAGES/eom.mo -share/locale/eu/LC_MESSAGES/eom.mo -share/locale/fa/LC_MESSAGES/eom.mo -share/locale/fi/LC_MESSAGES/eom.mo -share/locale/fr/LC_MESSAGES/eom.mo -share/locale/fur/LC_MESSAGES/eom.mo -share/locale/ga/LC_MESSAGES/eom.mo -share/locale/gl/LC_MESSAGES/eom.mo -share/locale/gu/LC_MESSAGES/eom.mo -share/locale/he/LC_MESSAGES/eom.mo -share/locale/hi/LC_MESSAGES/eom.mo -share/locale/hr/LC_MESSAGES/eom.mo -share/locale/hu/LC_MESSAGES/eom.mo -share/locale/id/LC_MESSAGES/eom.mo -share/locale/is/LC_MESSAGES/eom.mo -share/locale/it/LC_MESSAGES/eom.mo -share/locale/ja/LC_MESSAGES/eom.mo -share/locale/ka/LC_MESSAGES/eom.mo -share/locale/kk/LC_MESSAGES/eom.mo -share/locale/kn/LC_MESSAGES/eom.mo -share/locale/ko/LC_MESSAGES/eom.mo -share/locale/ks/LC_MESSAGES/eom.mo -share/locale/ku/LC_MESSAGES/eom.mo -share/locale/ky/LC_MESSAGES/eom.mo -share/locale/lt/LC_MESSAGES/eom.mo -share/locale/lv/LC_MESSAGES/eom.mo -share/locale/mai/LC_MESSAGES/eom.mo -share/locale/mg/LC_MESSAGES/eom.mo -share/locale/mk/LC_MESSAGES/eom.mo -share/locale/ml/LC_MESSAGES/eom.mo -share/locale/mn/LC_MESSAGES/eom.mo -share/locale/mr/LC_MESSAGES/eom.mo -share/locale/ms/LC_MESSAGES/eom.mo -share/locale/nb/LC_MESSAGES/eom.mo -share/locale/nds/LC_MESSAGES/eom.mo -share/locale/ne/LC_MESSAGES/eom.mo -share/locale/nl/LC_MESSAGES/eom.mo -share/locale/nn/LC_MESSAGES/eom.mo -share/locale/nso/LC_MESSAGES/eom.mo -share/locale/oc/LC_MESSAGES/eom.mo -share/locale/or/LC_MESSAGES/eom.mo -share/locale/pa/LC_MESSAGES/eom.mo -share/locale/pl/LC_MESSAGES/eom.mo -share/locale/ps/LC_MESSAGES/eom.mo -share/locale/pt/LC_MESSAGES/eom.mo -share/locale/pt_BR/LC_MESSAGES/eom.mo -share/locale/ro/LC_MESSAGES/eom.mo -share/locale/ru/LC_MESSAGES/eom.mo -share/locale/rw/LC_MESSAGES/eom.mo -share/locale/si/LC_MESSAGES/eom.mo -share/locale/sk/LC_MESSAGES/eom.mo -share/locale/sl/LC_MESSAGES/eom.mo -share/locale/sq/LC_MESSAGES/eom.mo -share/locale/sr/LC_MESSAGES/eom.mo -share/locale/sr@latin/LC_MESSAGES/eom.mo -share/locale/sv/LC_MESSAGES/eom.mo -share/locale/ta/LC_MESSAGES/eom.mo -share/locale/te/LC_MESSAGES/eom.mo -share/locale/th/LC_MESSAGES/eom.mo -share/locale/tk/LC_MESSAGES/eom.mo -share/locale/tr/LC_MESSAGES/eom.mo -share/locale/ug/LC_MESSAGES/eom.mo -share/locale/uk/LC_MESSAGES/eom.mo -share/locale/uz/LC_MESSAGES/eom.mo -share/locale/uz@cyrillic/LC_MESSAGES/eom.mo -share/locale/vi/LC_MESSAGES/eom.mo -share/locale/wa/LC_MESSAGES/eom.mo -share/locale/xh/LC_MESSAGES/eom.mo -share/locale/zh_CN/LC_MESSAGES/eom.mo -share/locale/zh_HK/LC_MESSAGES/eom.mo -share/locale/zh_TW/LC_MESSAGES/eom.mo -share/locale/zu/LC_MESSAGES/eom.mo -share/mate/help/eom/C/eom.xml -share/mate/help/eom/C/figures/eom_save_as_window.png -share/mate/help/eom/C/figures/eom_start_window.png -share/mate/help/eom/C/figures/eom_toolbar_editor_window.png -share/mate/help/eom/C/legal.xml -share/mate/help/eom/ar/eom.xml -share/mate/help/eom/ar/figures/eom_save_as_window.png -share/mate/help/eom/ar/figures/eom_start_window.png -share/mate/help/eom/ar/figures/eom_toolbar_editor_window.png -share/mate/help/eom/ca/eom.xml -share/mate/help/eom/ca/figures/eom_save_as_window.png -share/mate/help/eom/ca/figures/eom_start_window.png -share/mate/help/eom/ca/figures/eom_toolbar_editor_window.png -share/mate/help/eom/cs/eom.xml -share/mate/help/eom/cs/figures/eom_save_as_window.png -share/mate/help/eom/cs/figures/eom_start_window.png -share/mate/help/eom/cs/figures/eom_toolbar_editor_window.png -share/mate/help/eom/da/eom.xml -share/mate/help/eom/da/figures/eom_save_as_window.png -share/mate/help/eom/da/figures/eom_start_window.png -share/mate/help/eom/da/figures/eom_toolbar_editor_window.png -share/mate/help/eom/de/eom.xml -share/mate/help/eom/de/figures/eom_save_as_window.png -share/mate/help/eom/de/figures/eom_start_window.png -share/mate/help/eom/de/figures/eom_toolbar_editor_window.png -share/mate/help/eom/el/eom.xml -share/mate/help/eom/el/figures/eom_save_as_window.png -share/mate/help/eom/el/figures/eom_start_window.png -share/mate/help/eom/el/figures/eom_toolbar_editor_window.png -share/mate/help/eom/en_GB/eom.xml -share/mate/help/eom/en_GB/figures/eom_save_as_window.png -share/mate/help/eom/en_GB/figures/eom_start_window.png -share/mate/help/eom/en_GB/figures/eom_toolbar_editor_window.png -share/mate/help/eom/es/eom.xml -share/mate/help/eom/es/figures/eom_save_as_window.png -share/mate/help/eom/es/figures/eom_start_window.png -share/mate/help/eom/es/figures/eom_toolbar_editor_window.png -share/mate/help/eom/eu/eom.xml -share/mate/help/eom/eu/figures/eom_save_as_window.png -share/mate/help/eom/eu/figures/eom_start_window.png -share/mate/help/eom/eu/figures/eom_toolbar_editor_window.png -share/mate/help/eom/fi/eom.xml -share/mate/help/eom/fi/figures/eom_save_as_window.png -share/mate/help/eom/fi/figures/eom_start_window.png -share/mate/help/eom/fi/figures/eom_toolbar_editor_window.png -share/mate/help/eom/fr/eom.xml -share/mate/help/eom/fr/figures/eom_save_as_window.png -share/mate/help/eom/fr/figures/eom_start_window.png -share/mate/help/eom/fr/figures/eom_toolbar_editor_window.png -share/mate/help/eom/it/eom.xml -share/mate/help/eom/it/figures/eom_save_as_window.png -share/mate/help/eom/it/figures/eom_start_window.png -share/mate/help/eom/it/figures/eom_toolbar_editor_window.png -share/mate/help/eom/ja/eom.xml -share/mate/help/eom/ja/figures/eom_save_as_window.png -share/mate/help/eom/ja/figures/eom_start_window.png -share/mate/help/eom/ja/figures/eom_toolbar_editor_window.png -share/mate/help/eom/ko/eom.xml -share/mate/help/eom/ko/figures/eom_save_as_window.png -share/mate/help/eom/ko/figures/eom_start_window.png -share/mate/help/eom/ko/figures/eom_toolbar_editor_window.png -share/mate/help/eom/oc/eom.xml -share/mate/help/eom/oc/figures/eom_save_as_window.png -share/mate/help/eom/oc/figures/eom_start_window.png -share/mate/help/eom/oc/figures/eom_toolbar_editor_window.png -share/mate/help/eom/pa/eom.xml -share/mate/help/eom/pa/figures/eom_save_as_window.png -share/mate/help/eom/pa/figures/eom_start_window.png -share/mate/help/eom/pa/figures/eom_toolbar_editor_window.png -share/mate/help/eom/pl/eom.xml -share/mate/help/eom/pl/figures/eom_save_as_window.png -share/mate/help/eom/pl/figures/eom_start_window.png -share/mate/help/eom/pl/figures/eom_toolbar_editor_window.png -share/mate/help/eom/pt_BR/eom.xml -share/mate/help/eom/pt_BR/figures/eom_save_as_window.png -share/mate/help/eom/pt_BR/figures/eom_start_window.png -share/mate/help/eom/pt_BR/figures/eom_toolbar_editor_window.png -share/mate/help/eom/ru/eom.xml -share/mate/help/eom/ru/figures/eom_save_as_window.png -share/mate/help/eom/ru/figures/eom_start_window.png -share/mate/help/eom/ru/figures/eom_toolbar_editor_window.png -share/mate/help/eom/sv/eom.xml -share/mate/help/eom/sv/figures/eom_save_as_window.png -share/mate/help/eom/sv/figures/eom_start_window.png -share/mate/help/eom/sv/figures/eom_toolbar_editor_window.png -share/mate/help/eom/th/eom.xml -share/mate/help/eom/th/figures/eom_save_as_window.png -share/mate/help/eom/th/figures/eom_start_window.png -share/mate/help/eom/th/figures/eom_toolbar_editor_window.png -share/mate/help/eom/uk/eom.xml -share/mate/help/eom/uk/figures/eom_save_as_window.png -share/mate/help/eom/uk/figures/eom_start_window.png -share/mate/help/eom/uk/figures/eom_toolbar_editor_window.png -share/mate/help/eom/zh_CN/eom.xml -share/mate/help/eom/zh_CN/figures/eom_save_as_window.png -share/mate/help/eom/zh_CN/figures/eom_start_window.png -share/mate/help/eom/zh_CN/figures/eom_toolbar_editor_window.png -share/mate/help/eom/zh_TW/eom.xml -share/mate/help/eom/zh_TW/figures/eom_save_as_window.png -share/mate/help/eom/zh_TW/figures/eom_start_window.png -share/mate/help/eom/zh_TW/figures/eom_toolbar_editor_window.png -share/omf/eom/eom-C.omf -share/omf/eom/eom-ar.omf -share/omf/eom/eom-ca.omf -share/omf/eom/eom-cs.omf -share/omf/eom/eom-da.omf -share/omf/eom/eom-de.omf -share/omf/eom/eom-el.omf -share/omf/eom/eom-en_GB.omf -share/omf/eom/eom-es.omf -share/omf/eom/eom-eu.omf -share/omf/eom/eom-fi.omf -share/omf/eom/eom-fr.omf -share/omf/eom/eom-it.omf -share/omf/eom/eom-ja.omf -share/omf/eom/eom-ko.omf -share/omf/eom/eom-oc.omf -share/omf/eom/eom-pa.omf -share/omf/eom/eom-pl.omf -share/omf/eom/eom-pt_BR.omf -share/omf/eom/eom-ru.omf -share/omf/eom/eom-sv.omf -share/omf/eom/eom-th.omf -share/omf/eom/eom-uk.omf -share/omf/eom/eom-zh_CN.omf -share/omf/eom/eom-zh_TW.omf -@dirrm share/omf/eom -@dirrm share/mate/help/eom/zh_TW/figures -@dirrm share/mate/help/eom/zh_TW -@dirrm share/mate/help/eom/zh_CN/figures -@dirrm share/mate/help/eom/zh_CN -@dirrm share/mate/help/eom/uk/figures -@dirrm share/mate/help/eom/uk -@dirrm share/mate/help/eom/th/figures -@dirrm share/mate/help/eom/th -@dirrm share/mate/help/eom/sv/figures -@dirrm share/mate/help/eom/sv -@dirrm share/mate/help/eom/ru/figures -@dirrm share/mate/help/eom/ru -@dirrm share/mate/help/eom/pt_BR/figures -@dirrm share/mate/help/eom/pt_BR -@dirrm share/mate/help/eom/pl/figures -@dirrm share/mate/help/eom/pl -@dirrm share/mate/help/eom/pa/figures -@dirrm share/mate/help/eom/pa -@dirrm share/mate/help/eom/oc/figures -@dirrm share/mate/help/eom/oc -@dirrm share/mate/help/eom/ko/figures -@dirrm share/mate/help/eom/ko -@dirrm share/mate/help/eom/ja/figures -@dirrm share/mate/help/eom/ja -@dirrm share/mate/help/eom/it/figures -@dirrm share/mate/help/eom/it -@dirrm share/mate/help/eom/fr/figures -@dirrm share/mate/help/eom/fr -@dirrm share/mate/help/eom/fi/figures -@dirrm share/mate/help/eom/fi -@dirrm share/mate/help/eom/eu/figures -@dirrm share/mate/help/eom/eu -@dirrm share/mate/help/eom/es/figures -@dirrm share/mate/help/eom/es -@dirrm share/mate/help/eom/en_GB/figures -@dirrm share/mate/help/eom/en_GB -@dirrm share/mate/help/eom/el/figures -@dirrm share/mate/help/eom/el -@dirrm share/mate/help/eom/de/figures -@dirrm share/mate/help/eom/de -@dirrm share/mate/help/eom/da/figures -@dirrm share/mate/help/eom/da -@dirrm share/mate/help/eom/cs/figures -@dirrm share/mate/help/eom/cs -@dirrm share/mate/help/eom/ca/figures -@dirrm share/mate/help/eom/ca -@dirrm share/mate/help/eom/ar/figures -@dirrm share/mate/help/eom/ar -@dirrm share/mate/help/eom/C/figures -@dirrm share/mate/help/eom/C -@dirrm share/mate/help/eom -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@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/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@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/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/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@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/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@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/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/mate-image-viewer/pixmaps -@dirrm share/mate-image-viewer/icons/hicolor/scalable/actions -@dirrm share/mate-image-viewer/icons/hicolor/scalable -@dirrm share/mate-image-viewer/icons/hicolor/48x48/actions -@dirrm share/mate-image-viewer/icons/hicolor/48x48 -@dirrm share/mate-image-viewer/icons/hicolor/32x32/actions -@dirrm share/mate-image-viewer/icons/hicolor/32x32 -@dirrm share/mate-image-viewer/icons/hicolor/24x24/actions -@dirrm share/mate-image-viewer/icons/hicolor/24x24 -@dirrm share/mate-image-viewer/icons/hicolor/22x22/actions -@dirrm share/mate-image-viewer/icons/hicolor/22x22 -@dirrm share/mate-image-viewer/icons/hicolor/16x16/actions -@dirrm share/mate-image-viewer/icons/hicolor/16x16 -@dirrm share/mate-image-viewer/icons/hicolor -@dirrm share/mate-image-viewer/icons -@dirrm share/mate-image-viewer -@dirrm share/doc/eom -@dirrm lib/eom/plugins -@dirrm lib/eom -@dirrm include/eom-2.20/eom -@dirrm include/eom-2.20 |