Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / pango
Commits: 9e2d479a by Jan Alexander Steffens (heftig) at 2025-01-10T01:29:46+01:00 1:1.56.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = pango pkgdesc = A library for layout and rendering of text - pkgver = 1.54.0 + pkgver = 1.56.0 pkgrel = 1 epoch = 1 url = https://www.pango.org/ @@ -8,9 +8,11 @@ pkgbase = pango license = LGPL-2.1-or-later makedepends = gi-docgen makedepends = git + makedepends = glib2-devel makedepends = gobject-introspection makedepends = help2man makedepends = meson + makedepends = python-docutils depends = cairo depends = fontconfig depends = freetype2 @@ -23,8 +25,8 @@ pkgbase = pango depends = libx11 depends = libxft depends = libxrender - source = git+https://gitlab.gnome.org/GNOME/pango.git#tag=1.54.0 - b2sums = 365a31b09d9e11eda15f79339fde4cd635cd4f24c7b80f883020c95ee27f7d4074495e74531c727ea1b4d4f89e32641003758e388c54a5473be00527526645e5 + source = git+https://gitlab.gnome.org/GNOME/pango.git#tag=1.56.0 + b2sums = 221364424576d66b2e2fa36e57a3bd0e67bbe52382a7106bf61ed8ff7a470b030eba89c17cdc02f61ddc8a9027c6519676bb63cbc136738d13beb8390ad0c17e pkgname = pango provides = libpango-1.0.so ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=( pango pango-docs ) -pkgver=1.54.0 +pkgver=1.56.0 pkgrel=1 epoch=1 pkgdesc="A library for layout and rendering of text" @@ -30,12 +30,14 @@ depends=( makedepends=( gi-docgen git + glib2-devel gobject-introspection help2man meson + python-docutils ) source=("git+https://gitlab.gnome.org/GNOME/pango.git#tag=$pkgver") -b2sums=('365a31b09d9e11eda15f79339fde4cd635cd4f24c7b80f883020c95ee27f7d4074495e74531c727ea1b4d4f89e32641003758e388c54a5473be00527526645e5') +b2sums=('221364424576d66b2e2fa36e57a3bd0e67bbe52382a7106bf61ed8ff7a470b030eba89c17cdc02f61ddc8a9027c6519676bb63cbc136738d13beb8390ad0c17e') prepare() { cd pango @@ -44,6 +46,7 @@ prepare() { build() { local meson_options=( -D documentation=true + -D man-pages=true -D sysprof=enabled ) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pango/-/commit/9e2d479aa1db4208b38246ec76176f25822d3b8d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pango/-/commit/9e2d479aa1db4208b38246ec76176f25822d3b8d You're receiving this email because of your account on gitlab.archlinux.org.