[packages/ka6-angelfish] - pl, cleanup

qboosh qboosh at pld-linux.org
Sun Oct 20 16:49:30 CEST 2024


commit d7a3e84ad52040ea944ab6e839348bbdc056d370
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Oct 20 16:18:07 2024 +0200

    - pl, cleanup

 ka6-angelfish.spec | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/ka6-angelfish.spec b/ka6-angelfish.spec
index af4ec88..727f55e 100644
--- a/ka6-angelfish.spec
+++ b/ka6-angelfish.spec
@@ -1,11 +1,13 @@
 #
 # Conditional build:
-%bcond_with	tests		# build with tests
+%bcond_with	tests		# test suite
+
 %define		kdeappsver	24.08.2
 %define		kframever	5.94.0
 %define		qtver		5.15.2
 %define		kaname		angelfish
 Summary:	A webbrowser for small mobile devices
+Summary(pl.UTF-8):	Przeglądarka WWW dla małych urządzeń przenośnych
 Name:		ka6-%{kaname}
 Version:	24.08.2
 Release:	2
@@ -13,7 +15,7 @@ License:	GPL v2+/LGPL v2.1+
 Group:		X11/Libraries
 Source0:	https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
 # Source0-md5:	e50631c275e299b4a082f6faef9305b4
-URL:		http://www.kde.org/
+URL:		https://apps.kde.org/angelfish/
 BuildRequires:	Qt6Core-devel >= 5.15.2
 BuildRequires:	Qt6Gui-devel >= 5.15.2
 BuildRequires:	Qt6Network-devel >= 5.15.9
@@ -45,17 +47,21 @@ BuildRequires:	rpmbuild(macros) >= 1.736
 BuildRequires:	shared-mime-info
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
-Obsoletes:	ka5-%{kaname} < %{version}
+Obsoletes:	ka5-angelfish < 24
 # limited by Qt6WebEngine
 ExclusiveArch:	%{x8664} aarch64
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This is a webbrowser designed to
-
+This is a webbrowser designed to:
 - be used on small mobile devices,
 - integrate well in Plasma workspaces
 
+%description -l pl.UTF-8
+Ta aplikacja to przeglądarka WWW zaprojektowana z myślą o:
+- używaniu na małych urządzeniach przenośnych
+- dobrej integracji z pulpitami Plazmy
+
 %prep
 %setup -q -n %{kaname}-%{version}
 
@@ -66,18 +72,19 @@ This is a webbrowser designed to
 	%{!?with_tests:-DBUILD_TESTING=OFF} \
 	-DKDE_INSTALL_DOCBUNDLEDIR=%{_kdedocdir} \
 	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+
 %ninja_build -C build
 
 %if %{with tests}
 ctest --test-dir build
 %endif
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %ninja_install -C build
 
-%find_lang %{kaname} --all-name --with-kde
+%find_lang %{kaname}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-angelfish.git/commitdiff/d7a3e84ad52040ea944ab6e839348bbdc056d370



More information about the pld-cvs-commit mailing list