]> git.pld-linux.org Git - packages/ka5-kontact.git/blame - ka5-kontact.spec
- updated to 19.04.1
[packages/ka5-kontact.git] / ka5-kontact.spec
CommitLineData
c5b245cd
WF
1%define kdeappsver 19.04.1
2%define kframever 5.56.0
3afc98c6
WF
3%define qtver 5.9.0
4%define kaname kontact
5Summary: kontact
6Name: ka5-%{kaname}
c5b245cd 7Version: 19.04.1
3afc98c6
WF
8Release: 1
9License: GPL v2+/LGPL v2.1+
10Group: X11/Applications
11Source0: http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
c5b245cd 12# Source0-md5: 553af480ada02878bd871981bea2b014
3afc98c6
WF
13URL: http://www.kde.org/
14BuildRequires: Qt5Core-devel >= %{qtver}
15BuildRequires: Qt5DBus-devel
16BuildRequires: Qt5Gui-devel >= 5.11.1
17BuildRequires: Qt5Network-devel >= 5.11.1
18BuildRequires: Qt5Positioning-devel >= 5.11.1
19BuildRequires: Qt5PrintSupport-devel >= 5.11.1
20BuildRequires: Qt5Qml-devel >= 5.11.1
21BuildRequires: Qt5Quick-devel >= 5.11.1
22BuildRequires: Qt5WebChannel-devel >= 5.11.1
23BuildRequires: Qt5WebEngine-devel
24BuildRequires: Qt5Widgets-devel
25BuildRequires: cmake >= 2.8.12
26BuildRequires: gettext-devel
0cfd155d
WF
27BuildRequires: ka5-akonadi-devel >= %{kdeappsver}
28BuildRequires: ka5-grantleetheme-devel >= %{kdeappsver}
29BuildRequires: ka5-kdepim-apps-libs-devel >= %{kdeappsver}
30BuildRequires: ka5-kontactinterface-devel >= %{kdeappsver}
31BuildRequires: ka5-kpimtextedit-devel >= %{kdeappsver}
32BuildRequires: ka5-libkdepim-devel >= %{kdeappsver}
c5b245cd
WF
33BuildRequires: kf5-extra-cmake-modules >= %{kframever}
34BuildRequires: kf5-kcmutils-devel >= %{kframever}
35BuildRequires: kf5-kcrash-devel >= %{kframever}
36BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
37BuildRequires: kf5-kdoctools-devel >= %{kframever}
38BuildRequires: kf5-kiconthemes-devel >= %{kframever}
39BuildRequires: kf5-kwindowsystem-devel >= %{kframever}
0cfd155d 40BuildRequires: ninja
3afc98c6
WF
41BuildRequires: qt5-build >= %{qtver}
42BuildRequires: rpmbuild(macros) >= 1.164
43BuildRequires: shared-mime-info
44BuildRequires: tar >= 1:1.22
45BuildRequires: xz
46BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
47
48%description
49Kontact is the integrated solution to your personal information
50management (PIM) needs. It combines well-known KDE applications like
51KMail, KOrganizer and KAddressBook into a single interface to provide
52easy access to mail, scheduling, address book and other PIM
53functionality.
54
55%prep
56%setup -q -n %{kaname}-%{version}
57
58%build
59install -d build
60cd build
61%cmake \
0cfd155d 62 -G Ninja \
c5b245cd 63 -DHTML_INSTALL_DIR=%{_kdedocdir} \
3afc98c6
WF
64 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
65 ..
0cfd155d 66%ninja_build
3afc98c6
WF
67
68%install
69rm -rf $RPM_BUILD_ROOT
0cfd155d 70%ninja_install -C build
3afc98c6
WF
71
72%find_lang %{kaname} --all-name --with-kde
73
74%clean
75rm -rf $RPM_BUILD_ROOT
76
77%post -p /sbin/ldconfig
78%postun -p /sbin/ldconfig
79
80%files -f %{kaname}.lang
81%defattr(644,root,root,755)
82/etc/xdg/kontact.categories
83/etc/xdg/kontact.renamecategories
84%attr(755,root,root) %{_bindir}/kontact
85%attr(755,root,root) %ghost %{_libdir}/libkontactprivate.so.5
86%attr(755,root,root) %{_libdir}/libkontactprivate.so.5.*.*
87%attr(755,root,root) %{_libdir}/qt5/plugins/kcm_kontact.so
88%{_desktopdir}/org.kde.kontact.desktop
89%{_datadir}/config.kcfg/kontact.kcfg
90%{_iconsdir}/hicolor/128x128/apps/kontact.png
91%{_iconsdir}/hicolor/16x16/apps/kontact.png
92%{_iconsdir}/hicolor/22x22/apps/kontact.png
93%{_iconsdir}/hicolor/32x32/apps/kontact.png
94%{_iconsdir}/hicolor/48x48/apps/kontact.png
95%{_iconsdir}/hicolor/64x64/apps/kontact.png
96%{_iconsdir}/hicolor/scalable/apps/kontact.svg
20b62f37 97%attr(755,root,root) %{_datadir}/kconf_update/kontact-15.08-kickoff.sh
3afc98c6
WF
98%{_datadir}/kconf_update/kontact.upd
99%{_datadir}/kservices5/kontactconfig.desktop
100%{_datadir}/messageviewer/about/default/introduction_kontact.html
101%{_datadir}/messageviewer/about/default/loading_kontact.html
102%{_datadir}/metainfo/org.kde.kontact.appdata.xml
This page took 0.100371 seconds and 4 git commands to generate.