From 0c26aba1747c6ab2b52020baa8a82c6de095ecb0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 1 Apr 2007 09:46:24 +0000 Subject: [PATCH] gpe-login: use xtscal instead of a non-existant script to recalibrate --- packages/gpe-login/files/use-xtscal.patch | 11 +++++++++++ packages/gpe-login/gpe-login_0.88.bb | 18 ++++++++++-------- 2 files changed, 21 insertions(+), 8 deletions(-) create mode 100644 packages/gpe-login/files/use-xtscal.patch diff --git a/packages/gpe-login/files/use-xtscal.patch b/packages/gpe-login/files/use-xtscal.patch new file mode 100644 index 0000000000..dca1163505 --- /dev/null +++ b/packages/gpe-login/files/use-xtscal.patch @@ -0,0 +1,11 @@ +--- /tmp/gpe-login.c 2007-04-01 11:40:29.000000000 +0200 ++++ gpe-login-0.88/gpe-login.c 2007-04-01 11:40:58.205251000 +0200 +@@ -59,7 +59,7 @@ + #define GPE_OWNERINFO_DONTSHOW_FILE "/etc/gpe/gpe-ownerinfo.dontshow" + /* Number of milliseconds to hold the stylus down before recalibration is called */ + #define RECALIBRATION_TIMEOUT 5000 +-#define XTSCAL_PATH "/usr/bin/gpe-xcalibrate.sh" ++#define XTSCAL_PATH "/usr/bin/xtscal" + #ifndef DEBUG + #define DEBUG 0 + #endif diff --git a/packages/gpe-login/gpe-login_0.88.bb b/packages/gpe-login/gpe-login_0.88.bb index ea1723d52d..f42aa4c6a3 100644 --- a/packages/gpe-login/gpe-login_0.88.bb +++ b/packages/gpe-login/gpe-login_0.88.bb @@ -1,13 +1,15 @@ -LICENSE = "GPL" -inherit gpe - DESCRIPTION = "GPE user login screen" SECTION = "gpe" -PRIORITY = "optional" -DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd" -RDEPENDS = "xkbd" -RPROVIDES = "gpe-session-starter" -PR = "r0" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd" +RDEPENDS = "xkbd" +RPROVIDES = "gpe-session-starter" +PR = "r1" + +inherit gpe SRC_URI += "file://removeblue-fontsize8.patch;patch=1" SRC_URI += " file://chvt-keylaunch.patch;patch=1 " +SRC_URI += " file://use-xtscal.patch;patch=1 " + -- 2.39.5