Update to herbstluftwm-0.9.3
Changes: https://github.com/herbstluftwm/herbstluftwm/blob/v0.9.3/NEWS From Florian Viehweger <openbsd AT out-of-creativity DOT de> (MAINTAINER)
This commit is contained in:
parent
8154f62b9e
commit
6928fac6cf
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2021/03/06 12:01:31 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2021/06/05 11:21:31 bket Exp $
|
||||
|
||||
COMMENT = manual tiling window manager
|
||||
DISTNAME = herbstluftwm-0.9.2
|
||||
DISTNAME = herbstluftwm-0.9.3
|
||||
CATEGORIES = x11
|
||||
|
||||
HOMEPAGE = https://herbstluftwm.org/
|
||||
@ -12,8 +12,8 @@ MAINTAINER = Lucas <lucas@sexy.is>, \
|
||||
# BSD
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} X11 Xext Xft Xinerama Xrandr c freetype
|
||||
WANTLIB += m z
|
||||
WANTLIB += ${COMPILER_LIBCXX} X11 Xext Xft Xinerama Xrandr Xrender
|
||||
WANTLIB += c freetype m z
|
||||
|
||||
MASTER_SITES = https://herbstluftwm.org/tarballs/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (herbstluftwm-0.9.2.tar.gz) = aETjBHYfexxOkhfWpqxwaLzZTmfdsyadstIZh0yGbis=
|
||||
SIZE (herbstluftwm-0.9.2.tar.gz) = 448757
|
||||
SHA256 (herbstluftwm-0.9.3.tar.gz) = C6exvQKWbm7v4ngFdTCCQGotKVS8Qf4EDRzKrtJewQU=
|
||||
SIZE (herbstluftwm-0.9.3.tar.gz) = 497523
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2021/03/06 12:01:31 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2021/06/05 11:21:31 bket Exp $
|
||||
@tag update-desktop-database
|
||||
@sample ${SYSCONFDIR}/xdg/
|
||||
@sample ${SYSCONFDIR}/xdg/herbstluftwm/
|
||||
@ -31,6 +31,7 @@ share/doc/herbstluftwm/examples/q3terminal.sh
|
||||
share/doc/herbstluftwm/examples/savestate.sh
|
||||
share/doc/herbstluftwm/examples/scratchpad.sh
|
||||
share/doc/herbstluftwm/examples/toggledualhead.sh
|
||||
share/doc/herbstluftwm/examples/unminimize.sh
|
||||
share/doc/herbstluftwm/examples/windowmenu.sh
|
||||
share/doc/herbstluftwm/examples/wselect.sh
|
||||
share/doc/herbstluftwm/hlwm-doc.json
|
||||
|
@ -1,9 +1,25 @@
|
||||
$OpenBSD: README,v 1.1 2020/11/03 19:46:04 bket Exp $
|
||||
$OpenBSD: README,v 1.2 2021/06/05 11:21:31 bket Exp $
|
||||
|
||||
+-------------------------------------------------------------------------------
|
||||
| Running ${PKGSTEM} on OpenBSD
|
||||
+-------------------------------------------------------------------------------
|
||||
|
||||
Migrating to 0.9.3
|
||||
==================
|
||||
|
||||
The command cycle_value now expects an attribute path instead of a settings
|
||||
name. For compatibility reasons, passing settings name directly (without the
|
||||
prefix settings.) is still supported.
|
||||
|
||||
In ipc commands, herbstclient prints error messages always on stderr and normal
|
||||
output always on stdout. Before, both were printed to the same channel, either
|
||||
to stdout or stderr depending on the command’s exit status. This mainly
|
||||
affects combined commands.
|
||||
|
||||
In the rules, toggle can not be used anymore in rule consequences. Moreover,
|
||||
invalid arguments to rule consequences now will be reported during rule
|
||||
creation, already.
|
||||
|
||||
Migrating to 0.9.0
|
||||
==================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user