Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c16b7c0ef75e085f7d3ce058f52e4ae6d195932f
commit c16b7c0ef75e085f7d3ce058f52e4ae6d195932f Author: crazy <[email protected]> Date: Tue Dec 13 17:33:06 2016 +0100 i3-4.13-1-x86_64 * Version bump diff --git a/source/x11-extra/i3/FrugalBuild b/source/x11-extra/i3/FrugalBuild index 80e803f..3cd5456 100644 --- a/source/x11-extra/i3/FrugalBuild +++ b/source/x11-extra/i3/FrugalBuild @@ -2,17 +2,30 @@ # Maintainer: crazy <[email protected]> pkgname=i3 -pkgver=4.12 +pkgver=4.13 pkgrel=1 pkgdesc="An improved dynamic tiling window manager" url="http://i3wm.org/" groups=('x11-extra') -archs=('i686' 'x86_64') +archs=('x86_64') up2date="Flasttar http://i3wm.org/downloads/ " source=(http://i3wm.org/downloads/$pkgname-$pkgver.tar.bz2) -sha1sums=('264e682c7404ee8d5da76e3d652c546db1662a2b') +sha1sums=('f4ca5c9023563f42be9c36b605c7a18d6f70114a') depends=('libxkbcommon>=0.5.0-3' 'xcb-util-wm>=0.4.1-2' \ - 'xcb-util-cursor>=0.1.2-2' 'pango>=1.38.1-2' \ + 'xcb-util-cursor>=0.1.2-2' 'pango>=1.38.1-2' 'xcb-util-xrm>=1.2' \ 'yajl>=2.1.0-3' 'libev>=4.22-2' 'startup-notification>=0.12-3') - makedepends=('x11-protos>=0.1-3') + + +build() { + + Fcd + Fautoreconf + Fconf + Fexec cd $CHOST-gnu || Fdie + ## random breaks so force -j1 + _F_make_opts="-j1" + Fmake + Fmakeinstall +} +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
