From fa3c7cfd37e0cc4417d54c780260aea58596e4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 30 Oct 2012 13:14:11 +0100 Subject: [PATCH 2/5] add cursor-theme "xfce-invisible" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- Makefile.am | 1 + configure.ac.in | 2 + cursors/Makefile.am | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++ cursors/invisible | Bin 0 -> 4160 bytes 4 files changed, 97 insertions(+), 0 deletions(-) create mode 100644 cursors/Makefile.am create mode 100644 cursors/invisible diff --git a/Makefile.am b/Makefile.am index 3060bac..3f0dd1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ # $Id$ SUBDIRS = \ + cursors \ dialogs \ xfce4-settings-manager \ xfce4-settings-editor \ diff --git a/configure.ac.in b/configure.ac.in index 0e7907d..1378049 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -157,6 +157,7 @@ dnl *** Optional support for Xcursor *** dnl ************************************ XDT_CHECK_OPTIONAL_PACKAGE([XCURSOR], [xcursor], [1.1.0], [xcursor], [Cursor themes support]) +AC_SUBST(cursordir, "\${datadir}/icons/xfce-invisible/cursors") dnl **************************************** dnl *** Optional support for Libxklavier *** @@ -232,6 +233,7 @@ AC_SUBST([PLATFORM_LDFLAGS]) AC_OUTPUT([ Makefile po/Makefile.in +cursors/Makefile dialogs/Makefile dialogs/appearance-settings/Makefile dialogs/accessibility-settings/Makefile diff --git a/cursors/Makefile.am b/cursors/Makefile.am new file mode 100644 index 0000000..57dd417 --- /dev/null +++ b/cursors/Makefile.am @@ -0,0 +1,94 @@ +CURSOR_NAMES = \ + 00008160000006810000408080010102 \ + 028006030e0e7ebffc7f7070c0600140 \ + 03b6e0fcb3499374a867c041f52298f0 \ + 08e8e1c95fe2fc01f976f1e063a24ccd \ + 14fef782d02440884392942c11205230 \ + 2870a09082c103050810ffdffffe0204 \ + 3ecb610c1bf2410f44200f48c40d3599 \ + 4498f0e0c1937ffe01fd06f973665830 \ + 9d800788f1b08800ae810202380a0822 \ + c7088f0f3e6c8088236ef8e1e3e70000 \ + d9ce0ab605698f320427677b458ad60b \ + e29285e634086352946a0e7090d73106 \ + fcf1c3c7cd4491d801f1e1c78f100000 \ + X_cursor \ + arrow \ + base_arrow_down \ + base_arrow_up \ + based_arrow_down \ + based_arrow_up \ + bd_double_arrow \ + boat \ + bottom_left_corner \ + bottom_right_corner \ + bottom_side \ + bottom_tee \ + center_ptr \ + circle \ + cross \ + cross_reverse \ + crossed_circle \ + crosshair \ + dot \ + dot_box_mask \ + dotbox \ + double_arrow \ + draft_large \ + draft_small \ + draped_box \ + exchange \ + fd_double_arrow \ + fleur \ + gumby \ + h_double_arrow \ + hand \ + hand1 \ + hand2 \ + left_ptr \ + left_ptr_watch \ + left_side \ + left_tee \ + ll_angle \ + lr_angle \ + move \ + pencil \ + pirate \ + plus \ + question_arrow \ + right_ptr \ + right_side \ + right_tee \ + sailboat \ + sb_down_arrow \ + sb_h_double_arrow \ + sb_left_arrow \ + sb_right_arrow \ + sb_up_arrow \ + sb_v_double_arrow \ + shuttle \ + sizing \ + target \ + tcross \ + top_left_arrow \ + top_left_corner \ + top_right_corner \ + top_side \ + top_tee \ + trek \ + ul_angle \ + ur_angle \ + v_double_arrow \ + watch \ + xterm + +EXTRA_DIST = invisible + +install-data-local: + $(mkinstalldirs) $(DESTDIR)@cursordir@; + $(INSTALL_DATA) invisible $(DESTDIR)@cursordir@/ + for CURSOR in $(CURSOR_NAMES); do \ + echo '-- Installing cursor '$$CURSOR; \ + ln -s invisible $(DESTDIR)@cursordir@/$$CURSOR; \ + done + diff --git a/cursors/invisible b/cursors/invisible new file mode 100644 index 0000000000000000000000000000000000000000..ef4d9aadb6dfdd7fd2eec07e4d57babd900e6ad9 GIT binary patch literal 4160 zcmaz@E-eyZ00BlIWME)o`1@Z0NXr1R3KAbArvSx33Ji>3j8S?t1V%$(Gz3ONU^E0q dLtr!nMnhmU1V%$(Gz3ONU^E0qLtt2k003Ri2BZK0 literal 0 HcmV?d00001 -- 1.7.6.5