update to version 44.0

This commit is contained in:
lwg K 2023-11-23 15:33:03 +08:00
parent 0ba1598a37
commit b082a64b5c
4 changed files with 11 additions and 8 deletions

Binary file not shown.

BIN
gnome-desktop-44.0.tar.xz Normal file

Binary file not shown.

View File

@ -6,12 +6,12 @@
%global po_package gnome-desktop-3.0
Name: gnome-desktop3
Version: 43
Version: 44.0
Release: 1
Summary: GNOME is designed to help you use your computer in control.
License: GPLv2+ and LGPLv2+
URL: https://gitlab.gnome.org/GNOME/gnome-desktop
Source0: https://download.gnome.org/sources/gnome-desktop/43/gnome-desktop-%{version}.tar.xz
Source0: https://download.gnome.org/sources/gnome-desktop/44/gnome-desktop-%{version}.tar.xz
Source1: gnome-mimeapps.list
Source2: totem-defaults.list
Source3: file-roller-defaults.list
@ -113,6 +113,9 @@ cat %SOURCE5 >> $RPM_BUILD_ROOT/%{_datadir}/applications/gnome-mimeapps.list
%{_datadir}/installed-tests
%changelog
* Thu Nov 23 2023 lwg <liweiganga@uniontech.com> - 44.0-1
- update to version 44.0
* Mon Jan 2 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43-1
- Upgrade to 43

View File

@ -1,4 +1,4 @@
From 8735c467de6ca7e88f171deaaa882cb6b9336ed6 Mon Sep 17 00:00:00 2001
From 334dd1e558ecced106f6c5ecacae687279904b54 Mon Sep 17 00:00:00 2001
From: David King <amigadave@amigadave.com>
Date: Fri, 18 Feb 2022 09:52:46 +0000
Subject: [PATCH] Use inscript as default Indic IM
@ -9,7 +9,7 @@ https://src.fedoraproject.org/rpms/gnome-desktop3/pull-request/6
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/libgnome-desktop/default-input-sources.h b/libgnome-desktop/default-input-sources.h
index bb5f10f5..005907c2 100644
index 1e02bce1..00072687 100644
--- a/libgnome-desktop/default-input-sources.h
+++ b/libgnome-desktop/default-input-sources.h
@@ -8,12 +8,12 @@ typedef struct
@ -27,7 +27,7 @@ index bb5f10f5..005907c2 100644
{ "cat_ES", "xkb", "es+cat" },
{ "cs_CZ", "xkb", "cz" },
{ "de_CH", "xkb", "ch" },
@@ -30,28 +30,28 @@ static DefaultInputSource default_input_sources[] =
@@ -31,28 +31,28 @@ static DefaultInputSource default_input_sources[] =
{ "fr_CH", "xkb", "ch+fr" },
{ "fr_FR", "xkb", "fr+oss" },
{ "gl_ES", "xkb", "es" },
@ -64,9 +64,9 @@ index bb5f10f5..005907c2 100644
- { "te_IN", "ibus", "m17n:te:inscript" },
+ { "ta_IN", "ibus", "m17n:ta:inscript2" },
+ { "te_IN", "ibus", "m17n:te:inscript2" },
{ "tr_TR", "xkb", "tr" },
{ "ur_IN", "ibus", "m17n:ur:phonetic" },
{ "zh_CN", "ibus", "libpinyin" },
{ "zh_HK", "ibus", "table:cangjie5" },
--
2.35.1
--
2.40.0