wok diff gobject-introspection/receipt @ rev 14225
freetype*: up 2.4.11; fontconfig*: up 2.10.91; add freetype-infinality* and fontconfig-infinality; gobject-introspection: up 1.32.1; gtk+3*: up 3.4.4; add gtk3-engine-solidity, gtk3-engine-unico; pixman*: up 0.28.2; add libxklavier, lightdm*; slitaz-i18n: add all existing translations.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Mar 21 16:18:40 2013 +0000 (2013-03-21) |
parents | 48e4ab5725f4 |
children | 68d68791ced5 |
line diff
1.1 --- a/gobject-introspection/receipt Wed Oct 26 21:22:53 2011 +0000 1.2 +++ b/gobject-introspection/receipt Thu Mar 21 16:18:40 2013 +0000 1.3 @@ -1,24 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gobject-introspection" 1.7 -VERSION="1.30.0" 1.8 -CATEGORY="x-window" 1.9 -SHORT_DESC="Introspection system for GObject-based libraries." 1.10 -DEPENDS="libgio glib libffi python" 1.11 -BUILD_DEPENDS="glib-dev libgio-dev pkg-config bison flex libffi-dev python-dev cairo-dev" 1.12 +VERSION="1.32.1" 1.13 +CATEGORY="development" 1.14 +SHORT_DESC="Introspection system for GObject-based libraries" 1.15 MAINTAINER="pankso@slitaz.org" 1.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WEB_SITE="http://live.gnome.org/GObjectInstrospection" 1.18 -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" 1.19 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.20 +HI_VERSION=$(echo $VERSION | cut -d. -f1,2) 1.21 +WGET_URL="$GNOME_MIRROR/$PACKAGE/$HI_VERSION/$TARBALL" 1.22 + 1.23 +DEPENDS="libgio" 1.24 +BUILD_DEPENDS="flex bison glib-dev python-dev libgio-dev libffi-dev cairo-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - cd $src 1.30 - sed -i "s/.*self._linker_cmd,.*/&\n if libtool:\n args.append('-export-dynamic')/" giscanner/dumper.py 1.31 ./configure \ 1.32 - --prefix=/usr \ 1.33 - --sysconfdir=/etc \ 1.34 --disable-static \ 1.35 $CONFIGURE_ARGS && 1.36 make && 1.37 @@ -28,9 +26,11 @@ 1.38 # Rules to gen a SliTaz package suitable for Tazpkg. 1.39 genpkg_rules() 1.40 { 1.41 - mkdir -p $fs/usr/lib $fs/usr/share 1.42 - cp -a $_pkg/usr/bin $fs/usr 1.43 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.44 - cp -a $_pkg/usr/lib/gobject-introspection $fs/usr/lib 1.45 - cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib 1.46 + mkdir -p \ 1.47 + $fs/usr/lib \ 1.48 + $fs/usr/share 1.49 + cp -a $install/usr/bin $fs/usr 1.50 + cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib 1.51 + cp -a $install/usr/lib/gobject-introspection $fs/usr/lib 1.52 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.53 }