]> git.pld-linux.org Git - packages/XcursorTheme-CursorCraft.git/commitdiff
- a cursor theme based on Starcraft cursors
authordjurban <djurban@pld-linux.org>
Sun, 23 May 2004 12:31:42 +0000 (12:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  http://www.kde-look.org/content/pre3/5377-3.png

Changed files:
    XcursorTheme-CursorCraft.spec -> 1.1

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

diff --git a/XcursorTheme-CursorCraft.spec b/XcursorTheme-CursorCraft.spec
new file mode 100644 (file)
index 0000000..b43d560
--- /dev/null
@@ -0,0 +1,46 @@
+%define                _name CursorCraft
+Summary:       A cursor theme based on cursors from Starcraft game.
+Summary(pl):   Motyw kursorów oparty na kursorach z gry Starcraft.
+Name:          XcursorTheme-%{_name}
+Version:       0.2
+Release:       1
+License:       Free for noncommercial use
+Group:         Themes
+Source0:       http://www.kde-look.org/content/files/5377-%{_name}-%{version}.tar.bz2
+# Source0-md5: 20eb545c823ce14bf9b85eb755543b0e
+URL:           http://www.kde-look.org/content/show.php?content=5377
+BuildRequires: XFree86 >= 4.3
+Buildarch:     noarch
+Requires:      XFree86 >= 4.3
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Green, future-looking cursors resembling the ones from Starcraft.
+
+%description -l pl
+Zielone kursory podobne do tych z gry Starcraft.
+
+%prep
+%setup -q -n %{_name}-%{version}
+
+%build
+head -n 42 install.sh > build.sh
+chmod +x ./build.sh
+./build.sh
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+install -d $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
+cp -df ./cursors/*  $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors/
+
+echo "[Icon Theme]" > $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
+echo "Name = CursorCraft" >> $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
+echo "Comment = A cursor theme inspired from the Starcraft game" >> $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_iconsdir}/%{_name}
This page took 0.068524 seconds and 4 git commands to generate.