public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: made qt5-ui and qt6-ui as subpackage
Date: Fri, 07 Aug 2026 16:06:36 GMT [thread overview]
Message-ID: <178611879678.1.14492223507670854054.rpms-chromium-c5bf1b53c607@fedoraproject.org> (raw)
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}
reply other threads:[~2026-08-07 16:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178611879678.1.14492223507670854054.rpms-chromium-c5bf1b53c607@fedoraproject.org \
--to=than@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox