Skip to content
Snippets Groups Projects
Commit 145de2bf authored by Andy Postnikov's avatar Andy Postnikov Committed by Simon Zeni
Browse files

main/pango: upgrade to 1.51.0

parent 46460ac9
No related branches found
No related tags found
1 merge request!50889main/pango: upgrade to 1.51.0
Pipeline #178852 skipped
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev> # Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca> # Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
pkgname=pango pkgname=pango
pkgver=1.50.14 pkgver=1.51.0
pkgrel=3 pkgrel=0
pkgdesc="library for layout and rendering of text" pkgdesc="library for layout and rendering of text"
url="https://www.pango.org/" url="https://www.pango.org/"
arch="all" arch="all"
...@@ -59,6 +59,6 @@ tools() { ...@@ -59,6 +59,6 @@ tools() {
} }
sha512sums=" sha512sums="
2c9330b65920fdd0ab6d645aed785a364158d78068bdcd7ba15b6a7368835677f06f2f8fd158cd23b05f98a37fb903e29526ade8f4d62913dbc5809f737d5166 pango-1.50.14.tar.xz a427e93cdc00bf4bc97da2e1897363a53688886f112c8732684cc66c67b16fe82a84cf581ffa6c18a206e8e37bd54db4104856fdab8afa5a50a8bc0470e5d282 pango-1.51.0.tar.xz
d497526df4734f63e2502526335b547e6360c3508dd27f899d9588894715f0eb1e4c2f1958610ed432a8ed6570b4c1e5ca5c1309bc6867dec8b9fdfeb715c938 disable-broken-test.patch b347c5dcdbe2a19f1d801193a3d309d3c14ff8474759b3ec74cc7d4714a3ac6aacce8b4ae770ba5172524a7be5654820839c5edd689d3957a2b55fedc875a5fb disable-broken-test.patch
" "
...@@ -3,11 +3,10 @@ diff --git a/tests/meson.build b/tests/meson.build ...@@ -3,11 +3,10 @@ diff --git a/tests/meson.build b/tests/meson.build
index 8b4bfa3..287a001 100644 index 8b4bfa3..287a001 100644
--- a/tests/meson.build --- a/tests/meson.build
+++ b/tests/meson.build +++ b/tests/meson.build
@@ -61,8 +61,6 @@ if cairo_dep.found() @@ -62,7 +62,6 @@
if host_system != 'darwin' if host_system != 'darwin'
tests += [ tests += [
- [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ], [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
- [ 'test-fonts', [ 'test-fonts.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ], - [ 'test-fonts', [ 'test-fonts.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
[ 'test-no-fonts', [ 'test-no-fonts.c' ], [ libpangocairo_dep, libpangoft2_dep ] ], [ 'test-no-fonts', [ 'test-no-fonts.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment