[packages/kp6-libplasma] - descriptions

qboosh qboosh at pld-linux.org
Sun Jun 8 13:39:05 CEST 2025


commit 13ee8682345777d6dd51da770e97a00537bda707
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jun 8 08:43:11 2025 +0200

    - descriptions

 kp6-libplasma.spec | 29 +++++++++++++++++++----------
 1 file changed, 19 insertions(+), 10 deletions(-)
---
diff --git a/kp6-libplasma.spec b/kp6-libplasma.spec
index e5d0a52..ccaf162 100644
--- a/kp6-libplasma.spec
+++ b/kp6-libplasma.spec
@@ -1,15 +1,16 @@
-#
-# Conditional build:
-%bcond_with	tests		# build with tests
 # TODO:
 #  * dbusmenu-qt5 , Support for notification area menus via the DBusMenu protocol , <https://launchpad.net/libdbusmenu-qt>
 #
+# Conditional build:
+%bcond_with	tests		# test suite
+
 %define		kdeplasmaver	6.3.5
 %define		qtver		5.15.2
 %define		kf6ver		5.102.0
 %define		kpname		libplasma
 
-Summary:	KDE libplasma
+Summary:	Foundational libraries, components, and tools of the Plasma workspaces
+Summary(pl.UTF-8):	Podstawowe biblioteki, komponenty i narzędzia środowiska Plasma
 Name:		kp6-%{kpname}
 Version:	6.3.5
 Release:	1
@@ -104,10 +105,17 @@ Requires:	kp6-libplasma-data = %{version}-%{release}
 Obsoletes:	kp5-%{kpname} < 6
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		qt6dir		%{_libdir}/qt6
-
 %description
-KDE libplasma.
+libplasma provides the following:
+- QML components that can be used by any Plasma shell
+- A C++ library: libplasma itself
+- Script engines
+
+%description -l pl.UTF-8
+libplasma obejmuje:
+- komponenty QML, które mogą być używane z powłoką Plasma
+- samą bibliotekę C++ libplasma
+- silniki skryptowe
 
 %package data
 Summary:	Data files for %{kpname}
@@ -148,6 +156,7 @@ Pliki nagłówkowe dla programistów używających %{kpname}.
 	%{!?with_tests:-DBUILD_TESTING=OFF} \
 	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 	-DKDE_INSTALL_DOCBUNDLEDIR=%{_kdedocdir}
+
 %ninja_build -C build
 
 %if %{with tests}
@@ -156,6 +165,7 @@ ctest
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %ninja_install -C build
 
 %find_lang %{kpname}6 --all-name --with-kde
@@ -163,8 +173,8 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -435,7 +445,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/qlogging-categories6/plasma-framework.categories
 %{_datadir}/qlogging-categories6/plasma-framework.renamecategories
 
-
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/Plasma
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp6-libplasma.git/commitdiff/d41ce57459fdf1126a081bbe6acf2d8df41fafa9



More information about the pld-cvs-commit mailing list