]> git.pld-linux.org Git - packages/ka5-ktp-call-ui.git/blame - ka5-ktp-call-ui.spec
- updated to 18.12.1; ninja
[packages/ka5-ktp-call-ui.git] / ka5-ktp-call-ui.spec
CommitLineData
3a20f36d 1%define kdeappsver 18.12.1
74c45ed8
WF
2%define qtver 5.9.0
3%define kaname ktp-call-ui
4Summary: ktp-call-ui
5Name: ka5-%{kaname}
3a20f36d 6Version: 18.12.1
74c45ed8
WF
7Release: 1
8License: GPL v2+/LGPL v2.1+
9Group: X11/Applications
10Source0: http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
3a20f36d 11# Source0-md5: e733163a2cb826e350db4f8c9d36cde3
74c45ed8
WF
12URL: http://www.kde.org/
13BuildRequires: Qt5Core-devel >= %{qtver}
14BuildRequires: Qt5Qml-devel
15BuildRequires: Qt5Quick-devel
16BuildRequires: cmake >= 2.8.12
17BuildRequires: gettext-devel
18BuildRequires: ka5-ktp-common-internals-devel
19BuildRequires: kf5-extra-cmake-modules >= 1.7.0
20BuildRequires: kf5-kcmutils-devel
21BuildRequires: kf5-kconfig-devel
22BuildRequires: kf5-kdeclarative-devel
23BuildRequires: kf5-ki18n-devel
24BuildRequires: kf5-kiconthemes-devel
25BuildRequires: kf5-knotifications-devel
26BuildRequires: kf5-kxmlgui-devel
3a20f36d 27BuildRequires: ninja
74c45ed8
WF
28BuildRequires: phonon-qt5-devel
29BuildRequires: qt5-build >= %{qtver}
30BuildRequires: qt5-gstreamer-devel
31BuildRequires: rpmbuild(macros) >= 1.164
32BuildRequires: shared-mime-info
33BuildRequires: tar >= 1:1.22
34BuildRequires: telepathy-qt5-devel
35BuildRequires: xz
36BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38%description
39ktp-call-ui is interacting with telepathy and farstream.
40
41%prep
42%setup -q -n %{kaname}-%{version}
43
44%build
45install -d build
46cd build
47%cmake \
3a20f36d 48 -G Ninja \
74c45ed8
WF
49 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
50 ..
3a20f36d 51%ninja_build
74c45ed8
WF
52
53%install
54rm -rf $RPM_BUILD_ROOT
3a20f36d 55%ninja_install -C build
74c45ed8
WF
56
57%find_lang %{kaname} --all-name --with-kde
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files -f %{kaname}.lang
63%defattr(644,root,root,755)
64%attr(755,root,root) %{_bindir}/ktp-dialout-ui
65%attr(755,root,root) %{_libexecdir}/ktp-call-ui
66%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.CallUi.service
67%{_datadir}/ktp-call-ui
68%{_datadir}/kxmlgui5/ktp-call-ui
69%{_datadir}/telepathy/clients/KTp.CallUi.client
This page took 0.098879 seconds and 4 git commands to generate.