diff options
author | James Meyer <james.meyer@operamail.com> | 2012-05-15 21:32:57 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-05-15 21:32:57 (GMT) |
commit | 812505bd0e31db97b7198610cee756fe2ad72035 (patch) | |
tree | 69ba5c147ee643ae49f3edd4d7612a922d2f19eb /abs/core/fluxbox/PKGBUILD | |
parent | 3ed60b8f4054d546298241b3a372157f4bb0ceea (diff) | |
download | linhes_pkgbuild-812505bd0e31db97b7198610cee756fe2ad72035.zip linhes_pkgbuild-812505bd0e31db97b7198610cee756fe2ad72035.tar.gz linhes_pkgbuild-812505bd0e31db97b7198610cee756fe2ad72035.tar.bz2 |
fluxbox: remove linhes specific hotkeys from global key file.
Also rename user defined fluxbox.keys for upgrades.
refs #830
Diffstat (limited to 'abs/core/fluxbox/PKGBUILD')
-rw-r--r-- | abs/core/fluxbox/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core/fluxbox/PKGBUILD b/abs/core/fluxbox/PKGBUILD index 01f8f14..4757d26 100644 --- a/abs/core/fluxbox/PKGBUILD +++ b/abs/core/fluxbox/PKGBUILD @@ -3,7 +3,7 @@ pkgname=fluxbox pkgver=1.3.1 -pkgrel=5 +pkgrel=6 pkgdesc="A lightweight and highly-configurable window manager" arch=('i686' 'x86_64') url="http://www.fluxbox.org" @@ -14,6 +14,7 @@ optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu util options=('!makeflags') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2 \ fluxbox.desktop keys fluxbox_fullscreen_focus.patch) +install=fluxbox.install build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -35,5 +36,5 @@ package() { } md5sums=('0eaa940a69c0a876a520bb85d67b8bec' 'eeae9c88a2526ac0bd8afcd9ce97f9ed' - '501a4d423db5493fa2f2e5eb30d72e6f' + 'c6d548dbefd76bad117db23bdf927bcd' '7d2fff845c9f951e925b9adcd1053242') |