]> git.pld-linux.org Git - packages/XcursorTheme-Neverhood.git/blob - XcursorTheme-Neverhood.spec
- new cursor theme based on the neverhood game in 3 colors (pink,orange,yellow)
[packages/XcursorTheme-Neverhood.git] / XcursorTheme-Neverhood.spec
1
2 Summary:        A cursor theme based on cursors from The Neverhood game.
3 Summary(pl):    Motyw kursorów oparty na kursorach z gry The Neverhood.
4 Name:           XcursorTheme-Neverhood
5 Version:        1.0
6 Release:        1
7 License:        GPL
8 Group:          Themes
9 Source0:        http://www.kde-look.org/content/files/11359-neverhoodDesktop.tar.gz
10 # Source0-md5:  f72fbc11c38b3a4858f7c784062ea1ad
11 URL:            http://www.kde-look.org/content/show.php?content=11359
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 A plasticine looking cursor theme with a really wobbly feel.
19
20 %description -l pl
21 Motyw kursorów o nietypowym plastelinowym wygladzie. Sprawia wra¿enie
22 jakoby kursory chwia³y sie.
23
24 %prep
25 %setup -q -n neverhoodDesktop
26
27 %build
28 cd neverhoodCursor/src
29 %{__make} COLOR=Pink
30 %{__make} COLOR=Yellow
31 %{__make} COLOR=Orange
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 # create directories if necessary
36 cd neverhoodCursor/src
37 %{__make} COLOR=Pink INSTALLDIR=$RPM_BUILD_ROOT%{_iconsdir}/neverhoodPink/cursors install
38 %{__make} COLOR=Yellow INSTALLDIR=$RPM_BUILD_ROOT%{_iconsdir}/neverhoodYellow/cursors install
39 %{__make} COLOR=Orange INSTALLDIR=$RPM_BUILD_ROOT%{_iconsdir}/neverhoodOrange/cursors install
40 Z="`/bin/pwd`"
41 colors="Yellow \
42 Pink \
43 Orange"
44 for i in $colors;
45 do
46 cd $RPM_BUILD_ROOT%{_iconsdir}/neverhood$i/cursors
47 ln -s hand link
48 ln -s fleur move
49 ln -s v_double_arrow sb_v_double_arrow
50 ln -s h_double_arrow sb_h_double_arrow
51 done
52 cd "$Z"
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %{_iconsdir}/neverhood*
This page took 0.060457 seconds and 3 git commands to generate.