]> git.pld-linux.org Git - packages/XcursorTheme-Neverhood.git/commitdiff
- remove orange and yellow, due to missing png's instead of yellow/orange we have... AC-branch AC-STABLE auto/ac/XcursorTheme-Neverhood-1_0-2
authordjurban <djurban@pld-linux.org>
Mon, 24 May 2004 19:26:19 +0000 (19:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  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

index 45a0aaee4a0b758782dcd1297be80e1321163875..733c940ac78fa73b0a83b054cca945354eb0b2a1 100644 (file)
@@ -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
This page took 0.080546 seconds and 4 git commands to generate.