From 1dd02f70cb7b9fb65cfd8ad513a8dcaf894ea5b8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 03:24:48 +0100 Subject: [PATCH] package created using the webbuild interface [release 5.18.4.1-1mamba;Thu Apr 30 2020] --- README.md | 2 ++ kwayland-integration.spec | 60 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 kwayland-integration.spec diff --git a/README.md b/README.md index 0d03e73..e94ed95 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # kwayland-integration +KDE Plasma 5 Wayland integration. + diff --git a/kwayland-integration.spec b/kwayland-integration.spec new file mode 100644 index 0000000..05cea4b --- /dev/null +++ b/kwayland-integration.spec @@ -0,0 +1,60 @@ +%define majver %(echo %version | cut -d. -f1-2) + +Name: kwayland-integration +Version: 5.18.4.1 +Release: 1mamba +Summary: KDE Plasma 5 Wayland integration +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kde.org +Source: https://download.kde.org/stable/plasma/5.18.4/kwayland-integration-%{version}.tar.xz +# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: ldconfig +BuildRequires: libgcc +BuildRequires: libkguiaddons-devel +BuildRequires: libkidletime-devel +BuildRequires: libkwayland-devel +BuildRequires: libkwindowsystem-devel +BuildRequires: libqt5-devel +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRequires: rpm-macros-kde5 +BuildRequires: extra-cmake-modules +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +KDE Plasma 5 Wayland integration. + +%debug_package + +%prep +%setup -q + +%build +%cmake_kde5 -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/qt5/plugins/kf5/kguiaddons/kmodifierkey/kmodifierkey_wayland.so +%{_libdir}/qt5/plugins/kf5/org.kde.kidletime.platforms/KF5IdleTimeKWaylandPlugin.so +%{_libdir}/qt5/plugins/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemKWaylandPlugin.so +%{_datadir}/qlogging-categories5/kwindowsystem.kwayland.categories +%doc COPYING.LIB + +%changelog +* Thu Apr 30 2020 Silvan Calarco 5.18.4.1-1mamba +- package created using the webbuild interface