[packages/kp6-plasma-nano] - updated to 6.0.0

witekfl witekfl at pld-linux.org
Sun Mar 3 21:10:19 CET 2024


commit c0697bdcedf91d9971b90d6a9291cb276e20265e
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sun Mar 3 20:57:36 2024 +0100

    - updated to 6.0.0

 kp6-plasma-nano.spec | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)
---
diff --git a/kp6-plasma-nano.spec b/kp6-plasma-nano.spec
new file mode 100644
index 0000000..751b71a
--- /dev/null
+++ b/kp6-plasma-nano.spec
@@ -0,0 +1,67 @@
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+%define		kdeplasmaver	6.0.0
+%define		qtver		5.15.2
+%define		kpname		plasma-nano
+%define		kf6ver		5.39.0
+
+Summary:	plasma-nano
+Name:		kp6-%{kpname}
+Version:	6.0.0
+Release:	1
+License:	LGPL v2.1+
+Group:		X11/Libraries
+Source0:	https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
+# Source0-md5:	cc307526ac2f02e7547cacea0eeccda6
+URL:		http://www.kde.org/
+BuildRequires:	Qt6Core-devel >= 5.15.0
+BuildRequires:	Qt6Gui-devel >= 5.15.0
+BuildRequires:	Qt6Network-devel >= 5.15.2
+BuildRequires:	Qt6Qml-devel
+BuildRequires:	Qt6Quick-devel
+BuildRequires:	cmake >= 3.16.0
+BuildRequires:	kf6-extra-cmake-modules >= 0.0.9
+BuildRequires:	kf6-kwindowsystem-devel >= 5.82
+BuildRequires:	kp6-kwayland-devel >= 5.82
+BuildRequires:	ninja
+BuildRequires:	pkgconfig
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRequires:	xz
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		qt6dir		%{_libdir}/qt6
+
+%description
+A minimal plasma shell package intended for embedded devices.
+
+%prep
+%setup -q -n %{kpname}-%{version}
+
+%build
+%cmake -B build \
+	-G Ninja \
+	%{!?with_tests:-DBUILD_TESTING=OFF} \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+	-DKDE_INSTALL_DOCBUNDLEDIR=%{_kdedocdir}
+%ninja_build -C build
+
+%if %{with tests}
+ctest
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%ninja_install -C build
+
+%find_lang %{kpname} --all-name --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{kpname}.lang
+%defattr(644,root,root,755)
+%{_libdir}/qt6/qml/org/kde/plasma/private/nanoshell
+%{_datadir}/metainfo/org.kde.plasma.nano.desktoptoolbox.appdata.xml
+%{_datadir}/plasma/packages/org.kde.plasma.nano.desktoptoolbox
+%{_datadir}/plasma/shells/org.kde.plasma.nano
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp6-plasma-nano.git/commitdiff/c0697bdcedf91d9971b90d6a9291cb276e20265e



More information about the pld-cvs-commit mailing list