wok-current rev 22925
updated hatari (2.2.0 -> 2.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 26 07:57:57 2020 +0100 (2020-02-26) |
parents | f7cfddec74b3 |
children | 49cec93cc0b7 |
files | harfbuzz-apps/receipt harfbuzz-dev/receipt hatari/receipt |
line diff
1.1 --- a/harfbuzz-apps/receipt Wed Feb 26 07:37:41 2020 +0100 1.2 +++ b/harfbuzz-apps/receipt Wed Feb 26 07:57:57 2020 +0100 1.3 @@ -21,4 +21,3 @@ 1.4 mkdir -p $fs/usr/bin 1.5 cp -a $install/usr/bin $fs/usr 1.6 } 1.7 -
2.1 --- a/harfbuzz-dev/receipt Wed Feb 26 07:37:41 2020 +0100 2.2 +++ b/harfbuzz-dev/receipt Wed Feb 26 07:57:57 2020 +0100 2.3 @@ -19,4 +19,3 @@ 2.4 { 2.5 cook_copy_files *.h *.la *.pc 2.6 } 2.7 -
3.1 --- a/hatari/receipt Wed Feb 26 07:37:41 2020 +0100 3.2 +++ b/hatari/receipt Wed Feb 26 07:57:57 2020 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="hatari" 3.7 -VERSION="2.2.0" 3.8 +VERSION="2.2.1" 3.9 CATEGORY="misc" 3.10 SHORT_DESC="An Atari ST/STE/TT/Falcon emulator." 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 @@ -12,8 +12,8 @@ 3.13 WGET_URL="http://download.tuxfamily.org/$PACKAGE/$VERSION/$TARBALL" 3.14 3.15 DEPENDS="libdb libpng libsdl2 portaudio python readline zlib" 3.16 -BUILD_DEPENDS="cmake libpng-dev libsdl2-dev portaudio-dev python-dev \ 3.17 - readline-dev udev-dev xorg-dev zlib-dev" 3.18 +BUILD_DEPENDS="cmake libpng-dev libsdl2-dev portaudio-dev 3.19 + python-dev readline-dev udev-dev xorg-dev zlib-dev" 3.20 3.21 # Rules to configure and make the package. 3.22 compile_rules()