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/scalable') diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am index 906a50e..b02d3a8 100644 --- a/data/icons/scalable/Makefile.am +++ b/data/icons/scalable/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = apps +SUBDIRS = actions apps mimetypes -include $(top_srcdir)/git.mk diff --git a/data/icons/scalable/actions/Makefile.am b/data/icons/scalable/actions/Makefile.am new file mode 100644 index 0000000..45fbb93 --- /dev/null +++ b/data/icons/scalable/actions/Makefile.am @@ -0,0 +1,15 @@ +themedir = $(pkgdatadir)/icons/hicolor +size = scalable +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + object-rotate-left.svg \ + object-rotate-right.svg + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/scalable/actions/object-rotate-left.svg b/data/icons/scalable/actions/object-rotate-left.svg new file mode 100644 index 0000000..b0df370 --- /dev/null +++ b/data/icons/scalable/actions/object-rotate-left.svg @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Lapo Calamandrei + + + + Rotate Left + 2006-10-02 + + + object + rotate + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/actions/object-rotate-right.svg b/data/icons/scalable/actions/object-rotate-right.svg new file mode 100644 index 0000000..847329b --- /dev/null +++ b/data/icons/scalable/actions/object-rotate-right.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Lapo Calamandrei + + + + Rotate Left + 2006-10-02 + + + object + rotate + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/mimetypes/Makefile.am b/data/icons/scalable/mimetypes/Makefile.am new file mode 100644 index 0000000..0fbf88d --- /dev/null +++ b/data/icons/scalable/mimetypes/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(pkgdatadir)/icons/hicolor +size = scalable +context = mimetypes + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + x-office-presentation.svg + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/scalable/mimetypes/x-office-presentation.svg b/data/icons/scalable/mimetypes/x-office-presentation.svg new file mode 100644 index 0000000..8ded5a2 --- /dev/null +++ b/data/icons/scalable/mimetypes/x-office-presentation.svg @@ -0,0 +1,686 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Lapo Calamandrei + + + Presentation + + + Based of Hylke Bons Work + + + + + + presentation + slides + powerpoint + spreadsheet + impress + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v0.9.1