aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-login
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-08 18:36:34 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-08 18:59:31 +0200
commit424b29819a39668f5843aa20791d7d9f012b8a86 (patch)
tree1bd4ca06282a9c2f70255497a203482b6ed528f4 /recipes/gpe-login
parent12d705f554ed92234b7e0aa1d27549abefbdfe82 (diff)
downloadopenembedded-424b29819a39668f5843aa20791d7d9f012b8a86.tar.gz
gpe-login : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/gpe-login')
-rw-r--r--recipes/gpe-login/files/gpe-xcalibrate-rises-from-dead.patch10
-rw-r--r--recipes/gpe-login/files/lock-on-supend.patch17
-rw-r--r--recipes/gpe-login/files/size-autolock-properly.patch28
-rw-r--r--recipes/gpe-login/files/use-xtscal.patch11
4 files changed, 0 insertions, 66 deletions
diff --git a/recipes/gpe-login/files/gpe-xcalibrate-rises-from-dead.patch b/recipes/gpe-login/files/gpe-xcalibrate-rises-from-dead.patch
deleted file mode 100644
index d1745f0897..0000000000
--- a/recipes/gpe-login/files/gpe-xcalibrate-rises-from-dead.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-upstream: http://bugs.linuxtogo.org/show_bug.cgi?id=124
-
-diff -r 976c01632fea gpe-login.keylaunchrc
---- a/gpe-login.keylaunchrc Sun Nov 25 22:39:23 2007 +0200
-+++ b/gpe-login.keylaunchrc Mon Nov 26 01:12:14 2007 +0200
-@@ -1,3 +1,3 @@ key=????XF86AudioRecord:xcalibrate:/usr/
--key=????XF86AudioRecord:xcalibrate:/usr/bin/gpe-xcalibrate.sh
-+key=????XF86AudioRecord:xcalibrate:/usr/bin/xtscal
- key=????XF86PowerDown:-:/usr/bin/apm --suspend
- key=????Held XF86PowerDown:-:bl toggle
diff --git a/recipes/gpe-login/files/lock-on-supend.patch b/recipes/gpe-login/files/lock-on-supend.patch
deleted file mode 100644
index 0b00a75ead..0000000000
--- a/recipes/gpe-login/files/lock-on-supend.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-upstream: http://bugs.linuxtogo.org/show_bug.cgi?id=125
-status: accepted in 0.91
-
-Lock screen when device goes to suspend, not after some time has passed
-since resume and they stole your data from the unprotected screen.
-
---- gpe-login-0.90/Makefile.am.org 2007-04-02 15:46:52.000000000 +0300
-+++ gpe-login-0.90/Makefile.am 2007-11-24 22:41:24.000000000 +0200
-@@ -17,7 +17,7 @@
- x11_SCRIPTS = gpe-login.setup X11/gpe-login.pre-session
- x11_DATA = gpe-login.keylaunchrc X11/gpe-login.gtkrc
-
--apmdir = $(sysconfdir)/apm/resume.d
-+apmdir = $(sysconfdir)/apm/suspend.d
- apm_SCRIPTS = gpe-login.suspend
-
- xsessiondir = $(sysconfdir)/X11/Xsession.d
diff --git a/recipes/gpe-login/files/size-autolock-properly.patch b/recipes/gpe-login/files/size-autolock-properly.patch
deleted file mode 100644
index cf2978f34d..0000000000
--- a/recipes/gpe-login/files/size-autolock-properly.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-upstream: http://bugs.linuxtogo.org/show_bug.cgi?id=152
-
-# HG changeset patch
-# User "Paul Sokolovsky <pfalcon@users.sourceforge.net>"
-# Date 1196345352 -7200
-# Node ID ebe625e21708cb9257201a4dd6e536b99f1f0220
-# Parent 976c01632feacbcce2058a061a0b1f6faed2275a
-When configuring autolock window, make sure to set not only the minimal
-("requested") size, but also the actual one. This fixes issue that after
-autolock screen have been shown in landscape mode, it no longer fits the
-screen in portrait mode.
-
-Also, gtk_widget_set_usize() marked as deprecated, replace with
-gtk_widget_set_size_request().
-
-diff -r 976c01632fea -r ebe625e21708 gpe-login.c
---- a/gpe-login.c Sun Nov 25 22:39:23 2007 +0200
-+++ b/gpe-login.c Thu Nov 29 16:09:12 2007 +0200
-@@ -558,7 +558,8 @@ filter (GdkXEvent *xevp, GdkEvent *ev, g
- {
- spawn_xkbd ();
- gtk_label_set_markup (GTK_LABEL (label_result), "");
-- gtk_widget_set_usize (window, gdk_screen_width (), gdk_screen_height ());
-+ gtk_widget_set_size_request (window, gdk_screen_width (), gdk_screen_height ());
-+ gtk_window_resize (window, gdk_screen_width (), gdk_screen_height ());
- gtk_widget_show_all (window);
- if (ownerinfo)
- {
diff --git a/recipes/gpe-login/files/use-xtscal.patch b/recipes/gpe-login/files/use-xtscal.patch
deleted file mode 100644
index dca1163505..0000000000
--- a/recipes/gpe-login/files/use-xtscal.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- /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