# HG changeset patch # User Pascal Bellard # Date 1320315324 -3600 # Node ID 5647557ead5c5876abab07bb881fad00c0172490 # Parent 8df256eba09bc2422550a9abf9ee1d6f9a9378b8 Add from wok-undigest: gnome-games-glchess gnome-games-icons gnome-games-sudoku gnome-games gnome-js-common gnome-keyring gnome-vfs-monikers diff -r 8df256eba09b -r 5647557ead5c gnome-games-glchess/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnome-games-glchess/receipt Thu Nov 03 11:15:24 2011 +0100 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="gnome-games-glchess" +VERSION="2.32.1" +CATEGORY="games" +SHORT_DESC="Chess game using GL/Mesa." +MAINTAINER="pankso@slitaz.org" +WEB_SITE="http://www.gnome.org/" +WANTED="gnome-games" +DEPENDS="mesa python gnuchess gnome-games-icons" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + game=glchess + mkdir -p \ + $fs/usr/games $fs/usr/lib \ + $fs/usr/share/applications + + cp -a $install/usr/games/$game $fs/usr/games + cp -a $install/usr/lib/python* $fs/usr/lib + rm -rf $fs/usr/lib/python*/*/gnome_sudoku + cp -a $install/usr/share/$game $fs/usr/share + + cp $src/$game/$game.desktop $fs/usr/share/applications +} diff -r 8df256eba09b -r 5647557ead5c gnome-games-icons/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnome-games-icons/receipt Thu Nov 03 11:15:24 2011 +0100 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="gnome-games-icons" +VERSION="2.32.1" +CATEGORY="games" +SHORT_DESC="Gnome games icons set." +MAINTAINER="pankso@slitaz.org" +WEB_SITE="http://www.gnome.org/" +WANTED="gnome-games" +DEPENDS="gnome-games" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $install/usr/share/icons $fs/usr/share + rm -rf $fs/usr/share/icons/hicolor/scalable +} diff -r 8df256eba09b -r 5647557ead5c gnome-games-sudoku/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnome-games-sudoku/receipt Thu Nov 03 11:15:24 2011 +0100 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="gnome-games-sudoku" +VERSION="2.32.1" +CATEGORY="games" +SHORT_DESC="Gnome sudoku game." +MAINTAINER="pankso@slitaz.org" +WEB_SITE="http://www.gnome.org/" +WANTED="gnome-games" +DEPENDS="python pygtk python-gconf gnome-games-icons" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + game=gnome-sudoku + mkdir -p \ + $fs/usr/games $fs/usr/lib \ + $fs/usr/share/applications + + cp -a $install/usr/games/$game $fs/usr/games + cp -a $install/usr/lib/python* $fs/usr/lib + rm -rf $fs/usr/lib/python*/*/glchess + cp -a $install/usr/share/$game $fs/usr/share + + cp $src/$game/$game.desktop $fs/usr/share/applications +} diff -r 8df256eba09b -r 5647557ead5c gnome-games/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnome-games/receipt Thu Nov 03 11:15:24 2011 +0100 @@ -0,0 +1,49 @@ +# SliTaz package receipt. + +PACKAGE="gnome-games" +VERSION="2.32.1" +CATEGORY="games" +SHORT_DESC="A set of of simple games from Gnome." +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.gnome.org/" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" + +# Games: aisleriot need guile. glchess use pygtk/mesa and is splitted +DEPENDS="GConf librsvg libcroco mesa clutter clutter-gtk libcanberra \ +libvorbis libogg util-linux-ng-uuid gnuchess gnome-games-icons seed" +BUILD_DEPENDS="GConf-dev librsvg-dev libcroco-dev mesa-dev clutter-dev \ +clutter-gtk-dev python-dev pygtk-dev libcanberra-dev gnome-doc-utils-dev \ +libvorbis-dev libogg-dev util-linux-ng-uuid-dev seed-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --bindir=/usr/games \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --enable-omitgames=aisleriot \ + --disable-scrollkeeper \ + $CONFIGURE_ARGS && + make && make install && + rm $DESTDIR/usr/share/*/glchess.desktop && + rm $DESTDIR/usr/share/*/gnome-sudoku.desktop +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/share + + cp -a $install/usr/games $fs/usr + cp -a $install/usr/share/$PACKAGE $fs/usr/share + + # Remove splitted games files + rm -f $fs/usr/games/glchess + rm -f $fs/usr/games/gnome-sudoku + + cp -a $install/var $fs + chmod a+w $fs/var/games/* +} diff -r 8df256eba09b -r 5647557ead5c gnome-js-common/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnome-js-common/receipt Thu Nov 03 11:15:24 2011 +0100 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="gnome-js-common" +VERSION="0.1.2" +CATEGORY="system-tools" +SHORT_DESC="Gnome JS common files." +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.gnome.org/" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" + +DEPENDS="" +BUILD_DEPENDS="" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + $CONFIGURE_ARGS && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} diff -r 8df256eba09b -r 5647557ead5c gnome-keyring-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnome-keyring-dev/receipt Thu Nov 03 11:15:24 2011 +0100 @@ -0,0 +1,22 @@ +# SliTaz package receipt. + +PACKAGE="gnome-keyring-dev" +VERSION="2.32.1" +CATEGORY="develoement" +SHORT_DESC="Gnome keyring devel files" +MAINTAINER="pankso@slitaz.org" +DEPENDS="gnome-keyring" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.gnome.org" +WANTED="gnome-keyring" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/$WANTED + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $_pkg/usr/lib/$WANTED/devel $fs/usr/lib/$WANTED + cp -a $_pkg/usr/lib/$WANTED/*.*a $fs/usr/lib/$WANTED + cp -a $_pkg/usr/include $fs/usr +} diff -r 8df256eba09b -r 5647557ead5c gnome-keyring/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnome-keyring/receipt Thu Nov 03 11:15:24 2011 +0100 @@ -0,0 +1,43 @@ +# SliTaz package receipt. + +PACKAGE="gnome-keyring" +VERSION="2.32.1" +CATEGORY="x-window" +SHORT_DESC="A program that keep password and other secrets for users." +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.gnome.org" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + +DEPENDS="libgcrypt libtasn1 python dbus" +BUILD_DEPENDS="libgcrypt-dev libtasn1-dev python-dev dbus-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --libexecdir=/usr/lib/$PACKAGE \ + --sysconfdir=/etc/gnome \ + --disable-pam && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/share + cp -a $install/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/$PACKAGE $fs/usr/lib + for i in dbus-1 GConf gcr glib-2.0 $PACKAGE + do + cp -a $install/usr/share/$i $fs/usr/share + done + + # Remove devel files. + rm -rf $fs/usr/lib/gnome-keyring/devel + find $fs/usr/lib -name *.*a -exec rm -f {} \; +} + diff -r 8df256eba09b -r 5647557ead5c gnome-vfs-monikers-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnome-vfs-monikers-dev/receipt Thu Nov 03 11:15:24 2011 +0100 @@ -0,0 +1,24 @@ +# SliTaz package receipt. + +PACKAGE="gnome-vfs-monikers-dev" +VERSION="2.15.3" +CATEGORY="development" +SHORT_DESC="GNOME Bonobo monikers dev files " +MAINTAINER="erjo@slitaz.org" +DEPENDS="gnome-vfs libbonobo" +BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.gnome.org" +WANTED="gnome-vfs-monikers" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/lib $fs/usr + + # Clean unwated files + cd $fs/usr/lib ; find . -name "*.so*" -exec rm -f {} \; + +} + diff -r 8df256eba09b -r 5647557ead5c gnome-vfs-monikers/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnome-vfs-monikers/receipt Thu Nov 03 11:15:24 2011 +0100 @@ -0,0 +1,41 @@ +# SliTaz package receipt. + +PACKAGE="gnome-vfs-monikers" +VERSION="2.15.3" +CATEGORY="x-window" +SHORT_DESC="GNOME Bonobo monikers " +MAINTAINER="erjo@slitaz.org" +DEPENDS="gnome-vfs libbonobo" +BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev glib-dev ORBit2-dev" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.gnome.org" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + export CFLAGS="-I/usr/include/libbonobo-2.0 -I/usr/include/glib-2.0 \ +-I/usr/lib/glib-2.0/include -I/usr/include/bonobo-activation-2.0 \ +-I/usr/include/orbit-2.0 -I/usr/include/gnome-vfs-2.0" + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make && make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/ + cp -a $_pkg/usr/lib $fs/usr + + # Clean unwated files + cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \; + + # Strip all + find . -name "*.so" -exec strip -s {} \; +} +