Remove patch for hyprqt6engine
Some checks failed
Build hyprqt6engine / Build and push image (push) Failing after 2m17s

This commit is contained in:
2025-12-03 15:38:03 -05:00
parent 3ce872affb
commit ef51e66d70
3 changed files with 2 additions and 19 deletions

48
hyprqt6engine.spec Normal file
View File

@@ -0,0 +1,48 @@
Name: hyprqt6engine
Version: 0.1.0
Release: %autorelease -b6
Summary: Qt6 Theme Provider for Hyprland
License: BSD-3-Clause
URL: https://github.com/hyprwm/hyprqt6engine
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: qt6-rpm-macros
BuildRequires: pkgconfig(hyprlang)
BuildRequires: pkgconfig(hyprutils)
BuildRequires: cmake(KF6ColorScheme)
BuildRequires: cmake(KF6Config)
BuildRequires: cmake(KF6IconThemes)
BuildRequires: cmake(Qt6BuildInternals)
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6Widgets)
BuildRequires: qt6-qtbase-private-devel
%description
%{summary}.
%prep
%autosetup -p1
%build
%cmake -DCMAKE_BUILD_TYPE=Release
%cmake_build
%install
%cmake_install
%files
%license LICENSE
%doc README.md
%{_libdir}/libhyprqt6engine-common.so
%{_qt6_plugindir}/platformthemes/libhyprqt6engine.so
%{_qt6_plugindir}/styles/libhypr-style.so
%changelog
%autochangelog