]> git.pld-linux.org Git - packages/XcursorTheme-Neverhood.git/commitdiff
- cosmetics/unifications
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 May 2004 12:42:53 +0000 (12:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XcursorTheme-Neverhood.spec -> 1.2

XcursorTheme-Neverhood.spec

index 6405de75a9c5fb50a23e9be4d8509d8082225bf3..45a0aaee4a0b758782dcd1297be80e1321163875 100644 (file)
@@ -1,6 +1,5 @@
-
-Summary:       A cursor theme based on cursors from The Neverhood game.
-Summary(pl):   Motyw kursorów oparty na kursorach z gry The Neverhood.
+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
@@ -10,8 +9,8 @@ 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
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,17 +25,26 @@ jakoby kursory chwia
 
 %build
 cd neverhoodCursor/src
-%{__make} COLOR=Pink
-%{__make} COLOR=Yellow
-%{__make} COLOR=Orange
+%{__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
+%{__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 \
This page took 0.065641 seconds and 4 git commands to generate.