%bcond_with asan Name: quickshell-webengine Version: 0.2.1 Release: 1%{?dist} Summary: Flexible QtQuick based desktop shell toolkit with QtWebEngine support License: LGPL-3.0-only AND GPL-3.0-only URL: https://github.com/quickshell-mirror/quickshell Source0: %{url}/archive/v%{version}/quickshell-%{version}.tar.gz Patch0: quickshell-webengine.patch %if 0%{fedora} >= 43 BuildRequires: breakpad-static %endif BuildRequires: cmake BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6Qml) BuildRequires: cmake(Qt6ShaderTools) BuildRequires: cmake(Qt6WaylandClient) BuildRequires: cmake(Qt6WebEngineQuick) BuildRequires: cmake(Qt6WebChannel) BuildRequires: gcc-c++ BuildRequires: ninja-build BuildRequires: pkgconfig(breakpad) BuildRequires: pkgconfig(CLI11) BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(jemalloc) BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libpipewire-0.3) BuildRequires: pkgconfig(pam) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-protocols) BuildRequires: qt6-qtbase-private-devel BuildRequires: spirv-tools %if %{with asan} BuildRequires: libasan %endif Requires: qt6-qtwebengine Requires: qt6-qtwebchannel Conflicts: quickshell Provides: desktop-notification-daemon %description Flexible toolkit for making desktop shells with QtQuick, targeting Wayland and X11. This variant includes QtWebEngine and QtWebChannel support, enabling web-based UI components and modern web technologies in desktop shells. %prep %autosetup -n quickshell-%{version} -p1 %build %cmake -GNinja \ %if %{with asan} -DASAN=ON \ %endif -DBUILD_SHARED_LIBS=OFF \ -DCMAKE_BUILD_TYPE=Release \ -DDISTRIBUTOR="Fedora COPR (mecattaf/packages)" \ -DDISTRIBUTOR_DEBUGINFO_AVAILABLE=YES \ -DINSTALL_QML_PREFIX=%{_lib}/qt6/qml \ -DWEBENGINE=ON %cmake_build %install %cmake_install %files %license LICENSE %license LICENSE-GPL %doc BUILD.md %doc CONTRIBUTING.md %doc README.md %doc changelog/v%{version}.md %{_bindir}/qs %{_bindir}/quickshell %{_datadir}/applications/org.quickshell.desktop %{_datadir}/icons/hicolor/scalable/apps/org.quickshell.svg %{_libdir}/qt6/qml/Quickshell %changelog * Wed Nov 27 2024 Agency - 0.2.1-1 - Initial package with QtWebEngine support - Based on upstream quickshell 0.2.1 - Adds WebEngine and WebChannel for web-based UI components