From e999cfe8c7fe6c37483bcdab77c16d1801bd643a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:13:42 +0100 Subject: [PATCH] package created using the webbuild interface [release 5.18.4.1-1mamba;Thu Apr 30 2020] --- README.md | 2 ++ plasma-nano.spec | 65 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 plasma-nano.spec diff --git a/README.md b/README.md index ca61974..2749431 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # plasma-nano +KDE Plasma 5 minimal shell package intended for embedded devices. + diff --git a/plasma-nano.spec b/plasma-nano.spec new file mode 100644 index 0000000..05f29d2 --- /dev/null +++ b/plasma-nano.spec @@ -0,0 +1,65 @@ +%define plasmaver %(echo %version | cut -d. -f1-3) + +Name: plasma-nano +Version: 5.18.4.1 +Release: 1mamba +Summary: KDE Plasma 5 minimal shell package intended for embedded devices +Group: Graphical Desktop/Applications/Environment +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kde.org +Source: https://download.kde.org/stable/plasma/%{plasmaver}/plasma-nano-%{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: 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 minimal shell package intended for embedded devices. + +%debug_package + +%prep +%setup -q + +%build +%cmake_kde5 -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}5_qt.lang +%defattr(-,root,root) +%{_libdir}/qt5/qml/org/kde/plasma/private/nanoshell/libplasmananoshellprivateplugin.so +%{_libdir}/qt5/qml/org/kde/plasma/private/nanoshell/qmldir +%{_datadir}/kservices5/plasma-applet-org.kde.plasma.nano.desktop +%{_datadir}/kservices5/plasma-package-org.kde.plasma.nano.desktoptoolbox.desktop +%{_datadir}/metainfo/org.kde.plasma.nano.desktoptoolbox.appdata.xml +%dir %{_datadir}/plasma/packages/org.kde.plasma.nano.desktoptoolbox +%{_datadir}/plasma/packages/org.kde.plasma.nano.desktoptoolbox/* +%dir %{_datadir}/plasma/shells/org.kde.plasma.nano +%{_datadir}/plasma/shells/org.kde.plasma.nano/* +%doc COPYING COPYING.LIB + +%changelog +* Thu Apr 30 2020 Silvan Calarco 5.18.4.1-1mamba +- package created using the webbuild interface