gpe-login 0.87: replace highdpi patch with one that just sets a normal theme, since...
authorKoen Kooi <koen@openembedded.org>
Fri, 1 Sep 2006 21:44:47 +0000 (21:44 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 1 Sep 2006 21:44:47 +0000 (21:44 +0000)
packages/gpe-login/files/removeblue-fontsize8.patch [new file with mode: 0644]
packages/gpe-login/gpe-login_0.87.bb

diff --git a/packages/gpe-login/files/removeblue-fontsize8.patch b/packages/gpe-login/files/removeblue-fontsize8.patch
new file mode 100644 (file)
index 0000000..4962c84
--- /dev/null
@@ -0,0 +1,14 @@
+--- /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/Industrial/gtk-2.0/gtkrc"
index 5d7f005..b548a1a 100644 (file)
@@ -7,13 +7,8 @@ PRIORITY    = "optional"
 DEPENDS     = "gtk+ libgpewidget gpe-ownerinfo xkbd"
 RDEPENDS    = "xkbd"
 RPROVIDES   = "gpe-session-starter"
-PR = "r0"
+PR = "r1"
 
-#apply a patch to set the fontsize for bigdpi (200+) devices to 5
-SRC_URI_append_ipaq-pxa270 = " file://highdpifontfix.patch;patch=1"
-SRC_URI_append_spitz = " file://highdpifontfix.patch;patch=1"
-SRC_URI_append_akita = " file://highdpifontfix.patch;patch=1"
-SRC_URI_append_c7x0 = " file://highdpifontfix.patch;patch=1"
-SRC_URI_append_nokia770 = " file://highdpifontfix.patch;patch=1"
+SRC_URI += "file://removeblue-fontsize8.patch;patch=1"
 
 SRC_URI += " file://chvt-keylaunch.patch;patch=1 "