wok-next rev 20263

Up tuxpaint (0.9.22)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 22:11:49 2017 +0100 (2017-11-07)
parents bdb992ec078a
children ca2af6b7abba
files tuxpaint/receipt vice/receipt
line diff
     1.1 --- a/tuxpaint/receipt	Tue Nov 07 21:40:35 2017 +0100
     1.2 +++ b/tuxpaint/receipt	Tue Nov 07 22:11:49 2017 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tuxpaint"
     1.7 -VERSION="0.9.21"
     1.8 +VERSION="0.9.22"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="Kid painting programm."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,13 +14,11 @@
    1.13  libsdl-ttf libpaper python"
    1.14  BUILD_DEPENDS="libpng-dev fribidi-dev librsvg-dev cairo-dev libsdl-dev \
    1.15  libsdl-mixer-dev libsdl-pango-dev libsdl-image-dev libsdl-ttf-dev \
    1.16 -libpaper-dev python-dev gettext"
    1.17 +libpaper-dev python-dev gettext gperf"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	cd $src
    1.23 -	sed -i 's/$(ARCH_LINKS)/$(ARCH_LINKS) -lpng/' Makefile
    1.24  	make PREFIX=/usr
    1.25  	make PREFIX=/usr DESTDIR=$DESTDIR install
    1.26  }
     2.1 --- a/vice/receipt	Tue Nov 07 21:40:35 2017 +0100
     2.2 +++ b/vice/receipt	Tue Nov 07 22:11:49 2017 +0100
     2.3 @@ -11,7 +11,7 @@
     2.4  WGET_URL="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/$TARBALL"
     2.5  
     2.6  DEPENDS="gtk+"
     2.7 -BUILD_DEPENDS="gtk+-dev gettext-tools"
     2.8 +BUILD_DEPENDS="gtk+-dev gettext-tools xorg-bdftopcf xorg-mkfontdir"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()