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