From 0c1a8bafe5275d7ef4bc211fdf15a49856ab7b71 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 24 Feb 2024 20:10:56 +0100 Subject: [PATCH] package created using the webbuild interface [release 0.0.16-1mamba;Sat Feb 24 2024] --- README.md | 2 ++ waynergy.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 waynergy.spec diff --git a/README.md b/README.md index 11f4d25..c654a54 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # waynergy +A synergy client for Wayland compositors. + diff --git a/waynergy.spec b/waynergy.spec new file mode 100644 index 0000000..f769c90 --- /dev/null +++ b/waynergy.spec @@ -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 +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 0.0.16-1mamba +- package created using the webbuild interface