Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c2bc6584f1 | |||
| 660ae4c832 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 07:53:45 UTC 2024 - Simon Lees <sflees@suse.de>
|
||||
|
||||
- Fix build failure in feature-wizard-auto-lang.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 09:17:11 UTC 2024 - Simon Lees <sflees@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package enlightenment
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -113,7 +113,7 @@ Obsoletes: e17
|
||||
Provides: e17 > 0.17.4
|
||||
%if 0%{?suse_version}
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(post): permissions
|
||||
%endif
|
||||
%{?systemd_requires}
|
||||
|
||||
@@ -10,10 +10,10 @@ Date: Wed Jun 28 12:58:55 2017 +0930
|
||||
selected as there default just set the language without showing
|
||||
the wizard page.
|
||||
|
||||
Index: enlightenment-0.25.3/src/modules/wizard/page_010.c
|
||||
Index: enlightenment-0.25.4/src/modules/wizard/page_010.c
|
||||
===================================================================
|
||||
--- enlightenment-0.25.3.orig/src/modules/wizard/page_010.c
|
||||
+++ enlightenment-0.25.3/src/modules/wizard/page_010.c
|
||||
--- enlightenment-0.25.4.orig/src/modules/wizard/page_010.c
|
||||
+++ enlightenment-0.25.4/src/modules/wizard/page_010.c
|
||||
@@ -176,17 +176,11 @@ _lang_content_get(E_Intl_Pair *pair, Eva
|
||||
static char *
|
||||
_lang_text_get(E_Intl_Pair *pair, Evas_Object *obj EINA_UNUSED, const char *part)
|
||||
@@ -48,7 +48,7 @@ Index: enlightenment-0.25.3/src/modules/wizard/page_010.c
|
||||
+ lang = basic_language_predefined_pairs[i].locale_key;
|
||||
+ eina_stringshare_replace(&e_config->language, lang);
|
||||
+ e_intl_language_set(e_config->language);
|
||||
+ e_wizard_labels_update();
|
||||
+ api->wizard_labels_update();
|
||||
+ return 0;
|
||||
+ }
|
||||
+ i++;
|
||||
|
||||
Reference in New Issue
Block a user