]> git.pld-linux.org Git - SPECS.git/blob - kde4-kdebase-artwork.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / kde4-kdebase-artwork.spec
1 %define         _state          stable
2 %define         orgname         kde-base-artwork
3 %define         qtver           4.8.3
4
5 Summary:        K Desktop Environment - base artwork
6 Summary(pl.UTF-8):      K Desktop Environment - podstawowe grafiki itp.
7 Name:           kde4-kdebase-artwork
8 Version:        4.14.3
9 Release:        3
10 License:        LGPL
11 Group:          X11/Applications
12 Source0:        http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
13 # Source0-md5:  7c3e22de2cd389f9c40fe2b6694489ac
14 URL:            http://www.kde.org/
15 BuildRequires:  QtCore-devel >= %{qtver}
16 BuildRequires:  automoc4 >= 0.9.88
17 BuildRequires:  cmake >= 2.8.0
18 BuildRequires:  qt4-build >= %{qtver}
19 BuildRequires:  qt4-qmake >= %{qtver}
20 BuildRequires:  rpmbuild(macros) >= 1.600
21 Obsoletes:      kde4-splash-Default
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Default splashscreen that came with this version of KDE.
26
27 %description -l pl.UTF-8
28 Domyślny ekran powitalny dostarczony w tej wersji KDE.
29
30 %prep
31 %setup -q -n %{orgname}-%{version}
32
33 %build
34 install -d build
35 cd build
36 %cmake \
37         ../
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} -C build install \
45         DESTDIR=$RPM_BUILD_ROOT \
46         kde_htmldir=%{_kdedocdir}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %{_datadir}/apps/ksplash/Themes/Default
This page took 0.318318 seconds and 3 git commands to generate.