From 0d3b2e07404942759aac6018030e5f9d90be6be7 Mon Sep 17 00:00:00 2001 From: Bartlomiej Palmowski Date: Thu, 30 Jun 2011 20:38:31 +0200 Subject: [PATCH] lxpanel: fix for #726 and fixed URL --- lxpanel/Pkgfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lxpanel/Pkgfile b/lxpanel/Pkgfile index 501fec9df..b8222a255 100644 --- a/lxpanel/Pkgfile +++ b/lxpanel/Pkgfile @@ -1,15 +1,17 @@ # Description: desktop panel from lxde project -# URL: http://lxde.org/about.html +# URL: http://lxde.org/ # Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl # Depends on: gtk intltool menu-cache name=lxpanel version=0.5.6 release=1 -source=(http://download.sourceforge.net/sourceforge/lxde/$name-$version.tar.gz) +source=(http://download.sourceforge.net/sourceforge/lxde/$name-$version.tar.gz + alarm_typedef_conflict.patch) build() { cd $name-$version + patch -p0 -i ../alarm_typedef_conflict.patch ./configure \ --prefix=/usr \ --mandir=/usr/man \