]> git.pld-linux.org Git - SPECS.git/blob - kde4-kdf.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / kde4-kdf.spec
1 #
2 %define         _state          stable
3 %define         orgname         kdf
4 %define         qtver           4.8.0
5
6 Summary:        K Desktop Environment - KDE Disk space GUI
7 Name:           kde4-kdf
8 Version:        4.14.3
9 Release:        2
10 License:        GPL
11 Group:          X11/Applications
12 Source0:        http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
13 # Source0-md5:  72e58ede8a18e0f4ce7d74321a709606
14 URL:            http://www.kde.org/
15 BuildRequires:  kde4-kdebase-devel >= %{version}
16 Requires:       kde4-kdebase-workspace >= 4.11.4
17 Obsoletes:      kde4-kdeutils-kdf
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This program shows the disk usage of the mounted devices.
22
23 %prep
24 %setup -q -n %{orgname}-%{version}
25
26 %build
27 install -d build
28 cd build
29 %cmake \
30         ..
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} -C build/ install \
37         DESTDIR=$RPM_BUILD_ROOT \
38         kde_htmldir=%{_kdedocdir}
39
40 %find_lang %{orgname} --with-kde
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files -f %{orgname}.lang
46 %defattr(644,root,root,755)
47 %attr(755,root,root) %{_bindir}/kdf
48 %attr(755,root,root) %{_bindir}/kwikdisk
49 %attr(755,root,root) %{_libdir}/kde4/kcm_kdf.so
50 %{_datadir}/kde4/services/kcmdf.desktop
51 %{_datadir}/apps/kdf
52 %{_desktopdir}/kde4/kdf.desktop
53 %{_desktopdir}/kde4/kwikdisk.desktop
54 %{_iconsdir}/*/*/apps/kcmdf.*
55 %{_iconsdir}/*/*/apps/kdf.*
56 %{_iconsdir}/*/*/apps/kwikdisk.*
57 %{_docdir}/kde/HTML/en/kcontrol/blockdevices
This page took 0.107543 seconds and 3 git commands to generate.