# HG changeset patch # User Hans-G?nter Theisgen # Date 1571849193 -3600 # Node ID 11eb733f5965ab6318c23c4f8c5b29cf99efe028 # Parent 5e73d3067877ddefd49fecf7cca22d1aa59ff249 updated tuxpaint (0.9.21 -> 0.9.23) diff -r 5e73d3067877 -r 11eb733f5965 tuxpaint/receipt --- a/tuxpaint/receipt Wed Oct 23 17:09:16 2019 +0100 +++ b/tuxpaint/receipt Wed Oct 23 17:46:33 2019 +0100 @@ -1,27 +1,28 @@ # SliTaz package receipt. PACKAGE="tuxpaint" -VERSION="0.9.21" +VERSION="0.9.23" CATEGORY="graphics" -SHORT_DESC="Kid painting programm." +SHORT_DESC="Drawing program designed for young children." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://tuxpaint.org/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://tuxpaint.org/" WGET_URL="http://downloads.sourceforge.net/sourceforge/$PACKAGE/$TARBALL" -DEPENDS="libpng fribidi librsvg cairo libsdl-mixer libsdl-pango libsdl-image \ -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" +DEPENDS="cairo fribidi libpaper libpng librsvg libsdl-image libsdl-mixer \ + libsdl-pango libsdl-ttf python" +BUILD_DEPENDS="cairo-dev fribidi-dev gperf kdelibs libpaper-dev libpng-dev + libQtSvg librsvg-dev libsdl-dev libsdl-image-dev libsdl-mixer-dev + libsdl-pango-dev libsdl-ttf-dev python-dev" # 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 && make PREFIX=/usr DESTDIR=$DESTDIR install } @@ -29,8 +30,9 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $install/etc $fs - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr - cp -a $install/usr/share/tuxpaint $fs/usr/share + + cp -a $install/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/tuxpaint $fs/usr/share }