[cheese] add 256x256 cheese icons, courtesy of ulisse perusin
- From: Daniel G. Siegel <dgsiegel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [cheese] add 256x256 cheese icons, courtesy of ulisse perusin
- Date: Mon, 3 Aug 2009 20:35:42 +0000 (UTC)
commit 06322b3174f0e2daa2d9c787c6bf1ada369da76e
Author: daniel g. siegel <dgsiegel gnome org>
Date: Mon Aug 3 22:35:14 2009 +0200
add 256x256 cheese icons, courtesy of ulisse perusin
AUTHORS | 5 +++--
configure.ac | 1 +
data/icons/256x256/Makefile.am | 11 +++++++++++
data/icons/256x256/cheese.png | Bin 0 -> 32095 bytes
data/icons/Makefile.am | 2 +-
data/wscript_build | 2 +-
6 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index cbd658d..bf69f64 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -24,8 +24,9 @@ the following people contributed to cheese:
- Tommi Vainikainen <thv iki fi>
icon-work
- - cheese icons by Andreas Nilsson <andreas andreasn se>
- and Josef VybÃral <josef vybiral gmail com>,
+ - cheese icons by Andreas Nilsson <andreas andreasn se>,
+ Josef VybÃral <josef vybiral gmail com>,
+ and Ulisse Perusin <ulisail yahoo it>,
published under the GPL
- effect icons by Lapo Calamandrei <calamandrei gmail com>
and Or Dvory <gnudles nana co il>
diff --git a/configure.ac b/configure.ac
index 1c98da1..d7863c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -149,6 +149,7 @@ data/icons/22x22/Makefile
data/icons/24x24/Makefile
data/icons/32x32/Makefile
data/icons/48x48/Makefile
+data/icons/256x256/Makefile
data/icons/scalable/Makefile
data/icons/16x16/actions/Makefile
data/icons/22x22/actions/Makefile
diff --git a/data/icons/256x256/Makefile.am b/data/icons/256x256/Makefile.am
new file mode 100644
index 0000000..d750684
--- /dev/null
+++ b/data/icons/256x256/Makefile.am
@@ -0,0 +1,11 @@
+themedir = $(datadir)/icons/hicolor
+size = 256x256
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ cheese.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
diff --git a/data/icons/256x256/cheese.png b/data/icons/256x256/cheese.png
new file mode 100644
index 0000000..07fc7c1
Binary files /dev/null and b/data/icons/256x256/cheese.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 0287384..641c177 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
diff --git a/data/wscript_build b/data/wscript_build
index 97d48ec..0596e87 100644
--- a/data/wscript_build
+++ b/data/wscript_build
@@ -56,7 +56,7 @@ install_files('PACKAGE_DATADIR', 'pixmaps', 'pixmaps/*.png')
install_files('PACKAGE_DATADIR', 'pixmaps', 'pixmaps/*.svg')
# data/icons
-for i in ["16x16", "22x22", "24x24", "32x32", "48x48"]:
+for i in ["16x16", "22x22", "24x24", "32x32", "48x48", "256x256"]:
install_files('DATADIR', 'icons/hicolor/%s/apps' % i, 'icons/%s/cheese.png' % i)
install_files('DATADIR', 'icons/hicolor/scalable/apps', 'icons/scalable/cheese.svg')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]