Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 932781A9239 for ; Wed, 17 Nov 2021 01:41:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B120584E5A; Wed, 17 Nov 2021 01:41:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA5E484D51 for ; Wed, 17 Nov 2021 01:41:41 +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 j4-j72QX0NS6 for ; Wed, 17 Nov 2021 01:41:41 +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 37DAE84C13 for ; Wed, 17 Nov 2021 01:41:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 31034FAEC; Wed, 17 Nov 2021 01:41:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1637113301276670" MIME-Version: 1.0 Date: Wed, 17 Nov 2021 01:41:41 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/wm/enlightenment16 To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20211117014141.31034FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1637113301276670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Nov 17 01:41:41 UTC 2021 Modified Files: pkgsrc/wm/enlightenment16: Makefile distinfo Log Message: enlightenment16: update to 1.0.24 e16 1.0.24 - 2021-11-14 ------------------------ - 1.0.24 - Update po - Danish translation update - pagers: Remember zoom setting when changed by pager menu - Regular expression matching fix simplification - Regular expression matching fixes - systray: Change default icon size to 32 - Set _NET_WM_PID on WM check window - Drop initial setting of _NET_WM_NAME = "e16" on the root window - Refactor atoms handling - Avoid using "delete" - COMPLIANCE: Update - Support _NET_WM_STATE_FOCUSED - Add _NET_WM_STATE_FOCUSED to the EWHM atoms - Only update _NET_WM_STATE and _NET_WM_ALLOWED_ACTIONS when changed - xprop.c: Do some sanity checks using static asserts if possible - Shuffle some property stuff around - session.c: Remove unused headers - libhack: Add XGetWindowProperty interception - libhack: Cosmetics - Eliminate EGetGeometry() - Change EXGetGeometry() to EXGetSize() - x.c: Fix LTO warnings - x.c: Deubug stuff cleanups - x.c: Remove ancient unused ECreateFocusWindow() - extinitwin: Fix parent/client synchronization - Fix EImageDefineCursor() for window mode - edox: Avoid LTO null pointer warning - edox: Unifdef USE_XFONT - Backgrounds: Fix trouble when deleting multiply referenced background - Backgrounds: Fix bad list operation in CB_ConfigureDelBG() - Groups: Avoid compiler warning in _DlgFillGroups() - Drop animation in EwinSlideSizeTo() if there is no change - Focus: Debug tweaks - Focus: Fix focus on new clients requesting max size - autofoo: Deal a bit more consistently with C[PP]FLAGS and LDADD - French translation update (Philippe J. Guillaumie/Carla Sensa) - Fix bad memory access during shutdown - FX: Use xrender when available - FX: Fix cleanup with compositing enabled - FX: Fix clipping with compositing enabled - FX: Make it work in regular compositing mode - FX: Tweaks - FX: Some refactoring - FX: Fix waves cleanup - FX: Remove "correct bugs" operation in waves - Introduce HAVE_COMPOSITE_OVERLAY_WINDOW - glwin.c: Fix incorrect config item size - Sound: Enable changing engine at runtime - Don't build disabled stuff - Sound: Change some esd to esound - Sound: Change some pa to pulse - Sound: Header file tweaks - Move Eexec() and friends to util.h - Drop (v)snprintf() implementation - Use installed gettext version, if possible - Eliminate AM_LANGINFO_CODESET - 1.0.23.000 - Fix version reported by e16 in release build To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/wm/enlightenment16/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/wm/enlightenment16/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1637113301276670 Content-Disposition: inline Content-Length: 1655 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/enlightenment16/Makefile diff -u pkgsrc/wm/enlightenment16/Makefile:1.14 pkgsrc/wm/enlightenment16/Makefile:1.15 --- pkgsrc/wm/enlightenment16/Makefile:1.14 Fri Jul 30 12:27:09 2021 +++ pkgsrc/wm/enlightenment16/Makefile Wed Nov 17 01:41:41 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2021/07/30 12:27:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.15 2021/11/17 01:41:41 gutteridge Exp $ -DISTNAME= e16-1.0.23 +DISTNAME= e16-1.0.24 PKGNAME= ${DISTNAME:S/e/enlightenment/} -PKGREVISION= 2 CATEGORIES= wm x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} Index: pkgsrc/wm/enlightenment16/distinfo diff -u pkgsrc/wm/enlightenment16/distinfo:1.6 pkgsrc/wm/enlightenment16/distinfo:1.7 --- pkgsrc/wm/enlightenment16/distinfo:1.6 Tue Oct 26 11:25:12 2021 +++ pkgsrc/wm/enlightenment16/distinfo Wed Nov 17 01:41:41 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 11:25:12 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/11/17 01:41:41 gutteridge Exp $ -BLAKE2s (e16-1.0.23.tar.gz) = 26b6e1fbaeb654e7279b8fe38c6dbb94c78ca65dbe3048a7cbddbf87054df412 -SHA512 (e16-1.0.23.tar.gz) = ac41eded614c1a5a2bd05f71137d1d8ed7777b2d60a7544e891684c4832c2e2b71204c8df2ccbd3b1d4e6cd55a454bd1c35204b90e18ba344aa5882035d40522 -Size (e16-1.0.23.tar.gz) = 2427192 bytes +BLAKE2s (e16-1.0.24.tar.gz) = 788b96ef94e810b9acce1c79b0377a627a5023bcc3caa3bf82adb3ec224949f1 +SHA512 (e16-1.0.24.tar.gz) = 0180c4d248fe0f598c19b4dcc5c770c45c26fae6f7f8cf92c39f7a626bd7613fe8c3bd560da0c950b6af9eac5a8ca52f19110bb84dd1764e35028be9a861b2f8 +Size (e16-1.0.24.tar.gz) = 2415255 bytes SHA1 (patch-ac) = ead8161e192ec11fe1144b41939cb136832b9d29 --_----------=_1637113301276670--