]> git.pld-linux.org Git - packages/XcursorTheme-justgreen.git/commitdiff
- new just* cursors AC-branch AC-STABLE auto/ac/XcursorTheme-justgreen-0_1a-1
authordjurban <djurban@pld-linux.org>
Mon, 24 May 2004 18:32:47 +0000 (18:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  http://www.kde-look.org/content/pre1/10163-{1,2,3}.jpg

Changed files:
    XcursorTheme-justgreen.spec -> 1.1

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

diff --git a/XcursorTheme-justgreen.spec b/XcursorTheme-justgreen.spec
new file mode 100644 (file)
index 0000000..21313f1
--- /dev/null
@@ -0,0 +1,37 @@
+%define                _name justgreen
+Summary:       X11 cursor theme - justgreen
+Summary(pl):   Notyw kursorów dla X11 - justgreen
+Name:          XcursorTheme-%{_name}
+Version:       0.1a
+Release:       1
+License:       GPL
+Group:         Themes
+Source0:       http://www.kde-look.org/content/files/10500-%{_name}-%{version}.tar.bz2
+# Source0-md5: 5baec2e85980a292310a045e3ef597f1
+URL:           http://www.kde-look.org/content/show.php?content=10500
+BuildRequires: XFree86 >= 4.3
+BuildArch:     noarch
+Requires:      XFree86 >= 4.3
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A gradiented, green/gray cursor theme.
+
+%description -l pl
+Zielono-szary motyw kursorów z gradientem.
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_iconsdir}
+%{__tar} xfj %{SOURCE0} -C $RPM_BUILD_ROOT%{_iconsdir}/
+mv -f  $RPM_BUILD_ROOT%{_iconsdir}/%{_name}{-%{version},}
+rm -rf $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/{*.sh,sshot}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_iconsdir}/%{_name}
This page took 0.061648 seconds and 4 git commands to generate.