wok-current diff clutter/receipt @ rev 7637

Up: clutter to 1.4.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Dec 13 18:41:21 2010 +0000 (2010-12-13)
parents 8efe4965fb57
children 8798c5f282bb
line diff
     1.1 --- a/clutter/receipt	Sun Oct 10 13:23:12 2010 +0000
     1.2 +++ b/clutter/receipt	Mon Dec 13 18:41:21 2010 +0000
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="clutter"
     1.7 -VERSION="1.4.0"
     1.8 +VERSION="1.4.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Animated graphical user interfaces library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="atk libgio gdk-pixbuf cairo pango json-glib mesa libdrm xorg-libXcomposite"
    1.13  SUGGESTED="nvidia"
    1.14 -BUILD_DEPENDS="atk-dev libgio-dev gdk-pixbuf-dev cairo-dev pango-dev json-glib-dev mesa-dev libdrm-dev xorg-libXcomposite-dev pkg-config"
    1.15 +BUILD_DEPENDS="atk-dev libgio-dev gdk-pixbuf-dev cairo-dev pango-dev json-glib-dev mesa-dev libdrm-dev xorg-libXcomposite-dev gobject-introspection-dev pkg-config"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WEB_SITE="http://clutter-project.org/"
    1.18 -WGET_URL="http://www.clutter-project.org/sources/clutter/1.4/$TARBALL"
    1.19 +WGET_URL="http://www.clutter-project.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -28,4 +28,5 @@
    1.24  {
    1.25  	mkdir -p $fs/usr/lib
    1.26  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.27 +	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
    1.28  }