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:   nia
Date:           Fri Mar  5 08:55:26 UTC 2021

Modified Files:
        pkgsrc/wm/herbstluftwm: Makefile PLIST distinfo

Log Message:
herbstluftwm: update to 0.9.2

Release 0.9.2 on 2021-02-17
---------------------------

  * Client window titles (controlled by the theme attributes 'title_height',
    'title_color', 'title_font')
  * New command 'help' for live documentation on the object tree
  * New 'watch' command that emits hooks when attribute values change.
  * The 'lock_tag' attribute is now writable.
  * New 'geometry' attribute for monitors.
  * Bug fixes:
    - Correctly interpret _NET_WM_STRUT. This fixes panels that leave a bit of
      space between the panel and the monitor edge and also panels between two
      monitors.
    - Correctly handling minimized clients when removing a tag.
    - Preserve stacking order when changing the floating state of a tag
    - Update frame objects correctly in the commands 'mirror' and 'rotate'
  * New dependencies: xft, freetype


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/wm/herbstluftwm/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/herbstluftwm/PLIST
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/wm/herbstluftwm/Makefile:1.8
--- pkgsrc/wm/herbstluftwm/Makefile:1.7 Sat Jan  2 15:25:04 2021
+++ pkgsrc/wm/herbstluftwm/Makefile     Fri Mar  5 08:55:26 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2021/01/02 15:25:04 nia Exp $
+# $NetBSD: Makefile,v 1.8 2021/03/05 08:55:26 nia Exp $
 
-DISTNAME=      herbstluftwm-0.9.1
+DISTNAME=      herbstluftwm-0.9.2
 CATEGORIES=    wm
 MASTER_SITES=  https://herbstluftwm.org/tarballs/
 
@@ -32,6 +32,7 @@ pre-configure:
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../lang/python/tool.mk"
 .include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"
 .include "../../x11/libXrandr/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"

Index: pkgsrc/wm/herbstluftwm/PLIST
diff -u pkgsrc/wm/herbstluftwm/PLIST:1.3 pkgsrc/wm/herbstluftwm/PLIST:1.4
--- pkgsrc/wm/herbstluftwm/PLIST:1.3    Thu Nov 19 12:09:52 2020
+++ pkgsrc/wm/herbstluftwm/PLIST        Fri Mar  5 08:55:26 2021
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2020/11/19 12:09:52 nia Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/03/05 08:55:26 nia Exp $
 bin/herbstclient
 bin/herbstluftwm
 man/man1/herbstclient.1
 man/man1/herbstluftwm.1
 man/man7/herbstluftwm-tutorial.7
 share/bash-completion/completions/herbstclient
-share/doc/herbstluftwm/BUGS
 share/doc/herbstluftwm/LICENSE
 share/doc/herbstluftwm/NEWS
 share/doc/herbstluftwm/examples/README

Index: pkgsrc/wm/herbstluftwm/distinfo
diff -u pkgsrc/wm/herbstluftwm/distinfo:1.6 pkgsrc/wm/herbstluftwm/distinfo:1.7
--- pkgsrc/wm/herbstluftwm/distinfo:1.6 Sat Jan  2 15:25:04 2021
+++ pkgsrc/wm/herbstluftwm/distinfo     Fri Mar  5 08:55:26 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2021/01/02 15:25:04 nia Exp $
+$NetBSD: distinfo,v 1.7 2021/03/05 08:55:26 nia Exp $
 
-SHA1 (herbstluftwm-0.9.1.tar.gz) = 34a8d2cbe6da6c9932afd559f0530f4be15801ec
-RMD160 (herbstluftwm-0.9.1.tar.gz) = c65089c871cb137da6d1837a1a1ef9d552ef1bbb
-SHA512 (herbstluftwm-0.9.1.tar.gz) = c69cc5a77e98e2e0a1c84938394fe97cd985bfedb8bb1e2dceddb0268f30597cdf9b30048aa3618c20ec549f2113b7a6bbbb94f2fbcc578b8f0117bdd8cac85d
-Size (herbstluftwm-0.9.1.tar.gz) = 432926 bytes
+SHA1 (herbstluftwm-0.9.2.tar.gz) = 91d3948c67a830ce1092990e3a16b76e99ecb1b5
+RMD160 (herbstluftwm-0.9.2.tar.gz) = a590ac433bdbe3fa08839ef0e0bc125ca813b3af
+SHA512 (herbstluftwm-0.9.2.tar.gz) = 5426b4d1810f01cf043cf43644d4c65692a5aa207893be484c86eb0eeb96ca6259c86b843146a9eebdf4de988f2d2ed742674907be47262c6029d8aa7ab2265c
+Size (herbstluftwm-0.9.2.tar.gz) = 448757 bytes
 SHA1 (patch-CMakeLists.txt) = d373394ad059eb455e2e5abc1feea0e21f1b53e6



Home | Main Index | Thread Index | Old Index