pango: update to 1.48.4
Add some fonts to pass tests. Still printed during build: 1. /usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 2. pangofc.pc was not found in the pkg-config search patch By ericonr: bumb to 1.48.4 Closes: #29361 [via git-merge-pr]
This commit is contained in:
parent
daca71c53b
commit
0ddf63d587
1 changed files with 6 additions and 4 deletions
|
@ -1,18 +1,20 @@
|
|||
# Template file for 'pango'
|
||||
pkgname=pango
|
||||
version=1.48.0
|
||||
revision=2
|
||||
version=1.48.4
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper=gir
|
||||
configure_args="-Dintrospection=$(vopt_if gir enabled disabled)"
|
||||
hostmakedepends="glib-devel help2man pkg-config"
|
||||
makedepends="fribidi-devel harfbuzz-devel libXft-devel libthai-devel"
|
||||
checkdepends="liberation-fonts-ttf cantarell-fonts"
|
||||
short_desc="Library for layout and rendering of text"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://www.pango.org/"
|
||||
changelog="https://gitlab.gnome.org/GNOME/pango/-/raw/master/NEWS"
|
||||
distfiles="${GNOME_SITE}/pango/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=391f26f3341c2d7053e0fb26a956bd42360dadd825efe7088b1e9340a65e74e6
|
||||
checksum=418913fb062071a075846244989d4a67aa5c80bf0eae8ee4555a092fd566a37a
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
@ -26,7 +28,7 @@ post_install() {
|
|||
pango-xft_package() {
|
||||
short_desc+=" - X font rendering"
|
||||
pkg_install() {
|
||||
vmove usr/lib/libpangoxft*.so.*
|
||||
vmove "usr/lib/libpangoxft*.so.*"
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/lib/girepository-1.0/PangoXft-1.0.typelib
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue