File hyprland-guiutils.spec of Package hyprland-guiutils
#
# spec file for package hyprland-guiutils
#
# Copyright (c) 2026 Malcolm J Lewis <malcolmlewis@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: hyprland-guiutils
Version: 0.2.1
Release: 0
Summary: Hyprland GUI utilities
License: BSD-3-Clause
URL: https://github.com/hyprwm/hyprland-guiutils
Source0: %{name}-%{version}.tar.xz
##PATCH-FIX-UPSTREAM hyprland-guiutils-add-dependencies.patch gh#hyprwm/hyprland-guiutils#16 -- Add missing dependencies to build.
Patch0: hyprland-guiutils-add-dependencies.patch
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: pkgconfig(aquamarine)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(hyprgraphics)
BuildRequires: pkgconfig(hyprland)
BuildRequires: pkgconfig(hyprtoolkit)
BuildRequires: pkgconfig(hyprutils)
BuildRequires: pkgconfig(pixman-1)
BuildRequires: pkgconfig(xkbcommon)
Conflicts: hyprland-qtutils
%description
Hyprland GUI utilities (successor to hyprland-qtutils)
%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