diff options
author | nia <nia@pkgsrc.org> | 2022-01-30 20:26:57 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-01-30 20:26:57 +0000 |
commit | 6455cd7843c24c477117ab50d524c5b7be06bd48 (patch) | |
tree | 8b966ce0ba59ca8cc2952da9b51e66066cc0715e | |
parent | 9a8e2b36c92619dee880aff315f1f3e327a863aa (diff) | |
download | pkgsrc-6455cd7843c24c477117ab50d524c5b7be06bd48.tar.gz |
pekwm: update 0.2.1
pekwm-0.2.1
===========
Build system
------------
* Makefile based build now install docs, support configuring the
manpath (relative to the prefix) and create .sh files properly with
the configured SED on Solaris
* CMAKE_INSTALL_MANDIR is now used to specify the destination of
man pages. Use -DCMAKE_INSTALL_MANDIR=/path/to/man to override.
* Log awk, sed and sh paths during configuration (and fix a few missing
path substitutions in the scripts)
* Use check_cxx_source_compiles instead of check_cxx_source_runs as
there is no need to check for runtime issues, improves cross compilation
support.
* Substitute grep in shell scripts, as with awk, sed and sh.
* Prefer /usr/pkg/bin over /usr/sfw/bin when searching for external
commands during configuration.
Closed issues
-------------
* **#114 Coordinates not updating when moving windows**,
regression introduced in 0.2.0. (Reported by caoliver)
* **#110 Tint2 panel not updated on last window close**,
regression introduced in 0.2.0. (Reported by Maman Sulaeman)
Updated
-------
* pekwm_panel, Icon widget now has a Scale option defaulting to false.
* pekwm_theme, Detect download errors of the theme index file.
* pekwm_theme, Use ftp by default on OpenBSD and NetBSD and silence
progress output.
-rw-r--r-- | wm/pekwm/Makefile | 4 | ||||
-rw-r--r-- | wm/pekwm/distinfo | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile index cf3784854ee..3dff8afca08 100644 --- a/wm/pekwm/Makefile +++ b/wm/pekwm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2021/11/30 19:21:15 bsiegert Exp $ +# $NetBSD: Makefile,v 1.61 2022/01/30 20:26:57 nia Exp $ -DISTNAME= pekwm-0.2.0 +DISTNAME= pekwm-0.2.1 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=pekdon/} GITHUB_RELEASE= release-${PKGVERSION_NOREV} diff --git a/wm/pekwm/distinfo b/wm/pekwm/distinfo index bcf6c03cfdf..5744806a63b 100644 --- a/wm/pekwm/distinfo +++ b/wm/pekwm/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.23 2021/12/13 13:02:14 nia Exp $ +$NetBSD: distinfo,v 1.24 2022/01/30 20:26:57 nia Exp $ -BLAKE2s (pekwm-0.2.0.tar.gz) = 7363adcde565b79911ef729e628be3dea4d6b2e22158798862e7e8d9c01a8c44 -SHA512 (pekwm-0.2.0.tar.gz) = a4ecfa4a60a0b8676fe8ed66f17c9057b2fcdfc6c5a7eb0c22ebe3f7c3cc045ff5950dccd93552da587644c92b3af87de8223b4c9a00abea18074337dbf0abd0 -Size (pekwm-0.2.0.tar.gz) = 938147 bytes -SHA1 (patch-doc_CmakeLists.txt) = cbbf6a9365cea7a553c4e5c5f11dcd96293fc358 +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 |