[snappy] Add icons



commit 0489dd76c82562823f073d912adabed87b128e09
Author: Alban Crequy <alban crequy collabora co uk>
Date:   Thu Dec 13 18:10:38 2012 +0000

    Add icons

 configure.ac                   |    3 +++
 data/Makefile.am               |    2 ++
 data/icons/256x256/Makefile.am |    4 ++++
 data/icons/256x256/snappy.png  |  Bin 0 -> 21010 bytes
 data/icons/48x48/Makefile.am   |    4 ++++
 data/icons/48x48/snappy.png    |  Bin 0 -> 2621 bytes
 data/icons/Makefile.am         |    2 ++
 7 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e7a8156..35cdc90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,6 +134,9 @@ dnl keep this alphabetic per directory, please
 AC_CONFIG_FILES([
 Makefile
 data/Makefile
+data/icons/Makefile
+data/icons/256x256/Makefile
+data/icons/48x48/Makefile
 src/Makefile
 ])
 AC_OUTPUT
diff --git a/data/Makefile.am b/data/Makefile.am
index 9ab5a74..9a86ad0 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS = icons
+
 icons_DATA = \
     audio-stream-toggle.png \
     audio-volume-high.png \
diff --git a/data/icons/256x256/Makefile.am b/data/icons/256x256/Makefile.am
new file mode 100644
index 0000000..ba0fe4b
--- /dev/null
+++ b/data/icons/256x256/Makefile.am
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/256x256/apps
+icon_DATA = snappy.png
+
+EXTRA_DIST = $(icon_DATA)
diff --git a/data/icons/256x256/snappy.png b/data/icons/256x256/snappy.png
new file mode 100644
index 0000000..36b2701
Binary files /dev/null and b/data/icons/256x256/snappy.png differ
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am
new file mode 100644
index 0000000..91fc8b8
--- /dev/null
+++ b/data/icons/48x48/Makefile.am
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/48x48/apps
+icon_DATA = snappy.png
+
+EXTRA_DIST = $(icon_DATA)
diff --git a/data/icons/48x48/snappy.png b/data/icons/48x48/snappy.png
new file mode 100644
index 0000000..7b43c8c
Binary files /dev/null and b/data/icons/48x48/snappy.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
new file mode 100644
index 0000000..4698ee0
--- /dev/null
+++ b/data/icons/Makefile.am
@@ -0,0 +1,2 @@
+SUBDIRS = 48x48 256x256
+



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