]> git.pld-linux.org Git - packages/XcursorTheme-Neverhood.git/blame - XcursorTheme-Neverhood.spec
- converted to UTF-8
[packages/XcursorTheme-Neverhood.git] / XcursorTheme-Neverhood.spec
CommitLineData
a6adcb36 1Summary: A cursor theme based on cursors from The Neverhood game
89352b15 2Summary(pl.UTF-8): Motyw kursorów oparty na kursorach z gry The Neverhood
831332f4 3Name: XcursorTheme-Neverhood
4Version: 1.0
df0435d5 5Release: 2
831332f4 6License: GPL
7Group: Themes
8Source0: http://www.kde-look.org/content/files/11359-neverhoodDesktop.tar.gz
9# Source0-md5: f72fbc11c38b3a4858f7c784062ea1ad
10URL: http://www.kde-look.org/content/show.php?content=11359
11BuildRequires: XFree86 >= 4.3
831332f4 12Requires: XFree86 >= 4.3
a6adcb36 13BuildArch: noarch
831332f4 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17A plasticine looking cursor theme with a really wobbly feel.
18
89352b15
JR
19%description -l pl.UTF-8
20Motyw kursorów o nietypowym plastelinowym wyglądzie. Sprawia wrażenie
21jakoby kursory się chwiały.
831332f4 22
23%prep
24%setup -q -n neverhoodDesktop
25
26%build
27cd neverhoodCursor/src
a6adcb36
JB
28%{__make} \
29 COLOR=Pink
831332f4 30
31%install
32rm -rf $RPM_BUILD_ROOT
831332f4 33cd neverhoodCursor/src
a6adcb36
JB
34%{__make} install \
35 COLOR=Pink \
36 INSTALLDIR=$RPM_BUILD_ROOT%{_iconsdir}/neverhoodPink/cursors
18376c1f 37
831332f4 38Z="`/bin/pwd`"
df0435d5 39colors="Pink"
831332f4 40for i in $colors;
41do
42cd $RPM_BUILD_ROOT%{_iconsdir}/neverhood$i/cursors
43ln -s hand link
44ln -s fleur move
45ln -s v_double_arrow sb_v_double_arrow
46ln -s h_double_arrow sb_h_double_arrow
47done
48cd "$Z"
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
55%{_iconsdir}/neverhood*
This page took 0.067272 seconds and 4 git commands to generate.