From 80aaadc961d432ef60247dfdf4d62427c9f651b9 Mon Sep 17 00:00:00 2001 From: degroote Date: Wed, 30 Apr 2014 21:38:37 +0000 Subject: Upgrade i3 to 4.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes since 4.6 v 4.7.2 • install i3-with-shmlog.xsession.desktop to the correct location • OpenBSD currently lacks posix_fallocate() v 4.7.1 • docs/debugging: explain how to enable logging on the fly • docs/debugging: small cleanups (versions, bzip2) • add i3-with-shmlog.xsession.desktop • only LOG() the DPI when it changes, DLOG() it otherwise • make “move ” properly send workspace focus event • i3bar: set mapped flag on trayclient creation • i3bar: don’t show EOF status line error in favor of exit code v 4.7.0 • docs/userguide: clarify variable parsing • docs/userguide: clarify urgent_workspace • docs/userguide: add proper quoting for rename sample command • docs/userguide: clarify multiple criteria • docs/userguide: userguide: explain the difference between comma and semicolon for command chaining • docs/hacking-howto: update to reflect parser changes • man/i3-dump-log: document -f • switch from libXcursor to xcb-util-cursor • Respect workspace numbers when looking for a free workspace name • Revert "raise fullscreen windows on top of all other X11 windows" • i3bar: Create pixmaps using the real bar height, rather than screen height • Add scratchpad bindings to the default config • Close all children when closing a workspace • i3bar: Add new bar.binding_mode_indicator configuration • Improve error message when $XDG_RUNTIME_DIR is not writable • libi3/font: Draw the text at the expected place • libi3/font: Set DPI for the pango context • Add ability to escape out of a mouse-resize operation • Do not resize/reposition floating containers when moving them to scratchpad • i3-nagbar: Set button inner-width to the width of the label • Assigned windows open urgent when not visible • i3bar: Only configure tray on own outputs • Command 'move ' moves across outputs • i3bar: Handle DestroyNotify events • i3bar: Realign tray clients on map/unmap notify • i3bar: Group child processes for signalling • i3bar: Print error message when status_command fails • Remove references to PATH_MAX macro for GNU/Hurd • update root geometry on output changes for “fullscreen global” • don’t flatten tabbed/stacked containers • Fix handling of new windows with WM_STATE_FULLSCREEN • correctly recognize assigned windows as urgent • Fix keyboard and mouse resize in nested containers • Reply to _NET_REQUEST_FRAME_EXTENTS correctly • Fix command parser: resizing tiling windows • Fix output retrieval for floating cons • Use _PATH_BSHELL to ensure using a bourne shell • Instead of crashing, return DRAG_ABORT on UnmapNotify from drag_pointer • Remove-child callback skips output content cons • ignore _NET_ACTIVE_WINDOW for scratchpad windows --- wm/i3/Makefile | 7 ++++--- wm/i3/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'wm') diff --git a/wm/i3/Makefile b/wm/i3/Makefile index 33c3a9333d0..101263e8dc5 100644 --- a/wm/i3/Makefile +++ b/wm/i3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2013/10/17 22:41:12 tonnerre Exp $ +# $NetBSD: Makefile,v 1.4 2014/04/30 21:38:37 degroote Exp $ # -DISTNAME= i3-4.6 +DISTNAME= i3-4.7.2 CATEGORIES= wm MASTER_SITES= http://i3wm.org/downloads/ EXTRACT_SUFX= .tar.bz2 @@ -55,8 +55,9 @@ do-install: .include "../../devel/pcre/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" .include "../../x11/xcb-util/buildlink3.mk" -.include "../../x11/xcb-util-wm/buildlink3.mk" +.include "../../x11/xcb-util-cursor/buildlink3.mk" .include "../../x11/xcb-util-keysyms/buildlink3.mk" +.include "../../x11/xcb-util-wm/buildlink3.mk" .include "../../x11/libxcb/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXcursor/buildlink3.mk" diff --git a/wm/i3/distinfo b/wm/i3/distinfo index bb4f7440434..632f6ad256b 100644 --- a/wm/i3/distinfo +++ b/wm/i3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2013/10/17 22:41:12 tonnerre Exp $ +$NetBSD: distinfo,v 1.3 2014/04/30 21:38:37 degroote Exp $ -SHA1 (i3-4.6.tar.bz2) = b393eb6e57f5d6e11eb98691d8b392a639c3b516 -RMD160 (i3-4.6.tar.bz2) = 7f25c3b700e5255ad916b4348b22f3569d1f8c8d -Size (i3-4.6.tar.bz2) = 891862 bytes +SHA1 (i3-4.7.2.tar.bz2) = a324170f0fee581fd1f34549eda0800cab985ad8 +RMD160 (i3-4.7.2.tar.bz2) = 70af64384479a773ae3585ba1390b31e03eb625d +Size (i3-4.7.2.tar.bz2) = 897398 bytes SHA1 (patch-Makefile) = 919f0e87efa951bde531b9172b74589d3e1c474a SHA1 (patch-src_log.c) = d555354ee2200ffcaa61c52f498de7e689084d90 SHA1 (patch-src_main.c) = c03fcb12d404fcdfd14c1892b771ee0c7a86b39d -- cgit v1.2.3