pango: update to 1.42.1.
Closes #13270. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
d932fcc8a5
commit
dac104c3e7
|
@ -1,18 +1,19 @@
|
||||||
# Template build file for 'pango'.
|
# Template build file for 'pango'.
|
||||||
pkgname=pango
|
pkgname=pango
|
||||||
version=1.42.0
|
version=1.42.1
|
||||||
revision=1
|
revision=1
|
||||||
configure_args="$(vopt_enable gir introspection) --disable-gtk-doc"
|
configure_args="$(vopt_enable gir introspection) --disable-gtk-doc"
|
||||||
build_style=gnu-configure # switch to meson when possible
|
build_style=gnu-configure # switch to meson when possible
|
||||||
hostmakedepends="pkg-config glib-devel help2man $(vopt_if gir gobject-introspection)"
|
hostmakedepends="glib-devel help2man pkg-config
|
||||||
makedepends="libglib-devel cairo-devel libXft-devel harfbuzz-devel fribidi-devel libthai-devel"
|
$(vopt_if gir 'gobject-introspection')"
|
||||||
|
makedepends="fribidi-devel harfbuzz-devel libXft-devel libthai-devel"
|
||||||
triggers="pango-modules"
|
triggers="pango-modules"
|
||||||
short_desc="Library for layout and rendering of text"
|
short_desc="Library for layout and rendering of text"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.pango.org/"
|
homepage="http://www.pango.org/"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
distfiles="${GNOME_SITE}/pango/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/pango/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=9924d88a3dcedff753f0763814a1605307c5c9c931413b8b47ea7267d1b19446
|
checksum=915a6756b298578ff27c7a6393f8c2e62e6e382f9411f2504d7af1a13c7bce32
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
|
Loading…
Reference in New Issue