]> www.fi.muni.cz Git - evince.git/commit
Drop gnome-icon-theme dependency
authorHib Eris <hib@hiberis.nl>
Thu, 10 Dec 2009 15:22:16 +0000 (16:22 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Sat, 19 Dec 2009 11:58:17 +0000 (12:58 +0100)
commit12f7db7941fbc4ceb7cd43c38f662ee32180565b
tree1183aff270ffb86b2a54d8feaab028a2c60cf65d
parent1e68c1dd8988f17d45abe744e7beeeb90c997ed2
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.
31 files changed:
configure.ac
data/icons/16x16/Makefile.am
data/icons/16x16/actions/Makefile.am
data/icons/16x16/actions/object-rotate-left.png [new file with mode: 0644]
data/icons/16x16/actions/object-rotate-right.png [new file with mode: 0644]
data/icons/16x16/mimetypes/Makefile.am [new file with mode: 0644]
data/icons/16x16/mimetypes/x-office-presentation.png [new file with mode: 0644]
data/icons/22x22/Makefile.am
data/icons/22x22/actions/Makefile.am
data/icons/22x22/actions/object-rotate-left.png [new file with mode: 0644]
data/icons/22x22/actions/object-rotate-right.png [new file with mode: 0644]
data/icons/22x22/mimetypes/Makefile.am [new file with mode: 0644]
data/icons/22x22/mimetypes/x-office-presentation.png [new file with mode: 0644]
data/icons/24x24/Makefile.am
data/icons/24x24/actions/Makefile.am
data/icons/24x24/actions/object-rotate-left.png [new file with mode: 0644]
data/icons/24x24/actions/object-rotate-right.png [new file with mode: 0644]
data/icons/24x24/mimetypes/Makefile.am [new file with mode: 0644]
data/icons/24x24/mimetypes/x-office-presentation.png [new file with mode: 0644]
data/icons/32x32/Makefile.am
data/icons/32x32/actions/Makefile.am
data/icons/32x32/actions/object-rotate-left.png [new file with mode: 0644]
data/icons/32x32/actions/object-rotate-right.png [new file with mode: 0644]
data/icons/32x32/mimetypes/Makefile.am [new file with mode: 0644]
data/icons/32x32/mimetypes/x-office-presentation.png [new file with mode: 0644]
data/icons/scalable/Makefile.am
data/icons/scalable/actions/Makefile.am [new file with mode: 0644]
data/icons/scalable/actions/object-rotate-left.svg [new file with mode: 0644]
data/icons/scalable/actions/object-rotate-right.svg [new file with mode: 0644]
data/icons/scalable/mimetypes/Makefile.am [new file with mode: 0644]
data/icons/scalable/mimetypes/x-office-presentation.svg [new file with mode: 0644]