diff --git a/srcpkgs/lxpanel/patches/10-devproc-lxpanel.patch b/srcpkgs/lxpanel/patches/10-devproc-lxpanel.patch new file mode 100644 index 00000000000..0932a4be258 --- /dev/null +++ b/srcpkgs/lxpanel/patches/10-devproc-lxpanel.patch @@ -0,0 +1,21 @@ +--- a/plugins/netstat/devproc.c ++++ b/plugins/netstat/devproc.c +@@ -25,15 +25,15 @@ + #include + #include + #include +-#include +-#include +-#include + #include + #include "nsconfig.h" + #include "netstat.h" + #include "statusicon.h" + #include "devproc.h" + #include "dbg.h" ++#include ++#include ++#include + + /* network device list */ + static void netproc_netdevlist_add(NETDEVLIST_PTR *netdev_list, diff --git a/srcpkgs/lxpanel/template b/srcpkgs/lxpanel/template index 85645861eec..24edca0b8ad 100644 --- a/srcpkgs/lxpanel/template +++ b/srcpkgs/lxpanel/template @@ -1,7 +1,7 @@ # Template file for 'lxpanel' pkgname=lxpanel version=0.8.1 -revision=1 +revision=2 lib32disabled=yes build_style=gnu-configure hostmakedepends="pkg-config intltool" @@ -15,6 +15,7 @@ license="GPL-2" maintainer="Juan RP " distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.xz" checksum=c657eb049a0f59e7b2d1ad6cb621c272833b765705c19089e48b3c248351b1e0 +patch_args="-p1" lxpanel-devel_package() { depends="menu-cache-devel ${sourcepkg}>=${version}_${revision}"