From 35f6c76f6d81ac7f34c251e26429823cf26f7880 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:34:36 +0100 Subject: [PATCH] package created by autospec [release 0.1.1-1mamba;Tue Jan 25 2011] --- README.md | 2 + ...ransparent-theme-0.1.1-install_links.patch | 11 +++++ xcursor-transparent-theme.spec | 44 +++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 xcursor-transparent-theme-0.1.1-install_links.patch create mode 100644 xcursor-transparent-theme.spec diff --git a/README.md b/README.md index 29e30d3..bb8a024 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/xcursor-transparent-theme-0.1.1-install_links.patch b/xcursor-transparent-theme-0.1.1-install_links.patch new file mode 100644 index 0000000..c20fb14 --- /dev/null +++ b/xcursor-transparent-theme-0.1.1-install_links.patch @@ -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 + diff --git a/xcursor-transparent-theme.spec b/xcursor-transparent-theme.spec new file mode 100644 index 0000000..7b4e90f --- /dev/null +++ b/xcursor-transparent-theme.spec @@ -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 +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 0.1.1-1mamba +- package created by autospec