Github messages for voidlinux
 help / color / mirror / Atom feed
From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] pango: update to 1.51.2
Date: Thu, 22 Feb 2024 23:11:24 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48884@inbox.vuxu.org> (raw)

[-- 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() {

             reply	other threads:[~2024-02-22 22:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-22 22:11 cinerea0 [this message]
2024-02-23 20:48 ` [PR PATCH] [Merged]: " cinerea0

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48884@inbox.vuxu.org \
    --to=cinerea0@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).