summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-02-05 15:29:15 -0500
committerRyan Lortie <desrt@desrt.ca>2012-02-05 15:31:20 -0500
commitd061ad0e5f9877fb075fef59d727b3cb4bb1df99 (patch)
treeb46972fdad26c8caa7791c56e1aed16654ea7457
parent33f32ba175c6192d500ed7081d3cf973e724379a (diff)
downloaddconf-d061ad0e5f9877fb075fef59d727b3cb4bb1df99.tar.gz
editor: do not install non-standard icon sizes
Drop the 14x14 and 92x92 icons. https://bugzilla.gnome.org/show_bug.cgi?id=669154
-rw-r--r--editor/Makefile.am2
-rw-r--r--editor/icons/hicolor/14x14/apps/dconf-editor.pngbin666 -> 0 bytes
-rw-r--r--editor/icons/hicolor/92x92/apps/dconf-editor.pngbin5166 -> 0 bytes
3 files changed, 0 insertions, 2 deletions
diff --git a/editor/Makefile.am b/editor/Makefile.am
index 4a13039..e52d833 100644
--- a/editor/Makefile.am
+++ b/editor/Makefile.am
@@ -16,11 +16,9 @@ gsettings_SCHEMAS = ca.desrt.dconf-editor.gschema.xml
nobase_data_DATA = $(icons)
icons = \
- icons/hicolor/14x14/apps/dconf-editor.png \
icons/hicolor/32x32/apps/dconf-editor.png \
icons/hicolor/48x48/apps/dconf-editor.png \
icons/hicolor/64x64/apps/dconf-editor.png \
- icons/hicolor/92x92/apps/dconf-editor.png \
icons/hicolor/128x128/apps/dconf-editor.png
install-data-hook: update-icon-cache
diff --git a/editor/icons/hicolor/14x14/apps/dconf-editor.png b/editor/icons/hicolor/14x14/apps/dconf-editor.png
deleted file mode 100644
index c3ea13a..0000000
--- a/editor/icons/hicolor/14x14/apps/dconf-editor.png
+++ /dev/null
Binary files differ
diff --git a/editor/icons/hicolor/92x92/apps/dconf-editor.png b/editor/icons/hicolor/92x92/apps/dconf-editor.png
deleted file mode 100644
index d359e43..0000000
--- a/editor/icons/hicolor/92x92/apps/dconf-editor.png
+++ /dev/null
Binary files differ