Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/icons/24x24/mimetypes
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2009-12-10 15:22:16 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-12-19 11:58:17 (GMT)
commit12f7db7941fbc4ceb7cd43c38f662ee32180565b (patch)
tree1183aff270ffb86b2a54d8feaab028a2c60cf65d /data/icons/24x24/mimetypes
parent1e68c1dd8988f17d45abe744e7beeeb90c997ed2 (diff)
Drop gnome-icon-theme dependency
As far as I can tell, Evince required only 3 icons from gnome-icon-theme, 'object-rotate-left', 'object-rotate-right' and 'x-office-presentation'. This patch adds copies for these icons from gnome-icon-theme-2.24. It also removes the compile-time check for gnome-icon-theme on all platforms execpt gnome. Note, when gnome-icon-theme is installed, the icons from that theme take precedence over the icons from this patch. Therefore, evince uses the icons from this patch only as a backup when no gnome-icon-theme is installed. All added icons are copied from gnome-icon-theme-2.24, which is licensed under GNU GPLv2.
Diffstat (limited to 'data/icons/24x24/mimetypes')
-rw-r--r--data/icons/24x24/mimetypes/Makefile.am14
-rw-r--r--data/icons/24x24/mimetypes/x-office-presentation.pngbin0 -> 1643 bytes
2 files changed, 14 insertions, 0 deletions
diff --git a/data/icons/24x24/mimetypes/Makefile.am b/data/icons/24x24/mimetypes/Makefile.am
new file mode 100644
index 0000000..abc9554
--- /dev/null
+++ b/data/icons/24x24/mimetypes/Makefile.am
@@ -0,0 +1,14 @@
+themedir = $(pkgdatadir)/icons/hicolor
+size = 24x24
+context = mimetypes
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ x-office-presentation.png
+
+noinst_DATA =
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(noinst_DATA)
diff --git a/data/icons/24x24/mimetypes/x-office-presentation.png b/data/icons/24x24/mimetypes/x-office-presentation.png
new file mode 100644
index 0000000..4133d22
--- /dev/null
+++ b/data/icons/24x24/mimetypes/x-office-presentation.png
Binary files differ