45 lines
1.3 KiB
RPMSpec
45 lines
1.3 KiB
RPMSpec
|
Name: xcursor-transparent-theme
|
||
|
Version: 0.1.1
|
||
|
Release: 1mamba
|
||
|
Summary: A totally transparent X11 Cursor theme
|
||
|
Group: Graphical Desktop/Look 'n' feel
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://matchbox-project.org/sources/utils/xcursor-transparent-readme.txt
|
||
|
Source: http://matchbox-project.org/sources/utils/xcursor-transparent-theme-%{version}.tar.gz
|
||
|
Patch0: %{name}-0.1.1-install_links.patch
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildArch: noarch
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
This package contains a totally transparent X11 Cursor theme. Using the theme provides an effective and flexible way to hide the X11 Cursor. This kind of behaviour maybe required on Handheld computers running the X Window System.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
%patch0 -p1
|
||
|
|
||
|
%build
|
||
|
autoreconf
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_datadir}/icons/xcursor-transparent/cursors/*
|
||
|
%doc COPYING README TODO
|
||
|
|
||
|
%changelog
|
||
|
* Tue Jan 25 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.1-1mamba
|
||
|
- package created by autospec
|