pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/mate-menus



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Nov 27 04:58:38 UTC 2022

Modified Files:
        pkgsrc/x11/mate-menus: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/mate-menus/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/mate-menus/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/mate-menus/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/mate-menus/Makefile
diff -u pkgsrc/x11/mate-menus/Makefile:1.22 pkgsrc/x11/mate-menus/Makefile:1.23
--- pkgsrc/x11/mate-menus/Makefile:1.22 Thu Aug 11 05:09:30 2022
+++ pkgsrc/x11/mate-menus/Makefile      Sun Nov 27 04:58:38 2022
@@ -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

Index: pkgsrc/x11/mate-menus/PLIST
diff -u pkgsrc/x11/mate-menus/PLIST:1.7 pkgsrc/x11/mate-menus/PLIST:1.8
--- pkgsrc/x11/mate-menus/PLIST:1.7     Fri Aug  6 01:15:36 2021
+++ pkgsrc/x11/mate-menus/PLIST Sun Nov 27 04:58:38 2022
@@ -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-menu
 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

Index: pkgsrc/x11/mate-menus/distinfo
diff -u pkgsrc/x11/mate-menus/distinfo:1.11 pkgsrc/x11/mate-menus/distinfo:1.12
--- pkgsrc/x11/mate-menus/distinfo:1.11 Tue Oct 26 11:34:14 2021
+++ pkgsrc/x11/mate-menus/distinfo      Sun Nov 27 04:58:38 2022
@@ -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



Home | Main Index | Thread Index | Old Index