# HG changeset patch # User Samuel Trassare # Date 1329944817 28800 # Node ID 0b2b9d1540d7f8a102cf760d1e6789da7a0779f8 # Parent 67ce1202c9163db20d2f67f0be95a42c94767bf0 up tuxtype (1.8.1) and removed extension from desktop file diff -r 67ce1202c916 -r 0b2b9d1540d7 tuxtype/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tuxtype/description.txt Wed Feb 22 13:06:57 2012 -0800 @@ -0,0 +1,3 @@ +TuxTyping is an educational typing tutor for kids starring Tux, the Linux +penguin. This educational game comes with two different games for practicing +your typing, and having a great time doing it. diff -r 67ce1202c916 -r 0b2b9d1540d7 tuxtype/receipt --- a/tuxtype/receipt Wed Feb 22 12:21:48 2012 -0800 +++ b/tuxtype/receipt Wed Feb 22 13:06:57 2012 -0800 @@ -2,16 +2,17 @@ PACKAGE="tuxtype" SOURCE="tuxtype_w_fonts" -VERSION="1.8.0" +VERSION="1.8.1" CATEGORY="games" SHORT_DESC="Educational typing tutor for kids." MAINTAINER="claudinei@slitaz.org" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://tux4kids.alioth.debian.org" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="libsdl libsdl-image libsdl-mixer libsdl-ttf" -BUILD_DEPENDS="$DEPENDS libsdl-dev libsdl-image-dev libsdl-mixer-dev \ -libsdl-ttf-dev" +WGET_URL="https://alioth.debian.org/frs/download.php/3270/$TARBALL" +DEPENDS="libt4k_common libsdl librsvg libsdl-image libsdl-mixer libsdl-ttf \ +libsdl-net libsdl-pango" +BUILD_DEPENDS="libt4k_common-dev libsdl-dev librsvg-dev libsdl-image-dev \ +libsdl-mixer-dev libsdl-ttf-dev libsdl-net-dev libsdl-pango-dev" TAGS="education" @@ -21,12 +22,14 @@ cd $src ./configure \ --prefix=/usr \ - --localstatedir=/var/games \ - --without-sdlpango \ - --without-rsvg \ + --localstatedir=/var/games $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + make + # Adding the games group satisfies the install script. + addgroup games + make DESTDIR=$PWD/_pkg install + # We don't need to leave this behind in the build environment. + delgroup games } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -41,5 +44,12 @@ cp -a $_pkg/usr/share/locale/$lang/LC_MESSAGES/tuxtype.mo \ $fs/usr/share/locale/$lang/LC_MESSAGES done + + cp -ar $_pkg/usr $fs } +post_install() +{ + echo "Adding games group if not already created:" + addgroup games +} diff -r 67ce1202c916 -r 0b2b9d1540d7 tuxtype/stuff/tuxtype.desktop --- a/tuxtype/stuff/tuxtype.desktop Wed Feb 22 12:21:48 2012 -0800 +++ b/tuxtype/stuff/tuxtype.desktop Wed Feb 22 13:06:57 2012 -0800 @@ -3,6 +3,6 @@ Encoding=UTF-8 Name=Tuxtype Exec=tuxtype -Icon=tuxtype.png +Icon=tuxtype Terminal=false Categories=Application;Game;