[packages/ka6-kontact] - updated to 24.02.0

witekfl witekfl at pld-linux.org
Mon Mar 4 18:31:31 CET 2024


commit 518e46135ef7a05d91a45a3de8a42edc418b80d8
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Mon Mar 4 18:31:21 2024 +0100

    - updated to 24.02.0

 ka6-kontact.spec | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 110 insertions(+)
---
diff --git a/ka6-kontact.spec b/ka6-kontact.spec
new file mode 100644
index 0000000..8b280f8
--- /dev/null
+++ b/ka6-kontact.spec
@@ -0,0 +1,110 @@
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+%define		kdeappsver	24.02.0
+%define		kframever	5.94.0
+%define		qtver		5.15.2
+%define		kaname		kontact
+Summary:	kontact
+Name:		ka6-%{kaname}
+Version:	24.02.0
+Release:	1
+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:	e774e1a8d9dcf6ab24144a83a311289e
+URL:		http://www.kde.org/
+BuildRequires:	Qt6Core-devel >= %{qtver}
+BuildRequires:	Qt6DBus-devel
+BuildRequires:	Qt6Gui-devel >= 5.11.1
+BuildRequires:	Qt6Network-devel >= 5.11.1
+BuildRequires:	Qt6Positioning-devel >= 5.11.1
+BuildRequires:	Qt6PrintSupport-devel >= 5.11.1
+BuildRequires:	Qt6Qml-devel >= 5.11.1
+BuildRequires:	Qt6Quick-devel >= 5.11.1
+BuildRequires:	Qt6WebChannel-devel >= 5.11.1
+BuildRequires:	Qt6WebEngine-devel
+BuildRequires:	Qt6Widgets-devel
+BuildRequires:	cmake >= 3.20
+BuildRequires:	gettext-devel
+BuildRequires:	ka6-akonadi-devel >= %{kdeappsver}
+BuildRequires:	ka6-grantleetheme-devel >= %{kdeappsver}
+BuildRequires:	ka6-kontactinterface-devel >= %{kdeappsver}
+BuildRequires:	ka6-kpimtextedit-devel >= %{kdeappsver}
+BuildRequires:	ka6-libkdepim-devel >= %{kdeappsver}
+BuildRequires:	kf6-extra-cmake-modules >= %{kframever}
+BuildRequires:	kf6-kcmutils-devel >= %{kframever}
+BuildRequires:	kf6-kcrash-devel >= %{kframever}
+BuildRequires:	kf6-kdbusaddons-devel >= %{kframever}
+BuildRequires:	kf6-kdoctools-devel >= %{kframever}
+BuildRequires:	kf6-kiconthemes-devel >= %{kframever}
+BuildRequires:	kf6-kwindowsystem-devel >= %{kframever}
+BuildRequires:	ninja
+BuildRequires:	qt6-build >= %{qtver}
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRequires:	shared-mime-info
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+ExcludeArch:	x32
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Kontact is the integrated solution to your personal information
+management (PIM) needs. It combines well-known KDE applications like
+KMail, KOrganizer and KAddressBook into a single interface to provide
+easy access to mail, scheduling, address book and other PIM
+functionality.
+
+%description -l pl.UTF-8
+Kontact jest zintegrowanym rozwiązaniem do zarządzania informacją
+osobistą (PIM). W jego skład wchodzą dobrze znane aplikacje KDE,
+takie jak KMail, KOrganizer i KAddressBook. Mają ujednolicony
+interfejs i dają łatwy dostęp do poczty, listy zadań, książki
+adresowej i innych funkcjonalności PIM.
+
+%prep
+%setup -q -n %{kaname}-%{version}
+
+%build
+%cmake \
+	-B build \
+	-G Ninja \
+	%{!?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
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files -f %{kaname}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/kontact
+%ghost %{_libdir}/libkontactprivate.so.6
+%attr(755,root,root) %{_libdir}/libkontactprivate.so.*.*
+%{_desktopdir}/org.kde.kontact.desktop
+%{_datadir}/config.kcfg/kontact.kcfg
+%{_iconsdir}/hicolor/*x*/apps/kontact.png
+%{_iconsdir}/hicolor/scalable/apps/kontact.svg
+%{_datadir}/messageviewer/about/default/introduction_kontact.html
+%{_datadir}/messageviewer/about/default/loading_kontact.html
+%{_datadir}/metainfo/org.kde.kontact.appdata.xml
+%{_datadir}/dbus-1/services/org.kde.kontact.service
+%{_datadir}/qlogging-categories6/kontact.categories
+%{_datadir}/qlogging-categories6/kontact.renamecategories
+%dir %{_libdir}/qt6/plugins/pim6/kcms/kontact
+%{_libdir}/qt6/plugins/pim6/kcms/kontact/kcm_kontact.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-kontact.git/commitdiff/518e46135ef7a05d91a45a3de8a42edc418b80d8



More information about the pld-cvs-commit mailing list