pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mate-desktop



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Nov 27 05:04:10 UTC 2022

Modified Files:
        pkgsrc/x11/mate-desktop: Makefile distinfo

Log Message:
mate-desktop: update to 1.26.0

Change log:

### mate-desktop 1.26.0

  * Translations update
  * Replace the obsolete API in mate-colorsel.c file
  * Fix compilation warning
  * update copyright to 2021
  * travis-ci: use ubuntu focal as host system
  * MATE About: Fix off-by-one error, display yerba mate comment
  * travis: disable travis builds for ubuntu
  * Remove shadow warnings [-Wshadow]
  * mate-about: Use the macro _(String) instead of the macro gettext(Msgid)
  * Drop local macro mate_gettext(package, locale, codeset)
  * Remove warning -Wbad-function-cast
  * g_settings_get_string always returns a newly-allocated string
  * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
  * tx: update resource
  * mate-color-select: Do not use deprecated gtk_button_new_from_stock
  * update issue template
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * travis CI: use rolling tag for ubuntu docker image
  * travis CI: fix build issue of gtk-doc module

### mate-desktop 1.25.0

  * Translations update
  * mate-languages: portability of localedir fallback
  * a11y-keyboard: Add togglekeys-backend setting
  * a11y-keyboard: Add ranges for togglekeys beep settings
  * a11y-keyboard: Add settings to control beeps used for togglekeys
  * Bump version so other components can depend on it
  * a11y-keyboard: Add capslock-beep-enable gsetting
  * mate-desktop-thumbnail: Remove trailing spaces/tabs
  * add git.mk to generate .gitignore
  * build: silent build warnings for distcheck
  * Set range for thumbnail cache maximum-age
  * build: use MATE_COMPILE_WARNINGS = yes as default
  * meson: add configuration item description
  * mate-bg: remove warning function declaration isn���t a prototype
  * Remove warnings: cast between incompatible function types
  * mate-about.desktop: Do not collect the translation for Icon
  * build: remove mate-version.xml on distclean target instead of clean
  * mate-about: remove unused variable ���window���
  * build: remove mate-about.h on distclean target instead of clean
  * build: add meson config files to EXTRA_DIST
  * Remove GTimeVal deprecation warning for GLib 2.61.2+
  * thumbnail: fix typo in function description
  * Make the build reproducible


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/mate-desktop/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/mate-desktop/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-desktop/Makefile
diff -u pkgsrc/x11/mate-desktop/Makefile:1.33 pkgsrc/x11/mate-desktop/Makefile:1.34
--- pkgsrc/x11/mate-desktop/Makefile:1.33       Thu Aug 11 05:09:30 2022
+++ pkgsrc/x11/mate-desktop/Makefile    Sun Nov 27 05:04:10 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2022/08/11 05:09:30 gutteridge Exp $
+# $NetBSD: Makefile,v 1.34 2022/11/27 05:04:10 gutteridge Exp $
 
-PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      mate-desktop-${VERSION:R}.1
+DISTNAME=      mate-desktop-${VERSION}
 CATEGORIES=    x11
 
 COMMENT=       MATE desktop library

Index: pkgsrc/x11/mate-desktop/distinfo
diff -u pkgsrc/x11/mate-desktop/distinfo:1.13 pkgsrc/x11/mate-desktop/distinfo:1.14
--- pkgsrc/x11/mate-desktop/distinfo:1.13       Tue Oct 26 11:34:14 2021
+++ pkgsrc/x11/mate-desktop/distinfo    Sun Nov 27 05:04:10 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:34:14 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/11/27 05:04:10 gutteridge Exp $
 
-BLAKE2s (mate-desktop-1.24.1.tar.xz) = 13f67063d759244efc102e76a351602f4e87606d50fdd6e5185d792190b32b54
-SHA512 (mate-desktop-1.24.1.tar.xz) = 0691dd613946d5d67596d98cd489536f5876cb97fb4c5290133b198479b4bfa3835ca52a16a2d0cc5e863d625aedda83ab01e85d67f58a09763673f0f18ebc5a
-Size (mate-desktop-1.24.1.tar.xz) = 1115988 bytes
+BLAKE2s (mate-desktop-1.26.0.tar.xz) = 49ed53aeedc0a68807d67e2fc2c1801e1ff5b387d3a70cc5dcf69d9ca54ce7b0
+SHA512 (mate-desktop-1.26.0.tar.xz) = 73189cf2d5106fa632ed9272d7ba069ed4ff4b3032d279dce9953e322b487463fca5ffc42af00eed4344cfdecbc9a2f95f1f2ae96386d26c0ad0cfcd0ed226cc
+Size (mate-desktop-1.26.0.tar.xz) = 1189048 bytes
 SHA1 (patch-schemas_org.mate.interface.gschema.xml.in) = bd3b82a9ffa0eb5a5b464a8bbfa8e8b06eb7b847



Home | Main Index | Thread Index | Old Index