summaryrefslogtreecommitdiff
path: root/extra/startup-notification/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/startup-notification/PKGBUILD')
-rw-r--r--extra/startup-notification/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/startup-notification/PKGBUILD b/extra/startup-notification/PKGBUILD
index 4b1dccd98..bec3abae5 100644
--- a/extra/startup-notification/PKGBUILD
+++ b/extra/startup-notification/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 124868 2011-05-24 20:23:38Z ibiru $
+# $Id: PKGBUILD 144441 2011-12-05 19:49:41Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=startup-notification
pkgver=0.12
-pkgrel=1
+pkgrel=2
pkgdesc="Monitor and display application startup"
arch=(i686 x86_64 'mips64el')
license=('LGPL')
-depends=('libx11' 'xcb-util>=0.3.4')
+depends=('libx11' 'xcb-util>=0.3.8')
options=('!libtool')
url="http://www.freedesktop.org"
source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
@@ -16,6 +16,8 @@ md5sums=('2cd77326d4dcaed9a5a23a1232fb38e9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i -e '/AC_PATH_XTRA/d' configure.in
+ autoreconf --force --install
./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
make
}