x11-toolkits/pango: update to 1.50.4
Changelog: * Tweak synthetic space sizes * itemize: Try harder to avoid NULL fonts * docs: Some additions * Pass synthetic slant to harfbuzz * Make sloped carets work with uneven scales * Fix serialiation on arm * Avoid an uninitialized variable warning * Reinstate previous behavior of pango_attr_list_splice * Deprecated pango_coverage_ref/unref * Fix serialization on non-glibc systems * Fix allow-breaks handling PR: 261857 Exp-run by: antoine
This commit is contained in:
parent
965979bfb0
commit
ef7c9a20ac
3 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
|
||||
PORTNAME= pango
|
||||
PORTVERSION= 1.50.3
|
||||
PORTVERSION= 1.50.4
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -28,7 +28,7 @@ USE_GNOME= cairo glib20 introspection:build
|
|||
CPE_VENDOR= gnome
|
||||
|
||||
VERSION= 1.8.0
|
||||
LIBVERSION= 0.5000.3
|
||||
LIBVERSION= 0.5000.4
|
||||
PLIST_SUB+= VERSION=${VERSION} LIBVERSION=${LIBVERSION}
|
||||
|
||||
FONTSCALE= ${LOCALBASE}/share/fonts/TTF/luximb.ttf
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1640141386
|
||||
SHA256 (gnome2/pango-1.50.3.tar.xz) = 4add05edf51c1fb375a1ccde7498914120e23cb280dd7395b1aeb441f1838a4c
|
||||
SIZE (gnome2/pango-1.50.3.tar.xz) = 4093644
|
||||
TIMESTAMP = 1644487201
|
||||
SHA256 (gnome2/pango-1.50.4.tar.xz) = f4ad63e87dc2b145300542a4fb004d07a9f91b34152fae0ddbe50ecdd851c162
|
||||
SIZE (gnome2/pango-1.50.4.tar.xz) = 4290504
|
||||
|
|
|
@ -13,6 +13,7 @@ include/pango-1.0/pango/pango-enum-types.h
|
|||
include/pango-1.0/pango/pango-features.h
|
||||
include/pango-1.0/pango/pango-font.h
|
||||
include/pango-1.0/pango/pango-fontmap.h
|
||||
include/pango-1.0/pango/pango-fontset-simple.h
|
||||
include/pango-1.0/pango/pango-fontset.h
|
||||
include/pango-1.0/pango/pango-glyph-item.h
|
||||
include/pango-1.0/pango/pango-glyph.h
|
||||
|
@ -889,6 +890,7 @@ share/gir-1.0/PangoOT-1.0.gir
|
|||
%%PORTDOCS%%%%DOCSDIR%%/reference/PangoFc/const.VERSION.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reference/PangoFc/fonts.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reference/PangoFc/fzy.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Matrix.get_slant_ratio.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reference/PangoFc/go-up-symbolic.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reference/PangoFc/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reference/PangoFc/index.json
|
||||
|
|
Loading…
Reference in a new issue