Received: by mail.netbsd.org (Postfix, from userid 605) id D3C7884E82; Sun, 27 Nov 2022 05:04:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 10F6884D41 for ; Sun, 27 Nov 2022 05:04:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VxLOPjT8dkaK for ; Sun, 27 Nov 2022 05:04:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4967284D25 for ; Sun, 27 Nov 2022 05:04:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 472AFFA90; Sun, 27 Nov 2022 05:04:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1669525450110430" MIME-Version: 1.0 Date: Sun, 27 Nov 2022 05:04:10 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/mate-desktop To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20221127050410.472AFFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1669525450110430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" 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. --_----------=_1669525450110430 Content-Disposition: inline Content-Length: 1748 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1669525450110430--