wok-next diff wesnoth/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 5669e8b3be70
children 82b613cfd1e0
line diff
     1.1 --- a/wesnoth/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/wesnoth/receipt	Fri Dec 28 05:11:49 2018 +0200
     1.3 @@ -12,8 +12,8 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="cairo-dev pango-dev boost-dev boost-regex \
     1.7 -boost-iostreams libsdl-dev libsdl-mixer-dev libsdl-ttf-dev libsdl-ttf \
     1.8 -libsdl-image-dev libsdl-net-dev libpng-dev freetype-dev fontconfig-dev \
     1.9 +boost-iostreams sdl-dev sdl-mixer-dev sdl-ttf-dev sdl-ttf \
    1.10 +sdl-image-dev sdl-net-dev libpng-dev freetype-dev fontconfig-dev \
    1.11  findutils lua-dev boost-serialization autoconf automake fribidi-dev \
    1.12  boost-system boost-program-options boost-filesystem boost-locale \
    1.13  libvorbis-dev cmake gettext"
    1.14 @@ -30,8 +30,8 @@
    1.15  genpkg_rules() {
    1.16  	case $PACKAGE in
    1.17  		wesnoth)
    1.18 -			DEPENDS="libsdl libsdl-mixer libsdl-ttf libsdl-net \
    1.19 -			libsdl-image zlib pango cairo fontconfig \
    1.20 +			DEPENDS="sdl sdl-mixer sdl-ttf sdl-net \
    1.21 +			sdl-image zlib pango cairo fontconfig \
    1.22  			boost-regex boost-iostreams libpng fribidi \
    1.23  			gcc-lib-base xcb-util boost-system \
    1.24  			boost-program-options"