# HG changeset patch # User Pascal Bellard # Date 1510089109 -3600 # Node ID b7c72e29de3624a78295fa365a91461133231936 # Parent bdb992ec078a54aa6ef44e0d80002130ec706917 Up tuxpaint (0.9.22) diff -r bdb992ec078a -r b7c72e29de36 tuxpaint/receipt --- a/tuxpaint/receipt Tue Nov 07 21:40:35 2017 +0100 +++ b/tuxpaint/receipt Tue Nov 07 22:11:49 2017 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tuxpaint" -VERSION="0.9.21" +VERSION="0.9.22" CATEGORY="graphics" SHORT_DESC="Kid painting programm." MAINTAINER="pankso@slitaz.org" @@ -14,13 +14,11 @@ libsdl-ttf libpaper python" BUILD_DEPENDS="libpng-dev fribidi-dev librsvg-dev cairo-dev libsdl-dev \ libsdl-mixer-dev libsdl-pango-dev libsdl-image-dev libsdl-ttf-dev \ -libpaper-dev python-dev gettext" +libpaper-dev python-dev gettext gperf" # Rules to configure and make the package. compile_rules() { - cd $src - sed -i 's/$(ARCH_LINKS)/$(ARCH_LINKS) -lpng/' Makefile make PREFIX=/usr make PREFIX=/usr DESTDIR=$DESTDIR install } diff -r bdb992ec078a -r b7c72e29de36 vice/receipt --- a/vice/receipt Tue Nov 07 21:40:35 2017 +0100 +++ b/vice/receipt Tue Nov 07 22:11:49 2017 +0100 @@ -11,7 +11,7 @@ WGET_URL="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/$TARBALL" DEPENDS="gtk+" -BUILD_DEPENDS="gtk+-dev gettext-tools" +BUILD_DEPENDS="gtk+-dev gettext-tools xorg-bdftopcf xorg-mkfontdir" # Rules to configure and make the package. compile_rules()