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/22x22/actions/Makefile.am') diff --git a/data/icons/22x22/actions/Makefile.am b/data/icons/22x22/actions/Makefile.am index c1b56f6..eba54c2 100644 --- a/data/icons/22x22/actions/Makefile.am +++ b/data/icons/22x22/actions/Makefile.am @@ -6,6 +6,8 @@ iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ eye.png \ + object-rotate-left.png \ + object-rotate-right.png \ view-page-continuous.png \ view-page-facing.png \ zoom.png \ -- cgit v0.9.1