aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-07-08 10:54:08 +0200
committerMattias Andrée <maandree@kth.se>2019-07-08 10:54:08 +0200
commit91fe5ffaf913469e05650d1c24ed15e176b12386 (patch)
treea97fe5cd2539c6d19a587aba7612b042497c9a46
parentRemove old todo (diff)
downloadsimple-icon-theme-91fe5ffaf913469e05650d1c24ed15e176b12386.tar.gz
simple-icon-theme-91fe5ffaf913469e05650d1c24ed15e176b12386.tar.bz2
simple-icon-theme-91fe5ffaf913469e05650d1c24ed15e176b12386.tar.xz
Add icon aliases
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile31
l---------scalable/apps/emacs24.svg1
l---------scalable/apps/emacs25.svg1
l---------scalable/apps/emacs26.svg1
l---------scalable/apps/gnome-characters.svg1
l---------scalable/apps/policytool.svg1
l---------scalable/apps/python-2.6.svg2
l---------scalable/apps/python2.0.svg1
l---------scalable/apps/python2.1.svg1
l---------scalable/apps/python2.2.svg1
l---------scalable/apps/python2.3.svg2
l---------scalable/apps/python2.4.svg2
l---------scalable/apps/python2.5.svg2
l---------scalable/apps/python2.6.svg2
l---------scalable/apps/python2.7.svg2
l---------scalable/apps/python2.svg1
l---------scalable/apps/python3.0.svg2
l---------scalable/apps/python3.1.svg1
l---------scalable/apps/python3.2.svg1
l---------scalable/apps/python3.3.svg1
l---------scalable/apps/python3.4.svg1
l---------scalable/apps/python3.5.svg1
l---------scalable/apps/python3.6.svg1
l---------scalable/apps/python3.7.svg1
l---------scalable/apps/python3.8.svg1
l---------scalable/apps/python3.9.svg1
l---------scalable/apps/python3.svg1
27 files changed, 51 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index 25df2fe..cea82a7 100644
--- a/Makefile
+++ b/Makefile
@@ -202,6 +202,7 @@ ICONS =\
apps/javac\
apps/jconsole\
apps/jshell\
+ apps/policytool\
apps/openjdk\
apps/java5-openjdk\
apps/java6-openjdk\
@@ -302,6 +303,7 @@ ICONS =\
apps/bluetoothradio\
apps/accessories-character-map\
apps/gnome-character-map\
+ apps/gnome-characters\
apps/gucharmap\
apps/kcharselect\
actions/character-set\
@@ -427,13 +429,27 @@ ICONS =\
apps/steam\
apps/python\
apps/ipython\
- apps/python2.3\
- apps/python2.4\
- apps/python2.5\
- apps/python-2.6\
- apps/python2.6\
+ apps/python2\
+ apps/python2.0\
+ apps/python2.1\
+ apps/python2.2\
+ apps/python2.3\
+ apps/python2.4\
+ apps/python2.5\
+ apps/python-2.6\
+ apps/python2.6\
apps/python2.7\
- apps/python3.0\
+ apps/python3\
+ apps/python3.0\
+ apps/python3.1\
+ apps/python3.2\
+ apps/python3.3\
+ apps/python3.4\
+ apps/python3.5\
+ apps/python3.6\
+ apps/python3.7\
+ apps/python3.8\
+ apps/python3.9\
mimetypes/application-x-python-bytecode\
mimetypes/gnome-mime-application-x-python-bytecode\
apps/kega-fusion\
@@ -613,6 +629,9 @@ ICONS =\
apps/xmonad\
apps/emacs\
apps/emacs23\
+ apps/emacs24\
+ apps/emacs25\
+ apps/emacs26\
apps/flash-player-properties\
apps/flash\
apps/adobeflashplugin\
diff --git a/scalable/apps/emacs24.svg b/scalable/apps/emacs24.svg
new file mode 120000
index 0000000..a940c64
--- /dev/null
+++ b/scalable/apps/emacs24.svg
@@ -0,0 +1 @@
+emacs.svg \ No newline at end of file
diff --git a/scalable/apps/emacs25.svg b/scalable/apps/emacs25.svg
new file mode 120000
index 0000000..a940c64
--- /dev/null
+++ b/scalable/apps/emacs25.svg
@@ -0,0 +1 @@
+emacs.svg \ No newline at end of file
diff --git a/scalable/apps/emacs26.svg b/scalable/apps/emacs26.svg
new file mode 120000
index 0000000..a940c64
--- /dev/null
+++ b/scalable/apps/emacs26.svg
@@ -0,0 +1 @@
+emacs.svg \ No newline at end of file
diff --git a/scalable/apps/gnome-characters.svg b/scalable/apps/gnome-characters.svg
new file mode 120000
index 0000000..f04d467
--- /dev/null
+++ b/scalable/apps/gnome-characters.svg
@@ -0,0 +1 @@
+accessories-character-map.svg \ No newline at end of file
diff --git a/scalable/apps/policytool.svg b/scalable/apps/policytool.svg
new file mode 120000
index 0000000..124ab27
--- /dev/null
+++ b/scalable/apps/policytool.svg
@@ -0,0 +1 @@
+java.svg \ No newline at end of file
diff --git a/scalable/apps/python-2.6.svg b/scalable/apps/python-2.6.svg
index 00d4dd1..497bae2 120000
--- a/scalable/apps/python-2.6.svg
+++ b/scalable/apps/python-2.6.svg
@@ -1 +1 @@
-python.svg \ No newline at end of file
+python2.svg \ No newline at end of file
diff --git a/scalable/apps/python2.0.svg b/scalable/apps/python2.0.svg
new file mode 120000
index 0000000..497bae2
--- /dev/null
+++ b/scalable/apps/python2.0.svg
@@ -0,0 +1 @@
+python2.svg \ No newline at end of file
diff --git a/scalable/apps/python2.1.svg b/scalable/apps/python2.1.svg
new file mode 120000
index 0000000..497bae2
--- /dev/null
+++ b/scalable/apps/python2.1.svg
@@ -0,0 +1 @@
+python2.svg \ No newline at end of file
diff --git a/scalable/apps/python2.2.svg b/scalable/apps/python2.2.svg
new file mode 120000
index 0000000..497bae2
--- /dev/null
+++ b/scalable/apps/python2.2.svg
@@ -0,0 +1 @@
+python2.svg \ No newline at end of file
diff --git a/scalable/apps/python2.3.svg b/scalable/apps/python2.3.svg
index 00d4dd1..497bae2 120000
--- a/scalable/apps/python2.3.svg
+++ b/scalable/apps/python2.3.svg
@@ -1 +1 @@
-python.svg \ No newline at end of file
+python2.svg \ No newline at end of file
diff --git a/scalable/apps/python2.4.svg b/scalable/apps/python2.4.svg
index 00d4dd1..497bae2 120000
--- a/scalable/apps/python2.4.svg
+++ b/scalable/apps/python2.4.svg
@@ -1 +1 @@
-python.svg \ No newline at end of file
+python2.svg \ No newline at end of file
diff --git a/scalable/apps/python2.5.svg b/scalable/apps/python2.5.svg
index 00d4dd1..497bae2 120000
--- a/scalable/apps/python2.5.svg
+++ b/scalable/apps/python2.5.svg
@@ -1 +1 @@
-python.svg \ No newline at end of file
+python2.svg \ No newline at end of file
diff --git a/scalable/apps/python2.6.svg b/scalable/apps/python2.6.svg
index 00d4dd1..497bae2 120000
--- a/scalable/apps/python2.6.svg
+++ b/scalable/apps/python2.6.svg
@@ -1 +1 @@
-python.svg \ No newline at end of file
+python2.svg \ No newline at end of file
diff --git a/scalable/apps/python2.7.svg b/scalable/apps/python2.7.svg
index 8e49b23..497bae2 120000
--- a/scalable/apps/python2.7.svg
+++ b/scalable/apps/python2.7.svg
@@ -1 +1 @@
-python2.6.svg \ No newline at end of file
+python2.svg \ No newline at end of file
diff --git a/scalable/apps/python2.svg b/scalable/apps/python2.svg
new file mode 120000
index 0000000..00d4dd1
--- /dev/null
+++ b/scalable/apps/python2.svg
@@ -0,0 +1 @@
+python.svg \ No newline at end of file
diff --git a/scalable/apps/python3.0.svg b/scalable/apps/python3.0.svg
index 00d4dd1..cff7fc9 120000
--- a/scalable/apps/python3.0.svg
+++ b/scalable/apps/python3.0.svg
@@ -1 +1 @@
-python.svg \ No newline at end of file
+python3.svg \ No newline at end of file
diff --git a/scalable/apps/python3.1.svg b/scalable/apps/python3.1.svg
new file mode 120000
index 0000000..cff7fc9
--- /dev/null
+++ b/scalable/apps/python3.1.svg
@@ -0,0 +1 @@
+python3.svg \ No newline at end of file
diff --git a/scalable/apps/python3.2.svg b/scalable/apps/python3.2.svg
new file mode 120000
index 0000000..cff7fc9
--- /dev/null
+++ b/scalable/apps/python3.2.svg
@@ -0,0 +1 @@
+python3.svg \ No newline at end of file
diff --git a/scalable/apps/python3.3.svg b/scalable/apps/python3.3.svg
new file mode 120000
index 0000000..cff7fc9
--- /dev/null
+++ b/scalable/apps/python3.3.svg
@@ -0,0 +1 @@
+python3.svg \ No newline at end of file
diff --git a/scalable/apps/python3.4.svg b/scalable/apps/python3.4.svg
new file mode 120000
index 0000000..cff7fc9
--- /dev/null
+++ b/scalable/apps/python3.4.svg
@@ -0,0 +1 @@
+python3.svg \ No newline at end of file
diff --git a/scalable/apps/python3.5.svg b/scalable/apps/python3.5.svg
new file mode 120000
index 0000000..cff7fc9
--- /dev/null
+++ b/scalable/apps/python3.5.svg
@@ -0,0 +1 @@
+python3.svg \ No newline at end of file
diff --git a/scalable/apps/python3.6.svg b/scalable/apps/python3.6.svg
new file mode 120000
index 0000000..cff7fc9
--- /dev/null
+++ b/scalable/apps/python3.6.svg
@@ -0,0 +1 @@
+python3.svg \ No newline at end of file
diff --git a/scalable/apps/python3.7.svg b/scalable/apps/python3.7.svg
new file mode 120000
index 0000000..cff7fc9
--- /dev/null
+++ b/scalable/apps/python3.7.svg
@@ -0,0 +1 @@
+python3.svg \ No newline at end of file
diff --git a/scalable/apps/python3.8.svg b/scalable/apps/python3.8.svg
new file mode 120000
index 0000000..cff7fc9
--- /dev/null
+++ b/scalable/apps/python3.8.svg
@@ -0,0 +1 @@
+python3.svg \ No newline at end of file
diff --git a/scalable/apps/python3.9.svg b/scalable/apps/python3.9.svg
new file mode 120000
index 0000000..cff7fc9
--- /dev/null
+++ b/scalable/apps/python3.9.svg
@@ -0,0 +1 @@
+python3.svg \ No newline at end of file
diff --git a/scalable/apps/python3.svg b/scalable/apps/python3.svg
new file mode 120000
index 0000000..00d4dd1
--- /dev/null
+++ b/scalable/apps/python3.svg
@@ -0,0 +1 @@
+python.svg \ No newline at end of file