From 45f705a4d4aeceef20d728a8b22a49ec1065ec69 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 27 Dec 2006 00:08:37 +0000 Subject: [PATCH] - new Changed files: XcursorTheme-transparent.spec -> 1.1 --- XcursorTheme-transparent.spec | 53 +++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 XcursorTheme-transparent.spec diff --git a/XcursorTheme-transparent.spec b/XcursorTheme-transparent.spec new file mode 100644 index 0000000..ff6c378 --- /dev/null +++ b/XcursorTheme-transparent.spec @@ -0,0 +1,53 @@ +Summary: A fully transparent (invisible) X cursor theme +Summary(pl): Ca³kowicie przezroczysty (niewidzialny) motyw kursora X +Name: XcursorTheme-transparent +Version: 0.1.1 +Release: 1 +License: GPL(?) +Group: Themes +Source0: http://projects.o-hand.com/matchbox/sources/utils/xcursor-transparent-theme-%{version}.tar.gz +# Source0-md5: 7b0c623049d4aab20600d6473f8aab23 +Patch0: xcursor-transparent-theme-make.patch +URL: http://projects.o-hand.com/matchbox/ +BuildRequires: autoconf >= 2.50 +BuildRequires: automake +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This package contains a totally transparent X cursor theme. Using +the theme provides an effective and flexible way to hide the X11 +Cursor. This kind of behaviour maybe required on Handheld or embedded +computers running the X Window System. + +%description -l pl +Ten pakiet zawiera ca³kowicie przezroczysty motyw kursora X. U¿ycie +tego motywu daje efektywny i elastyczny sposób ukrycia kursora X11. +Takie zachowanie mo¿e byæ wymagane na komputerach kieszonkowych czy +wbudowanych z dzia³aj±cym systemem X Window. + +%prep +%setup -q -n xcursor-transparent-theme-%{version} +%patch0 -p1 + +%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 +%defattr(644,root,root,755) +%doc README +%{_iconsdir}/xcursor-transparent -- 2.43.0