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