Accepting request 600985 from home:iznogood:branches:GNOME:Factory

- Add pango-use-non_deprecated-libthai-API.patch: Use
  non-deprecated libthai API when available.
- Pass explicit gir=true to meson, ensure we build introspection
  support.

OBS-URL: https://build.opensuse.org/request/show/600985
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=188
This commit is contained in:
2018-04-25 11:59:41 +00:00
committed by Git OBS Bridge
parent 6b0222d78d
commit 09d503113c
3 changed files with 143 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ URL: http://www.pango.org/
Source0: https://download.gnome.org/sources/pango/1.42/%{name}-%{version}.tar.xz
Source2: macros.pango
Source99: baselibs.conf
# PATCH-FIX-UPSTREAM pango-use-non_deprecated-libthai-API.patch -- Use non-deprecated libthai API when available
Patch0: pango-use-non_deprecated-libthai-API.patch
BuildRequires: gcc-c++
BuildRequires: gtk-doc
BuildRequires: help2man
@@ -118,10 +120,13 @@ to develop applications that require these.
%prep
%setup -q
%patch0 -p1
%build
%meson \
-Denable_docs=true
-Denable_docs=true \
-Dgir=true \
%{nil}
%meson_build
%install