efl/legacy/efreet
Cedric BAIL 8053f61f86 efl: add release point in ChangeLog files.
SVN revision: 70494
2012-04-26 08:07:22 +00:00
..
doc efreet: make doxyfile similar to eina's. 2012-01-19 19:38:40 +00:00
m4
src Efreet : doc fixes 2012-03-31 08:12:22 +00:00
.gitignore efreet: ignore++ 2011-08-18 07:34:29 +00:00
AUTHORS
COPYING fix COPYING to say 2011. 2011-09-05 07:15:41 +00:00
ChangeLog efl: add release point in ChangeLog files. 2012-04-26 08:07:22 +00:00
INSTALL
Makefile.am
NEWS lets trawl thru svn logs and add changelogs and NEWS 2012-04-16 06:26:24 +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
configure.ac restore .99 micro versions for trunk and add back svnrev vers too. 2012-04-26 04:51:32 +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