Received: by mail.netbsd.org (Postfix, from userid 605) id 1358784ECF; Thu, 15 Feb 2024 01:35:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707960935; bh=Whpb3FKJe5PEdLp2Nz1kInJHU1jbc/zEz7kTREFIolo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=VhBBc25QnUtdCEq6sXxd9oHdJbqm6GBUYH3YOA1G9rhkoXzXeRspqVe8WXbRmWsZR YxSAGQA+wAL69cYo9wmaaN8d50zYXGn8aPFVlGC40Uw859uL4EPMe0wqaokLWFYtWw O64ZdN8bwJuZBFiUiCGkTn5VxEidS1wjkG2vqc6A= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0464D84E6F for ; Thu, 15 Feb 2024 01:35:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id lQ1dcxHCHabO for ; Thu, 15 Feb 2024 01:35:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5A92C84D14 for ; Thu, 15 Feb 2024 01:35:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707960933; bh=Whpb3FKJe5PEdLp2Nz1kInJHU1jbc/zEz7kTREFIolo=; h=Date:From:Subject:To:Reply-To; b=2BiNs85jFfQgqnexeUJnxJA0GTN5oydPUH0Kzrp0hTy3mcNKlgAonSFZKVtgyfAUf etg3XrsntGVoAIpT9u9OyH6boduzmypWW60O8aR4auoPiFt3gnsWd31/Th2CWsB0Dn J++uQCIxOpWTmmrXrSPB/DJpRcTIDAz6uwSX9SWY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4F460F9F2; Thu, 15 Feb 2024 01:35:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170796093387090" MIME-Version: 1.0 Date: Thu, 15 Feb 2024 01:35:33 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/xfce4-garcon To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20240215013533.4F460F9F2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170796093387090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Feb 15 01:35:33 UTC 2024 Modified Files: pkgsrc/x11/xfce4-garcon: Makefile PLIST distinfo Log Message: xfce4-garcon: update to 4.18.2 4.18.2 (2024-02-05) ====== - Update copyright year - garcon-gtk: Remove weak ref on GarconMenu on finalize() - Use target desktop files instead of symlinks (Fixes #1) - garcon-gtk: Avoid populating a wrong menu - garcon-gtk: Prevent use-after-free when loading garcon menu - Add icon at 64px, clean up SVG metadata - Translation Updates: Catalan, Czech, Danish, French, German, Italian, Kabyle, Portuguese (Brazil) To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/xfce4-garcon/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/xfce4-garcon/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xfce4-garcon/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170796093387090 Content-Disposition: inline Content-Length: 2776 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xfce4-garcon/Makefile diff -u pkgsrc/x11/xfce4-garcon/Makefile:1.36 pkgsrc/x11/xfce4-garcon/Makefile:1.37 --- pkgsrc/x11/xfce4-garcon/Makefile:1.36 Tue Nov 14 14:03:23 2023 +++ pkgsrc/x11/xfce4-garcon/Makefile Thu Feb 15 01:35:33 2024 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2023/11/14 14:03:23 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2024/02/15 01:35:33 gutteridge Exp $ -PKGREVISION= 3 .include "../../meta-pkgs/xfce4/Makefile.common" -DISTNAME= garcon-4.18.1 +DISTNAME= garcon-4.18.2 PKGNAME= xfce4-${DISTNAME} CATEGORIES= x11 MASTER_SITES= https://archive.xfce.org/src/xfce/garcon/${PKGVERSION_NOREV:R}/ Index: pkgsrc/x11/xfce4-garcon/PLIST diff -u pkgsrc/x11/xfce4-garcon/PLIST:1.9 pkgsrc/x11/xfce4-garcon/PLIST:1.10 --- pkgsrc/x11/xfce4-garcon/PLIST:1.9 Fri Dec 30 17:32:35 2022 +++ pkgsrc/x11/xfce4-garcon/PLIST Thu Feb 15 01:35:33 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2022/12/30 17:32:35 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.10 2024/02/15 01:35:33 gutteridge Exp $ include/garcon-1/garcon/garcon-config.h include/garcon-1/garcon/garcon-environment.h include/garcon-1/garcon/garcon-marshal.h @@ -74,6 +74,7 @@ share/gtk-doc/html/garcon/style.css share/gtk-doc/html/garcon/up-insensitive.png share/gtk-doc/html/garcon/up.png share/icons/hicolor/32x32/apps/org.xfce.garcon.png +share/icons/hicolor/64x64/apps/org.xfce.garcon.png share/locale/am/LC_MESSAGES/garcon.mo share/locale/ar/LC_MESSAGES/garcon.mo share/locale/ast/LC_MESSAGES/garcon.mo Index: pkgsrc/x11/xfce4-garcon/distinfo diff -u pkgsrc/x11/xfce4-garcon/distinfo:1.14 pkgsrc/x11/xfce4-garcon/distinfo:1.15 --- pkgsrc/x11/xfce4-garcon/distinfo:1.14 Mon Apr 3 00:33:53 2023 +++ pkgsrc/x11/xfce4-garcon/distinfo Thu Feb 15 01:35:33 2024 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2023/04/03 00:33:53 gutteridge Exp $ +$NetBSD: distinfo,v 1.15 2024/02/15 01:35:33 gutteridge Exp $ -BLAKE2s (garcon-4.18.1.tar.bz2) = 07cae4e4502151c17378d5a593e840013b0edccfb9d4667bb7171311f877aa31 -SHA512 (garcon-4.18.1.tar.bz2) = 8e6d091beaf1aaa85cc16cd5e562191e0e6858a47444a23d95066f9afa3f8a70f7a61bc9fec33fe401945637e810441cbd6f961f41b40e2d2ce7a1ce4fce78a0 -Size (garcon-4.18.1.tar.bz2) = 554562 bytes +BLAKE2s (garcon-4.18.2.tar.bz2) = 1437fc31a6460e5a6aac62dcd9e601cd95bd806de0b2c90a9a548131ac73d6bc +SHA512 (garcon-4.18.2.tar.bz2) = f74547a29dbf47469e9448ea0fb89a297d02c7a5d2f7ec1a1f05706f89160730e04743ce84de29de21f32a2d2e4e4410f6c12fd14777c65944529f5104973cee +Size (garcon-4.18.2.tar.bz2) = 579345 bytes SHA1 (patch-data_xfce_Makefile.in) = 80264dc6736b1be4ff64f135107b8dff9100a097 SHA1 (patch-garcon-gtk_Makefile.am) = ec605a013e2e3494f68903806ab6af56be3f33e8 SHA1 (patch-garcon_Makefile.in) = 875699bf7dfa7138712caa93c2bf5be2f07841ed --_----------=_170796093387090--