mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
pango: update to 1.56.3
This commit is contained in:
parent
aa7e69feee
commit
7d26ac84b1
1 changed files with 6 additions and 8 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'pango'
|
||||
pkgname=pango
|
||||
version=1.54.0
|
||||
version=1.56.3
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper=gir
|
||||
configure_args="-Dbuild-examples=false $(vopt_feature gir introspection)"
|
||||
hostmakedepends="glib-devel help2man pkg-config"
|
||||
configure_args="-Dbuild-examples=false $(vopt_feature gir introspection)
|
||||
-Dman-pages=true"
|
||||
hostmakedepends="glib-devel pkg-config python3-docutils"
|
||||
makedepends="fribidi-devel harfbuzz-devel libXft-devel libthai-devel"
|
||||
checkdepends="dejavu-fonts-ttf liberation-fonts-ttf cantarell-fonts"
|
||||
short_desc="Library for layout and rendering of text"
|
||||
|
@ -14,7 +15,7 @@ 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=8a9eed75021ee734d7fc0fdf3a65c3bba51dfefe4ae51a9b414a60c70b2d1ed8
|
||||
checksum=2606252bc25cd8d24e1b7f7e92c3a272b37acd6734347b73b47a482834ba2491
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
@ -41,10 +42,7 @@ pango-view_package() {
|
|||
short_desc+=" - utility to view pango files"
|
||||
pkg_install() {
|
||||
vmove usr/bin/pango-view
|
||||
# XXX help2man needs to run host binary
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
vmove usr/share/man/man1/pango-view.1
|
||||
fi
|
||||
vmove usr/share/man/man1/pango-view.1
|
||||
}
|
||||
}
|
||||
pango-devel_package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue