From 8700660e87ed863154b7515c7c82265379f3b0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B7=D0=B8=D0=BC?= Date: Thu, 9 May 2019 14:36:47 +0300 Subject: [PATCH] Updated to 28.5.0 --- .abf.yml | 2 +- newmoon.spec | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.abf.yml b/.abf.yml index f24e8a8..80d70d4 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,3 +1,3 @@ sources: - UXP-PM28.4.1_Release.tar.gz: fa618fc52ac973cfe29f11930d01e3d81862f270 + UXP-PM28.5.0_Release.tar.gz: e6a630c140ecc9f92be5df42de10444d77a37c9c firefox-dictionary-61.0.2.tar.bz2: 25929c585dc8568a32d5be49aacc672f0ed2202f diff --git a/newmoon.spec b/newmoon.spec index fbb0847..3f36e74 100644 --- a/newmoon.spec +++ b/newmoon.spec @@ -7,11 +7,11 @@ %define mozillalibdir %{_libdir}/%{name}-%{version} %define pluginsdir %{_libdir}/mozilla/plugins -%define clang 1 +%bcond_without clang Summary: Web browser based on Goanna engine Name: newmoon -Version: 28.4.1 +Version: 28.5.0 Release: 1 License: MPLv2.0 Group: Networking/WWW @@ -30,7 +30,7 @@ Patch6: palemoon-27.4.0-enable-addons.patch Patch7: palemoon-27.4.0-user-agent-overrides.patch BuildRequires: autoconf2.1 -%if 0%{?clang} +%if %{with clang} BuildRequires: clang BuildRequires: clang-devel BuildRequires: lld @@ -131,7 +131,7 @@ popd autoconf-2.13 %build -%if 0%{?clang} +%if %{with clang} export CC=clang export CXX=clang++ export LINKER=ld.lld @@ -163,6 +163,8 @@ ac_add_options --includedir="%{_includedir}" ac_add_options --libdir="%{_libdir}" ac_add_options --prefix="%{_prefix}" ac_add_options --target=%{_target_platform} +# https://github.com/MoonchildProductions/UXP/issues/1073 +ac_add_options --disable-accessibility ac_add_options --disable-crashreporter ac_add_options --disable-debug ac_add_options --disable-official-branding