From 77200613aa4a12968f0b793ab5553342b250ce41 Mon Sep 17 00:00:00 2001 From: Justin Patrin Date: Sat, 4 Feb 2006 01:49:45 +0000 Subject: efl, e17: Update to newer release tarballs - Removed no-splash patch for e-wm, crash bug seems to be gone - add "released" entrance - remove ecore fixes (fixed in release...finally) - add new configure fix for evas and change configure patch names to use ${PV} --- packages/e17/e-wm_0.16.999.022.bb | 48 -------------------------------------- packages/e17/e-wm_0.16.999.023.bb | 48 ++++++++++++++++++++++++++++++++++++++ packages/e17/entrance_0.9.0.005.bb | 38 ++++++++++++++++++++++++++++++ 3 files changed, 86 insertions(+), 48 deletions(-) delete mode 100644 packages/e17/e-wm_0.16.999.022.bb create mode 100644 packages/e17/e-wm_0.16.999.023.bb create mode 100644 packages/e17/entrance_0.9.0.005.bb (limited to 'packages/e17') diff --git a/packages/e17/e-wm_0.16.999.022.bb b/packages/e17/e-wm_0.16.999.022.bb deleted file mode 100644 index 60d5fe6571..0000000000 --- a/packages/e17/e-wm_0.16.999.022.bb +++ /dev/null @@ -1,48 +0,0 @@ -DESCRIPTION = "E17 - the Enlightenment Window Mananger" -DEPENDS = "evas-x11 ecore-x11 edje eet embryo e" -LICENSE = "MIT" -SECTION = "e/apps" -MAINTAINER = "Justin Patrin " -PR = "r3" - -SRC_URI = "http://enlightenment.freedesktop.org/files/enlightenment-${PV}.tar.gz \ - file://fix-configure.patch;patch=1 \ - file://remove-large-fonts.patch;patch=1 \ - file://disable-splash.patch;patch=1 \ - file://Xsession.d/98enlightenment \ - cvs://anonymous@thinktux.net/root;module=e17/apps/e/data/themes;date=20050926" -# 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}" - -inherit autotools - -PROFILE = "LORES_PDA" -PROFILE_c7x0 = "HIRES_PDA" -PROFILE_tosa = "HIRES_PDA" -PROFILE_spitz = "HIRES_PDA" -PROFILE_akita = "HIRES_PDA" - -EXTRA_OECONF = "--with-profile=${PROFILE} \ - --with-edje-cc=${STAGING_BINDIR}/edje_cc \ - --x-includes=${STAGING_INCDIR}/X11 \ - --x-libraries=${STAGING_LIBDIR}" - -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir}" - -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 -d ${D}/${sysconfdir}/X11/Xsession.d - install -m 755 ${WORKDIR}/Xsession.d/98enlightenment ${D}/${sysconfdir}/X11/Xsession.d -} diff --git a/packages/e17/e-wm_0.16.999.023.bb b/packages/e17/e-wm_0.16.999.023.bb new file mode 100644 index 0000000000..ef0162a174 --- /dev/null +++ b/packages/e17/e-wm_0.16.999.023.bb @@ -0,0 +1,48 @@ +DESCRIPTION = "E17 - the Enlightenment Window Mananger" +DEPENDS = "evas-x11 ecore-x11 edje eet embryo e" +LICENSE = "MIT" +SECTION = "e/apps" +MAINTAINER = "Justin Patrin " +PR = "r3" + +SRC_URI = "http://enlightenment.freedesktop.org/files/enlightenment-${PV}.tar.gz \ + file://fix-configure.patch;patch=1 \ + file://remove-large-fonts.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}" + +inherit autotools + +PROFILE = "LORES_PDA" +PROFILE_c7x0 = "HIRES_PDA" +PROFILE_tosa = "HIRES_PDA" +PROFILE_spitz = "HIRES_PDA" +PROFILE_akita = "HIRES_PDA" + +EXTRA_OECONF = "--with-profile=${PROFILE} \ + --with-edje-cc=${STAGING_BINDIR}/edje_cc \ + --x-includes=${STAGING_INCDIR}/X11 \ + --x-libraries=${STAGING_LIBDIR}" + +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir}" + +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 -d ${D}/${sysconfdir}/X11/Xsession.d + install -m 755 ${WORKDIR}/Xsession.d/98enlightenment ${D}/${sysconfdir}/X11/Xsession.d +} diff --git a/packages/e17/entrance_0.9.0.005.bb b/packages/e17/entrance_0.9.0.005.bb new file mode 100644 index 0000000000..b79e26d4a4 --- /dev/null +++ b/packages/e17/entrance_0.9.0.005.bb @@ -0,0 +1,38 @@ +DESCRIPTION = "Entrance is the Enlightenment login manager" +SECTION = "e/apps" +LICENSE = "MIT" +# can also use pam and crypt +DEPENDS = "edb edb-native evas-x11 ecore-x11 edje esmart-x11 bash keylaunch detect-stylus xserver-common" +RDEPENDS += "bash keylaunch detect-stylus xserver-common glibc-gconv-iso8859-1" +HOMEPAGE = "http://www.enlightenment.org" +MAINTAINER = "Justin Patrin " +PR = "r11" + +SRC_URI = "http://enlightenment.freedesktop.org/files/entrance-${PV}.tar.gz \ + file://config-db.patch;patch=1 \ + file://allow-missing-xsession.patch;patch=1 \ + file://run-Xinit.patch;patch=1 \ + file://set-display-env.patch;patch=1 \ + file://fix-auth-mode.patch;patch=1 \ + file://use-bash.patch;patch=1 \ + file://Sessions" + +S = "${WORKDIR}/entrance-${PV}" + +inherit autotools update-rc.d + +INITSCRIPT_NAME = "entrance" +INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." + +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc \ + --with-xsession=/etc/X11/Xsession \ + --with-auth-mode=0" + +FILES += "${datadir}" + +do_install_append() { + install -d ${D}/etc/X11/Xsession.d + install -d ${D}/etc/X11/Sessions + + install -m 755 ${WORKDIR}/Sessions/* ${D}/etc/X11/Sessions +} -- cgit v1.2.3