package created using the webbuild interface [release 0.0.16-1mamba;Sat Feb 24 2024]

This commit is contained in:
Silvan Calarco 2024-02-24 20:10:56 +01:00
parent 840f4b4c74
commit 0c1a8bafe5
2 changed files with 51 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# waynergy
A synergy client for Wayland compositors.

49
waynergy.spec Normal file
View File

@ -0,0 +1,49 @@
Name: waynergy
Version: 0.0.16
Release: 1mamba
Summary: A synergy client for Wayland compositors
Group: Graphical Destkop/Applications/Utilities
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/r-c-f/waynergy
Source: https://github.com/r-c-f/waynergy.git/v%{version}/waynergy-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libretls-devel
BuildRequires: libwayland-devel
BuildRequires: libxkbcommon-devel
## AUTOBUILDREQ-END
BuildRequires: meson
%description
A synergy client for Wayland compositors.
%debug_package
%prep
%setup -q
%build
%meson
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/waynergy
%{_bindir}/waynergy-clip-update
%{_bindir}/waynergy-mapper
%{_datadir}/applications/waynergy.desktop
%doc LICENSE
%changelog
* Sat Feb 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.16-1mamba
- package created using the webbuild interface