]> git.pld-linux.org Git - packages/XcursorTheme-Jimmac.git/commitdiff
- new theme based on Jimmac's cursors
authordjurban <djurban@pld-linux.org>
Sun, 23 May 2004 12:56:33 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  http://www.kde-look.org/content/pre1/6550-1.png

Changed files:
    XcursorTheme-Jimmac.spec -> 1.1

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

diff --git a/XcursorTheme-Jimmac.spec b/XcursorTheme-Jimmac.spec
new file mode 100644 (file)
index 0000000..f9d48af
--- /dev/null
@@ -0,0 +1,39 @@
+%define                _name Jimmac
+Summary:       A cursor theme by Jimmac (GNOME's main artist).
+Summary(pl):   Motyw kursorów autorstwa Jimmaca (g³ówny grafik GNOME).
+Name:          XcursorTheme-%{_name}
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Themes
+Source0:       http://www.kde-look.org/content/files/6550-%{_name}.tar.gz
+# Source0-md5: 46fb39d5e176dfc3bfa2c65743301f03
+URL:           http://www.kde-look.org/content/show.php?content=6550
+BuildRequires: XFree86 >= 4.3
+Buildarch:     noarch
+Requires:      XFree86 >= 4.3
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A professional, white cursor theme with thin black outlines.
+
+%description -l pl
+Profesjonalny, bia³y motyw kursorów z cienkimi, czarnymi brzegami.
+
+%prep
+%setup -q -n %{_name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
+cp -df jimmac/cursors/*  $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
+echo "[Icon Theme]" > $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
+echo "Name = Jimmac" >> $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
+echo "Comment = A cursor theme by Jimmac (GNOME's main artist)" >> $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.062561 seconds and 4 git commands to generate.