]> git.pld-linux.org Git - SPECS.git/blob - kde-splash-NWN.spec
SPECS updated Sat 31 Jul 21:27:02 CEST 2021
[SPECS.git] / kde-splash-NWN.spec
1
2 %define         _splash         NWN
3
4 Summary:        KDE splash screen - NWN theme
5 Summary(pl.UTF-8):      Ekran startowy KDE - motyw NWN
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=1706
12 Source0:        http://www.kde-look.org/content/files/13285-nwn_splash.tar.gz
13 # Source0-md5:  73a0298260c579960234a53c97df5a8c
14 Source1:        %{name}-Preview.png
15 Source2:        %{name}-Theme.rc
16 URL:            http://www.kdelook.org/content/download.php?content=13285
17 Requires:       kdebase-desktop >= 9:3.2.0
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 KDE splash screen with Never Winter Nights logo and icons.
23
24 %description -l pl.UTF-8
25 Ekran startowy KDE z logo i ikonami z gry Never Winter Nights.
26
27 %prep
28 %setup -q -n %{version}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}
33
34 cp * $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}
35
36 install %{SOURCE1} \
37     $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}/Preview.png
38
39 install %{SOURCE2} \
40     $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}/Theme.rc
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %{_datadir}/apps/ksplash/Themes/%{_splash}
This page took 0.231582 seconds and 3 git commands to generate.