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:           Mon Oct 30 21:44:29 UTC 2023

Modified Files:
        pkgsrc/wm/enlightenment16: Makefile distinfo

Log Message:
enlightenment16: update to 1.0.29

e16 v1.0.29 - 2023-10-28
------------------------
- 1.0.29
- Update po
- tooltips: Do vertical alignment of icons/text
- tooltips: Change some variable names
- tooltips: Shorten some function names
- tooltips: Fixup after recent rendering change
- eimage: Remove some redundant function calls
- Build with cast-align=strict, fix warnings
- config: Introduce method to invalidate theme cache
- config: Trivial macro name change
- definitions: Change value of __NORMAL to remove weirdness
- CM: Don't do _NET_WM_CM_Sn acquisition in window mode
- Danish translation update
- Portuguese translation update (Hugo Carvalho)
- French translation update (Philippe J. Guillaumie)
- Update po
- session: Cleanups
- session: Another attempt at the Logout dialog layout
- session: Logout dialog adjustments
- Update po
- session: Enable setting suspend and hibernate actions
- session: Various trivial changes
- actions: Add debug in Eexec()
- cursors: Fix e16 theme cursors
- tootips: Correct some layout details
- tooltips: Render text/icons on background pixmap, not on window
- iconbox: Fix weirdness with iconbox placement/sizing
- ewins: Tweak allowed actions
- FX: Fix clipping with compositing enabled some more
- selections: Improve acquisition
- dialogs: Enable using DialogOK() early
- CM: Check if root subwindow redirection succeeds
- CM: Rearrange initialization sequence
- events: Fix detail in X-error printout
- size: Let max size change work in unrestricted directions
- buttons: Fix dragbar rendering when direction is changed when compositing
- dialogs: Fix layout in window group selection
- dialogs: Remove extra separator in Miscellaneous Settings
- text: Converge faster in TextFit functions
- text: Mostly trivial changes
- text: Cosmetics
- text: Fix calculating long multibyte string length (codepoints)
- text: Drop unused fsize argument in Text functions
- ipc: Fix potential segv
- menus: Limit menu item text width
- ewins: Fix gravity related placement issue
- Revert "Optionally ignore gravity from WM_NORMAL_HINTS"
- tooltips: Fix initially missing root tooltips
- Optionally ignore gravity from WM_NORMAL_HINTS
- scripts: Fixes needed due to IPC change a while back
- Update non-active desk pagers when background is changed
- Remove some pseudotransparency leftovers
- iclass: Drop image border adjustment
- config: Drop -include when preparsing
- epp: Remove unused USE_FILE_NAME_MAPS stuff
- epp: Unifdef __EMX__
- Portuguese translation update (Hugo Carvalho)
- Danish translation update
- French translation update (Philippe J. Guillaumie)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/wm/enlightenment16/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/wm/enlightenment16/distinfo

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.30 pkgsrc/wm/enlightenment16/Makefile:1.31
--- pkgsrc/wm/enlightenment16/Makefile:1.30     Mon Aug 14 05:25:27 2023
+++ pkgsrc/wm/enlightenment16/Makefile  Mon Oct 30 21:44:29 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2023/08/14 05:25:27 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2023/10/30 21:44:29 gutteridge Exp $
 
-DISTNAME=      e16-1.0.28
+DISTNAME=      e16-1.0.29
 PKGNAME=       ${DISTNAME:S/e/enlightenment/}
-PKGREVISION=   1
 CATEGORIES=    wm x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
 
@@ -39,6 +38,9 @@ SUBST_VARS.paths+=    X11BASE
 
 PLIST_VARS+=   libhack
 
+# -Wcast-align=strict was added in GCC 8.
+BUILDLINK_TRANSFORM+=  rm:-Wcast-align=strict
+
 .include "options.mk"
 
 .include "../../mk/bsd.prefs.mk"

Index: pkgsrc/wm/enlightenment16/distinfo
diff -u pkgsrc/wm/enlightenment16/distinfo:1.14 pkgsrc/wm/enlightenment16/distinfo:1.15
--- pkgsrc/wm/enlightenment16/distinfo:1.14     Fri Jul 14 15:49:47 2023
+++ pkgsrc/wm/enlightenment16/distinfo  Mon Oct 30 21:44:29 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2023/07/14 15:49:47 gutteridge Exp $
+$NetBSD: distinfo,v 1.15 2023/10/30 21:44:29 gutteridge Exp $
 
-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
+BLAKE2s (e16-1.0.29.tar.gz) = 366a119d660ad177f268a4fbf2a3528a0a8aab5a95c11111c6a272c4e05b6c1b
+SHA512 (e16-1.0.29.tar.gz) = e95dc2ad05b4f2ec3f374c5268f8f790e9ddd212f4e5e60d3517ade8645e539de5207553a841e14d1c099496f8385271f3f95867ef8ebfd99c419201477ef299
+Size (e16-1.0.29.tar.gz) = 2397064 bytes
 SHA1 (patch-ac) = a5a2f2b0377212178480cc94e6975dd4ff364ced



Home | Main Index | Thread Index | Old Index