From: Witold Filipczyk Date: Sun, 6 Jan 2019 12:53:34 +0000 (+0100) Subject: - updated to 18.12.0 X-Git-Tag: auto/th/ka5-kontact-18.12.1-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fka5-kontact.git;a=commitdiff_plain;h=3afc98c6f5f2d26bb862763fcc2f0eedf31b180a - updated to 18.12.0 --- 3afc98c6f5f2d26bb862763fcc2f0eedf31b180a 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