[packages/ka5-kontact] - updated to 18.12.0

witekfl witekfl at pld-linux.org
Sun Jan 6 13:53:45 CET 2019


commit 3afc98c6f5f2d26bb862763fcc2f0eedf31b180a
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sun Jan 6 13:53:34 2019 +0100

    - updated to 18.12.0

 ka5-kontact.spec | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 99 insertions(+)
---
diff --git a/ka5-kontact.spec b/ka5-kontact.spec
new file mode 100644
index 0000000..a8344d5
--- /dev/null
+++ b/ka5-kontact.spec
@@ -0,0 +1,99 @@
+%define		kdeappsver	18.12.0
+%define		qtver		5.9.0
+%define		kaname		kontact
+Summary:	kontact
+Name:		ka5-%{kaname}
+Version:	18.12.0
+Release:	1
+License:	GPL v2+/LGPL v2.1+
+Group:		X11/Applications
+Source0:	http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
+# Source0-md5:	aca8ba0fcb88a91757523f93079bc9c7
+URL:		http://www.kde.org/
+BuildRequires:	Qt5Core-devel >= %{qtver}
+BuildRequires:	Qt5DBus-devel
+BuildRequires:	Qt5Gui-devel >= 5.11.1
+BuildRequires:	Qt5Network-devel >= 5.11.1
+BuildRequires:	Qt5Positioning-devel >= 5.11.1
+BuildRequires:	Qt5PrintSupport-devel >= 5.11.1
+BuildRequires:	Qt5Qml-devel >= 5.11.1
+BuildRequires:	Qt5Quick-devel >= 5.11.1
+BuildRequires:	Qt5WebChannel-devel >= 5.11.1
+BuildRequires:	Qt5WebEngine-devel
+BuildRequires:	Qt5Widgets-devel
+BuildRequires:	cmake >= 2.8.12
+BuildRequires:	gettext-devel
+BuildRequires:	ka5-akonadi-devel >= 18.12.0
+BuildRequires:	ka5-grantleetheme-devel >= 18.12.0
+BuildRequires:	ka5-kdepim-apps-libs-devel >= 18.12.0
+BuildRequires:	ka5-kontactinterface-devel >= 18.12.0
+BuildRequires:	ka5-kpimtextedit-devel >= 18.12.0
+BuildRequires:	ka5-libkdepim-devel >= 18.12.0
+BuildRequires:	kf5-extra-cmake-modules >= 5.51.0
+BuildRequires:	kf5-kcmutils-devel >= 5.51.0
+BuildRequires:	kf5-kcrash-devel >= 5.51.0
+BuildRequires:	kf5-kdbusaddons-devel >= 5.51.0
+BuildRequires:	kf5-kdoctools-devel >= 5.51.0
+BuildRequires:	kf5-kiconthemes-devel >= 5.51.0
+BuildRequires:	kf5-kwindowsystem-devel >= 5.51.0
+BuildRequires:	qt5-build >= %{qtver}
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRequires:	shared-mime-info
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+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.
+
+%prep
+%setup -q -n %{kaname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+	..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%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)
+/etc/xdg/kontact.categories
+/etc/xdg/kontact.renamecategories
+%attr(755,root,root) %{_bindir}/kontact
+%attr(755,root,root) %ghost %{_libdir}/libkontactprivate.so.5
+%attr(755,root,root) %{_libdir}/libkontactprivate.so.5.*.*
+%attr(755,root,root) %{_libdir}/qt5/plugins/kcm_kontact.so
+%{_desktopdir}/org.kde.kontact.desktop
+%{_datadir}/config.kcfg/kontact.kcfg
+%{_iconsdir}/hicolor/128x128/apps/kontact.png
+%{_iconsdir}/hicolor/16x16/apps/kontact.png
+%{_iconsdir}/hicolor/22x22/apps/kontact.png
+%{_iconsdir}/hicolor/32x32/apps/kontact.png
+%{_iconsdir}/hicolor/48x48/apps/kontact.png
+%{_iconsdir}/hicolor/64x64/apps/kontact.png
+%{_iconsdir}/hicolor/scalable/apps/kontact.svg
+%{_datadir}/kconf_update/kontact-15.08-kickoff.sh
+%{_datadir}/kconf_update/kontact.upd
+%{_datadir}/kservices5/kontactconfig.desktop
+%{_datadir}/messageviewer/about/default/introduction_kontact.html
+%{_datadir}/messageviewer/about/default/loading_kontact.html
+%{_datadir}/metainfo/org.kde.kontact.appdata.xml
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kontact.git/commitdiff/3afc98c6f5f2d26bb862763fcc2f0eedf31b180a



More information about the pld-cvs-commit mailing list