Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pango: update to 1.51.2
@ 2024-02-22 22:11 cinerea0
  2024-02-23 20:48 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 2+ messages in thread
From: cinerea0 @ 2024-02-22 22:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages pango
https://github.com/void-linux/void-packages/pull/48884

pango: update to 1.51.2
#### Testing the changes
- I tested the changes in this PR: **YES**



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

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

From 32e0e3362da6689009157c69b13fc16899b73955 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 22 Feb 2024 17:10:17 -0500
Subject: [PATCH] pango: update to 1.51.2

---
 srcpkgs/pango/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/pango/template b/srcpkgs/pango/template
index 934c92537f3988..a869189e686851 100644
--- a/srcpkgs/pango/template
+++ b/srcpkgs/pango/template
@@ -1,10 +1,10 @@
 # Template file for 'pango'
 pkgname=pango
-version=1.50.14
+version=1.51.2
 revision=1
 build_style=meson
 build_helper=gir
-configure_args="$(vopt_feature gir introspection)"
+configure_args="-Dinstall-tests=false $(vopt_feature gir introspection)"
 hostmakedepends="glib-devel help2man pkg-config"
 makedepends="fribidi-devel harfbuzz-devel libXft-devel libthai-devel"
 checkdepends="dejavu-fonts-ttf liberation-fonts-ttf cantarell-fonts"
@@ -14,16 +14,18 @@ license="LGPL-2.1-or-later"
 homepage="https://www.pango.org/"
 changelog="https://gitlab.gnome.org/GNOME/pango/-/raw/main/NEWS"
 distfiles="${GNOME_SITE}/pango/${version%.*}/pango-${version}.tar.xz"
-checksum=1d67f205bfc318c27a29cfdfb6828568df566795df0cb51d2189cde7f2d581e8
-make_check=no  # doesn't pass its own tests
+checksum=3dba407f2b5fc117e192f3025f0a1cc8edc1fd9b934b1c578b2b97342139415a
 
 # Package build options
 build_options="gir"
 build_options_default="gir"
 
-post_install() {
-	rm -rf -- ${DESTDIR}/usr/share/installed-tests
-	rm -rf -- ${DESTDIR}/usr/libexec/installed-tests
+pre_check() {
+	# This one layout check fails on 32-bit architectures. Removing for now.
+	# Upstream bug report: https://gitlab.gnome.org/GNOME/pango/-/issues/782
+	if [ "${XBPS_WORDSIZE}" -eq 32 ]; then
+		rm tests/layouts/aaa.layout
+	fi
 }
 
 pango-xft_package() {

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

* Re: [PR PATCH] [Merged]: pango: update to 1.51.2
  2024-02-22 22:11 [PR PATCH] pango: update to 1.51.2 cinerea0
@ 2024-02-23 20:48 ` cinerea0
  0 siblings, 0 replies; 2+ messages in thread
From: cinerea0 @ 2024-02-23 20:48 UTC (permalink / raw)
  To: ml

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

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

pango: update to 1.51.2
https://github.com/void-linux/void-packages/pull/48884

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



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

end of thread, other threads:[~2024-02-23 20:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-22 22:11 [PR PATCH] pango: update to 1.51.2 cinerea0
2024-02-23 20:48 ` [PR PATCH] [Merged]: " cinerea0

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