]> git.pld-linux.org Git - packages/XcursorTheme-A1.git/commitdiff
- new http://www.kde-look.org/content/pre1/12651-1.png
authordjurban <djurban@pld-linux.org>
Mon, 24 May 2004 17:59:13 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XcursorTheme-A1.spec -> 1.1

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

diff --git a/XcursorTheme-A1.spec b/XcursorTheme-A1.spec
new file mode 100644 (file)
index 0000000..93b1b1e
--- /dev/null
@@ -0,0 +1,40 @@
+%define                _name A1
+Summary:       X11 cursor theme - A1
+Summary(pl):   Motyw kursorów dla X11 - A1
+Name:          XcursorTheme-%{_name}
+Version:       0.3
+Release:       1
+License:       GPL
+Group:         Themes
+Source0:       http://www.kde-look.org/content/files/12651-A-1.tar.gz
+# Source0-md5: 9eb747663e962463eac4f34b56658165
+URL:           http://www.kde-look.org/content/show.php?content=12651
+BuildRequires: XFree86 >= 4.3
+BuildArch:     noarch
+Requires:      XFree86 >= 4.3
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A blue/white aqua-like cursor theme.
+
+%description -l pl
+Bia³o-niebieski aquopodobny motyw kursorów.
+
+%prep
+%setup -q -n %{_name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_iconsdir}
+%{__tar} xfz %{SOURCE0} -C $RPM_BUILD_ROOT%{_iconsdir}/
+rm -f $RPM_BUILD_ROOT%{_iconsdir}/README
+echo "[Icon Theme]" > $RPM_BUILD_ROOT%{_iconsdir}/A-1/index.theme
+echo "Name = A-1" >> $RPM_BUILD_ROOT%{_iconsdir}/A-1/index.theme
+echo "Comment = A blue/white aqua-like cursor theme." >> $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_iconsdir}/A1
This page took 0.091718 seconds and 4 git commands to generate.