From df0435d5d6182434094ac14f7591660c8a8f9c10 Mon Sep 17 00:00:00 2001 From: djurban Date: Mon, 24 May 2004 19:26:19 +0000 Subject: [PATCH] - remove orange and yellow, due to missing png's instead of yellow/orange we have another two pink cursors tried to make png's from xcf sources but not every xcf has the corresponding orange/yellow layer mainly the animated cursors dont what would be a bug (imagine a yellow pointer change to pink hand cursor) Changed files: XcursorTheme-Neverhood.spec -> 1.3 --- XcursorTheme-Neverhood.spec | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/XcursorTheme-Neverhood.spec b/XcursorTheme-Neverhood.spec index 45a0aae..733c940 100644 --- a/XcursorTheme-Neverhood.spec +++ b/XcursorTheme-Neverhood.spec @@ -2,7 +2,7 @@ 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 +Release: 2 License: GPL Group: Themes Source0: http://www.kde-look.org/content/files/11359-neverhoodDesktop.tar.gz @@ -27,10 +27,6 @@ jakoby kursory chwia cd neverhoodCursor/src %{__make} \ COLOR=Pink -%{__make} \ - COLOR=Yellow -%{__make} \ - COLOR=Orange %install rm -rf $RPM_BUILD_ROOT @@ -38,17 +34,9 @@ cd neverhoodCursor/src %{__make} install \ COLOR=Pink \ INSTALLDIR=$RPM_BUILD_ROOT%{_iconsdir}/neverhoodPink/cursors -%{__make} install \ - COLOR=Yellow \ - INSTALLDIR=$RPM_BUILD_ROOT%{_iconsdir}/neverhoodYellow/cursors -%{__make} install \ - COLOR=Orange \ - INSTALLDIR=$RPM_BUILD_ROOT%{_iconsdir}/neverhoodOrange/cursors - + Z="`/bin/pwd`" -colors="Yellow \ -Pink \ -Orange" +colors="Pink" for i in $colors; do cd $RPM_BUILD_ROOT%{_iconsdir}/neverhood$i/cursors -- 2.44.0