pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/wm/enlightenment16



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Jul 14 15:49:48 UTC 2023

Modified Files:
        pkgsrc/wm/enlightenment16: Makefile distinfo
Removed Files:
        pkgsrc/wm/enlightenment16/patches: patch-src_ewin-ops.c

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/wm/enlightenment16/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/wm/enlightenment16/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/wm/enlightenment16/patches/patch-src_ewin-ops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/enlightenment16/Makefile
diff -u pkgsrc/wm/enlightenment16/Makefile:1.28 pkgsrc/wm/enlightenment16/Makefile:1.29
--- pkgsrc/wm/enlightenment16/Makefile:1.28     Sat May  6 19:09:50 2023
+++ pkgsrc/wm/enlightenment16/Makefile  Fri Jul 14 15:49:47 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2023/05/06 19:09:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2023/07/14 15:49:47 gutteridge Exp $
 
-DISTNAME=      e16-1.0.27
+DISTNAME=      e16-1.0.28
 PKGNAME=       ${DISTNAME:S/e/enlightenment/}
-PKGREVISION=   3
 CATEGORIES=    wm x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
 

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



Home | Main Index | Thread Index | Old Index