pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/herbstluftwm wm/herbstluftwm: update to 0.9.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88f39234fc44
branches:  trunk
changeset: 376304:88f39234fc44
user:      pin <pin%pkgsrc.org@localhost>
date:      Tue Apr 05 07:13:05 2022 +0000

description:
wm/herbstluftwm: update to 0.9.4

-Test that list_monitors mentions monitor names (#1319)
-Test directional monitor references (#1318)
-Set X11 property for client's floating state (#1325)
-Update floating geometry if size hints change (#1324)
-Add client attribute 'decoration_geometry' (#1326)
-Move text drawing to own function (#1328)
-Migrate spawn and wmexec to Input and add tests (#1330)
-Shorten window title to decoration width (#1329)
-Add an autostart object (#1332)
-Update cursor shape and resize accordingly (#1331)
-spawn: Print error message on exec failure (#1333)
- Fix redundant autostart sh logic (#1338)
-tests: increase process shutdown timeout (#1341)
-tests: Close stdout/stderr after subprocess.Popen (#1343)
-tests: Fix Xvfb shutdown timeout (#1351)
-Attribute to disable window decorations (#1374)
-Draw tabs in max layout (#1381)
-Raise undecorated fullscreen windows above panels (#1385)
-React to focus stealing via XSetInputFocus (#1386)
-Extend 'foreach' by a --filter-name=REGEX flag (#1387)
-Draw title of tabbed windows before horizontal border (#1393)
-Extend foreach command by --unique and --recursive (#1394)
-Add settings.ellipsis (#1400)
-Let active and inactive tabs have same text width (#1401)
-Add attributes 'title_when' and 'title_depth' (#1399)
-Simplify urgency handling by using signals (#1402)
-Move input focus handling to XMainLoop (#1403)
-Handle mouse clicks in correct order (#1404)
-Check early on click if client resize is possible (#1408)
-Avoid theme.h include in client.h (#1409)
-Add theme options for unselected tabs (#1410)
_Do not map already visible unmanaged windows (#1411)
-Fix input focus for preexisting clients (#1412)
-Prevent endless focus stealing loop (#1413)

diffstat:

 wm/herbstluftwm/Makefile |  5 ++---
 wm/herbstluftwm/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 973fd246b44a -r 88f39234fc44 wm/herbstluftwm/Makefile
--- a/wm/herbstluftwm/Makefile  Tue Apr 05 07:12:47 2022 +0000
+++ b/wm/herbstluftwm/Makefile  Tue Apr 05 07:13:05 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/12/08 16:06:50 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/04/05 07:13:05 pin Exp $
 
-DISTNAME=      herbstluftwm-0.9.3
-PKGREVISION=   1
+DISTNAME=      herbstluftwm-0.9.4
 CATEGORIES=    wm
 MASTER_SITES=  https://herbstluftwm.org/tarballs/
 
diff -r 973fd246b44a -r 88f39234fc44 wm/herbstluftwm/distinfo
--- a/wm/herbstluftwm/distinfo  Tue Apr 05 07:12:47 2022 +0000
+++ b/wm/herbstluftwm/distinfo  Tue Apr 05 07:13:05 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:25:13 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/04/05 07:13:05 pin Exp $
 
-BLAKE2s (herbstluftwm-0.9.3.tar.gz) = ef3ebdc4e294a810f1dd413316c19e891409866d5abe071b6bc64efdc29f356f
-SHA512 (herbstluftwm-0.9.3.tar.gz) = 73e4193a2d79c452c08b4ac1c8fea1e93b88b07baa0c9006b74a76ed84de578d3234789e3666a9299ef3942695225c9a7f85eb3698a44edb1234f6042dbea47c
-Size (herbstluftwm-0.9.3.tar.gz) = 497523 bytes
+BLAKE2s (herbstluftwm-0.9.4.tar.gz) = ab276dc2fd06a3b530851f2b4fcc1c8120ef56b594773227c3dc0a2dbcff5915
+SHA512 (herbstluftwm-0.9.4.tar.gz) = 068438d14b0addcd17a0c0bda1d33ec4aaff08a3c85698a49e9d3dd0c07f91e315f936d73c11b0c159b8735373ea1efe8a572a0976fc327f4aaa6a0f08436e9d
+Size (herbstluftwm-0.9.4.tar.gz) = 549029 bytes
 SHA1 (patch-CMakeLists.txt) = d373394ad059eb455e2e5abc1feea0e21f1b53e6



Home | Main Index | Thread Index | Old Index