pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/herbstluftwm



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Apr  5 07:13:05 UTC 2022

Modified Files:
        pkgsrc/wm/herbstluftwm: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/wm/herbstluftwm/Makefile \
    pkgsrc/wm/herbstluftwm/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/herbstluftwm/Makefile
diff -u pkgsrc/wm/herbstluftwm/Makefile:1.10 pkgsrc/wm/herbstluftwm/Makefile:1.11
--- pkgsrc/wm/herbstluftwm/Makefile:1.10        Wed Dec  8 16:06:50 2021
+++ pkgsrc/wm/herbstluftwm/Makefile     Tue Apr  5 07:13:05 2022
@@ -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/
 
Index: pkgsrc/wm/herbstluftwm/distinfo
diff -u pkgsrc/wm/herbstluftwm/distinfo:1.10 pkgsrc/wm/herbstluftwm/distinfo:1.11
--- pkgsrc/wm/herbstluftwm/distinfo:1.10        Tue Oct 26 11:25:13 2021
+++ pkgsrc/wm/herbstluftwm/distinfo     Tue Apr  5 07:13:05 2022
@@ -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