SHA256
6
0
forked from pool/meson

- Add meson-no-lrelease.patch: Don't require lrelease for qt.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=124
This commit is contained in:
2019-01-16 11:23:01 +00:00
committed by Git OBS Bridge
parent bbb06c4b44
commit cb32bb23a7
3 changed files with 35 additions and 0 deletions

View File

@@ -47,7 +47,10 @@ Patch2: meson-restore-python3.4.patch
Patch3: meson-suse-fix-llvm-3.8.patch
# PATCH-FIX-OPENSUSE meson-fix-gcc48.patch sor.alexei@meowr.ru -- Fix GCC 4.8 handling for openSUSE Leap 42.x.
Patch4: meson-fix-gcc48.patch
# PATCH-FEATURE-OPENSUSE meson-distutils.patch tchvatal@suse.com -- build and install using distutils instead of full setuptools
Patch5: meson-distutils.patch
# PATCH-FIX-UPSTREAM meson-no-lrelease.patch dimstar@opensuse.org -- Don't require lrelease for qt
Patch6: meson-no-lrelease.patch
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-base
@@ -159,6 +162,7 @@ This package provides support for meson.build files in Vim.
%if !%{with setuptools}
%patch5 -p1
%endif
%patch6 -p1
# Remove static boost tests from "test cases/frameworks/1 boost/".
sed -i "/static/d" test\ cases/frameworks/1\ boost/meson.build