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