LICENSE = "MIT"
PR = "r3"
-inherit e
+inherit e update-alternatives
SRC_URI = "${E_URI}/enlightenment-${PV}.tar.gz \
file://fix-configure.patch;patch=1 \
file://Xsession.d/98enlightenment"
-# cvs://anonymous@thinktux.net/root;module=e17/apps/e/data/themes;date=20050926"
-# file://disable-splash.patch;patch=1 \
-# http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/apps/e/data/themes/default_entry.edc?rev=1.1 \
-# http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/apps/e/data/themes/images/focus.png?rev=1.1 \
-# http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/apps/e/data/themes/images/entry.png?rev=1.1 \
-# http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/apps/e/data/themes/images/entry_focus.png?rev=1.1"
-
-
S = "${WORKDIR}/enlightenment-${PV}"
PROFILE = "LOWRES_PDA"
do_compile_prepend() {
find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
find ${S} -name Makefile | xargs sed -i 's:/usr/X11R6/include:${STAGING_INCDIR}:'
-# mv "${WORKDIR}/themes/default_entry.edc" "${S}/data/themes/"
-# mv "${WORKDIR}/themes/images/focus.png" "${S}/data/themes/images/"
-# mv "${WORKDIR}/themes/images/entry.png" "${S}/data/themes/images/"
-# mv "${WORKDIR}/themes/images/entry_focus.png" "${S}/data/themes/images/"
}
do_install_append() {
install -m 755 ${WORKDIR}/Xsession.d/98enlightenment ${D}/${sysconfdir}/X11/Xsession.d
}
-#pkg_postinst() {
-# enlightenment_remote -menu-autoscroll-margin-set 5
-# enlightenment_remote -menu-autoscroll-cursor-margin-set 5
-#}
\ No newline at end of file
+ALTERNATIVE_PATH = "${bindir}/enlightenment"
+ALTERNATIVE_NAME = "x-window-manager"
+ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_PRIORITY = "16"