summaryrefslogtreecommitdiff
path: root/community/i3-wm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/i3-wm/PKGBUILD')
-rw-r--r--community/i3-wm/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/community/i3-wm/PKGBUILD b/community/i3-wm/PKGBUILD
index 5efdf577c..9d15d5a17 100644
--- a/community/i3-wm/PKGBUILD
+++ b/community/i3-wm/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 113261 2014-06-16 19:17:35Z ttoepper $
+# $Id: PKGBUILD 113576 2014-06-26 05:07:13Z ttoepper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=i3-wm
_pkgsourcename=i3
pkgver=4.8
-pkgrel=2
+pkgrel=3
pkgdesc='An improved dynamic tiling window manager'
arch=('i686' 'x86_64')
url='http://i3wm.org/'
@@ -21,13 +21,17 @@ optdepends=('dmenu: As menu.'
'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")
+ "http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc"
+ 'bugfix_dont_focus_unmapped_container_on_manage.patch')
md5sums=('4151e8e81fdc78b32a7cb953f67e3bef'
- 'SKIP')
+ 'SKIP'
+ '2601c1d3fa5e45bc637a82486fdc5be6')
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