tuxpaint: update to 0.9.29.

This commit is contained in:
Piotr Wójcik 2023-04-04 23:18:32 +02:00 committed by Chocimier
parent ebcdadb6d5
commit 149b47087e

View file

@ -1,6 +1,6 @@
# Template file for 'tuxpaint' # Template file for 'tuxpaint'
pkgname=tuxpaint pkgname=tuxpaint
version=0.9.28 version=0.9.29
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
conf_files="/etc/tuxpaint/tuxpaint.conf" conf_files="/etc/tuxpaint/tuxpaint.conf"
@ -11,8 +11,8 @@ short_desc="Free, award-winning drawing program for children ages 3 to 12"
maintainer="Piotr Wójcik <chocimier@tlen.pl>" maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://www.tuxpaint.org/" homepage="https://www.tuxpaint.org/"
distfiles="${SOURCEFORGE_SITE}/tuxpaint/${version}/tuxpaint-${version}-sdl2.tar.gz" distfiles="${SOURCEFORGE_SITE}/tuxpaint/${version}/tuxpaint-${version}.tar.gz"
checksum=4f1ed9330feab324070b93630d79ced50ccc4816ab76750119f012b5d904709d checksum=575403c54c7243e5b269a71fc1aa0738e3937764787e2acf89686bd77c5ae6ca
replaces="tuxpaint-data>=0" replaces="tuxpaint-data>=0"
python_version=2 python_version=2
@ -22,4 +22,5 @@ pre_build() {
post_install() { post_install() {
vinstall src/tuxpaint.desktop 644 usr/share/applications vinstall src/tuxpaint.desktop 644 usr/share/applications
rm "${DESTDIR}/usr/share/doc/tuxpaint-0.9.29/en/tp_magic_example.so"
} }