2024-02-24 20:10:56 +01:00
|
|
|
Name: waynergy
|
|
|
|
Version: 0.0.16
|
2024-04-23 17:09:57 +02:00
|
|
|
Release: 3mamba
|
2024-02-24 20:10:56 +01:00
|
|
|
Summary: A synergy client for Wayland compositors
|
2024-04-03 15:09:01 +02:00
|
|
|
Group: Graphical Desktop/Applications/Utilities
|
2024-02-24 20:10:56 +01:00
|
|
|
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
|
2024-04-23 17:09:57 +02:00
|
|
|
Patch0: waynergy-0.0.16-upstream-support-ext-idle-notify-v1-protocol.patch
|
2024-02-24 20:10:56 +01:00
|
|
|
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
|
2024-04-23 17:09:57 +02:00
|
|
|
%patch 0 -p1 -b .upstream-support-ext-idle-notify-v1-protocol
|
2024-02-24 20:10:56 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%meson
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%meson_install
|
|
|
|
|
2024-04-23 17:09:57 +02:00
|
|
|
# Uncategorized in KDE menu and seemps not useful
|
|
|
|
rm -f %{buildroot}%{_datadir}/applications/waynergy.desktop
|
|
|
|
|
2024-02-24 20:10:56 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/waynergy
|
|
|
|
%{_bindir}/waynergy-clip-update
|
|
|
|
%{_bindir}/waynergy-mapper
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-04-23 17:09:57 +02:00
|
|
|
* Mon Apr 22 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.16-3mamba
|
|
|
|
- don't install broken waynergy.desktop; apply upstream improvment
|
|
|
|
|
2024-04-03 15:09:01 +02:00
|
|
|
* Wed Apr 03 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.16-2mamba
|
|
|
|
- fix group
|
|
|
|
|
2024-02-24 20:10:56 +01:00
|
|
|
* Sat Feb 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.16-1mamba
|
|
|
|
- package created using the webbuild interface
|