aboutsummaryrefslogtreecommitdiff
path: root/deskutils/mate-utils
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-11-23 11:39:07 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-11-23 11:39:07 +0000
commita236e2d0bfa53f22be02c6a4cc7b2cf730bc69e1 (patch)
tree000a9ce64a1e669ce72ebf4b639d75f2ef29c214 /deskutils/mate-utils
parentfdf023af8a1f19bbc7987f3abfb59c503eb6d52c (diff)
downloadports-a236e2d0bfa53f22be02c6a4cc7b2cf730bc69e1.tar.gz
ports-a236e2d0bfa53f22be02c6a4cc7b2cf730bc69e1.zip
Say hello to Mate 1.6.
Mate is a lite desktop forked from gnome2. Most of the work is done by Jeremy Messenger (mezz@). The only thing I did was update a few ports to later 1.6 release and attempting to keep up with ports infra changes. Resulting bugs are all mine. Mate is a sort of replacement for Gnome 2. So people wanting to keep a Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3 in the near future. This switch will be announce with a transition time so people have more time to switch if they haven't already. This release was made possible by everyone that send friendly pokes to keep mate on my mind. Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=334661
Diffstat (limited to 'deskutils/mate-utils')
-rw-r--r--deskutils/mate-utils/Makefile43
-rw-r--r--deskutils/mate-utils/distinfo2
-rw-r--r--deskutils/mate-utils/files/patch-gsearchtool_gsearchtool-support.c10
-rw-r--r--deskutils/mate-utils/files/patch-logview_logview-manager.c10
-rw-r--r--deskutils/mate-utils/files/patch-logview_logview-utils.c11
-rw-r--r--deskutils/mate-utils/pkg-descr4
-rw-r--r--deskutils/mate-utils/pkg-plist816
7 files changed, 896 insertions, 0 deletions
diff --git a/deskutils/mate-utils/Makefile b/deskutils/mate-utils/Makefile
new file mode 100644
index 000000000000..ed0297712bbf
--- /dev/null
+++ b/deskutils/mate-utils/Makefile
@@ -0,0 +1,43 @@
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= mate-utils
+PORTVERSION= 1.6.0
+CATEGORIES= deskutils mate
+MASTER_SITES= MATE
+DIST_SUBDIR= mate
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= MATE support utilities
+
+BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \
+ scrollkeeper-config:${PORTSDIR}/textproc/rarian
+LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \
+ libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra
+
+PORTSCOUT= limitw:1,even
+
+USES= gettext gmake pathfix pkgconfig
+USE_XZ= yes
+USE_MATE= autogen common:build docutils intlhack ltverhack \
+ panel
+USE_XORG= x11 xext
+USE_GNOME= glib20 gnomehier gtk20
+USE_LDCONFIG= yes
+INSTALLS_OMF= yes
+USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
+CONFIGURE_ARGS= --enable-maintainer-flags=no \
+ --disable-gtk-doc \
+ --with-html-dir=${PREFIX}/share/doc
+INSTALLS_ICONS= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+PATHFIX_MAKEFILEIN= Makefile.*
+
+GLIB_SCHEMAS= org.mate.dictionary.gschema.xml \
+ org.mate.disk-usage-analyzer.gschema.xml \
+ org.mate.screenshot.gschema.xml \
+ org.mate.search-tool.gschema.xml \
+ org.mate.system-log.gschema.xml
+
+.include <bsd.port.mk>
diff --git a/deskutils/mate-utils/distinfo b/deskutils/mate-utils/distinfo
new file mode 100644
index 000000000000..5eb9ba0e7255
--- /dev/null
+++ b/deskutils/mate-utils/distinfo
@@ -0,0 +1,2 @@
+SHA256 (mate/mate-utils-1.6.0.tar.xz) = 150b7ed3831f865b5e1276108f2ad1ce6c2fa129b5689ec50bc35f882f93d01c
+SIZE (mate/mate-utils-1.6.0.tar.xz) = 6115504
diff --git a/deskutils/mate-utils/files/patch-gsearchtool_gsearchtool-support.c b/deskutils/mate-utils/files/patch-gsearchtool_gsearchtool-support.c
new file mode 100644
index 000000000000..f29974a81f2c
--- /dev/null
+++ b/deskutils/mate-utils/files/patch-gsearchtool_gsearchtool-support.c
@@ -0,0 +1,10 @@
+--- gsearchtool/gsearchtool-support.c.orig 2008-12-19 16:53:22.000000000 -0500
++++ gsearchtool/gsearchtool-support.c 2009-02-27 17:30:06.000000000 -0500
+@@ -32,6 +32,7 @@
+ #include <string.h>
+ #include <glib/gi18n.h>
+ #include <glib.h>
++#include <sys/types.h>
+ #include <regex.h>
+ #include <gdk/gdkx.h>
+ #include <libart_lgpl/art_rgb.h>
diff --git a/deskutils/mate-utils/files/patch-logview_logview-manager.c b/deskutils/mate-utils/files/patch-logview_logview-manager.c
new file mode 100644
index 000000000000..00ec357ef46e
--- /dev/null
+++ b/deskutils/mate-utils/files/patch-logview_logview-manager.c
@@ -0,0 +1,10 @@
+--- logview/logview-manager.c.orig 2009-03-21 17:25:27.000000000 -0400
++++ logview/logview-manager.c 2009-03-21 17:25:37.000000000 -0400
+@@ -25,6 +25,7 @@
+
+ #include <glib/gi18n.h>
+
++#include "logview-app.h"
+ #include "logview-prefs.h"
+ #include "logview-marshal.h"
+
diff --git a/deskutils/mate-utils/files/patch-logview_logview-utils.c b/deskutils/mate-utils/files/patch-logview_logview-utils.c
new file mode 100644
index 000000000000..4faad70213df
--- /dev/null
+++ b/deskutils/mate-utils/files/patch-logview_logview-utils.c
@@ -0,0 +1,11 @@
+--- logview/logview-utils.c.orig 2009-03-21 17:22:41.000000000 -0400
++++ logview/logview-utils.c 2009-03-21 17:23:22.000000000 -0400
+@@ -136,7 +136,7 @@ log_read_dates (const char **buffer_line
+ {
+ int current_year, offsetyear, i, n, rangemin, rangemax, timestamp_len = 0;
+ GSList *days = NULL;
+- GDate *date, *newdate;
++ GDate *date = NULL, *newdate;
+ struct tm *tmptm;
+ char *date_string;
+ Day *day;
diff --git a/deskutils/mate-utils/pkg-descr b/deskutils/mate-utils/pkg-descr
new file mode 100644
index 000000000000..d59068acf6ca
--- /dev/null
+++ b/deskutils/mate-utils/pkg-descr
@@ -0,0 +1,4 @@
+MATE support utilities, including a dictionary looker-upper,
+a frontend for find(1), a system log viewer, and more.
+
+WWW: http://mate-desktop.org/
diff --git a/deskutils/mate-utils/pkg-plist b/deskutils/mate-utils/pkg-plist
new file mode 100644
index 000000000000..4e104eb02403
--- /dev/null
+++ b/deskutils/mate-utils/pkg-plist
@@ -0,0 +1,816 @@
+bin/mate-dictionary
+bin/mate-disk-usage-analyzer
+bin/mate-panel-screenshot
+bin/mate-screenshot
+bin/mate-search-tool
+bin/mate-system-log
+include/mate-dict/gdict/gdict-client-context.h
+include/mate-dict/gdict/gdict-context.h
+include/mate-dict/gdict/gdict-database-chooser.h
+include/mate-dict/gdict/gdict-defbox.h
+include/mate-dict/gdict/gdict-enum-types.h
+include/mate-dict/gdict/gdict-source-chooser.h
+include/mate-dict/gdict/gdict-source-loader.h
+include/mate-dict/gdict/gdict-source.h
+include/mate-dict/gdict/gdict-speller.h
+include/mate-dict/gdict/gdict-strategy-chooser.h
+include/mate-dict/gdict/gdict-utils.h
+include/mate-dict/gdict/gdict-version.h
+include/mate-dict/gdict/gdict.h
+lib/libmatedict.a
+lib/libmatedict.la
+lib/libmatedict.so
+lib/libmatedict.so.6
+libdata/pkgconfig/mate-dict.pc
+libexec/mate-dictionary-applet
+man/man1/mate-dictionary.1.gz
+man/man1/mate-disk-usage-analyzer.1.gz
+man/man1/mate-screenshot.1.gz
+man/man1/mate-search-tool.1.gz
+man/man1/mate-system-log.1.gz
+share/MateConf/gsettings/mate-dictionary.convert
+share/MateConf/gsettings/mate-disk-usage-analyzer.convert
+share/MateConf/gsettings/mate-screenshot.convert
+share/MateConf/gsettings/mate-search-tool.convert
+share/MateConf/gsettings/mate-system-log.convert
+share/applications/mate-dictionary.desktop
+share/applications/mate-disk-usage-analyzer.desktop
+share/applications/mate-screenshot.desktop
+share/applications/mate-search-tool.desktop
+share/applications/mate-system-log.desktop
+share/dbus-1/services/org.mate.panel.applet.DictionaryAppletFactory.service
+share/icons/mate/24x24/apps/baobab.png
+share/icons/mate/scalable/apps/baobab.svg
+share/locale/af/LC_MESSAGES/mate-utils.mo
+share/locale/am/LC_MESSAGES/mate-utils.mo
+share/locale/ar/LC_MESSAGES/mate-utils.mo
+share/locale/as/LC_MESSAGES/mate-utils.mo
+share/locale/ast/LC_MESSAGES/mate-utils.mo
+share/locale/az/LC_MESSAGES/mate-utils.mo
+share/locale/be/LC_MESSAGES/mate-utils.mo
+share/locale/be@latin/LC_MESSAGES/mate-utils.mo
+share/locale/bg/LC_MESSAGES/mate-utils.mo
+share/locale/bn/LC_MESSAGES/mate-utils.mo
+share/locale/bn_IN/LC_MESSAGES/mate-utils.mo
+share/locale/br/LC_MESSAGES/mate-utils.mo
+share/locale/bs/LC_MESSAGES/mate-utils.mo
+share/locale/ca/LC_MESSAGES/mate-utils.mo
+share/locale/ca@valencia/LC_MESSAGES/mate-utils.mo
+share/locale/crh/LC_MESSAGES/mate-utils.mo
+share/locale/cs/LC_MESSAGES/mate-utils.mo
+share/locale/cy/LC_MESSAGES/mate-utils.mo
+share/locale/da/LC_MESSAGES/mate-utils.mo
+share/locale/de/LC_MESSAGES/mate-utils.mo
+share/locale/dz/LC_MESSAGES/mate-utils.mo
+share/locale/el/LC_MESSAGES/mate-utils.mo
+share/locale/en@shaw/LC_MESSAGES/mate-utils.mo
+share/locale/en_AU/LC_MESSAGES/mate-utils.mo
+share/locale/en_CA/LC_MESSAGES/mate-utils.mo
+share/locale/en_GB/LC_MESSAGES/mate-utils.mo
+share/locale/eo/LC_MESSAGES/mate-utils.mo
+share/locale/es/LC_MESSAGES/mate-utils.mo
+share/locale/et/LC_MESSAGES/mate-utils.mo
+share/locale/eu/LC_MESSAGES/mate-utils.mo
+share/locale/fa/LC_MESSAGES/mate-utils.mo
+share/locale/fi/LC_MESSAGES/mate-utils.mo
+share/locale/fr/LC_MESSAGES/mate-utils.mo
+share/locale/ga/LC_MESSAGES/mate-utils.mo
+share/locale/gl/LC_MESSAGES/mate-utils.mo
+share/locale/gu/LC_MESSAGES/mate-utils.mo
+share/locale/he/LC_MESSAGES/mate-utils.mo
+share/locale/hi/LC_MESSAGES/mate-utils.mo
+share/locale/hr/LC_MESSAGES/mate-utils.mo
+share/locale/hu/LC_MESSAGES/mate-utils.mo
+share/locale/id/LC_MESSAGES/mate-utils.mo
+share/locale/it/LC_MESSAGES/mate-utils.mo
+share/locale/ja/LC_MESSAGES/mate-utils.mo
+share/locale/ka/LC_MESSAGES/mate-utils.mo
+share/locale/kn/LC_MESSAGES/mate-utils.mo
+share/locale/ko/LC_MESSAGES/mate-utils.mo
+share/locale/ku/LC_MESSAGES/mate-utils.mo
+share/locale/lt/LC_MESSAGES/mate-utils.mo
+share/locale/lv/LC_MESSAGES/mate-utils.mo
+share/locale/mai/LC_MESSAGES/mate-utils.mo
+share/locale/mg/LC_MESSAGES/mate-utils.mo
+share/locale/mk/LC_MESSAGES/mate-utils.mo
+share/locale/ml/LC_MESSAGES/mate-utils.mo
+share/locale/mn/LC_MESSAGES/mate-utils.mo
+share/locale/mr/LC_MESSAGES/mate-utils.mo
+share/locale/ms/LC_MESSAGES/mate-utils.mo
+share/locale/nb/LC_MESSAGES/mate-utils.mo
+share/locale/nds/LC_MESSAGES/mate-utils.mo
+share/locale/ne/LC_MESSAGES/mate-utils.mo
+share/locale/nl/LC_MESSAGES/mate-utils.mo
+share/locale/nn/LC_MESSAGES/mate-utils.mo
+share/locale/oc/LC_MESSAGES/mate-utils.mo
+share/locale/or/LC_MESSAGES/mate-utils.mo
+share/locale/pa/LC_MESSAGES/mate-utils.mo
+share/locale/pl/LC_MESSAGES/mate-utils.mo
+share/locale/ps/LC_MESSAGES/mate-utils.mo
+share/locale/pt/LC_MESSAGES/mate-utils.mo
+share/locale/pt_BR/LC_MESSAGES/mate-utils.mo
+share/locale/ro/LC_MESSAGES/mate-utils.mo
+share/locale/ru/LC_MESSAGES/mate-utils.mo
+share/locale/rw/LC_MESSAGES/mate-utils.mo
+share/locale/si/LC_MESSAGES/mate-utils.mo
+share/locale/sk/LC_MESSAGES/mate-utils.mo
+share/locale/sl/LC_MESSAGES/mate-utils.mo
+share/locale/sq/LC_MESSAGES/mate-utils.mo
+share/locale/sr/LC_MESSAGES/mate-utils.mo
+share/locale/sr@latin/LC_MESSAGES/mate-utils.mo
+share/locale/sv/LC_MESSAGES/mate-utils.mo
+share/locale/ta/LC_MESSAGES/mate-utils.mo
+share/locale/te/LC_MESSAGES/mate-utils.mo
+share/locale/th/LC_MESSAGES/mate-utils.mo
+share/locale/tr/LC_MESSAGES/mate-utils.mo
+share/locale/ug/LC_MESSAGES/mate-utils.mo
+share/locale/uk/LC_MESSAGES/mate-utils.mo
+share/locale/vi/LC_MESSAGES/mate-utils.mo
+share/locale/wa/LC_MESSAGES/mate-utils.mo
+share/locale/xh/LC_MESSAGES/mate-utils.mo
+share/locale/zh_CN/LC_MESSAGES/mate-utils.mo
+share/locale/zh_HK/LC_MESSAGES/mate-utils.mo
+share/locale/zh_TW/LC_MESSAGES/mate-utils.mo
+share/mate-dict/sources/default.desktop
+share/mate-dict/sources/spanish.desktop
+share/mate-dict/sources/thai.desktop
+share/mate-dictionary/dictionary-applet-menu.xml
+share/mate-dictionary/mate-dictionary-preferences.ui
+share/mate-dictionary/mate-dictionary-source.ui
+share/mate-dictionary/mate-dictionary-ui.xml
+share/mate-disk-usage-analyzer/baobab-dialog-scan-props.ui
+share/mate-disk-usage-analyzer/baobab-main-window.ui
+share/mate-disk-usage-analyzer/pixmaps/shot.png
+share/mate-panel/applets/org.mate.DictionaryApplet.mate-panel-applet
+share/mate-screenshot/mate-screenshot.ui
+%%DATADIR%%/logview-filter.ui
+%%DATADIR%%/logview-toolbar.xml
+share/mate/help/mate-dictionary/C/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/C/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/C/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/C/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/C/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/C/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/C/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/C/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/C/legal.xml
+share/mate/help/mate-dictionary/C/mate-dictionary.xml
+share/mate/help/mate-dictionary/ca/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/ca/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/ca/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/ca/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/ca/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/ca/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/ca/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/ca/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/ca/mate-dictionary.xml
+share/mate/help/mate-dictionary/cs/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/cs/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/cs/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/cs/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/cs/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/cs/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/cs/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/cs/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/cs/mate-dictionary.xml
+share/mate/help/mate-dictionary/da/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/da/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/da/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/da/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/da/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/da/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/da/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/da/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/da/mate-dictionary.xml
+share/mate/help/mate-dictionary/de/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/de/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/de/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/de/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/de/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/de/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/de/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/de/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/de/mate-dictionary.xml
+share/mate/help/mate-dictionary/el/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/el/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/el/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/el/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/el/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/el/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/el/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/el/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/el/mate-dictionary.xml
+share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/en_GB/mate-dictionary.xml
+share/mate/help/mate-dictionary/es/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/es/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/es/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/es/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/es/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/es/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/es/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/es/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/es/mate-dictionary.xml
+share/mate/help/mate-dictionary/eu/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/eu/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/eu/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/eu/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/eu/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/eu/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/eu/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/eu/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/eu/mate-dictionary.xml
+share/mate/help/mate-dictionary/fi/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/fi/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/fi/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/fi/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/fi/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/fi/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/fi/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/fi/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/fi/mate-dictionary.xml
+share/mate/help/mate-dictionary/fr/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/fr/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/fr/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/fr/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/fr/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/fr/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/fr/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/fr/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/fr/mate-dictionary.xml
+share/mate/help/mate-dictionary/it/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/it/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/it/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/it/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/it/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/it/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/it/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/it/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/it/mate-dictionary.xml
+share/mate/help/mate-dictionary/oc/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/oc/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/oc/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/oc/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/oc/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/oc/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/oc/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/oc/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/oc/mate-dictionary.xml
+share/mate/help/mate-dictionary/ru/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/ru/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/ru/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/ru/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/ru/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/ru/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/ru/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/ru/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/ru/mate-dictionary.xml
+share/mate/help/mate-dictionary/sv/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/sv/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/sv/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/sv/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/sv/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/sv/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/sv/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/sv/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/sv/mate-dictionary.xml
+share/mate/help/mate-dictionary/uk/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/uk/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/uk/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/uk/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/uk/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/uk/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/uk/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/uk/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/uk/mate-dictionary.xml
+share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-add-source.png
+share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-applet-window.png
+share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-applet.png
+share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-application.png
+share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-find.png
+share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-lookup.png
+share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-preferences-print.png
+share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-preferences-source.png
+share/mate/help/mate-dictionary/zh_CN/mate-dictionary.xml
+share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/C/legal.xml
+share/mate/help/mate-disk-usage-analyzer/C/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/ca/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/cs/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/da/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/de/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/el/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/en_GB/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/es/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/eu/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/fi/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/fr/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/it/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/oc/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/pl/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/ru/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/sv/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/uk/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/zh_CN/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/zh_HK/mate-disk-usage-analyzer.xml
+share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_fullscan.png
+share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_prefs.png
+share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_remote.png
+share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_ringschart1.png
+share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_ringschart2.png
+share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_treemaps.png
+share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_window.png
+share/mate/help/mate-disk-usage-analyzer/zh_TW/mate-disk-usage-analyzer.xml
+share/mate/help/mate-search-tool/C/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/C/legal.xml
+share/mate/help/mate-search-tool/C/mate-search-tool.xml
+share/mate/help/mate-search-tool/ca/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/ca/mate-search-tool.xml
+share/mate/help/mate-search-tool/cs/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/cs/mate-search-tool.xml
+share/mate/help/mate-search-tool/de/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/de/mate-search-tool.xml
+share/mate/help/mate-search-tool/el/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/el/mate-search-tool.xml
+share/mate/help/mate-search-tool/en_GB/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/en_GB/mate-search-tool.xml
+share/mate/help/mate-search-tool/es/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/es/mate-search-tool.xml
+share/mate/help/mate-search-tool/eu/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/eu/mate-search-tool.xml
+share/mate/help/mate-search-tool/fi/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/fi/mate-search-tool.xml
+share/mate/help/mate-search-tool/fr/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/fr/mate-search-tool.xml
+share/mate/help/mate-search-tool/it/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/it/mate-search-tool.xml
+share/mate/help/mate-search-tool/ko/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/ko/mate-search-tool.xml
+share/mate/help/mate-search-tool/oc/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/oc/mate-search-tool.xml
+share/mate/help/mate-search-tool/ru/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/ru/mate-search-tool.xml
+share/mate/help/mate-search-tool/sv/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/sv/mate-search-tool.xml
+share/mate/help/mate-search-tool/uk/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/uk/mate-search-tool.xml
+share/mate/help/mate-search-tool/zh_CN/figures/mate-search-tool_window.png
+share/mate/help/mate-search-tool/zh_CN/mate-search-tool.xml
+share/mate/help/mate-system-log/C/figures/syslog_window.png
+share/mate/help/mate-system-log/C/legal.xml
+share/mate/help/mate-system-log/C/mate-system-log.xml
+share/mate/help/mate-system-log/ca/figures/syslog_window.png
+share/mate/help/mate-system-log/ca/mate-system-log.xml
+share/mate/help/mate-system-log/cs/figures/syslog_window.png
+share/mate/help/mate-system-log/cs/mate-system-log.xml
+share/mate/help/mate-system-log/de/figures/syslog_window.png
+share/mate/help/mate-system-log/de/mate-system-log.xml
+share/mate/help/mate-system-log/el/figures/syslog_window.png
+share/mate/help/mate-system-log/el/mate-system-log.xml
+share/mate/help/mate-system-log/en_GB/figures/syslog_window.png
+share/mate/help/mate-system-log/en_GB/mate-system-log.xml
+share/mate/help/mate-system-log/es/figures/syslog_window.png
+share/mate/help/mate-system-log/es/mate-system-log.xml
+share/mate/help/mate-system-log/eu/figures/syslog_window.png
+share/mate/help/mate-system-log/eu/mate-system-log.xml
+share/mate/help/mate-system-log/fi/figures/syslog_window.png
+share/mate/help/mate-system-log/fi/mate-system-log.xml
+share/mate/help/mate-system-log/fr/figures/syslog_window.png
+share/mate/help/mate-system-log/fr/mate-system-log.xml
+share/mate/help/mate-system-log/it/figures/syslog_window.png
+share/mate/help/mate-system-log/it/mate-system-log.xml
+share/mate/help/mate-system-log/ko/figures/syslog_window.png
+share/mate/help/mate-system-log/ko/mate-system-log.xml
+share/mate/help/mate-system-log/oc/figures/syslog_window.png
+share/mate/help/mate-system-log/oc/mate-system-log.xml
+share/mate/help/mate-system-log/ru/figures/syslog_window.png
+share/mate/help/mate-system-log/ru/mate-system-log.xml
+share/mate/help/mate-system-log/sv/figures/syslog_window.png
+share/mate/help/mate-system-log/sv/mate-system-log.xml
+share/mate/help/mate-system-log/uk/figures/syslog_window.png
+share/mate/help/mate-system-log/uk/mate-system-log.xml
+share/mate/help/mate-system-log/zh_CN/figures/syslog_window.png
+share/mate/help/mate-system-log/zh_CN/mate-system-log.xml
+share/omf/mate-dictionary/mate-dictionary-C.omf
+share/omf/mate-dictionary/mate-dictionary-ca.omf
+share/omf/mate-dictionary/mate-dictionary-cs.omf
+share/omf/mate-dictionary/mate-dictionary-da.omf
+share/omf/mate-dictionary/mate-dictionary-de.omf
+share/omf/mate-dictionary/mate-dictionary-el.omf
+share/omf/mate-dictionary/mate-dictionary-en_GB.omf
+share/omf/mate-dictionary/mate-dictionary-es.omf
+share/omf/mate-dictionary/mate-dictionary-eu.omf
+share/omf/mate-dictionary/mate-dictionary-fi.omf
+share/omf/mate-dictionary/mate-dictionary-fr.omf
+share/omf/mate-dictionary/mate-dictionary-it.omf
+share/omf/mate-dictionary/mate-dictionary-oc.omf
+share/omf/mate-dictionary/mate-dictionary-ru.omf
+share/omf/mate-dictionary/mate-dictionary-sv.omf
+share/omf/mate-dictionary/mate-dictionary-uk.omf
+share/omf/mate-dictionary/mate-dictionary-zh_CN.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-C.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-ca.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-cs.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-da.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-de.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-el.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-en_GB.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-es.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-eu.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-fi.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-fr.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-it.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-oc.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-pl.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-ru.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-sv.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-uk.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-zh_CN.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-zh_HK.omf
+share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-zh_TW.omf
+share/omf/mate-search-tool/mate-search-tool-C.omf
+share/omf/mate-search-tool/mate-search-tool-ca.omf
+share/omf/mate-search-tool/mate-search-tool-cs.omf
+share/omf/mate-search-tool/mate-search-tool-de.omf
+share/omf/mate-search-tool/mate-search-tool-el.omf
+share/omf/mate-search-tool/mate-search-tool-en_GB.omf
+share/omf/mate-search-tool/mate-search-tool-es.omf
+share/omf/mate-search-tool/mate-search-tool-eu.omf
+share/omf/mate-search-tool/mate-search-tool-fi.omf
+share/omf/mate-search-tool/mate-search-tool-fr.omf
+share/omf/mate-search-tool/mate-search-tool-it.omf
+share/omf/mate-search-tool/mate-search-tool-ko.omf
+share/omf/mate-search-tool/mate-search-tool-oc.omf
+share/omf/mate-search-tool/mate-search-tool-ru.omf
+share/omf/mate-search-tool/mate-search-tool-sv.omf
+share/omf/mate-search-tool/mate-search-tool-uk.omf
+share/omf/mate-search-tool/mate-search-tool-zh_CN.omf
+share/omf/mate-system-log/mate-system-log-C.omf
+share/omf/mate-system-log/mate-system-log-ca.omf
+share/omf/mate-system-log/mate-system-log-cs.omf
+share/omf/mate-system-log/mate-system-log-de.omf
+share/omf/mate-system-log/mate-system-log-el.omf
+share/omf/mate-system-log/mate-system-log-en_GB.omf
+share/omf/mate-system-log/mate-system-log-es.omf
+share/omf/mate-system-log/mate-system-log-eu.omf
+share/omf/mate-system-log/mate-system-log-fi.omf
+share/omf/mate-system-log/mate-system-log-fr.omf
+share/omf/mate-system-log/mate-system-log-it.omf
+share/omf/mate-system-log/mate-system-log-ko.omf
+share/omf/mate-system-log/mate-system-log-oc.omf
+share/omf/mate-system-log/mate-system-log-ru.omf
+share/omf/mate-system-log/mate-system-log-sv.omf
+share/omf/mate-system-log/mate-system-log-uk.omf
+share/omf/mate-system-log/mate-system-log-zh_CN.omf
+share/pixmaps/mate-search-tool/thumbnail_frame.png
+@dirrm share/pixmaps/mate-search-tool
+@dirrm share/omf/mate-system-log
+@dirrm share/omf/mate-search-tool
+@dirrm share/omf/mate-disk-usage-analyzer
+@dirrm share/omf/mate-dictionary
+@dirrm share/mate/help/mate-system-log/zh_CN/figures
+@dirrm share/mate/help/mate-system-log/zh_CN
+@dirrm share/mate/help/mate-system-log/uk/figures
+@dirrm share/mate/help/mate-system-log/uk
+@dirrm share/mate/help/mate-system-log/sv/figures
+@dirrm share/mate/help/mate-system-log/sv
+@dirrm share/mate/help/mate-system-log/ru/figures
+@dirrm share/mate/help/mate-system-log/ru
+@dirrm share/mate/help/mate-system-log/oc/figures
+@dirrm share/mate/help/mate-system-log/oc
+@dirrm share/mate/help/mate-system-log/ko/figures
+@dirrm share/mate/help/mate-system-log/ko
+@dirrm share/mate/help/mate-system-log/it/figures
+@dirrm share/mate/help/mate-system-log/it
+@dirrm share/mate/help/mate-system-log/fr/figures
+@dirrm share/mate/help/mate-system-log/fr
+@dirrm share/mate/help/mate-system-log/fi/figures
+@dirrm share/mate/help/mate-system-log/fi
+@dirrm share/mate/help/mate-system-log/eu/figures
+@dirrm share/mate/help/mate-system-log/eu
+@dirrm share/mate/help/mate-system-log/es/figures
+@dirrm share/mate/help/mate-system-log/es
+@dirrm share/mate/help/mate-system-log/en_GB/figures
+@dirrm share/mate/help/mate-system-log/en_GB
+@dirrm share/mate/help/mate-system-log/el/figures
+@dirrm share/mate/help/mate-system-log/el
+@dirrm share/mate/help/mate-system-log/de/figures
+@dirrm share/mate/help/mate-system-log/de
+@dirrm share/mate/help/mate-system-log/cs/figures
+@dirrm share/mate/help/mate-system-log/cs
+@dirrm share/mate/help/mate-system-log/ca/figures
+@dirrm share/mate/help/mate-system-log/ca
+@dirrm share/mate/help/mate-system-log/C/figures
+@dirrm share/mate/help/mate-system-log/C
+@dirrm share/mate/help/mate-system-log
+@dirrm share/mate/help/mate-search-tool/zh_CN/figures
+@dirrm share/mate/help/mate-search-tool/zh_CN
+@dirrm share/mate/help/mate-search-tool/uk/figures
+@dirrm share/mate/help/mate-search-tool/uk
+@dirrm share/mate/help/mate-search-tool/sv/figures
+@dirrm share/mate/help/mate-search-tool/sv
+@dirrm share/mate/help/mate-search-tool/ru/figures
+@dirrm share/mate/help/mate-search-tool/ru
+@dirrm share/mate/help/mate-search-tool/oc/figures
+@dirrm share/mate/help/mate-search-tool/oc
+@dirrm share/mate/help/mate-search-tool/ko/figures
+@dirrm share/mate/help/mate-search-tool/ko
+@dirrm share/mate/help/mate-search-tool/it/figures
+@dirrm share/mate/help/mate-search-tool/it
+@dirrm share/mate/help/mate-search-tool/fr/figures
+@dirrm share/mate/help/mate-search-tool/fr
+@dirrm share/mate/help/mate-search-tool/fi/figures
+@dirrm share/mate/help/mate-search-tool/fi
+@dirrm share/mate/help/mate-search-tool/eu/figures
+@dirrm share/mate/help/mate-search-tool/eu
+@dirrm share/mate/help/mate-search-tool/es/figures
+@dirrm share/mate/help/mate-search-tool/es
+@dirrm share/mate/help/mate-search-tool/en_GB/figures
+@dirrm share/mate/help/mate-search-tool/en_GB
+@dirrm share/mate/help/mate-search-tool/el/figures
+@dirrm share/mate/help/mate-search-tool/el
+@dirrm share/mate/help/mate-search-tool/de/figures
+@dirrm share/mate/help/mate-search-tool/de
+@dirrm share/mate/help/mate-search-tool/cs/figures
+@dirrm share/mate/help/mate-search-tool/cs
+@dirrm share/mate/help/mate-search-tool/ca/figures
+@dirrm share/mate/help/mate-search-tool/ca
+@dirrm share/mate/help/mate-search-tool/C/figures
+@dirrm share/mate/help/mate-search-tool/C
+@dirrm share/mate/help/mate-search-tool
+@dirrm share/mate/help/mate-disk-usage-analyzer/zh_TW/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/zh_TW
+@dirrm share/mate/help/mate-disk-usage-analyzer/zh_HK/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/zh_HK
+@dirrm share/mate/help/mate-disk-usage-analyzer/zh_CN/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/zh_CN
+@dirrm share/mate/help/mate-disk-usage-analyzer/uk/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/uk
+@dirrm share/mate/help/mate-disk-usage-analyzer/sv/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/sv
+@dirrm share/mate/help/mate-disk-usage-analyzer/ru/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/ru
+@dirrm share/mate/help/mate-disk-usage-analyzer/pl/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/pl
+@dirrm share/mate/help/mate-disk-usage-analyzer/oc/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/oc
+@dirrm share/mate/help/mate-disk-usage-analyzer/it/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/it
+@dirrm share/mate/help/mate-disk-usage-analyzer/fr/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/fr
+@dirrm share/mate/help/mate-disk-usage-analyzer/fi/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/fi
+@dirrm share/mate/help/mate-disk-usage-analyzer/eu/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/eu
+@dirrm share/mate/help/mate-disk-usage-analyzer/es/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/es
+@dirrm share/mate/help/mate-disk-usage-analyzer/en_GB/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/en_GB
+@dirrm share/mate/help/mate-disk-usage-analyzer/el/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/el
+@dirrm share/mate/help/mate-disk-usage-analyzer/de/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/de
+@dirrm share/mate/help/mate-disk-usage-analyzer/da/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/da
+@dirrm share/mate/help/mate-disk-usage-analyzer/cs/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/cs
+@dirrm share/mate/help/mate-disk-usage-analyzer/ca/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/ca
+@dirrm share/mate/help/mate-disk-usage-analyzer/C/figures
+@dirrm share/mate/help/mate-disk-usage-analyzer/C
+@dirrm share/mate/help/mate-disk-usage-analyzer
+@dirrm share/mate/help/mate-dictionary/zh_CN/figures
+@dirrm share/mate/help/mate-dictionary/zh_CN
+@dirrm share/mate/help/mate-dictionary/uk/figures
+@dirrm share/mate/help/mate-dictionary/uk
+@dirrm share/mate/help/mate-dictionary/sv/figures
+@dirrm share/mate/help/mate-dictionary/sv
+@dirrm share/mate/help/mate-dictionary/ru/figures
+@dirrm share/mate/help/mate-dictionary/ru
+@dirrm share/mate/help/mate-dictionary/oc/figures
+@dirrm share/mate/help/mate-dictionary/oc
+@dirrm share/mate/help/mate-dictionary/it/figures
+@dirrm share/mate/help/mate-dictionary/it
+@dirrm share/mate/help/mate-dictionary/fr/figures
+@dirrm share/mate/help/mate-dictionary/fr
+@dirrm share/mate/help/mate-dictionary/fi/figures
+@dirrm share/mate/help/mate-dictionary/fi
+@dirrm share/mate/help/mate-dictionary/eu/figures
+@dirrm share/mate/help/mate-dictionary/eu
+@dirrm share/mate/help/mate-dictionary/es/figures
+@dirrm share/mate/help/mate-dictionary/es
+@dirrm share/mate/help/mate-dictionary/en_GB/figures
+@dirrm share/mate/help/mate-dictionary/en_GB
+@dirrm share/mate/help/mate-dictionary/el/figures
+@dirrm share/mate/help/mate-dictionary/el
+@dirrm share/mate/help/mate-dictionary/de/figures
+@dirrm share/mate/help/mate-dictionary/de
+@dirrm share/mate/help/mate-dictionary/da/figures
+@dirrm share/mate/help/mate-dictionary/da
+@dirrm share/mate/help/mate-dictionary/cs/figures
+@dirrm share/mate/help/mate-dictionary/cs
+@dirrm share/mate/help/mate-dictionary/ca/figures
+@dirrm share/mate/help/mate-dictionary/ca
+@dirrm share/mate/help/mate-dictionary/C/figures
+@dirrm share/mate/help/mate-dictionary/C
+@dirrm share/mate/help/mate-dictionary
+@dirrm %%DATADIR%%
+@dirrm share/mate-screenshot
+@dirrmtry share/mate-panel/applets
+@dirrmtry share/mate-panel
+@dirrm share/mate-disk-usage-analyzer/pixmaps
+@dirrm share/mate-disk-usage-analyzer
+@dirrm share/mate-dictionary
+@dirrm share/mate-dict/sources
+@dirrm share/mate-dict
+@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/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/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/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/crh/LC_MESSAGES
+@dirrmtry share/locale/crh
+@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/icons/mate/scalable/apps
+@dirrmtry share/icons/mate/scalable
+@dirrmtry share/icons/mate/24x24/apps
+@dirrmtry share/icons/mate/24x24
+@dirrmtry share/icons/mate
+@dirrmtry share/icons
+@dirrm include/mate-dict/gdict
+@dirrm include/mate-dict