File iwqt.spec of Package iwqt
#
# spec file for package iwqt
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 Mark A. Williams, Jr.
#
# 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: iwqt
Version: 0.0.3
Release: 0
Summary: iwd(8) network applet
License: GPL-3.0-or-later
URL: https://github.com/FinGu/iwqt
Source0: %{url}/releases/download/%{name}-%{version}.tar.gz
BuildRequires: meson
BuildRequires: sdbus-cpp-devel >= 2.0.0
BuildRequires: qt6-gui-private-devel
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6Gui)
BuildRequires: cmake(Qt6Svg)
BuildRequires: cmake(Qt6Widgets)
Recommends: iwd
%description
An iwd(8) network applet for Linux systems made using Qt6 and sdbus-cpp
%prep
%autosetup
%build
%meson
%meson_build
%install
%meson_install
%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/%{name}/*.svg
%config %{_datadir}/applications/%{name}.desktop
%changelog