diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-02 18:44:19 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-02 18:44:19 +0000 |
commit | ef3e342cf7d4a74e84836f07193463f72bac264c (patch) | |
tree | 3af34edac8b32a139e6a4a50306367afd6a8cea7 | |
parent | d5c7b846fb49b28d0f398f9a11c5df49618fa4d1 (diff) | |
parent | ae82b757084efaa2e2e05d7f65f87bd991688537 (diff) |
merge of '020c739f7c1a16fae0869fe497a45111441783d3'
and '97df34dbfe924823e092b0d579539be286af6cea'
-rw-r--r-- | packages/gpe-login/files/c-locale.patch | 11 | ||||
-rw-r--r-- | packages/gpe-login/gpe-login_0.90.bb | 3 |
2 files changed, 13 insertions, 1 deletions
diff --git a/packages/gpe-login/files/c-locale.patch b/packages/gpe-login/files/c-locale.patch new file mode 100644 index 0000000000..109825b53b --- /dev/null +++ b/packages/gpe-login/files/c-locale.patch @@ -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); + diff --git a/packages/gpe-login/gpe-login_0.90.bb b/packages/gpe-login/gpe-login_0.90.bb index 253d581953..c22d259a9f 100644 --- a/packages/gpe-login/gpe-login_0.90.bb +++ b/packages/gpe-login/gpe-login_0.90.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" 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://chvt-keylaunch.patch;patch=1 " 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" |