[packages/ka5-kclock] - pl
qboosh
qboosh at pld-linux.org
Fri Oct 11 12:49:03 CEST 2024
commit 697a8f34459c9377b56ddcb6c6ce3de63a2a94f0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Oct 11 11:54:40 2024 +0200
- pl
ka5-kclock.spec | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/ka5-kclock.spec b/ka5-kclock.spec
index f6afa80..4586a4f 100644
--- a/ka5-kclock.spec
+++ b/ka5-kclock.spec
@@ -1,11 +1,13 @@
#
# Conditional build:
-%bcond_with tests # build with tests
+%bcond_with tests # test suite
+
%define kdeappsver 23.08.5
%define kframever 5.94.0
%define qtver 5.15.2
%define kaname kclock
-Summary: kclock
+Summary: Universal clock application
+Summary(pl.UTF-8): Uniwersalna aplikacja zegara
Name: ka5-%{kaname}
Version: 23.08.5
Release: 1
@@ -13,7 +15,7 @@ License: GPL v2+/LGPL v2.1+
Group: X11/Applications
Source0: https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
# Source0-md5: 88899e9d7aa787aa72dc4b32f509b6f0
-URL: http://www.kde.org/
+URL: https://apps.kde.org/kclock/
BuildRequires: Qt5Core-devel >= %{qtver}
BuildRequires: Qt5DBus-devel >= 5.15.2
BuildRequires: Qt5Gui-devel >= 5.15.2
@@ -45,7 +47,10 @@ BuildRequires: xz
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-A convergent clock application for Plasma.
+A universal clock application for desktop and mobile.
+
+%description -l pl.UTF-8
+Uniwersalna aplikacja zegara dla urządzeń biurkowych i przenośnych.
%prep
%setup -q -n %{kaname}-%{version}
@@ -57,15 +62,16 @@ A convergent clock application for Plasma.
%{!?with_tests:-DBUILD_TESTING=OFF} \
-DHTML_INSTALL_DIR=%{_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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ka5-kclock.git/commitdiff/51ca557bbe280cec6c1ef4484c789d84c9870307
More information about the pld-cvs-commit
mailing list