wok-stable rev 6672

Added gobject-introspection-dev to atk build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 12 04:41:55 2010 +0000 (2010-10-12)
parents 7683b0c90236
children af4c2aec0744
files atk-dev/receipt atk/receipt
line diff
     1.1 --- a/atk-dev/receipt	Tue Oct 12 04:10:54 2010 +0000
     1.2 +++ b/atk-dev/receipt	Tue Oct 12 04:41:55 2010 +0000
     1.3 @@ -12,8 +12,9 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib
     1.8 +	mkdir -p $fs/usr/lib $fs/usr/share
     1.9  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.10  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.11  	cp -a $_pkg/usr/include $fs/usr
    1.12 +	cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
    1.13  }
     2.1 --- a/atk/receipt	Tue Oct 12 04:10:54 2010 +0000
     2.2 +++ b/atk/receipt	Tue Oct 12 04:41:55 2010 +0000
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="Accessibility toolkit."
     2.5  MAINTAINER="pankso@slitaz.org"
     2.6  DEPENDS="glib"
     2.7 -BUILD_DEPENDS="glib-dev pkg-config"
     2.8 +BUILD_DEPENDS="libgio-dev glib-dev gobject-introspection-dev pkg-config"
     2.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.10  WEB_SITE="http://www.gnome.org/"
    2.11  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/atk/${VERSION%.*}/$TARBALL"