From cea197526439f2621a481548d4a454c4e5d85eb1 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 23 Jan 2021 23:45:55 +0300 Subject: [PATCH] pango ver. bump --- desktop/toolkit/gtk/pango/actions.py | 26 +++++++++++++------------- desktop/toolkit/gtk/pango/pspec.xml | 9 ++++++++- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/desktop/toolkit/gtk/pango/actions.py b/desktop/toolkit/gtk/pango/actions.py index d987441d4f..be36c85bb5 100644 --- a/desktop/toolkit/gtk/pango/actions.py +++ b/desktop/toolkit/gtk/pango/actions.py @@ -12,8 +12,9 @@ from pisi.actionsapi import mesontools def setup(): - if get.buildTYPE()=="emul32": - pisitools.dosed("pango/modules.c", "(pango\.modules)", r"\1-32") + pisitools.dosed("pango/modules.c", "(pango\.modules)", r"\1-32") + if get.buildTYPE()=="emul32": + pisitools.dosed("pango/modules.c", "(pango\.modules)", r"\1-32") # autotools.autoreconf("-fiv") @@ -21,19 +22,18 @@ def setup(): #--sysconfdir=/etc \ #--disable-gtk-doc \ #--%sable-introspection" % ("dis" if get.buildTYPE()=="emul32" else "en")) - - options = "-Dgtk_doc=false \ - " - - if get.buildTYPE()=="emul32" : - options += "-Dintrospection=false \ - --bindir=/usr/bin32" - else: - options += "-Dintrospection=true" - + options = "--prefix=/usr -Dgtk_doc=false \ + " + + if get.buildTYPE()=="emul32" : + options += "-Dintrospection=disabled \ + --bindir=/usr/bin32" + else: + options += "-Dintrospection=enabled" + #pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") - mesontools.configure(options) + mesontools.configure(options) def build(): mesontools.build() diff --git a/desktop/toolkit/gtk/pango/pspec.xml b/desktop/toolkit/gtk/pango/pspec.xml index 3616b8d220..c651e9599f 100644 --- a/desktop/toolkit/gtk/pango/pspec.xml +++ b/desktop/toolkit/gtk/pango/pspec.xml @@ -13,7 +13,7 @@ library Text rendering and layout library Pango is a library for laying out and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the context of the GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+-2.x. - mirrors://gnome/pango/1.44/pango-1.44.7.tar.xz + mirrors://gnome/pango/1.48/pango-1.48.1.tar.xz libX11-devel freetype-devel @@ -129,6 +129,13 @@ + + 2021-01-23 + 1.48.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-01-08 1.44.7