summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mate-control-center/Makefile21
-rw-r--r--sysutils/mate-control-center/distinfo5
-rw-r--r--sysutils/mate-control-center/files/patch-capplets_common_theme-thumbnail.c13
-rw-r--r--sysutils/mate-control-center/pkg-plist18
-rw-r--r--sysutils/mate-polkit/Makefile16
-rw-r--r--sysutils/mate-polkit/distinfo5
-rw-r--r--sysutils/mate-polkit/pkg-plist13
-rw-r--r--sysutils/mate-power-manager/Makefile16
-rw-r--r--sysutils/mate-power-manager/distinfo5
-rw-r--r--sysutils/mate-power-manager/files/patch-src_gpm-control.c26
-rw-r--r--sysutils/mate-power-manager/files/patch-src_gpm-engine.c14
-rw-r--r--sysutils/mate-power-manager/files/patch-src_gpm-statistics.c14
-rw-r--r--sysutils/mate-power-manager/pkg-plist15
-rw-r--r--sysutils/mate-settings-daemon/Makefile22
-rw-r--r--sysutils/mate-settings-daemon/distinfo5
-rw-r--r--sysutils/mate-settings-daemon/pkg-plist10
-rw-r--r--sysutils/mate-system-monitor/Makefile13
-rw-r--r--sysutils/mate-system-monitor/distinfo5
-rw-r--r--sysutils/mate-system-monitor/files/patch-src_lsof.cpp14
-rw-r--r--sysutils/mate-system-monitor/files/patch-src_procproperties.cpp20
-rw-r--r--sysutils/mate-system-monitor/pkg-plist16
21 files changed, 109 insertions, 177 deletions
diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile
index 3666ac9a3296..ced41405ac8a 100644
--- a/sysutils/mate-control-center/Makefile
+++ b/sysutils/mate-control-center/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-control-center
-PORTVERSION= 1.12.1
+PORTVERSION= 1.18.1
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -12,27 +12,28 @@ COMMENT= Control center for MATE project
BUILD_DEPENDS= itstool:textproc/itstool
LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \
+ libcanberra-gtk3.so:audio/libcanberra-gtk3 \
libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib \
- libunique-1.0.so:x11-toolkits/unique \
libxklavier.so:x11/libxklavier \
+ libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2 \
+ libstartup-notification-1.so:x11/startup-notification \
+ libunique-3.0.so:x11-toolkits/libunique3 \
libpolkit-gobject-1.so:sysutils/polkit
PORTSCOUT= limitw:1,even
-USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \
- shared-mime-info tar:xz
+USES= desktop-file-utils gettext gmake libtool localbase \
+ pathfix pkgconfig shared-mime-info tar:xz
USE_MATE= desktop libmatekbd marco menus settingsdaemon
-USE_XORG= x11 xcursor xext xxf86misc xft xi xrandr xscrnsaver
-USE_GNOME= dconf glib20 gtk20 intlhack libxml2 librsvg2 \
- pango
+USE_XORG= ice sm x11 xcursor xext xxf86misc xft xi xrandr xscrnsaver
+USE_GNOME= cairo dconf glib20 gtk30 intlhack libxml2 librsvg2 pango
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-appindicator=no \
- --with-gtk=2.0
+ --with-gtk=3.0
INSTALLS_ICONS= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.control-center.gschema.xml \
diff --git a/sysutils/mate-control-center/distinfo b/sysutils/mate-control-center/distinfo
index e8615e8e9abc..ffd3bf61d260 100644
--- a/sysutils/mate-control-center/distinfo
+++ b/sysutils/mate-control-center/distinfo
@@ -1,2 +1,3 @@
-SHA256 (mate/mate-control-center-1.12.1.tar.xz) = 851f08e69ec8f513b8971262a439c83ef837b2a7467690313672b6a9d9a179fb
-SIZE (mate/mate-control-center-1.12.1.tar.xz) = 1304732
+TIMESTAMP = 1491671361
+SHA256 (mate/mate-control-center-1.18.1.tar.xz) = 1d5c1fe4da8fc5c453d4d3d2b91e18c4dadd2baf65f4da167b27292e34874bd5
+SIZE (mate/mate-control-center-1.18.1.tar.xz) = 1343276
diff --git a/sysutils/mate-control-center/files/patch-capplets_common_theme-thumbnail.c b/sysutils/mate-control-center/files/patch-capplets_common_theme-thumbnail.c
deleted file mode 100644
index 96123ea4fa57..000000000000
--- a/sysutils/mate-control-center/files/patch-capplets_common_theme-thumbnail.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./capplets/common/theme-thumbnail.c.orig 2016-01-09 18:24:24.817763000 +0100
-+++ ./capplets/common/theme-thumbnail.c 2016-01-09 18:25:23.640259000 +0100
-@@ -145,9 +145,7 @@ static GdkPixmap* draw_window_on_pixbuf(
-
- gtk_widget_hide(widget);
-
--#if GTK_CHECK_VERSION (3, 0, 0)
-- return pixbuf;
--#else
-+#if !GTK_CHECK_VERSION (3, 0, 0)
- return pixmap;
- #endif
- }
diff --git a/sysutils/mate-control-center/pkg-plist b/sysutils/mate-control-center/pkg-plist
index 50ad4fecd845..26c58243a26b 100644
--- a/sysutils/mate-control-center/pkg-plist
+++ b/sysutils/mate-control-center/pkg-plist
@@ -12,7 +12,6 @@ bin/mate-network-properties
bin/mate-thumbnail-font
bin/mate-typing-monitor
bin/mate-window-properties
-etc/xdg/menus/mate-preferences-categories.menu
etc/xdg/menus/matecc.menu
include/libmate-slab/app-resizer.h
include/libmate-slab/app-shell.h
@@ -68,7 +67,6 @@ man/man1/mate-thumbnail-font.1.gz
man/man1/mate-typing-monitor.1.gz
man/man1/mate-window-properties.1.gz
sbin/mate-display-properties-install-systemwide
-share/MateConf/gsettings/mate-control-center.convert
share/applications/mate-about-me.desktop
share/applications/mate-appearance-properties.desktop
share/applications/mate-at-properties.desktop
@@ -426,7 +424,6 @@ share/locale/as/LC_MESSAGES/mate-control-center.mo
share/locale/ast/LC_MESSAGES/mate-control-center.mo
share/locale/az/LC_MESSAGES/mate-control-center.mo
share/locale/be/LC_MESSAGES/mate-control-center.mo
-share/locale/be@latin/LC_MESSAGES/mate-control-center.mo
share/locale/bg/LC_MESSAGES/mate-control-center.mo
share/locale/bn/LC_MESSAGES/mate-control-center.mo
share/locale/bn_IN/LC_MESSAGES/mate-control-center.mo
@@ -442,17 +439,20 @@ share/locale/da/LC_MESSAGES/mate-control-center.mo
share/locale/de/LC_MESSAGES/mate-control-center.mo
share/locale/dz/LC_MESSAGES/mate-control-center.mo
share/locale/el/LC_MESSAGES/mate-control-center.mo
-share/locale/en@shaw/LC_MESSAGES/mate-control-center.mo
share/locale/en_AU/LC_MESSAGES/mate-control-center.mo
share/locale/en_CA/LC_MESSAGES/mate-control-center.mo
share/locale/en_GB/LC_MESSAGES/mate-control-center.mo
share/locale/eo/LC_MESSAGES/mate-control-center.mo
share/locale/es/LC_MESSAGES/mate-control-center.mo
+share/locale/es_CO/LC_MESSAGES/mate-control-center.mo
+share/locale/es_MX/LC_MESSAGES/mate-control-center.mo
share/locale/et/LC_MESSAGES/mate-control-center.mo
share/locale/eu/LC_MESSAGES/mate-control-center.mo
share/locale/fa/LC_MESSAGES/mate-control-center.mo
share/locale/fi/LC_MESSAGES/mate-control-center.mo
share/locale/fr/LC_MESSAGES/mate-control-center.mo
+share/locale/fr_CA/LC_MESSAGES/mate-control-center.mo
+share/locale/frp/LC_MESSAGES/mate-control-center.mo
share/locale/ga/LC_MESSAGES/mate-control-center.mo
share/locale/gl/LC_MESSAGES/mate-control-center.mo
share/locale/gu/LC_MESSAGES/mate-control-center.mo
@@ -460,15 +460,18 @@ share/locale/he/LC_MESSAGES/mate-control-center.mo
share/locale/hi/LC_MESSAGES/mate-control-center.mo
share/locale/hr/LC_MESSAGES/mate-control-center.mo
share/locale/hu/LC_MESSAGES/mate-control-center.mo
+share/locale/hy/LC_MESSAGES/mate-control-center.mo
share/locale/id/LC_MESSAGES/mate-control-center.mo
share/locale/is/LC_MESSAGES/mate-control-center.mo
share/locale/it/LC_MESSAGES/mate-control-center.mo
share/locale/ja/LC_MESSAGES/mate-control-center.mo
+share/locale/jv/LC_MESSAGES/mate-control-center.mo
share/locale/ka/LC_MESSAGES/mate-control-center.mo
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/ku_IQ/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
@@ -489,6 +492,7 @@ share/locale/oc/LC_MESSAGES/mate-control-center.mo
share/locale/or/LC_MESSAGES/mate-control-center.mo
share/locale/pa/LC_MESSAGES/mate-control-center.mo
share/locale/pl/LC_MESSAGES/mate-control-center.mo
+share/locale/pms/LC_MESSAGES/mate-control-center.mo
share/locale/pt/LC_MESSAGES/mate-control-center.mo
share/locale/pt_BR/LC_MESSAGES/mate-control-center.mo
share/locale/ro/LC_MESSAGES/mate-control-center.mo
@@ -509,7 +513,6 @@ 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
share/locale/wa/LC_MESSAGES/mate-control-center.mo
share/locale/xh/LC_MESSAGES/mate-control-center.mo
@@ -580,10 +583,5 @@ 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
-share/mate/cursor-fonts/cursor-large-white.pcf
-share/mate/cursor-fonts/cursor-large.pcf
-share/mate/cursor-fonts/cursor-white.pcf
-share/mime/application/x-mate-theme-package.xml
-share/mime/packages/mate-theme-package.xml
share/polkit-1/actions/org.mate.randr.policy
share/thumbnailers/mate-font-viewer.thumbnailer
diff --git a/sysutils/mate-polkit/Makefile b/sysutils/mate-polkit/Makefile
index 1c8893a1e596..f9c725dd8780 100644
--- a/sysutils/mate-polkit/Makefile
+++ b/sysutils/mate-polkit/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-polkit
-PORTVERSION= 1.12.0
+PORTVERSION= 1.18.1
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -10,22 +10,18 @@ DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= MATE frontend to the PolicKit framework
-BUILD_DEPENDS= itstool:textproc/itstool
+LICENSE= LGPL20
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit \
libaccountsservice.so:sysutils/accountsservice
PORTSCOUT= limitw:1,even
-USES= gettext gmake libtool pathfix pkgconfig tar:xz
-USE_GNOME= gtk20 intlhack introspection:build
+USES= gettext gmake libtool localbase pathfix pkgconfig tar:xz
+USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-gtk-doc \
- --with-gtk=2.0 \
- --enable-accountsservice \
- --localstatedir=/var
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
diff --git a/sysutils/mate-polkit/distinfo b/sysutils/mate-polkit/distinfo
index bf4650ef552e..3adf15a8b6a6 100644
--- a/sysutils/mate-polkit/distinfo
+++ b/sysutils/mate-polkit/distinfo
@@ -1,2 +1,3 @@
-SHA256 (mate/mate-polkit-1.12.0.tar.xz) = c38f0a0c3d4e10fc95d27fa4e8d47eb6948e8c9279a82f316f563666571bf8b9
-SIZE (mate/mate-polkit-1.12.0.tar.xz) = 324708
+TIMESTAMP = 1494456783
+SHA256 (mate/mate-polkit-1.18.1.tar.xz) = ec011e845184bb766684811b6befaef3797f12895cf21807d71f3de92d146e97
+SIZE (mate/mate-polkit-1.18.1.tar.xz) = 346904
diff --git a/sysutils/mate-polkit/pkg-plist b/sysutils/mate-polkit/pkg-plist
index fb79665b9b18..537de5056a9b 100644
--- a/sysutils/mate-polkit/pkg-plist
+++ b/sysutils/mate-polkit/pkg-plist
@@ -13,32 +13,41 @@ share/gir-1.0/PolkitGtkMate-1.0.gir
share/locale/am/LC_MESSAGES/mate-polkit.mo
share/locale/ar/LC_MESSAGES/mate-polkit.mo
share/locale/be/LC_MESSAGES/mate-polkit.mo
+share/locale/bg/LC_MESSAGES/mate-polkit.mo
share/locale/bn_IN/LC_MESSAGES/mate-polkit.mo
+share/locale/bs/LC_MESSAGES/mate-polkit.mo
share/locale/ca/LC_MESSAGES/mate-polkit.mo
+share/locale/ca@valencia/LC_MESSAGES/mate-polkit.mo
share/locale/cmn/LC_MESSAGES/mate-polkit.mo
share/locale/cs/LC_MESSAGES/mate-polkit.mo
+share/locale/cy/LC_MESSAGES/mate-polkit.mo
share/locale/da/LC_MESSAGES/mate-polkit.mo
share/locale/de/LC_MESSAGES/mate-polkit.mo
share/locale/el/LC_MESSAGES/mate-polkit.mo
share/locale/en_AU/LC_MESSAGES/mate-polkit.mo
share/locale/en_GB/LC_MESSAGES/mate-polkit.mo
share/locale/es/LC_MESSAGES/mate-polkit.mo
+share/locale/es_CO/LC_MESSAGES/mate-polkit.mo
share/locale/et/LC_MESSAGES/mate-polkit.mo
share/locale/eu/LC_MESSAGES/mate-polkit.mo
share/locale/fi/LC_MESSAGES/mate-polkit.mo
share/locale/fr/LC_MESSAGES/mate-polkit.mo
+share/locale/fr_CA/LC_MESSAGES/mate-polkit.mo
share/locale/gl/LC_MESSAGES/mate-polkit.mo
share/locale/gu/LC_MESSAGES/mate-polkit.mo
share/locale/he/LC_MESSAGES/mate-polkit.mo
share/locale/hi/LC_MESSAGES/mate-polkit.mo
share/locale/hr/LC_MESSAGES/mate-polkit.mo
share/locale/hu/LC_MESSAGES/mate-polkit.mo
+share/locale/hy/LC_MESSAGES/mate-polkit.mo
share/locale/id/LC_MESSAGES/mate-polkit.mo
+share/locale/is/LC_MESSAGES/mate-polkit.mo
share/locale/it/LC_MESSAGES/mate-polkit.mo
share/locale/ja/LC_MESSAGES/mate-polkit.mo
share/locale/kk/LC_MESSAGES/mate-polkit.mo
share/locale/kn/LC_MESSAGES/mate-polkit.mo
share/locale/ko/LC_MESSAGES/mate-polkit.mo
+share/locale/ku_IQ/LC_MESSAGES/mate-polkit.mo
share/locale/ky/LC_MESSAGES/mate-polkit.mo
share/locale/lt/LC_MESSAGES/mate-polkit.mo
share/locale/lv/LC_MESSAGES/mate-polkit.mo
@@ -46,7 +55,9 @@ share/locale/ml/LC_MESSAGES/mate-polkit.mo
share/locale/mr/LC_MESSAGES/mate-polkit.mo
share/locale/ms/LC_MESSAGES/mate-polkit.mo
share/locale/nb/LC_MESSAGES/mate-polkit.mo
+share/locale/ne/LC_MESSAGES/mate-polkit.mo
share/locale/nl/LC_MESSAGES/mate-polkit.mo
+share/locale/oc/LC_MESSAGES/mate-polkit.mo
share/locale/or/LC_MESSAGES/mate-polkit.mo
share/locale/pa/LC_MESSAGES/mate-polkit.mo
share/locale/pl/LC_MESSAGES/mate-polkit.mo
@@ -54,6 +65,7 @@ share/locale/pt/LC_MESSAGES/mate-polkit.mo
share/locale/pt_BR/LC_MESSAGES/mate-polkit.mo
share/locale/ro/LC_MESSAGES/mate-polkit.mo
share/locale/ru/LC_MESSAGES/mate-polkit.mo
+share/locale/si/LC_MESSAGES/mate-polkit.mo
share/locale/sk/LC_MESSAGES/mate-polkit.mo
share/locale/sl/LC_MESSAGES/mate-polkit.mo
share/locale/sq/LC_MESSAGES/mate-polkit.mo
@@ -65,6 +77,7 @@ share/locale/th/LC_MESSAGES/mate-polkit.mo
share/locale/tr/LC_MESSAGES/mate-polkit.mo
share/locale/uk/LC_MESSAGES/mate-polkit.mo
share/locale/ur/LC_MESSAGES/mate-polkit.mo
+share/locale/uz/LC_MESSAGES/mate-polkit.mo
share/locale/zh_CN/LC_MESSAGES/mate-polkit.mo
share/locale/zh_HK/LC_MESSAGES/mate-polkit.mo
share/locale/zh_TW/LC_MESSAGES/mate-polkit.mo
diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile
index 57b73990b82e..f05d0b515eb8 100644
--- a/sysutils/mate-power-manager/Makefile
+++ b/sysutils/mate-power-manager/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-power-manager
-PORTVERSION= 1.12.1
+PORTVERSION= 1.18.0
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -13,30 +13,32 @@ COMMENT= Power management system for the MATE Desktop
BUILD_DEPENDS= itstool:textproc/itstool \
gnome-keyring>=3.0.0:security/gnome-keyring
LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \
+ libcanberra-gtk3.so:audio/libcanberra-gtk3 \
libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib \
- libunique-1.0.so:x11-toolkits/unique \
libupower-glib.so:sysutils/upower \
+ libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2 \
libnotify.so:devel/libnotify \
+ libunique-3.0.so:x11-toolkits/libunique3 \
libgnome-keyring.so:security/libgnome-keyring
RUN_DEPENDS= pkexec:sysutils/polkit \
gnome-keyring>=3.0.0:security/gnome-keyring
PORTSCOUT= limitw:1,even
-USES= execinfo gettext gmake libtool pathfix pkgconfig tar:xz
+USES= execinfo gettext gmake libtool localbase \
+ pathfix pkgconfig tar:xz
USE_MATE= panel
USE_XORG= x11 xext xproto xrandr xrender
-USE_GNOME= cairo glib20 gtk20 intlhack
+USE_GNOME= cairo glib20 gtk30 intlhack
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CONFIGURE_ENV= LIBS="-lexecinfo"
CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \
--disable-docbook-docs \
- --with-gtk=2.0 \
+ --with-gtk=3.0 \
--with-keyring
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.mate.power-manager.gschema.xml
diff --git a/sysutils/mate-power-manager/distinfo b/sysutils/mate-power-manager/distinfo
index 2a437a505698..ddfddbc1a3a5 100644
--- a/sysutils/mate-power-manager/distinfo
+++ b/sysutils/mate-power-manager/distinfo
@@ -1,2 +1,3 @@
-SHA256 (mate/mate-power-manager-1.12.1.tar.xz) = c43aa2ae75335a758d71cdab4b939141c352a7fb179c3e41a064ce9c007b587f
-SIZE (mate/mate-power-manager-1.12.1.tar.xz) = 3197824
+TIMESTAMP = 1491688605
+SHA256 (mate/mate-power-manager-1.18.0.tar.xz) = dd0c5fc82d0ea81246890a95d57de92c60c3d735ad06f5946c79eebe7c52b3be
+SIZE (mate/mate-power-manager-1.18.0.tar.xz) = 3180036
diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-control.c b/sysutils/mate-power-manager/files/patch-src_gpm-control.c
deleted file mode 100644
index 93111de0b6ed..000000000000
--- a/sysutils/mate-power-manager/files/patch-src_gpm-control.c
+++ /dev/null
@@ -1,26 +0,0 @@
---- src/gpm-control.c.orig 2014-04-20 19:32:33.624174324 +0000
-+++ src/gpm-control.c 2014-04-20 19:33:52.860168682 +0000
-@@ -290,7 +290,11 @@
- g_object_unref(proxy);
- }
- else {
-+#ifdef HAVE_OLD_UPOWER
- ret = up_client_suspend_sync (control->priv->client, NULL, error);
-+#else
-+ ret = FALSE;
-+#endif
- }
-
- egg_debug ("emitting resume");
-@@ -400,7 +404,11 @@
- }
- }
- else {
-+#ifdef HAVE_OLD_UPOWER
- ret = up_client_hibernate_sync (control->priv->client, NULL, error);
-+#else
-+ ret = FALSE;
-+#endif
- }
-
- egg_debug ("emitting resume");
diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-engine.c b/sysutils/mate-power-manager/files/patch-src_gpm-engine.c
deleted file mode 100644
index b90ba56a974b..000000000000
--- a/sysutils/mate-power-manager/files/patch-src_gpm-engine.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/gpm-engine.c.orig 2014-04-20 19:34:27.136166463 +0000
-+++ src/gpm-engine.c 2014-04-20 19:35:40.970161631 +0000
-@@ -812,7 +812,11 @@
- g_return_val_if_fail (GPM_IS_ENGINE (engine), FALSE);
-
- /* get devices from UPower */
-+#ifdef HAVE_OLD_UPOWER
- ret = up_client_enumerate_devices_sync (engine->priv->client, NULL, &error);
-+#else
-+ ret = FALSE;
-+#endif
- if (!ret) {
- egg_error ("failed to get device list: %s", error->message);
- g_error_free (error);
diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-statistics.c b/sysutils/mate-power-manager/files/patch-src_gpm-statistics.c
deleted file mode 100644
index faa3bc25149f..000000000000
--- a/sysutils/mate-power-manager/files/patch-src_gpm-statistics.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/gpm-statistics.c.orig 2014-04-20 19:31:29.658178466 +0000
-+++ src/gpm-statistics.c 2014-04-20 19:32:20.889177637 +0000
-@@ -1796,7 +1796,11 @@
- g_signal_connect (wakeups, "data-changed", G_CALLBACK (gpm_stats_data_changed_cb), NULL);
-
- /* coldplug */
-+#ifdef HAVE_OLD_UPOWER
- ret = up_client_enumerate_devices_sync (client, NULL, NULL);
-+#else
-+ ret = FALSE;
-+#endif
- if (!ret)
- goto out;
- devices = up_client_get_devices (client);
diff --git a/sysutils/mate-power-manager/pkg-plist b/sysutils/mate-power-manager/pkg-plist
index 7986025f1763..711af1bc03de 100644
--- a/sysutils/mate-power-manager/pkg-plist
+++ b/sysutils/mate-power-manager/pkg-plist
@@ -4,8 +4,11 @@ bin/mate-power-statistics
etc/xdg/autostart/mate-power-manager.desktop
libexec/mate-brightness-applet
libexec/mate-inhibit-applet
+man/man1/mate-power-backlight-helper.1.gz
+man/man1/mate-power-manager.1.gz
+man/man1/mate-power-preferences.1.gz
+man/man1/mate-power-statistics.1.gz
sbin/mate-power-backlight-helper
-share/MateConf/gsettings/mate-power-manager.convert
share/applications/mate-power-preferences.desktop
share/applications/mate-power-statistics.desktop
share/dbus-1/services/org.mate.PowerManager.service
@@ -280,10 +283,10 @@ share/locale/ar/LC_MESSAGES/mate-power-manager.mo
share/locale/as/LC_MESSAGES/mate-power-manager.mo
share/locale/ast/LC_MESSAGES/mate-power-manager.mo
share/locale/be/LC_MESSAGES/mate-power-manager.mo
-share/locale/be@latin/LC_MESSAGES/mate-power-manager.mo
share/locale/bg/LC_MESSAGES/mate-power-manager.mo
share/locale/bn/LC_MESSAGES/mate-power-manager.mo
share/locale/bn_IN/LC_MESSAGES/mate-power-manager.mo
+share/locale/br/LC_MESSAGES/mate-power-manager.mo
share/locale/ca/LC_MESSAGES/mate-power-manager.mo
share/locale/ca@valencia/LC_MESSAGES/mate-power-manager.mo
share/locale/cmn/LC_MESSAGES/mate-power-manager.mo
@@ -293,12 +296,12 @@ share/locale/da/LC_MESSAGES/mate-power-manager.mo
share/locale/de/LC_MESSAGES/mate-power-manager.mo
share/locale/dz/LC_MESSAGES/mate-power-manager.mo
share/locale/el/LC_MESSAGES/mate-power-manager.mo
-share/locale/en@shaw/LC_MESSAGES/mate-power-manager.mo
share/locale/en_AU/LC_MESSAGES/mate-power-manager.mo
share/locale/en_CA/LC_MESSAGES/mate-power-manager.mo
share/locale/en_GB/LC_MESSAGES/mate-power-manager.mo
-share/locale/en_US/LC_MESSAGES/mate-power-manager.mo
share/locale/es/LC_MESSAGES/mate-power-manager.mo
+share/locale/es_CO/LC_MESSAGES/mate-power-manager.mo
+share/locale/es_MX/LC_MESSAGES/mate-power-manager.mo
share/locale/et/LC_MESSAGES/mate-power-manager.mo
share/locale/eu/LC_MESSAGES/mate-power-manager.mo
share/locale/fa/LC_MESSAGES/mate-power-manager.mo
@@ -311,6 +314,7 @@ share/locale/he/LC_MESSAGES/mate-power-manager.mo
share/locale/hi/LC_MESSAGES/mate-power-manager.mo
share/locale/hr/LC_MESSAGES/mate-power-manager.mo
share/locale/hu/LC_MESSAGES/mate-power-manager.mo
+share/locale/hy/LC_MESSAGES/mate-power-manager.mo
share/locale/id/LC_MESSAGES/mate-power-manager.mo
share/locale/is/LC_MESSAGES/mate-power-manager.mo
share/locale/it/LC_MESSAGES/mate-power-manager.mo
@@ -320,6 +324,7 @@ share/locale/kk/LC_MESSAGES/mate-power-manager.mo
share/locale/kn/LC_MESSAGES/mate-power-manager.mo
share/locale/ko/LC_MESSAGES/mate-power-manager.mo
share/locale/ku/LC_MESSAGES/mate-power-manager.mo
+share/locale/ku_IQ/LC_MESSAGES/mate-power-manager.mo
share/locale/ky/LC_MESSAGES/mate-power-manager.mo
share/locale/lt/LC_MESSAGES/mate-power-manager.mo
share/locale/lv/LC_MESSAGES/mate-power-manager.mo
@@ -336,6 +341,7 @@ share/locale/oc/LC_MESSAGES/mate-power-manager.mo
share/locale/or/LC_MESSAGES/mate-power-manager.mo
share/locale/pa/LC_MESSAGES/mate-power-manager.mo
share/locale/pl/LC_MESSAGES/mate-power-manager.mo
+share/locale/pms/LC_MESSAGES/mate-power-manager.mo
share/locale/pt/LC_MESSAGES/mate-power-manager.mo
share/locale/pt_BR/LC_MESSAGES/mate-power-manager.mo
share/locale/ro/LC_MESSAGES/mate-power-manager.mo
@@ -353,6 +359,7 @@ share/locale/th/LC_MESSAGES/mate-power-manager.mo
share/locale/tr/LC_MESSAGES/mate-power-manager.mo
share/locale/uk/LC_MESSAGES/mate-power-manager.mo
share/locale/ur/LC_MESSAGES/mate-power-manager.mo
+share/locale/uz/LC_MESSAGES/mate-power-manager.mo
share/locale/vi/LC_MESSAGES/mate-power-manager.mo
share/locale/zh_CN/LC_MESSAGES/mate-power-manager.mo
share/locale/zh_HK/LC_MESSAGES/mate-power-manager.mo
diff --git a/sysutils/mate-settings-daemon/Makefile b/sysutils/mate-settings-daemon/Makefile
index d25574230bbd..dbdbef74f7e2 100644
--- a/sysutils/mate-settings-daemon/Makefile
+++ b/sysutils/mate-settings-daemon/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mate-settings-daemon
-PORTVERSION= 1.12.1
-PORTREVISION= 1
+PORTVERSION= 1.18.0
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -15,26 +14,29 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib \
libxklavier.so:x11/libxklavier \
libnss3.so:security/nss \
+ libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig \
libpolkit-gobject-1.so:sysutils/polkit \
+ libstartup-notification-1.so:x11/startup-notification \
+ libcanberra-gtk.so:audio/libcanberra \
+ libcanberra-gtk3.so:audio/libcanberra-gtk3 \
+ libnspr4.so:devel/nspr \
libnotify.so:devel/libnotify
RUN_DEPENDS= xrdb:x11/xrdb
PORTSCOUT= limitw:1,even
-USES= gettext gmake libtool pathfix pkgconfig tar:xz
-USE_MATE= desktop libmatekbd
-USE_XORG= xxf86misc
-USE_GNOME= dconf gtk20 intlhack
+USES= gettext gmake libtool localbase pathfix \
+ pkgconfig tar:xz
+USE_MATE= desktop libmatekbd mixer
+USE_XORG= ice sm x11 xext xi xxf86misc
+USE_GNOME= cairo dconf gtk30 intlhack
USE_LDCONFIG= yes
-USE_GSTREAMER= good
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services \
- --with-gtk=2.0 \
+ --with-gtk=3.0 \
--disable-static
INSTALLS_ICONS= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml \
diff --git a/sysutils/mate-settings-daemon/distinfo b/sysutils/mate-settings-daemon/distinfo
index cf3a70dee076..6c0cf7ea72ef 100644
--- a/sysutils/mate-settings-daemon/distinfo
+++ b/sysutils/mate-settings-daemon/distinfo
@@ -1,2 +1,3 @@
-SHA256 (mate/mate-settings-daemon-1.12.1.tar.xz) = a0d9ea55ba5828500e873eff6c771dae645fa3218c1ba9d701c408f0eb71e988
-SIZE (mate/mate-settings-daemon-1.12.1.tar.xz) = 781388
+TIMESTAMP = 1491671899
+SHA256 (mate/mate-settings-daemon-1.18.0.tar.xz) = a377abc570eb553018c02665779a2799374efce0c9a756aba5d4266fb939aebe
+SIZE (mate/mate-settings-daemon-1.18.0.tar.xz) = 779856
diff --git a/sysutils/mate-settings-daemon/pkg-plist b/sysutils/mate-settings-daemon/pkg-plist
index e505a4d76b1b..600245bb4fea 100644
--- a/sysutils/mate-settings-daemon/pkg-plist
+++ b/sysutils/mate-settings-daemon/pkg-plist
@@ -47,7 +47,6 @@ libexec/msd-locate-pointer
man/man1/mate-settings-daemon.1.gz
man/man1/msd-datetime-mechanism.1.gz
man/man1/msd-locate-pointer.1.gz
-share/MateConf/gsettings/mate-settings-daemon.convert
share/dbus-1/services/org.mate.SettingsDaemon.service
share/dbus-1/system-services/org.mate.SettingsDaemon.DateTimeMechanism.service
share/icons/hicolor/16x16/apps/msd-xrandr.png
@@ -72,7 +71,6 @@ share/locale/as/LC_MESSAGES/mate-settings-daemon.mo
share/locale/ast/LC_MESSAGES/mate-settings-daemon.mo
share/locale/az/LC_MESSAGES/mate-settings-daemon.mo
share/locale/be/LC_MESSAGES/mate-settings-daemon.mo
-share/locale/be@latin/LC_MESSAGES/mate-settings-daemon.mo
share/locale/bg/LC_MESSAGES/mate-settings-daemon.mo
share/locale/bn/LC_MESSAGES/mate-settings-daemon.mo
share/locale/bn_IN/LC_MESSAGES/mate-settings-daemon.mo
@@ -88,17 +86,17 @@ share/locale/da/LC_MESSAGES/mate-settings-daemon.mo
share/locale/de/LC_MESSAGES/mate-settings-daemon.mo
share/locale/dz/LC_MESSAGES/mate-settings-daemon.mo
share/locale/el/LC_MESSAGES/mate-settings-daemon.mo
-share/locale/en@shaw/LC_MESSAGES/mate-settings-daemon.mo
share/locale/en_AU/LC_MESSAGES/mate-settings-daemon.mo
share/locale/en_CA/LC_MESSAGES/mate-settings-daemon.mo
share/locale/en_GB/LC_MESSAGES/mate-settings-daemon.mo
-share/locale/en_US/LC_MESSAGES/mate-settings-daemon.mo
share/locale/es/LC_MESSAGES/mate-settings-daemon.mo
+share/locale/es_CO/LC_MESSAGES/mate-settings-daemon.mo
share/locale/et/LC_MESSAGES/mate-settings-daemon.mo
share/locale/eu/LC_MESSAGES/mate-settings-daemon.mo
share/locale/fa/LC_MESSAGES/mate-settings-daemon.mo
share/locale/fi/LC_MESSAGES/mate-settings-daemon.mo
share/locale/fr/LC_MESSAGES/mate-settings-daemon.mo
+share/locale/frp/LC_MESSAGES/mate-settings-daemon.mo
share/locale/ga/LC_MESSAGES/mate-settings-daemon.mo
share/locale/gl/LC_MESSAGES/mate-settings-daemon.mo
share/locale/gu/LC_MESSAGES/mate-settings-daemon.mo
@@ -106,6 +104,7 @@ share/locale/he/LC_MESSAGES/mate-settings-daemon.mo
share/locale/hi/LC_MESSAGES/mate-settings-daemon.mo
share/locale/hr/LC_MESSAGES/mate-settings-daemon.mo
share/locale/hu/LC_MESSAGES/mate-settings-daemon.mo
+share/locale/hy/LC_MESSAGES/mate-settings-daemon.mo
share/locale/id/LC_MESSAGES/mate-settings-daemon.mo
share/locale/is/LC_MESSAGES/mate-settings-daemon.mo
share/locale/it/LC_MESSAGES/mate-settings-daemon.mo
@@ -115,6 +114,7 @@ share/locale/kk/LC_MESSAGES/mate-settings-daemon.mo
share/locale/kn/LC_MESSAGES/mate-settings-daemon.mo
share/locale/ko/LC_MESSAGES/mate-settings-daemon.mo
share/locale/ku/LC_MESSAGES/mate-settings-daemon.mo
+share/locale/ku_IQ/LC_MESSAGES/mate-settings-daemon.mo
share/locale/ky/LC_MESSAGES/mate-settings-daemon.mo
share/locale/lt/LC_MESSAGES/mate-settings-daemon.mo
share/locale/lv/LC_MESSAGES/mate-settings-daemon.mo
@@ -135,6 +135,7 @@ share/locale/oc/LC_MESSAGES/mate-settings-daemon.mo
share/locale/or/LC_MESSAGES/mate-settings-daemon.mo
share/locale/pa/LC_MESSAGES/mate-settings-daemon.mo
share/locale/pl/LC_MESSAGES/mate-settings-daemon.mo
+share/locale/pms/LC_MESSAGES/mate-settings-daemon.mo
share/locale/pt/LC_MESSAGES/mate-settings-daemon.mo
share/locale/pt_BR/LC_MESSAGES/mate-settings-daemon.mo
share/locale/ro/LC_MESSAGES/mate-settings-daemon.mo
@@ -153,6 +154,7 @@ share/locale/th/LC_MESSAGES/mate-settings-daemon.mo
share/locale/tr/LC_MESSAGES/mate-settings-daemon.mo
share/locale/uk/LC_MESSAGES/mate-settings-daemon.mo
share/locale/ur/LC_MESSAGES/mate-settings-daemon.mo
+share/locale/uz/LC_MESSAGES/mate-settings-daemon.mo
share/locale/vi/LC_MESSAGES/mate-settings-daemon.mo
share/locale/wa/LC_MESSAGES/mate-settings-daemon.mo
share/locale/xh/LC_MESSAGES/mate-settings-daemon.mo
diff --git a/sysutils/mate-system-monitor/Makefile b/sysutils/mate-system-monitor/Makefile
index f5650a0fe943..a1f5b688d8f9 100644
--- a/sysutils/mate-system-monitor/Makefile
+++ b/sysutils/mate-system-monitor/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mate-system-monitor
-PORTVERSION= 1.12.1
-PORTREVISION= 1
+PORTVERSION= 1.18.0
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -17,15 +16,13 @@ LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \
PORTSCOUT= limitw:1,even
-USES= alias compiler:c++11-lang gettext gmake pathfix \
- pkgconfig tar:xz
+USES= alias compiler:c++11-lib gettext gmake localbase \
+ pathfix pkgconfig tar:xz
USE_MATE= icontheme
-USE_GNOME= gtk20 gtkmm24 intlhack librsvg2 libwnck libxml2
-CONFIGURE_ARGS= --with-gtk=2.0
+USE_GNOME= gtkmm30 intlhack librsvg2 libwnck3 libxml2
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-systemd
CONFIGURE_ENV= LIBS="-lutil" DATADIRNAME="share"
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.mate.system-monitor.enums.xml \
org.mate.system-monitor.gschema.xml
diff --git a/sysutils/mate-system-monitor/distinfo b/sysutils/mate-system-monitor/distinfo
index 6b462172d5eb..7d012d618e85 100644
--- a/sysutils/mate-system-monitor/distinfo
+++ b/sysutils/mate-system-monitor/distinfo
@@ -1,2 +1,3 @@
-SHA256 (mate/mate-system-monitor-1.12.1.tar.xz) = 7668ecba70b7f56f3bcfb143cb6b93a15daf8636fcf678491112afea1a49dea9
-SIZE (mate/mate-system-monitor-1.12.1.tar.xz) = 2113756
+TIMESTAMP = 1491689060
+SHA256 (mate/mate-system-monitor-1.18.0.tar.xz) = 887c0d91fa866af75cc066591fcd521107976f123784b1b887535a4709cd9bf1
+SIZE (mate/mate-system-monitor-1.18.0.tar.xz) = 2133484
diff --git a/sysutils/mate-system-monitor/files/patch-src_lsof.cpp b/sysutils/mate-system-monitor/files/patch-src_lsof.cpp
deleted file mode 100644
index 9c32166eb360..000000000000
--- a/sysutils/mate-system-monitor/files/patch-src_lsof.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/lsof.cpp.orig 2015-09-25 13:36:19.000000000 +0200
-+++ src/lsof.cpp 2016-01-09 12:32:53.892273000 +0100
-@@ -140,8 +140,9 @@
-
- void update_count(unsigned count)
- {
-- string s = static_cast<std::ostringstream&>(std::ostringstream() << count).str();
-- gtk_label_set_text(this->count, s.c_str());
-+ std::ostringstream ss;
-+ ss << count;;
-+ gtk_label_set_text(this->count, ss.str().c_str());
- }
-
-
diff --git a/sysutils/mate-system-monitor/files/patch-src_procproperties.cpp b/sysutils/mate-system-monitor/files/patch-src_procproperties.cpp
deleted file mode 100644
index 7daeab5c60d6..000000000000
--- a/sysutils/mate-system-monitor/files/patch-src_procproperties.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/procproperties.cpp.orig 2015-07-02 23:46:27.000000000 +0200
-+++ src/procproperties.cpp 2015-07-14 10:18:48.273918000 +0200
-@@ -26,7 +26,7 @@
- #include <glibtop/procstate.h>
- #if defined (__linux__)
- #include <asm/param.h>
--#elif defined (__NetBSD__) || defined (__OpenBSD__)
-+#elif defined (__NetBSD__) || defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
- #include <sys/param.h>
- #include <sys/sysctl.h>
- #endif
-@@ -114,7 +114,7 @@
-
- get_process_memory_info(info);
-
--#if defined (__NetBSD__) || defined (__OpenBSD__)
-+#if defined (__NetBSD__) || defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
- struct clockinfo cinf;
- size_t size = sizeof (cinf);
- int HZ;
diff --git a/sysutils/mate-system-monitor/pkg-plist b/sysutils/mate-system-monitor/pkg-plist
index 3aa31cd9e7d4..f9ec93af42c8 100644
--- a/sysutils/mate-system-monitor/pkg-plist
+++ b/sysutils/mate-system-monitor/pkg-plist
@@ -1,6 +1,7 @@
bin/mate-system-monitor
+libexec/mate-system-monitor/msm-kill
+libexec/mate-system-monitor/msm-renice
man/man1/mate-system-monitor.1.gz
-share/MateConf/gsettings/mate-system-monitor.convert
share/appdata/mate-system-monitor.appdata.xml
share/applications/mate-system-monitor.desktop
share/help/C/mate-system-monitor/figures/addColumn.png
@@ -219,10 +220,10 @@ share/locale/as/LC_MESSAGES/mate-system-monitor.mo
share/locale/ast/LC_MESSAGES/mate-system-monitor.mo
share/locale/az/LC_MESSAGES/mate-system-monitor.mo
share/locale/be/LC_MESSAGES/mate-system-monitor.mo
-share/locale/be@latin/LC_MESSAGES/mate-system-monitor.mo
share/locale/bg/LC_MESSAGES/mate-system-monitor.mo
share/locale/bn/LC_MESSAGES/mate-system-monitor.mo
share/locale/bn_IN/LC_MESSAGES/mate-system-monitor.mo
+share/locale/br/LC_MESSAGES/mate-system-monitor.mo
share/locale/bs/LC_MESSAGES/mate-system-monitor.mo
share/locale/ca/LC_MESSAGES/mate-system-monitor.mo
share/locale/ca@valencia/LC_MESSAGES/mate-system-monitor.mo
@@ -233,18 +234,20 @@ share/locale/da/LC_MESSAGES/mate-system-monitor.mo
share/locale/de/LC_MESSAGES/mate-system-monitor.mo
share/locale/dz/LC_MESSAGES/mate-system-monitor.mo
share/locale/el/LC_MESSAGES/mate-system-monitor.mo
-share/locale/en@shaw/LC_MESSAGES/mate-system-monitor.mo
share/locale/en_AU/LC_MESSAGES/mate-system-monitor.mo
share/locale/en_CA/LC_MESSAGES/mate-system-monitor.mo
share/locale/en_GB/LC_MESSAGES/mate-system-monitor.mo
share/locale/eo/LC_MESSAGES/mate-system-monitor.mo
share/locale/es/LC_MESSAGES/mate-system-monitor.mo
+share/locale/es_CO/LC_MESSAGES/mate-system-monitor.mo
share/locale/es_MX/LC_MESSAGES/mate-system-monitor.mo
share/locale/et/LC_MESSAGES/mate-system-monitor.mo
share/locale/eu/LC_MESSAGES/mate-system-monitor.mo
share/locale/fa/LC_MESSAGES/mate-system-monitor.mo
share/locale/fi/LC_MESSAGES/mate-system-monitor.mo
share/locale/fr/LC_MESSAGES/mate-system-monitor.mo
+share/locale/fr_CA/LC_MESSAGES/mate-system-monitor.mo
+share/locale/frp/LC_MESSAGES/mate-system-monitor.mo
share/locale/ga/LC_MESSAGES/mate-system-monitor.mo
share/locale/gl/LC_MESSAGES/mate-system-monitor.mo
share/locale/gu/LC_MESSAGES/mate-system-monitor.mo
@@ -252,14 +255,18 @@ share/locale/he/LC_MESSAGES/mate-system-monitor.mo
share/locale/hi/LC_MESSAGES/mate-system-monitor.mo
share/locale/hr/LC_MESSAGES/mate-system-monitor.mo
share/locale/hu/LC_MESSAGES/mate-system-monitor.mo
+share/locale/hy/LC_MESSAGES/mate-system-monitor.mo
share/locale/id/LC_MESSAGES/mate-system-monitor.mo
+share/locale/is/LC_MESSAGES/mate-system-monitor.mo
share/locale/it/LC_MESSAGES/mate-system-monitor.mo
share/locale/ja/LC_MESSAGES/mate-system-monitor.mo
+share/locale/jv/LC_MESSAGES/mate-system-monitor.mo
share/locale/ka/LC_MESSAGES/mate-system-monitor.mo
share/locale/kk/LC_MESSAGES/mate-system-monitor.mo
share/locale/kn/LC_MESSAGES/mate-system-monitor.mo
share/locale/ko/LC_MESSAGES/mate-system-monitor.mo
share/locale/ku/LC_MESSAGES/mate-system-monitor.mo
+share/locale/ku_IQ/LC_MESSAGES/mate-system-monitor.mo
share/locale/ky/LC_MESSAGES/mate-system-monitor.mo
share/locale/li/LC_MESSAGES/mate-system-monitor.mo
share/locale/lt/LC_MESSAGES/mate-system-monitor.mo
@@ -281,6 +288,7 @@ share/locale/oc/LC_MESSAGES/mate-system-monitor.mo
share/locale/or/LC_MESSAGES/mate-system-monitor.mo
share/locale/pa/LC_MESSAGES/mate-system-monitor.mo
share/locale/pl/LC_MESSAGES/mate-system-monitor.mo
+share/locale/pms/LC_MESSAGES/mate-system-monitor.mo
share/locale/ps/LC_MESSAGES/mate-system-monitor.mo
share/locale/pt/LC_MESSAGES/mate-system-monitor.mo
share/locale/pt_BR/LC_MESSAGES/mate-system-monitor.mo
@@ -301,6 +309,7 @@ share/locale/tr/LC_MESSAGES/mate-system-monitor.mo
share/locale/ug/LC_MESSAGES/mate-system-monitor.mo
share/locale/uk/LC_MESSAGES/mate-system-monitor.mo
share/locale/ur/LC_MESSAGES/mate-system-monitor.mo
+share/locale/uz/LC_MESSAGES/mate-system-monitor.mo
share/locale/vi/LC_MESSAGES/mate-system-monitor.mo
share/locale/zh_CN/LC_MESSAGES/mate-system-monitor.mo
share/locale/zh_HK/LC_MESSAGES/mate-system-monitor.mo
@@ -308,3 +317,4 @@ share/locale/zh_TW/LC_MESSAGES/mate-system-monitor.mo
share/pixmaps/mate-system-monitor/download.svg
share/pixmaps/mate-system-monitor/side.png
share/pixmaps/mate-system-monitor/upload.svg
+share/polkit-1/actions/org.mate.mate-system-monitor.policy