pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/pekwm



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Dec  4 14:17:48 UTC 2024

Modified Files:
        pkgsrc/wm/pekwm: Makefile distinfo

Log Message:
wm/pekwm: update to 0.3.1

First maintenance release in the new 0.3.X series of pekwm releases.

Closed issues
pekwm

    #170, Reduce flickering when placing new windows.
    #175, GotoItem N now skips separators and non-visible items.
    #163, ButtonRelase actions on the Client working again.
    #161, GotoItem N regression caused it to behave as NextItem.
    Use X double buffer extension in pekwm_panel and pekwm_dialog to avoid flickering on redraws.
    X11 font name detection would fail if any font options was specified, such as alignment.

pekwm_panel

    Setup PEKWM_CONFIG_PATH and PEKWM_CONFIG_FILE in the environment of pekwm_panel as it is used for icon loading, fixes icon loading issues when pekwm_panel started before pekwm.
    Update ClientList on panel start, fixes blank client list until window focus is changed.
    Fix text rendering after receiving XRANDR events when using Pango Cairo fonts.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/wm/pekwm/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/wm/pekwm/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/pekwm/Makefile
diff -u pkgsrc/wm/pekwm/Makefile:1.69 pkgsrc/wm/pekwm/Makefile:1.70
--- pkgsrc/wm/pekwm/Makefile:1.69       Sun Aug 25 06:19:18 2024
+++ pkgsrc/wm/pekwm/Makefile    Wed Dec  4 14:17:48 2024
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.69 2024/08/25 06:19:18 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2024/12/04 14:17:48 pin Exp $
 
-DISTNAME=      pekwm-0.3.0
-PKGREVISION=   3
+DISTNAME=      pekwm-0.3.1
 CATEGORIES=    wm
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=pekdon/}
-GITHUB_RELEASE=        release-${PKGVERSION_NOREV}
 
 MAINTAINER=    gls%NetBSD.org@localhost
 HOMEPAGE=      https://www.pekwm.se/

Index: pkgsrc/wm/pekwm/distinfo
diff -u pkgsrc/wm/pekwm/distinfo:1.25 pkgsrc/wm/pekwm/distinfo:1.26
--- pkgsrc/wm/pekwm/distinfo:1.25       Thu Oct  5 20:12:15 2023
+++ pkgsrc/wm/pekwm/distinfo    Wed Dec  4 14:17:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2023/10/05 20:12:15 pin Exp $
+$NetBSD: distinfo,v 1.26 2024/12/04 14:17:48 pin Exp $
 
-BLAKE2s (pekwm-0.3.0.tar.gz) = 6c3b275ce3a4f7b20bc3c5d8e9060ef1ce6b0397184fe2e1a20b21aafe7c9061
-SHA512 (pekwm-0.3.0.tar.gz) = 7b59f6883cc449a4a4e11fa1d2629c76b26bac0ad12f7c7e02da2b79292dd5515915152e9955875d3335deca4cf590d7078645bcf59bdad7ce0f65929b315b43
-Size (pekwm-0.3.0.tar.gz) = 1210295 bytes
+BLAKE2s (pekwm-0.3.1.tar.gz) = 4bc5e7efd976a560e28c567625cc0770ed0b1c3f415ad086afae6839dc0f5ddc
+SHA512 (pekwm-0.3.1.tar.gz) = 8aca26b92ffafb6d0fffd0eac46edd71f29c5a1798bb86c65e06321f0b65d30d2023473dc716e490be00789b2bea3e897f32f5ee77c18e585ac03a1fa8ba5b13
+Size (pekwm-0.3.1.tar.gz) = 1212846 bytes



Home | Main Index | Thread Index | Old Index