Received: by mail.netbsd.org (Postfix, from userid 605) id A79C084E53; Sat, 11 Feb 2023 01:30:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D707284DB2 for ; Sat, 11 Feb 2023 01:30:29 +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 1-nKiGcDD1cy for ; Sat, 11 Feb 2023 01:30:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3BA8C84CD8 for ; Sat, 11 Feb 2023 01:30:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3320FFA90; Sat, 11 Feb 2023 01:30:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676079029100890" MIME-Version: 1.0 Date: Sat, 11 Feb 2023 01:30:29 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/xfce4-session To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20230211013029.3320FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676079029100890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Feb 11 01:30:29 UTC 2023 Modified Files: pkgsrc/x11/xfce4-session: Makefile distinfo Log Message: xfce4-session: update to 4.18.1 Change log: 4.18.1 (2023-02-10) ====== - Update copyright year - Fix bus name acquisition/ownership (#54, !34) - Use XfceScreensaver from Libxfce4ui (!35) - build: Fix previous commit - build: Fix autotools warnings - Avoid duplicating directories in the tail of $XDG_* envs (#111, !21) - settings: Fix memory leak - libxfsm: Fix wrong return value - Fix memory leaks when opening xfce4-session-settings - Fix blurry session snapshots (!33) - Fix blurry icons in autostart tab when UI scale > 1 (!33) - build: Fix GTK deprecation warnings (!32) - build: Fix some other GDK deprecation warnings (!32) - build: Fix gdk_error_trap_push/pop() deprecation warnings (!32) - build: Let xdt-depends.m4 macros set GLib macros (!32) - build: Remove GDK_VERSION_MIN_REQUIRED/MAX_ALLOWED (!32) - Make use of translations for run hooks (Fixes #156) - Translation Updates: Greek, Portuguese, Turkish To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 pkgsrc/x11/xfce4-session/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/xfce4-session/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676079029100890 Content-Disposition: inline Content-Length: 2301 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xfce4-session/Makefile diff -u pkgsrc/x11/xfce4-session/Makefile:1.102 pkgsrc/x11/xfce4-session/Makefile:1.103 --- pkgsrc/x11/xfce4-session/Makefile:1.102 Sun Jan 29 21:18:32 2023 +++ pkgsrc/x11/xfce4-session/Makefile Sat Feb 11 01:30:28 2023 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.102 2023/01/29 21:18:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.103 2023/02/11 01:30:28 gutteridge Exp $ -PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" -DISTNAME= xfce4-session-4.18.0 +DISTNAME= xfce4-session-4.18.1 CATEGORIES= x11 MASTER_SITES+= https://archive.xfce.org/src/xfce/xfce4-session/${PKGVERSION_NOREV:R}/ @@ -43,6 +42,7 @@ CONF_FILES= ${EGDIR}/autostart/xscreensa .include "../../devel/libwnck3/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +BUILDLINK_API_DEPENDS.libxfce4ui+= libxfce4ui>=4.18.2 .include "../../x11/libxfce4ui/buildlink3.mk" .include "../../x11/xscreensaver/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" Index: pkgsrc/x11/xfce4-session/distinfo diff -u pkgsrc/x11/xfce4-session/distinfo:1.36 pkgsrc/x11/xfce4-session/distinfo:1.37 --- pkgsrc/x11/xfce4-session/distinfo:1.36 Sun Jan 1 19:19:26 2023 +++ pkgsrc/x11/xfce4-session/distinfo Sat Feb 11 01:30:28 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.36 2023/01/01 19:19:26 gutteridge Exp $ +$NetBSD: distinfo,v 1.37 2023/02/11 01:30:28 gutteridge Exp $ -BLAKE2s (xfce4-session-4.18.0.tar.bz2) = 00e8f3dbb17f27be47ea1c12b475daab34d49505368084390aeb1417fd997441 -SHA512 (xfce4-session-4.18.0.tar.bz2) = 00fcae02004675a26e6d73998403cf0e3a36dfd3596315ee98567d302a10c344cc1b64dac782e02416f11f6db3c730792e8de7d2d0ea1a6e0f2b2b7dbee74f4c -Size (xfce4-session-4.18.0.tar.bz2) = 853627 bytes +BLAKE2s (xfce4-session-4.18.1.tar.bz2) = 05a4aa2f847234e061b8a61baec6870800a14670e5f8fd3e759770f2c5e2a958 +SHA512 (xfce4-session-4.18.1.tar.bz2) = 6e6a55138380b6e7ce98508f4d3a52a596882b2f244a1ebd0d1a4b7dd1814c93e6e27453b500cb9178889790f067e28c7c4479b39963511d8e579831a44ef973 +Size (xfce4-session-4.18.1.tar.bz2) = 872771 bytes SHA1 (patch-ac) = acbb27c79b5b6f37ff106c6cbbc87d00ecfe19f5 SHA1 (patch-config.h.in) = 30e2ae1ea70a99a83f11523e940081b661add69b SHA1 (patch-configure) = e0e117ea68ed48508b944be3f0f5b3cb0a0713d9 --_----------=_1676079029100890--