x11-toolkits/pango: update to 1.50.14

Changes:	https://gitlab.gnome.org/GNOME/pango/-/blob/1.50.14/NEWS
Reported by:	Repology
This commit is contained in:
Jan Beich 2023-03-02 13:19:55 +00:00
parent e95730c67f
commit 3d3d8295af
3 changed files with 5 additions and 25 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= pango
PORTVERSION= 1.50.9
PORTREVISION= 1
PORTVERSION= 1.50.14
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@ -28,7 +27,7 @@ USE_GNOME= cairo glib20 introspection:build
CPE_VENDOR= gnome
VERSION= 1.8.0
LIBVERSION= 0.5000.9
LIBVERSION= 0.5000.14
PLIST_SUB+= VERSION=${VERSION} LIBVERSION=${LIBVERSION}
FONTSCALE= ${LOCALBASE}/share/fonts/TTF/luximb.ttf

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1660329348
SHA256 (gnome2/pango-1.50.9.tar.xz) = 1b636aabf905130d806372136f5e137b6a27f26d47defd9240bf444f6a4fe610
SIZE (gnome2/pango-1.50.9.tar.xz) = 4262208
TIMESTAMP = 1677763195
SHA256 (gnome2/pango-1.50.14.tar.xz) = 1d67f205bfc318c27a29cfdfb6828568df566795df0cb51d2189cde7f2d581e8
SIZE (gnome2/pango-1.50.14.tar.xz) = 4273776

View file

@ -1,19 +0,0 @@
Disable the fallback on subprojects/gi-docgen -- if py-docgen is not found
on the system, the shipped fallback in 'subprojects' would be tried. This is
unwanted behaviour.
As gtk_doc option is 'boolean' instead of 'feature', disabling the
option makes the dependency optional instead of disable the check.
https://gitlab.gnome.org/GNOME/pango/-/commit/cc9072ad21c2
--- meson.build.orig 2021-05-27 18:22:12 UTC
+++ meson.build
@@ -585,7 +585,6 @@ pango_conf.set('HAVE_SYSPROF', libsysprof_capture_dep.
pango_deps += libsysprof_capture_dep
gidocgen_dep = dependency('gi-docgen', version: '>= 2021.1',
- fallback: ['gi-docgen', 'dummy_dep'],
required: get_option('gtk_doc'))
gnome = import('gnome')