diff options
author | James Meyer <james.meyer@operamail.com> | 2011-08-19 21:20:23 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-08-19 21:20:23 (GMT) |
commit | bc7af3a8e7a74bb51548e0c094457bd8379f64a5 (patch) | |
tree | 916c8854b3f899a72564f2aa64f2ea7199b9f8b0 /abs/core/fluxbox/PKGBUILD | |
parent | 528cb144ccabf66fb6278f3025a3496d73a59a20 (diff) | |
download | linhes_pkgbuild-bc7af3a8e7a74bb51548e0c094457bd8379f64a5.zip linhes_pkgbuild-bc7af3a8e7a74bb51548e0c094457bd8379f64a5.tar.gz linhes_pkgbuild-bc7af3a8e7a74bb51548e0c094457bd8379f64a5.tar.bz2 |
fluxbox: add hotkey to exit fluxbox and start windowmaker. mod4 (windows key) + w to the key file.
minor rework of PKGBUILD for the focus patch
Diffstat (limited to 'abs/core/fluxbox/PKGBUILD')
-rw-r--r-- | abs/core/fluxbox/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/abs/core/fluxbox/PKGBUILD b/abs/core/fluxbox/PKGBUILD index cb52bed..08148ac 100644 --- a/abs/core/fluxbox/PKGBUILD +++ b/abs/core/fluxbox/PKGBUILD @@ -4,7 +4,7 @@ pkgname=fluxbox pkgver=1.1.1 -pkgrel=11 +pkgrel=17 pkgdesc="A lightweight and highly-configurable window manager" arch=('i686' 'x86_64') url="http://www.fluxbox.org" @@ -16,8 +16,10 @@ source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkg fluxbox.desktop keys fluxbox_fullscreen_focus.patch) build() { - patch < fluxbox_fullscreen_focus.patch ${srcdir}/${pkgname}-${pkgver}/src/Window.cc || return 1 +# patch < fluxbox_fullscreen_focus.patch ${srcdir}/${pkgname}-${pkgver}/src/Window.cc || return 1 cd ${srcdir}/${pkgname}-${pkgver} + echo "Patching fluxbox" + patch -p1 < $srcdir/fluxbox_fullscreen_focus.patch || return 1 ./configure --prefix=/usr \ --enable-kde --enable-gnome \ --enable-xft --enable-xinerama \ @@ -32,5 +34,5 @@ build() { } md5sums=('fa9fa8fe9a44f86522de5754f8b285ca' 'eeae9c88a2526ac0bd8afcd9ce97f9ed' - 'b2c3340710b15fb82603dd5893bfb92f' + 'd201812779a3e66c81b9ca753af39396' 'd4b1195c78ac08ad41a678a424086420') |