diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-11-27 04:58:38 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-11-27 04:58:38 +0000 |
commit | ca2f2039ffeb2367282f8ac7f018fb43c061b69d (patch) | |
tree | 15b76fd4d9361ee600e5e19ce93a46126ce4bfa4 /x11 | |
parent | 12ec9dffd3987cd1b288eb5c1791c97a89c4dc0b (diff) | |
download | pkgsrc-ca2f2039ffeb2367282f8ac7f018fb43c061b69d.tar.gz |
mate-menus: update to 1.26.0
Change log:
### mate-menus 1.26.0
* Translations update
* update copyright to 2021
### mate-menus 1.25.1
* Translations update
* build: remove .directory files using clean target
* build: allow users to disable gettext support (--disable-nls)
* Set compiler debug flags / logging with MATE_DEBUG_CHECK
* build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
* Remove -Wconversion -Wsign-compare -Wsign-conversion warnings
* matemenu-tree: do not call g_settings_get_string unless necessary
* Improve the description of the collection directory
* i18n: Add mate-collection.directory.in in POTFILES.in
* build: Set debug symbols and logging using --enable-debug
* entry-directories: Use of memory after it is freed (scan-build)
* matemenu-tree: Fix memory leak
* matemenu-tree: Remove collection_applet_free
* Remove the cppcheck warning about the variable scope can be reduced
* matemenu-tree: minor code format
* desktop-entries: warning -Wempty-body
* Remove USE_MATE2_MACROS from autogen.sh (legacy)
* Add collection menu item
### mate-menus 1.25.0
* Translations update
* add git.mk to generate .gitignore
* build: silent build warnings for distcheck
* build: do not override the default value for MATE_COMPILE_WARNINGS
* Do not collect the translation for Icon
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mate-menus/Makefile | 5 | ||||
-rw-r--r-- | x11/mate-menus/PLIST | 3 | ||||
-rw-r--r-- | x11/mate-menus/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/x11/mate-menus/Makefile b/x11/mate-menus/Makefile index 2f54ac7b44c..9e85a8b9ca1 100644 --- a/x11/mate-menus/Makefile +++ b/x11/mate-menus/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2022/08/11 05:09:30 gutteridge Exp $ +# $NetBSD: Makefile,v 1.23 2022/11/27 04:58:38 gutteridge Exp $ -PKGREVISION= 2 .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= mate-menus-${VERSION:R}.1 +DISTNAME= mate-menus-${VERSION} CATEGORIES= x11 COMMENT= Implementation of the desktop menu specification for MATE diff --git a/x11/mate-menus/PLIST b/x11/mate-menus/PLIST index 290fc44abb8..edeab9f7af0 100644 --- a/x11/mate-menus/PLIST +++ b/x11/mate-menus/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2021/08/06 01:15:36 gutteridge Exp $ +@comment $NetBSD: PLIST,v 1.8 2022/11/27 04:58:38 gutteridge Exp $ include/mate-menus/matemenu-tree.h lib/girepository-1.0/MateMenu-2.0.typelib lib/libmate-menu.la @@ -137,6 +137,7 @@ share/locale/zh_TW/LC_MESSAGES/mate-menus.mo share/locale/zu/LC_MESSAGES/mate-menus.mo share/mate-menus/examples/mate-menus-ls.py share/mate/desktop-directories/mate-audio-video.directory +share/mate/desktop-directories/mate-collection.directory share/mate/desktop-directories/mate-development.directory share/mate/desktop-directories/mate-education.directory share/mate/desktop-directories/mate-game.directory diff --git a/x11/mate-menus/distinfo b/x11/mate-menus/distinfo index 86166b4dbac..269814299a6 100644 --- a/x11/mate-menus/distinfo +++ b/x11/mate-menus/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 11:34:14 nia Exp $ +$NetBSD: distinfo,v 1.12 2022/11/27 04:58:38 gutteridge Exp $ -BLAKE2s (mate-menus-1.24.1.tar.xz) = d9c6d9d5b04bd1acf544dc6ce513221c491112267855fa3e4c621a8bdcbf5f7e -SHA512 (mate-menus-1.24.1.tar.xz) = 5235d3be31d30f8aeaf9b2da0f8fe8dc586e07ae0dcbc3da88a4f04181277a9dec9414dee9c255023b1ebd406f8b131197e3f526f9bac14eeb23d8014cfd22cb -Size (mate-menus-1.24.1.tar.xz) = 402968 bytes +BLAKE2s (mate-menus-1.26.0.tar.xz) = 4b675fd6ed4056acbe2b0abb4b7bde1e8cf5ea314c840da52eb3dd27e220c5d0 +SHA512 (mate-menus-1.26.0.tar.xz) = 01d0b4f111c445df363baa8e24c87e63e12e6c84c1ccdac4b05bc12a3e3edba6be14651c6b2b34e05271fa35c57f237d79bdbee6dde1699273047519022a636c +Size (mate-menus-1.26.0.tar.xz) = 410900 bytes SHA1 (patch-util_test-menu-spec.c) = b0d67c8149c48cd521a1be3ce267beae3426de77 |