File pwvucontrol.spec of Package pwvucontrol

#
# spec file for package pwvucontrol
#
# Copyright (c) 2025 mantarimay
#
# 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/
#


%define appid com.saivert.pwvucontrol
%bcond_without test
Name:           pwvucontrol
Version:        0.5.0+4
Release:        0
Summary:        Pipewire Volume Control 
License:        GPL-3.0-or-later
URL:            https://github.com/saivert/pwvucontrol
Source0:        %{name}-%{version}.tar.zst
Source1:        vendor.tar.zst
BuildRequires:  appstream-glib
BuildRequires:  cargo-packaging
BuildRequires:  clang
BuildRequires:  meson
BuildRequires:  pipewire-devel
BuildRequires:  pkgconfig
BuildRequires:  update-desktop-files
BuildRequires:  wireplumber-devel
BuildRequires:  pkgconfig(gtk4)
BuildRequires:  pkgconfig(libadwaita-1)

%description
A native volume control app made with GTK + Rust. This is an attempt at
making a volume control applet for Pipewire.

%lang_package

%prep
%autosetup -a1 -p1

%build
%meson
%meson_build

%install
%meson_install

%find_lang %{name} %{?no_lang_C}

%if %{with test}
%check
%meson_test
%endif

%files
%license COPYING
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{appid}.desktop
%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
%{_datadir}/icons/hicolor/scalable/apps/%{appid}.svg
%{_datadir}/icons/hicolor/symbolic/apps/%{appid}-symbolic.svg
%{_datadir}/metainfo/%{appid}.metainfo.xml
%{_datadir}/%{name}/

%files lang -f %{name}.lang

%changelog
openSUSE Build Service is sponsored by