public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: Move core BRs out of GTK4 section & add missing ones
@ 2026-08-07 16:08 Hoshino Lina
  0 siblings, 0 replies; only message in thread
From: Hoshino Lina @ 2026-08-07 16:08 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/chromium
            Branch : epel9-next
            Commit : fa84178555617e070365ee581cf4c470984609c9
            Author : Hoshino Lina <lina@lina.yt>
            Date   : 2025-12-13T14:55:06+09:00
            Stats  : +11/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/chromium/c/fa84178555617e070365ee581cf4c470984609c9?branch=epel9-next

            Log:
            Move core BRs out of GTK4 section & add missing ones

These BRs are required by Chromium proper, even when built without any toolkits
(e.g. as CEF).

Add a few missing ones (wayland-devel, xkbcommon, pangocairo) and move others
out of the GTK4 conditional, since they aren't actually related to GTK4, they
just happened to be pulled in by gtk3-devel.

---
diff --git a/chromium.spec b/chromium.spec
index 472ec62..a659713 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -769,10 +769,6 @@ BuildRequires:	opus-devel
 BuildRequires: %{chromium_pybin}
 %if %{gtk_version} == 4
 BuildRequires: pkgconfig(gtk4)
-BuildRequires: pkgconfig(xrandr)
-BuildRequires: pkgconfig(atspi-2)
-BuildRequires: pkgconfig(atk-bridge-2.0)
-BuildRequires: pkgconfig(xcomposite)
 BuildRequires: pkgconfig(xcursor)
 BuildRequires: pkgconfig(xi)
 BuildRequires: pkgconfig(xrender)
@@ -789,6 +785,17 @@ BuildRequires: pkgconfig(gtk+-3.0)
 # GTK modules it expects to find for some reason.
 Requires: libcanberra-gtk3%{_isa}
 %endif
+
+# Build deps of Chromium proper which are often transitively pulled in by toolkits (GTK, Qt),
+# but are still required without them.
+BuildRequires: pkgconfig(atspi-2)
+BuildRequires: pkgconfig(atk-bridge-2.0)
+BuildRequires: pkgconfig(pangocairo)
+BuildRequires: pkgconfig(xkbcommon)
+BuildRequires: pkgconfig(xcomposite)
+BuildRequires: pkgconfig(xrandr)
+BuildRequires: wayland-devel
+
 %if ! %{bundlepylibs}
 %if 0%{?fedora} || 0%{?rhel} >= 8
 BuildRequires: python3-jinja2

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

only message in thread, other threads:[~2026-08-07 16:08 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:08 [rpms/chromium] epel9-next: Move core BRs out of GTK4 section & add missing ones Hoshino Lina

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