File overskride.spec of Package overskride
#
# spec file for package overskride
#
# 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/
#
Name: overskride
Version: 0.6.5
Release: 0
Summary: A simple yet powerful bluetooth client
License: GPL-3.0-or-later
URL: https://github.com/kaii-lb/overskride
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: cargo-packaging clang
BuildRequires: meson blueprint-compiler libpulse-devel
BuildRequires: appstream-glib desktop-file-utils
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(dbus-1)
%description
A Bluetooth and Obex client that is straight to the point, DE/WM agnostic,
and beautiful
%prep
%autosetup -a1 -p1
%build
%meson
%meson_build
%install
%meson_install
%files
%license LICENSE
%doc README*
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/appdata/*.xml
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/icons/hicolor/*/*/*.svg
%changelog