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