package created by autospec [release 0.1.1-1mamba;Tue Jan 25 2011]

This commit is contained in:
Silvan Calarco 2024-01-05 19:34:36 +01:00
parent e48b41e4cd
commit 35f6c76f6d
3 changed files with 57 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# xcursor-transparent-theme
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.

View File

@ -0,0 +1,11 @@
diff -Nru xcursor-transparent-theme-0.1.1.orig//cursors/Makefile.am xcursor-transparent-theme-0.1.1/cursors/Makefile.am
--- xcursor-transparent-theme-0.1.1.orig//cursors/Makefile.am 2003-10-30 13:13:59.000000000 +0100
+++ xcursor-transparent-theme-0.1.1/cursors/Makefile.am 2011-01-25 13:58:20.498256206 +0100
@@ -91,6 +91,6 @@
$(INSTALL_DATA) $(CURSOR_REAL) $(DESTDIR)$(CURSOR_DIR)/
for CURSOR in $(CURSOR_NAMES); do \
echo '-- Installing cursor '$$CURSOR; \
- ln -s $(DESTDIR)$(CURSOR_DIR)/transp $(DESTDIR)$(CURSOR_DIR)/$$CURSOR; \
+ ln -s $(CURSOR_DIR)/transp $(DESTDIR)$(CURSOR_DIR)/$$CURSOR; \
done

View File

@ -0,0 +1,44 @@
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