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:   nia
Date:           Sun Jan 30 20:26:57 UTC 2022

Modified Files:
        pkgsrc/wm/pekwm: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/wm/pekwm/Makefile
cvs rdiff -u -r1.23 -r1.24 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.60 pkgsrc/wm/pekwm/Makefile:1.61
--- pkgsrc/wm/pekwm/Makefile:1.60       Tue Nov 30 19:21:15 2021
+++ pkgsrc/wm/pekwm/Makefile    Sun Jan 30 20:26:57 2022
@@ -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}

Index: pkgsrc/wm/pekwm/distinfo
diff -u pkgsrc/wm/pekwm/distinfo:1.23 pkgsrc/wm/pekwm/distinfo:1.24
--- pkgsrc/wm/pekwm/distinfo:1.23       Mon Dec 13 13:02:14 2021
+++ pkgsrc/wm/pekwm/distinfo    Sun Jan 30 20:26:57 2022
@@ -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



Home | Main Index | Thread Index | Old Index