]> git.pld-linux.org Git - packages/ka5-kontact.git/blame - ka5-kontact.spec
- updated to 18.12.0
[packages/ka5-kontact.git] / ka5-kontact.spec
CommitLineData
3afc98c6
WF
1%define kdeappsver 18.12.0
2%define qtver 5.9.0
3%define kaname kontact
4Summary: kontact
5Name: ka5-%{kaname}
6Version: 18.12.0
7Release: 1
8License: GPL v2+/LGPL v2.1+
9Group: X11/Applications
10Source0: http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
11# Source0-md5: aca8ba0fcb88a91757523f93079bc9c7
12URL: http://www.kde.org/
13BuildRequires: Qt5Core-devel >= %{qtver}
14BuildRequires: Qt5DBus-devel
15BuildRequires: Qt5Gui-devel >= 5.11.1
16BuildRequires: Qt5Network-devel >= 5.11.1
17BuildRequires: Qt5Positioning-devel >= 5.11.1
18BuildRequires: Qt5PrintSupport-devel >= 5.11.1
19BuildRequires: Qt5Qml-devel >= 5.11.1
20BuildRequires: Qt5Quick-devel >= 5.11.1
21BuildRequires: Qt5WebChannel-devel >= 5.11.1
22BuildRequires: Qt5WebEngine-devel
23BuildRequires: Qt5Widgets-devel
24BuildRequires: cmake >= 2.8.12
25BuildRequires: gettext-devel
26BuildRequires: ka5-akonadi-devel >= 18.12.0
27BuildRequires: ka5-grantleetheme-devel >= 18.12.0
28BuildRequires: ka5-kdepim-apps-libs-devel >= 18.12.0
29BuildRequires: ka5-kontactinterface-devel >= 18.12.0
30BuildRequires: ka5-kpimtextedit-devel >= 18.12.0
31BuildRequires: ka5-libkdepim-devel >= 18.12.0
32BuildRequires: kf5-extra-cmake-modules >= 5.51.0
33BuildRequires: kf5-kcmutils-devel >= 5.51.0
34BuildRequires: kf5-kcrash-devel >= 5.51.0
35BuildRequires: kf5-kdbusaddons-devel >= 5.51.0
36BuildRequires: kf5-kdoctools-devel >= 5.51.0
37BuildRequires: kf5-kiconthemes-devel >= 5.51.0
38BuildRequires: kf5-kwindowsystem-devel >= 5.51.0
39BuildRequires: qt5-build >= %{qtver}
40BuildRequires: rpmbuild(macros) >= 1.164
41BuildRequires: shared-mime-info
42BuildRequires: tar >= 1:1.22
43BuildRequires: xz
44BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
45
46%description
47Kontact is the integrated solution to your personal information
48management (PIM) needs. It combines well-known KDE applications like
49KMail, KOrganizer and KAddressBook into a single interface to provide
50easy access to mail, scheduling, address book and other PIM
51functionality.
52
53%prep
54%setup -q -n %{kaname}-%{version}
55
56%build
57install -d build
58cd build
59%cmake \
60 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
61 ..
62%{__make}
63
64%install
65rm -rf $RPM_BUILD_ROOT
66%{__make} -C build install \
67 DESTDIR=$RPM_BUILD_ROOT
68
69%find_lang %{kaname} --all-name --with-kde
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74%post -p /sbin/ldconfig
75%postun -p /sbin/ldconfig
76
77%files -f %{kaname}.lang
78%defattr(644,root,root,755)
79/etc/xdg/kontact.categories
80/etc/xdg/kontact.renamecategories
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
94%{_datadir}/kconf_update/kontact-15.08-kickoff.sh
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
This page took 0.399006 seconds and 4 git commands to generate.