wok diff xfce4-panel/receipt @ rev 4282
cdrdao: fix build with gcc-4.x
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 26 10:31:52 2009 +0200 (2009-09-26) |
parents | f61646aa59c7 |
children | d3f8691c76f4 |
line diff
1.1 --- a/xfce4-panel/receipt Sun Sep 20 13:20:59 2009 +0000 1.2 +++ b/xfce4-panel/receipt Sat Sep 26 10:31:52 2009 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libexo-dev libwnck-dev cairo-dev" 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 WEB_SITE="http://www.xfce.org/" 1.7 -WGET_URL="http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL" 1.8 +WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()