]> git.pld-linux.org Git - SPECS.git/blob - kde-splash-safari.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / kde-splash-safari.spec
1
2 %define         _splash         safari
3
4 Summary:        KDE splash screen
5 Summary(pl.UTF-8):      Ekran startowy KDE
6 Name:           kde-splash-%{_splash}
7 Version:        0.2
8 Release:        2
9 License:        GPL
10 Group:          X11/Amusements
11 #Source0:       http://www.kde-look.org/content/download.php?content=12824&id=1
12 Source0:        http://www.kde-look.org/content/files/12824-safari.02.tar.gz
13 # Source0-md5:  e969ec23aaeb71f8660f2497ff236288
14 Source1:        %{name}-Theme.rc
15 Source2:        %{name}-Preview.png
16 URL:            http://www.kde-look.org/content/show.php?content=12824
17 Provides:       kde-splash
18 Requires:       kdebase-desktop >= 9:3.2.0
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 If you are dreaming of safari, you will surely like this splash screen.
24
25 %description -l pl.UTF-8
26 Jeżeli marzysz o safari, z pewnością polubisz ten ekran startowy.
27
28 %prep
29 %setup -q -c %{_splash} -n %{_splash}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}
34 install pics/*.png $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}
35 install %{SOURCE1} \
36     $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}/Theme.rc
37 install %{SOURCE2} \
38     $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}/Preview.png
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %{_datadir}/apps/ksplash/Themes/%{_splash}
This page took 1.157518 seconds and 3 git commands to generate.