Received: by mail.netbsd.org (Postfix, from userid 605) id D35DC84D20; Mon, 16 Dec 2019 04:09:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C24984CEF for ; Mon, 16 Dec 2019 04:09:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 2r0B2z8LAi1u for ; Mon, 16 Dec 2019 04:09:42 +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 CBF7C84CD3 for ; Mon, 16 Dec 2019 04:09:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C9634FA97; Mon, 16 Dec 2019 04:09:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157646938257230" MIME-Version: 1.0 Date: Mon, 16 Dec 2019 04:09:42 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/wm/marco To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20191216040942.C9634FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157646938257230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Dec 16 04:09:42 UTC 2019 Modified Files: pkgsrc/wm/marco: Makefile distinfo Log Message: marco: update to 1.22.4 Change log: ### marco 1.22.4 * update translations * Revert "compositor: fix possible crash closing/destroying window" * theme.c: Fix window control hidpi rendering for all themes. * theme: Render window control buttons and icons as surfaces ### marco 1.22.3 * update translations * frames: bump priority of style providers * window: add _GTK_THEME_VARIANT to initial window properties * frames: apply modified hack from Mutter/Metacity * frames: avoid infinite loop on the variants GList * frames: use style_updated instead of style_set * Fixed moving windows to edges to work with CSD clients. * window: Update allowed action hints * build: Remove rationales.txt from EXTRA_DIST target * Fix use of RBGA visual in frame.c when compositing is not in use * drop old and obsolete rationales.txt * boxes: Actually check for rectangle containment To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/wm/marco/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/wm/marco/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157646938257230 Content-Disposition: inline Content-Length: 1845 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/marco/Makefile diff -u pkgsrc/wm/marco/Makefile:1.19 pkgsrc/wm/marco/Makefile:1.20 --- pkgsrc/wm/marco/Makefile:1.19 Sun Jul 21 22:24:13 2019 +++ pkgsrc/wm/marco/Makefile Mon Dec 16 04:09:42 2019 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2019/07/21 22:24:13 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2019/12/16 04:09:42 gutteridge Exp $ -PKGREVISION= 1 .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= marco-${VERSION:R}.2 +DISTNAME= marco-${VERSION:R}.4 CATEGORIES= wm COMMENT= Fork of GNOME Metacity Index: pkgsrc/wm/marco/distinfo diff -u pkgsrc/wm/marco/distinfo:1.10 pkgsrc/wm/marco/distinfo:1.11 --- pkgsrc/wm/marco/distinfo:1.10 Tue Jul 9 02:41:51 2019 +++ pkgsrc/wm/marco/distinfo Mon Dec 16 04:09:42 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2019/07/09 02:41:51 gutteridge Exp $ +$NetBSD: distinfo,v 1.11 2019/12/16 04:09:42 gutteridge Exp $ -SHA1 (marco-1.22.2.tar.xz) = 944514b4c3f10987e436a5b8511550703d2e4fd8 -RMD160 (marco-1.22.2.tar.xz) = 234f4b936e4d61d4558111f5427f7d258ba79a90 -SHA512 (marco-1.22.2.tar.xz) = 96665120dbc698c78795eeaa559ae2bfd2a3c7ed4846e40bcfb1d6dfc8d7e359b860e1e715085a17e11c66ce7f31561d372da8372209c21c7b1ce6029a3f5ea1 -Size (marco-1.22.2.tar.xz) = 1366104 bytes +SHA1 (marco-1.22.4.tar.xz) = b1890120abc38a3369c6c57b4e6d78e442a3af3f +RMD160 (marco-1.22.4.tar.xz) = 1975b8114e4e9311215300adf0ed363e720501f8 +SHA512 (marco-1.22.4.tar.xz) = 46867396b66453c63624e54c382845b898b10768db0560100f021e57ec80189785093be38eeaf19c50a9e4728de2b6e605267a8f1d5a5596aaa75958c0e3a6b0 +Size (marco-1.22.4.tar.xz) = 1368868 bytes SHA1 (patch-configure) = fa46453a5d25f154b60970e921f3802cd91ca786 SHA1 (patch-src_compositor_compositor-xrender.c) = 5cb7e98d8e2b1dda2842f422ad2268bb258c35ee SHA1 (patch-src_core_delete.c) = ace180e80d63bbf0a35abc18bf6501061e09d158 --_----------=_157646938257230--