]> git.pld-linux.org Git - packages/XcursorTheme-pearlgrey.git/commitdiff
- http://www.kde-look.org/content/pre1/11313-1.png (this is getting tiring)
authordjurban <djurban@pld-linux.org>
Sun, 23 May 2004 13:37:38 +0000 (13:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XcursorTheme-pearlgrey.spec -> 1.1

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

diff --git a/XcursorTheme-pearlgrey.spec b/XcursorTheme-pearlgrey.spec
new file mode 100644 (file)
index 0000000..cfb012e
--- /dev/null
@@ -0,0 +1,40 @@
+%define                _name pearlgrey
+Summary:       A simple, small and crispy grey cursor theme
+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/11313-%{_name}-%{version}.tar.gz
+# Source0-md5: c9aee12d90d33efa08b9d724fcb0cec8
+URL:           http://www.kde-look.org/content/show.php?content=11313
+BuildRequires: XFree86 >= 4.3
+BuildArch:     noarch
+Requires:      XFree86 >= 4.3
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This theme contains simple, clear, grey and very usable cursors.
+
+%description -l pl
+Ten motyw zawiera proste, wyra¼ne, szare i bardzo funkcjonalne
+kursory.
+
+%prep
+%setup -q -n %{_name}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
+cp -df pearlgrey/cursors/*  $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
+echo "[Icon Theme]" > $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
+echo "Name = pearlgrey" >> $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
+echo "Comment = A simple, small and crispy grey cursor theme" >> $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.324116 seconds and 4 git commands to generate.