Github messages for voidlinux
 help / color / mirror / Atom feed
From: motorto <motorto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] gd: update to 2.3.3.
Date: Fri, 27 Jan 2023 00:26:14 +0100	[thread overview]
Message-ID: <20230126232614.3nzklYlmnsJfmM3YTf1BgPX4ZVV-dZv-Isb1euPGmYg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41895@inbox.vuxu.org>

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

There is an updated pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages gd-2.3.3
https://github.com/void-linux/void-packages/pull/41895

gd: update to 2.3.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**, minor release 


#### Local build testing
```
SUMMARY
pkg:gd host:x86_64 target:x86_64 cross:n result:OK
pkg:gd host:x86_64 target:aarch64 cross:y result:OK
```

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gd-2.3.3-41895.patch --]
[-- Type: text/x-diff, Size: 1755 bytes --]

From ce5f552b8fa02fb348e11e3c3e751d54c4c2ee4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 26 Jan 2023 23:04:28 +0000
Subject: [PATCH] gd: update to 2.3.3.

---
 srcpkgs/gd/template | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gd/template b/srcpkgs/gd/template
index 47285df4a802..114290d85b29 100644
--- a/srcpkgs/gd/template
+++ b/srcpkgs/gd/template
@@ -1,23 +1,29 @@
 # Template file for 'gd'
 pkgname=gd
-version=2.3.2
+version=2.3.3
 revision=1
 build_style=gnu-configure
-configure_args="--without-xpm"
 hostmakedepends="pkg-config"
 makedepends="libheif-devel libjpeg-turbo-devel libpng-devel libwebp-devel tiff-devel
- fontconfig-devel"
+ fontconfig-devel libXpm-devel"
 # There needs to be a font installed for fontconfig/basic test
 checkdepends="liberation-fonts-ttf"
 short_desc="Graphics library for the dynamic creation of images"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom:BSD-like"
 homepage="http://www.libgd.org/"
+changelog="https://raw.githubusercontent.com/libgd/libgd/gd-2.3.3/CHANGELOG.md"
 distfiles="https://github.com/libgd/libgd/releases/download/gd-${version}/libgd-${version}.tar.xz"
-checksum=478a047084e0d89b83616e4c2cf3c9438175fb0cc55d8c8967f06e0427f7d7fb
+checksum=3fe822ece20796060af63b7c60acb151e5844204d289da0ce08f8fdf131e5a61
+
+pre_check() {
+	# Without this some tests fail
+	# `tmpdir failed to be used or initialized (/tmp)`
+	export TMPDIR=/tmp
+}
 
 post_install() {
-	vlicense COPYING
+	vlicense COPYING LICENSE
 }
 
 gd-devel_package() {
@@ -30,6 +36,7 @@ gd-devel_package() {
 		vmove usr/lib/pkgconfig
 	}
 }
+
 gd-progs_package() {
 	depends="perl"
 	short_desc+=" - utilities"

  parent reply	other threads:[~2023-01-26 23:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-26 23:10 [PR PATCH] " motorto
2023-01-26 23:25 ` [PR PATCH] [Updated] " motorto
2023-01-26 23:26 ` motorto [this message]
2023-01-27 12:06 ` motorto
2023-02-16  3:07 ` [PR REVIEW] " classabbyamp
2023-02-16  3:07 ` classabbyamp
2023-04-02 17:40 ` [PR PATCH] [Updated] " motorto
2023-04-02 19:42 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230126232614.3nzklYlmnsJfmM3YTf1BgPX4ZVV-dZv-Isb1euPGmYg@z \
    --to=motorto@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).