summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS5
-rw-r--r--configure.ac1
-rw-r--r--data/icons/256x256/Makefile.am11
-rw-r--r--data/icons/256x256/cheese.pngbin0 -> 32095 bytes
-rw-r--r--data/icons/Makefile.am2
-rw-r--r--data/wscript_build2
6 files changed, 17 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index cbd658d6..bf69f649 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 1c98da16..d7863c9e 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 00000000..d750684d
--- /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 00000000..07fc7c14
--- /dev/null
+++ b/data/icons/256x256/cheese.png
Binary files differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 02873848..641c1775 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 97d48ec3..0596e876 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')