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