From 12f7db7941fbc4ceb7cd43c38f662ee32180565b Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Thu, 10 Dec 2009 15:22:16 +0000 Subject: 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. --- (limited to 'data/icons/24x24/mimetypes') 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 -- cgit v0.9.1