. "$GRIMOIRE/FUNCTIONS" SPELL=e16 if [[ "$E16_BRANCH" == "scm" ]]; then VERSION=$(get_scm_version) SOURCE=$SPELL-0.16-cvs.tar.bz2 FORCE_DOWNLOAD=on SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-0.16-cvs SOURCE_URL[0]=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:$SPELL/e SOURCE_IGNORE=volatile else VERSION=1.0.13 SOURCE=$SPELL-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%-*} SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE SOURCE_HASH=sha512:965c853363c15154ca99b71deba3aa1d23bdfee0664b3511b39f52e066ca673a9b042e203e079357c9ca355484006cc4a90d0e0fb29b7396d582f7b9aa302da5 # SOURCE_GPG="gurus.gpg:${SOURCE}.sig" fi LICENSE[0]=BSD PATCHLEVEL=0 WEB_SITE=http://www.enlightenment.org/ KEYWORDS="e16 enlightenment wm windowmanager" ENTERED=20010922 SHORT="E16 is a themeable, fast, flexible X11 windows Manager" cat << EOF Enlightenment 16 is a themeable, fast, flexible, and powerful window manager that is designed to be as configurable as possible in both look and feel. In addition, Enlightenment provides an applet API that provides functionality somewhere between the GNOME applet system and Dock Apps from Afterstep/WindowMaker. The current design aim is for Enlightenment to become a desktop shell. EOF