summaryrefslogtreecommitdiff
path: root/packages/gpe-login/files
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gpe-login/files')
-rw-r--r--packages/gpe-login/files/brightness-adjust-keyluanchrc.patch10
-rw-r--r--packages/gpe-login/files/c-locale.patch11
-rw-r--r--packages/gpe-login/files/chvt-keylaunch.patch12
-rw-r--r--packages/gpe-login/files/gpe-xcalibrate-rises-from-dead.patch10
-rw-r--r--packages/gpe-login/files/lock-on-supend.patch17
-rw-r--r--packages/gpe-login/files/removeblue-fontsize8.patch14
-rw-r--r--packages/gpe-login/files/size-autolock-properly.patch28
-rw-r--r--packages/gpe-login/files/use-xtscal.patch11
8 files changed, 0 insertions, 113 deletions
diff --git a/packages/gpe-login/files/brightness-adjust-keyluanchrc.patch b/packages/gpe-login/files/brightness-adjust-keyluanchrc.patch
deleted file mode 100644
index cfc73f4d56..0000000000
--- a/packages/gpe-login/files/brightness-adjust-keyluanchrc.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- gpe-login-0.88/gpe-login.keylaunchrc.orig 2007-06-05 00:50:27.000000000 +0000
-+++ gpe-login-0.88/gpe-login.keylaunchrc 2007-06-05 00:52:03.000000000 +0000
-@@ -7,3 +7,7 @@
- key=...*Right:-:~chvt 3
- key=...*Escape:-:~/etc/init.d/gpe-dm stop
-
-+# Brightness control
-+key=...*3:-:~display-brightness.sh down
-+key=...*4:-:~display-brightness.sh up
-+
diff --git a/packages/gpe-login/files/c-locale.patch b/packages/gpe-login/files/c-locale.patch
deleted file mode 100644
index 109825b53b..0000000000
--- a/packages/gpe-login/files/c-locale.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/gpe-login.c.org 2007-11-29 16:11:53.000000000 +0200
-+++ a/gpe-login.c 2008-01-02 20:13:27.000000000 +0200
-@@ -1180,7 +1180,7 @@
- language_menu = gtk_option_menu_new ();
-
- c_locale = g_malloc (sizeof (locale_item_t));
-- c_locale->name = "English";
-+ c_locale->name = "English(C locale)";
- c_locale->locale = "C";
- locale_system_list = g_slist_append (NULL, c_locale);
-
diff --git a/packages/gpe-login/files/chvt-keylaunch.patch b/packages/gpe-login/files/chvt-keylaunch.patch
deleted file mode 100644
index 798c059ccc..0000000000
--- a/packages/gpe-login/files/chvt-keylaunch.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- /tmp/gpe-login.keylaunchrc 2006-05-29 23:46:42.806081576 +0200
-+++ gpe-login-0.87/gpe-login.keylaunchrc 2006-05-29 23:48:18.476537456 +0200
-@@ -1,3 +1,9 @@
- key=????XF86AudioRecord:xcalibrate:/usr/bin/gpe-xcalibrate.sh
- key=????XF86PowerDown:-:/usr/bin/apm --suspend
- key=????Held XF86PowerDown:-:bl toggle
-+
-+# VT changing
-+key=...*Left:-:~chvt 1
-+key=...*Right:-:~chvt 3
-+key=...*Escape:-:~/etc/init.d/gpe-dm stop
-+
diff --git a/packages/gpe-login/files/gpe-xcalibrate-rises-from-dead.patch b/packages/gpe-login/files/gpe-xcalibrate-rises-from-dead.patch
deleted file mode 100644
index d1745f0897..0000000000
--- a/packages/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/packages/gpe-login/files/lock-on-supend.patch b/packages/gpe-login/files/lock-on-supend.patch
deleted file mode 100644
index 0b00a75ead..0000000000
--- a/packages/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/packages/gpe-login/files/removeblue-fontsize8.patch b/packages/gpe-login/files/removeblue-fontsize8.patch
deleted file mode 100644
index d9db311a2c..0000000000
--- a/packages/gpe-login/files/removeblue-fontsize8.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- /tmp/gpe-login.gtkrc 2005-11-08 17:15:50.363302568 +0100
-+++ gpe-login-0.83/X11/gpe-login.gtkrc 2005-11-08 17:16:22.659392816 +0100
-@@ -1,9 +1,2 @@
--gtk-font-name = "Sans 8"
--include "/usr/share/themes/Angelistic/gtk-2.0/gtkrc"
--
--style "default"
--{
-- bg[NORMAL] = "#90d8ff"
--}
--
--widget "*" style "default"
-+gtk-font-name = "Sans 8"
-+include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc"
diff --git a/packages/gpe-login/files/size-autolock-properly.patch b/packages/gpe-login/files/size-autolock-properly.patch
deleted file mode 100644
index cf2978f34d..0000000000
--- a/packages/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/packages/gpe-login/files/use-xtscal.patch b/packages/gpe-login/files/use-xtscal.patch
deleted file mode 100644
index dca1163505..0000000000
--- a/packages/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