commit 24ea39ce1f6d31faa26273d96c8242998ef8ff5e
Author: Jakub Bogusz <[email protected]>
Date:   Sun Oct 20 20:27:04 2024 +0200

    - pl, cleanup

 ka6-neochat.spec | 42 ++++++++++++++++++++++++++++--------------
 1 file changed, 28 insertions(+), 14 deletions(-)
---
diff --git a/ka6-neochat.spec b/ka6-neochat.spec
index 83e0730..461efa1 100644
--- a/ka6-neochat.spec
+++ b/ka6-neochat.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          neochat
 Summary:       A Qt/QML based Matrix client
+Summary(pl.UTF-8):     Klient usługi Matrix oparty na Qt/QML
 Name:          ka6-%{kaname}
 Version:       24.08.2
 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: 5c66f3640983c9da80336b9df5f26f55
-URL:           http://www.kde.org/
+URL:           https://apps.kde.org/neochat/
 BuildRequires: Qt6Core-devel >= 5.15.0
 BuildRequires: Qt6Gui-devel
 BuildRequires: Qt6Keychain-devel
@@ -59,15 +61,26 @@ Obsoletes:  ka5-%{kaname} < %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-NeoChat is a client for [Matrix](https://matrix.org), the
+NeoChat is a client for Matrix (<https://matrix.org/>), the
 decentralized communication protocol for instant messaging. It is a
-fork of Spectral, using KDE frameworks, most notably
-[Kirigami](https://invent.kde.org/frameworks/kirigami) to provide a
+fork of Spectral, using KDE frameworks, most notably Kirigami
+(<https://invent.kde.org/frameworks/kirigami>) to provide a
 convergent experience across multiple platforms.
 
-NeoChat also make use of other KDE Frameworks as well as
-[libQuotient](https://github.com/quotient-im/libQuotient), a Qt-based
-SDK for the [Matrix Protocol](https://spec.matrix.org/).
+NeoChat also make use of other KDE Frameworks as well as libQuotient
+(<https://github.com/quotient-im/libQuotient>), a Qt-based
+SDK for the Matrix Protocol (<https://spec.matrix.org/>).
+
+%description -l pl.UTF-8
+NeoChat to klient usługi Matrix (<https://matrix.org/>) -
+zdecentralizowanego protokołu komunikatora internetowego. Jest to
+odgałęzienie Spectral, wykorzystujące szkielety KDE, w szczególności
+Kirigami (<https://invent.kde.org/frameworks/kirigami>), w celu
+zapewnienia wygodnej obsługi na wielu platformach.
+
+NeoChat wykorzystuje także inne szkielety KDE, a także libQuotient
+(<https://github.com/quotient-im/libQuotient>) - oparte na Qt SDK dla
+protokołu Matrix (<https://spec.matrix.org/>).
 
 %package data
 Summary:       Data files for %{kaname}
@@ -93,15 +106,16 @@ Dane dla %{kaname}.
        -DKDE_INSTALL_DOCBUNDLEDIR=%{_kdedocdir} \
        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
        -DQT_MAJOR_VERSION=6
+
 %ninja_build -C build
 
 %if %{with tests}
 ctest --test-dir build
 %endif
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %ninja_install -C build
 
 # not supported by glibc yet (2.37)
@@ -119,18 +133,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %files data -f %{kaname}.lang
 %defattr(644,root,root,755)
+%{_datadir}/knotifications6/neochat.notifyrc
+%{_datadir}/krunner/dbusplugins/plasma-runner-neochat.desktop
+%{_datadir}/metainfo/org.kde.neochat.appdata.xml
+%{_datadir}/qlogging-categories6/neochat.categories
 %{_desktopdir}/org.kde.neochat.desktop
 %{_iconsdir}/hicolor/scalable/apps/org.kde.neochat.svg
 %{_iconsdir}/hicolor/scalable/apps/org.kde.neochat.tray.svg
-%{_datadir}/knotifications6/neochat.notifyrc
-%{_datadir}/krunner/dbusplugins/plasma-runner-neochat.desktop
+%{_mandir}/man1/neochat.1*
 %lang(ca) %{_mandir}/ca/man1/neochat.1*
 %lang(es) %{_mandir}/es/man1/neochat.1*
 %lang(it) %{_mandir}/it/man1/neochat.1*
-%{_mandir}/man1/neochat.1*
 %lang(nl) %{_mandir}/nl/man1/neochat.1*
 %lang(sv) %{_mandir}/sv/man1/neochat.1*
 %lang(tr) %{_mandir}/tr/man1/neochat.1*
 %lang(uk) %{_mandir}/uk/man1/neochat.1*
-%{_datadir}/metainfo/org.kde.neochat.appdata.xml
-%{_datadir}/qlogging-categories6/neochat.categories
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-neochat.git/commitdiff/24ea39ce1f6d31faa26273d96c8242998ef8ff5e

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to