From 8edf34de6297f703f7f21163889bafa954b63c39 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:19:08 +0100 Subject: [PATCH] package created using the webbuild interface [release 5.27.0-1mamba;Sun Feb 19 2023] --- README.md | 2 ++ plasma-welcome.spec | 74 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 plasma-welcome.spec diff --git a/README.md b/README.md index 190b6b7..2e74429 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # plasma-welcome +A Friendly onboarding wizard for Plasma. + diff --git a/plasma-welcome.spec b/plasma-welcome.spec new file mode 100644 index 0000000..bdd9bb1 --- /dev/null +++ b/plasma-welcome.spec @@ -0,0 +1,74 @@ +%define majver %(echo %version | cut -d. -f1-2) + +Name: plasma-welcome +Version: 5.27.0 +Release: 1mamba +Summary: A Friendly onboarding wizard for Plasma +Group: Graphical Desktop/Applications/Configuration +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://kde.org +Source: https://download.kde.org/stable/plasma/%{version}/plasma-welcome-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libQt5Svg-devel +BuildRequires: libX11-devel +BuildRequires: libgcc +BuildRequires: libkauth-devel +BuildRequires: libkcodecs-devel +BuildRequires: libkconfig-devel +BuildRequires: libkconfigwidgets-devel +BuildRequires: libkcoreaddons-devel +BuildRequires: libkdbusaddons-devel +BuildRequires: libkdeclarative-devel +BuildRequires: libki18n-devel +BuildRequires: libkio-devel +BuildRequires: libknotifications-devel +BuildRequires: libkservice-devel +BuildRequires: libkwidgetsaddons-devel +BuildRequires: libkwindowsystem-devel +BuildRequires: libstdc++6-devel +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtdeclarative-devel +BuildRequires: qt5-qtquickcontrols2-devel +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRequires: rpm-macros-kde5 +BuildRequires: extra-cmake-modules + +%description +A Friendly onboarding wizard for Plasma. + +%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) +%{_sysconfdir}/xdg/autostart/org.kde.plasma-welcome.desktop +%{_bindir}/plasma-welcome +%dir %{_libdir}/qt5/qml/org/kde/plasma/welcome +%{_libdir}/qt5/qml/org/kde/plasma/welcome/* +%{_datadir}/applications/org.kde.plasma-welcome.desktop +%{_datadir}/metainfo/org.kde.plasma-welcome.appdata.xml +%doc LICENSES + +%changelog +* Sun Feb 19 2023 Silvan Calarco 5.27.0-1mamba +- package created using the webbuild interface