diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-02-10 10:09:35 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-02-14 07:54:01 +0000 |
commit | ef7c9a20ac677f15713f9923fb1dd0a6758c44b6 (patch) | |
tree | a76b478579478d5c53f5b28703cdf4defabb22bf | |
parent | 965979bfb06f5fb3c8f3a10ef52656f7c37f76fa (diff) | |
download | ports-ef7c9a20ac677f15713f9923fb1dd0a6758c44b6.tar.gz ports-ef7c9a20ac677f15713f9923fb1dd0a6758c44b6.zip |
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
-rw-r--r-- | x11-toolkits/pango/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/pango/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/pango/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index a651f6fb8708..0313300b65f4 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -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 diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo index 3b04db16dcbb..45d4dea1b402 100644 --- a/x11-toolkits/pango/distinfo +++ b/x11-toolkits/pango/distinfo @@ -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 diff --git a/x11-toolkits/pango/pkg-plist b/x11-toolkits/pango/pkg-plist index 6df3836f4572..ecbb094b4df2 100644 --- a/x11-toolkits/pango/pkg-plist +++ b/x11-toolkits/pango/pkg-plist @@ -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 |