Make entrance RDEPEND on gpe-session-scripts and gpe-dm (doens't need to DEPEND on...
authorJustin Patrin <papercrane@gmail.com>
Wed, 17 Aug 2005 23:23:32 +0000 (23:23 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 17 Aug 2005 23:23:32 +0000 (23:23 +0000)
(I know this makes it depend on most of GPE. The non-GPE scripts should hopefully be moved out of gpe-session-scripts and gpe-dm soon.)
Remove 50-calibrate Xinit entry, we should be able to use the same as GPE

packages/e17/entrance/Xinit.d/50-calibrate [deleted file]
packages/e17/entrance/Xinit.d/99entrance [moved from packages/e17/entrance/Xinit.d/99-Entrance with 100% similarity]
packages/e17/entrance_20050810.bb

diff --git a/packages/e17/entrance/Xinit.d/50-calibrate b/packages/e17/entrance/Xinit.d/50-calibrate
deleted file mode 100644 (file)
index 922b335..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if ! test -e /etc/pointercal
-then
-       xtscal
-fi
-
index af11e07..a4395a9 100644 (file)
@@ -2,12 +2,12 @@ DESCRIPTION = "Entrace is the Enlightenment login manager"
 SECTION = "e/apps"
 LICENSE = "MIT"
 # can also use pam and crypt
-DEPENDS = "edb evas-x11 ecore-x11 edje esmart gpe-dm"
-RDEPENDS += "bash gpe-dm"
+DEPENDS = "edb evas-x11 ecore-x11 edje esmart"
+RDEPENDS += "bash keylaunch detect-stylus gpe-session-scripts gpe-dm"
 HOMEPAGE = "http://www.enlightenment.org"
 MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"
 CVSDATE = "${PV}"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/entrance \
            file://Xserver.patch;patch=1 \