wok 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 b34c3aa2fe16
children a037a9259b0c
files clutter-dev/receipt clutter/receipt
line diff
     1.1 --- a/clutter-dev/receipt	Mon Dec 13 15:03:14 2010 +0100
     1.2 +++ b/clutter-dev/receipt	Mon Dec 13 18:41:21 2010 +0000
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="clutter-dev"
     1.7 -VERSION="1.4.0"
     1.8 +VERSION="1.4.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Clutter tool kit devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS="clutter"
    1.13 +DEPENDS="clutter mesa-dev json-glib-dev"
    1.14  WANTED="clutter"
    1.15  WEB_SITE="http://clutter-project.org/"
    1.16  
     2.1 --- a/clutter/receipt	Mon Dec 13 15:03:14 2010 +0100
     2.2 +++ b/clutter/receipt	Mon Dec 13 18:41:21 2010 +0000
     2.3 @@ -1,16 +1,16 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="clutter"
     2.7 -VERSION="1.4.0"
     2.8 +VERSION="1.4.2"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Animated graphical user interfaces library."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  DEPENDS="atk libgio gdk-pixbuf cairo pango json-glib mesa libdrm xorg-libXcomposite"
    2.13  SUGGESTED="nvidia"
    2.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"
    2.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"
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17  WEB_SITE="http://clutter-project.org/"
    2.18 -WGET_URL="http://www.clutter-project.org/sources/clutter/1.4/$TARBALL"
    2.19 +WGET_URL="http://www.clutter-project.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.20  
    2.21  # Rules to configure and make the package.
    2.22  compile_rules()
    2.23 @@ -28,4 +28,5 @@
    2.24  {
    2.25  	mkdir -p $fs/usr/lib
    2.26  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.27 +	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
    2.28  }