[packages/kf5-baloo] - pl
qboosh
qboosh at pld-linux.org
Wed Jun 11 20:13:54 CEST 2025
commit d382a3f9c1b0d901b89d4e849bacccd2e5d05fb5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Jun 11 19:23:01 2025 +0200
- pl
kf5-baloo.spec | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/kf5-baloo.spec b/kf5-baloo.spec
index bac4d94..d07cd82 100644
--- a/kf5-baloo.spec
+++ b/kf5-baloo.spec
@@ -1,6 +1,6 @@
#
# Conditional build:
-%bcond_with tests # build without tests
+%bcond_with tests # test suite
# TODO:
# - runtime Requires if any
@@ -8,7 +8,8 @@
%define kdeframever 5.116
%define qtver 5.15.2
%define kfname baloo
-Summary: A file indexing and file search framework
+Summary: A file indexing and file search framework
+Summary(pl.UTF-8): Szkielet indeksowania i wyszukiwania plików
Name: kf5-%{kfname}
Version: 5.116.0
Release: 1
@@ -17,7 +18,7 @@ Group: X11/Libraries
Source0: https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
# Source0-md5: 41fd11dfe5af84d2bbd214e4e04d41e9
Patch0: kf5-baloo-absolute-path.patch
-URL: http://www.kde.org/
+URL: https://kde.org/
BuildRequires: Qt5Core-devel >= %{qtver}
BuildRequires: Qt5Gui-devel >= %{qtver}
BuildRequires: Qt5Network-devel >= %{qtver}
@@ -45,9 +46,16 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
Baloo is the file indexing and file search framework for KDE.
Baloo focuses on providing a very small memory footprint along with
-with extremely fast searching. It internally uses a mixture of sqlite
+with extremely fast searching. It internally uses a mixture of SQLite
along with Xapian to store the file index.
+%description -l pl.UTF-8
+Baloo to szkielet indeksowania i wyszukiwania plików dla KDE.
+
+Skupia się na połączeniu bardzo małego zużycia pamięci wraz z bardzo
+szybkim wyszukiwaniem. Wewnętrznie używa połączenia rozwiązań SQLite i
+Xapian do przchowywania indeksu plików.
+
%package devel
Summary: Header files for %{kfname} development
Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kfname}
@@ -74,9 +82,9 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
%{?with_tests:%ninja_build -C build test}
-
%install
rm -rf $RPM_BUILD_ROOT
+
%ninja_install -C build
%find_lang %{kfname}5 --all-name --with-kde
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kf5-baloo.git/commitdiff/c2ac5e15bd7903c3c30a7e782ce885771fb710c9
More information about the pld-cvs-commit
mailing list