From 299e917c17619f800f0c21cf43209065b608223f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Feb 2012 23:15:21 +0000 Subject: Fri Feb 24 23:15:21 UTC 2012 --- community/matchbox-desktop/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/matchbox-desktop/PKGBUILD') diff --git a/community/matchbox-desktop/PKGBUILD b/community/matchbox-desktop/PKGBUILD index 637edc3e2..3af5a9717 100644 --- a/community/matchbox-desktop/PKGBUILD +++ b/community/matchbox-desktop/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 58996 2011-11-20 19:49:57Z spupykin $ +# $Id: PKGBUILD 66229 2012-02-23 05:03:36Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Henrique C. Alves pkgname=matchbox-desktop pkgver=2.0 -pkgrel=2 +pkgrel=3 pkgdesc="A PDA style application launcher or 'item browser'." arch=('i686' 'x86_64') license=('GPL') @@ -16,7 +16,7 @@ md5sums=('b0a4a47130272e2adab4e9feb43a6c9c') build() { cd $srcdir/$pkgname-$pkgver - ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification + LDFLAGS=-lX11 ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification make make DESTDIR=$pkgdir install } -- cgit v1.2.3-54-g00ecf