wok diff libwnck/receipt @ rev 9507

Fix libwnck.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 06 07:35:59 2011 +0000 (2011-04-06)
parents 805e07198f66
children c7e731fee6f9
line diff
     1.1 --- a/libwnck/receipt	Wed Dec 08 10:29:51 2010 +0000
     1.2 +++ b/libwnck/receipt	Wed Apr 06 07:35:59 2011 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  BUILD_DEPENDS="perl-xml-parser gettext intltool xorg-dev gtk+-dev pkg-config gobject-introspection-dev"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://ftp.acc.umu.se/pub/gnome/sources/libwnck/"
     1.7 -WGET_URL="http://ftp.acc.umu.se/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.8 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -32,5 +32,5 @@
    1.13  	mkdir -p $fs/usr/lib
    1.14  	cp -a $_pkg/usr/bin $fs/usr
    1.15  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/share/girepository-1.0 $fs/usr/share
    1.17 +	cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
    1.18  }