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