# HG changeset patch # User Christopher Rogers # Date 1302075359 0 # Node ID 91e33f964d223685d36d618c4d2c682d77293aa7 # Parent 99e53ccce3f9a18b1e77f694301e7452422bcb05 Fix libwnck. diff -r 99e53ccce3f9 -r 91e33f964d22 libwnck/receipt --- a/libwnck/receipt Wed Apr 06 07:33:24 2011 +0000 +++ b/libwnck/receipt Wed Apr 06 07:35:59 2011 +0000 @@ -11,7 +11,7 @@ BUILD_DEPENDS="perl-xml-parser gettext intltool xorg-dev gtk+-dev pkg-config gobject-introspection-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ftp.acc.umu.se/pub/gnome/sources/libwnck/" -WGET_URL="http://ftp.acc.umu.se/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -32,5 +32,5 @@ mkdir -p $fs/usr/lib cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/share/girepository-1.0 $fs/usr/share + cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share }