]> git.pld-linux.org Git - packages/XcursorTheme-pearlgrey.git/blob - XcursorTheme-pearlgrey.spec
- tabs in preamble
[packages/XcursorTheme-pearlgrey.git] / XcursorTheme-pearlgrey.spec
1 %define         _name pearlgrey
2 Summary:        A simple, small and crispy grey cursor theme
3 Summary(pl.UTF-8):      Prosty, mały i szary motyw kursorów
4 Name:           XcursorTheme-%{_name}
5 Version:        1.0
6 Release:        1
7 License:        GPL
8 Group:          Themes
9 Source0:        http://www.kde-look.org/content/files/11313-%{_name}-%{version}.tar.gz
10 # Source0-md5:  c9aee12d90d33efa08b9d724fcb0cec8
11 URL:            http://www.kde-look.org/content/show.php?content=11313
12 BuildRequires:  XFree86 >= 4.3
13 Requires:       XFree86 >= 4.3
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This theme contains simple, clear, grey and very usable cursors.
19
20 %description -l pl.UTF-8
21 Ten motyw zawiera proste, wyraźne, szare i bardzo funkcjonalne
22 kursory.
23
24 %prep
25 %setup -q -n %{_name}-%{version}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
30 cp -df pearlgrey/cursors/*  $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
31 echo "[Icon Theme]" > $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
32 echo "Name = pearlgrey" >> $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
33 echo "Comment = A simple, small and crispy grey cursor theme" >> $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %{_iconsdir}/%{_name}
This page took 0.07741 seconds and 3 git commands to generate.