summaryrefslogtreecommitdiff
path: root/extra/fluxbox/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/fluxbox/PKGBUILD')
-rw-r--r--extra/fluxbox/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/fluxbox/PKGBUILD b/extra/fluxbox/PKGBUILD
index eec6c8611..6f832a720 100644
--- a/extra/fluxbox/PKGBUILD
+++ b/extra/fluxbox/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 174300 2013-01-04 04:35:47Z eric $
+# $Id: PKGBUILD 177083 2013-02-06 03:07:57Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=fluxbox
pkgver=1.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight and highly-configurable window manager"
arch=('i686' 'x86_64')
url="http://www.fluxbox.org"
@@ -12,12 +12,14 @@ depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'imlib2' 'fribid
optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu utilities')
options=('!makeflags')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.lzma \
- fluxbox.desktop)
+ fluxbox.desktop fluxbox-fix_timer.diff)
sha1sums=('6892259dd495424291194fde242230cca95abce3'
- 'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8')
+ 'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8'
+ 'bc10368d7a157f83428897e2b7aced7ce620dec3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -p1 -i "${srcdir}/fluxbox-fix_timer.diff"
./configure --prefix=/usr \
--enable-xft --enable-xinerama \
--enable-imlib2 --enable-nls