[adwaita-icon-theme] cursors: provide KDE names



commit 0d2418cb59b3de52010cce2caecda75ef32afddd
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Aug 4 14:02:54 2015 +0200

    cursors: provide KDE names
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753219

 Adwaita/cursors/size_all   |    1 +
 Adwaita/cursors/size_bdiag |    1 +
 Adwaita/cursors/size_fdiag |    1 +
 Adwaita/cursors/size_hor   |    1 +
 Adwaita/cursors/size_ver   |    1 +
 src/cursors/pngs/make.sh   |    7 +++++++
 6 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/Adwaita/cursors/size_all b/Adwaita/cursors/size_all
new file mode 120000
index 0000000..147f744
--- /dev/null
+++ b/Adwaita/cursors/size_all
@@ -0,0 +1 @@
+fleur
\ No newline at end of file
diff --git a/Adwaita/cursors/size_bdiag b/Adwaita/cursors/size_bdiag
new file mode 120000
index 0000000..3d249d7
--- /dev/null
+++ b/Adwaita/cursors/size_bdiag
@@ -0,0 +1 @@
+fd_double_arrow
\ No newline at end of file
diff --git a/Adwaita/cursors/size_fdiag b/Adwaita/cursors/size_fdiag
new file mode 120000
index 0000000..a8afe37
--- /dev/null
+++ b/Adwaita/cursors/size_fdiag
@@ -0,0 +1 @@
+bd_double_arrow
\ No newline at end of file
diff --git a/Adwaita/cursors/size_hor b/Adwaita/cursors/size_hor
new file mode 120000
index 0000000..1ffc159
--- /dev/null
+++ b/Adwaita/cursors/size_hor
@@ -0,0 +1 @@
+h_double_arrow
\ No newline at end of file
diff --git a/Adwaita/cursors/size_ver b/Adwaita/cursors/size_ver
new file mode 120000
index 0000000..127e1c0
--- /dev/null
+++ b/Adwaita/cursors/size_ver
@@ -0,0 +1 @@
+v_double_arrow
\ No newline at end of file
diff --git a/src/cursors/pngs/make.sh b/src/cursors/pngs/make.sh
index 7eea5c7..694cc06 100755
--- a/src/cursors/pngs/make.sh
+++ b/src/cursors/pngs/make.sh
@@ -102,6 +102,13 @@ ln -sf    sb_v_double_arrow        2870a09082c103050810ffdffffe0204
 ln -sf    v_double_arrow       00008160000006810000408080010102
 #ln -sf    center_ptr          centre_ptr
 
+#kde cursor names
+ln -sf  fleur             size_all
+ln -sf  fd_double_arrow   size_bdiag
+ln -sf  bd_double_arrow   size_fdiag
+ln -sf  h_double_arrow   size_hor
+ln -sf  v_double_arrow   size_ver
+
 # css cursor names
                               # none
 ln -sf  left_ptr                default



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