summaryrefslogtreecommitdiff
path: root/wm/mate-netbook
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-04-05 16:05:39 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-04-05 16:05:39 +0000
commit044974ac71ecbc64cb4bbb60b95aed3fd9f9f232 (patch)
treefd90046a2d19b6988899c4cbe8c7c64e15b8eaef /wm/mate-netbook
parent87b75250e857acf5de2e684a1041cedf36779837 (diff)
downloadpkgsrc-044974ac71ecbc64cb4bbb60b95aed3fd9f9f232.tar.gz
Update all MATE packages (except system-monitor) to 1.24.0.
This release contains plenty of new features, bug-fixes, and general improvements. Some of the most important highlights include: * We did it again, the MATE desktop environment is easier to use than before, once the user starts the session. Do you want to hide applications startup? Now you can set which applications to show on startup. * Engrampa now has support for a handful of extra formats, as well as fixed support for passwords and unicode characters in some of them. * Eye of MATE now has support for Wayland and we’ve added support for embedded color profiles. * The thumbnail generation has been reworked and fixed in several places. * Added support for webp files. * Our window manager, marco, has gotten quite a few changes: * We’ve brought a bunch of window decorations from the past to feed your nostalgia. * Finally added invisible resize borders. No more struggling to find a border to grab with your mouse! * All window controls (you know, the min, max, close buttons) are now rendered in HiDPI. * The Alt+Tab and Workspace Switcher popups have been entirely reworked. Now they render in beautiful OSD style, are more configurable, and can respond to keyboard arrows. * Tiling windows with the keyboard now allows you to cycle through different window sizes. You no longer need to feel constrained by only half of your screen. * The System Monitor panel applet now has support for NVMe drives. * Calculator now supports using either “pi” or “π”. * Scientific notation has been improved. * Some fixes for supporting pre-defined physical constants. * The Control Center now displays its icons correctly on HiDPI displays. * A brand new Time And Date Manager app has been added. * The Mouse app now supports acceleration profiles. * The Preferred Applications app has been improved for accessibility, as well as better support for integration with IM clients. * The Indicator Applet has slightly better interaction with oddly-sized icons. * Speaking of icons, the network manager applet icons in our own themes have been entirely redesigned and can now be enjoyed on HiDPI displays. * If you’re the type of person that does not like to be disturbed when busy, or giving a presentation, or watching a movie, you’ll be happy to know that the notification daemon now supports a Do-Not-Disturb mode. * The MATE Panel had several bugs that caused crashes in the past when changing layouts. Those are now fixed! * Support for Wayland compatibility has improved considerably. * Status icons (a.k.a. notification area, or system tray) have support for HiDPI displays. * Wanda the Fish got a make-over and now you can enjoy her in full HiDPI glory. * The window list applet now supports window thumbnails on hover. * Various accessibility improvements throughout the panel and its core applets. * If your system doesn’t, uh, support systemd you might be interested in knowing that we’ve added support for elogind to both the MATE Screensaver and the MATE Session. * We’ve also added a brand new MATE Disk Image Mounter utility. * Mozo, the menu editor, now supports Undo and Redo actions. * Pluma plugins have now fully switched to Python 3. * Pluma no longer has to envy anything from other complex editors, since it can now show the formatting marks. * i18n: All applications have been migrated from intltools to gettext.
Diffstat (limited to 'wm/mate-netbook')
-rw-r--r--wm/mate-netbook/Makefile5
-rw-r--r--wm/mate-netbook/PLIST4
-rw-r--r--wm/mate-netbook/distinfo10
3 files changed, 10 insertions, 9 deletions
diff --git a/wm/mate-netbook/Makefile b/wm/mate-netbook/Makefile
index ce6b095239c..cde916ed115 100644
--- a/wm/mate-netbook/Makefile
+++ b/wm/mate-netbook/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2020/03/10 22:11:07 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2020/04/05 16:05:43 bsiegert Exp $
-PKGREVISION= 2
.include "../../meta-pkgs/mate/Makefile.common"
-DISTNAME= mate-netbook-${VERSION:R}.2
+DISTNAME= mate-netbook-${VERSION:R}.0
CATEGORIES= wm
COMMENT= Simple window management tool for MATE desktop
diff --git a/wm/mate-netbook/PLIST b/wm/mate-netbook/PLIST
index 3b67ca53999..0c21634601f 100644
--- a/wm/mate-netbook/PLIST
+++ b/wm/mate-netbook/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/02/17 06:18:55 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/04/05 16:05:43 bsiegert Exp $
bin/mate-maximus
libexec/mate-window-picker-applet
man/man1/mate-maximus.1
@@ -25,6 +25,7 @@ share/locale/cmn/LC_MESSAGES/mate-netbook.mo
share/locale/crh/LC_MESSAGES/mate-netbook.mo
share/locale/cs/LC_MESSAGES/mate-netbook.mo
share/locale/csb/LC_MESSAGES/mate-netbook.mo
+share/locale/cv/LC_MESSAGES/mate-netbook.mo
share/locale/cy/LC_MESSAGES/mate-netbook.mo
share/locale/da/LC_MESSAGES/mate-netbook.mo
share/locale/de/LC_MESSAGES/mate-netbook.mo
@@ -73,6 +74,7 @@ share/locale/hu/LC_MESSAGES/mate-netbook.mo
share/locale/hy/LC_MESSAGES/mate-netbook.mo
share/locale/ia/LC_MESSAGES/mate-netbook.mo
share/locale/id/LC_MESSAGES/mate-netbook.mo
+share/locale/ie/LC_MESSAGES/mate-netbook.mo
share/locale/ig/LC_MESSAGES/mate-netbook.mo
share/locale/is/LC_MESSAGES/mate-netbook.mo
share/locale/it/LC_MESSAGES/mate-netbook.mo
diff --git a/wm/mate-netbook/distinfo b/wm/mate-netbook/distinfo
index 051524bf232..d87d9a37576 100644
--- a/wm/mate-netbook/distinfo
+++ b/wm/mate-netbook/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2019/12/30 22:59:56 gutteridge Exp $
+$NetBSD: distinfo,v 1.10 2020/04/05 16:05:43 bsiegert Exp $
-SHA1 (mate-netbook-1.22.2.tar.xz) = 565fbc519eec6478de57c09e453a07a383dd55cb
-RMD160 (mate-netbook-1.22.2.tar.xz) = 2d696b890c10f1ec32c915629703140b7702ac19
-SHA512 (mate-netbook-1.22.2.tar.xz) = caaa841857b86592dd7417fa77e8211d1527f8234cd248a00a3a74b2b1487bd1c06a4bfde44818e1c3b0a64350b94e47d8bfdbcd545d787365dfd76c3af2ff71
-Size (mate-netbook-1.22.2.tar.xz) = 308168 bytes
+SHA1 (mate-netbook-1.24.0.tar.xz) = de13d9637fa77d53e4a6783ca13296bde1135c0c
+RMD160 (mate-netbook-1.24.0.tar.xz) = 4e014b640ace1b8acc0e3ebbd311d1ccbee91498
+SHA512 (mate-netbook-1.24.0.tar.xz) = fd2efbfaa3fb53f96bf9bff28eba70d3cd46b723a63e6748af0cb8314821cbafdc8d0122d402e89ac2742247685e630544f3d98149514114de5a3e38f7fbe471
+Size (mate-netbook-1.24.0.tar.xz) = 356072 bytes
SHA1 (patch-maximus_xutils.c) = b44ac9b31e25ee1e7b93ffa8b16ac7f6da407e0a