[Xfce4-commits] <xfce4-timer-plugin:master> Various fixes in preparation of 0.6.4
Kemal Ilgar Eroglu
noreply at xfce.org
Mon Feb 6 18:42:01 CET 2012
Updating branch refs/heads/master
to fd77e536a6a9e62681656bf6de2b897b0587fe1f (commit)
from 194fdc9be990a2975b2065b0a87d2eb445a6af2d (commit)
commit fd77e536a6a9e62681656bf6de2b897b0587fe1f
Author: Kemal Ilgar Eroglu <ilgar_eroglu at yahoo.com>
Date: Mon Feb 6 19:41:38 2012 +0200
Various fixes in preparation of 0.6.4
icons/48x48/Makefile.am | 7 +++++++
icons/48x48/xfce4-timer.png | Bin 0 -> 7081 bytes
icons/Makefile.am | 15 +++++++++++++++
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am
new file mode 100644
index 0000000..1f2825a
--- /dev/null
+++ b/icons/48x48/Makefile.am
@@ -0,0 +1,7 @@
+iconsdir = $(datadir)/icons/hicolor/48x48/apps
+
+icons_DATA = \
+ xfce4-timer.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
diff --git a/icons/48x48/xfce4-timer.png b/icons/48x48/xfce4-timer.png
new file mode 100644
index 0000000..ec0ed69
Binary files /dev/null and b/icons/48x48/xfce4-timer.png differ
diff --git a/icons/Makefile.am b/icons/Makefile.am
new file mode 100644
index 0000000..5d431c0
--- /dev/null
+++ b/icons/Makefile.am
@@ -0,0 +1,15 @@
+SUBDIRS = \
+ 48x48
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+
+install-data-hook:
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. Remember to run:"; \
+ echo "***"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ echo "***"; \
+ fi
More information about the Xfce4-commits
mailing list