[rygel] data: Add 128x128 px version of the icons



commit 5658c25685f3d2db94f3078e0070c02512948b23
Author: Jens Georg <mail jensge org>
Date:   Tue Oct 4 11:19:44 2011 +0200

    data: Add 128x128 px version of the icons
    
    https://bugzilla.gnome.org/show_bug.cgi?id=637226

 configure.ac                   |    1 +
 data/icons/128x128/Makefile.am |    4 ++++
 data/icons/128x128/rygel.png   |  Bin 0 -> 23331 bytes
 data/icons/Makefile.am         |    2 +-
 4 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 37a3c46..42f6cd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -202,6 +202,7 @@ data/icons/Makefile
 data/icons/32x32/Makefile
 data/icons/48x48/Makefile
 data/icons/120x120/Makefile
+data/icons/128x128/Makefile
 data/icons/scalable/Makefile
 data/rygel.desktop.in
 data/rygel-preferences.desktop.in
diff --git a/data/icons/128x128/Makefile.am b/data/icons/128x128/Makefile.am
new file mode 100644
index 0000000..c553869
--- /dev/null
+++ b/data/icons/128x128/Makefile.am
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/128x128/apps
+icon_DATA = rygel.png
+
+EXTRA_DIST = $(icon_DATA)
diff --git a/data/icons/128x128/rygel.png b/data/icons/128x128/rygel.png
new file mode 100644
index 0000000..e855d8d
Binary files /dev/null and b/data/icons/128x128/rygel.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 1d38468..f76f9b9 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1 +1 @@
-SUBDIRS = 120x120 48x48 32x32 scalable
+SUBDIRS = 128x128 120x120 48x48 32x32 scalable



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