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:           Thu Oct  5 20:12:15 UTC 2023

Modified Files:
        pkgsrc/wm/pekwm: Makefile distinfo

Log Message:
wm/pekwm: update to 0.3.0

pekwm-0.3.0

First release in the new 0.3.X series of pekwm releases coming with quite a
bit of changes and additions.

The most notably changes in this release include:

 - Pango font support (both Cairo and Xft)
 - Automatic font type selection
 - Various updated and improvements to pekwm_panel including a systray widget
 - Xresources can be used in themes and configuration files as variables.
 - New default theme named Winter

See NEWS.md for more details on what has changed and look in doc/ for the most
up to date documentation.

pkgsrc: switch to cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/wm/pekwm/Makefile
cvs rdiff -u -r1.24 -r1.25 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.62 pkgsrc/wm/pekwm/Makefile:1.63
--- pkgsrc/wm/pekwm/Makefile:1.62       Sun Jan 29 21:18:00 2023
+++ pkgsrc/wm/pekwm/Makefile    Thu Oct  5 20:12:15 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2023/01/29 21:18:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.63 2023/10/05 20:12:15 pin Exp $
 
-DISTNAME=      pekwm-0.2.1
-PKGREVISION=   1
+DISTNAME=      pekwm-0.3.0
 CATEGORIES=    wm
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=pekdon/}
 GITHUB_RELEASE=        release-${PKGVERSION_NOREV}
@@ -11,7 +10,6 @@ HOMEPAGE=     https://www.pekwm.se/
 COMMENT=       Light, unobtrusive, and configurable window manager
 LICENSE=       gnu-gpl-v2
 
-USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
@@ -35,4 +33,9 @@ pre-configure:
 .include "../../x11/libXft/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/libXrandr/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../graphics/cairo-gobject/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/wm/pekwm/distinfo
diff -u pkgsrc/wm/pekwm/distinfo:1.24 pkgsrc/wm/pekwm/distinfo:1.25
--- pkgsrc/wm/pekwm/distinfo:1.24       Sun Jan 30 20:26:57 2022
+++ pkgsrc/wm/pekwm/distinfo    Thu Oct  5 20:12:15 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2022/01/30 20:26:57 nia Exp $
+$NetBSD: distinfo,v 1.25 2023/10/05 20:12:15 pin Exp $
 
-BLAKE2s (pekwm-0.2.1.tar.gz) = 8925676ff88926c5a677d2760ac541be4c8e654448dc7b1f5e9802abed399eb6
-SHA512 (pekwm-0.2.1.tar.gz) = cefb5abb43f88cff874f12586f0f2c0b88d30fd0ce22c6e18731b11055abea389819a08a4e85a9290021ffe30708ea210c66a0f3f8c263717c05abd798fdf297
-Size (pekwm-0.2.1.tar.gz) = 943072 bytes
+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



Home | Main Index | Thread Index | Old Index