[packages/kf6-sonnet] - updated to 5.249.0; rel 0.1

witekfl witekfl at pld-linux.org
Sun Feb 4 15:34:32 CET 2024


commit 0c8b540b130afa229c4bd6628d83a3f25165de94
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sun Feb 4 14:51:05 2024 +0100

    - updated to 5.249.0; rel 0.1

 kf6-sonnet.spec | 135 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 135 insertions(+)
---
diff --git a/kf6-sonnet.spec b/kf6-sonnet.spec
new file mode 100644
index 0000000..5cb1567
--- /dev/null
+++ b/kf6-sonnet.spec
@@ -0,0 +1,135 @@
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+# TODO:
+# - fix build with aspell
+%define		kdeframever	5.249.0
+%define		qtver		5.15.2
+%define		kfname		sonnet
+
+Summary:	Multi-language spell checker
+Summary(pl.UTF-8):	Wielojęzyczne narzędzie do sprawdzania pisowni
+Name:		kf6-%{kfname}
+Version:	5.249.0
+Release:	0.1
+License:	LGPL v2.1+
+Group:		X11/Libraries
+Source0:	https://download.kde.org/unstable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
+# Source0-md5:	e4649ad0401b11143f8dd3ec4e358619
+URL:		http://www.kde.org/
+BuildRequires:	Qt6Core-devel >= %{qtver}
+BuildRequires:	Qt6Test-devel >= %{qtver}
+BuildRequires:	Qt6Widgets-devel >= %{qtver}
+BuildRequires:	aspell
+BuildRequires:	aspell-devel
+BuildRequires:	cmake >= 3.16
+BuildRequires:	hspell-devel
+BuildRequires:	hunspell-devel
+BuildRequires:	kf6-extra-cmake-modules >= %{version}
+BuildRequires:	libvoikko-devel
+BuildRequires:	ninja
+BuildRequires:	qt6-linguist >= %{qtver}
+BuildRequires:	rpmbuild(macros) >= 1.736
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+BuildRequires:	zlib-devel
+Requires:	Qt6Core >= %{qtver}
+Requires:	Qt6Widgets >= %{qtver}
+Requires:	kf6-dirs
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		qt6dir		%{_libdir}/qt6
+
+%description
+Sonnet is a plugin-based spell checking library for Qt-based
+applications. It supports several different plugins, including HSpell,
+ASpell and HUNSPELL.
+
+It also supports automated language detection, based on a combination
+of different algorithms.
+
+The simplest way to use Sonnet in your application is to use the
+SpellCheckDecorator class on your QTextEdit.
+
+%description -l pl.UTF-8
+Sonnet to oparta na wtyczkach biblioteka do sprawdzania pisowni dla
+aplikacji opartych na Qt. Obsługuje kilka różnych wtyzek, w tym
+HSpell, ASpell i HUNSPELL.
+
+Pozwala automatycznie wykrywać język w oparciu o połączenie
+różnych algorytmów.
+
+Najprostszy sposób użycia Sonneta w aplikacji to użycie klasy
+SpellCheckDecorator w obiekcie QTextEdit.
+
+%package devel
+Summary:	Header files for %{kfname} development
+Summary(pl.UTF-8):	Pliki nagłówkowe dla programistów używających %{kfname}
+Group:		X11/Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	Qt6Core-devel >= %{qtver}
+
+%description devel
+Header files for %{kfname} development.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe dla programistów używających %{kfname}.
+
+%prep
+%setup -q -n %{kfname}-%{version}
+
+%build
+%cmake -B build \
+	-G Ninja \
+	%{!?with_tests:-DBUILD_TESTING=OFF} \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+
+%ninja_build -C build
+
+%if %{with tests}
+%ninja_build -C build test
+%endif
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%ninja_install -C build
+
+%find_lang %{kfname}6_qt --with-qm --all-name --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files -f %{kfname}6_qt.lang
+%defattr(644,root,root,755)
+%doc README.md
+%attr(755,root,root) %{_bindir}/parsetrigrams6
+%ghost %{_libdir}/libKF6SonnetCore.so.6
+%attr(755,root,root) %{_libdir}/libKF6SonnetCore.so.*.*
+%ghost %{_libdir}/libKF6SonnetUi.so.6
+%attr(755,root,root) %{_libdir}/libKF6SonnetUi.so.*.*
+%dir %{qt6dir}/plugins/kf6/sonnet
+%attr(755,root,root) %{qt6dir}/plugins/kf6/sonnet/sonnet_aspell.so
+%attr(755,root,root) %{qt6dir}/plugins/kf6/sonnet/sonnet_hspell.so
+%attr(755,root,root) %{qt6dir}/plugins/kf6/sonnet/sonnet_hunspell.so
+%attr(755,root,root) %{qt6dir}/plugins/kf6/sonnet/sonnet_voikko.so
+%attr(755,root,root) %{_libdir}/qt6/plugins/designer/sonnet6widgets.so
+%attr(755,root,root) %{_libdir}/qt6/qml/org/kde/sonnet/libsonnetquickplugin.so
+%dir %{_libdir}/qt6/qml/org/kde/sonnet
+%{_libdir}/qt6/qml/org/kde/sonnet/qmldir
+%{_libdir}/qt6/qml/org/kde/sonnet/kde-qmlmodule.version
+%{_libdir}/qt6/qml/org/kde/sonnet/sonnetquickplugin.qmltypes
+%{_datadir}/qlogging-categories6/sonnet.categories
+%{_datadir}/qlogging-categories6/sonnet.renamecategories
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/KF6/SonnetCore
+%{_includedir}/KF6/SonnetUi
+%{_includedir}/KF6/Sonnet
+%{_libdir}/cmake/KF6Sonnet
+%{_libdir}/libKF6SonnetCore.so
+%{_libdir}/libKF6SonnetUi.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf6-sonnet.git/commitdiff/0c8b540b130afa229c4bd6628d83a3f25165de94



More information about the pld-cvs-commit mailing list