# HG changeset patch # User Christopher Rogers # Date 1295531953 0 # Node ID fe2fd41e610305d261f7383f47129ee593d4d11a # Parent e74afedc7550efd9364bbcdaf5da2b34b0ac16e5 Updated url path for xfce4-icon-theme and xfce4-mixer. diff -r e74afedc7550 -r fe2fd41e6103 xfce4-icon-theme/receipt --- a/xfce4-icon-theme/receipt Thu Jan 20 16:49:16 2011 +0100 +++ b/xfce4-icon-theme/receipt Thu Jan 20 13:59:13 2011 +0000 @@ -9,7 +9,7 @@ BUILD_DEPENDS="intltool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org/" -WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL" +WGET_URL="http://archive.xfce.org/src/art/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r e74afedc7550 -r fe2fd41e6103 xfce4-mixer/receipt --- a/xfce4-mixer/receipt Thu Jan 20 16:49:16 2011 +0100 +++ b/xfce4-mixer/receipt Thu Jan 20 13:59:13 2011 +0000 @@ -10,7 +10,7 @@ gst-plugins-base-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" -WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL" +WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules()