]> git.pld-linux.org Git - SPECS.git/blob - ka5-kaccessible.spec
SPECS updated Sat 31 Jul 20:27:02 CEST 2021
[SPECS.git] / ka5-kaccessible.spec
1 %define         kdeappsver      17.08.2
2 %define         qtver           5.3.2
3 %define         kaname          kaccessible
4 Summary:        Kaccessible
5 Name:           ka5-%{kaname}
6 Version:        17.08.2
7 Release:        1
8 License:        GPL v2+/LGPL v2.1+
9 Group:          X11/Libraries
10 Source0:        http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
11 # Source0-md5:  9cb6df5d4a6c6fdcddf568513e09a7b3
12 URL:            http://www.kde.org/
13 BuildRequires:  Qt5Core-devel >= %{qtver}
14 BuildRequires:  cmake >= 2.8.12
15 BuildRequires:  kf5-extra-cmake-modules >= 1.4.0
16 BuildRequires:  qt5-build >= %{qtver}
17 BuildRequires:  rpmbuild(macros) >= 1.164
18 BuildRequires:  shared-mime-info
19 BuildRequires:  tar >= 1:1.22
20 BuildRequires:  xz
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 kaccessible implements a QAccessibleBridgePlugin to provide
25 accessibility services like focus tracking and a screenreader.
26
27 Components;
28 - kaccessibleapp is a dbus activation service that acts as proxy.
29 - kaccessiblebridge will be loaded by the QAccessible framework into
30   each Qt-/KDE-application.
31
32 %prep
33 %setup -q -n %{kaname}-%{version}
34
35 %build
36 install -d build
37 cd build
38 %cmake \
39         -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
40         ..
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 %{__make} -C build install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %attr(755,root,root) %{_libdir}/kde4/libexec/kaccessibleapp
54 %dir %{_libdir}/kde4/plugins/accessiblebridge
55 %attr(755,root,root) %{_libdir}/kde4/plugins/accessiblebridge/kaccessiblebridge.so
56 %{_datadir}/dbus-1/services/org.kde.kaccessible.service
This page took 0.143395 seconds and 3 git commands to generate.