package created using the webbuild interface [release 0.0.16-1mamba;Sat Feb 24 2024]
This commit is contained in:
parent
840f4b4c74
commit
0c1a8bafe5
49
waynergy.spec
Normal file
49
waynergy.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user