[packages/kf5-kwallet] - pl

qboosh qboosh at pld-linux.org
Wed Oct 23 21:08:02 CEST 2024


commit 7b47d83163daf1a7e72fc87c4f6b136a756fc49f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Oct 23 21:00:14 2024 +0200

    - pl

 kf5-kwallet.spec | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec
index 294c190..93c2a6c 100644
--- a/kf5-kwallet.spec
+++ b/kf5-kwallet.spec
@@ -1,14 +1,16 @@
-#
-# Conditional build:
-%bcond_with	tests		# build with tests
 # TODO:
 # Not packaged:
 # - build with kf5-gpgmepp
+#
+# Conditional build:
+%bcond_with	tests		# test suite
+
 %define		kdeframever	5.116
 %define		qtver		5.15.2
 %define		kfname		kwallet
 
 Summary:	Safe desktop-wide storage for passwords
+Summary(pl.UTF-8):	Bezpieczny schowek na hasła dla całego środowiska
 Name:		kf5-%{kfname}
 Version:	5.116.0
 Release:	1
@@ -16,7 +18,7 @@ License:	LGPL v2.1+
 Group:		X11/Libraries
 Source0:	https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
 # Source0-md5:	2e24331b2a1e6253c18d45481ae9f90d
-URL:		http://www.kde.org/
+URL:		https://kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
 BuildRequires:	Qt5DBus-devel >= %{qtver}
 BuildRequires:	Qt5Gui-devel >= %{qtver}
@@ -66,8 +68,12 @@ This framework contains two main components:
   KDE work spaces.
 - The kwalletd used to safely store the passwords on KDE work spaces.
 
-The library can be built alone, without kwalletd, by setting the
-`BUILD_KWALLETD` option to `OFF`.
+%description -l pl.UTF-8
+Ten szkielet składa się z dwóch komponentów:
+- interfejsu do KWallet - bezpiecznego schowka na hasła dla przestreni
+  roboczych KDE
+- usługi kwalletd służącej do bezpiecznego przechowywania haseł w
+  przestrzeniach roboczych KDE
 
 %package devel
 Summary:	Header files for %{kfname} development
@@ -97,9 +103,9 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 %ninja_build -C build test
 %endif
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %ninja_install -C build
 
 %find_lang %{kfname} --all-name --with-kde
@@ -107,8 +113,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 -f %{kfname}.lang
 %defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kwallet.git/commitdiff/7b47d83163daf1a7e72fc87c4f6b136a756fc49f



More information about the pld-cvs-commit mailing list