diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-10 21:11:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-10 21:11:28 +0800 |
commit | 3761632256513b360840682e11bfe0eefc3d944a (patch) | |
tree | e98877eaeb5e2a44f00691183c3f6564168e2955 /sysutils/mate-control-center | |
parent | d2d283e35fcb6b012017d787831b1fb455445106 (diff) | |
download | freebsd-ports-gnome-3761632256513b360840682e11bfe0eefc3d944a.tar.gz freebsd-ports-gnome-3761632256513b360840682e11bfe0eefc3d944a.tar.zst freebsd-ports-gnome-3761632256513b360840682e11bfe0eefc3d944a.zip |
Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org)
Diffstat (limited to 'sysutils/mate-control-center')
-rw-r--r-- | sysutils/mate-control-center/Makefile | 32 | ||||
-rw-r--r-- | sysutils/mate-control-center/distinfo | 4 | ||||
-rw-r--r-- | sysutils/mate-control-center/files/patch-configure | 42 | ||||
-rw-r--r-- | sysutils/mate-control-center/pkg-plist | 468 |
4 files changed, 388 insertions, 158 deletions
diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile index ade35f4574e4..40e8e49f53d0 100644 --- a/sysutils/mate-control-center/Makefile +++ b/sysutils/mate-control-center/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mate-control-center -PORTVERSION= 1.6.1 -PORTREVISION= 4 +PORTVERSION= 1.8.1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -11,6 +10,7 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Control center for MATE project +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ libdbus-1.so:${PORTSDIR}/devel/dbus \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ @@ -22,45 +22,25 @@ PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ shared-mime-info tar:xz -USE_MATE= desktop docutils libmatekbd marco menus settingsdaemon +USE_MATE= desktop libmatekbd marco menus settingsdaemon USE_XORG= x11 xcursor xext xxf86misc xft xi xrandr xscrnsaver -USE_GNOME= dconf glib20 gnomehier gtk20 intlhack libxml2 librsvg2 pango -INSTALLS_OMF= yes +USE_GNOME= dconf glib20 gnomehier gtk20 intlhack libxml2 librsvg2 \ + pango USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-appindicator=no INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.control-center.gschema.xml \ org.mate.control-center.keybinding.gschema.xml -FIX_FILES= capplets/accessibility/at-properties \ - capplets/display \ - capplets/keyboard capplets/windows - post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/capplets/common/mate-theme-info.c @${REINPLACE_CMD} -e 's|/usr/sbin|${PREFIX}/sbin|g' \ ${WRKSRC}/capplets/display/org.mate.randr.policy.in -.for dir in ${FIX_FILES} - @${REINPLACE_CMD} -e 's|Desktop_in_files = |Desktop_in_files = mate-|g' \ - ${WRKSRC}/${dir}/Makefile.in -.endfor - @${MV} ${WRKSRC}/capplets/accessibility/at-properties/at-properties.desktop.in.in \ - ${WRKSRC}/capplets/accessibility/at-properties/mate-at-properties.desktop.in.in - @${MV} ${WRKSRC}/capplets/display/display-properties.desktop.in.in \ - ${WRKSRC}/capplets/display/mate-display-properties.desktop.in.in - @${MV} ${WRKSRC}/capplets/keyboard/keyboard.desktop.in.in \ - ${WRKSRC}/capplets/keyboard/mate-keyboard.desktop.in.in - @${MV} ${WRKSRC}/capplets/windows/window-properties.desktop.in.in \ - ${WRKSRC}/capplets/windows/mate-window-properties.desktop.in.in - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmate-window-settings.so.1 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/window-manager-settings/libmarco.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libslab.so.0 .include <bsd.port.mk> diff --git a/sysutils/mate-control-center/distinfo b/sysutils/mate-control-center/distinfo index 4e0e31f4efaa..2ae21b83904b 100644 --- a/sysutils/mate-control-center/distinfo +++ b/sysutils/mate-control-center/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-control-center-1.6.1.tar.xz) = 1e6fce881187d99f46eee2bf304b55fd74c60cb1ecaf687c709b1477122c1220 -SIZE (mate/mate-control-center-1.6.1.tar.xz) = 1275652 +SHA256 (mate/mate-control-center-1.8.1.tar.xz) = caf482b5944680b5f3e03334bd5932d2f7befda1855d0abb2aef73fbe9e5e8f0 +SIZE (mate/mate-control-center-1.8.1.tar.xz) = 1306504 diff --git a/sysutils/mate-control-center/files/patch-configure b/sysutils/mate-control-center/files/patch-configure deleted file mode 100644 index 212c150fea3b..000000000000 --- a/sysutils/mate-control-center/files/patch-configure +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.orig 2013-10-19 02:27:28.000000000 +0200 -+++ configure 2013-10-19 02:26:55.000000000 +0200 -@@ -18140,7 +18140,7 @@ - ENABLE_UBUNTU=no - fi - --ac_config_files="$ac_config_files Makefile capplets/Makefile capplets/about-me/Makefile capplets/about-me/mate-about-me.desktop.in capplets/about-me/icons/Makefile capplets/accessibility/Makefile capplets/accessibility/at-properties/at-properties.desktop.in capplets/accessibility/at-properties/Makefile capplets/appearance/Makefile capplets/appearance/data/Makefile capplets/appearance/data/mate-appearance-properties.desktop.in capplets/appearance/data/mate-theme-installer.desktop.in capplets/common/Makefile capplets/default-applications/Makefile capplets/default-applications/mate-default-applications-properties.desktop.in capplets/default-applications/mate-default-applications.pc capplets/display/Makefile capplets/display/display-properties.desktop.in capplets/keybindings/Makefile capplets/keybindings/mate-keybindings.pc capplets/keybindings/mate-keybinding.desktop.in capplets/keyboard/Makefile capplets/keyboard/keyboard.desktop.in capplets/mouse/Makefile capplets/mouse/mate-settings-mouse.desktop.in capplets/network/Makefile capplets/network/mate-network-properties.desktop.in capplets/windows/Makefile capplets/windows/window-properties.desktop.in font-viewer/Makefile font-viewer/mate-font-viewer.desktop.in help/Makefile libwindow-settings/Makefile libwindow-settings/mate-window-settings-2.0.pc po/Makefile.in libslab/libslab.pc libslab/Makefile shell/Makefile shell/matecc.desktop.in typing-break/Makefile" -+ac_config_files="$ac_config_files Makefile capplets/Makefile capplets/about-me/Makefile capplets/about-me/mate-about-me.desktop.in capplets/about-me/icons/Makefile capplets/accessibility/Makefile capplets/accessibility/at-properties/mate-at-properties.desktop.in capplets/accessibility/at-properties/Makefile capplets/appearance/Makefile capplets/appearance/data/Makefile capplets/appearance/data/mate-appearance-properties.desktop.in capplets/appearance/data/mate-theme-installer.desktop.in capplets/common/Makefile capplets/default-applications/Makefile capplets/default-applications/mate-default-applications-properties.desktop.in capplets/default-applications/mate-default-applications.pc capplets/display/Makefile capplets/display/mate-display-properties.desktop.in capplets/keybindings/Makefile capplets/keybindings/mate-keybindings.pc capplets/keybindings/mate-keybinding.desktop.in capplets/keyboard/Makefile capplets/keyboard/mate-keyboard.desktop.in capplets/mouse/Makefile capplets/mouse/mate-settings-mouse.desktop.in capplets/network/Makefile capplets/network/mate-network-properties.desktop.in capplets/windows/Makefile capplets/windows/mate-window-properties.desktop.in font-viewer/Makefile font-viewer/mate-font-viewer.desktop.in help/Makefile libwindow-settings/Makefile libwindow-settings/mate-window-settings-2.0.pc po/Makefile.in libslab/libslab.pc libslab/Makefile shell/Makefile shell/matecc.desktop.in typing-break/Makefile" - - - cat >confcache <<\_ACEOF -@@ -19204,7 +19204,7 @@ - "capplets/about-me/mate-about-me.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/about-me/mate-about-me.desktop.in" ;; - "capplets/about-me/icons/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/about-me/icons/Makefile" ;; - "capplets/accessibility/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/Makefile" ;; -- "capplets/accessibility/at-properties/at-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/at-properties/at-properties.desktop.in" ;; -+ "capplets/accessibility/at-properties/mate-at-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/at-properties/mate-at-properties.desktop.in" ;; - "capplets/accessibility/at-properties/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/at-properties/Makefile" ;; - "capplets/appearance/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/appearance/Makefile" ;; - "capplets/appearance/data/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/appearance/data/Makefile" ;; -@@ -19215,18 +19215,18 @@ - "capplets/default-applications/mate-default-applications-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/default-applications/mate-default-applications-properties.desktop.in" ;; - "capplets/default-applications/mate-default-applications.pc") CONFIG_FILES="$CONFIG_FILES capplets/default-applications/mate-default-applications.pc" ;; - "capplets/display/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/display/Makefile" ;; -- "capplets/display/display-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/display/display-properties.desktop.in" ;; -+ "capplets/display/mate-display-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/display/mate-display-properties.desktop.in" ;; - "capplets/keybindings/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/keybindings/Makefile" ;; - "capplets/keybindings/mate-keybindings.pc") CONFIG_FILES="$CONFIG_FILES capplets/keybindings/mate-keybindings.pc" ;; - "capplets/keybindings/mate-keybinding.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/keybindings/mate-keybinding.desktop.in" ;; - "capplets/keyboard/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/keyboard/Makefile" ;; -- "capplets/keyboard/keyboard.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/keyboard/keyboard.desktop.in" ;; -+ "capplets/keyboard/mate-keyboard.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/keyboard/mate-keyboard.desktop.in" ;; - "capplets/mouse/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/mouse/Makefile" ;; - "capplets/mouse/mate-settings-mouse.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/mouse/mate-settings-mouse.desktop.in" ;; - "capplets/network/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/network/Makefile" ;; - "capplets/network/mate-network-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/network/mate-network-properties.desktop.in" ;; - "capplets/windows/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/windows/Makefile" ;; -- "capplets/windows/window-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/windows/window-properties.desktop.in" ;; -+ "capplets/windows/mate-window-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/windows/mate-window-properties.desktop.in" ;; - "font-viewer/Makefile") CONFIG_FILES="$CONFIG_FILES font-viewer/Makefile" ;; - "font-viewer/mate-font-viewer.desktop.in") CONFIG_FILES="$CONFIG_FILES font-viewer/mate-font-viewer.desktop.in" ;; - "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;; diff --git a/sysutils/mate-control-center/pkg-plist b/sysutils/mate-control-center/pkg-plist index 2e7ecc7c571e..c47cf821a3a4 100644 --- a/sysutils/mate-control-center/pkg-plist +++ b/sysutils/mate-control-center/pkg-plist @@ -70,6 +70,328 @@ share/applications/mate-theme-installer.desktop share/applications/mate-window-properties.desktop share/applications/matecc.desktop share/desktop-directories/matecc.directory +share/help/C/mate-control-center/config-accessibility-keyboard.xml +share/help/C/mate-control-center/config-background.xml +share/help/C/mate-control-center/config-behavior.xml +share/help/C/mate-control-center/config-cds.xml +share/help/C/mate-control-center/config-default-apps.xml +share/help/C/mate-control-center/config-file-type.xml +share/help/C/mate-control-center/config-hints.xml +share/help/C/mate-control-center/config-html.xml +share/help/C/mate-control-center/config-kbd.xml +share/help/C/mate-control-center/config-keybindings.xml +share/help/C/mate-control-center/config-mouse.xml +share/help/C/mate-control-center/config-screensaver.xml +share/help/C/mate-control-center/config-themes.xml +share/help/C/mate-control-center/index.docbook +share/help/ca/mate-control-center/config-accessibility-keyboard.xml +share/help/ca/mate-control-center/config-background.xml +share/help/ca/mate-control-center/config-behavior.xml +share/help/ca/mate-control-center/config-cds.xml +share/help/ca/mate-control-center/config-default-apps.xml +share/help/ca/mate-control-center/config-file-type.xml +share/help/ca/mate-control-center/config-hints.xml +share/help/ca/mate-control-center/config-html.xml +share/help/ca/mate-control-center/config-kbd.xml +share/help/ca/mate-control-center/config-keybindings.xml +share/help/ca/mate-control-center/config-mouse.xml +share/help/ca/mate-control-center/config-screensaver.xml +share/help/ca/mate-control-center/config-themes.xml +share/help/ca/mate-control-center/index.docbook +share/help/ca@valencia/mate-control-center/config-accessibility-keyboard.xml +share/help/ca@valencia/mate-control-center/config-background.xml +share/help/ca@valencia/mate-control-center/config-behavior.xml +share/help/ca@valencia/mate-control-center/config-cds.xml +share/help/ca@valencia/mate-control-center/config-default-apps.xml +share/help/ca@valencia/mate-control-center/config-file-type.xml +share/help/ca@valencia/mate-control-center/config-hints.xml +share/help/ca@valencia/mate-control-center/config-html.xml +share/help/ca@valencia/mate-control-center/config-kbd.xml +share/help/ca@valencia/mate-control-center/config-keybindings.xml +share/help/ca@valencia/mate-control-center/config-mouse.xml +share/help/ca@valencia/mate-control-center/config-screensaver.xml +share/help/ca@valencia/mate-control-center/config-themes.xml +share/help/ca@valencia/mate-control-center/index.docbook +share/help/cs/mate-control-center/config-accessibility-keyboard.xml +share/help/cs/mate-control-center/config-background.xml +share/help/cs/mate-control-center/config-behavior.xml +share/help/cs/mate-control-center/config-cds.xml +share/help/cs/mate-control-center/config-default-apps.xml +share/help/cs/mate-control-center/config-file-type.xml +share/help/cs/mate-control-center/config-hints.xml +share/help/cs/mate-control-center/config-html.xml +share/help/cs/mate-control-center/config-kbd.xml +share/help/cs/mate-control-center/config-keybindings.xml +share/help/cs/mate-control-center/config-mouse.xml +share/help/cs/mate-control-center/config-screensaver.xml +share/help/cs/mate-control-center/config-themes.xml +share/help/cs/mate-control-center/index.docbook +share/help/de/mate-control-center/config-accessibility-keyboard.xml +share/help/de/mate-control-center/config-background.xml +share/help/de/mate-control-center/config-behavior.xml +share/help/de/mate-control-center/config-cds.xml +share/help/de/mate-control-center/config-default-apps.xml +share/help/de/mate-control-center/config-file-type.xml +share/help/de/mate-control-center/config-hints.xml +share/help/de/mate-control-center/config-html.xml +share/help/de/mate-control-center/config-kbd.xml +share/help/de/mate-control-center/config-keybindings.xml +share/help/de/mate-control-center/config-mouse.xml +share/help/de/mate-control-center/config-screensaver.xml +share/help/de/mate-control-center/config-themes.xml +share/help/de/mate-control-center/index.docbook +share/help/el/mate-control-center/config-accessibility-keyboard.xml +share/help/el/mate-control-center/config-background.xml +share/help/el/mate-control-center/config-behavior.xml +share/help/el/mate-control-center/config-cds.xml +share/help/el/mate-control-center/config-default-apps.xml +share/help/el/mate-control-center/config-file-type.xml +share/help/el/mate-control-center/config-hints.xml +share/help/el/mate-control-center/config-html.xml +share/help/el/mate-control-center/config-kbd.xml +share/help/el/mate-control-center/config-keybindings.xml +share/help/el/mate-control-center/config-mouse.xml +share/help/el/mate-control-center/config-screensaver.xml +share/help/el/mate-control-center/config-themes.xml +share/help/el/mate-control-center/index.docbook +share/help/en_GB/mate-control-center/config-accessibility-keyboard.xml +share/help/en_GB/mate-control-center/config-background.xml +share/help/en_GB/mate-control-center/config-behavior.xml +share/help/en_GB/mate-control-center/config-cds.xml +share/help/en_GB/mate-control-center/config-default-apps.xml +share/help/en_GB/mate-control-center/config-file-type.xml +share/help/en_GB/mate-control-center/config-hints.xml +share/help/en_GB/mate-control-center/config-html.xml +share/help/en_GB/mate-control-center/config-kbd.xml +share/help/en_GB/mate-control-center/config-keybindings.xml +share/help/en_GB/mate-control-center/config-mouse.xml +share/help/en_GB/mate-control-center/config-screensaver.xml +share/help/en_GB/mate-control-center/config-themes.xml +share/help/en_GB/mate-control-center/index.docbook +share/help/es/mate-control-center/config-accessibility-keyboard.xml +share/help/es/mate-control-center/config-background.xml +share/help/es/mate-control-center/config-behavior.xml +share/help/es/mate-control-center/config-cds.xml +share/help/es/mate-control-center/config-default-apps.xml +share/help/es/mate-control-center/config-file-type.xml +share/help/es/mate-control-center/config-hints.xml +share/help/es/mate-control-center/config-html.xml +share/help/es/mate-control-center/config-kbd.xml +share/help/es/mate-control-center/config-keybindings.xml +share/help/es/mate-control-center/config-mouse.xml +share/help/es/mate-control-center/config-screensaver.xml +share/help/es/mate-control-center/config-themes.xml +share/help/es/mate-control-center/index.docbook +share/help/fr/mate-control-center/config-accessibility-keyboard.xml +share/help/fr/mate-control-center/config-background.xml +share/help/fr/mate-control-center/config-behavior.xml +share/help/fr/mate-control-center/config-cds.xml +share/help/fr/mate-control-center/config-default-apps.xml +share/help/fr/mate-control-center/config-file-type.xml +share/help/fr/mate-control-center/config-hints.xml +share/help/fr/mate-control-center/config-html.xml +share/help/fr/mate-control-center/config-kbd.xml +share/help/fr/mate-control-center/config-keybindings.xml +share/help/fr/mate-control-center/config-mouse.xml +share/help/fr/mate-control-center/config-screensaver.xml +share/help/fr/mate-control-center/config-themes.xml +share/help/fr/mate-control-center/index.docbook +share/help/id/mate-control-center/config-accessibility-keyboard.xml +share/help/id/mate-control-center/config-background.xml +share/help/id/mate-control-center/config-behavior.xml +share/help/id/mate-control-center/config-cds.xml +share/help/id/mate-control-center/config-default-apps.xml +share/help/id/mate-control-center/config-file-type.xml +share/help/id/mate-control-center/config-hints.xml +share/help/id/mate-control-center/config-html.xml +share/help/id/mate-control-center/config-kbd.xml +share/help/id/mate-control-center/config-keybindings.xml +share/help/id/mate-control-center/config-mouse.xml +share/help/id/mate-control-center/config-screensaver.xml +share/help/id/mate-control-center/config-themes.xml +share/help/id/mate-control-center/index.docbook +share/help/it/mate-control-center/config-accessibility-keyboard.xml +share/help/it/mate-control-center/config-background.xml +share/help/it/mate-control-center/config-behavior.xml +share/help/it/mate-control-center/config-cds.xml +share/help/it/mate-control-center/config-default-apps.xml +share/help/it/mate-control-center/config-file-type.xml +share/help/it/mate-control-center/config-hints.xml +share/help/it/mate-control-center/config-html.xml +share/help/it/mate-control-center/config-kbd.xml +share/help/it/mate-control-center/config-keybindings.xml +share/help/it/mate-control-center/config-mouse.xml +share/help/it/mate-control-center/config-screensaver.xml +share/help/it/mate-control-center/config-themes.xml +share/help/it/mate-control-center/index.docbook +share/help/ja/mate-control-center/config-accessibility-keyboard.xml +share/help/ja/mate-control-center/config-background.xml +share/help/ja/mate-control-center/config-behavior.xml +share/help/ja/mate-control-center/config-cds.xml +share/help/ja/mate-control-center/config-default-apps.xml +share/help/ja/mate-control-center/config-file-type.xml +share/help/ja/mate-control-center/config-hints.xml +share/help/ja/mate-control-center/config-html.xml +share/help/ja/mate-control-center/config-kbd.xml +share/help/ja/mate-control-center/config-keybindings.xml +share/help/ja/mate-control-center/config-mouse.xml +share/help/ja/mate-control-center/config-screensaver.xml +share/help/ja/mate-control-center/config-themes.xml +share/help/ja/mate-control-center/index.docbook +share/help/oc/mate-control-center/config-accessibility-keyboard.xml +share/help/oc/mate-control-center/config-background.xml +share/help/oc/mate-control-center/config-behavior.xml +share/help/oc/mate-control-center/config-cds.xml +share/help/oc/mate-control-center/config-default-apps.xml +share/help/oc/mate-control-center/config-file-type.xml +share/help/oc/mate-control-center/config-hints.xml +share/help/oc/mate-control-center/config-html.xml +share/help/oc/mate-control-center/config-kbd.xml +share/help/oc/mate-control-center/config-keybindings.xml +share/help/oc/mate-control-center/config-mouse.xml +share/help/oc/mate-control-center/config-screensaver.xml +share/help/oc/mate-control-center/config-themes.xml +share/help/oc/mate-control-center/index.docbook +share/help/pa/mate-control-center/config-accessibility-keyboard.xml +share/help/pa/mate-control-center/config-background.xml +share/help/pa/mate-control-center/config-behavior.xml +share/help/pa/mate-control-center/config-cds.xml +share/help/pa/mate-control-center/config-default-apps.xml +share/help/pa/mate-control-center/config-file-type.xml +share/help/pa/mate-control-center/config-hints.xml +share/help/pa/mate-control-center/config-html.xml +share/help/pa/mate-control-center/config-kbd.xml +share/help/pa/mate-control-center/config-keybindings.xml +share/help/pa/mate-control-center/config-mouse.xml +share/help/pa/mate-control-center/config-screensaver.xml +share/help/pa/mate-control-center/config-themes.xml +share/help/pa/mate-control-center/index.docbook +share/help/pl/mate-control-center/config-accessibility-keyboard.xml +share/help/pl/mate-control-center/config-background.xml +share/help/pl/mate-control-center/config-behavior.xml +share/help/pl/mate-control-center/config-cds.xml +share/help/pl/mate-control-center/config-default-apps.xml +share/help/pl/mate-control-center/config-file-type.xml +share/help/pl/mate-control-center/config-hints.xml +share/help/pl/mate-control-center/config-html.xml +share/help/pl/mate-control-center/config-kbd.xml +share/help/pl/mate-control-center/config-keybindings.xml +share/help/pl/mate-control-center/config-mouse.xml +share/help/pl/mate-control-center/config-screensaver.xml +share/help/pl/mate-control-center/config-themes.xml +share/help/pl/mate-control-center/index.docbook +share/help/pt/mate-control-center/config-accessibility-keyboard.xml +share/help/pt/mate-control-center/config-background.xml +share/help/pt/mate-control-center/config-behavior.xml +share/help/pt/mate-control-center/config-cds.xml +share/help/pt/mate-control-center/config-default-apps.xml +share/help/pt/mate-control-center/config-file-type.xml +share/help/pt/mate-control-center/config-hints.xml +share/help/pt/mate-control-center/config-html.xml +share/help/pt/mate-control-center/config-kbd.xml +share/help/pt/mate-control-center/config-keybindings.xml +share/help/pt/mate-control-center/config-mouse.xml +share/help/pt/mate-control-center/config-screensaver.xml +share/help/pt/mate-control-center/config-themes.xml +share/help/pt/mate-control-center/index.docbook +share/help/pt_BR/mate-control-center/config-accessibility-keyboard.xml +share/help/pt_BR/mate-control-center/config-background.xml +share/help/pt_BR/mate-control-center/config-behavior.xml +share/help/pt_BR/mate-control-center/config-cds.xml +share/help/pt_BR/mate-control-center/config-default-apps.xml +share/help/pt_BR/mate-control-center/config-file-type.xml +share/help/pt_BR/mate-control-center/config-hints.xml +share/help/pt_BR/mate-control-center/config-html.xml +share/help/pt_BR/mate-control-center/config-kbd.xml +share/help/pt_BR/mate-control-center/config-keybindings.xml +share/help/pt_BR/mate-control-center/config-mouse.xml +share/help/pt_BR/mate-control-center/config-screensaver.xml +share/help/pt_BR/mate-control-center/config-themes.xml +share/help/pt_BR/mate-control-center/index.docbook +share/help/ru/mate-control-center/config-accessibility-keyboard.xml +share/help/ru/mate-control-center/config-background.xml +share/help/ru/mate-control-center/config-behavior.xml +share/help/ru/mate-control-center/config-cds.xml +share/help/ru/mate-control-center/config-default-apps.xml +share/help/ru/mate-control-center/config-file-type.xml +share/help/ru/mate-control-center/config-hints.xml +share/help/ru/mate-control-center/config-html.xml +share/help/ru/mate-control-center/config-kbd.xml +share/help/ru/mate-control-center/config-keybindings.xml +share/help/ru/mate-control-center/config-mouse.xml +share/help/ru/mate-control-center/config-screensaver.xml +share/help/ru/mate-control-center/config-themes.xml +share/help/ru/mate-control-center/index.docbook +share/help/sv/mate-control-center/config-accessibility-keyboard.xml +share/help/sv/mate-control-center/config-background.xml +share/help/sv/mate-control-center/config-behavior.xml +share/help/sv/mate-control-center/config-cds.xml +share/help/sv/mate-control-center/config-default-apps.xml +share/help/sv/mate-control-center/config-file-type.xml +share/help/sv/mate-control-center/config-hints.xml +share/help/sv/mate-control-center/config-html.xml +share/help/sv/mate-control-center/config-kbd.xml +share/help/sv/mate-control-center/config-keybindings.xml +share/help/sv/mate-control-center/config-mouse.xml +share/help/sv/mate-control-center/config-screensaver.xml +share/help/sv/mate-control-center/config-themes.xml +share/help/sv/mate-control-center/index.docbook +share/help/th/mate-control-center/config-accessibility-keyboard.xml +share/help/th/mate-control-center/config-background.xml +share/help/th/mate-control-center/config-behavior.xml +share/help/th/mate-control-center/config-cds.xml +share/help/th/mate-control-center/config-default-apps.xml +share/help/th/mate-control-center/config-file-type.xml +share/help/th/mate-control-center/config-hints.xml +share/help/th/mate-control-center/config-html.xml +share/help/th/mate-control-center/config-kbd.xml +share/help/th/mate-control-center/config-keybindings.xml +share/help/th/mate-control-center/config-mouse.xml +share/help/th/mate-control-center/config-screensaver.xml +share/help/th/mate-control-center/config-themes.xml +share/help/th/mate-control-center/index.docbook +share/help/uk/mate-control-center/config-accessibility-keyboard.xml +share/help/uk/mate-control-center/config-background.xml +share/help/uk/mate-control-center/config-behavior.xml +share/help/uk/mate-control-center/config-cds.xml +share/help/uk/mate-control-center/config-default-apps.xml +share/help/uk/mate-control-center/config-file-type.xml +share/help/uk/mate-control-center/config-hints.xml +share/help/uk/mate-control-center/config-html.xml +share/help/uk/mate-control-center/config-kbd.xml +share/help/uk/mate-control-center/config-keybindings.xml +share/help/uk/mate-control-center/config-mouse.xml +share/help/uk/mate-control-center/config-screensaver.xml +share/help/uk/mate-control-center/config-themes.xml +share/help/uk/mate-control-center/index.docbook +share/help/vi/mate-control-center/config-accessibility-keyboard.xml +share/help/vi/mate-control-center/config-background.xml +share/help/vi/mate-control-center/config-behavior.xml +share/help/vi/mate-control-center/config-cds.xml +share/help/vi/mate-control-center/config-default-apps.xml +share/help/vi/mate-control-center/config-file-type.xml +share/help/vi/mate-control-center/config-hints.xml +share/help/vi/mate-control-center/config-html.xml +share/help/vi/mate-control-center/config-kbd.xml +share/help/vi/mate-control-center/config-keybindings.xml +share/help/vi/mate-control-center/config-mouse.xml +share/help/vi/mate-control-center/config-screensaver.xml +share/help/vi/mate-control-center/config-themes.xml +share/help/vi/mate-control-center/index.docbook +share/help/zh_CN/mate-control-center/config-accessibility-keyboard.xml +share/help/zh_CN/mate-control-center/config-background.xml +share/help/zh_CN/mate-control-center/config-behavior.xml +share/help/zh_CN/mate-control-center/config-cds.xml +share/help/zh_CN/mate-control-center/config-default-apps.xml +share/help/zh_CN/mate-control-center/config-file-type.xml +share/help/zh_CN/mate-control-center/config-hints.xml +share/help/zh_CN/mate-control-center/config-html.xml +share/help/zh_CN/mate-control-center/config-kbd.xml +share/help/zh_CN/mate-control-center/config-keybindings.xml +share/help/zh_CN/mate-control-center/config-mouse.xml +share/help/zh_CN/mate-control-center/config-screensaver.xml +share/help/zh_CN/mate-control-center/config-themes.xml +share/help/zh_CN/mate-control-center/index.docbook share/icons/hicolor/16x16/apps/mate-network-properties.png share/icons/hicolor/16x16/apps/mate-preferences-desktop-display.png share/icons/hicolor/22x22/apps/mate-network-properties.png @@ -98,6 +420,7 @@ share/locale/br/LC_MESSAGES/mate-control-center.mo share/locale/bs/LC_MESSAGES/mate-control-center.mo share/locale/ca/LC_MESSAGES/mate-control-center.mo share/locale/ca@valencia/LC_MESSAGES/mate-control-center.mo +share/locale/cmn/LC_MESSAGES/mate-control-center.mo share/locale/crh/LC_MESSAGES/mate-control-center.mo share/locale/cs/LC_MESSAGES/mate-control-center.mo share/locale/cy/LC_MESSAGES/mate-control-center.mo @@ -132,6 +455,7 @@ share/locale/kk/LC_MESSAGES/mate-control-center.mo share/locale/kn/LC_MESSAGES/mate-control-center.mo share/locale/ko/LC_MESSAGES/mate-control-center.mo share/locale/ku/LC_MESSAGES/mate-control-center.mo +share/locale/ky/LC_MESSAGES/mate-control-center.mo share/locale/lt/LC_MESSAGES/mate-control-center.mo share/locale/lv/LC_MESSAGES/mate-control-center.mo share/locale/mai/LC_MESSAGES/mate-control-center.mo @@ -169,6 +493,7 @@ share/locale/th/LC_MESSAGES/mate-control-center.mo share/locale/tr/LC_MESSAGES/mate-control-center.mo share/locale/ug/LC_MESSAGES/mate-control-center.mo share/locale/uk/LC_MESSAGES/mate-control-center.mo +share/locale/ur/LC_MESSAGES/mate-control-center.mo share/locale/uz/LC_MESSAGES/mate-control-center.mo share/locale/uz@cyrillic/LC_MESSAGES/mate-control-center.mo share/locale/vi/LC_MESSAGES/mate-control-center.mo @@ -241,106 +566,20 @@ share/locale/zu/LC_MESSAGES/mate-control-center.mo %%DATADIR%%/ui/mate-keyboard-properties-options-dialog.ui %%DATADIR%%/ui/mate-mouse-properties.ui %%DATADIR%%/ui/mate-network-properties.ui -%%DATADIR%%/ui/mate-window-properties.ui share/mate/cursor-fonts/cursor-large-white.pcf share/mate/cursor-fonts/cursor-large.pcf share/mate/cursor-fonts/cursor-white.pcf -share/mate/help/mate-control-center/C/config-accessibility-keyboard.xml -share/mate/help/mate-control-center/C/config-background.xml -share/mate/help/mate-control-center/C/config-behavior.xml -share/mate/help/mate-control-center/C/config-cds.xml -share/mate/help/mate-control-center/C/config-default-apps.xml -share/mate/help/mate-control-center/C/config-file-type.xml -share/mate/help/mate-control-center/C/config-hints.xml -share/mate/help/mate-control-center/C/config-html.xml -share/mate/help/mate-control-center/C/config-kbd.xml -share/mate/help/mate-control-center/C/config-keybindings.xml -share/mate/help/mate-control-center/C/config-mouse.xml -share/mate/help/mate-control-center/C/config-screensaver.xml -share/mate/help/mate-control-center/C/config-themes.xml -share/mate/help/mate-control-center/C/mate-control-center.xml -share/mate/help/mate-control-center/ca/mate-control-center.xml -share/mate/help/mate-control-center/ca@valencia/mate-control-center.xml -share/mate/help/mate-control-center/cs/mate-control-center.xml -share/mate/help/mate-control-center/de/mate-control-center.xml -share/mate/help/mate-control-center/el/mate-control-center.xml -share/mate/help/mate-control-center/en_GB/mate-control-center.xml -share/mate/help/mate-control-center/es/mate-control-center.xml -share/mate/help/mate-control-center/fr/mate-control-center.xml -share/mate/help/mate-control-center/id/mate-control-center.xml -share/mate/help/mate-control-center/it/mate-control-center.xml -share/mate/help/mate-control-center/ja/mate-control-center.xml -share/mate/help/mate-control-center/oc/mate-control-center.xml -share/mate/help/mate-control-center/pa/mate-control-center.xml -share/mate/help/mate-control-center/pl/mate-control-center.xml -share/mate/help/mate-control-center/pt/mate-control-center.xml -share/mate/help/mate-control-center/pt_BR/mate-control-center.xml -share/mate/help/mate-control-center/ru/mate-control-center.xml -share/mate/help/mate-control-center/sv/mate-control-center.xml -share/mate/help/mate-control-center/th/mate-control-center.xml -share/mate/help/mate-control-center/uk/mate-control-center.xml -share/mate/help/mate-control-center/vi/mate-control-center.xml -share/mate/help/mate-control-center/zh_CN/mate-control-center.xml -share/mime/packages/mate-theme-package.xml -share/omf/mate-control-center/mate-control-center-C.omf -share/omf/mate-control-center/mate-control-center-ca.omf -share/omf/mate-control-center/mate-control-center-ca@valencia.omf -share/omf/mate-control-center/mate-control-center-cs.omf -share/omf/mate-control-center/mate-control-center-de.omf -share/omf/mate-control-center/mate-control-center-el.omf -share/omf/mate-control-center/mate-control-center-en_GB.omf -share/omf/mate-control-center/mate-control-center-es.omf -share/omf/mate-control-center/mate-control-center-fr.omf -share/omf/mate-control-center/mate-control-center-id.omf -share/omf/mate-control-center/mate-control-center-it.omf -share/omf/mate-control-center/mate-control-center-ja.omf -share/omf/mate-control-center/mate-control-center-oc.omf -share/omf/mate-control-center/mate-control-center-pa.omf -share/omf/mate-control-center/mate-control-center-pl.omf -share/omf/mate-control-center/mate-control-center-pt.omf -share/omf/mate-control-center/mate-control-center-pt_BR.omf -share/omf/mate-control-center/mate-control-center-ru.omf -share/omf/mate-control-center/mate-control-center-sv.omf -share/omf/mate-control-center/mate-control-center-th.omf -share/omf/mate-control-center/mate-control-center-uk.omf -share/omf/mate-control-center/mate-control-center-vi.omf -share/omf/mate-control-center/mate-control-center-zh_CN.omf share/polkit-1/actions/org.mate.randr.policy share/thumbnailers/mate-font-viewer.thumbnailer share/mime/application/x-mate-theme-package.xml +share/mime/packages/mate-theme-package.xml @dirrmtry share/thumbnailers @dirrmtry share/polkit-1/actions @dirrmtry share/polkit-1 -@dirrm share/omf/mate-control-center -@dirrm share/mate/help/mate-control-center/zh_CN -@dirrm share/mate/help/mate-control-center/vi -@dirrm share/mate/help/mate-control-center/uk -@dirrm share/mate/help/mate-control-center/th -@dirrm share/mate/help/mate-control-center/sv -@dirrm share/mate/help/mate-control-center/ru -@dirrm share/mate/help/mate-control-center/pt_BR -@dirrm share/mate/help/mate-control-center/pt -@dirrm share/mate/help/mate-control-center/pl -@dirrm share/mate/help/mate-control-center/pa -@dirrm share/mate/help/mate-control-center/oc -@dirrm share/mate/help/mate-control-center/ja -@dirrm share/mate/help/mate-control-center/it -@dirrm share/mate/help/mate-control-center/id -@dirrm share/mate/help/mate-control-center/fr -@dirrm share/mate/help/mate-control-center/es -@dirrm share/mate/help/mate-control-center/en_GB -@dirrm share/mate/help/mate-control-center/el -@dirrm share/mate/help/mate-control-center/de -@dirrm share/mate/help/mate-control-center/cs -@dirrm share/mate/help/mate-control-center/ca@valencia -@dirrm share/mate/help/mate-control-center/ca -@dirrm share/mate/help/mate-control-center/C -@dirrm share/mate/help/mate-control-center +@dirrmtry share/mime/application @dirrm share/mate/cursor-fonts @dirrm %%DATADIR%%/ui @dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/keybindings -@dirrm %%DATADIR%% @dirrmtry share/locale/zu/LC_MESSAGES @dirrmtry share/locale/zu @dirrmtry share/locale/zh_HK/LC_MESSAGES @@ -349,6 +588,8 @@ share/mime/application/x-mate-theme-package.xml @dirrmtry share/locale/xh @dirrmtry share/locale/uz@cyrillic/LC_MESSAGES @dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur @dirrmtry share/locale/ug/LC_MESSAGES @dirrmtry share/locale/ug @dirrmtry share/locale/te/LC_MESSAGES @@ -371,6 +612,8 @@ share/mime/application/x-mate-theme-package.xml @dirrmtry share/locale/mg @dirrmtry share/locale/mai/LC_MESSAGES @dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku @dirrmtry share/locale/kk/LC_MESSAGES @@ -381,6 +624,8 @@ share/mime/application/x-mate-theme-package.xml @dirrmtry share/locale/dz @dirrmtry share/locale/crh/LC_MESSAGES @dirrmtry share/locale/crh +@dirrmtry share/locale/cmn/LC_MESSAGES +@dirrmtry share/locale/cmn @dirrmtry share/locale/ca@valencia/LC_MESSAGES @dirrmtry share/locale/ca@valencia @dirrmtry share/locale/bn_IN/LC_MESSAGES @@ -391,6 +636,53 @@ share/mime/application/x-mate-theme-package.xml @dirrmtry share/locale/ast @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as +@dirrmtry share/help/zh_CN/mate-control-center +@dirrmtry share/help/zh_CN +@dirrmtry share/help/vi/mate-control-center +@dirrmtry share/help/vi +@dirrmtry share/help/uk/mate-control-center +@dirrmtry share/help/uk +@dirrmtry share/help/th/mate-control-center +@dirrmtry share/help/th +@dirrmtry share/help/sv/mate-control-center +@dirrmtry share/help/sv +@dirrmtry share/help/ru/mate-control-center +@dirrmtry share/help/ru +@dirrmtry share/help/pt_BR/mate-control-center +@dirrmtry share/help/pt_BR +@dirrmtry share/help/pt/mate-control-center +@dirrmtry share/help/pt +@dirrmtry share/help/pl/mate-control-center +@dirrmtry share/help/pl +@dirrmtry share/help/pa/mate-control-center +@dirrmtry share/help/pa +@dirrmtry share/help/oc/mate-control-center +@dirrmtry share/help/oc +@dirrmtry share/help/ja/mate-control-center +@dirrmtry share/help/ja +@dirrmtry share/help/it/mate-control-center +@dirrmtry share/help/it +@dirrmtry share/help/id/mate-control-center +@dirrmtry share/help/id +@dirrmtry share/help/fr/mate-control-center +@dirrmtry share/help/fr +@dirrmtry share/help/es/mate-control-center +@dirrmtry share/help/es +@dirrmtry share/help/en_GB/mate-control-center +@dirrmtry share/help/en_GB +@dirrmtry share/help/el/mate-control-center +@dirrmtry share/help/el +@dirrmtry share/help/de/mate-control-center +@dirrmtry share/help/de +@dirrmtry share/help/cs/mate-control-center +@dirrmtry share/help/cs +@dirrmtry share/help/ca@valencia/mate-control-center +@dirrmtry share/help/ca@valencia +@dirrmtry share/help/ca/mate-control-center +@dirrmtry share/help/ca +@dirrmtry share/help/C/mate-control-center +@dirrmtry share/help/C +@dirrmtry share/help @dirrmtry share/desktop-directories @dirrm lib/window-manager-settings @dirrm include/mate-window-settings-2.0 |