From cab2b147d75511554fd279b83c2a1b8a515dc28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 4 Apr 2023 23:18:32 +0200 Subject: [PATCH 1/2] tuxpaint: update to 0.9.29. --- srcpkgs/tuxpaint/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tuxpaint/template b/srcpkgs/tuxpaint/template index a140c6496ea9..dd5ccfd7c585 100644 --- a/srcpkgs/tuxpaint/template +++ b/srcpkgs/tuxpaint/template @@ -1,6 +1,6 @@ # Template file for 'tuxpaint' pkgname=tuxpaint -version=0.9.28 +version=0.9.29 revision=1 build_style=gnu-makefile 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 " license="GPL-2.0-or-later" homepage="https://www.tuxpaint.org/" -distfiles="${SOURCEFORGE_SITE}/tuxpaint/${version}/tuxpaint-${version}-sdl2.tar.gz" -checksum=4f1ed9330feab324070b93630d79ced50ccc4816ab76750119f012b5d904709d +distfiles="${SOURCEFORGE_SITE}/tuxpaint/${version}/tuxpaint-${version}.tar.gz" +checksum=575403c54c7243e5b269a71fc1aa0738e3937764787e2acf89686bd77c5ae6ca replaces="tuxpaint-data>=0" python_version=2 @@ -22,4 +22,5 @@ pre_build() { post_install() { vinstall src/tuxpaint.desktop 644 usr/share/applications + rm "${DESTDIR}/usr/share/doc/tuxpaint-0.9.29/en/tp_magic_example.so" } From c36700e013c8bc9684d19cf79372e0876210116d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 4 Apr 2023 23:18:33 +0200 Subject: [PATCH 2/2] tuxpaint-stamps: update to 2023.04.02. --- srcpkgs/tuxpaint-stamps/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tuxpaint-stamps/template b/srcpkgs/tuxpaint-stamps/template index 9dd515f70972..92d203ab1822 100644 --- a/srcpkgs/tuxpaint-stamps/template +++ b/srcpkgs/tuxpaint-stamps/template @@ -1,6 +1,6 @@ # Template file for 'tuxpaint-stamps' pkgname=tuxpaint-stamps -version=2022.06.04 +version=2023.04.02 revision=1 build_style=gnu-makefile make_install_target="install-all" @@ -9,7 +9,7 @@ maintainer="Piotr Wójcik " license="GPL-2.0-or-later" homepage="https://www.tuxpaint.org/" distfiles="${SOURCEFORGE_SITE}/tuxpaint/tuxpaint-stamps/${version//./-}/tuxpaint-stamps-${version}.tar.gz" -checksum=842065576fae554358e00e51d71a492616a6490b12b592228067477c287a0bf8 +checksum=42924b70298e0a86978cd121b1e0a8be930fa126e1ee6209e5f8c50b4ee33fac pre_configure() { vsed -i Makefile -e 's,DATA_PREFIX=,&$(DESTDIR),'