efl/legacy/efreet
Vincent Torri 0b2f05e697 Efreet: can not implement efreet_fsetowner() and efreet_setowner() on Windows
Seb: is it annoying ?


SVN revision: 73296
2012-07-04 18:38:46 +00:00
..
doc efreet: make doxyfile similar to eina's. 2012-01-19 19:38:40 +00:00
m4
po efreet: Finish off nls support 2012-06-29 22:44:00 +00:00
src Efreet: can not implement efreet_fsetowner() and efreet_setowner() on Windows 2012-07-04 18:38:46 +00:00
.gitignore efreet: Improve language reset 2012-06-25 17:12:35 +00:00
AUTHORS
COPYING
ChangeLog efreet: fix memory leak 2012-07-02 08:17:02 +00:00
INSTALL
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
README gear up svn for release. one of many steps/things to do. 2012-03-17 04:17:29 +00:00
TODO
autogen.sh efreet: Add nls support 2012-06-24 18:26:12 +00:00
configure.ac efreet: Finish off nls support 2012-06-29 22:44:00 +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

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