Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tuxpaint: update to 0.9.28; tuxpaint-stamps: update to 2022.06.04
@ 2022-06-30 16:05 ologantr
  2022-06-30 21:59 ` Chocimier
  2022-06-30 21:59 ` [PR PATCH] [Closed]: " Chocimier
  0 siblings, 2 replies; 3+ messages in thread
From: ologantr @ 2022-06-30 16:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 590 bytes --]

There is a new pull request by ologantr against master on the void-packages repository

https://github.com/ologantr/void-packages tuxpaint-update
https://github.com/void-linux/void-packages/pull/37761

tuxpaint: update to 0.9.28; tuxpaint-stamps: update to 2022.06.04
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture (x86_64-glibc)

CC: @Chocimier (maintainer)
Also, move tuxpaint to SDL2.

A patch file from https://github.com/void-linux/void-packages/pull/37761.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tuxpaint-update-37761.patch --]
[-- Type: text/x-diff, Size: 2875 bytes --]

From 20577c3a207676a65ceaa5ec8ddf3154cd8ffc28 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Thu, 30 Jun 2022 16:53:09 +0200
Subject: [PATCH 1/2] tuxpaint: update to 0.9.28.

Also: move to SDL2.
---
 srcpkgs/tuxpaint/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/tuxpaint/template b/srcpkgs/tuxpaint/template
index 05f3ebb77a66..b9d403940329 100644
--- a/srcpkgs/tuxpaint/template
+++ b/srcpkgs/tuxpaint/template
@@ -1,19 +1,20 @@
 # Template file for 'tuxpaint'
 pkgname=tuxpaint
-version=0.9.27
+version=0.9.28
 revision=1
+wrksrc="${pkgname}-${version}-sdl2"
 build_style=gnu-makefile
 make_build_args="PREFIX=/usr"
 conf_files="/etc/tuxpaint/tuxpaint.conf"
 hostmakedepends="gettext gperf pkg-config ImageMagick"
-makedepends="SDL-devel SDL_image-devel SDL_mixer-devel SDL_ttf-devel cairo-devel
- SDL_gfx-devel fribidi-devel libimagequant-devel libpaper-devel librsvg-devel"
+makedepends="SDL2-devel SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel cairo-devel
+ SDL2_gfx-devel fribidi-devel libimagequant-devel libpaper-devel librsvg-devel"
 short_desc="Free, award-winning drawing program for children ages 3 to 12"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="GPL-2.0-or-later"
-homepage="http://www.tuxpaint.org/"
-distfiles="${SOURCEFORGE_SITE}/tuxpaint/${version}/tuxpaint-${version}.tar.gz"
-checksum=ab2b80e89df88228cd0ec0a6c90b49d543cb157aa38fb90cbd3a29f00140557a
+homepage="https://www.tuxpaint.org/"
+distfiles="${SOURCEFORGE_SITE}/tuxpaint/${version}/tuxpaint-${version}-sdl2.tar.gz"
+checksum=4f1ed9330feab324070b93630d79ced50ccc4816ab76750119f012b5d904709d
 replaces="tuxpaint-data>=0"
 python_version=2
 

From 0fa7175bc56d3e01b154297b983932e4f7b146cf Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Thu, 30 Jun 2022 18:00:43 +0200
Subject: [PATCH 2/2] tuxpaint-stamps: update to 2022.06.04.

---
 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 4eee816390de..29501bfec9c4 100644
--- a/srcpkgs/tuxpaint-stamps/template
+++ b/srcpkgs/tuxpaint-stamps/template
@@ -1,6 +1,6 @@
 # Template file for 'tuxpaint-stamps'
 pkgname=tuxpaint-stamps
-version=2021.11.25
+version=2022.06.04
 revision=1
 build_style=gnu-makefile
 make_install_target="install-all"
@@ -9,7 +9,7 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="GPL-2.0-or-later"
 homepage="http://www.tuxpaint.org/"
 distfiles="${SOURCEFORGE_SITE}/tuxpaint/tuxpaint-stamps/${version//./-}/tuxpaint-stamps-${version}.tar.gz"
-checksum=cb55ee21b2d25b440ee216acfab0bb8d906af1c99adbc77e8db11eec30589d52
+checksum=842065576fae554358e00e51d71a492616a6490b12b592228067477c287a0bf8
 
 pre_configure() {
 	vsed -i Makefile -e 's,DATA_PREFIX=,&$(DESTDIR),'

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: tuxpaint: update to 0.9.28; tuxpaint-stamps: update to 2022.06.04
  2022-06-30 16:05 [PR PATCH] tuxpaint: update to 0.9.28; tuxpaint-stamps: update to 2022.06.04 ologantr
@ 2022-06-30 21:59 ` Chocimier
  2022-06-30 21:59 ` [PR PATCH] [Closed]: " Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: Chocimier @ 2022-06-30 21:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/37761#issuecomment-1171719063

Comment:
Thanks, pushed with `update` file as defaults didn't found this release.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: tuxpaint: update to 0.9.28; tuxpaint-stamps: update to 2022.06.04
  2022-06-30 16:05 [PR PATCH] tuxpaint: update to 0.9.28; tuxpaint-stamps: update to 2022.06.04 ologantr
  2022-06-30 21:59 ` Chocimier
@ 2022-06-30 21:59 ` Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: Chocimier @ 2022-06-30 21:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 429 bytes --]

There's a closed pull request on the void-packages repository

tuxpaint: update to 0.9.28; tuxpaint-stamps: update to 2022.06.04
https://github.com/void-linux/void-packages/pull/37761

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture (x86_64-glibc)

CC: @Chocimier (maintainer)
Also, move tuxpaint to SDL2.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-30 21:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-30 16:05 [PR PATCH] tuxpaint: update to 0.9.28; tuxpaint-stamps: update to 2022.06.04 ologantr
2022-06-30 21:59 ` Chocimier
2022-06-30 21:59 ` [PR PATCH] [Closed]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).