diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-07-29 01:38:10 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-07-29 01:38:10 +0800 |
commit | 54d5562a1beed044ced2406cf34b75b2491a8b1c (patch) | |
tree | 117292f8eb9aa3e63ba43abb55ffa658d43f3241 | |
parent | a6fcc2db5d48b90ec22f9e86beaa774c685f4700 (diff) | |
download | marcuscom-ports-experimental-54d5562a1beed044ced2406cf34b75b2491a8b1c.tar.gz marcuscom-ports-experimental-54d5562a1beed044ced2406cf34b75b2491a8b1c.tar.zst marcuscom-ports-experimental-54d5562a1beed044ced2406cf34b75b2491a8b1c.zip |
Repocopied two ports:
sysutils/gconf-editor -> sysutils/mate-conf-editor
deskutils/gnome-utils -> deskutils/mate-utils
git-svn-id: svn://creme-brulee.marcuscom.com/ports-experimental/trunk@17465 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | deskutils/mate-utils/Makefile | 48 | ||||
-rw-r--r-- | deskutils/mate-utils/distinfo | 2 | ||||
-rw-r--r-- | deskutils/mate-utils/files/patch-gsearchtool_gsearchtool-support.c | 10 | ||||
-rw-r--r-- | deskutils/mate-utils/files/patch-logview_logview-manager.c | 10 | ||||
-rw-r--r-- | deskutils/mate-utils/files/patch-logview_logview-utils.c | 11 | ||||
-rw-r--r-- | deskutils/mate-utils/pkg-descr | 4 | ||||
-rw-r--r-- | deskutils/mate-utils/pkg-plist | 813 | ||||
-rw-r--r-- | sysutils/mate-conf-editor/Makefile | 38 | ||||
-rw-r--r-- | sysutils/mate-conf-editor/distinfo | 2 | ||||
-rw-r--r-- | sysutils/mate-conf-editor/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/mate-conf-editor/pkg-plist | 330 |
11 files changed, 1272 insertions, 0 deletions
diff --git a/deskutils/mate-utils/Makefile b/deskutils/mate-utils/Makefile new file mode 100644 index 0000000..52bb1f0 --- /dev/null +++ b/deskutils/mate-utils/Makefile @@ -0,0 +1,48 @@ +# New ports collection makefile for: gnomeutils2 +# Date created: 06 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= mate-utils +PORTVERSION= 1.4.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= gtop-2.0:${PORTSDIR}/devel/libgtop \ + canberra-gtk:${PORTSDIR}/audio/libcanberra + +USE_XZ= yes +USE_MATE= autogen common:build conf docutils intlhack ltverhack \ + matehack panel +USE_XORG= x11 xext +USE_GMAKE= yes +USE_GNOME= glib20 gtk20 +USE_GETTEXT= yes +USE_LDCONFIG= yes +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +USE_PKGCONFIG= build +CONFIGURE_ARGS= --enable-maintainer-flags=no \ + ${MATECONF_PREFIX} \ + --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +MAN1= mate-dictionary.1 mate-disk-usage-analyzer.1 \ + mate-screenshot.1 mate-search-tool.1 mate-system-log.1 +MATECONF_SCHEMAS=baobab.schemas mate-dictionary.schemas \ + mate-screenshot.schemas mate-search-tool.schemas \ + mate-system-log.schemas + +.include <bsd.port.mk> diff --git a/deskutils/mate-utils/distinfo b/deskutils/mate-utils/distinfo new file mode 100644 index 0000000..2650423 --- /dev/null +++ b/deskutils/mate-utils/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-utils-1.4.0.tar.xz) = 49ec02682b8146bb96cf30c61a7d4e7c7630d22bcfe8fbeb8a7c20fd6bec5591 +SIZE (mate/mate-utils-1.4.0.tar.xz) = 6075148 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 0000000..f29974a --- /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 0000000..00ec357 --- /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 0000000..4faad70 --- /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 0000000..d59068a --- /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 0000000..7fa292a --- /dev/null +++ b/deskutils/mate-utils/pkg-plist @@ -0,0 +1,813 @@ +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/matecomponent/servers/MATE_DictionaryApplet.server +libdata/pkgconfig/mate-dict.pc +libexec/mate-dictionary-applet +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/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_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-2.0/ui/MATE_DictionaryApplet.xml +share/mate-dict/sources/default.desktop +share/mate-dict/sources/spanish.desktop +share/mate-dict/sources/thai.desktop +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-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/omf +@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 share/mate/help +@dirrm %%DATADIR%% +@dirrm share/mate-screenshot +@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 +@dirrm share/mate-2.0/ui +@dirrm share/mate-2.0 +@dirrm share/mate +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/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 +@dirrm share/icons/mate/scalable/apps +@dirrm share/icons/mate/scalable +@dirrm share/icons/mate/24x24/apps +@dirrm share/icons/mate/24x24 +@dirrm share/icons/mate +@dirrm share/icons +@dirrmtry share/applications +@dirrm libdata/matecomponent/servers +@dirrm libdata/matecomponent +@dirrm include/mate-dict/gdict +@dirrm include/mate-dict +@dirrm etc/mateconf/schemas +@dirrm etc/mateconf/mateconf.xml.defaults +@dirrm etc/mateconf diff --git a/sysutils/mate-conf-editor/Makefile b/sysutils/mate-conf-editor/Makefile new file mode 100644 index 0000000..2bbefad --- /dev/null +++ b/sysutils/mate-conf-editor/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: gconf-editor +# Date created: 12 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= mate-conf-editor +PORTVERSION= 1.4.0 +CATEGORIES= sysutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A mate-conf database editor for the MATE environment + +LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib + +USE_XZ= yes +USE_MATE= autogen common:build conf docutils intlhack matehack +USE_GMAKE= yes +USE_GNOME= gtk20 +USE_GETTEXT= yes +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +USE_PKGCONFIG= build +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 \ + ${MATECONF_PREFIX} +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +MAN1= mateconf-editor.1 +MATECONF_SCHEMAS=mateconf-editor.schemas + +.include <bsd.port.mk> diff --git a/sysutils/mate-conf-editor/distinfo b/sysutils/mate-conf-editor/distinfo new file mode 100644 index 0000000..6d0fada --- /dev/null +++ b/sysutils/mate-conf-editor/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-conf-editor-1.4.0.tar.xz) = 3372cff9bb68e2bd90a2bf2de68059f638f92bcc6a7b932ac7135cd4425615c3 +SIZE (mate/mate-conf-editor-1.4.0.tar.xz) = 1130920 diff --git a/sysutils/mate-conf-editor/pkg-descr b/sysutils/mate-conf-editor/pkg-descr new file mode 100644 index 0000000..9270b75 --- /dev/null +++ b/sysutils/mate-conf-editor/pkg-descr @@ -0,0 +1,4 @@ +mate-conf-editor is a MATE Mate-Conf database editor. It is analogous to +regedit on Windows. + +WWW: http://mate-desktop.org/ diff --git a/sysutils/mate-conf-editor/pkg-plist b/sysutils/mate-conf-editor/pkg-plist new file mode 100644 index 0000000..8666300 --- /dev/null +++ b/sysutils/mate-conf-editor/pkg-plist @@ -0,0 +1,330 @@ +bin/mateconf-editor +share/applications/mateconf-editor.desktop +share/icons/hicolor/48x48/apps/mateconf-editor.png +share/locale/am/LC_MESSAGES/mate-conf-editor.mo +share/locale/ar/LC_MESSAGES/mate-conf-editor.mo +share/locale/as/LC_MESSAGES/mate-conf-editor.mo +share/locale/ast/LC_MESSAGES/mate-conf-editor.mo +share/locale/az/LC_MESSAGES/mate-conf-editor.mo +share/locale/be/LC_MESSAGES/mate-conf-editor.mo +share/locale/be@latin/LC_MESSAGES/mate-conf-editor.mo +share/locale/bg/LC_MESSAGES/mate-conf-editor.mo +share/locale/bn/LC_MESSAGES/mate-conf-editor.mo +share/locale/bn_IN/LC_MESSAGES/mate-conf-editor.mo +share/locale/br/LC_MESSAGES/mate-conf-editor.mo +share/locale/bs/LC_MESSAGES/mate-conf-editor.mo +share/locale/ca/LC_MESSAGES/mate-conf-editor.mo +share/locale/ca@valencia/LC_MESSAGES/mate-conf-editor.mo +share/locale/cs/LC_MESSAGES/mate-conf-editor.mo +share/locale/cy/LC_MESSAGES/mate-conf-editor.mo +share/locale/da/LC_MESSAGES/mate-conf-editor.mo +share/locale/de/LC_MESSAGES/mate-conf-editor.mo +share/locale/dz/LC_MESSAGES/mate-conf-editor.mo +share/locale/el/LC_MESSAGES/mate-conf-editor.mo +share/locale/en@shaw/LC_MESSAGES/mate-conf-editor.mo +share/locale/en_CA/LC_MESSAGES/mate-conf-editor.mo +share/locale/en_GB/LC_MESSAGES/mate-conf-editor.mo +share/locale/es/LC_MESSAGES/mate-conf-editor.mo +share/locale/et/LC_MESSAGES/mate-conf-editor.mo +share/locale/eu/LC_MESSAGES/mate-conf-editor.mo +share/locale/fa/LC_MESSAGES/mate-conf-editor.mo +share/locale/fi/LC_MESSAGES/mate-conf-editor.mo +share/locale/fr/LC_MESSAGES/mate-conf-editor.mo +share/locale/ga/LC_MESSAGES/mate-conf-editor.mo +share/locale/gl/LC_MESSAGES/mate-conf-editor.mo +share/locale/gu/LC_MESSAGES/mate-conf-editor.mo +share/locale/he/LC_MESSAGES/mate-conf-editor.mo +share/locale/hi/LC_MESSAGES/mate-conf-editor.mo +share/locale/hr/LC_MESSAGES/mate-conf-editor.mo +share/locale/hu/LC_MESSAGES/mate-conf-editor.mo +share/locale/id/LC_MESSAGES/mate-conf-editor.mo +share/locale/it/LC_MESSAGES/mate-conf-editor.mo +share/locale/ja/LC_MESSAGES/mate-conf-editor.mo +share/locale/ka/LC_MESSAGES/mate-conf-editor.mo +share/locale/kk/LC_MESSAGES/mate-conf-editor.mo +share/locale/kn/LC_MESSAGES/mate-conf-editor.mo +share/locale/ko/LC_MESSAGES/mate-conf-editor.mo +share/locale/ku/LC_MESSAGES/mate-conf-editor.mo +share/locale/li/LC_MESSAGES/mate-conf-editor.mo +share/locale/lt/LC_MESSAGES/mate-conf-editor.mo +share/locale/lv/LC_MESSAGES/mate-conf-editor.mo +share/locale/mai/LC_MESSAGES/mate-conf-editor.mo +share/locale/mg/LC_MESSAGES/mate-conf-editor.mo +share/locale/mk/LC_MESSAGES/mate-conf-editor.mo +share/locale/ml/LC_MESSAGES/mate-conf-editor.mo +share/locale/mn/LC_MESSAGES/mate-conf-editor.mo +share/locale/mr/LC_MESSAGES/mate-conf-editor.mo +share/locale/ms/LC_MESSAGES/mate-conf-editor.mo +share/locale/nb/LC_MESSAGES/mate-conf-editor.mo +share/locale/ne/LC_MESSAGES/mate-conf-editor.mo +share/locale/nl/LC_MESSAGES/mate-conf-editor.mo +share/locale/nn/LC_MESSAGES/mate-conf-editor.mo +share/locale/oc/LC_MESSAGES/mate-conf-editor.mo +share/locale/or/LC_MESSAGES/mate-conf-editor.mo +share/locale/pa/LC_MESSAGES/mate-conf-editor.mo +share/locale/pl/LC_MESSAGES/mate-conf-editor.mo +share/locale/ps/LC_MESSAGES/mate-conf-editor.mo +share/locale/pt/LC_MESSAGES/mate-conf-editor.mo +share/locale/pt_BR/LC_MESSAGES/mate-conf-editor.mo +share/locale/ro/LC_MESSAGES/mate-conf-editor.mo +share/locale/ru/LC_MESSAGES/mate-conf-editor.mo +share/locale/rw/LC_MESSAGES/mate-conf-editor.mo +share/locale/si/LC_MESSAGES/mate-conf-editor.mo +share/locale/sk/LC_MESSAGES/mate-conf-editor.mo +share/locale/sl/LC_MESSAGES/mate-conf-editor.mo +share/locale/sq/LC_MESSAGES/mate-conf-editor.mo +share/locale/sr/LC_MESSAGES/mate-conf-editor.mo +share/locale/sr@latin/LC_MESSAGES/mate-conf-editor.mo +share/locale/sv/LC_MESSAGES/mate-conf-editor.mo +share/locale/ta/LC_MESSAGES/mate-conf-editor.mo +share/locale/te/LC_MESSAGES/mate-conf-editor.mo +share/locale/th/LC_MESSAGES/mate-conf-editor.mo +share/locale/tr/LC_MESSAGES/mate-conf-editor.mo +share/locale/ug/LC_MESSAGES/mate-conf-editor.mo +share/locale/uk/LC_MESSAGES/mate-conf-editor.mo +share/locale/vi/LC_MESSAGES/mate-conf-editor.mo +share/locale/xh/LC_MESSAGES/mate-conf-editor.mo +share/locale/zh_CN/LC_MESSAGES/mate-conf-editor.mo +share/locale/zh_HK/LC_MESSAGES/mate-conf-editor.mo +share/locale/zh_TW/LC_MESSAGES/mate-conf-editor.mo +share/mate/help/mateconf-editor/C/figures/entry-blank.png +share/mate/help/mateconf-editor/C/figures/entry-bool.png +share/mate/help/mateconf-editor/C/figures/entry-list.png +share/mate/help/mateconf-editor/C/figures/entry-number.png +share/mate/help/mateconf-editor/C/figures/entry-schema.png +share/mate/help/mateconf-editor/C/figures/entry-string.png +share/mate/help/mateconf-editor/C/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/C/legal.xml +share/mate/help/mateconf-editor/C/mateconf-editor.xml +share/mate/help/mateconf-editor/ca/figures/entry-blank.png +share/mate/help/mateconf-editor/ca/figures/entry-bool.png +share/mate/help/mateconf-editor/ca/figures/entry-list.png +share/mate/help/mateconf-editor/ca/figures/entry-number.png +share/mate/help/mateconf-editor/ca/figures/entry-schema.png +share/mate/help/mateconf-editor/ca/figures/entry-string.png +share/mate/help/mateconf-editor/ca/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/ca/mateconf-editor.xml +share/mate/help/mateconf-editor/cs/figures/entry-blank.png +share/mate/help/mateconf-editor/cs/figures/entry-bool.png +share/mate/help/mateconf-editor/cs/figures/entry-list.png +share/mate/help/mateconf-editor/cs/figures/entry-number.png +share/mate/help/mateconf-editor/cs/figures/entry-schema.png +share/mate/help/mateconf-editor/cs/figures/entry-string.png +share/mate/help/mateconf-editor/cs/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/cs/mateconf-editor.xml +share/mate/help/mateconf-editor/de/figures/entry-blank.png +share/mate/help/mateconf-editor/de/figures/entry-bool.png +share/mate/help/mateconf-editor/de/figures/entry-list.png +share/mate/help/mateconf-editor/de/figures/entry-number.png +share/mate/help/mateconf-editor/de/figures/entry-schema.png +share/mate/help/mateconf-editor/de/figures/entry-string.png +share/mate/help/mateconf-editor/de/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/de/mateconf-editor.xml +share/mate/help/mateconf-editor/el/figures/entry-blank.png +share/mate/help/mateconf-editor/el/figures/entry-bool.png +share/mate/help/mateconf-editor/el/figures/entry-list.png +share/mate/help/mateconf-editor/el/figures/entry-number.png +share/mate/help/mateconf-editor/el/figures/entry-schema.png +share/mate/help/mateconf-editor/el/figures/entry-string.png +share/mate/help/mateconf-editor/el/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/el/mateconf-editor.xml +share/mate/help/mateconf-editor/en_GB/figures/entry-blank.png +share/mate/help/mateconf-editor/en_GB/figures/entry-bool.png +share/mate/help/mateconf-editor/en_GB/figures/entry-list.png +share/mate/help/mateconf-editor/en_GB/figures/entry-number.png +share/mate/help/mateconf-editor/en_GB/figures/entry-schema.png +share/mate/help/mateconf-editor/en_GB/figures/entry-string.png +share/mate/help/mateconf-editor/en_GB/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/en_GB/mateconf-editor.xml +share/mate/help/mateconf-editor/es/figures/entry-blank.png +share/mate/help/mateconf-editor/es/figures/entry-bool.png +share/mate/help/mateconf-editor/es/figures/entry-list.png +share/mate/help/mateconf-editor/es/figures/entry-number.png +share/mate/help/mateconf-editor/es/figures/entry-schema.png +share/mate/help/mateconf-editor/es/figures/entry-string.png +share/mate/help/mateconf-editor/es/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/es/mateconf-editor.xml +share/mate/help/mateconf-editor/fr/figures/entry-blank.png +share/mate/help/mateconf-editor/fr/figures/entry-bool.png +share/mate/help/mateconf-editor/fr/figures/entry-list.png +share/mate/help/mateconf-editor/fr/figures/entry-number.png +share/mate/help/mateconf-editor/fr/figures/entry-schema.png +share/mate/help/mateconf-editor/fr/figures/entry-string.png +share/mate/help/mateconf-editor/fr/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/fr/mateconf-editor.xml +share/mate/help/mateconf-editor/it/figures/entry-blank.png +share/mate/help/mateconf-editor/it/figures/entry-bool.png +share/mate/help/mateconf-editor/it/figures/entry-list.png +share/mate/help/mateconf-editor/it/figures/entry-number.png +share/mate/help/mateconf-editor/it/figures/entry-schema.png +share/mate/help/mateconf-editor/it/figures/entry-string.png +share/mate/help/mateconf-editor/it/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/it/mateconf-editor.xml +share/mate/help/mateconf-editor/oc/figures/entry-blank.png +share/mate/help/mateconf-editor/oc/figures/entry-bool.png +share/mate/help/mateconf-editor/oc/figures/entry-list.png +share/mate/help/mateconf-editor/oc/figures/entry-number.png +share/mate/help/mateconf-editor/oc/figures/entry-schema.png +share/mate/help/mateconf-editor/oc/figures/entry-string.png +share/mate/help/mateconf-editor/oc/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/oc/mateconf-editor.xml +share/mate/help/mateconf-editor/pt_BR/figures/entry-blank.png +share/mate/help/mateconf-editor/pt_BR/figures/entry-bool.png +share/mate/help/mateconf-editor/pt_BR/figures/entry-list.png +share/mate/help/mateconf-editor/pt_BR/figures/entry-number.png +share/mate/help/mateconf-editor/pt_BR/figures/entry-schema.png +share/mate/help/mateconf-editor/pt_BR/figures/entry-string.png +share/mate/help/mateconf-editor/pt_BR/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/pt_BR/mateconf-editor.xml +share/mate/help/mateconf-editor/ru/figures/entry-blank.png +share/mate/help/mateconf-editor/ru/figures/entry-bool.png +share/mate/help/mateconf-editor/ru/figures/entry-list.png +share/mate/help/mateconf-editor/ru/figures/entry-number.png +share/mate/help/mateconf-editor/ru/figures/entry-schema.png +share/mate/help/mateconf-editor/ru/figures/entry-string.png +share/mate/help/mateconf-editor/ru/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/ru/mateconf-editor.xml +share/mate/help/mateconf-editor/sv/figures/entry-blank.png +share/mate/help/mateconf-editor/sv/figures/entry-bool.png +share/mate/help/mateconf-editor/sv/figures/entry-list.png +share/mate/help/mateconf-editor/sv/figures/entry-number.png +share/mate/help/mateconf-editor/sv/figures/entry-schema.png +share/mate/help/mateconf-editor/sv/figures/entry-string.png +share/mate/help/mateconf-editor/sv/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/sv/mateconf-editor.xml +share/mate/help/mateconf-editor/th/figures/entry-blank.png +share/mate/help/mateconf-editor/th/figures/entry-bool.png +share/mate/help/mateconf-editor/th/figures/entry-list.png +share/mate/help/mateconf-editor/th/figures/entry-number.png +share/mate/help/mateconf-editor/th/figures/entry-schema.png +share/mate/help/mateconf-editor/th/figures/entry-string.png +share/mate/help/mateconf-editor/th/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/th/mateconf-editor.xml +share/mate/help/mateconf-editor/uk/figures/entry-blank.png +share/mate/help/mateconf-editor/uk/figures/entry-bool.png +share/mate/help/mateconf-editor/uk/figures/entry-list.png +share/mate/help/mateconf-editor/uk/figures/entry-number.png +share/mate/help/mateconf-editor/uk/figures/entry-schema.png +share/mate/help/mateconf-editor/uk/figures/entry-string.png +share/mate/help/mateconf-editor/uk/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/uk/mateconf-editor.xml +share/mate/help/mateconf-editor/zh_CN/figures/entry-blank.png +share/mate/help/mateconf-editor/zh_CN/figures/entry-bool.png +share/mate/help/mateconf-editor/zh_CN/figures/entry-list.png +share/mate/help/mateconf-editor/zh_CN/figures/entry-number.png +share/mate/help/mateconf-editor/zh_CN/figures/entry-schema.png +share/mate/help/mateconf-editor/zh_CN/figures/entry-string.png +share/mate/help/mateconf-editor/zh_CN/figures/mateconf_editor_anno_window.png +share/mate/help/mateconf-editor/zh_CN/mateconf-editor.xml +share/mateconf-editor/icons/hicolor/16x16/status/type-boolean.png +share/mateconf-editor/icons/hicolor/16x16/status/type-float.png +share/mateconf-editor/icons/hicolor/16x16/status/type-integer.png +share/mateconf-editor/icons/hicolor/16x16/status/type-list.png +share/mateconf-editor/icons/hicolor/16x16/status/type-pair.png +share/mateconf-editor/icons/hicolor/16x16/status/type-schema.png +share/mateconf-editor/icons/hicolor/16x16/status/type-string.png +share/mateconf-editor/icons/hicolor/16x16/status/type-undefined.png +share/omf/mateconf-editor/mateconf-editor-C.omf +share/omf/mateconf-editor/mateconf-editor-ca.omf +share/omf/mateconf-editor/mateconf-editor-cs.omf +share/omf/mateconf-editor/mateconf-editor-de.omf +share/omf/mateconf-editor/mateconf-editor-el.omf +share/omf/mateconf-editor/mateconf-editor-en_GB.omf +share/omf/mateconf-editor/mateconf-editor-es.omf +share/omf/mateconf-editor/mateconf-editor-fr.omf +share/omf/mateconf-editor/mateconf-editor-it.omf +share/omf/mateconf-editor/mateconf-editor-oc.omf +share/omf/mateconf-editor/mateconf-editor-pt_BR.omf +share/omf/mateconf-editor/mateconf-editor-ru.omf +share/omf/mateconf-editor/mateconf-editor-sv.omf +share/omf/mateconf-editor/mateconf-editor-th.omf +share/omf/mateconf-editor/mateconf-editor-uk.omf +share/omf/mateconf-editor/mateconf-editor-zh_CN.omf +@dirrm share/omf/mateconf-editor +@dirrm share/omf +@dirrm share/mateconf-editor/icons/hicolor/16x16/status +@dirrm share/mateconf-editor/icons/hicolor/16x16 +@dirrm share/mateconf-editor/icons/hicolor +@dirrm share/mateconf-editor/icons +@dirrm share/mateconf-editor +@dirrm share/mate/help/mateconf-editor/zh_CN/figures +@dirrm share/mate/help/mateconf-editor/zh_CN +@dirrm share/mate/help/mateconf-editor/uk/figures +@dirrm share/mate/help/mateconf-editor/uk +@dirrm share/mate/help/mateconf-editor/th/figures +@dirrm share/mate/help/mateconf-editor/th +@dirrm share/mate/help/mateconf-editor/sv/figures +@dirrm share/mate/help/mateconf-editor/sv +@dirrm share/mate/help/mateconf-editor/ru/figures +@dirrm share/mate/help/mateconf-editor/ru +@dirrm share/mate/help/mateconf-editor/pt_BR/figures +@dirrm share/mate/help/mateconf-editor/pt_BR +@dirrm share/mate/help/mateconf-editor/oc/figures +@dirrm share/mate/help/mateconf-editor/oc +@dirrm share/mate/help/mateconf-editor/it/figures +@dirrm share/mate/help/mateconf-editor/it +@dirrm share/mate/help/mateconf-editor/fr/figures +@dirrm share/mate/help/mateconf-editor/fr +@dirrm share/mate/help/mateconf-editor/es/figures +@dirrm share/mate/help/mateconf-editor/es +@dirrm share/mate/help/mateconf-editor/en_GB/figures +@dirrm share/mate/help/mateconf-editor/en_GB +@dirrm share/mate/help/mateconf-editor/el/figures +@dirrm share/mate/help/mateconf-editor/el +@dirrm share/mate/help/mateconf-editor/de/figures +@dirrm share/mate/help/mateconf-editor/de +@dirrm share/mate/help/mateconf-editor/cs/figures +@dirrm share/mate/help/mateconf-editor/cs +@dirrm share/mate/help/mateconf-editor/ca/figures +@dirrm share/mate/help/mateconf-editor/ca +@dirrm share/mate/help/mateconf-editor/C/figures +@dirrm share/mate/help/mateconf-editor/C +@dirrm share/mate/help/mateconf-editor +@dirrm share/mate/help +@dirrm share/mate +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/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/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/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/applications +@dirrm etc/mateconf/schemas +@dirrm etc/mateconf/mateconf.xml.defaults +@dirrm etc/mateconf |