summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2005-08-15 12:17:57 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit3d26371d8a9b3c363f05d8c0b9e6910932a43d94 (patch)
treecd3b2e20bda042944f6b994b3a52b49fbf2f5adb
downloadxorg-data-xcursor-themes-3d26371d8a9b3c363f05d8c0b9e6910932a43d94.zip
xorg-data-xcursor-themes-3d26371d8a9b3c363f05d8c0b9e6910932a43d94.tar.gz
- new try
- all xorg files prefixed with xorg-kind_of_package where kind of package can be seen at http://xorg.freedesktop.org/X11R7.0-RC0/ Changed files: xorg-data-xcursor-themes.spec -> 1.1
-rw-r--r--xorg-data-xcursor-themes.spec98
1 files changed, 98 insertions, 0 deletions
diff --git a/xorg-data-xcursor-themes.spec b/xorg-data-xcursor-themes.spec
new file mode 100644
index 0000000..ee0015b
--- /dev/null
+++ b/xorg-data-xcursor-themes.spec
@@ -0,0 +1,98 @@
+# $Rev: 3431 $, $Date: 2005-08-15 12:17:57 $
+#
+Summary: Cursor themes
+Summary(pl): Motywy kursorów
+Name: xorg-data-xcursor-themes
+Version: 0.99.0
+Release: 0.02
+License: MIT
+Group: Themes
+Source0: http://xorg.freedesktop.org/X11R7.0-RC0/data/xcursor-themes-%{version}.tar.bz2
+# Source0-md5: 70895b66058b37f9c90c9a0f5b26d22c
+URL: http://xorg.freedesktop.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: xorg-util-util-macros
+BuildRequires: pkg-config
+BuildRequires: xorg-app-xcursorgen
+BuildRoot: %{tmpdir}/xcursor-themes-%{version}-root-%(id -u -n)
+
+%description
+Cursor themes.
+
+%description -l pl
+Motywy kursorów.
+
+
+%package -n xcursor-theme-handhelds
+Summary: Cursors Theme "handhelds"
+Summary(pl): Motyw kursorów "handhelds"
+Group: Themes
+
+%description -n xcursor-theme-handhelds
+Cursors theme "handhelds" for X11.
+
+%description -n xcursor-theme-handhelds -l pl
+Motyw kursorów "handhelds" dla X11.
+
+
+%package -n xcursor-theme-redglass
+Summary: Cursors theme "redglass"
+Summary(pl): Motyw kursorów "redglass"
+Group: Themes
+
+%description -n xcursor-theme-redglass
+Cursors theme "redglass" for X11.
+
+%description -n xcursor-theme-redglass -l pl
+Motyw kursorów "redglass" dla X11.
+
+
+%package -n xcursor-theme-whiteglass
+Summary: Cursors theme "whiteglass"
+Summary(pl): Motyw kursorów "whiteglass"
+Group: Themes
+
+%description -n xcursor-theme-whiteglass
+Cursors theme "whiteglass" for X11.
+
+%description -n xcursor-theme-whiteglass -l pl
+Motyw kursorów "whiteglass" dla X11.
+
+
+%prep
+%setup -q -n xcursor-themes-%{version}
+
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files -n xcursor-theme-handhelds
+%defattr(644,root,root,755)
+%{_iconsdir}/handhelds
+
+%files -n xcursor-theme-redglass
+%defattr(644,root,root,755)
+%{_iconsdir}/redglass
+
+%files -n xcursor-theme-whiteglass
+%defattr(644,root,root,755)
+%{_iconsdir}/whiteglass