[arch-commits] Commit in i3-wm/trunk (2 files)

Thorsten Töpper ttoepper at archlinux.org
Mon Mar 2 20:25:19 UTC 2015


    Date: Monday, March 2, 2015 @ 21:25:19
  Author: ttoepper
Revision: 128579

upgpkg: i3-wm 4.9-1 - validpgpkeys: Michael

Modified:
  i3-wm/trunk/PKGBUILD
Deleted:
  i3-wm/trunk/bugfix_dont_focus_unmapped_container_on_manage.patch

------------------------------------------------------+
 PKGBUILD                                             |   17 +++++++----------
 bugfix_dont_focus_unmapped_container_on_manage.patch |   13 -------------
 2 files changed, 7 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-02 20:14:45 UTC (rev 128578)
+++ PKGBUILD	2015-03-02 20:25:19 UTC (rev 128579)
@@ -3,8 +3,8 @@
 
 pkgname=i3-wm
 _pkgsourcename=i3
-pkgver=4.8
-pkgrel=3
+pkgver=4.9
+pkgrel=1
 pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
 url='http://i3wm.org/'
@@ -12,7 +12,7 @@
 replaces=('i3' 'i3bar')
 groups=('i3')
 depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
-         'startup-notification' 'pango')
+         'startup-notification' 'pango' 'libxkbcommon-x11')
 makedepends=('bison' 'flex')
 optdepends=('dmenu: As menu.'
             'i3lock: For locking your screen.'
@@ -21,17 +21,14 @@
             'perl-json-xs: Features like saving the layout.')
 options=('docs' '!strip')
 source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2"
-        "http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc"
-        'bugfix_dont_focus_unmapped_container_on_manage.patch')
-md5sums=('4151e8e81fdc78b32a7cb953f67e3bef'
-         'SKIP'
-         '2601c1d3fa5e45bc637a82486fdc5be6')
+        "http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc")
+md5sums=('7e00bc788345e2b5759461f9eaa799a6'
+         'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 
 build() {
   cd "$srcdir/$_pkgsourcename-$pkgver"
   
-  patch -p1 < "$srcdir/bugfix_dont_focus_unmapped_container_on_manage.patch"
-
   # In order to avoid problems with bison use only a single process
   MAKEFLAGS="-j1"
   make

Deleted: bugfix_dont_focus_unmapped_container_on_manage.patch
===================================================================
--- bugfix_dont_focus_unmapped_container_on_manage.patch	2015-03-02 20:14:45 UTC (rev 128578)
+++ bugfix_dont_focus_unmapped_container_on_manage.patch	2015-03-02 20:25:19 UTC (rev 128579)
@@ -1,13 +0,0 @@
-diff --git a/8f442e0..9eee357 b/9eee357
-index 8f442e0..9eee357 100644
---- a/src/manage.c
-+++ b/src/manage.c
-@@ -505,7 +505,7 @@ void manage_window(xcb_window_t window, xcb_get_window_attributes_cookie_t cooki
- 
-     /* Defer setting focus after the 'new' event has been sent to ensure the
-      * proper window event sequence. */
--    if (set_focus) {
-+    if (set_focus && nc->mapped) {
-         DLOG("Now setting focus.\n");
-         con_focus(nc);
-     }



More information about the arch-commits mailing list