aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-06-12 15:56:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-06-12 15:56:24 +0000
commit652b649d2d2f42ed74a62bbd2f31f1855ac6765f (patch)
tree70b231e74319bd60dddf43e7466aa7b38f043e47
parent703bb433ec70be03a30ddb422476bd5f7534205c (diff)
Notes
-rw-r--r--misc/mate-user-guide/Makefile2
-rw-r--r--misc/mate-user-guide/distinfo6
-rw-r--r--sysutils/mate-control-center/Makefile5
-rw-r--r--sysutils/mate-control-center/distinfo6
-rw-r--r--sysutils/mate-control-center/pkg-plist113
-rw-r--r--sysutils/mate-polkit/Makefile2
-rw-r--r--sysutils/mate-polkit/distinfo6
-rw-r--r--sysutils/mate-polkit/pkg-plist1
-rw-r--r--sysutils/mate-power-manager/Makefile5
-rw-r--r--sysutils/mate-power-manager/distinfo6
-rw-r--r--sysutils/mate-power-manager/files/patch-configure.ac43
-rw-r--r--sysutils/mate-power-manager/pkg-plist251
-rw-r--r--sysutils/mate-settings-daemon/Makefile9
-rw-r--r--sysutils/mate-settings-daemon/distinfo6
-rw-r--r--sysutils/mate-settings-daemon/pkg-plist5
-rw-r--r--sysutils/mate-system-monitor/Makefile5
-rw-r--r--sysutils/mate-system-monitor/distinfo6
-rw-r--r--sysutils/mate-system-monitor/pkg-plist3
-rw-r--r--x11/mate-applets/Makefile4
-rw-r--r--x11/mate-applets/distinfo6
-rw-r--r--x11/mate-applets/files/patch-battstat_acpi-freebsd.c8
-rw-r--r--x11/mate-applets/files/patch-battstat_acpi-freebsd.h12
-rw-r--r--x11/mate-applets/files/patch-configure.ac48
-rw-r--r--x11/mate-base/Makefile4
-rw-r--r--x11/mate-screensaver/Makefile2
-rw-r--r--x11/mate-screensaver/distinfo6
-rw-r--r--x11/mate-screensaver/files/patch-src_mate-screensaver-preferences.c12
-rw-r--r--x11/mate-screensaver/pkg-plist1
-rw-r--r--x11/mate-session-manager/Makefile2
-rw-r--r--x11/mate-session-manager/distinfo6
-rw-r--r--x11/mate-session-manager/pkg-plist4
31 files changed, 427 insertions, 168 deletions
diff --git a/misc/mate-user-guide/Makefile b/misc/mate-user-guide/Makefile
index ee3e2c67d235..fbe2e6fd270e 100644
--- a/misc/mate-user-guide/Makefile
+++ b/misc/mate-user-guide/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-user-guide
-PORTVERSION= 1.22.3
+PORTVERSION= 1.24.0
CATEGORIES= misc mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
diff --git a/misc/mate-user-guide/distinfo b/misc/mate-user-guide/distinfo
index 8f39491ca8df..da3a0b13bc55 100644
--- a/misc/mate-user-guide/distinfo
+++ b/misc/mate-user-guide/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577143784
-SHA256 (mate/mate-user-guide-1.22.3.tar.xz) = 5ab2746f365f7e140bb4066fb31965ee91362e0f314d3626064b2ddb7556687f
-SIZE (mate/mate-user-guide-1.22.3.tar.xz) = 8959336
+TIMESTAMP = 1591976829
+SHA256 (mate/mate-user-guide-1.24.0.tar.xz) = ee344d5e8170cd4c366c3a8f98f941f066f12b079ae2d50af2bbf94890f2bd35
+SIZE (mate/mate-user-guide-1.24.0.tar.xz) = 9029524
diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile
index 495069b83058..98641aa81653 100644
--- a/sysutils/mate-control-center/Makefile
+++ b/sysutils/mate-control-center/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-control-center
-PORTVERSION= 1.22.2
+PORTVERSION= 1.24.0
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -23,7 +23,8 @@ LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \
libfreetype.so:print/freetype2 \
libstartup-notification-1.so:x11/startup-notification \
libunique-3.0.so:x11-toolkits/libunique3 \
- libpolkit-gobject-1.so:sysutils/polkit
+ libpolkit-gobject-1.so:sysutils/polkit \
+ libaccountsservice.so:sysutils/accountsservice
PORTSCOUT= limitw:1,even
diff --git a/sysutils/mate-control-center/distinfo b/sysutils/mate-control-center/distinfo
index 7782e0203182..2fc325ef0f79 100644
--- a/sysutils/mate-control-center/distinfo
+++ b/sysutils/mate-control-center/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574428167
-SHA256 (mate/mate-control-center-1.22.2.tar.xz) = f0c92c5ba17a764f1dac5aeccd2aa17b6271fb64c6a883cab0f8711357946df9
-SIZE (mate/mate-control-center-1.22.2.tar.xz) = 1614216
+TIMESTAMP = 1591967168
+SHA256 (mate/mate-control-center-1.24.0.tar.xz) = 8de52481e74a44233e583c9212cf1e452e0cb717da4ef5e4f958d481a0a657a4
+SIZE (mate/mate-control-center-1.24.0.tar.xz) = 3488572
diff --git a/sysutils/mate-control-center/pkg-plist b/sysutils/mate-control-center/pkg-plist
index 6b95c8a3cd7e..c694a43e772d 100644
--- a/sysutils/mate-control-center/pkg-plist
+++ b/sysutils/mate-control-center/pkg-plist
@@ -10,6 +10,7 @@ bin/mate-keyboard-properties
bin/mate-mouse-properties
bin/mate-network-properties
bin/mate-thumbnail-font
+bin/mate-time-admin
bin/mate-typing-monitor
bin/mate-window-properties
etc/xdg/menus/matecc.menu
@@ -72,6 +73,7 @@ share/applications/mate-keyboard.desktop
share/applications/mate-network-properties.desktop
share/applications/mate-settings-mouse.desktop
share/applications/mate-theme-installer.desktop
+share/applications/mate-time-admin.desktop
share/applications/mate-window-properties.desktop
share/applications/matecc.desktop
share/applications/mimeinfo.cache
@@ -1771,7 +1773,13 @@ share/help/zu/mate-control-center/config-screensaver.xml
share/help/zu/mate-control-center/config-themes.xml
share/help/zu/mate-control-center/index.docbook
share/help/zu/mate-control-center/legal.xml
+share/icons/hicolor/16x16/categories/instant-messaging.png
+share/icons/hicolor/22x22/categories/instant-messaging.png
+share/icons/hicolor/24x24/categories/instant-messaging.png
+share/icons/hicolor/256x256/categories/instant-messaging.png
+share/icons/hicolor/32x32/categories/instant-messaging.png
share/icons/hicolor/48x48/apps/mate-typing-monitor.png
+share/icons/hicolor/48x48/categories/instant-messaging.png
share/icons/hicolor/scalable/apps/mate-typing-monitor.svg
share/locale/af/LC_MESSAGES/mate-control-center.mo
share/locale/am/LC_MESSAGES/mate-control-center.mo
@@ -1915,6 +1923,93 @@ share/locale/zh_CN/LC_MESSAGES/mate-control-center.mo
share/locale/zh_HK/LC_MESSAGES/mate-control-center.mo
share/locale/zh_TW/LC_MESSAGES/mate-control-center.mo
share/locale/zu/LC_MESSAGES/mate-control-center.mo
+share/mate-time-admin/map/backward
+share/mate-time-admin/map/bg.png
+share/mate-time-admin/map/bg_dim.png
+share/mate-time-admin/map/cc.png
+share/mate-time-admin/map/pin.png
+share/mate-time-admin/map/timezone_-1.png
+share/mate-time-admin/map/timezone_-10.png
+share/mate-time-admin/map/timezone_-10_dim.png
+share/mate-time-admin/map/timezone_-11.png
+share/mate-time-admin/map/timezone_-11_dim.png
+share/mate-time-admin/map/timezone_-1_dim.png
+share/mate-time-admin/map/timezone_-2.png
+share/mate-time-admin/map/timezone_-2_dim.png
+share/mate-time-admin/map/timezone_-3.5.png
+share/mate-time-admin/map/timezone_-3.5_dim.png
+share/mate-time-admin/map/timezone_-3.png
+share/mate-time-admin/map/timezone_-3_dim.png
+share/mate-time-admin/map/timezone_-4.5.png
+share/mate-time-admin/map/timezone_-4.5_dim.png
+share/mate-time-admin/map/timezone_-4.png
+share/mate-time-admin/map/timezone_-4_dim.png
+share/mate-time-admin/map/timezone_-5.5.png
+share/mate-time-admin/map/timezone_-5.5_dim.png
+share/mate-time-admin/map/timezone_-5.png
+share/mate-time-admin/map/timezone_-5_dim.png
+share/mate-time-admin/map/timezone_-6.png
+share/mate-time-admin/map/timezone_-6_dim.png
+share/mate-time-admin/map/timezone_-7.png
+share/mate-time-admin/map/timezone_-7_dim.png
+share/mate-time-admin/map/timezone_-8.png
+share/mate-time-admin/map/timezone_-8_dim.png
+share/mate-time-admin/map/timezone_-9.5.png
+share/mate-time-admin/map/timezone_-9.5_dim.png
+share/mate-time-admin/map/timezone_-9.png
+share/mate-time-admin/map/timezone_-9_dim.png
+share/mate-time-admin/map/timezone_0.png
+share/mate-time-admin/map/timezone_0_dim.png
+share/mate-time-admin/map/timezone_1.png
+share/mate-time-admin/map/timezone_10.5.png
+share/mate-time-admin/map/timezone_10.5_dim.png
+share/mate-time-admin/map/timezone_10.png
+share/mate-time-admin/map/timezone_10_dim.png
+share/mate-time-admin/map/timezone_11.5.png
+share/mate-time-admin/map/timezone_11.5_dim.png
+share/mate-time-admin/map/timezone_11.png
+share/mate-time-admin/map/timezone_11_dim.png
+share/mate-time-admin/map/timezone_12.75.png
+share/mate-time-admin/map/timezone_12.75_dim.png
+share/mate-time-admin/map/timezone_12.png
+share/mate-time-admin/map/timezone_12_dim.png
+share/mate-time-admin/map/timezone_13.png
+share/mate-time-admin/map/timezone_13_dim.png
+share/mate-time-admin/map/timezone_14.png
+share/mate-time-admin/map/timezone_14_dim.png
+share/mate-time-admin/map/timezone_1_dim.png
+share/mate-time-admin/map/timezone_2.png
+share/mate-time-admin/map/timezone_2_dim.png
+share/mate-time-admin/map/timezone_3.5.png
+share/mate-time-admin/map/timezone_3.5_dim.png
+share/mate-time-admin/map/timezone_3.png
+share/mate-time-admin/map/timezone_3_dim.png
+share/mate-time-admin/map/timezone_4.5.png
+share/mate-time-admin/map/timezone_4.5_dim.png
+share/mate-time-admin/map/timezone_4.png
+share/mate-time-admin/map/timezone_4_dim.png
+share/mate-time-admin/map/timezone_5.5.png
+share/mate-time-admin/map/timezone_5.5_dim.png
+share/mate-time-admin/map/timezone_5.75.png
+share/mate-time-admin/map/timezone_5.75_dim.png
+share/mate-time-admin/map/timezone_5.png
+share/mate-time-admin/map/timezone_5_dim.png
+share/mate-time-admin/map/timezone_6.5.png
+share/mate-time-admin/map/timezone_6.5_dim.png
+share/mate-time-admin/map/timezone_6.png
+share/mate-time-admin/map/timezone_6_dim.png
+share/mate-time-admin/map/timezone_7.png
+share/mate-time-admin/map/timezone_7_dim.png
+share/mate-time-admin/map/timezone_8.5.png
+share/mate-time-admin/map/timezone_8.5_dim.png
+share/mate-time-admin/map/timezone_8.75.png
+share/mate-time-admin/map/timezone_8.75_dim.png
+share/mate-time-admin/map/timezone_8.png
+share/mate-time-admin/map/timezone_8_dim.png
+share/mate-time-admin/map/timezone_9.5.png
+share/mate-time-admin/map/timezone_9.5_dim.png
+share/mate-time-admin/map/timezone_9.png
+share/mate-time-admin/map/timezone_9_dim.png
%%DATADIR%%/keybindings/00-multimedia-key.xml
%%DATADIR%%/keybindings/01-desktop-key.xml
%%DATADIR%%/pixmaps/at-startup.png
@@ -1923,9 +2018,6 @@ share/locale/zu/LC_MESSAGES/mate-control-center.mo
%%DATADIR%%/pixmaps/bar-green.png
%%DATADIR%%/pixmaps/bar-red.png
%%DATADIR%%/pixmaps/bar.png
-%%DATADIR%%/pixmaps/double-click-maybe.svg
-%%DATADIR%%/pixmaps/double-click-off.svg
-%%DATADIR%%/pixmaps/double-click-on.svg
%%DATADIR%%/pixmaps/gtk-theme-thumbnailing.png
%%DATADIR%%/pixmaps/icon-theme-thumbnailing.png
%%DATADIR%%/pixmaps/mouse-cursor-normal-large.png
@@ -1939,21 +2031,6 @@ share/locale/zu/LC_MESSAGES/mate-control-center.mo
%%DATADIR%%/pixmaps/subpixel-vrgb.png
%%DATADIR%%/pixmaps/theme-thumbnailing.png
%%DATADIR%%/pixmaps/window-theme-thumbnailing.png
-%%DATADIR%%/ui/appearance.ui
-%%DATADIR%%/ui/at-enable-dialog.ui
-%%DATADIR%%/ui/display-capplet.ui
-%%DATADIR%%/ui/mate-about-me-dialog.ui
-%%DATADIR%%/ui/mate-about-me-fingerprint.ui
-%%DATADIR%%/ui/mate-about-me-password.ui
-%%DATADIR%%/ui/mate-default-applications-properties.ui
-%%DATADIR%%/ui/mate-keybinding-properties.ui
-%%DATADIR%%/ui/mate-keyboard-properties-a11y-notifications.ui
-%%DATADIR%%/ui/mate-keyboard-properties-dialog.ui
-%%DATADIR%%/ui/mate-keyboard-properties-layout-chooser.ui
-%%DATADIR%%/ui/mate-keyboard-properties-model-chooser.ui
-%%DATADIR%%/ui/mate-keyboard-properties-options-dialog.ui
-%%DATADIR%%/ui/mate-mouse-properties.ui
-%%DATADIR%%/ui/mate-network-properties.ui
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 542ced387b0d..d128ed9e2f64 100644
--- a/sysutils/mate-polkit/Makefile
+++ b/sysutils/mate-polkit/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-polkit
-PORTVERSION= 1.22.0
+PORTVERSION= 1.24.0
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
diff --git a/sysutils/mate-polkit/distinfo b/sysutils/mate-polkit/distinfo
index 0e269485e6d1..8b2570db3884 100644
--- a/sysutils/mate-polkit/distinfo
+++ b/sysutils/mate-polkit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556451393
-SHA256 (mate/mate-polkit-1.22.0.tar.xz) = c0cb8a2bb01e3afcbd56557563491ecf7fa8dad6e419a7a1e01b52d7c3b1280b
-SIZE (mate/mate-polkit-1.22.0.tar.xz) = 302080
+TIMESTAMP = 1591975761
+SHA256 (mate/mate-polkit-1.24.0.tar.xz) = 76bf1133a22d0772bff02c34d6178ef73826a400415294541f9e6f4b3f5ea090
+SIZE (mate/mate-polkit-1.24.0.tar.xz) = 332652
diff --git a/sysutils/mate-polkit/pkg-plist b/sysutils/mate-polkit/pkg-plist
index f8456e418e12..6ca1533e95e6 100644
--- a/sysutils/mate-polkit/pkg-plist
+++ b/sysutils/mate-polkit/pkg-plist
@@ -47,6 +47,7 @@ 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/ie/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
diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile
index a2d1573dfdcf..e9de8742f925 100644
--- a/sysutils/mate-power-manager/Makefile
+++ b/sysutils/mate-power-manager/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-power-manager
-PORTVERSION= 1.22.2
+PORTVERSION= 1.24.0
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -10,6 +10,9 @@ DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Power management system for the MATE Desktop
+LICENSE= GPLv2
+LICENSE_FILES= ${WRKSRC}/COPYING
+
BUILD_DEPENDS= itstool:textproc/itstool \
gnome-keyring>=3.0.0:security/gnome-keyring
LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \
diff --git a/sysutils/mate-power-manager/distinfo b/sysutils/mate-power-manager/distinfo
index f28f7e786c5f..339c8de04345 100644
--- a/sysutils/mate-power-manager/distinfo
+++ b/sysutils/mate-power-manager/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577215744
-SHA256 (mate/mate-power-manager-1.22.2.tar.xz) = 76d1ce28b812ba0fd118d5aa529538072cef1336ae76aea1832ecc00fc91f68a
-SIZE (mate/mate-power-manager-1.22.2.tar.xz) = 3188752
+TIMESTAMP = 1591975891
+SHA256 (mate/mate-power-manager-1.24.0.tar.xz) = 8fb6d91629f4937b041747752bc2b5259c839876f940cca157f1246537aadcc0
+SIZE (mate/mate-power-manager-1.24.0.tar.xz) = 5776576
diff --git a/sysutils/mate-power-manager/files/patch-configure.ac b/sysutils/mate-power-manager/files/patch-configure.ac
deleted file mode 100644
index 7b9571b09c3e..000000000000
--- a/sysutils/mate-power-manager/files/patch-configure.ac
+++ /dev/null
@@ -1,43 +0,0 @@
---- configure.ac.orig 2012-07-12 13:47:37.000000000 -0500
-+++ configure.ac 2012-07-28 23:08:29.000000000 -0500
-@@ -58,21 +58,14 @@
- WARNINGFLAGS="$WARNINGFLAGS -Wreturn-type"
- WARNINGFLAGS="$WARNINGFLAGS -Wformat-nonliteral"
- WARNINGFLAGS="$WARNINGFLAGS -Wformat-security"
-- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-include-dirs"
- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-format-attribute"
-- WARNINGFLAGS="$WARNINGFLAGS -Wclobbered"
-- WARNINGFLAGS="$WARNINGFLAGS -Wempty-body"
-- WARNINGFLAGS="$WARNINGFLAGS -Wignored-qualifiers"
- # WARNINGFLAGS="$WARNINGFLAGS -Wsign-compare"
-- WARNINGFLAGS="$WARNINGFLAGS -Wtype-limits"
- # WARNINGFLAGS="$WARNINGFLAGS -Wuninitialized"
- # WARNINGFLAGS="$WARNINGFLAGS -Waggregate-return"
- WARNINGFLAGS="$WARNINGFLAGS -Wdeclaration-after-statement"
- WARNINGFLAGS="$WARNINGFLAGS -Wshadow"
- WARNINGFLAGS="$WARNINGFLAGS -Winline"
- # WARNINGFLAGS="$WARNINGFLAGS -Wswitch-enum"
-- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-parameter-type"
-- WARNINGFLAGS="$WARNINGFLAGS -Woverride-init"
- WARNINGFLAGS="$WARNINGFLAGS -Wno-strict-aliasing"
- else
- WARNINGFLAGS=""
-@@ -340,6 +333,18 @@
- fi
- AM_CONDITIONAL(HAVE_DOCBOOK2MAN, [test "$DOCBOOK2MAN" != "no"])
-
-+dnl ====================================================================
-+dnl check for backtrace support
-+dnl ====================================================================
-+
-+AC_CHECK_HEADERS(execinfo.h)
-+AC_CHECK_LIB(execinfo, backtrace, [have_backtrace="yes"], [have_backtrace="no"])
-+EXECINFO_LIBS=""
-+if test "x$have_backtrace" = "xyes"; then
-+ EXECINFO_LIBS="-lexecinfo"
-+fi
-+AC_SUBST(EXECINFO_LIBS)
-+
- dnl ---------------------------------------------------------------------------
- dnl - Makefiles, etc.
- dnl ---------------------------------------------------------------------------
diff --git a/sysutils/mate-power-manager/pkg-plist b/sysutils/mate-power-manager/pkg-plist
index 417bbf782789..d1ca72c88794 100644
--- a/sysutils/mate-power-manager/pkg-plist
+++ b/sysutils/mate-power-manager/pkg-plist
@@ -1769,6 +1769,10 @@ share/help/zu/mate-power-manager/figures/gpm-unplugged.png
share/help/zu/mate-power-manager/figures/gs-prefs.png
share/help/zu/mate-power-manager/index.docbook
share/help/zu/mate-power-manager/legal.xml
+share/icons/hicolor/128x128/apps/mate-brightness-applet.png
+share/icons/hicolor/128x128/apps/mate-inhibit-applet.png
+share/icons/hicolor/128x128/apps/mate-power-manager.png
+share/icons/hicolor/128x128/apps/mate-power-statistics.png
share/icons/hicolor/16x16/apps/mate-brightness-applet.png
share/icons/hicolor/16x16/apps/mate-inhibit-applet.png
share/icons/hicolor/16x16/apps/mate-power-manager.png
@@ -1781,6 +1785,10 @@ share/icons/hicolor/24x24/apps/mate-brightness-applet.png
share/icons/hicolor/24x24/apps/mate-inhibit-applet.png
share/icons/hicolor/24x24/apps/mate-power-manager.png
share/icons/hicolor/24x24/apps/mate-power-statistics.png
+share/icons/hicolor/256x256/apps/mate-brightness-applet.png
+share/icons/hicolor/256x256/apps/mate-inhibit-applet.png
+share/icons/hicolor/256x256/apps/mate-power-manager.png
+share/icons/hicolor/256x256/apps/mate-power-statistics.png
share/icons/hicolor/32x32/apps/mate-brightness-applet.png
share/icons/hicolor/32x32/apps/mate-inhibit-applet.png
share/icons/hicolor/32x32/apps/mate-power-manager.png
@@ -1789,6 +1797,14 @@ share/icons/hicolor/48x48/apps/mate-brightness-applet.png
share/icons/hicolor/48x48/apps/mate-inhibit-applet.png
share/icons/hicolor/48x48/apps/mate-power-manager.png
share/icons/hicolor/48x48/apps/mate-power-statistics.png
+share/icons/hicolor/64x64/apps/mate-brightness-applet.png
+share/icons/hicolor/64x64/apps/mate-inhibit-applet.png
+share/icons/hicolor/64x64/apps/mate-power-manager.png
+share/icons/hicolor/64x64/apps/mate-power-statistics.png
+share/icons/hicolor/96x96/apps/mate-brightness-applet.png
+share/icons/hicolor/96x96/apps/mate-inhibit-applet.png
+share/icons/hicolor/96x96/apps/mate-power-manager.png
+share/icons/hicolor/96x96/apps/mate-power-statistics.png
share/icons/hicolor/scalable/apps/mate-brightness-applet.svg
share/icons/hicolor/scalable/apps/mate-inhibit-applet.svg
share/icons/hicolor/scalable/apps/mate-power-manager.svg
@@ -1923,9 +1939,64 @@ share/locale/zu/LC_MESSAGES/mate-power-manager.mo
share/mate-panel/applets/org.mate.BrightnessApplet.mate-panel-applet
share/mate-panel/applets/org.mate.InhibitApplet.mate-panel-applet
%%DATADIR%%/acme.ui
-%%DATADIR%%/gpm-feedback-widget.ui
-%%DATADIR%%/gpm-prefs.ui
-%%DATADIR%%/gpm-statistics.ui
+%%DATADIR%%/icons/hicolor/128x128/actions/gpm-hibernate.png
+%%DATADIR%%/icons/hicolor/128x128/actions/gpm-suspend.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-ac-adapter.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-battery-000-charging.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-battery-000.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-battery-020-charging.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-battery-020.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-battery-040-charging.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-battery-040.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-battery-060-charging.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-battery-060.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-battery-080-charging.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-battery-080.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-battery-100-charging.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-battery-100.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-battery-charged.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-battery-empty.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-battery-missing.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-brightness-kbd-disabled.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-brightness-kbd-invalid.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-brightness-kbd.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-brightness-lcd-disabled.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-brightness-lcd-invalid.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-brightness-lcd.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-inhibit-invalid.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-inhibit.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-keyboard-000.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-keyboard-020.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-keyboard-040.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-keyboard-060.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-keyboard-080.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-keyboard-100.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-monitor.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-mouse-000.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-mouse-020.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-mouse-040.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-mouse-060.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-mouse-080.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-mouse-100.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-phone-000.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-phone-020.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-phone-040.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-phone-060.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-phone-080.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-phone-100.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-ups-000-charging.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-ups-000.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-ups-020-charging.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-ups-020.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-ups-040-charging.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-ups-040.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-ups-060-charging.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-ups-060.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-ups-080-charging.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-ups-080.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-ups-100-charging.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-ups-100.png
+%%DATADIR%%/icons/hicolor/128x128/status/gpm-ups-missing.png
%%DATADIR%%/icons/hicolor/16x16/actions/gpm-hibernate.png
%%DATADIR%%/icons/hicolor/16x16/actions/gpm-suspend.png
%%DATADIR%%/icons/hicolor/16x16/status/gpm-ac-adapter.png
@@ -2097,6 +2168,64 @@ share/mate-panel/applets/org.mate.InhibitApplet.mate-panel-applet
%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100-charging.png
%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100.png
%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-missing.png
+%%DATADIR%%/icons/hicolor/256x256/actions/gpm-hibernate.png
+%%DATADIR%%/icons/hicolor/256x256/actions/gpm-suspend.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-ac-adapter.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-battery-000-charging.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-battery-000.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-battery-020-charging.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-battery-020.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-battery-040-charging.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-battery-040.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-battery-060-charging.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-battery-060.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-battery-080-charging.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-battery-080.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-battery-100-charging.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-battery-100.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-battery-charged.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-battery-empty.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-battery-missing.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-brightness-kbd-disabled.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-brightness-kbd-invalid.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-brightness-kbd.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-brightness-lcd-disabled.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-brightness-lcd-invalid.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-brightness-lcd.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-inhibit-invalid.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-inhibit.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-keyboard-000.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-keyboard-020.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-keyboard-040.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-keyboard-060.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-keyboard-080.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-keyboard-100.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-monitor.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-mouse-000.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-mouse-020.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-mouse-040.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-mouse-060.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-mouse-080.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-mouse-100.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-phone-000.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-phone-020.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-phone-040.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-phone-060.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-phone-080.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-phone-100.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-ups-000-charging.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-ups-000.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-ups-020-charging.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-ups-020.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-ups-040-charging.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-ups-040.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-ups-060-charging.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-ups-060.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-ups-080-charging.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-ups-080.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-ups-100-charging.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-ups-100.png
+%%DATADIR%%/icons/hicolor/256x256/status/gpm-ups-missing.png
%%DATADIR%%/icons/hicolor/32x32/actions/gpm-hibernate.png
%%DATADIR%%/icons/hicolor/32x32/actions/gpm-suspend.png
%%DATADIR%%/icons/hicolor/32x32/status/gpm-ac-adapter.png
@@ -2212,6 +2341,122 @@ share/mate-panel/applets/org.mate.InhibitApplet.mate-panel-applet
%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100-charging.png
%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100.png
%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-missing.png
+%%DATADIR%%/icons/hicolor/64x64/actions/gpm-hibernate.png
+%%DATADIR%%/icons/hicolor/64x64/actions/gpm-suspend.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-ac-adapter.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-battery-000-charging.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-battery-000.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-battery-020-charging.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-battery-020.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-battery-040-charging.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-battery-040.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-battery-060-charging.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-battery-060.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-battery-080-charging.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-battery-080.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-battery-100-charging.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-battery-100.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-battery-charged.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-battery-empty.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-battery-missing.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-brightness-kbd-disabled.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-brightness-kbd-invalid.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-brightness-kbd.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-brightness-lcd-disabled.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-brightness-lcd-invalid.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-brightness-lcd.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-inhibit-invalid.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-inhibit.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-keyboard-000.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-keyboard-020.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-keyboard-040.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-keyboard-060.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-keyboard-080.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-keyboard-100.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-monitor.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-mouse-000.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-mouse-020.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-mouse-040.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-mouse-060.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-mouse-080.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-mouse-100.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-phone-000.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-phone-020.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-phone-040.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-phone-060.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-phone-080.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-phone-100.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-ups-000-charging.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-ups-000.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-ups-020-charging.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-ups-020.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-ups-040-charging.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-ups-040.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-ups-060-charging.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-ups-060.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-ups-080-charging.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-ups-080.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-ups-100-charging.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-ups-100.png
+%%DATADIR%%/icons/hicolor/64x64/status/gpm-ups-missing.png
+%%DATADIR%%/icons/hicolor/96x96/actions/gpm-hibernate.png
+%%DATADIR%%/icons/hicolor/96x96/actions/gpm-suspend.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-ac-adapter.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-battery-000-charging.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-battery-000.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-battery-020-charging.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-battery-020.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-battery-040-charging.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-battery-040.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-battery-060-charging.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-battery-060.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-battery-080-charging.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-battery-080.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-battery-100-charging.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-battery-100.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-battery-charged.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-battery-empty.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-battery-missing.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-brightness-kbd-disabled.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-brightness-kbd-invalid.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-brightness-kbd.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-brightness-lcd-disabled.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-brightness-lcd-invalid.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-brightness-lcd.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-inhibit-invalid.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-inhibit.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-keyboard-000.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-keyboard-020.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-keyboard-040.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-keyboard-060.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-keyboard-080.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-keyboard-100.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-monitor.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-mouse-000.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-mouse-020.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-mouse-040.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-mouse-060.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-mouse-080.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-mouse-100.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-phone-000.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-phone-020.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-phone-040.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-phone-060.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-phone-080.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-phone-100.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-ups-000-charging.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-ups-000.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-ups-020-charging.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-ups-020.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-ups-040-charging.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-ups-040.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-ups-060-charging.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-ups-060.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-ups-080-charging.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-ups-080.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-ups-100-charging.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-ups-100.png
+%%DATADIR%%/icons/hicolor/96x96/status/gpm-ups-missing.png
%%DATADIR%%/icons/hicolor/scalable/actions/gpm-hibernate.svg
%%DATADIR%%/icons/hicolor/scalable/actions/gpm-suspend.svg
%%DATADIR%%/icons/hicolor/scalable/status/gpm-ac-adapter.svg
diff --git a/sysutils/mate-settings-daemon/Makefile b/sysutils/mate-settings-daemon/Makefile
index dc85ae30fa33..7998ebbb17d8 100644
--- a/sysutils/mate-settings-daemon/Makefile
+++ b/sysutils/mate-settings-daemon/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-settings-daemon
-PORTVERSION= 1.22.1
+PORTVERSION= 1.24.0
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -10,6 +10,9 @@ DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= MATE settings daemon
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib \
libxklavier.so:x11/libxklavier \
@@ -62,7 +65,9 @@ GLIB_SCHEMAS= org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml \
org.mate.applications-at.gschema.xml \
org.mate.font-rendering.gschema.xml \
org.mate.peripherals-smartcard.gschema.xml \
- org.mate.peripherals-touchpad.gschema.xml
+ org.mate.peripherals-touchpad.gschema.xml \
+ org.mate.peripherals-keyboard.gschema.xml \
+ org.mate.peripherals-mouse.gschema.xml
OPTIONS_DEFINE= PULSEAUDIO
OPTIONS_SUB= yes
diff --git a/sysutils/mate-settings-daemon/distinfo b/sysutils/mate-settings-daemon/distinfo
index ce51d38967d4..ec149ba51ac1 100644
--- a/sysutils/mate-settings-daemon/distinfo
+++ b/sysutils/mate-settings-daemon/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577219423
-SHA256 (mate/mate-settings-daemon-1.22.1.tar.xz) = 37122a5aec96ebff25789be90e0a0f749eac096e8441babbbbe0c508be00bc45
-SIZE (mate/mate-settings-daemon-1.22.1.tar.xz) = 766556
+TIMESTAMP = 1591967234
+SHA256 (mate/mate-settings-daemon-1.24.0.tar.xz) = 89bf518d9c87e0bffe2e1ddeb154072179a44580c1e647454c5b5ecccd5085c1
+SIZE (mate/mate-settings-daemon-1.24.0.tar.xz) = 1026248
diff --git a/sysutils/mate-settings-daemon/pkg-plist b/sysutils/mate-settings-daemon/pkg-plist
index 00b88f944630..f7af94a7f542 100644
--- a/sysutils/mate-settings-daemon/pkg-plist
+++ b/sysutils/mate-settings-daemon/pkg-plist
@@ -1,4 +1,3 @@
-etc/dbus-1/system.d/org.mate.SettingsDaemon.DateTimeMechanism.conf
etc/xdg/autostart/mate-settings-daemon.desktop
etc/xrdb/Editres.ad
etc/xrdb/Emacs.ad
@@ -8,6 +7,10 @@ etc/xrdb/Tk.ad
etc/xrdb/Xaw.ad
include/mate-settings-daemon/mate-settings-client.h
include/mate-settings-daemon/mate-settings-plugin.h
+share/dbus-1/system.d/org.mate.SettingsDaemon.DateTimeMechanism.conf
+share/icons/hicolor/48x48/apps/msd-xrandr.png
+share/icons/hicolor/64x64/apps/msd-xrandr.png
+share/icons/hicolor/96x96/apps/msd-xrandr.png
lib/mate-settings-daemon/a11y-keyboard.mate-settings-plugin
lib/mate-settings-daemon/a11y-settings.mate-settings-plugin
lib/mate-settings-daemon/background.mate-settings-plugin
diff --git a/sysutils/mate-system-monitor/Makefile b/sysutils/mate-system-monitor/Makefile
index 301c21aec4f9..fe1491840062 100644
--- a/sysutils/mate-system-monitor/Makefile
+++ b/sysutils/mate-system-monitor/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-system-monitor
-PORTVERSION= 1.22.2
+PORTVERSION= 1.24.0
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -10,6 +10,9 @@ DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= MATE system monitor program
+LICENSE= GPLv2
+LICENSE_FILES= ${WRKSRC}/COPYING
+
BUILD_DEPENDS= itstool:textproc/itstool
LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \
libdbus-glib-1.so:devel/dbus-glib
diff --git a/sysutils/mate-system-monitor/distinfo b/sysutils/mate-system-monitor/distinfo
index c11136518c81..4beb0df4241b 100644
--- a/sysutils/mate-system-monitor/distinfo
+++ b/sysutils/mate-system-monitor/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577220392
-SHA256 (mate/mate-system-monitor-1.22.2.tar.xz) = 81ea6e116f05122b73bb6293660b386ddc957787458ab99093838c00762e94b4
-SIZE (mate/mate-system-monitor-1.22.2.tar.xz) = 2209852
+TIMESTAMP = 1591976521
+SHA256 (mate/mate-system-monitor-1.24.0.tar.xz) = c59bde9b43ea49ee05738307314f26375c8801f6844e417dd6d011ab333563b1
+SIZE (mate/mate-system-monitor-1.24.0.tar.xz) = 2437396
diff --git a/sysutils/mate-system-monitor/pkg-plist b/sysutils/mate-system-monitor/pkg-plist
index e7c5a759c5bc..b0b3b529ae5c 100644
--- a/sysutils/mate-system-monitor/pkg-plist
+++ b/sysutils/mate-system-monitor/pkg-plist
@@ -1670,7 +1670,6 @@ 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/fur/LC_MESSAGES/mate-system-monitor.mo
share/locale/fy/LC_MESSAGES/mate-system-monitor.mo
@@ -1693,7 +1692,6 @@ 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/km/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/ks/LC_MESSAGES/mate-system-monitor.mo
@@ -1746,7 +1744,6 @@ share/locale/tt/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/ur_PK/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/wa/LC_MESSAGES/mate-system-monitor.mo
diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile
index 7c4597160101..081903b1cfa7 100644
--- a/x11/mate-applets/Makefile
+++ b/x11/mate-applets/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mate-applets
-PORTVERSION= 1.22.2
+PORTVERSION= 1.24.0
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -25,7 +25,7 @@ LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \
PORTSCOUT= limitw:1,even
USES= compiler:c11 gettext gmake gnome libtool localbase mate \
- pkgconfig python:2.7 tar:xz xorg
+ pkgconfig tar:xz xorg
USE_CSTD= c11
USE_MATE= libmateweather panel
diff --git a/x11/mate-applets/distinfo b/x11/mate-applets/distinfo
index 8ee6b32194fd..11e0097ffa9d 100644
--- a/x11/mate-applets/distinfo
+++ b/x11/mate-applets/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577279005
-SHA256 (mate/mate-applets-1.22.2.tar.xz) = 0c47d69fdecda40231d021cb72594c479e01a4d4b7f49c9550731a9fe7cc62b0
-SIZE (mate/mate-applets-1.22.2.tar.xz) = 7648744
+TIMESTAMP = 1591975053
+SHA256 (mate/mate-applets-1.24.0.tar.xz) = b84feb195b3deb8ef7a973d6e66ba30f0c411cf2e9af1a76afa8903d5655a35a
+SIZE (mate/mate-applets-1.24.0.tar.xz) = 8142812
diff --git a/x11/mate-applets/files/patch-battstat_acpi-freebsd.c b/x11/mate-applets/files/patch-battstat_acpi-freebsd.c
index 48746fa03bbd..478687eff254 100644
--- a/x11/mate-applets/files/patch-battstat_acpi-freebsd.c
+++ b/x11/mate-applets/files/patch-battstat_acpi-freebsd.c
@@ -1,5 +1,5 @@
---- battstat/acpi-freebsd.c.orig Sun Jul 3 16:41:26 2005
-+++ battstat/acpi-freebsd.c Sun Jul 3 16:49:55 2005
+--- battstat/acpi-freebsd.c.orig 2020-02-10 11:36:09 UTC
++++ battstat/acpi-freebsd.c
@@ -31,9 +31,13 @@
#include <stdio.h>
@@ -57,7 +57,7 @@
}
update_battery_info(acpiinfo);
-@@ -110,6 +134,65 @@ acpi_freebsd_init(struct acpi_info * acp
+@@ -110,6 +134,65 @@ acpi_freebsd_init(struct acpi_info * acpiinfo)
return TRUE;
}
@@ -123,7 +123,7 @@
void
acpi_freebsd_cleanup(struct acpi_info * acpiinfo)
{
-@@ -119,21 +202,12 @@ acpi_freebsd_cleanup(struct acpi_info *
+@@ -119,21 +202,12 @@ acpi_freebsd_cleanup(struct acpi_info * acpiinfo)
close(acpiinfo->acpifd);
acpiinfo->acpifd = -1;
}
diff --git a/x11/mate-applets/files/patch-battstat_acpi-freebsd.h b/x11/mate-applets/files/patch-battstat_acpi-freebsd.h
index 518a5269a069..fd711c5482d8 100644
--- a/x11/mate-applets/files/patch-battstat_acpi-freebsd.h
+++ b/x11/mate-applets/files/patch-battstat_acpi-freebsd.h
@@ -1,5 +1,5 @@
---- battstat/acpi-freebsd.h.orig 2013-03-26 20:55:32.000000000 -0500
-+++ battstat/acpi-freebsd.h 2013-03-26 20:57:36.000000000 -0500
+--- battstat/acpi-freebsd.h.orig 2020-02-10 11:36:09 UTC
++++ battstat/acpi-freebsd.h
@@ -29,61 +29,30 @@
#define ACPI_LIFE "hw.acpi.battery.life"
#define ACPI_STATE "hw.acpi.battery.state"
@@ -18,7 +18,8 @@
+ int ai_batt_time;
+ guint ai_status;
};
--
++#endif
+
-gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo);
-gboolean acpi_process_event(struct acpi_info * acpiinfo);
-gboolean acpi_freebsd_init(struct acpi_info * acpiinfo);
@@ -40,7 +41,7 @@
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
-- * Foundation, Inc., 59 Temple Street #330, Boston, MA 02110-1301, USA.
+- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- */
-
-#ifndef __ACPI_FREEBSD_H__
@@ -55,8 +56,7 @@
-#define ACPI_TIME "hw.acpi.battery.time"
-#define ACPI_LIFE "hw.acpi.battery.life"
-#define ACPI_STATE "hw.acpi.battery.state"
-+#endif
-
+-
struct acpi_info {
gboolean ac_online;
+ gboolean event_inited;
diff --git a/x11/mate-applets/files/patch-configure.ac b/x11/mate-applets/files/patch-configure.ac
deleted file mode 100644
index 620890eea917..000000000000
--- a/x11/mate-applets/files/patch-configure.ac
+++ /dev/null
@@ -1,48 +0,0 @@
---- configure.ac.orig 2016-01-05 02:12:51.000000000 +0100
-+++ configure.ac 2016-02-01 10:03:19.854824000 +0100
-@@ -269,7 +269,7 @@
- GETTEXT_PACKAGE=mate-applets
- AC_SUBST(GETTEXT_PACKAGE)
- AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext Package])
--AC_DEFINE_DIR(MATELOCALEDIR, "${datadir}/locale", [locale directory])
-+AC_DEFINE_DIR(MATELOCALEDIR, [localedir], [locale directory])
- AM_GLIB_GNU_GETTEXT
-
- # this is the directory where the *.{mo,gmo} files are installed
-@@ -310,7 +310,7 @@
- AC_CHECK_LIB(apm,apm_read,[HAVE_LIBAPM=yes],[HAVE_LIBAPM=no])
- ;;
- # list of supported OS cores that do not use libapm
-- i386-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu)
-+ *-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu)
- if test -n "${OS_SYS}"; then
- ACPIINC="-I${OS_SYS}"
- else
-@@ -546,17 +549,17 @@
- builderdir="${pkgdatadir}/builder"
- AC_SUBST(builderdir)
-
--AC_DEFINE_DIR(MATE_ICONDIR, "${iconsdir}", [Mate Icon Directory])
--AC_DEFINE_DIR(MATE_PIXMAPSDIR, "${pixmapsdir}", [Mate Pixmaps Directory])
--AC_DEFINE_DIR(PKGDATADIR, "${pkgdatadir}", [Mate Applets Directory])
--AC_DEFINE_DIR(GTK_BUILDERDIR, "${builderdir}", [GtkBuilder Resources Directory])
--AC_DEFINE_DIR(DATADIR, "${datadir}", [datadir])
--AC_DEFINE_DIR(PKG_DATA_DIR, "${pkgdatadir}", [pkgdatadir])
--AC_DEFINE_DIR(SYSCONFDIR, "${sysconfdir}", [sysconfdir])
--AC_DEFINE_DIR(LIBDIR, "${libdir}", [libdir])
--AC_DEFINE_DIR(PREFIX, "$prefix", [install prefix])
-+AC_DEFINE_DIR(MATE_ICONDIR, [iconsdir], [Mate Icon Directory])
-+AC_DEFINE_DIR(MATE_PIXMAPSDIR, [pixmapsdir], [Mate Pixmaps Directory])
-+AC_DEFINE_DIR(PKGDATADIR, [pkgdatadir], [Mate Applets Directory])
-+AC_DEFINE_DIR(GTK_BUILDERDIR, [builderdir], [GtkBuilder Resources Directory])
-+AC_DEFINE_DIR(DATADIR, [datadir], [datadir])
-+AC_DEFINE_DIR(PKG_DATA_DIR, [pkgdatadir], [pkgdatadir])
-+AC_DEFINE_DIR(SYSCONFDIR, [sysconfdir], [sysconfdir])
-+AC_DEFINE_DIR(LIBDIR, [libdir], [libdir])
-+AC_DEFINE_DIR(PREFIX, [prefix], [install prefix])
-
--AS_AC_EXPAND(DATADIR, "${datadir}")
-+AS_AC_EXPAND(DATADIR, $datadir)
- AS_AC_EXPAND(BUILDERDIR, $builderdir)
-
- AC_SUBST(VERSION)
diff --git a/x11/mate-base/Makefile b/x11/mate-base/Makefile
index b8681909adbb..742ebcd5001e 100644
--- a/x11/mate-base/Makefile
+++ b/x11/mate-base/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-base
-PORTVERSION= 1.22.2
+PORTVERSION= 1.24.0
CATEGORIES= x11 mate
MAINTAINER= gnome@FreeBSD.org
@@ -14,7 +14,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:x11-fonts/dejavu \
${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:sysutils/hal-info \
${LOCALBASE}/share/mate-background-properties/mate-desktop.xml:x11-themes/mate-backgrounds \
mate-themes>=1.8.0:x11-themes/mate-themes \
- mate-user-guide>=1.22.0:misc/mate-user-guide
+ mate-user-guide>=1.24.0:misc/mate-user-guide
USE_MATE= caja:run controlcenter:run icontheme:run \
marco:run notificationdaemon:run panel:run \
diff --git a/x11/mate-screensaver/Makefile b/x11/mate-screensaver/Makefile
index 6bfaaf326914..81d750e5b3c8 100644
--- a/x11/mate-screensaver/Makefile
+++ b/x11/mate-screensaver/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-screensaver
-PORTVERSION= 1.22.2
+PORTVERSION= 1.24.0
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
diff --git a/x11/mate-screensaver/distinfo b/x11/mate-screensaver/distinfo
index d8496a669447..0625cb2003ef 100644
--- a/x11/mate-screensaver/distinfo
+++ b/x11/mate-screensaver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577282581
-SHA256 (mate/mate-screensaver-1.22.2.tar.xz) = 8ba590f0a7a4f75d0e7625563fb9a8b8bd76a2f9e8105f32f148fb451e1208f9
-SIZE (mate/mate-screensaver-1.22.2.tar.xz) = 4943380
+TIMESTAMP = 1591973831
+SHA256 (mate/mate-screensaver-1.24.0.tar.xz) = 7efd92f5a4dc595501782fbeba2de33528df0a86ef50b94970e72cd05237fc3e
+SIZE (mate/mate-screensaver-1.24.0.tar.xz) = 5075860
diff --git a/x11/mate-screensaver/files/patch-src_mate-screensaver-preferences.c b/x11/mate-screensaver/files/patch-src_mate-screensaver-preferences.c
new file mode 100644
index 000000000000..fa47aeda7ea7
--- /dev/null
+++ b/x11/mate-screensaver/files/patch-src_mate-screensaver-preferences.c
@@ -0,0 +1,12 @@
+--- src/mate-screensaver-preferences.c.orig 2020-02-10 12:35:28 UTC
++++ src/mate-screensaver-preferences.c
+@@ -1337,9 +1337,7 @@ setup_for_root_user (void)
+ }
+
+ /* copied from gs-window-x11.c */
+-#ifndef _GNU_SOURCE
+ extern char **environ;
+-#endif
+
+ static gchar **
+ spawn_make_environment_for_display (GdkDisplay *display,
diff --git a/x11/mate-screensaver/pkg-plist b/x11/mate-screensaver/pkg-plist
index d9fc675f3ca3..da96c7dcb00f 100644
--- a/x11/mate-screensaver/pkg-plist
+++ b/x11/mate-screensaver/pkg-plist
@@ -139,6 +139,5 @@ share/locale/zh_TW/LC_MESSAGES/mate-screensaver.mo
share/locale/zu/LC_MESSAGES/mate-screensaver.mo
share/mate-background-properties/cosmos.xml
%%DATADIR%%/lock-dialog-default.ui
-%%DATADIR%%/mate-screensaver-preferences.ui
share/pixmaps/gnome-logo-white.svg
share/pixmaps/mate-logo-white.svg
diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile
index e38308c5104e..ad877fa9d2a6 100644
--- a/x11/mate-session-manager/Makefile
+++ b/x11/mate-session-manager/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-session-manager
-PORTVERSION= 1.22.3
+PORTVERSION= 1.24.0
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
diff --git a/x11/mate-session-manager/distinfo b/x11/mate-session-manager/distinfo
index 26394f8e9c59..f18f1f99c515 100644
--- a/x11/mate-session-manager/distinfo
+++ b/x11/mate-session-manager/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577276962
-SHA256 (mate/mate-session-manager-1.22.3.tar.xz) = 8908089782781d692b876ddfd783aea8ddd89f7f626c3499be81f6729c3242fb
-SIZE (mate/mate-session-manager-1.22.3.tar.xz) = 582412
+TIMESTAMP = 1591973736
+SHA256 (mate/mate-session-manager-1.24.0.tar.xz) = 038eafd6b99877b6dd792a1fd76483dfa668dd4cf5a116c54a31d31e5a914c07
+SIZE (mate/mate-session-manager-1.24.0.tar.xz) = 709712
diff --git a/x11/mate-session-manager/pkg-plist b/x11/mate-session-manager/pkg-plist
index 6a032f9ea661..f91289dc9731 100644
--- a/x11/mate-session-manager/pkg-plist
+++ b/x11/mate-session-manager/pkg-plist
@@ -9,6 +9,9 @@ man/man1/mate-session-save.1.gz
man/man1/mate-session.1.gz
man/man1/mate-wm.1.gz
share/applications/mate-session-properties.desktop
+libexec/mate-session-check-accelerated
+libexec/mate-session-check-accelerated-gl-helper
+libexec/mate-session-check-accelerated-gles-helper
share/icons/hicolor/16x16/apps/mate-session-properties.png
share/icons/hicolor/22x22/apps/mate-session-properties.png
share/icons/hicolor/24x24/apps/mate-session-properties.png
@@ -151,6 +154,7 @@ share/locale/zh_CN/LC_MESSAGES/mate-session-manager.mo
share/locale/zh_HK/LC_MESSAGES/mate-session-manager.mo
share/locale/zh_TW/LC_MESSAGES/mate-session-manager.mo
share/locale/zu/LC_MESSAGES/mate-session-manager.mo
+%%DATADIR%%/hardware-compatibility
%%DATADIR%%/gsm-inhibit-dialog.ui
%%DATADIR%%/session-properties.ui
share/xsessions/mate.desktop