pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/bspwm
Module Name: pkgsrc
Committed By: nia
Date: Sat Jan 18 21:45:35 UTC 2020
Modified Files:
pkgsrc/wm/bspwm: Makefile PLIST distinfo
Log Message:
bspwm: Update to 0.9.9
# From 0.9.8 to 0.9.9
- Fix a memory allocation bug in the implementation of `wm --restart`.
- Honor `single_monocle` when the `hidden` flag is toggled.
# From 0.9.7 to 0.9.8
- Fix a potential infinite loop.
- Fix two bugs having to do with `single_monocle`.
- Honor `removal_adjustment` for the spiral automatic insertion scheme.
# From 0.9.6 to 0.9.7
This release fixes a bug in the behavior of `single_monocle`.
# From 0.9.4 to 0.9.6
## Additions
- New *wm* command: `--restart`. It was already possible to restart `bspwm` without loosing the current state through `--{dump,load}-state`, but this command will also keep the existing subscribers
intact.
- New settings: `automatic_scheme`, `removal_adjustment`. The automatic insertion mode now provides three ways of inserting a new node: `spiral`, `longest_side` (the default) and `alternate`. Those
schemes are described in the README.
- New settings: `ignore_ewmh_struts`, `presel_feedback`, `{top,right,bottom,left}_monocle_padding`.
- New node descriptor: `smallest`.
- New desktop modifier: `active`.
## Changes
- The `focused` and `active` modifiers now mean the same thing across every object.
- Fullscreen windows are no longer sent to the `above` layer. Within the same layer, fullscreen windows are now above floating windows. If you want a floating window to be above a fullscreen window,
you'll need to rely on layers.
- Pseudo-tiled windows now shrink automatically.
## Removals
- The `paddingless_monocle` setting was removed (and subsumed). The effect of `paddingless_monocle` can now be achieved with:
```shell
for side in top right bottom left; do
bspc config ${side}_monocle_padding -$(bspc config ${side}_padding)
done
```
# From 0.9.3 to 0.9.4
## Changes
- The following events: `node_{manage,unmanage}` are now `node_{add,remove}`.
## Additions
- New monitor/desktop/node descriptors: `any`, `newest`.
- New node flag: `marked`.
- New monitor descriptor: `pointed`.
- New *wm* command: `--reorder-monitors`.
- Receptacles are now described in the manual.
- New `--follow` option added to `node -{m,d,n,s}` and `desktop -{m,s}`.
- The *subscribe* command now has the following options: `--fifo`, `--count`.
- New settings: `ignore_ewmh_fullscreen`, `mapping_events_count`.
# From 0.9.2 to 0.9.3
## Changes
- *click_to_focus* is now a button name. Specifying a boolean is deprecated but will still work (`true` is equivalent to `button1`).
## Additions
- `node -r` now accepts a relative fraction argument.
- An option was added to `query -{M,D,N}` in order to output names instead of IDs: `--names`.
- New rule consequence: `rectangle=WxH+X+Y`.
- New settings: `swallow_first_click` and `directional_focus_tightness`.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/wm/bspwm/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/wm/bspwm/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/wm/bspwm/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/bspwm/Makefile
diff -u pkgsrc/wm/bspwm/Makefile:1.5 pkgsrc/wm/bspwm/Makefile:1.6
--- pkgsrc/wm/bspwm/Makefile:1.5 Wed May 31 05:22:09 2017
+++ pkgsrc/wm/bspwm/Makefile Sat Jan 18 21:45:34 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/05/31 05:22:09 maya Exp $
+# $NetBSD: Makefile,v 1.6 2020/01/18 21:45:34 nia Exp $
-DISTNAME= bspwm-0.9.2
+DISTNAME= bspwm-0.9.9
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=baskerville/}
GITHUB_TAG= ${PKGVERSION_NOREV}
Index: pkgsrc/wm/bspwm/PLIST
diff -u pkgsrc/wm/bspwm/PLIST:1.2 pkgsrc/wm/bspwm/PLIST:1.3
--- pkgsrc/wm/bspwm/PLIST:1.2 Wed May 31 05:22:09 2017
+++ pkgsrc/wm/bspwm/PLIST Sat Jan 18 21:45:34 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/05/31 05:22:09 maya Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/01/18 21:45:34 nia Exp $
bin/bspc
bin/bspwm
man/man1/bspc.1
@@ -10,23 +10,15 @@ share/doc/bspwm/INSTALL.md
share/doc/bspwm/MISC.md
share/doc/bspwm/README.md
share/doc/bspwm/TODO.md
+share/examples/bspwm/README.md
share/examples/bspwm/bspwmrc
-share/examples/bspwm/external_rules/bspwmrc
-share/examples/bspwm/external_rules/external_rules
-share/examples/bspwm/external_rules/pseudo_automatic_mode/README.md
-share/examples/bspwm/external_rules/pseudo_automatic_mode/external_rules
-share/examples/bspwm/loop/bspwmrc
-share/examples/bspwm/loop/profile
-share/examples/bspwm/loop/sxhkdrc
-share/examples/bspwm/loop/wm
-share/examples/bspwm/loop/xinitrc
-share/examples/bspwm/overlapping_borders/bspwmrc
-share/examples/bspwm/panel/bspwmrc
-share/examples/bspwm/panel/panel
-share/examples/bspwm/panel/panel_bar
-share/examples/bspwm/panel/panel_colors
-share/examples/bspwm/panel/profile
-share/examples/bspwm/panel/sxhkdrc
+share/examples/bspwm/external_rules
+share/examples/bspwm/extract_canvas
+share/examples/bspwm/induce_rules
+share/examples/bspwm/panel
+share/examples/bspwm/panel_bar
+share/examples/bspwm/panel_colors
+share/examples/bspwm/profile
share/examples/bspwm/sxhkdrc
share/fish/vendor_completions.d/bspc.fish
share/xsessions/bspwm.desktop
Index: pkgsrc/wm/bspwm/distinfo
diff -u pkgsrc/wm/bspwm/distinfo:1.4 pkgsrc/wm/bspwm/distinfo:1.5
--- pkgsrc/wm/bspwm/distinfo:1.4 Wed May 31 05:22:09 2017
+++ pkgsrc/wm/bspwm/distinfo Sat Jan 18 21:45:34 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2017/05/31 05:22:09 maya Exp $
+$NetBSD: distinfo,v 1.5 2020/01/18 21:45:34 nia Exp $
-SHA1 (bspwm-0.9.2.tar.gz) = 9f6a7b16c95eb21a1ff6acb2102389c8c8c72226
-RMD160 (bspwm-0.9.2.tar.gz) = 66b2ae8ea46542732a44aa0ac9a58136f3cbf6cc
-SHA512 (bspwm-0.9.2.tar.gz) = fe46d74ecc1ab29caa038d8bb54e13cde8a40e28a014f8b313222db6e8a3323d3ec2103f4ff78008bb0252fa2d560424788ea3be66faaf38a2b8aa3b46b09e2c
-Size (bspwm-0.9.2.tar.gz) = 92558 bytes
+SHA1 (bspwm-0.9.9.tar.gz) = d16a705c294e92bf7fe32d2429171e118b420521
+RMD160 (bspwm-0.9.9.tar.gz) = 774176c23e9eb3fb7777f1da7c12cbacd4828e06
+SHA512 (bspwm-0.9.9.tar.gz) = 17f70e44667813fafcf0df144ed211df5a4479af6dfaf6e0a6bb7154a7380fa48d6135e8c440b6202d07012b76ac7372f73d4bf2f0c3a6716ed998d2ee4e59a2
+Size (bspwm-0.9.9.tar.gz) = 111119 bytes
SHA1 (patch-Makefile) = 3880d785f02f60ba4291738070e6f9c8f7494f22
Home |
Main Index |
Thread Index |
Old Index