summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2012-05-26 00:40:31 (GMT)
committerBritney Fransen <brfransen@gmail.com>2012-05-26 00:40:31 (GMT)
commit22e1abbd22f47fee291f0acd3df85b61fbd04ac8 (patch)
treeaa9742ab6dcbb7b97eeb8f0b34195f5f7a0766ff
parent1cd3ef3d3076da1cb5c644af8608e4aaf02f2e9a (diff)
downloadlinhes_pkgbuild-22e1abbd22f47fee291f0acd3df85b61fbd04ac8.zip
linhes_pkgbuild-22e1abbd22f47fee291f0acd3df85b61fbd04ac8.tar.gz
linhes_pkgbuild-22e1abbd22f47fee291f0acd3df85b61fbd04ac8.tar.bz2
fluxbox: add dep for LinHES-system
needed to keep fluxbox hotkeys for those not updating to mythtv .25
-rw-r--r--abs/core/fluxbox/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core/fluxbox/PKGBUILD b/abs/core/fluxbox/PKGBUILD
index 4757d26..fe4572e 100644
--- a/abs/core/fluxbox/PKGBUILD
+++ b/abs/core/fluxbox/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=fluxbox
pkgver=1.3.1
-pkgrel=6
+pkgrel=7
pkgdesc="A lightweight and highly-configurable window manager"
arch=('i686' 'x86_64')
url="http://www.fluxbox.org"
license=('MIT')
-depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'sh' 'imlib2' 'fribidi')
+depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'sh' 'imlib2' 'fribidi'
+'LinHES-system>=2-52')
makedepends=('pkg-config')
optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu utilities')
options=('!makeflags')