[adwaita-icon-theme] don't symlink hand2 to hand1



commit f1f480b859688cb90d8a653a36698c0ad8bb282c
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon May 23 13:32:59 2016 +0200

    don't symlink hand2 to hand1
    
    based on a patch by
    Lubosz Sarnecki <lubosz sarnecki collabora co uk>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765323

 Makefile.am              |    1 -
 src/cursors/pngs/make.sh |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2947a3f..857853e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -143,7 +143,6 @@ install-data-hook:
                $(LN_S) -f  copy$$cur                   6407b0e94181790501fd1e167b474872$$cur && \
                $(LN_S) -f  cross$$cur                  cross_reverse$$cur && \
                $(LN_S) -f  cross$$cur                  diamond_cross$$cur && \
-               $(LN_S) -f  hand2$$cur                  hand1$$cur && \
                $(LN_S) -f  hand1$$cur                  grab$$cur && \
                $(LN_S) -f  hand2$$cur                  9d800788f1b08800ae810202380a0822$$cur && \
                $(LN_S) -f  hand2$$cur                  e29285e634086352946a0e7090d73106$$cur && \
diff --git a/src/cursors/pngs/make.sh b/src/cursors/pngs/make.sh
index 272aca9..d34a178 100755
--- a/src/cursors/pngs/make.sh
+++ b/src/cursors/pngs/make.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 xcursorgen left_ptr_watch.in ../../../Adwaita/cursors/left_ptr_watch
-#xcursorgen hand1.in ../../../Adwaita/cursors/hand1
+xcursorgen hand1.in ../../../Adwaita/cursors/hand1
 xcursorgen hand2.in ../../../Adwaita/cursors/hand2
 xcursorgen left_ptr.in ../../../Adwaita/cursors/left_ptr
 #xcursorgen center_ptr.in ../../../Adwaita/cursors/center_ptr


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]