]> git.pld-linux.org Git - SPECS.git/blob - splashutils-theme-black.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / splashutils-theme-black.spec
1 %define         theme   black
2 Summary:        Splashutils - black theme
3 Summary(pl.UTF-8):      Splashutils - motyw black
4 Name:           splashutils-theme-%{theme}
5 Version:        1
6 Release:        3
7 License:        GPL v2
8 Group:          Themes
9 Source0:        %{name}-%{version}.tar.gz
10 # Source0-md5:  438a012a230ec068bc29c225756999f2
11 Requires:       splashutils
12 Provides:       fbsplash-theme
13 Provides:       splash-theme
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _sysconfdir     /etc/splash
18
19 %description
20 Black PLD theme for splashutils.
21
22 %description -l pl.UTF-8
23 Motyw PLD black do splashutils.
24
25 %prep
26 %setup -q -c
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/%{theme}
32
33 install -d $THEME_DIR/images
34 install %{theme}/*.cfg $THEME_DIR
35 install %{theme}/images/*.jpg $THEME_DIR/images
36
37 ln -sf verbose-640x480.jpg \
38         $RPM_BUILD_ROOT%{_sysconfdir}/%{theme}/images/silent-640x480.jpg
39 ln -sf verbose-800x600.jpg \
40         $RPM_BUILD_ROOT%{_sysconfdir}/%{theme}/images/silent-800x600.jpg
41 ln -sf verbose-1024x768.jpg \
42         $RPM_BUILD_ROOT%{_sysconfdir}/%{theme}/images/silent-1024x768.jpg
43 ln -sf verbose-1280x1024.jpg \
44         $RPM_BUILD_ROOT%{_sysconfdir}/%{theme}/images/silent-1280x1024.jpg
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %{_sysconfdir}/%{theme}
This page took 0.813344 seconds and 3 git commands to generate.