public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: use bundled harfbuzz on EL7
@ 2026-08-07 16:04 Tom Callaway
  0 siblings, 0 replies; only message in thread
From: Tom Callaway @ 2026-08-07 16:04 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/chromium
Branch : epel9-next
Commit : 2fd8ecc863e7d33adcc206975824e9d10acd5e45
Author : Tom Callaway <spot@fedoraproject.org>
Date   : 2016-08-29T13:07:46-04:00
Stats  : +11/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/2fd8ecc863e7d33adcc206975824e9d10acd5e45?branch=epel9-next

Log:
use bundled harfbuzz on EL7

---
diff --git a/chromium.spec b/chromium.spec
index 9c914ee..6355974 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -69,7 +69,9 @@ BuildRequires:  libicu-devel >= 5.4
 %if 0%{?rhel} == 7
 %global bundleopus 1
 %global bundlelibusbx 1
+%global bundleharfbuzz 1
 %else
+%global bundleharfbuzz 0
 %global bundleopus 0
 %global bundlelibusbx 0
 %endif
@@ -361,6 +363,9 @@ Provides: bundled(fips181) = 2.2.3
 Provides: bundled(fontconfig) = 2.11.0
 Provides: bundled(gperftools) = svn144
 Provides: bundled(gtk3) = 3.1.4
+%if 0%{?bundleharfbuzz}
+Provides: bundled(harfbuzz) = 1.2.7
+%endif
 Provides: bundled(hunspell) = 1.3.2
 Provides: bundled(iccjpeg)
 %if 0%{?bundleicu}
@@ -645,7 +650,11 @@ export CHROMIUM_BROWSER_GYP_DEFINES="\
 	-Duse_pulseaudio=1 \
 	-Duse_system_bzip2=1 \
 	-Duse_system_flac=1 \
+%if 0%{?bundleharfbuzz}
+	-Duse_system_harfbuzz=0 \
+%else
 	-Duse_system_harfbuzz=1 \
+%endif
 %if 0%{?bundleicu}
 	-Duse_system_icu=0 \
 %else
@@ -1596,8 +1605,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
 %{chromium_path}/chromedriver
 
 %changelog
-* Thu Aug 18 2016 Tom Callaway <spot@fedoraproject.org> 52.0.2743.116-11
+* Mon Aug 29 2016 Tom Callaway <spot@fedoraproject.org> 52.0.2743.116-11
 - conditionalize Requires: u2f-hidraw-policy so that it is only used on Fedora
+- use bundled harfbuzz on EL7
 
 * Thu Aug 18 2016 Tom Callaway <spot@fedoraproject.org> 52.0.2743.116-10
 - disable gtk3 because it breaks lots of things

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-07 16:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:04 [rpms/chromium] epel9-next: use bundled harfbuzz on EL7 Tom Callaway

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox