wok-6.x rev 22059
updated tuxpaint (0.9.21 -> 0.9.23)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 17:46:33 2019 +0100 (2019-10-23) |
parents | 5e73d3067877 |
children | 8649e33c279c |
files | tuxpaint/receipt |
line diff
1.1 --- a/tuxpaint/receipt Wed Oct 23 17:09:16 2019 +0100 1.2 +++ b/tuxpaint/receipt Wed Oct 23 17:46:33 2019 +0100 1.3 @@ -1,27 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tuxpaint" 1.7 -VERSION="0.9.21" 1.8 +VERSION="0.9.23" 1.9 CATEGORY="graphics" 1.10 -SHORT_DESC="Kid painting programm." 1.11 +SHORT_DESC="Drawing program designed for young children." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="http://tuxpaint.org/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://tuxpaint.org/" 1.18 WGET_URL="http://downloads.sourceforge.net/sourceforge/$PACKAGE/$TARBALL" 1.19 1.20 -DEPENDS="libpng fribidi librsvg cairo libsdl-mixer libsdl-pango libsdl-image \ 1.21 -libsdl-ttf libpaper python" 1.22 -BUILD_DEPENDS="libpng-dev fribidi-dev librsvg-dev cairo-dev libsdl-dev \ 1.23 -libsdl-mixer-dev libsdl-pango-dev libsdl-image-dev libsdl-ttf-dev \ 1.24 -libpaper-dev python-dev" 1.25 +DEPENDS="cairo fribidi libpaper libpng librsvg libsdl-image libsdl-mixer \ 1.26 + libsdl-pango libsdl-ttf python" 1.27 +BUILD_DEPENDS="cairo-dev fribidi-dev gperf kdelibs libpaper-dev libpng-dev 1.28 + libQtSvg librsvg-dev libsdl-dev libsdl-image-dev libsdl-mixer-dev 1.29 + libsdl-pango-dev libsdl-ttf-dev python-dev" 1.30 1.31 # Rules to configure and make the package. 1.32 compile_rules() 1.33 { 1.34 - cd $src 1.35 sed -i 's/$(ARCH_LINKS)/$(ARCH_LINKS) -lpng/' Makefile 1.36 - make PREFIX=/usr 1.37 + 1.38 + make PREFIX=/usr && 1.39 make PREFIX=/usr DESTDIR=$DESTDIR install 1.40 } 1.41 1.42 @@ -29,8 +30,9 @@ 1.43 genpkg_rules() 1.44 { 1.45 mkdir -p $fs/usr/share 1.46 - cp -a $install/etc $fs 1.47 - cp -a $install/usr/bin $fs/usr 1.48 - cp -a $install/usr/lib $fs/usr 1.49 - cp -a $install/usr/share/tuxpaint $fs/usr/share 1.50 + 1.51 + cp -a $install/etc $fs 1.52 + cp -a $install/usr/bin $fs/usr 1.53 + cp -a $install/usr/lib $fs/usr 1.54 + cp -a $install/usr/share/tuxpaint $fs/usr/share 1.55 }