Change default for Sinhala and Vietnamese to use ibus-m17n keymaps

This commit is contained in:
Parag Nemade 2020-12-18 13:09:39 +05:30
parent 58af9c56e3
commit 093f4a636d
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

View File

@ -1,6 +1,6 @@
Name: langpacks
Version: 3.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Langpacks meta-package
License: GPLv2+
@ -970,7 +970,11 @@ This package provides Sinhala langpacks meta-package.
%files si
%{_datadir}/metainfo/org.fedoraproject.LangPack-si.metainfo.xml
%if 0%{?rhel} && 0%{?rhel} >= 9
%langcore_pkg -l si -n Sinhala -f google-noto-sans-sinhala-vf-fonts -i ibus-m17n
%else
%langcore_pkg -l si -n Sinhala -f google-noto-sans-sinhala-vf-fonts -i ibus-sayura ibus-m17n
%endif
%package sk
Summary: Slovak langpacks meta-package
@ -1188,7 +1192,11 @@ This package provides Vietnamese langpacks meta-package.
%files vi
%{_datadir}/metainfo/org.fedoraproject.LangPack-vi.metainfo.xml
%if 0%{?rhel} && 0%{?rhel} >= 9
%langcore_pkg -l vi -n Vietnamese -i ibus-m17n
%else
%langcore_pkg -l vi -n Vietnamese -i ibus-bogo
%endif
%package xh
Summary: Xhosa langpacks meta-package
@ -1283,6 +1291,9 @@ DESTDIR=%{buildroot} appstream-util split-appstream %{SOURCE1}
DESTDIR=%{buildroot} appstream-util split-appstream %{SOURCE2}
%changelog
* Thu Dec 17 2020 Parag Nemade <pnemade AT redhat DOT com> - 3.0-6
- Change default for Sinhala and Vietnamese to use ibus-m17n keymaps
* Wed Sep 16 2020 Parag Nemade <pnemade AT redhat DOT com> - 3.0-5
- Resolves: Fix broken dependency for langpacks-core-font-km (#1879141)