Update to 44.0
This commit is contained in:
parent
508e39b4b2
commit
c8a74f6c85
1
.gitignore
vendored
1
.gitignore
vendored
@ -196,3 +196,4 @@ gnome-desktop-2.90.4.tar.bz2
|
||||
/gnome-desktop-43.tar.xz
|
||||
/gnome-desktop-43.1.tar.xz
|
||||
/gnome-desktop-44.beta.tar.xz
|
||||
/gnome-desktop-44.0.tar.xz
|
||||
|
@ -8,13 +8,13 @@
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-desktop3
|
||||
Version: 44~beta
|
||||
Version: 44.0
|
||||
Release: %autorelease
|
||||
Summary: Library with common API for various GNOME modules
|
||||
|
||||
License: GPLv2+ and LGPLv2+
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND GFDL-1.1
|
||||
URL: https://gitlab.gnome.org/GNOME/gnome-desktop
|
||||
Source0: https://download.gnome.org/sources/gnome-desktop/43.alpha/gnome-desktop-%{tarball_version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-desktop/44/gnome-desktop-%{tarball_version}.tar.xz
|
||||
|
||||
Source1: gnome-mimeapps.list
|
||||
# Generated with:
|
||||
|
@ -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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-desktop-44.beta.tar.xz) = 47ad04a4a04f649c5dc82944ab3e20ee45e2ecaf7866ba6457de5a65f04b38c390a73078c01f872bf011cd43fb70065bc33a6322d44290e1b1f1c5100b501391
|
||||
SHA512 (gnome-desktop-44.0.tar.xz) = 707e96ffe1bbe27c448dd007b5a005e06ea3bba945c1c6708c61b8cec204cef6f5ed540f8ba0f5e566c2fdbc825fc6f9f0440706e0aea132490ca6d48823e180
|
||||
|
Loading…
Reference in New Issue
Block a user