]> git.pld-linux.org Git - SPECS.git/blob - kde-splash-Lila.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / kde-splash-Lila.spec
1 %define         _splash         Lila
2
3 Summary:        KDE splash screen
4 Summary(pl.UTF-8):      Ekran startowy KDE
5 Name:           kde-splash-%{_splash}
6 Version:        1.0
7 Release:        1
8 License:        GPL
9 Group:          X11/Amusements
10 #Source0:       http://www.kde-look.org/content/download.php?content=32797&id=1
11 Source0:        http://download.berlios.de/lila-theme/lila-kde-splash-20051222.tar.gz
12 # Source0-md5:  390143c73f258dbfaf42e25022cb106e
13 URL:            http://www.kde-look.org/content/show.php?content=32797
14 Provides:       kde-splash
15 Requires:       kdebase-desktop >= 9:3.2.0
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Nice splash screen in shades of purple. For people who prefer mild
21 colors on their desktop.
22
23 %description -l pl.UTF-8
24 Ładny ekran startowy w odcieniach fioletu. Dla osób preferujących
25 łagodne kolory na swoim pulpicie.
26
27 %prep
28 %setup -q -n %{_splash}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}
33 install * $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %{_datadir}/apps/ksplash/Themes/%{_splash}
This page took 0.084043 seconds and 3 git commands to generate.