Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/icons/24x24/actions
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/actions
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/actions')
-rw-r--r--data/icons/24x24/actions/Makefile.am4
-rw-r--r--data/icons/24x24/actions/object-rotate-left.pngbin0 -> 924 bytes
-rw-r--r--data/icons/24x24/actions/object-rotate-right.pngbin0 -> 943 bytes
3 files changed, 3 insertions, 1 deletions
diff --git a/data/icons/24x24/actions/Makefile.am b/data/icons/24x24/actions/Makefile.am
index f97a4b0..d40169d 100644
--- a/data/icons/24x24/actions/Makefile.am
+++ b/data/icons/24x24/actions/Makefile.am
@@ -10,7 +10,9 @@ icons_DATA = \
view-page-facing.png \
zoom.png \
zoom-fit-page.png \
- zoom-fit-width.png
+ zoom-fit-width.png \
+ object-rotate-left.png \
+ object-rotate-right.png
noinst_DATA =
diff --git a/data/icons/24x24/actions/object-rotate-left.png b/data/icons/24x24/actions/object-rotate-left.png
new file mode 100644
index 0000000..29aa9ab
--- /dev/null
+++ b/data/icons/24x24/actions/object-rotate-left.png
Binary files differ
diff --git a/data/icons/24x24/actions/object-rotate-right.png b/data/icons/24x24/actions/object-rotate-right.png
new file mode 100644
index 0000000..dea855a
--- /dev/null
+++ b/data/icons/24x24/actions/object-rotate-right.png
Binary files differ