Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] SDL2_ttf: update to 2.20.0
@ 2022-07-07 16:59 ftrvxmtrx
  2022-07-07 17:00 ` ftrvxmtrx
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ftrvxmtrx @ 2022-07-07 16:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftrvxmtrx/void-packages sdl2-ttf-2.20.0
https://github.com/void-linux/void-packages/pull/37914

SDL2_ttf: update to 2.20.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sdl2-ttf-2.20.0-37914.patch --]
[-- Type: text/x-diff, Size: 1490 bytes --]

From a927cbbd344fa020ce56f907a93eba3e0a5e0de2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?=
 <sigrid@ftrv.se>
Date: Thu, 7 Jul 2022 18:53:41 +0200
Subject: [PATCH] SDL2_ttf: update to 2.20.0

---
 srcpkgs/SDL2_ttf/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/SDL2_ttf/template b/srcpkgs/SDL2_ttf/template
index 6e700042722c..2e63fcc0d7fd 100644
--- a/srcpkgs/SDL2_ttf/template
+++ b/srcpkgs/SDL2_ttf/template
@@ -1,20 +1,20 @@
 # Template file for 'SDL2_ttf'
 pkgname=SDL2_ttf
-version=2.0.18
+version=2.20.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config"
 makedepends="freetype-devel MesaLib-devel SDL2-devel libSM-devel"
 short_desc="Use TrueType fonts in your SDL 2.x applications"
-maintainer="Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>"
+maintainer="Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>"
 license="MIT"
-homepage="http://www.libsdl.org/projects/SDL_ttf"
-distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
-checksum=7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251
+homepage="https://github.com/libsdl-org/SDL_ttf"
+distfiles="${homepage}/releases/download/release-${version}/${pkgname}-${version}.tar.gz"
+checksum=874680232b72839555a558b48d71666b562e280f379e673b6f0c7445ea3b9b8a
 
 post_install() {
-	vlicense COPYING.txt COPYING
+	vlicense LICENSE.txt
 }
 
 SDL2_ttf-devel_package() {

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

* Re: SDL2_ttf: update to 2.20.0
  2022-07-07 16:59 [PR PATCH] SDL2_ttf: update to 2.20.0 ftrvxmtrx
@ 2022-07-07 17:00 ` ftrvxmtrx
  2022-07-07 17:01 ` ftrvxmtrx
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ftrvxmtrx @ 2022-07-07 17:00 UTC (permalink / raw)
  To: ml

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

New comment by ftrvxmtrx on void-packages repository

https://github.com/void-linux/void-packages/pull/37914#issuecomment-1177935553

Comment:
Tested with `instead` and some software using the library I wrote myself.

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

* Re: SDL2_ttf: update to 2.20.0
  2022-07-07 16:59 [PR PATCH] SDL2_ttf: update to 2.20.0 ftrvxmtrx
  2022-07-07 17:00 ` ftrvxmtrx
@ 2022-07-07 17:01 ` ftrvxmtrx
  2022-07-07 17:01 ` ftrvxmtrx
  2022-07-14 18:38 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: ftrvxmtrx @ 2022-07-07 17:01 UTC (permalink / raw)
  To: ml

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

New comment by ftrvxmtrx on void-packages repository

https://github.com/void-linux/void-packages/pull/37914#issuecomment-1177935553

Comment:
Tested with `instead` and some software I wrote myself that is using the library.

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

* Re: SDL2_ttf: update to 2.20.0
  2022-07-07 16:59 [PR PATCH] SDL2_ttf: update to 2.20.0 ftrvxmtrx
  2022-07-07 17:00 ` ftrvxmtrx
  2022-07-07 17:01 ` ftrvxmtrx
@ 2022-07-07 17:01 ` ftrvxmtrx
  2022-07-14 18:38 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: ftrvxmtrx @ 2022-07-07 17:01 UTC (permalink / raw)
  To: ml

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

New comment by ftrvxmtrx on void-packages repository

https://github.com/void-linux/void-packages/pull/37914#issuecomment-1177935553

Comment:
Tested with `instead` and some software I wrote myself that uses the library.

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

* Re: [PR PATCH] [Merged]: SDL2_ttf: update to 2.20.0
  2022-07-07 16:59 [PR PATCH] SDL2_ttf: update to 2.20.0 ftrvxmtrx
                   ` (2 preceding siblings ...)
  2022-07-07 17:01 ` ftrvxmtrx
@ 2022-07-14 18:38 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-07-14 18:38 UTC (permalink / raw)
  To: ml

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

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

SDL2_ttf: update to 2.20.0
https://github.com/void-linux/void-packages/pull/37914

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

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


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

end of thread, other threads:[~2022-07-14 18:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07 16:59 [PR PATCH] SDL2_ttf: update to 2.20.0 ftrvxmtrx
2022-07-07 17:00 ` ftrvxmtrx
2022-07-07 17:01 ` ftrvxmtrx
2022-07-07 17:01 ` ftrvxmtrx
2022-07-14 18:38 ` [PR PATCH] [Merged]: " leahneukirchen

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).