efl/legacy/efreet
Sebastian Dransfeld 678b0ab6d3 TODO++
SVN revision: 57061
2011-02-15 18:51:06 +00:00
..
doc Fix doc 2011-02-07 21:19:36 +00:00
m4
src TODO++ 2011-02-15 18:51:06 +00:00
.cvsignore
AUTHORS Fix me as author 2010-12-10 06:05:35 +00:00
COPYING
ChangeLog Move desktop cache to efreet_cache.c 2011-02-10 14:25:44 +00:00
INSTALL
Makefile.am put again efreet tests in the source tree 2011-01-16 19:07:19 +00:00
NEWS
NOTES
README efl 1.0.0 beta. 2010-10-03 09:21:08 +00:00
TODO
autogen.sh
configure.ac Always use icon cache, remove old code 2011-01-31 11:43:31 +00:00
efreet-mime.pc.in
efreet-trash.pc.in
efreet.pc.in
efreet.spec.in Assorted fixes for building RPMS, probably a good thing that the release source archives can generate the rpms as expected. 2011-01-21 21:38:01 +00:00

README

Efreet 1.0.0 BETA

******************************************************************************

 FOR ANY ISSUES PLEASE EMAIL:
 enlightenment-devel@lists.sourceforge.net
  
******************************************************************************
  
Requirements:
-------------

Must:
  libc
  eina (at least 1.0.0
  ecore (at least 1.0.0)
  ecore-file (at least 1.0.0)
  eet (at least 1.4.0)

An implementation of several specifications from freedesktop.org intended for
use in Enlightenment DR17 (e17) and other applications using the Enlightenment
Foundation Libraries (EFL). Currently, the following specifications are
included:
  * Base Directory
  * Desktop Entry
  * Icon Theme
  * Menu
  * Trash
  * Mime

------------------------------------------------------------------------------
COMPILING AND INSTALLING:

  ./configure
  make
(as root unless you are installing in your users directories):
  make install