]> git.pld-linux.org Git - packages/XcursorTheme-jaguarx.git/blob - XcursorTheme-jaguarx.spec
- tabs in preamble
[packages/XcursorTheme-jaguarx.git] / XcursorTheme-jaguarx.spec
1 %define         _name jaguarx
2 Summary:        X11 cursor theme - jaguarx
3 Summary(pl.UTF-8):      Notyw kursorów dla X11 - jaguarx
4 Name:           XcursorTheme-%{_name}
5 Version:        1.0
6 Release:        1
7 License:        Artistic 2.0
8 Group:          Themes
9 Source0:        http://www.kde-look.org/content/files/6679-%{_name}.tar.bz2
10 # Source0-md5:  02aa1e61363a5940ae952a64dc098d71
11 URL:            http://www.kde-look.org/content/show.php?content=6679
12 BuildRequires:  XFree86 >= 4.3
13 BuildArch:      noarch
14 Requires:       XFree86 >= 4.3
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This theme consists of a black pointer cursor and other colorful
19 cursors. They look like the default X11 theme with a smooth drop
20 shadow. The color wheel makes it fit nicely into more colorful themes
21 while maintaining a serious look.
22
23 %description -l pl.UTF-8
24 Ten motyw składa się z czarnego kursora wskazującego oraz pozostałych
25 kolorowych kursorów. Wspólnie przypominają domyślny motyw X11 z
26 dodanym cieniem. Kolorowe koło, będące elementem motywu, sprawia, że
27 pasuje on również do bardziej kolorowych styli, nie tracąc przy tym
28 poważnego wyglądu.
29
30 %prep
31 %setup -q -n %{_name}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
36 cp -df cursors/*  $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
37 echo "[Icon Theme]" > $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
38 echo "Name = jaguarx" >> $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
39 echo "Comment = Clear, animated, X11 default-alike theme with a shadow." >> $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %{_iconsdir}/%{_name}
This page took 0.053168 seconds and 3 git commands to generate.