wok-next diff tuxtype/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 865a6b5d55a0
line diff
     1.1 --- a/tuxtype/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/tuxtype/receipt	Fri Dec 28 05:11:49 2018 +0200
     1.3 @@ -11,8 +11,8 @@
     1.4  TARBALL="tuxtype_w_fonts-$VERSION.tar.gz"
     1.5  WGET_URL="https://alioth.debian.org/frs/download.php/3270/$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 @@ -29,8 +29,8 @@
    1.15  
    1.16  genpkg_rules() {
    1.17  	copy @std *.mo
    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  }
    1.24