public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: made qt5-ui and qt6-ui as subpackage
@ 2026-08-07 16:06 Than Ngo
  0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:06 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/chromium
Branch : epel9-next
Commit : c5bf1b53c60711bd1ac5862dc2affb6299588821
Author : Than Ngo <than@redhat.com>
Date   : 2024-07-13T00:01:00+02:00
Stats  : +24/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/c5bf1b53c60711bd1ac5862dc2affb6299588821?branch=epel9-next

Log:
made qt5-ui and qt6-ui as subpackage

---
diff --git a/chromium.spec b/chromium.spec
index 735f12a..fd3c031 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -196,7 +196,7 @@
 
 %if 0%{?rhel} > 9 || 0%{?fedora} > 39
 %global use_qt6 1
-%global use_qt 0
+%global use_qt 1
 %else
 %if 0%{?rhel} == 8 || 0%{?rhel} == 9 || 0%{?fedora}
 %global use_qt6 0
@@ -1125,6 +1125,20 @@ A minimal headless client built from Chromium. headless_shell is built
 without support for alsa, cups, dbus, gconf, gio, kerberos, pulseaudio, or 
 udev.
 
+%package qt5-ui
+Summary: Qt5 UI built from Chromium
+Requires: chromium%{_isa} = %{version}-%{release}
+
+%description qt5-ui
+Qt5 UI for chromium.
+
+%package qt6-ui
+Summary: Qt6 UI built from Chromium
+Requires: chromium%{_isa} = %{version}-%{release}
+
+%description qt6-ui
+Qt6 UI for chromium.
+
 %prep
 %setup -q -n chromium-%{version}
 
@@ -2005,17 +2019,21 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
 %{chromium_path}/%{chromium_browser_channel}
 %{chromium_path}/%{chromium_browser_channel}.sh
 %attr(4755, root, root) %{chromium_path}/chrome-sandbox
+%{_mandir}/man1/%{chromium_browser_channel}.*
+%{_datadir}/icons/hicolor/*/apps/%{chromium_browser_channel}.png
+%{_datadir}/applications/*.desktop
+%{_datadir}/metainfo/*.appdata.xml
+%{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
+
 %if %{use_qt}
+%files qt5-ui
 %{chromium_path}/libqt5_shim.so
 %endif
+
 %if %{use_qt6}
+%files qt6-ui
 %{chromium_path}/libqt6_shim.so
 %endif
-%{_mandir}/man1/%{chromium_browser_channel}.*
-%{_datadir}/icons/hicolor/*/apps/%{chromium_browser_channel}.png
-%{_datadir}/applications/*.desktop
-%{_datadir}/metainfo/*.appdata.xml
-%{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
 
 %files common
 %if %{build_clear_key_cdm}

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

only message in thread, other threads:[~2026-08-07 16:06 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:06 [rpms/chromium] epel9-next: made qt5-ui and qt6-ui as subpackage Than Ngo

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