add system icons dir for e, patches for evas.

SVN revision: 25715
This commit is contained in:
Carsten Haitzler 2006-09-11 09:36:32 +00:00
parent c4f76d9809
commit 3040356339
6 changed files with 19 additions and 3 deletions

View File

@ -293,6 +293,7 @@ data/xsession/Makefile
data/xsession/enlightenment.desktop
data/backgrounds/Makefile
data/etc/Makefile
data/icons/Makefile
doc/Makefile
po/Makefile
intl/Makefile

View File

@ -1,3 +1,13 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = fonts images init themes other xsession input_methods backgrounds etc
SUBDIRS = \
fonts \
images \
init \
themes \
other \
xsession \
input_methods \
backgrounds \
etc \
icons

6
data/icons/Makefile.am Normal file
View File

@ -0,0 +1,6 @@
MAINTAINERCLEANFILES = Makefile.in
filesdir = $(datadir)/enlightenment/data/icons
files_DATA = \
xterm.png
EXTRA_DIST = $(files_DATA)

View File

@ -1 +0,0 @@
Makefile.in

BIN
data/icons/xterm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -384,7 +384,7 @@ main(int argc, char **argv)
ecore_desktop_paths_extras_clear();
ecore_desktop_paths_prepend_user(ECORE_DESKTOP_PATHS_ICONS, "~/.e/e/icons");
snprintf(buf, sizeof(buf), "%s/data/images", e_prefix_data_get());
snprintf(buf, sizeof(buf), "%s/data/icons", e_prefix_data_get());
ecore_desktop_paths_append_system(ECORE_DESKTOP_PATHS_ICONS, buf);
ecore_desktop_paths_regen();