]> git.pld-linux.org Git - packages/XcursorTheme-Neverhood.git/commitdiff
- new cursor theme based on the neverhood game in 3 colors (pink,orange,yellow)
authordjurban <djurban@pld-linux.org>
Sun, 23 May 2004 12:17:35 +0000 (12:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  http://www.kde-look.org/content/pre1/11359-1.png

Changed files:
    XcursorTheme-Neverhood.spec -> 1.1

XcursorTheme-Neverhood.spec [new file with mode: 0644]

diff --git a/XcursorTheme-Neverhood.spec b/XcursorTheme-Neverhood.spec
new file mode 100644 (file)
index 0000000..6405de7
--- /dev/null
@@ -0,0 +1,59 @@
+
+Summary:       A cursor theme based on cursors from The Neverhood game.
+Summary(pl):   Motyw kursorów oparty na kursorach z gry The Neverhood.
+Name:          XcursorTheme-Neverhood
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Themes
+Source0:       http://www.kde-look.org/content/files/11359-neverhoodDesktop.tar.gz
+# Source0-md5: f72fbc11c38b3a4858f7c784062ea1ad
+URL:           http://www.kde-look.org/content/show.php?content=11359
+BuildRequires: XFree86 >= 4.3
+Buildarch:     noarch
+Requires:      XFree86 >= 4.3
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A plasticine looking cursor theme with a really wobbly feel.
+
+%description -l pl
+Motyw kursorów o nietypowym plastelinowym wygladzie. Sprawia wra¿enie
+jakoby kursory chwia³y sie.
+
+%prep
+%setup -q -n neverhoodDesktop
+
+%build
+cd neverhoodCursor/src
+%{__make} COLOR=Pink
+%{__make} COLOR=Yellow
+%{__make} COLOR=Orange
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+cd neverhoodCursor/src
+%{__make} COLOR=Pink INSTALLDIR=$RPM_BUILD_ROOT%{_iconsdir}/neverhoodPink/cursors install
+%{__make} COLOR=Yellow INSTALLDIR=$RPM_BUILD_ROOT%{_iconsdir}/neverhoodYellow/cursors install
+%{__make} COLOR=Orange INSTALLDIR=$RPM_BUILD_ROOT%{_iconsdir}/neverhoodOrange/cursors install
+Z="`/bin/pwd`"
+colors="Yellow \
+Pink \
+Orange"
+for i in $colors;
+do
+cd $RPM_BUILD_ROOT%{_iconsdir}/neverhood$i/cursors
+ln -s hand link
+ln -s fleur move
+ln -s v_double_arrow sb_v_double_arrow
+ln -s h_double_arrow sb_h_double_arrow
+done
+cd "$Z"
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_iconsdir}/neverhood*
This page took 0.09244 seconds and 4 git commands to generate.