diff options
author | nros <nros@pkgsrc.org> | 2015-08-15 11:55:26 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2015-08-15 11:55:26 +0000 |
commit | 6ae00e0b3484a8a795a1d28edff492f4952bc546 (patch) | |
tree | 5b237a39c3542bd2a5750a4c914b05cf9dea87b2 /wm/i3 | |
parent | 7e472274c7baffb4bfa734a7bc4f4486429f43d3 (diff) | |
download | pkgsrc-6ae00e0b3484a8a795a1d28edff492f4952bc546.tar.gz |
Update i3 to version 4.10.3.
Release notes:
Bugfixes:
* serialize con_id with %p in run_binding() (For FreeBSD)
* ignore InputHint when not in WM_HINTS (fixes e.g. mupdf focus)
* disable physically disconnect RandR outputs
* initialize workspace rect to the output's upon creation
* userguide: quoted strings need to be used, escaping isn’t possible
* mkdirp: do not throw an error if directory exists (fixes layout loss for
in-place restarts)
* i3bar: fix freeing static strings
Diffstat (limited to 'wm/i3')
-rw-r--r-- | wm/i3/Makefile | 5 | ||||
-rw-r--r-- | wm/i3/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/wm/i3/Makefile b/wm/i3/Makefile index 4eb0da483a2..a3ce25972f1 100644 --- a/wm/i3/Makefile +++ b/wm/i3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:51:47 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/08/15 11:55:26 nros Exp $ # -DISTNAME= i3-4.10.2 -PKGREVISION= 1 +DISTNAME= i3-4.10.3 CATEGORIES= wm MASTER_SITES= http://i3wm.org/downloads/ EXTRACT_SUFX= .tar.bz2 diff --git a/wm/i3/distinfo b/wm/i3/distinfo index 997bde7478f..54473708cd8 100644 --- a/wm/i3/distinfo +++ b/wm/i3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2015/04/28 18:15:54 nros Exp $ +$NetBSD: distinfo,v 1.7 2015/08/15 11:55:26 nros Exp $ -SHA1 (i3-4.10.2.tar.bz2) = dc50d112645b9838d05e5864dc09a160c4cec8a1 -RMD160 (i3-4.10.2.tar.bz2) = 952f2a6a9fad4432065ac6435ac6cfb07affbf78 -Size (i3-4.10.2.tar.bz2) = 942759 bytes +SHA1 (i3-4.10.3.tar.bz2) = 5f3a21d024e4adea0a9b23841019cfa9d563700e +RMD160 (i3-4.10.3.tar.bz2) = 8d5ac4ba8225a90c7b98531a438d23983e834535 +Size (i3-4.10.3.tar.bz2) = 941295 bytes SHA1 (patch-Makefile) = 919f0e87efa951bde531b9172b74589d3e1c474a SHA1 (patch-src_log.c) = 75ac4d0681d114e0343ddb015292c6c8ee81c1ae SHA1 (patch-src_main.c) = c03fcb12d404fcdfd14c1892b771ee0c7a86b39d |