pango: update to 1.56.3

This commit is contained in:
chrysos349 2025-03-22 18:41:30 +03:00 committed by oreo639
parent aa7e69feee
commit 7d26ac84b1

View file

@ -1,11 +1,12 @@
# Template file for 'pango' # Template file for 'pango'
pkgname=pango pkgname=pango
version=1.54.0 version=1.56.3
revision=1 revision=1
build_style=meson build_style=meson
build_helper=gir build_helper=gir
configure_args="-Dbuild-examples=false $(vopt_feature gir introspection)" configure_args="-Dbuild-examples=false $(vopt_feature gir introspection)
hostmakedepends="glib-devel help2man pkg-config" -Dman-pages=true"
hostmakedepends="glib-devel pkg-config python3-docutils"
makedepends="fribidi-devel harfbuzz-devel libXft-devel libthai-devel" makedepends="fribidi-devel harfbuzz-devel libXft-devel libthai-devel"
checkdepends="dejavu-fonts-ttf liberation-fonts-ttf cantarell-fonts" checkdepends="dejavu-fonts-ttf liberation-fonts-ttf cantarell-fonts"
short_desc="Library for layout and rendering of text" short_desc="Library for layout and rendering of text"
@ -14,7 +15,7 @@ license="LGPL-2.1-or-later"
homepage="https://www.pango.org/" homepage="https://www.pango.org/"
changelog="https://gitlab.gnome.org/GNOME/pango/-/raw/main/NEWS" changelog="https://gitlab.gnome.org/GNOME/pango/-/raw/main/NEWS"
distfiles="${GNOME_SITE}/pango/${version%.*}/pango-${version}.tar.xz" distfiles="${GNOME_SITE}/pango/${version%.*}/pango-${version}.tar.xz"
checksum=8a9eed75021ee734d7fc0fdf3a65c3bba51dfefe4ae51a9b414a60c70b2d1ed8 checksum=2606252bc25cd8d24e1b7f7e92c3a272b37acd6734347b73b47a482834ba2491
# Package build options # Package build options
build_options="gir" build_options="gir"
@ -41,10 +42,7 @@ pango-view_package() {
short_desc+=" - utility to view pango files" short_desc+=" - utility to view pango files"
pkg_install() { pkg_install() {
vmove usr/bin/pango-view vmove usr/bin/pango-view
# XXX help2man needs to run host binary vmove usr/share/man/man1/pango-view.1
if [ -z "$CROSS_BUILD" ]; then
vmove usr/share/man/man1/pango-view.1
fi
} }
} }
pango-devel_package() { pango-devel_package() {