[oe-commits] org.oe.angstrom-2007.12-stable applied changes from 67cc2c9842bf449626180fddd68ba2a4b7a0c519

pfalcon commit openembedded-commits at lists.openembedded.org
Thu Jan 3 22:12:54 UTC 2008


applied changes from 67cc2c9842bf449626180fddd68ba2a4b7a0c519
             through 97df34dbfe924823e092b0d579539be286af6cea

gpe-login 0.90: Call "C" locale what it is.
* Stop using confusing names like "English" for C locale, because people
select that "English" and then bang head for hours trying to figure why
nothing locale-related works.

Author: pfalcon at openembedded.org
Branch: org.openembedded.angstrom-2007.12-stable
Revision: 1512eaa0fc662a1dd97bf085b996fc0b7b0b6ae5
ViewMTN: http://monotone.openembedded.org/revision/info/1512eaa0fc662a1dd97bf085b996fc0b7b0b6ae5
Files:
1
packages/gpe-login/files/c-locale.patch
packages/gpe-login/gpe-login_0.90.bb
Diffs:

#
# mt diff -r70648790205f8fc1a4bad7222c049080df65ea92 -r1512eaa0fc662a1dd97bf085b996fc0b7b0b6ae5
#
# 
# 
# add_file "packages/gpe-login/files/c-locale.patch"
#  content [bd0c78f858995bf0b287089ef71c5eb95dce42d0]
# 
# patch "packages/gpe-login/gpe-login_0.90.bb"
#  from [bc03131b857f9acf77c76c941a580713ef8e1ac5]
#    to [754b8ebf57e141bd2c3f322d2ad71fb0a4c0c827]
# 
============================================================
--- packages/gpe-login/files/c-locale.patch	bd0c78f858995bf0b287089ef71c5eb95dce42d0
+++ packages/gpe-login/files/c-locale.patch	bd0c78f858995bf0b287089ef71c5eb95dce42d0
@@ -0,0 +1,11 @@
+--- 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);
+ 
============================================================
--- packages/gpe-login/gpe-login_0.90.bb	bc03131b857f9acf77c76c941a580713ef8e1ac5
+++ packages/gpe-login/gpe-login_0.90.bb	754b8ebf57e141bd2c3f322d2ad71fb0a4c0c827
@@ -5,7 +5,7 @@ RPROVIDES_${PN} = "gpe-session-starter"
 DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd"
 RDEPENDS = "xkbd gpe-theme-clearlooks"
 RPROVIDES_${PN} = "gpe-session-starter"
-PR = "r5"
+PR = "r6"
 
 SRC_URI_OVERRIDES_PACKAGE_ARCH = "1"
 
@@ -19,6 +19,7 @@ SRC_URI += " file://size-autolock-proper
 SRC_URI += " file://lock-on-supend.patch;patch=1 "
 SRC_URI += " file://gpe-xcalibrate-rises-from-dead.patch;patch=1 "
 SRC_URI += " file://size-autolock-properly.patch;patch=1 "
+SRC_URI += " file://c-locale.patch;patch=1 "
 
 SRC_URI_append_spitz = "file://brightness-adjust-keyluanchrc.patch;patch=1"
 SRC_URI_append_akita = "file://brightness-adjust-keyluanchrc.patch;patch=1"






More information about the Openembedded-commits mailing list