package/pango: bump to version 1.50.7
remove merged patch Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
bf781cbb63
commit
c5fa4ae0d6
@ -1,40 +0,0 @@
|
||||
From 5372a0cfd641776ece77db5590bf0d265e810086 Mon Sep 17 00:00:00 2001
|
||||
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
Date: Tue, 29 Mar 2022 21:39:03 +0000
|
||||
Subject: [PATCH] utils/viewer-cairo.c: fix empty-body
|
||||
|
||||
Fix the following build failure raised
|
||||
since version 1.50.5 and
|
||||
https://gitlab.gnome.org/GNOME/pango/-/commit/cd08fb7402498e6ea542b4628447547477ac212e:
|
||||
|
||||
../utils/viewer-cairo.c: In function 'cairo_vector_view_create':
|
||||
../utils/viewer-cairo.c:228:5: error: suggest braces around empty body in an 'if' statement [-Werror=empty-body]
|
||||
;
|
||||
^
|
||||
|
||||
Fixes:
|
||||
- http://autobuild.buildroot.org/results/dee3d631474f83b345f22eb26c59a305c32258f8
|
||||
|
||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
[Retrieved from:
|
||||
https://gitlab.gnome.org/GNOME/pango/-/commit/5372a0cfd641776ece77db5590bf0d265e810086]
|
||||
---
|
||||
utils/viewer-cairo.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/utils/viewer-cairo.c b/utils/viewer-cairo.c
|
||||
index ca98c1cd..f15b3fb9 100644
|
||||
--- a/utils/viewer-cairo.c
|
||||
+++ b/utils/viewer-cairo.c
|
||||
@@ -225,7 +225,7 @@ cairo_vector_view_create (const PangoViewer *klass G_GNUC_UNUSED)
|
||||
return NULL;
|
||||
|
||||
if (0)
|
||||
- ;
|
||||
+ {}
|
||||
#ifdef CAIRO_HAS_SVG_SURFACE
|
||||
else if (0 == g_ascii_strcasecmp (extension, "svg"))
|
||||
constructor = cairo_svg_surface_create;
|
||||
--
|
||||
GitLab
|
||||
|
@ -1,5 +1,5 @@
|
||||
# From https://ftp.acc.umu.se/pub/GNOME/sources/pango/1.50/pango-1.50.6.sha256sum
|
||||
sha256 a998bcf36881c3ac20495d40bceb304f4eaa9175bd2967c85656434cbdafe86a pango-1.50.6.tar.xz
|
||||
# From https://ftp.acc.umu.se/pub/GNOME/sources/pango/1.50/pango-1.50.7.sha256sum
|
||||
sha256 0477f369a3d4c695df7299a6989dc004756a7f4de27eecac405c6790b7e3ad33 pango-1.50.7.tar.xz
|
||||
|
||||
# Locally computed
|
||||
sha256 d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5 COPYING
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
PANGO_VERSION_MAJOR = 1.50
|
||||
PANGO_VERSION = $(PANGO_VERSION_MAJOR).6
|
||||
PANGO_VERSION = $(PANGO_VERSION_MAJOR).7
|
||||
PANGO_SOURCE = pango-$(PANGO_VERSION).tar.xz
|
||||
PANGO_SITE = http://ftp.gnome.org/pub/GNOME/sources/pango/$(PANGO_VERSION_MAJOR)
|
||||
PANGO_INSTALL_STAGING = YES
|
||||
|
Loading…
Reference in New Issue
Block a user