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 \