You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Boris Faure d718ad4713 efreet: typos 12 years ago
..
doc efreet: fix doc build when srcdir != builddir. 12 years ago
m4 add unit test and coverage framework, and trivial tests 14 years ago
src efreet: typos 12 years ago
.gitignore efreet: ignore++ 12 years ago
AUTHORS Fix me as author 13 years ago
COPYING fix COPYING to say 2011. 12 years ago
ChangeLog efret: Save whether cache changed in update file. 12 years ago
INSTALL efreet 1.0.0 alpha... MUHAHAHHAHAHAHAH! 13 years ago
Makefile.am put again efreet tests in the source tree 13 years ago
NEWS Add top level informational files to efreet. 17 years ago
NOTES Initial import of efreet, an implementation of the freedesktop icon and menu 17 years ago
README efl 1.0.0 beta. 13 years ago
TODO ++ 16 years ago
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 12 years ago
configure.ac rename libtool version names to fit libtool doc 13 years ago
efreet-mime.pc.in Missed two .pc.in files on the header move there :( 13 years ago
efreet-trash.pc.in Missed two .pc.in files on the header move there :( 13 years ago
efreet.pc.in Move Efreet (and associated headers) to own dir. 13 years ago
efreet.spec.in Assorted build and spec fixes. 12 years ago

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