From 04a2ebaeef464d826a6e7bdfa37ab66f792f6991 Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Fri, 19 Jan 2007 13:52:45 +0000 Subject: Move Evince icons under new apps directory. 2007-01-19 Luca Ferretti * data/icons/*/apps/evince.*: Move Evince icons under new apps directory. * data/icons/*/actions/*: Add new custom themeable Evince icons: view-page-continuous, view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas Nilsson, at 16 and 22 pixels (plus 24 for compatibility). * configure.ac: Add new directories to AC_CONFIG_FILES. * shell/ev-stock-icons.c: * shell/ev-stock-icons.h: Use new custom themeable icons. svn path=/trunk/; revision=2235 --- (limited to 'data/icons/48x48') diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am index 2b07ee6..ebbd145 100644 --- a/data/icons/48x48/Makefile.am +++ b/data/icons/48x48/Makefile.am @@ -1,4 +1 @@ -icondir = $(datadir)/icons/hicolor/48x48/apps -icon_DATA = evince.png - -EXTRA_DIST = $(icon_DATA) +SUBDIRS = apps diff --git a/data/icons/48x48/apps/Makefile.am b/data/icons/48x48/apps/Makefile.am new file mode 100644 index 0000000..32dbf13 --- /dev/null +++ b/data/icons/48x48/apps/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(datadir)/icons/hicolor +size = 48x48 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + evince.png + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/48x48/evince.png b/data/icons/48x48/apps/evince.png index f0b382f..f0b382f 100644 --- a/data/icons/48x48/evince.png +++ b/data/icons/48x48/apps/evince.png Binary files differ -- cgit v0.9.1