Fri Jul 14 15:49:48 2023 UTC ()
enlightenment16: update to 1.0.28

e16 v1.0.28 - 2023-07-13
------------------------
- 1.0.28
- Update po
- Fix a couple of bugs in new quoting/comment handling
- bindings: Handle quoting in AclassConfigLineParse()
- ipc: Avoid potential crash in AclassConfigParseIpc()
- Move some string handling functions around
- eesh: Workaround problem with _FORTIFY_SOURCE=3
- events: Fetch events also when blocked
- events: Separate event fetching and processing
- events: Change some variable names
- eesh: Trivial cleanups
- GSOD: Ungrab server before opening new connection
- startup: Only repaint if animating
- desks: Prevent nested desk switches
- Revert "ewins: Remove redundant container window move"
- menus: Expose option to show/hide menu icons in configuration dialog
- e_gen_menu.pl: Fix for new IPC parser
- Add missing include
- cursors: Rework cursor creation
- cursors: Mostly cosmetic function name changes
- cursors: Mostly cosmetic adjustments around fore/background colors
- extinitwin: Move null cursor definition to separate function
- eimage: Split EImageDefineCursor
- Some include tweaks
- matches.cfg: Ignore virtualbox move requests
- pagers: Avoid some overhead
- Forgot some 2022
- ewins: Tweak spurious MapRequest handling
- ewins: Remove redundant container window move
- memory.c: Consistently use EMALLOC()
- focus: Keep focus when un-fullscreened


(gutteridge)
diff -r1.28 -r1.29 pkgsrc/wm/enlightenment16/Makefile
diff -r1.13 -r1.14 pkgsrc/wm/enlightenment16/distinfo
diff -r1.1 -r0 pkgsrc/wm/enlightenment16/patches/patch-src_ewin-ops.c
Sat Jul 15 00:49:48 2023
Mon Jun 26 19:41:01 2023
pkgsrc/wm/enlightenment16/patches/patch-src_ewin-ops.c,v

anoncvs not yet been updated

cvs diff -r1.28 -r1.29 pkgsrc/wm/enlightenment16/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/enlightenment16/Makefile 2023/05/06 19:09:50 1.28
+++ pkgsrc/wm/enlightenment16/Makefile 2023/07/14 15:49:47 1.29
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.28 2023/05/06 19:09:50 ryoon Exp $ 1# $NetBSD: Makefile,v 1.29 2023/07/14 15:49:47 gutteridge Exp $
2 2
3DISTNAME= e16-1.0.27 3DISTNAME= e16-1.0.28
4PKGNAME= ${DISTNAME:S/e/enlightenment/} 4PKGNAME= ${DISTNAME:S/e/enlightenment/}
5PKGREVISION= 3 
6CATEGORIES= wm x11 5CATEGORIES= wm x11
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
8 7
9MAINTAINER= gutteridge@NetBSD.org 8MAINTAINER= gutteridge@NetBSD.org
10HOMEPAGE= https://enlightenment.org/ 9HOMEPAGE= https://enlightenment.org/
11COMMENT= Highly themeable and configurable window manager 10COMMENT= Highly themeable and configurable window manager
12LICENSE= enlightenment16 11LICENSE= enlightenment16
13 12
14# This looks unusual and is incomplete because there were two distinct 13# This looks unusual and is incomplete because there were two distinct
15# enlightenment packages in different parts of the tree. This package 14# enlightenment packages in different parts of the tree. This package
16# went from 0.16.x to 1.0.x release numbering, while x11/enlightenment 15# went from 0.16.x to 1.0.x release numbering, while x11/enlightenment
17# reflects development that continues to use 0.x release numbering. 16# reflects development that continues to use 0.x release numbering.
18# This package isn't intended to conflict with or supersede 17# This package isn't intended to conflict with or supersede

cvs diff -r1.13 -r1.14 pkgsrc/wm/enlightenment16/distinfo (expand / switch to unified diff)

--- pkgsrc/wm/enlightenment16/distinfo 2023/03/16 00:12:59 1.13
+++ pkgsrc/wm/enlightenment16/distinfo 2023/07/14 15:49:47 1.14
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.13 2023/03/16 00:12:59 gutteridge Exp $ 1$NetBSD: distinfo,v 1.14 2023/07/14 15:49:47 gutteridge Exp $
2 2
3BLAKE2s (e16-1.0.27.tar.gz) = de07adc7676a9261ad7da848962d4aaceaae263b9b6d49c6ee07d38ce464b19e 3BLAKE2s (e16-1.0.28.tar.gz) = 5a0eaef65f49ecad5f0ce3e4654e9d94b0741e276c5630df60d6719191e98037
4SHA512 (e16-1.0.27.tar.gz) = a8284bd18172d40ab625c7cf946df6e392e8cfb867814499421833a1610458f382a05294081292098f8e327778a64676cbc8a6751da20cae76a482fc599a3eb1 4SHA512 (e16-1.0.28.tar.gz) = c219cb2211b23e4c1287c209f53a95cab0c134b430a0aa691f8c2a8d51afd7d86b6a16d122aa8ac4e52730c94ec0ead79c87591d1f226865649007d68a15dac6
5Size (e16-1.0.27.tar.gz) = 2386028 bytes 5Size (e16-1.0.28.tar.gz) = 2387528 bytes
6SHA1 (patch-ac) = a5a2f2b0377212178480cc94e6975dd4ff364ced 6SHA1 (patch-ac) = a5a2f2b0377212178480cc94e6975dd4ff364ced
7SHA1 (patch-src_ewin-ops.c) = 2d21380d0ca9facf2e07ce88ac64676d3efc8d42 

File Deleted: pkgsrc/wm/enlightenment16/patches/patch-src_ewin-ops.c