wok-undigest rev 957

gtk+3: forgot about my new gobject-introspection
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 13 13:00:25 2013 +0000 (2013-03-13)
parents 980ac6fe253d
children 92ab4c6cb2db
files gobject-introspection-dev/receipt gobject-introspection/receipt gtk+3-demo/receipt gtk+3-dev/receipt gtk+3-widget-factory/receipt gtk+3/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gobject-introspection-dev/receipt	Wed Mar 13 13:00:25 2013 +0000
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gobject-introspection-dev"
     1.7 +VERSION="1.32.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Gobject-introspection devel files"
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WEB_SITE="http://live.gnome.org/GObjectInstrospection"
    1.12 +
    1.13 +WANTED="gobject-introspection"
    1.14 +DEPENDS="gobject-introspection libffi-dev"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p \
    1.20 +		$fs/usr/lib \
    1.21 +		$fs/usr/share
    1.22 +	cp -a $install/usr/include $fs/usr
    1.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.24 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.25 +	cp -a $install/usr/share/aclocal $fs/usr/share
    1.26 +	cp -a $install/usr/share/gir-1.0 $fs/usr/share
    1.27 +	cp -a $install/usr/share/gobject-introspection-* $fs/usr/share
    1.28 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/gobject-introspection/receipt	Wed Mar 13 13:00:25 2013 +0000
     2.3 @@ -0,0 +1,36 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="gobject-introspection"
     2.7 +VERSION="1.32.1"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="Introspection system for GObject-based libraries"
    2.10 +MAINTAINER="pankso@slitaz.org"
    2.11 +WEB_SITE="http://live.gnome.org/GObjectInstrospection"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.13 +HI_VERSION=$(echo $VERSION | cut -d. -f1,2)
    2.14 +WGET_URL="$GNOME_MIRROR/$PACKAGE/$HI_VERSION/$TARBALL"
    2.15 +
    2.16 +DEPENDS="libgio"
    2.17 +BUILD_DEPENDS="flex bison glib-dev python-dev libgio-dev libffi-dev cairo-dev"
    2.18 +
    2.19 +# Rules to configure and make the package.
    2.20 +compile_rules()
    2.21 +{
    2.22 +	./configure \
    2.23 +		--disable-static \
    2.24 +		$CONFIGURE_ARGS &&
    2.25 +	make &&
    2.26 +	make install
    2.27 +}
    2.28 +
    2.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.30 +genpkg_rules()
    2.31 +{
    2.32 +	mkdir -p 
    2.33 +		$fs/usr/lib \
    2.34 +		$fs/usr/share
    2.35 +	cp -a $install/usr/bin $fs/usr
    2.36 +	cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
    2.37 +	cp -a $install/usr/lib/gobject-introspection $fs/usr/lib
    2.38 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.39 +}
     3.1 --- a/gtk+3-demo/receipt	Wed Mar 13 10:12:49 2013 +0100
     3.2 +++ b/gtk+3-demo/receipt	Wed Mar 13 13:00:25 2013 +0000
     3.3 @@ -20,3 +20,4 @@
     3.4  	cp -a $install/usr/share/gtk-3.0 $fs/usr/share
     3.5  	cp -a $stuff/gtk-demo.png $fs/usr/share/pixmaps
     3.6  }
     3.7 +
     4.1 --- a/gtk+3-dev/receipt	Wed Mar 13 10:12:49 2013 +0100
     4.2 +++ b/gtk+3-dev/receipt	Wed Mar 13 13:00:25 2013 +0000
     4.3 @@ -30,3 +30,4 @@
     4.4  	cp -a $install/usr/share/aclocal $fs/usr/share
     4.5  	cp -a $install/usr/share/gir-1.0 $fs/usr/share
     4.6  }
     4.7 +
     5.1 --- a/gtk+3-widget-factory/receipt	Wed Mar 13 10:12:49 2013 +0100
     5.2 +++ b/gtk+3-widget-factory/receipt	Wed Mar 13 13:00:25 2013 +0000
     5.3 @@ -16,3 +16,4 @@
     5.4  	mkdir -p $fs/usr/bin
     5.5  	cp -a $install/usr/bin/gtk3-widget-factory $fs/usr/bin
     5.6  }
     5.7 +
     6.1 --- a/gtk+3/receipt	Wed Mar 13 10:12:49 2013 +0100
     6.2 +++ b/gtk+3/receipt	Wed Mar 13 13:00:25 2013 +0000
     6.3 @@ -71,3 +71,4 @@
     6.4  	cp -a $install/usr/share/themes $fs/usr/share
     6.5  	cp -a $install/usr/share/glib-2.0 $fs/usr/share
     6.6  }
     6.7 +