All checks were successful
Build hyprland-guiutils / Build and push image (push) Successful in 2m26s
55 lines
1.2 KiB
RPMSpec
55 lines
1.2 KiB
RPMSpec
Name: hyprland-guiutils
|
|
Version: 0.2.0
|
|
Release: %autorelease
|
|
Summary: Hyprland Qt/qml utility apps
|
|
License: BSD-3-Clause
|
|
URL: https://github.com/hyprwm/hyprland-guiutils
|
|
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
|
ExcludeArch: %{ix86}
|
|
|
|
BuildRequires: cmake
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: cmake(Qt6Quick)
|
|
BuildRequires: cmake(Qt6QuickControls2)
|
|
BuildRequires: cmake(Qt6WaylandClient)
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
BuildRequires: qt6-qtbase-private-devel
|
|
BuildRequires: pkgconfig(hyprlang)
|
|
BuildRequires: pkgconfig(hyprtoolkit)
|
|
BuildRequires: pkgconfig(pixman-1)
|
|
BuildRequires: pkgconfig(libdrm)
|
|
BuildRequires: pkgconfig(hyprutils)
|
|
BuildRequires: wayland-devel
|
|
|
|
Requires: hyprland-qt-support%{?_isa}
|
|
|
|
Obsoletes: hyprland-qtutils <= 0.1.5
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
%cmake
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc README.md
|
|
%{_bindir}/hyprland-dialog
|
|
%{_bindir}/hyprland-donate-screen
|
|
%{_bindir}/hyprland-run
|
|
%{_bindir}/hyprland-update-screen
|
|
%{_bindir}/hyprland-welcome
|
|
|
|
%changelog
|
|
%autochangelog
|