pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/jwm



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sat Oct  5 20:37:18 UTC 2024

Modified Files:
        pkgsrc/wm/jwm: Makefile distinfo

Log Message:
jwm: update to 2.4.5.

Upstream changes:
 https://github.com/joewing/jwm/releases/tag/v2.4.5

v2.4.5

Due to a tagging mixup, there is no version 2.4.4.

What's Changed

  * Recenter dock items to the middle of the tray when dock width is fixed by
    @purpasmart96 in #611
  * Fix sloppy focus issues around desktop windows (file managers, etc), fix
    uninitialized windowType by @achadwick in #617
  * Prevent shortcuts & buttons from bypassing 'nomin' by @Taylor-Finch in #620
  * Add a minimal .editorconfig by @achadwick in #618
  * Clear 'ACTIVE' on minimized when changing desktop by @Taylor-Finch in #622
  * Enable Dock to use gradients by @Taylor-Finch in #624
  * Add 'max' actions for screen corners by @Taylor-Finch in #626
  * Add new button label positions along with new vertical tasklist mode when
    labelpos is set to top or bottom by @purpasmart96 in #615
  * Prevent 'center' action bypassing screen bounds by @Taylor-Finch in #628
  * Add killing of active window by @rdnvndr in #629
  * Implement Minimized window Style by @Taylor-Finch in #631
  * Make custom title bar icons fill Button by @Taylor-Finch in #634
  * Vertical gradients by @BlackCodec and @joewing in #593 and #632
  * Add active window variants of ButtonClose et al. by @Taylor-Finch in #638


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/wm/jwm/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/wm/jwm/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/jwm/Makefile
diff -u pkgsrc/wm/jwm/Makefile:1.64 pkgsrc/wm/jwm/Makefile:1.65
--- pkgsrc/wm/jwm/Makefile:1.64 Wed May 29 16:34:46 2024
+++ pkgsrc/wm/jwm/Makefile      Sat Oct  5 20:37:18 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2024/05/29 16:34:46 adam Exp $
+# $NetBSD: Makefile,v 1.65 2024/10/05 20:37:18 tsutsui Exp $
 
-DISTNAME=              jwm-2.4.3
-PKGREVISION=           10
+DISTNAME=              jwm-2.4.5
 CATEGORIES=            wm x11
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=joewing/}
 GITHUB_PROJTECT=       ${DISTNAME:S/-${PKGVERSION_NOREV}//}

Index: pkgsrc/wm/jwm/distinfo
diff -u pkgsrc/wm/jwm/distinfo:1.18 pkgsrc/wm/jwm/distinfo:1.19
--- pkgsrc/wm/jwm/distinfo:1.18 Sat Oct 22 17:01:30 2022
+++ pkgsrc/wm/jwm/distinfo      Sat Oct  5 20:37:18 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2022/10/22 17:01:30 tsutsui Exp $
+$NetBSD: distinfo,v 1.19 2024/10/05 20:37:18 tsutsui Exp $
 
-BLAKE2s (jwm-2.4.3.tar.xz) = a1e79d1ff1fe22080dd86b59620e2a14b5178e810f25325b5d83da4d93556530
-SHA512 (jwm-2.4.3.tar.xz) = 35b8a6da9614f11881013aa77c36ee88ce9a213f056e797231b772132beb841d54094809b6a476383999bddeccf61451f72cd166309dd79c223b634cf5d1e69e
-Size (jwm-2.4.3.tar.xz) = 317192 bytes
+BLAKE2s (jwm-2.4.5.tar.xz) = 52fb803baa03ebac8003599b40e99dff5de0586016e76fc60bdf22d3c9544fac
+SHA512 (jwm-2.4.5.tar.xz) = 520c07f44c50d1abcc335a745abb45f37b71b4c7c3815629f798ba449d5d419826c625d05976e3908c6d3322529216566ebed2d990a7501bce648d4f1c520c7a
+Size (jwm-2.4.5.tar.xz) = 320352 bytes
 SHA1 (patch-Makefile.in) = 0ae071bfa59770c3b07f8ab6ce138e6d92318e1f
 SHA1 (patch-src_Makefile.in) = db9b310a04e0542fbbacaba7633bfd0a286d778c



Home | Main Index | Thread Index | Old Index