efl/legacy/efreet
Sebastian Dransfeld 851f2fc136 efreet: Fix missing cache info
If a desktop was in the regular cache because of direct access, and then
added by a change in XDG_DATA_DIRS it wouldn't end in the utils cache
unless something triggered a complete cache rebuild.

SVN revision: 72962
2012-06-27 19:07:05 +00:00
..
doc efreet: make doxyfile similar to eina's. 2012-01-19 19:38:40 +00:00
m4 add unit test and coverage framework, and trivial tests 2010-03-01 21:05:17 +00:00
po efreet: nls 2012-06-25 08:39:18 +00:00
src efreet: Fix missing cache info 2012-06-27 19:07:05 +00:00
.gitignore efreet: Improve language reset 2012-06-25 17:12:35 +00:00
AUTHORS Fix me as author 2010-12-10 06:05:35 +00:00
COPYING fix COPYING to say 2011. 2011-09-05 07:15:41 +00:00
ChangeLog changelog/news updates for seb's work 2012-06-25 17:18:08 +00:00
INSTALL efreet 1.0.0 alpha... MUHAHAHHAHAHAHAH! 2010-08-16 09:34:38 +00:00
Makefile.am efreet: Align coverage generation with eina, eet and evas. 2012-06-27 13:26:21 +00:00
NEWS changelog/news updates for seb's work 2012-06-25 17:18:08 +00:00
NOTES Initial import of efreet, an implementation of the freedesktop icon and menu 2007-02-03 13:05:30 +00:00
README gear up svn for release. one of many steps/things to do. 2012-03-17 04:17:29 +00:00
TODO ++ 2007-07-26 19:15:48 +00:00
autogen.sh efreet: Add nls support 2012-06-24 18:26:12 +00:00
configure.ac efreet: Add nls support 2012-06-24 18:26:12 +00:00
efreet-mime.pc.in add back in libs.private/requires to pc files with some fixes for 2012-03-17 05:37:25 +00:00
efreet-trash.pc.in add back in libs.private/requires to pc files with some fixes for 2012-03-17 05:37:25 +00:00
efreet.pc.in add back in libs.private/requires to pc files with some fixes for 2012-03-17 05:37:25 +00:00
efreet.spec.in Assorted build and spec fixes. 2011-06-23 07:01:45 +00:00

README

Efreet 1.2.0

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

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

Must:
  libc
  eina (at least 1.1.0)
  ecore (at least 1.1.0)
  ecore-file (at least 1.1.0)
  eet (at least 1.5.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