wok-next diff tuxmath/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents d5aab818505e
children 13f780ae6111
line diff
     1.1 --- a/tuxmath/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/tuxmath/receipt	Fri Dec 28 05:11:49 2018 +0200
     1.3 @@ -12,8 +12,8 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.5  WGET_URL="https://alioth.debian.org/frs/download.php/3571/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="libt4k_common-dev libsdl-dev librsvg-dev libsdl-image-dev \
     1.8 -libsdl-mixer-dev libsdl-ttf-dev libsdl-net-dev libsdl-pango-dev"
     1.9 +BUILD_DEPENDS="libt4k_common-dev sdl-dev librsvg-dev sdl-image-dev \
    1.10 +sdl-mixer-dev sdl-ttf-dev sdl-net-dev sdl-pango-dev"
    1.11  
    1.12  compile_rules() {
    1.13  	./configure \
    1.14 @@ -34,7 +34,7 @@
    1.15  		cp -a $install/usr/share/locale/$lang/LC_MESSAGES/tuxmath.mo \
    1.16  		        $fs/usr/share/locale/$lang/LC_MESSAGES
    1.17  	done
    1.18 -	DEPENDS="libt4k_common libsdl librsvg libsdl-image libsdl-mixer libsdl-ttf \
    1.19 -	libsdl-net libsdl-pango"
    1.20 +	DEPENDS="libt4k_common sdl librsvg sdl-image sdl-mixer sdl-ttf \
    1.21 +	sdl-net sdl-pango"
    1.22  	TAGS="education"
    1.23  }