]> git.pld-linux.org Git - packages/kp5-kde-cli-tools.git/blame - kp5-kde-cli-tools.spec
- updated to 5.22.5
[packages/kp5-kde-cli-tools.git] / kp5-kde-cli-tools.spec
CommitLineData
a91c7ac1 1%define kdeplasmaver 5.22.5
1b47ceb5 2%define qtver 5.9.0
b04f0482
AM
3%define kpname kde-cli-tools
4Summary: Tools based on KDE Frameworks 5 to better interact with the system
5Name: kp5-%{kpname}
a91c7ac1 6Version: 5.22.5
b04f0482
AM
7Release: 1
8License: GPL v2+/LGPL v2.1+
9Group: X11/Libraries
10Source0: http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
a91c7ac1 11# Source0-md5: 2cc35501026d39452835808db4dd7712
b04f0482
AM
12URL: http://www.kde.org/
13BuildRequires: Qt5Core-devel >= %{qtver}
14BuildRequires: cmake >= 2.8.12
15BuildRequires: kf5-extra-cmake-modules >= 1.4.0
16BuildRequires: kf5-kcmutils-devel
17BuildRequires: kf5-kconfig-devel
18BuildRequires: kf5-kdelibs4support-devel
19BuildRequires: kf5-kdesu-devel
e044854b 20BuildRequires: kf5-kemoticons-devel
b04f0482
AM
21BuildRequires: kf5-ki18n-devel
22BuildRequires: kf5-kiconthemes-devel
e044854b 23BuildRequires: kf5-kitemmodels-devel
b04f0482 24BuildRequires: kf5-kwindowsystem-devel
9227f9e9
WF
25BuildRequires: kp5-plasma-workspace-devel >= %{version}
26BuildRequires: ninja
b04f0482
AM
27BuildRequires: qt5-build >= %{qtver}
28BuildRequires: rpmbuild(macros) >= 1.164
29BuildRequires: tar >= 1:1.22
30BuildRequires: xz
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34Tools based on KDE Frameworks 5 to better interact with the system.
35
36%prep
37%setup -q -n %{kpname}-%{version}
38
39%build
40install -d build
41cd build
9227f9e9 42%cmake -G Ninja \
b04f0482 43 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
83e42ba2 44 -DHTML_INSTALL_DIR=%{_kdedocdir} \
b04f0482 45 ..
9227f9e9 46%ninja_build
b04f0482
AM
47
48%install
49rm -rf $RPM_BUILD_ROOT
9227f9e9 50%ninja_install -C build
83e42ba2 51rm -rf $RPM_BUILD_ROOT%{_kdedocdir}/{sr,sr@latin}
b04f0482 52
65c2277b 53%find_lang kde-cli-tools --all-name --with-kde
b04f0482
AM
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%post -p /sbin/ldconfig
59%postun -p /sbin/ldconfig
60
61%files -f kde-cli-tools.lang
62%defattr(644,root,root,755)
9a9f6c93 63%attr(755,root,root) %{_bindir}/kbroadcastnotification
b04f0482
AM
64%attr(755,root,root) %{_bindir}/kcmshell5
65%attr(755,root,root) %{_bindir}/kde-open5
66%attr(755,root,root) %{_bindir}/kdecp5
67%attr(755,root,root) %{_bindir}/kdemv5
68%attr(755,root,root) %{_bindir}/keditfiletype5
69%attr(755,root,root) %{_bindir}/kioclient5
70%attr(755,root,root) %{_bindir}/kmimetypefinder5
71%attr(755,root,root) %{_bindir}/kstart5
72%attr(755,root,root) %{_bindir}/ksvgtopng5
73%attr(755,root,root) %{_bindir}/ktraderclient5
d76b3897
WF
74%attr(755,root,root) %{_libexecdir}/kf5/kdeeject
75%attr(755,root,root) %{_libexecdir}/kf5/kdesu
b04f0482
AM
76%attr(755,root,root) %{_libdir}/qt5/plugins/kcm_filetypes.so
77%{_datadir}/kservices5/filetypes.desktop
78%{_mandir}/man1/kdesu.1*
83e42ba2
WF
79%lang(ca) %{_mandir}/ca/man1/kdesu.1*
80%lang(de) %{_mandir}/de/man1/kdesu.1*
81%lang(es) %{_mandir}/es/man1/kdesu.1*
82%lang(et) %{_mandir}/et/man1/kdesu.1*
83%lang(it) %{_mandir}/it/man1/kdesu.1*
84%lang(nb) %{_mandir}/nb/man1/kdesu.1*
85%lang(nl) %{_mandir}/nl/man1/kdesu.1*
86%lang(pt) %{_mandir}/pt/man1/kdesu.1*
87%lang(pt_BR) %{_mandir}/pt_BR/man1/kdesu.1*
88%lang(ru) %{_mandir}/ru/man1/kdesu.1*
89%lang(sr) %{_mandir}/sr/man1/kdesu.1*
90%lang(sv) %{_mandir}/sv/man1/kdesu.1*
91%lang(uk) %{_mandir}/uk/man1/kdesu.1*
92%{_desktopdir}/org.kde.keditfiletype.desktop
93%attr(755,root,root) %{_bindir}/kde-inhibit
94%lang(fr) %{_mandir}/fr/man1/kdesu.1*
This page took 0.071487 seconds and 4 git commands to generate.