[Xfce4-commits] [xfce/xfce4-session] 01/01: Add symlinks to the old icons (Bug #11513)
noreply at xfce.org
noreply at xfce.org
Sat Feb 14 14:24:31 CET 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfce4-session.
commit 1852ede5b76c12b91af759c37ee52a2dcc89a971
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Sat Feb 14 16:04:59 2015 +0300
Add symlinks to the old icons (Bug #11513)
This patch adds symlinks so anything referencing the old icons
still works.
---
icons/48x48/Makefile.am | 7 ++++++-
icons/48x48/xfsm-hibernate.png | 1 +
icons/48x48/xfsm-logout.png | 1 +
icons/48x48/xfsm-reboot.png | 1 +
icons/48x48/xfsm-shutdown.png | 1 +
icons/48x48/xfsm-suspend.png | 1 +
icons/scalable/Makefile.am | 3 ++-
icons/scalable/xfsm-shutdown.svg | 1 +
8 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am
index 1618b6e..c6f7e21 100644
--- a/icons/48x48/Makefile.am
+++ b/icons/48x48/Makefile.am
@@ -6,6 +6,11 @@ icons_DATA = \
system-log-out.png \
system-reboot.png \
system-shutdown.png \
- system-suspend.png
+ system-suspend.png \
+ xfsm-hibernate.png \
+ xfsm-logout.png \
+ xfsm-reboot.png \
+ xfsm-shutdown.png \
+ xfsm-suspend.png
EXTRA_DIST = $(icons_DATA)
diff --git a/icons/48x48/xfsm-hibernate.png b/icons/48x48/xfsm-hibernate.png
new file mode 120000
index 0000000..8a12783
--- /dev/null
+++ b/icons/48x48/xfsm-hibernate.png
@@ -0,0 +1 @@
+system-hibernate.png
\ No newline at end of file
diff --git a/icons/48x48/xfsm-logout.png b/icons/48x48/xfsm-logout.png
new file mode 120000
index 0000000..b4ea7ad
--- /dev/null
+++ b/icons/48x48/xfsm-logout.png
@@ -0,0 +1 @@
+system-log-out.png
\ No newline at end of file
diff --git a/icons/48x48/xfsm-reboot.png b/icons/48x48/xfsm-reboot.png
new file mode 120000
index 0000000..84b781b
--- /dev/null
+++ b/icons/48x48/xfsm-reboot.png
@@ -0,0 +1 @@
+system-reboot.png
\ No newline at end of file
diff --git a/icons/48x48/xfsm-shutdown.png b/icons/48x48/xfsm-shutdown.png
new file mode 120000
index 0000000..d346f8b
--- /dev/null
+++ b/icons/48x48/xfsm-shutdown.png
@@ -0,0 +1 @@
+system-shutdown.png
\ No newline at end of file
diff --git a/icons/48x48/xfsm-suspend.png b/icons/48x48/xfsm-suspend.png
new file mode 120000
index 0000000..5af38d4
--- /dev/null
+++ b/icons/48x48/xfsm-suspend.png
@@ -0,0 +1 @@
+system-suspend.png
\ No newline at end of file
diff --git a/icons/scalable/Makefile.am b/icons/scalable/Makefile.am
index 428c525..61d65ab 100644
--- a/icons/scalable/Makefile.am
+++ b/icons/scalable/Makefile.am
@@ -1,6 +1,7 @@
iconsdir = $(datadir)/icons/hicolor/scalable/apps
icons_DATA = \
xfce4-session.svg \
- system-shutdown.svg
+ system-shutdown.svg \
+ xfsm-shutdown.svg
EXTRA_DIST = $(icons_DATA)
diff --git a/icons/scalable/xfsm-shutdown.svg b/icons/scalable/xfsm-shutdown.svg
new file mode 120000
index 0000000..014e333
--- /dev/null
+++ b/icons/scalable/xfsm-shutdown.svg
@@ -0,0 +1 @@
+system-shutdown.svg
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list