Fri Jun 23 17:17:09 2017 UTC ()
mate-control-center 1.18.2.


(youri)
diff -r1.4 -r1.5 pkgsrc/x11/mate-control-center/Makefile
diff -r1.4 -r1.5 pkgsrc/x11/mate-control-center/buildlink3.mk
diff -r1.1 -r1.2 pkgsrc/x11/mate-control-center/PLIST
diff -r1.1 -r1.2 pkgsrc/x11/mate-control-center/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/x11/mate-control-center/Makefile (switch to unified diff)

--- pkgsrc/x11/mate-control-center/Makefile 2017/02/12 06:24:56 1.4
+++ pkgsrc/x11/mate-control-center/Makefile 2017/06/23 17:17:09 1.5
@@ -1,51 +1,50 @@ @@ -1,51 +1,50 @@
1# $NetBSD: Makefile,v 1.4 2017/02/12 06:24:56 ryoon Exp $ 1# $NetBSD: Makefile,v 1.5 2017/06/23 17:17:09 youri Exp $
2 2
3PKGREVISION= 3 
4.include "../../meta-pkgs/mate/Makefile.common" 3.include "../../meta-pkgs/mate/Makefile.common"
5 4
6DISTNAME= mate-control-center-${MATE_VERSION} 5DISTNAME= mate-control-center-${VERSION:R}.2
7CATEGORIES= sysutils 6CATEGORIES= sysutils
8 7
9COMMENT= MATE Control Center 8COMMENT= MATE Control Center
10 9
11BUILD_DEPENDS+= itstool>=0:../../textproc/itstool 10BUILD_DEPENDS+= itstool>=0:../../textproc/itstool
12 11
13PKGCONFIG_OVERRIDE+= capplets/keybindings/mate-keybindings.pc.in 12PKGCONFIG_OVERRIDE+= capplets/keybindings/mate-keybindings.pc.in
14PKGCONFIG_OVERRIDE+= capplets/default-applications/mate-default-applications.pc.in 13PKGCONFIG_OVERRIDE+= capplets/default-applications/mate-default-applications.pc.in
15PKGCONFIG_OVERRIDE+= libslab/libslab.pc.in 14PKGCONFIG_OVERRIDE+= libslab/libslab.pc.in
16PKGCONFIG_OVERRIDE+= libwindow-settings/mate-window-settings-2.0.pc.in 15PKGCONFIG_OVERRIDE+= libwindow-settings/mate-window-settings-2.0.pc.in
17 16
18CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 17CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
19 18
20INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/${PKGBASE} 19INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/${PKGBASE}
21 20
22MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus 21MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus
23CONF_FILES+= ${PREFIX}/share/examples/${PKGBASE}/xdg/menus/matecc.menu \ 22CONF_FILES+= ${PREFIX}/share/examples/${PKGBASE}/xdg/menus/matecc.menu \
24 ${PKG_SYSCONFDIR}/xdg/menus/matecc.menu 23 ${PKG_SYSCONFDIR}/xdg/menus/matecc.menu
25 24
26.include "../../devel/glib2/schemas.mk" 25.include "../../devel/glib2/schemas.mk"
27 26
28.include "../../devel/libappindicator3/buildlink3.mk" 27.include "../../devel/libappindicator3/buildlink3.mk"
29.include "../../x11/libmatekbd/buildlink3.mk" 28.include "../../x11/libmatekbd/buildlink3.mk"
30.include "../../x11/mate-desktop/buildlink3.mk" 29.include "../../x11/mate-desktop/buildlink3.mk"
31.include "../../x11/mate-menus/buildlink3.mk" 30.include "../../x11/mate-menus/buildlink3.mk"
32.include "../../wm/marco/buildlink3.mk" 31.include "../../wm/marco/buildlink3.mk"
33.include "../../x11/mate-settings-daemon/buildlink3.mk" 32.include "../../x11/mate-settings-daemon/buildlink3.mk"
34.include "../../devel/glib2/buildlink3.mk" 33.include "../../devel/glib2/buildlink3.mk"
35.include "../../devel/pango/buildlink3.mk" 34.include "../../devel/pango/buildlink3.mk"
36.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 35.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
37.include "../../graphics/librsvg/buildlink3.mk" 36.include "../../graphics/librsvg/buildlink3.mk"
38.include "../../sysutils/dbus/buildlink3.mk" 37.include "../../sysutils/dbus/buildlink3.mk"
39.include "../../sysutils/dbus-glib/buildlink3.mk" 38.include "../../sysutils/dbus-glib/buildlink3.mk"
40.include "../../textproc/libxml2/buildlink3.mk" 39.include "../../textproc/libxml2/buildlink3.mk"
41.include "../../x11/gtk2/buildlink3.mk" 40.include "../../x11/gtk2/buildlink3.mk"
42.include "../../x11/libunique/buildlink3.mk" 41.include "../../x11/libunique/buildlink3.mk"
43.include "../../x11/libXi/buildlink3.mk" 42.include "../../x11/libXi/buildlink3.mk"
44.include "../../x11/libXcursor/buildlink3.mk" 43.include "../../x11/libXcursor/buildlink3.mk"
45.include "../../x11/libXft/buildlink3.mk" 44.include "../../x11/libXft/buildlink3.mk"
46.include "../../x11/libXxf86misc/buildlink3.mk" 45.include "../../x11/libXxf86misc/buildlink3.mk"
47.include "../../x11/libXScrnSaver/buildlink3.mk" 46.include "../../x11/libXScrnSaver/buildlink3.mk"
48.include "../../x11/libICE/buildlink3.mk" 47.include "../../x11/libICE/buildlink3.mk"
49.include "../../databases/shared-mime-info/mimedb.mk" 48.include "../../databases/shared-mime-info/mimedb.mk"
50.include "../../sysutils/desktop-file-utils/desktopdb.mk" 49.include "../../sysutils/desktop-file-utils/desktopdb.mk"
51.include "../../mk/bsd.pkg.mk" 50.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/x11/mate-control-center/buildlink3.mk (switch to unified diff)

--- pkgsrc/x11/mate-control-center/buildlink3.mk 2017/02/12 06:24:56 1.4
+++ pkgsrc/x11/mate-control-center/buildlink3.mk 2017/06/23 17:17:09 1.5
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: buildlink3.mk,v 1.4 2017/02/12 06:24:56 ryoon Exp $ 1# $NetBSD: buildlink3.mk,v 1.5 2017/06/23 17:17:09 youri Exp $
2# 2#
3 3
4BUILDLINK_TREE+= mate-control-center 4BUILDLINK_TREE+= mate-control-center
5 5
6.if !defined(MATE_CONTROL_CENTER_BUILDLINK3_MK) 6.if !defined(MATE_CONTROL_CENTER_BUILDLINK3_MK)
7MATE_CONTROL_CENTER_BUILDLINK3_MK:= 7MATE_CONTROL_CENTER_BUILDLINK3_MK:=
8 8
9BUILDLINK_API_DEPENDS.mate-control-center+= mate-control-center>=1.8.3 9BUILDLINK_API_DEPENDS.mate-control-center+= mate-control-center>=1.8.3
10BUILDLINK_ABI_DEPENDS.mate-control-center?= mate-control-center>=1.14.0nb3 10BUILDLINK_ABI_DEPENDS.mate-control-center+= mate-control-center>=1.14.0nb3
11BUILDLINK_PKGSRCDIR.mate-control-center?= ../../x11/mate-control-center 11BUILDLINK_PKGSRCDIR.mate-control-center?= ../../x11/mate-control-center
12 12
13.include "../../x11/mate-desktop/buildlink3.mk" 13.include "../../x11/mate-desktop/buildlink3.mk"
14.include "../../x11/mate-menus/buildlink3.mk" 14.include "../../x11/mate-menus/buildlink3.mk"
15.include "../../devel/glib2/buildlink3.mk" 15.include "../../devel/glib2/buildlink3.mk"
16.include "../../graphics/librsvg/buildlink3.mk" 16.include "../../graphics/librsvg/buildlink3.mk"
17.include "../../x11/gtk2/buildlink3.mk" 17.include "../../x11/gtk2/buildlink3.mk"
18.endif # MATE_CONTROL_CENTER_BUILDLINK3_MK 18.endif # MATE_CONTROL_CENTER_BUILDLINK3_MK
19 19
20BUILDLINK_TREE+= -mate-control-center 20BUILDLINK_TREE+= -mate-control-center

cvs diff -r1.1 -r1.2 pkgsrc/x11/mate-control-center/PLIST (switch to unified diff)

--- pkgsrc/x11/mate-control-center/PLIST 2016/05/21 18:51:11 1.1
+++ pkgsrc/x11/mate-control-center/PLIST 2017/06/23 17:17:09 1.2
@@ -1,586 +1,583 @@ @@ -1,586 +1,583 @@
1@comment $NetBSD: PLIST,v 1.1 2016/05/21 18:51:11 youri Exp $ 1@comment $NetBSD: PLIST,v 1.2 2017/06/23 17:17:09 youri Exp $
2bin/mate-about-me 2bin/mate-about-me
3bin/mate-appearance-properties 3bin/mate-appearance-properties
4bin/mate-at-properties 4bin/mate-at-properties
5bin/mate-control-center 5bin/mate-control-center
6bin/mate-default-applications-properties 6bin/mate-default-applications-properties
7bin/mate-display-properties 7bin/mate-display-properties
8bin/mate-font-viewer 8bin/mate-font-viewer
9bin/mate-keybinding-properties 9bin/mate-keybinding-properties
10bin/mate-keyboard-properties 10bin/mate-keyboard-properties
11bin/mate-mouse-properties 11bin/mate-mouse-properties
12bin/mate-network-properties 12bin/mate-network-properties
13bin/mate-thumbnail-font 13bin/mate-thumbnail-font
14bin/mate-typing-monitor 14bin/mate-typing-monitor
15bin/mate-window-properties 15bin/mate-window-properties
16include/libmate-slab/app-resizer.h 16include/libmate-slab/app-resizer.h
17include/libmate-slab/app-shell.h 17include/libmate-slab/app-shell.h
18include/libmate-slab/application-tile.h 18include/libmate-slab/application-tile.h
19include/libmate-slab/bookmark-agent.h 19include/libmate-slab/bookmark-agent.h
20include/libmate-slab/directory-tile.h 20include/libmate-slab/directory-tile.h
21include/libmate-slab/document-tile.h 21include/libmate-slab/document-tile.h
22include/libmate-slab/double-click-detector.h 22include/libmate-slab/double-click-detector.h
23include/libmate-slab/libslab-utils.h 23include/libmate-slab/libslab-utils.h
24include/libmate-slab/mate-utils.h 24include/libmate-slab/mate-utils.h
25include/libmate-slab/nameplate-tile.h 25include/libmate-slab/nameplate-tile.h
26include/libmate-slab/nld-marshal.c 26include/libmate-slab/nld-marshal.c
27include/libmate-slab/nld-marshal.h 27include/libmate-slab/nld-marshal.h
28include/libmate-slab/search-bar.h 28include/libmate-slab/search-bar.h
29include/libmate-slab/search-context-picker.h 29include/libmate-slab/search-context-picker.h
30include/libmate-slab/search-entry-watermark.h 30include/libmate-slab/search-entry-watermark.h
31include/libmate-slab/search-entry.h 31include/libmate-slab/search-entry.h
32include/libmate-slab/shell-window.h 32include/libmate-slab/shell-window.h
33include/libmate-slab/slab-mate-util.h 33include/libmate-slab/slab-mate-util.h
34include/libmate-slab/slab-section.h 34include/libmate-slab/slab-section.h
35include/libmate-slab/slab.h 35include/libmate-slab/slab.h
36include/libmate-slab/system-tile.h 36include/libmate-slab/system-tile.h
37include/libmate-slab/tile.h 37include/libmate-slab/tile.h
38include/mate-window-settings-2.0/mate-window-manager.h 38include/mate-window-settings-2.0/mate-window-manager.h
39include/mate-window-settings-2.0/mate-wm-manager.h 39include/mate-window-settings-2.0/mate-wm-manager.h
40lib/libmate-slab.la 40lib/libmate-slab.la
41lib/libmate-window-settings.la 41lib/libmate-window-settings.la
42lib/pkgconfig/mate-default-applications.pc 42lib/pkgconfig/mate-default-applications.pc
43lib/pkgconfig/mate-keybindings.pc 43lib/pkgconfig/mate-keybindings.pc
44lib/pkgconfig/mate-slab.pc 44lib/pkgconfig/mate-slab.pc
45lib/pkgconfig/mate-window-settings-2.0.pc 45lib/pkgconfig/mate-window-settings-2.0.pc
46lib/window-manager-settings/libmarco.la 46lib/window-manager-settings/libmarco.la
47man/man1/mate-about-me.1 47man/man1/mate-about-me.1
48man/man1/mate-appearance-properties.1 48man/man1/mate-appearance-properties.1
49man/man1/mate-at-properties.1 49man/man1/mate-at-properties.1
50man/man1/mate-control-center.1 50man/man1/mate-control-center.1
51man/man1/mate-default-applications-properties.1 51man/man1/mate-default-applications-properties.1
52man/man1/mate-display-properties-install-systemwide.1 52man/man1/mate-display-properties-install-systemwide.1
53man/man1/mate-display-properties.1 53man/man1/mate-display-properties.1
54man/man1/mate-font-viewer.1 54man/man1/mate-font-viewer.1
55man/man1/mate-keybinding-properties.1 55man/man1/mate-keybinding-properties.1
56man/man1/mate-keyboard-properties.1 56man/man1/mate-keyboard-properties.1
57man/man1/mate-mouse-properties.1 57man/man1/mate-mouse-properties.1
58man/man1/mate-network-properties.1 58man/man1/mate-network-properties.1
59man/man1/mate-thumbnail-font.1 59man/man1/mate-thumbnail-font.1
60man/man1/mate-typing-monitor.1 60man/man1/mate-typing-monitor.1
61man/man1/mate-window-properties.1 61man/man1/mate-window-properties.1
62sbin/mate-display-properties-install-systemwide 62sbin/mate-display-properties-install-systemwide
63share/applications/mate-about-me.desktop 63share/applications/mate-about-me.desktop
64share/applications/mate-appearance-properties.desktop 64share/applications/mate-appearance-properties.desktop
65share/applications/mate-at-properties.desktop 65share/applications/mate-at-properties.desktop
66share/applications/mate-default-applications-properties.desktop 66share/applications/mate-default-applications-properties.desktop
67share/applications/mate-display-properties.desktop 67share/applications/mate-display-properties.desktop
68share/applications/mate-font-viewer.desktop 68share/applications/mate-font-viewer.desktop
69share/applications/mate-keybinding.desktop 69share/applications/mate-keybinding.desktop
70share/applications/mate-keyboard.desktop 70share/applications/mate-keyboard.desktop
71share/applications/mate-network-properties.desktop 71share/applications/mate-network-properties.desktop
72share/applications/mate-settings-mouse.desktop 72share/applications/mate-settings-mouse.desktop
73share/applications/mate-theme-installer.desktop 73share/applications/mate-theme-installer.desktop
74share/applications/mate-window-properties.desktop 74share/applications/mate-window-properties.desktop
75share/applications/matecc.desktop 75share/applications/matecc.desktop
76share/desktop-directories/matecc.directory 76share/desktop-directories/matecc.directory
77share/examples/mate-control-center/xdg/menus/matecc.menu 77share/examples/mate-control-center/xdg/menus/matecc.menu
78share/glib-2.0/schemas/org.mate.control-center.gschema.xml 78share/glib-2.0/schemas/org.mate.control-center.gschema.xml
79share/glib-2.0/schemas/org.mate.control-center.keybinding.gschema.xml 79share/glib-2.0/schemas/org.mate.control-center.keybinding.gschema.xml
80share/help/C/mate-control-center/config-accessibility-keyboard.xml 80share/help/C/mate-control-center/config-accessibility-keyboard.xml
81share/help/C/mate-control-center/config-background.xml 81share/help/C/mate-control-center/config-background.xml
82share/help/C/mate-control-center/config-behavior.xml 82share/help/C/mate-control-center/config-behavior.xml
83share/help/C/mate-control-center/config-cds.xml 83share/help/C/mate-control-center/config-cds.xml
84share/help/C/mate-control-center/config-default-apps.xml 84share/help/C/mate-control-center/config-default-apps.xml
85share/help/C/mate-control-center/config-file-type.xml 85share/help/C/mate-control-center/config-file-type.xml
86share/help/C/mate-control-center/config-hints.xml 86share/help/C/mate-control-center/config-hints.xml
87share/help/C/mate-control-center/config-html.xml 87share/help/C/mate-control-center/config-html.xml
88share/help/C/mate-control-center/config-kbd.xml 88share/help/C/mate-control-center/config-kbd.xml
89share/help/C/mate-control-center/config-keybindings.xml 89share/help/C/mate-control-center/config-keybindings.xml
90share/help/C/mate-control-center/config-mouse.xml 90share/help/C/mate-control-center/config-mouse.xml
91share/help/C/mate-control-center/config-screensaver.xml 91share/help/C/mate-control-center/config-screensaver.xml
92share/help/C/mate-control-center/config-themes.xml 92share/help/C/mate-control-center/config-themes.xml
93share/help/C/mate-control-center/index.docbook 93share/help/C/mate-control-center/index.docbook
94share/help/ca/mate-control-center/config-accessibility-keyboard.xml 94share/help/ca/mate-control-center/config-accessibility-keyboard.xml
95share/help/ca/mate-control-center/config-background.xml 95share/help/ca/mate-control-center/config-background.xml
96share/help/ca/mate-control-center/config-behavior.xml 96share/help/ca/mate-control-center/config-behavior.xml
97share/help/ca/mate-control-center/config-cds.xml 97share/help/ca/mate-control-center/config-cds.xml
98share/help/ca/mate-control-center/config-default-apps.xml 98share/help/ca/mate-control-center/config-default-apps.xml
99share/help/ca/mate-control-center/config-file-type.xml 99share/help/ca/mate-control-center/config-file-type.xml
100share/help/ca/mate-control-center/config-hints.xml 100share/help/ca/mate-control-center/config-hints.xml
101share/help/ca/mate-control-center/config-html.xml 101share/help/ca/mate-control-center/config-html.xml
102share/help/ca/mate-control-center/config-kbd.xml 102share/help/ca/mate-control-center/config-kbd.xml
103share/help/ca/mate-control-center/config-keybindings.xml 103share/help/ca/mate-control-center/config-keybindings.xml
104share/help/ca/mate-control-center/config-mouse.xml 104share/help/ca/mate-control-center/config-mouse.xml
105share/help/ca/mate-control-center/config-screensaver.xml 105share/help/ca/mate-control-center/config-screensaver.xml
106share/help/ca/mate-control-center/config-themes.xml 106share/help/ca/mate-control-center/config-themes.xml
107share/help/ca/mate-control-center/index.docbook 107share/help/ca/mate-control-center/index.docbook
108share/help/ca@valencia/mate-control-center/config-accessibility-keyboard.xml 108share/help/ca@valencia/mate-control-center/config-accessibility-keyboard.xml
109share/help/ca@valencia/mate-control-center/config-background.xml 109share/help/ca@valencia/mate-control-center/config-background.xml
110share/help/ca@valencia/mate-control-center/config-behavior.xml 110share/help/ca@valencia/mate-control-center/config-behavior.xml
111share/help/ca@valencia/mate-control-center/config-cds.xml 111share/help/ca@valencia/mate-control-center/config-cds.xml
112share/help/ca@valencia/mate-control-center/config-default-apps.xml 112share/help/ca@valencia/mate-control-center/config-default-apps.xml
113share/help/ca@valencia/mate-control-center/config-file-type.xml 113share/help/ca@valencia/mate-control-center/config-file-type.xml
114share/help/ca@valencia/mate-control-center/config-hints.xml 114share/help/ca@valencia/mate-control-center/config-hints.xml
115share/help/ca@valencia/mate-control-center/config-html.xml 115share/help/ca@valencia/mate-control-center/config-html.xml
116share/help/ca@valencia/mate-control-center/config-kbd.xml 116share/help/ca@valencia/mate-control-center/config-kbd.xml
117share/help/ca@valencia/mate-control-center/config-keybindings.xml 117share/help/ca@valencia/mate-control-center/config-keybindings.xml
118share/help/ca@valencia/mate-control-center/config-mouse.xml 118share/help/ca@valencia/mate-control-center/config-mouse.xml
119share/help/ca@valencia/mate-control-center/config-screensaver.xml 119share/help/ca@valencia/mate-control-center/config-screensaver.xml
120share/help/ca@valencia/mate-control-center/config-themes.xml 120share/help/ca@valencia/mate-control-center/config-themes.xml
121share/help/ca@valencia/mate-control-center/index.docbook 121share/help/ca@valencia/mate-control-center/index.docbook
122share/help/cs/mate-control-center/config-accessibility-keyboard.xml 122share/help/cs/mate-control-center/config-accessibility-keyboard.xml
123share/help/cs/mate-control-center/config-background.xml 123share/help/cs/mate-control-center/config-background.xml
124share/help/cs/mate-control-center/config-behavior.xml 124share/help/cs/mate-control-center/config-behavior.xml
125share/help/cs/mate-control-center/config-cds.xml 125share/help/cs/mate-control-center/config-cds.xml
126share/help/cs/mate-control-center/config-default-apps.xml 126share/help/cs/mate-control-center/config-default-apps.xml
127share/help/cs/mate-control-center/config-file-type.xml 127share/help/cs/mate-control-center/config-file-type.xml
128share/help/cs/mate-control-center/config-hints.xml 128share/help/cs/mate-control-center/config-hints.xml
129share/help/cs/mate-control-center/config-html.xml 129share/help/cs/mate-control-center/config-html.xml
130share/help/cs/mate-control-center/config-kbd.xml 130share/help/cs/mate-control-center/config-kbd.xml
131share/help/cs/mate-control-center/config-keybindings.xml 131share/help/cs/mate-control-center/config-keybindings.xml
132share/help/cs/mate-control-center/config-mouse.xml 132share/help/cs/mate-control-center/config-mouse.xml
133share/help/cs/mate-control-center/config-screensaver.xml 133share/help/cs/mate-control-center/config-screensaver.xml
134share/help/cs/mate-control-center/config-themes.xml 134share/help/cs/mate-control-center/config-themes.xml
135share/help/cs/mate-control-center/index.docbook 135share/help/cs/mate-control-center/index.docbook
136share/help/de/mate-control-center/config-accessibility-keyboard.xml 136share/help/de/mate-control-center/config-accessibility-keyboard.xml
137share/help/de/mate-control-center/config-background.xml 137share/help/de/mate-control-center/config-background.xml
138share/help/de/mate-control-center/config-behavior.xml 138share/help/de/mate-control-center/config-behavior.xml
139share/help/de/mate-control-center/config-cds.xml 139share/help/de/mate-control-center/config-cds.xml
140share/help/de/mate-control-center/config-default-apps.xml 140share/help/de/mate-control-center/config-default-apps.xml
141share/help/de/mate-control-center/config-file-type.xml 141share/help/de/mate-control-center/config-file-type.xml
142share/help/de/mate-control-center/config-hints.xml 142share/help/de/mate-control-center/config-hints.xml
143share/help/de/mate-control-center/config-html.xml 143share/help/de/mate-control-center/config-html.xml
144share/help/de/mate-control-center/config-kbd.xml 144share/help/de/mate-control-center/config-kbd.xml
145share/help/de/mate-control-center/config-keybindings.xml 145share/help/de/mate-control-center/config-keybindings.xml
146share/help/de/mate-control-center/config-mouse.xml 146share/help/de/mate-control-center/config-mouse.xml
147share/help/de/mate-control-center/config-screensaver.xml 147share/help/de/mate-control-center/config-screensaver.xml
148share/help/de/mate-control-center/config-themes.xml 148share/help/de/mate-control-center/config-themes.xml
149share/help/de/mate-control-center/index.docbook 149share/help/de/mate-control-center/index.docbook
150share/help/el/mate-control-center/config-accessibility-keyboard.xml 150share/help/el/mate-control-center/config-accessibility-keyboard.xml
151share/help/el/mate-control-center/config-background.xml 151share/help/el/mate-control-center/config-background.xml
152share/help/el/mate-control-center/config-behavior.xml 152share/help/el/mate-control-center/config-behavior.xml
153share/help/el/mate-control-center/config-cds.xml 153share/help/el/mate-control-center/config-cds.xml
154share/help/el/mate-control-center/config-default-apps.xml 154share/help/el/mate-control-center/config-default-apps.xml
155share/help/el/mate-control-center/config-file-type.xml 155share/help/el/mate-control-center/config-file-type.xml
156share/help/el/mate-control-center/config-hints.xml 156share/help/el/mate-control-center/config-hints.xml
157share/help/el/mate-control-center/config-html.xml 157share/help/el/mate-control-center/config-html.xml
158share/help/el/mate-control-center/config-kbd.xml 158share/help/el/mate-control-center/config-kbd.xml
159share/help/el/mate-control-center/config-keybindings.xml 159share/help/el/mate-control-center/config-keybindings.xml
160share/help/el/mate-control-center/config-mouse.xml 160share/help/el/mate-control-center/config-mouse.xml
161share/help/el/mate-control-center/config-screensaver.xml 161share/help/el/mate-control-center/config-screensaver.xml
162share/help/el/mate-control-center/config-themes.xml 162share/help/el/mate-control-center/config-themes.xml
163share/help/el/mate-control-center/index.docbook 163share/help/el/mate-control-center/index.docbook
164share/help/en_GB/mate-control-center/config-accessibility-keyboard.xml 164share/help/en_GB/mate-control-center/config-accessibility-keyboard.xml
165share/help/en_GB/mate-control-center/config-background.xml 165share/help/en_GB/mate-control-center/config-background.xml
166share/help/en_GB/mate-control-center/config-behavior.xml 166share/help/en_GB/mate-control-center/config-behavior.xml
167share/help/en_GB/mate-control-center/config-cds.xml 167share/help/en_GB/mate-control-center/config-cds.xml
168share/help/en_GB/mate-control-center/config-default-apps.xml 168share/help/en_GB/mate-control-center/config-default-apps.xml
169share/help/en_GB/mate-control-center/config-file-type.xml 169share/help/en_GB/mate-control-center/config-file-type.xml
170share/help/en_GB/mate-control-center/config-hints.xml 170share/help/en_GB/mate-control-center/config-hints.xml
171share/help/en_GB/mate-control-center/config-html.xml 171share/help/en_GB/mate-control-center/config-html.xml
172share/help/en_GB/mate-control-center/config-kbd.xml 172share/help/en_GB/mate-control-center/config-kbd.xml
173share/help/en_GB/mate-control-center/config-keybindings.xml 173share/help/en_GB/mate-control-center/config-keybindings.xml
174share/help/en_GB/mate-control-center/config-mouse.xml 174share/help/en_GB/mate-control-center/config-mouse.xml
175share/help/en_GB/mate-control-center/config-screensaver.xml 175share/help/en_GB/mate-control-center/config-screensaver.xml
176share/help/en_GB/mate-control-center/config-themes.xml 176share/help/en_GB/mate-control-center/config-themes.xml
177share/help/en_GB/mate-control-center/index.docbook 177share/help/en_GB/mate-control-center/index.docbook
178share/help/es/mate-control-center/config-accessibility-keyboard.xml 178share/help/es/mate-control-center/config-accessibility-keyboard.xml
179share/help/es/mate-control-center/config-background.xml 179share/help/es/mate-control-center/config-background.xml
180share/help/es/mate-control-center/config-behavior.xml 180share/help/es/mate-control-center/config-behavior.xml
181share/help/es/mate-control-center/config-cds.xml 181share/help/es/mate-control-center/config-cds.xml
182share/help/es/mate-control-center/config-default-apps.xml 182share/help/es/mate-control-center/config-default-apps.xml
183share/help/es/mate-control-center/config-file-type.xml 183share/help/es/mate-control-center/config-file-type.xml
184share/help/es/mate-control-center/config-hints.xml 184share/help/es/mate-control-center/config-hints.xml
185share/help/es/mate-control-center/config-html.xml 185share/help/es/mate-control-center/config-html.xml
186share/help/es/mate-control-center/config-kbd.xml 186share/help/es/mate-control-center/config-kbd.xml
187share/help/es/mate-control-center/config-keybindings.xml 187share/help/es/mate-control-center/config-keybindings.xml
188share/help/es/mate-control-center/config-mouse.xml 188share/help/es/mate-control-center/config-mouse.xml
189share/help/es/mate-control-center/config-screensaver.xml 189share/help/es/mate-control-center/config-screensaver.xml
190share/help/es/mate-control-center/config-themes.xml 190share/help/es/mate-control-center/config-themes.xml
191share/help/es/mate-control-center/index.docbook 191share/help/es/mate-control-center/index.docbook
192share/help/fr/mate-control-center/config-accessibility-keyboard.xml 192share/help/fr/mate-control-center/config-accessibility-keyboard.xml
193share/help/fr/mate-control-center/config-background.xml 193share/help/fr/mate-control-center/config-background.xml
194share/help/fr/mate-control-center/config-behavior.xml 194share/help/fr/mate-control-center/config-behavior.xml
195share/help/fr/mate-control-center/config-cds.xml 195share/help/fr/mate-control-center/config-cds.xml
196share/help/fr/mate-control-center/config-default-apps.xml 196share/help/fr/mate-control-center/config-default-apps.xml
197share/help/fr/mate-control-center/config-file-type.xml 197share/help/fr/mate-control-center/config-file-type.xml
198share/help/fr/mate-control-center/config-hints.xml 198share/help/fr/mate-control-center/config-hints.xml
199share/help/fr/mate-control-center/config-html.xml 199share/help/fr/mate-control-center/config-html.xml
200share/help/fr/mate-control-center/config-kbd.xml 200share/help/fr/mate-control-center/config-kbd.xml
201share/help/fr/mate-control-center/config-keybindings.xml 201share/help/fr/mate-control-center/config-keybindings.xml
202share/help/fr/mate-control-center/config-mouse.xml 202share/help/fr/mate-control-center/config-mouse.xml
203share/help/fr/mate-control-center/config-screensaver.xml 203share/help/fr/mate-control-center/config-screensaver.xml
204share/help/fr/mate-control-center/config-themes.xml 204share/help/fr/mate-control-center/config-themes.xml
205share/help/fr/mate-control-center/index.docbook 205share/help/fr/mate-control-center/index.docbook
206share/help/id/mate-control-center/config-accessibility-keyboard.xml 206share/help/id/mate-control-center/config-accessibility-keyboard.xml
207share/help/id/mate-control-center/config-background.xml 207share/help/id/mate-control-center/config-background.xml
208share/help/id/mate-control-center/config-behavior.xml 208share/help/id/mate-control-center/config-behavior.xml
209share/help/id/mate-control-center/config-cds.xml 209share/help/id/mate-control-center/config-cds.xml
210share/help/id/mate-control-center/config-default-apps.xml 210share/help/id/mate-control-center/config-default-apps.xml
211share/help/id/mate-control-center/config-file-type.xml 211share/help/id/mate-control-center/config-file-type.xml
212share/help/id/mate-control-center/config-hints.xml 212share/help/id/mate-control-center/config-hints.xml
213share/help/id/mate-control-center/config-html.xml 213share/help/id/mate-control-center/config-html.xml
214share/help/id/mate-control-center/config-kbd.xml 214share/help/id/mate-control-center/config-kbd.xml
215share/help/id/mate-control-center/config-keybindings.xml 215share/help/id/mate-control-center/config-keybindings.xml
216share/help/id/mate-control-center/config-mouse.xml 216share/help/id/mate-control-center/config-mouse.xml
217share/help/id/mate-control-center/config-screensaver.xml 217share/help/id/mate-control-center/config-screensaver.xml
218share/help/id/mate-control-center/config-themes.xml 218share/help/id/mate-control-center/config-themes.xml
219share/help/id/mate-control-center/index.docbook 219share/help/id/mate-control-center/index.docbook
220share/help/it/mate-control-center/config-accessibility-keyboard.xml 220share/help/it/mate-control-center/config-accessibility-keyboard.xml
221share/help/it/mate-control-center/config-background.xml 221share/help/it/mate-control-center/config-background.xml
222share/help/it/mate-control-center/config-behavior.xml 222share/help/it/mate-control-center/config-behavior.xml
223share/help/it/mate-control-center/config-cds.xml 223share/help/it/mate-control-center/config-cds.xml
224share/help/it/mate-control-center/config-default-apps.xml 224share/help/it/mate-control-center/config-default-apps.xml
225share/help/it/mate-control-center/config-file-type.xml 225share/help/it/mate-control-center/config-file-type.xml
226share/help/it/mate-control-center/config-hints.xml 226share/help/it/mate-control-center/config-hints.xml
227share/help/it/mate-control-center/config-html.xml 227share/help/it/mate-control-center/config-html.xml
228share/help/it/mate-control-center/config-kbd.xml 228share/help/it/mate-control-center/config-kbd.xml
229share/help/it/mate-control-center/config-keybindings.xml 229share/help/it/mate-control-center/config-keybindings.xml
230share/help/it/mate-control-center/config-mouse.xml 230share/help/it/mate-control-center/config-mouse.xml
231share/help/it/mate-control-center/config-screensaver.xml 231share/help/it/mate-control-center/config-screensaver.xml
232share/help/it/mate-control-center/config-themes.xml 232share/help/it/mate-control-center/config-themes.xml
233share/help/it/mate-control-center/index.docbook 233share/help/it/mate-control-center/index.docbook
234share/help/ja/mate-control-center/config-accessibility-keyboard.xml 234share/help/ja/mate-control-center/config-accessibility-keyboard.xml
235share/help/ja/mate-control-center/config-background.xml 235share/help/ja/mate-control-center/config-background.xml
236share/help/ja/mate-control-center/config-behavior.xml 236share/help/ja/mate-control-center/config-behavior.xml
237share/help/ja/mate-control-center/config-cds.xml 237share/help/ja/mate-control-center/config-cds.xml
238share/help/ja/mate-control-center/config-default-apps.xml 238share/help/ja/mate-control-center/config-default-apps.xml
239share/help/ja/mate-control-center/config-file-type.xml 239share/help/ja/mate-control-center/config-file-type.xml
240share/help/ja/mate-control-center/config-hints.xml 240share/help/ja/mate-control-center/config-hints.xml
241share/help/ja/mate-control-center/config-html.xml 241share/help/ja/mate-control-center/config-html.xml
242share/help/ja/mate-control-center/config-kbd.xml 242share/help/ja/mate-control-center/config-kbd.xml
243share/help/ja/mate-control-center/config-keybindings.xml 243share/help/ja/mate-control-center/config-keybindings.xml
244share/help/ja/mate-control-center/config-mouse.xml 244share/help/ja/mate-control-center/config-mouse.xml
245share/help/ja/mate-control-center/config-screensaver.xml 245share/help/ja/mate-control-center/config-screensaver.xml
246share/help/ja/mate-control-center/config-themes.xml 246share/help/ja/mate-control-center/config-themes.xml
247share/help/ja/mate-control-center/index.docbook 247share/help/ja/mate-control-center/index.docbook
248share/help/oc/mate-control-center/config-accessibility-keyboard.xml 248share/help/oc/mate-control-center/config-accessibility-keyboard.xml
249share/help/oc/mate-control-center/config-background.xml 249share/help/oc/mate-control-center/config-background.xml
250share/help/oc/mate-control-center/config-behavior.xml 250share/help/oc/mate-control-center/config-behavior.xml
251share/help/oc/mate-control-center/config-cds.xml 251share/help/oc/mate-control-center/config-cds.xml
252share/help/oc/mate-control-center/config-default-apps.xml 252share/help/oc/mate-control-center/config-default-apps.xml
253share/help/oc/mate-control-center/config-file-type.xml 253share/help/oc/mate-control-center/config-file-type.xml
254share/help/oc/mate-control-center/config-hints.xml 254share/help/oc/mate-control-center/config-hints.xml
255share/help/oc/mate-control-center/config-html.xml 255share/help/oc/mate-control-center/config-html.xml
256share/help/oc/mate-control-center/config-kbd.xml 256share/help/oc/mate-control-center/config-kbd.xml
257share/help/oc/mate-control-center/config-keybindings.xml 257share/help/oc/mate-control-center/config-keybindings.xml
258share/help/oc/mate-control-center/config-mouse.xml 258share/help/oc/mate-control-center/config-mouse.xml
259share/help/oc/mate-control-center/config-screensaver.xml 259share/help/oc/mate-control-center/config-screensaver.xml
260share/help/oc/mate-control-center/config-themes.xml 260share/help/oc/mate-control-center/config-themes.xml
261share/help/oc/mate-control-center/index.docbook 261share/help/oc/mate-control-center/index.docbook
262share/help/pa/mate-control-center/config-accessibility-keyboard.xml 262share/help/pa/mate-control-center/config-accessibility-keyboard.xml
263share/help/pa/mate-control-center/config-background.xml 263share/help/pa/mate-control-center/config-background.xml
264share/help/pa/mate-control-center/config-behavior.xml 264share/help/pa/mate-control-center/config-behavior.xml
265share/help/pa/mate-control-center/config-cds.xml 265share/help/pa/mate-control-center/config-cds.xml
266share/help/pa/mate-control-center/config-default-apps.xml 266share/help/pa/mate-control-center/config-default-apps.xml
267share/help/pa/mate-control-center/config-file-type.xml 267share/help/pa/mate-control-center/config-file-type.xml
268share/help/pa/mate-control-center/config-hints.xml 268share/help/pa/mate-control-center/config-hints.xml
269share/help/pa/mate-control-center/config-html.xml 269share/help/pa/mate-control-center/config-html.xml
270share/help/pa/mate-control-center/config-kbd.xml 270share/help/pa/mate-control-center/config-kbd.xml
271share/help/pa/mate-control-center/config-keybindings.xml 271share/help/pa/mate-control-center/config-keybindings.xml
272share/help/pa/mate-control-center/config-mouse.xml 272share/help/pa/mate-control-center/config-mouse.xml
273share/help/pa/mate-control-center/config-screensaver.xml 273share/help/pa/mate-control-center/config-screensaver.xml
274share/help/pa/mate-control-center/config-themes.xml 274share/help/pa/mate-control-center/config-themes.xml
275share/help/pa/mate-control-center/index.docbook 275share/help/pa/mate-control-center/index.docbook
276share/help/pl/mate-control-center/config-accessibility-keyboard.xml 276share/help/pl/mate-control-center/config-accessibility-keyboard.xml
277share/help/pl/mate-control-center/config-background.xml 277share/help/pl/mate-control-center/config-background.xml
278share/help/pl/mate-control-center/config-behavior.xml 278share/help/pl/mate-control-center/config-behavior.xml
279share/help/pl/mate-control-center/config-cds.xml 279share/help/pl/mate-control-center/config-cds.xml
280share/help/pl/mate-control-center/config-default-apps.xml 280share/help/pl/mate-control-center/config-default-apps.xml
281share/help/pl/mate-control-center/config-file-type.xml 281share/help/pl/mate-control-center/config-file-type.xml
282share/help/pl/mate-control-center/config-hints.xml 282share/help/pl/mate-control-center/config-hints.xml
283share/help/pl/mate-control-center/config-html.xml 283share/help/pl/mate-control-center/config-html.xml
284share/help/pl/mate-control-center/config-kbd.xml 284share/help/pl/mate-control-center/config-kbd.xml
285share/help/pl/mate-control-center/config-keybindings.xml 285share/help/pl/mate-control-center/config-keybindings.xml
286share/help/pl/mate-control-center/config-mouse.xml 286share/help/pl/mate-control-center/config-mouse.xml
287share/help/pl/mate-control-center/config-screensaver.xml 287share/help/pl/mate-control-center/config-screensaver.xml
288share/help/pl/mate-control-center/config-themes.xml 288share/help/pl/mate-control-center/config-themes.xml
289share/help/pl/mate-control-center/index.docbook 289share/help/pl/mate-control-center/index.docbook
290share/help/pt/mate-control-center/config-accessibility-keyboard.xml 290share/help/pt/mate-control-center/config-accessibility-keyboard.xml
291share/help/pt/mate-control-center/config-background.xml 291share/help/pt/mate-control-center/config-background.xml
292share/help/pt/mate-control-center/config-behavior.xml 292share/help/pt/mate-control-center/config-behavior.xml
293share/help/pt/mate-control-center/config-cds.xml 293share/help/pt/mate-control-center/config-cds.xml
294share/help/pt/mate-control-center/config-default-apps.xml 294share/help/pt/mate-control-center/config-default-apps.xml
295share/help/pt/mate-control-center/config-file-type.xml 295share/help/pt/mate-control-center/config-file-type.xml
296share/help/pt/mate-control-center/config-hints.xml 296share/help/pt/mate-control-center/config-hints.xml
297share/help/pt/mate-control-center/config-html.xml 297share/help/pt/mate-control-center/config-html.xml
298share/help/pt/mate-control-center/config-kbd.xml 298share/help/pt/mate-control-center/config-kbd.xml
299share/help/pt/mate-control-center/config-keybindings.xml 299share/help/pt/mate-control-center/config-keybindings.xml
300share/help/pt/mate-control-center/config-mouse.xml 300share/help/pt/mate-control-center/config-mouse.xml
301share/help/pt/mate-control-center/config-screensaver.xml 301share/help/pt/mate-control-center/config-screensaver.xml
302share/help/pt/mate-control-center/config-themes.xml 302share/help/pt/mate-control-center/config-themes.xml
303share/help/pt/mate-control-center/index.docbook 303share/help/pt/mate-control-center/index.docbook
304share/help/pt_BR/mate-control-center/config-accessibility-keyboard.xml 304share/help/pt_BR/mate-control-center/config-accessibility-keyboard.xml
305share/help/pt_BR/mate-control-center/config-background.xml 305share/help/pt_BR/mate-control-center/config-background.xml
306share/help/pt_BR/mate-control-center/config-behavior.xml 306share/help/pt_BR/mate-control-center/config-behavior.xml
307share/help/pt_BR/mate-control-center/config-cds.xml 307share/help/pt_BR/mate-control-center/config-cds.xml
308share/help/pt_BR/mate-control-center/config-default-apps.xml 308share/help/pt_BR/mate-control-center/config-default-apps.xml
309share/help/pt_BR/mate-control-center/config-file-type.xml 309share/help/pt_BR/mate-control-center/config-file-type.xml
310share/help/pt_BR/mate-control-center/config-hints.xml 310share/help/pt_BR/mate-control-center/config-hints.xml
311share/help/pt_BR/mate-control-center/config-html.xml 311share/help/pt_BR/mate-control-center/config-html.xml
312share/help/pt_BR/mate-control-center/config-kbd.xml 312share/help/pt_BR/mate-control-center/config-kbd.xml
313share/help/pt_BR/mate-control-center/config-keybindings.xml 313share/help/pt_BR/mate-control-center/config-keybindings.xml
314share/help/pt_BR/mate-control-center/config-mouse.xml 314share/help/pt_BR/mate-control-center/config-mouse.xml
315share/help/pt_BR/mate-control-center/config-screensaver.xml 315share/help/pt_BR/mate-control-center/config-screensaver.xml
316share/help/pt_BR/mate-control-center/config-themes.xml 316share/help/pt_BR/mate-control-center/config-themes.xml
317share/help/pt_BR/mate-control-center/index.docbook 317share/help/pt_BR/mate-control-center/index.docbook
318share/help/ru/mate-control-center/config-accessibility-keyboard.xml 318share/help/ru/mate-control-center/config-accessibility-keyboard.xml
319share/help/ru/mate-control-center/config-background.xml 319share/help/ru/mate-control-center/config-background.xml
320share/help/ru/mate-control-center/config-behavior.xml 320share/help/ru/mate-control-center/config-behavior.xml
321share/help/ru/mate-control-center/config-cds.xml 321share/help/ru/mate-control-center/config-cds.xml
322share/help/ru/mate-control-center/config-default-apps.xml 322share/help/ru/mate-control-center/config-default-apps.xml
323share/help/ru/mate-control-center/config-file-type.xml 323share/help/ru/mate-control-center/config-file-type.xml
324share/help/ru/mate-control-center/config-hints.xml 324share/help/ru/mate-control-center/config-hints.xml
325share/help/ru/mate-control-center/config-html.xml 325share/help/ru/mate-control-center/config-html.xml
326share/help/ru/mate-control-center/config-kbd.xml 326share/help/ru/mate-control-center/config-kbd.xml
327share/help/ru/mate-control-center/config-keybindings.xml 327share/help/ru/mate-control-center/config-keybindings.xml
328share/help/ru/mate-control-center/config-mouse.xml 328share/help/ru/mate-control-center/config-mouse.xml
329share/help/ru/mate-control-center/config-screensaver.xml 329share/help/ru/mate-control-center/config-screensaver.xml
330share/help/ru/mate-control-center/config-themes.xml 330share/help/ru/mate-control-center/config-themes.xml
331share/help/ru/mate-control-center/index.docbook 331share/help/ru/mate-control-center/index.docbook
332share/help/sv/mate-control-center/config-accessibility-keyboard.xml 332share/help/sv/mate-control-center/config-accessibility-keyboard.xml
333share/help/sv/mate-control-center/config-background.xml 333share/help/sv/mate-control-center/config-background.xml
334share/help/sv/mate-control-center/config-behavior.xml 334share/help/sv/mate-control-center/config-behavior.xml
335share/help/sv/mate-control-center/config-cds.xml 335share/help/sv/mate-control-center/config-cds.xml
336share/help/sv/mate-control-center/config-default-apps.xml 336share/help/sv/mate-control-center/config-default-apps.xml
337share/help/sv/mate-control-center/config-file-type.xml 337share/help/sv/mate-control-center/config-file-type.xml
338share/help/sv/mate-control-center/config-hints.xml 338share/help/sv/mate-control-center/config-hints.xml
339share/help/sv/mate-control-center/config-html.xml 339share/help/sv/mate-control-center/config-html.xml
340share/help/sv/mate-control-center/config-kbd.xml 340share/help/sv/mate-control-center/config-kbd.xml
341share/help/sv/mate-control-center/config-keybindings.xml 341share/help/sv/mate-control-center/config-keybindings.xml
342share/help/sv/mate-control-center/config-mouse.xml 342share/help/sv/mate-control-center/config-mouse.xml
343share/help/sv/mate-control-center/config-screensaver.xml 343share/help/sv/mate-control-center/config-screensaver.xml
344share/help/sv/mate-control-center/config-themes.xml 344share/help/sv/mate-control-center/config-themes.xml
345share/help/sv/mate-control-center/index.docbook 345share/help/sv/mate-control-center/index.docbook
346share/help/th/mate-control-center/config-accessibility-keyboard.xml 346share/help/th/mate-control-center/config-accessibility-keyboard.xml
347share/help/th/mate-control-center/config-background.xml 347share/help/th/mate-control-center/config-background.xml
348share/help/th/mate-control-center/config-behavior.xml 348share/help/th/mate-control-center/config-behavior.xml
349share/help/th/mate-control-center/config-cds.xml 349share/help/th/mate-control-center/config-cds.xml
350share/help/th/mate-control-center/config-default-apps.xml 350share/help/th/mate-control-center/config-default-apps.xml
351share/help/th/mate-control-center/config-file-type.xml 351share/help/th/mate-control-center/config-file-type.xml
352share/help/th/mate-control-center/config-hints.xml 352share/help/th/mate-control-center/config-hints.xml
353share/help/th/mate-control-center/config-html.xml 353share/help/th/mate-control-center/config-html.xml
354share/help/th/mate-control-center/config-kbd.xml 354share/help/th/mate-control-center/config-kbd.xml
355share/help/th/mate-control-center/config-keybindings.xml 355share/help/th/mate-control-center/config-keybindings.xml
356share/help/th/mate-control-center/config-mouse.xml 356share/help/th/mate-control-center/config-mouse.xml
357share/help/th/mate-control-center/config-screensaver.xml 357share/help/th/mate-control-center/config-screensaver.xml
358share/help/th/mate-control-center/config-themes.xml 358share/help/th/mate-control-center/config-themes.xml
359share/help/th/mate-control-center/index.docbook 359share/help/th/mate-control-center/index.docbook
360share/help/uk/mate-control-center/config-accessibility-keyboard.xml 360share/help/uk/mate-control-center/config-accessibility-keyboard.xml
361share/help/uk/mate-control-center/config-background.xml 361share/help/uk/mate-control-center/config-background.xml
362share/help/uk/mate-control-center/config-behavior.xml 362share/help/uk/mate-control-center/config-behavior.xml
363share/help/uk/mate-control-center/config-cds.xml 363share/help/uk/mate-control-center/config-cds.xml
364share/help/uk/mate-control-center/config-default-apps.xml 364share/help/uk/mate-control-center/config-default-apps.xml
365share/help/uk/mate-control-center/config-file-type.xml 365share/help/uk/mate-control-center/config-file-type.xml
366share/help/uk/mate-control-center/config-hints.xml 366share/help/uk/mate-control-center/config-hints.xml
367share/help/uk/mate-control-center/config-html.xml 367share/help/uk/mate-control-center/config-html.xml
368share/help/uk/mate-control-center/config-kbd.xml 368share/help/uk/mate-control-center/config-kbd.xml
369share/help/uk/mate-control-center/config-keybindings.xml 369share/help/uk/mate-control-center/config-keybindings.xml
370share/help/uk/mate-control-center/config-mouse.xml 370share/help/uk/mate-control-center/config-mouse.xml
371share/help/uk/mate-control-center/config-screensaver.xml 371share/help/uk/mate-control-center/config-screensaver.xml
372share/help/uk/mate-control-center/config-themes.xml 372share/help/uk/mate-control-center/config-themes.xml
373share/help/uk/mate-control-center/index.docbook 373share/help/uk/mate-control-center/index.docbook
374share/help/vi/mate-control-center/config-accessibility-keyboard.xml 374share/help/vi/mate-control-center/config-accessibility-keyboard.xml
375share/help/vi/mate-control-center/config-background.xml 375share/help/vi/mate-control-center/config-background.xml
376share/help/vi/mate-control-center/config-behavior.xml 376share/help/vi/mate-control-center/config-behavior.xml
377share/help/vi/mate-control-center/config-cds.xml 377share/help/vi/mate-control-center/config-cds.xml
378share/help/vi/mate-control-center/config-default-apps.xml 378share/help/vi/mate-control-center/config-default-apps.xml
379share/help/vi/mate-control-center/config-file-type.xml 379share/help/vi/mate-control-center/config-file-type.xml
380share/help/vi/mate-control-center/config-hints.xml 380share/help/vi/mate-control-center/config-hints.xml
381share/help/vi/mate-control-center/config-html.xml 381share/help/vi/mate-control-center/config-html.xml
382share/help/vi/mate-control-center/config-kbd.xml 382share/help/vi/mate-control-center/config-kbd.xml
383share/help/vi/mate-control-center/config-keybindings.xml 383share/help/vi/mate-control-center/config-keybindings.xml
384share/help/vi/mate-control-center/config-mouse.xml 384share/help/vi/mate-control-center/config-mouse.xml
385share/help/vi/mate-control-center/config-screensaver.xml 385share/help/vi/mate-control-center/config-screensaver.xml
386share/help/vi/mate-control-center/config-themes.xml 386share/help/vi/mate-control-center/config-themes.xml
387share/help/vi/mate-control-center/index.docbook 387share/help/vi/mate-control-center/index.docbook
388share/help/zh_CN/mate-control-center/config-accessibility-keyboard.xml 388share/help/zh_CN/mate-control-center/config-accessibility-keyboard.xml
389share/help/zh_CN/mate-control-center/config-background.xml 389share/help/zh_CN/mate-control-center/config-background.xml
390share/help/zh_CN/mate-control-center/config-behavior.xml 390share/help/zh_CN/mate-control-center/config-behavior.xml
391share/help/zh_CN/mate-control-center/config-cds.xml 391share/help/zh_CN/mate-control-center/config-cds.xml
392share/help/zh_CN/mate-control-center/config-default-apps.xml 392share/help/zh_CN/mate-control-center/config-default-apps.xml
393share/help/zh_CN/mate-control-center/config-file-type.xml 393share/help/zh_CN/mate-control-center/config-file-type.xml
394share/help/zh_CN/mate-control-center/config-hints.xml 394share/help/zh_CN/mate-control-center/config-hints.xml
395share/help/zh_CN/mate-control-center/config-html.xml 395share/help/zh_CN/mate-control-center/config-html.xml
396share/help/zh_CN/mate-control-center/config-kbd.xml 396share/help/zh_CN/mate-control-center/config-kbd.xml
397share/help/zh_CN/mate-control-center/config-keybindings.xml 397share/help/zh_CN/mate-control-center/config-keybindings.xml
398share/help/zh_CN/mate-control-center/config-mouse.xml 398share/help/zh_CN/mate-control-center/config-mouse.xml
399share/help/zh_CN/mate-control-center/config-screensaver.xml 399share/help/zh_CN/mate-control-center/config-screensaver.xml
400share/help/zh_CN/mate-control-center/config-themes.xml 400share/help/zh_CN/mate-control-center/config-themes.xml
401share/help/zh_CN/mate-control-center/index.docbook 401share/help/zh_CN/mate-control-center/index.docbook
402share/icons/hicolor/16x16/apps/mate-network-properties.png 402share/icons/hicolor/16x16/apps/mate-network-properties.png
403share/icons/hicolor/16x16/apps/mate-preferences-desktop-display.png 403share/icons/hicolor/16x16/apps/mate-preferences-desktop-display.png
404share/icons/hicolor/22x22/apps/mate-network-properties.png 404share/icons/hicolor/22x22/apps/mate-network-properties.png
405share/icons/hicolor/22x22/apps/mate-preferences-desktop-display.png 405share/icons/hicolor/22x22/apps/mate-preferences-desktop-display.png
406share/icons/hicolor/24x24/apps/mate-network-properties.png 406share/icons/hicolor/24x24/apps/mate-network-properties.png
407share/icons/hicolor/24x24/apps/mate-preferences-desktop-display.png 407share/icons/hicolor/24x24/apps/mate-preferences-desktop-display.png
408share/icons/hicolor/32x32/apps/mate-network-properties.png 408share/icons/hicolor/32x32/apps/mate-network-properties.png
409share/icons/hicolor/32x32/apps/mate-preferences-desktop-display.png 409share/icons/hicolor/32x32/apps/mate-preferences-desktop-display.png
410share/icons/hicolor/48x48/apps/mate-network-properties.png 410share/icons/hicolor/48x48/apps/mate-network-properties.png
411share/icons/hicolor/48x48/apps/mate-typing-monitor.png 411share/icons/hicolor/48x48/apps/mate-typing-monitor.png
412share/icons/hicolor/scalable/apps/mate-network-properties.svg 412share/icons/hicolor/scalable/apps/mate-network-properties.svg
413share/icons/hicolor/scalable/apps/mate-preferences-desktop-display.svg 413share/icons/hicolor/scalable/apps/mate-preferences-desktop-display.svg
414share/icons/hicolor/scalable/apps/mate-typing-monitor.svg 414share/icons/hicolor/scalable/apps/mate-typing-monitor.svg
415share/locale/af/LC_MESSAGES/mate-control-center.mo 415share/locale/af/LC_MESSAGES/mate-control-center.mo
416share/locale/am/LC_MESSAGES/mate-control-center.mo 416share/locale/am/LC_MESSAGES/mate-control-center.mo
417share/locale/ar/LC_MESSAGES/mate-control-center.mo 417share/locale/ar/LC_MESSAGES/mate-control-center.mo
418share/locale/as/LC_MESSAGES/mate-control-center.mo 418share/locale/as/LC_MESSAGES/mate-control-center.mo
419share/locale/ast/LC_MESSAGES/mate-control-center.mo 419share/locale/ast/LC_MESSAGES/mate-control-center.mo
420share/locale/az/LC_MESSAGES/mate-control-center.mo 420share/locale/az/LC_MESSAGES/mate-control-center.mo
421share/locale/be/LC_MESSAGES/mate-control-center.mo 421share/locale/be/LC_MESSAGES/mate-control-center.mo
422share/locale/be@latin/LC_MESSAGES/mate-control-center.mo 
423share/locale/bg/LC_MESSAGES/mate-control-center.mo 422share/locale/bg/LC_MESSAGES/mate-control-center.mo
424share/locale/bn/LC_MESSAGES/mate-control-center.mo 423share/locale/bn/LC_MESSAGES/mate-control-center.mo
425share/locale/bn_IN/LC_MESSAGES/mate-control-center.mo 424share/locale/bn_IN/LC_MESSAGES/mate-control-center.mo
426share/locale/br/LC_MESSAGES/mate-control-center.mo 425share/locale/br/LC_MESSAGES/mate-control-center.mo
427share/locale/bs/LC_MESSAGES/mate-control-center.mo 426share/locale/bs/LC_MESSAGES/mate-control-center.mo
428share/locale/ca/LC_MESSAGES/mate-control-center.mo 427share/locale/ca/LC_MESSAGES/mate-control-center.mo
429share/locale/ca@valencia/LC_MESSAGES/mate-control-center.mo 428share/locale/ca@valencia/LC_MESSAGES/mate-control-center.mo
430share/locale/cmn/LC_MESSAGES/mate-control-center.mo 429share/locale/cmn/LC_MESSAGES/mate-control-center.mo
431share/locale/crh/LC_MESSAGES/mate-control-center.mo 430share/locale/crh/LC_MESSAGES/mate-control-center.mo
432share/locale/cs/LC_MESSAGES/mate-control-center.mo 431share/locale/cs/LC_MESSAGES/mate-control-center.mo
433share/locale/cy/LC_MESSAGES/mate-control-center.mo 432share/locale/cy/LC_MESSAGES/mate-control-center.mo
434share/locale/da/LC_MESSAGES/mate-control-center.mo 433share/locale/da/LC_MESSAGES/mate-control-center.mo
435share/locale/de/LC_MESSAGES/mate-control-center.mo 434share/locale/de/LC_MESSAGES/mate-control-center.mo
436share/locale/dz/LC_MESSAGES/mate-control-center.mo 435share/locale/dz/LC_MESSAGES/mate-control-center.mo
437share/locale/el/LC_MESSAGES/mate-control-center.mo 436share/locale/el/LC_MESSAGES/mate-control-center.mo
438share/locale/en@shaw/LC_MESSAGES/mate-control-center.mo 
439share/locale/en_AU/LC_MESSAGES/mate-control-center.mo 437share/locale/en_AU/LC_MESSAGES/mate-control-center.mo
440share/locale/en_CA/LC_MESSAGES/mate-control-center.mo 438share/locale/en_CA/LC_MESSAGES/mate-control-center.mo
441share/locale/en_GB/LC_MESSAGES/mate-control-center.mo 439share/locale/en_GB/LC_MESSAGES/mate-control-center.mo
442share/locale/eo/LC_MESSAGES/mate-control-center.mo 440share/locale/eo/LC_MESSAGES/mate-control-center.mo
443share/locale/es/LC_MESSAGES/mate-control-center.mo 441share/locale/es/LC_MESSAGES/mate-control-center.mo
444share/locale/es_CO/LC_MESSAGES/mate-control-center.mo 442share/locale/es_CO/LC_MESSAGES/mate-control-center.mo
445share/locale/es_MX/LC_MESSAGES/mate-control-center.mo 443share/locale/es_MX/LC_MESSAGES/mate-control-center.mo
446share/locale/et/LC_MESSAGES/mate-control-center.mo 444share/locale/et/LC_MESSAGES/mate-control-center.mo
447share/locale/eu/LC_MESSAGES/mate-control-center.mo 445share/locale/eu/LC_MESSAGES/mate-control-center.mo
448share/locale/fa/LC_MESSAGES/mate-control-center.mo 446share/locale/fa/LC_MESSAGES/mate-control-center.mo
449share/locale/fi/LC_MESSAGES/mate-control-center.mo 447share/locale/fi/LC_MESSAGES/mate-control-center.mo
450share/locale/fr/LC_MESSAGES/mate-control-center.mo 448share/locale/fr/LC_MESSAGES/mate-control-center.mo
451share/locale/fr_CA/LC_MESSAGES/mate-control-center.mo 449share/locale/fr_CA/LC_MESSAGES/mate-control-center.mo
 450share/locale/frp/LC_MESSAGES/mate-control-center.mo
452share/locale/ga/LC_MESSAGES/mate-control-center.mo 451share/locale/ga/LC_MESSAGES/mate-control-center.mo
453share/locale/gl/LC_MESSAGES/mate-control-center.mo 452share/locale/gl/LC_MESSAGES/mate-control-center.mo
454share/locale/gu/LC_MESSAGES/mate-control-center.mo 453share/locale/gu/LC_MESSAGES/mate-control-center.mo
455share/locale/he/LC_MESSAGES/mate-control-center.mo 454share/locale/he/LC_MESSAGES/mate-control-center.mo
456share/locale/hi/LC_MESSAGES/mate-control-center.mo 455share/locale/hi/LC_MESSAGES/mate-control-center.mo
457share/locale/hr/LC_MESSAGES/mate-control-center.mo 456share/locale/hr/LC_MESSAGES/mate-control-center.mo
458share/locale/hu/LC_MESSAGES/mate-control-center.mo 457share/locale/hu/LC_MESSAGES/mate-control-center.mo
459share/locale/hy/LC_MESSAGES/mate-control-center.mo 458share/locale/hy/LC_MESSAGES/mate-control-center.mo
460share/locale/id/LC_MESSAGES/mate-control-center.mo 459share/locale/id/LC_MESSAGES/mate-control-center.mo
461share/locale/is/LC_MESSAGES/mate-control-center.mo 460share/locale/is/LC_MESSAGES/mate-control-center.mo
462share/locale/it/LC_MESSAGES/mate-control-center.mo 461share/locale/it/LC_MESSAGES/mate-control-center.mo
463share/locale/ja/LC_MESSAGES/mate-control-center.mo 462share/locale/ja/LC_MESSAGES/mate-control-center.mo
464share/locale/jv/LC_MESSAGES/mate-control-center.mo 463share/locale/jv/LC_MESSAGES/mate-control-center.mo
465share/locale/ka/LC_MESSAGES/mate-control-center.mo 464share/locale/ka/LC_MESSAGES/mate-control-center.mo
466share/locale/kk/LC_MESSAGES/mate-control-center.mo 465share/locale/kk/LC_MESSAGES/mate-control-center.mo
467share/locale/kn/LC_MESSAGES/mate-control-center.mo 466share/locale/kn/LC_MESSAGES/mate-control-center.mo
468share/locale/ko/LC_MESSAGES/mate-control-center.mo 467share/locale/ko/LC_MESSAGES/mate-control-center.mo
469share/locale/ku/LC_MESSAGES/mate-control-center.mo 468share/locale/ku/LC_MESSAGES/mate-control-center.mo
 469share/locale/ku_IQ/LC_MESSAGES/mate-control-center.mo
470share/locale/ky/LC_MESSAGES/mate-control-center.mo 470share/locale/ky/LC_MESSAGES/mate-control-center.mo
471share/locale/lt/LC_MESSAGES/mate-control-center.mo 471share/locale/lt/LC_MESSAGES/mate-control-center.mo
472share/locale/lv/LC_MESSAGES/mate-control-center.mo 472share/locale/lv/LC_MESSAGES/mate-control-center.mo
473share/locale/mai/LC_MESSAGES/mate-control-center.mo 473share/locale/mai/LC_MESSAGES/mate-control-center.mo
474share/locale/mg/LC_MESSAGES/mate-control-center.mo 474share/locale/mg/LC_MESSAGES/mate-control-center.mo
475share/locale/mk/LC_MESSAGES/mate-control-center.mo 475share/locale/mk/LC_MESSAGES/mate-control-center.mo
476share/locale/ml/LC_MESSAGES/mate-control-center.mo 476share/locale/ml/LC_MESSAGES/mate-control-center.mo
477share/locale/mn/LC_MESSAGES/mate-control-center.mo 477share/locale/mn/LC_MESSAGES/mate-control-center.mo
478share/locale/mr/LC_MESSAGES/mate-control-center.mo 478share/locale/mr/LC_MESSAGES/mate-control-center.mo
479share/locale/ms/LC_MESSAGES/mate-control-center.mo 479share/locale/ms/LC_MESSAGES/mate-control-center.mo
480share/locale/nb/LC_MESSAGES/mate-control-center.mo 480share/locale/nb/LC_MESSAGES/mate-control-center.mo
481share/locale/nds/LC_MESSAGES/mate-control-center.mo 481share/locale/nds/LC_MESSAGES/mate-control-center.mo
482share/locale/ne/LC_MESSAGES/mate-control-center.mo 482share/locale/ne/LC_MESSAGES/mate-control-center.mo
483share/locale/nl/LC_MESSAGES/mate-control-center.mo 483share/locale/nl/LC_MESSAGES/mate-control-center.mo
484share/locale/nn/LC_MESSAGES/mate-control-center.mo 484share/locale/nn/LC_MESSAGES/mate-control-center.mo
485share/locale/nso/LC_MESSAGES/mate-control-center.mo 485share/locale/nso/LC_MESSAGES/mate-control-center.mo
486share/locale/oc/LC_MESSAGES/mate-control-center.mo 486share/locale/oc/LC_MESSAGES/mate-control-center.mo
487share/locale/or/LC_MESSAGES/mate-control-center.mo 487share/locale/or/LC_MESSAGES/mate-control-center.mo
488share/locale/pa/LC_MESSAGES/mate-control-center.mo 488share/locale/pa/LC_MESSAGES/mate-control-center.mo
489share/locale/pl/LC_MESSAGES/mate-control-center.mo 489share/locale/pl/LC_MESSAGES/mate-control-center.mo
 490share/locale/pms/LC_MESSAGES/mate-control-center.mo
490share/locale/pt/LC_MESSAGES/mate-control-center.mo 491share/locale/pt/LC_MESSAGES/mate-control-center.mo
491share/locale/pt_BR/LC_MESSAGES/mate-control-center.mo 492share/locale/pt_BR/LC_MESSAGES/mate-control-center.mo
492share/locale/ro/LC_MESSAGES/mate-control-center.mo 493share/locale/ro/LC_MESSAGES/mate-control-center.mo
493share/locale/ru/LC_MESSAGES/mate-control-center.mo 494share/locale/ru/LC_MESSAGES/mate-control-center.mo
494share/locale/rw/LC_MESSAGES/mate-control-center.mo 495share/locale/rw/LC_MESSAGES/mate-control-center.mo
495share/locale/si/LC_MESSAGES/mate-control-center.mo 496share/locale/si/LC_MESSAGES/mate-control-center.mo
496share/locale/sk/LC_MESSAGES/mate-control-center.mo 497share/locale/sk/LC_MESSAGES/mate-control-center.mo
497share/locale/sl/LC_MESSAGES/mate-control-center.mo 498share/locale/sl/LC_MESSAGES/mate-control-center.mo
498share/locale/sq/LC_MESSAGES/mate-control-center.mo 499share/locale/sq/LC_MESSAGES/mate-control-center.mo
499share/locale/sr/LC_MESSAGES/mate-control-center.mo 500share/locale/sr/LC_MESSAGES/mate-control-center.mo
500share/locale/sr@latin/LC_MESSAGES/mate-control-center.mo 501share/locale/sr@latin/LC_MESSAGES/mate-control-center.mo
501share/locale/sv/LC_MESSAGES/mate-control-center.mo 502share/locale/sv/LC_MESSAGES/mate-control-center.mo
502share/locale/ta/LC_MESSAGES/mate-control-center.mo 503share/locale/ta/LC_MESSAGES/mate-control-center.mo
503share/locale/te/LC_MESSAGES/mate-control-center.mo 504share/locale/te/LC_MESSAGES/mate-control-center.mo
504share/locale/th/LC_MESSAGES/mate-control-center.mo 505share/locale/th/LC_MESSAGES/mate-control-center.mo
505share/locale/tr/LC_MESSAGES/mate-control-center.mo 506share/locale/tr/LC_MESSAGES/mate-control-center.mo
506share/locale/ug/LC_MESSAGES/mate-control-center.mo 507share/locale/ug/LC_MESSAGES/mate-control-center.mo
507share/locale/uk/LC_MESSAGES/mate-control-center.mo 508share/locale/uk/LC_MESSAGES/mate-control-center.mo
508share/locale/ur/LC_MESSAGES/mate-control-center.mo 509share/locale/ur/LC_MESSAGES/mate-control-center.mo
509share/locale/uz/LC_MESSAGES/mate-control-center.mo 510share/locale/uz/LC_MESSAGES/mate-control-center.mo
510share/locale/uz@cyrillic/LC_MESSAGES/mate-control-center.mo 
511share/locale/vi/LC_MESSAGES/mate-control-center.mo 511share/locale/vi/LC_MESSAGES/mate-control-center.mo
512share/locale/wa/LC_MESSAGES/mate-control-center.mo 512share/locale/wa/LC_MESSAGES/mate-control-center.mo
513share/locale/xh/LC_MESSAGES/mate-control-center.mo 513share/locale/xh/LC_MESSAGES/mate-control-center.mo
514share/locale/zh_CN/LC_MESSAGES/mate-control-center.mo 514share/locale/zh_CN/LC_MESSAGES/mate-control-center.mo
515share/locale/zh_HK/LC_MESSAGES/mate-control-center.mo 515share/locale/zh_HK/LC_MESSAGES/mate-control-center.mo
516share/locale/zh_TW/LC_MESSAGES/mate-control-center.mo 516share/locale/zh_TW/LC_MESSAGES/mate-control-center.mo
517share/locale/zu/LC_MESSAGES/mate-control-center.mo 517share/locale/zu/LC_MESSAGES/mate-control-center.mo
518share/mate-control-center/keybindings/00-multimedia-key.xml 518share/mate-control-center/keybindings/00-multimedia-key.xml
519share/mate-control-center/keybindings/01-desktop-key.xml 519share/mate-control-center/keybindings/01-desktop-key.xml
520share/mate-control-center/pixmaps/at-startup.png 520share/mate-control-center/pixmaps/at-startup.png
521share/mate-control-center/pixmaps/at-support.png 521share/mate-control-center/pixmaps/at-support.png
522share/mate-control-center/pixmaps/bar-disabled.png 522share/mate-control-center/pixmaps/bar-disabled.png
523share/mate-control-center/pixmaps/bar-green.png 523share/mate-control-center/pixmaps/bar-green.png
524share/mate-control-center/pixmaps/bar-red.png 524share/mate-control-center/pixmaps/bar-red.png
525share/mate-control-center/pixmaps/bar.png 525share/mate-control-center/pixmaps/bar.png
526share/mate-control-center/pixmaps/double-click-maybe.png 526share/mate-control-center/pixmaps/double-click-maybe.png
527share/mate-control-center/pixmaps/double-click-off.png 527share/mate-control-center/pixmaps/double-click-off.png
528share/mate-control-center/pixmaps/double-click-on.png 528share/mate-control-center/pixmaps/double-click-on.png
529share/mate-control-center/pixmaps/gtk-theme-thumbnailing.png 529share/mate-control-center/pixmaps/gtk-theme-thumbnailing.png
530share/mate-control-center/pixmaps/icon-theme-thumbnailing.png 530share/mate-control-center/pixmaps/icon-theme-thumbnailing.png
531share/mate-control-center/pixmaps/left-index-finger.png 531share/mate-control-center/pixmaps/left-index-finger.png
532share/mate-control-center/pixmaps/left-index-finger.svg 532share/mate-control-center/pixmaps/left-index-finger.svg
533share/mate-control-center/pixmaps/left-little-finger.png 533share/mate-control-center/pixmaps/left-little-finger.png
534share/mate-control-center/pixmaps/left-little-finger.svg 534share/mate-control-center/pixmaps/left-little-finger.svg
535share/mate-control-center/pixmaps/left-middle-finger.png 535share/mate-control-center/pixmaps/left-middle-finger.png
536share/mate-control-center/pixmaps/left-middle-finger.svg 536share/mate-control-center/pixmaps/left-middle-finger.svg
537share/mate-control-center/pixmaps/left-ring-finger.png 537share/mate-control-center/pixmaps/left-ring-finger.png
538share/mate-control-center/pixmaps/left-ring-finger.svg 538share/mate-control-center/pixmaps/left-ring-finger.svg
539share/mate-control-center/pixmaps/left-thumb.png 539share/mate-control-center/pixmaps/left-thumb.png
540share/mate-control-center/pixmaps/left-thumb.svg 540share/mate-control-center/pixmaps/left-thumb.svg
541share/mate-control-center/pixmaps/mouse-cursor-normal-large.png 541share/mate-control-center/pixmaps/mouse-cursor-normal-large.png
542share/mate-control-center/pixmaps/mouse-cursor-normal.png 542share/mate-control-center/pixmaps/mouse-cursor-normal.png
543share/mate-control-center/pixmaps/mouse-cursor-white-large.png 543share/mate-control-center/pixmaps/mouse-cursor-white-large.png
544share/mate-control-center/pixmaps/mouse-cursor-white.png 544share/mate-control-center/pixmaps/mouse-cursor-white.png
545share/mate-control-center/pixmaps/ocean-stripes.png 545share/mate-control-center/pixmaps/ocean-stripes.png
546share/mate-control-center/pixmaps/print_error.png 546share/mate-control-center/pixmaps/print_error.png
547share/mate-control-center/pixmaps/print_error.svg 547share/mate-control-center/pixmaps/print_error.svg
548share/mate-control-center/pixmaps/print_ok.png 548share/mate-control-center/pixmaps/print_ok.png
549share/mate-control-center/pixmaps/print_ok.svg 549share/mate-control-center/pixmaps/print_ok.svg
550share/mate-control-center/pixmaps/right-index-finger.png 550share/mate-control-center/pixmaps/right-index-finger.png
551share/mate-control-center/pixmaps/right-index-finger.svg 551share/mate-control-center/pixmaps/right-index-finger.svg
552share/mate-control-center/pixmaps/right-little-finger.png 552share/mate-control-center/pixmaps/right-little-finger.png
553share/mate-control-center/pixmaps/right-little-finger.svg 553share/mate-control-center/pixmaps/right-little-finger.svg
554share/mate-control-center/pixmaps/right-middle-finger.png 554share/mate-control-center/pixmaps/right-middle-finger.png
555share/mate-control-center/pixmaps/right-middle-finger.svg 555share/mate-control-center/pixmaps/right-middle-finger.svg
556share/mate-control-center/pixmaps/right-ring-finger.png 556share/mate-control-center/pixmaps/right-ring-finger.png
557share/mate-control-center/pixmaps/right-ring-finger.svg 557share/mate-control-center/pixmaps/right-ring-finger.svg
558share/mate-control-center/pixmaps/right-thumb.png 558share/mate-control-center/pixmaps/right-thumb.png
559share/mate-control-center/pixmaps/right-thumb.svg 559share/mate-control-center/pixmaps/right-thumb.svg
560share/mate-control-center/pixmaps/subpixel-bgr.png 560share/mate-control-center/pixmaps/subpixel-bgr.png
561share/mate-control-center/pixmaps/subpixel-rgb.png 561share/mate-control-center/pixmaps/subpixel-rgb.png
562share/mate-control-center/pixmaps/subpixel-vbgr.png 562share/mate-control-center/pixmaps/subpixel-vbgr.png
563share/mate-control-center/pixmaps/subpixel-vrgb.png 563share/mate-control-center/pixmaps/subpixel-vrgb.png
564share/mate-control-center/pixmaps/theme-thumbnailing.png 564share/mate-control-center/pixmaps/theme-thumbnailing.png
565share/mate-control-center/pixmaps/window-theme-thumbnailing.png 565share/mate-control-center/pixmaps/window-theme-thumbnailing.png
566share/mate-control-center/ui/appearance.ui 566share/mate-control-center/ui/appearance.ui
567share/mate-control-center/ui/at-enable-dialog.ui 567share/mate-control-center/ui/at-enable-dialog.ui
568share/mate-control-center/ui/display-capplet.ui 568share/mate-control-center/ui/display-capplet.ui
569share/mate-control-center/ui/mate-about-me-dialog.ui 569share/mate-control-center/ui/mate-about-me-dialog.ui
570share/mate-control-center/ui/mate-about-me-fingerprint.ui 570share/mate-control-center/ui/mate-about-me-fingerprint.ui
571share/mate-control-center/ui/mate-about-me-password.ui 571share/mate-control-center/ui/mate-about-me-password.ui
572share/mate-control-center/ui/mate-default-applications-properties.ui 572share/mate-control-center/ui/mate-default-applications-properties.ui
573share/mate-control-center/ui/mate-keybinding-properties.ui 573share/mate-control-center/ui/mate-keybinding-properties.ui
574share/mate-control-center/ui/mate-keyboard-properties-a11y-notifications.ui 574share/mate-control-center/ui/mate-keyboard-properties-a11y-notifications.ui
575share/mate-control-center/ui/mate-keyboard-properties-dialog.ui 575share/mate-control-center/ui/mate-keyboard-properties-dialog.ui
576share/mate-control-center/ui/mate-keyboard-properties-layout-chooser.ui 576share/mate-control-center/ui/mate-keyboard-properties-layout-chooser.ui
577share/mate-control-center/ui/mate-keyboard-properties-model-chooser.ui 577share/mate-control-center/ui/mate-keyboard-properties-model-chooser.ui
578share/mate-control-center/ui/mate-keyboard-properties-options-dialog.ui 578share/mate-control-center/ui/mate-keyboard-properties-options-dialog.ui
579share/mate-control-center/ui/mate-mouse-properties.ui 579share/mate-control-center/ui/mate-mouse-properties.ui
580share/mate-control-center/ui/mate-network-properties.ui 580share/mate-control-center/ui/mate-network-properties.ui
581share/mate/cursor-fonts/cursor-large-white.pcf 
582share/mate/cursor-fonts/cursor-large.pcf 
583share/mate/cursor-fonts/cursor-white.pcf 
584share/mime/packages/mate-theme-package.xml 581share/mime/packages/mate-theme-package.xml
585share/polkit-1/actions/org.mate.randr.policy 582share/polkit-1/actions/org.mate.randr.policy
586share/thumbnailers/mate-font-viewer.thumbnailer 583share/thumbnailers/mate-font-viewer.thumbnailer

cvs diff -r1.1 -r1.2 pkgsrc/x11/mate-control-center/distinfo (switch to unified diff)

--- pkgsrc/x11/mate-control-center/distinfo 2016/05/21 18:51:11 1.1
+++ pkgsrc/x11/mate-control-center/distinfo 2017/06/23 17:17:09 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2016/05/21 18:51:11 youri Exp $ 1$NetBSD: distinfo,v 1.2 2017/06/23 17:17:09 youri Exp $
2 2
3SHA1 (mate-control-center-1.14.0.tar.xz) = 4e02c9461fbdf7acf4bca015199e8bfedb11a278 3SHA1 (mate-control-center-1.18.2.tar.xz) = c7110c13db879eb84e6992a3f22074fd2e1f7e7c
4RMD160 (mate-control-center-1.14.0.tar.xz) = c61f2b94a15600e7a1d3feed5e3cb599aa94ba9f 4RMD160 (mate-control-center-1.18.2.tar.xz) = 543547939733ec2468941e31cb3d2fa9f011de68
5SHA512 (mate-control-center-1.14.0.tar.xz) = b0739d782b08c380dce5ffe3fd3fa97ae4c6e0ba7225f9af5f72bea160ffecd0d14ee27d9187df88326c77b5e8537aaad072321d2cd23d50e34c14f794efa878 5SHA512 (mate-control-center-1.18.2.tar.xz) = 0acc6d775aa26dd0265ddab80317b2ddd2f027394b55574e29e6ad233b8711bc0984803f76f2cbaeed2bfd2b4397cd5143d5540908f5078080a1749290dac7ab
6Size (mate-control-center-1.14.0.tar.xz) = 1380000 bytes 6Size (mate-control-center-1.18.2.tar.xz) = 1351644 bytes