Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Mike FABIAN
ad4873dec8 Update to 1.4.19
- Translation update from Weblate (Sinhala, si 100%)
2023-02-19 19:06:27 +01:00
Mike FABIAN
64e26e3ca5 Update to 1.4.18
- Add new icon
2022-12-07 13:30:17 +01:00
Mike FABIAN
825066fe52 Migrate license tag to SPDX 2022-11-26 00:37:04 +01:00
Mike FABIAN
d98d83618d Update to 1.4.17
- Fix problem that sa-IAST input method cannot be activated and make settings of sa-IAST work
  (Resolves: https://github.com/ibus/ibus-m17n/issues/52)
- Let IBusM17nEngine inherit from IBusEngineSimple to enable compose support
  (Resolves: https://github.com/ibus/ibus-m17n/pull/51)
2022-09-17 20:55:04 +02:00
Mike FABIAN
98ed5a329e Update to 1.4.13
- Translation update from Weblate (ar updated 100%, ka added 100%)
2022-09-08 10:31:16 +02:00
Mike FABIAN
a20fd5a6b1 Update to 1.4.11
- Added translation using Weblate (Arabic, 100%)
- Add 256x256 icon to m17n.appdata.xml
2022-09-03 11:39:35 +02:00
Mike FABIAN
3c0661e354 Update to 1.4.10
- Add language to longname in --xml output to make engines which have exactly
  the same icon distinguishable in the engine switcher
- Make the icon of the current engine appear at the left of floating panel of ibus.
  And also show the full engine name as a tooltip on that icon
  Before only a generic gear wheel ⚙️ was shown, the same for
  all engines, so one could not distinguish which engine was
  selected in the floating panel.
- Show also the engine name in the title of the setup tool window.
  I.e. instead of just “Preferences” show something like
  “Preferences m17n:t:latn-post”.
- Better icon and a screenshot which can be shown in gnome-software
- Improvements in m17n.appdata.xml
2022-08-05 16:58:19 +02:00
3 changed files with 65 additions and 4 deletions

10
.gitignore vendored
View file

@ -14,3 +14,13 @@ ibus-m17n-1.3.0.tar.gz
/ibus-m17n-1.4.7.tar.gz
/ibus-m17n-1.4.8.tar.gz
/ibus-m17n-1.4.9.tar.gz
/ibus-m17n-1.4.10.tar.gz
/ibus-m17n-1.4.11.tar.gz
/ibus-m17n-1.4.12.tar.gz
/ibus-m17n-1.4.13.tar.gz
/ibus-m17n-1.4.14.tar.gz
/ibus-m17n-1.4.15.tar.gz
/ibus-m17n-1.4.16.tar.gz
/ibus-m17n-1.4.17.tar.gz
/ibus-m17n-1.4.18.tar.gz
/ibus-m17n-1.4.19.tar.gz

View file

@ -1,10 +1,10 @@
%global require_ibus_version 1.4.0
Name: ibus-m17n
Version: 1.4.9
Release: 2%{?dist}
Version: 1.4.19
Release: 1%{?dist}
Summary: The M17N engine for IBus platform
License: GPLv2+
License: GPL-2.0-or-later
URL: https://github.com/ibus/ibus-m17n
Source0: https://github.com/ibus/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
@ -47,6 +47,15 @@ make check
%license COPYING
%{_datadir}/metainfo/m17n.appdata.xml
%{_datadir}/ibus-m17n
%{_datadir}/icons/hicolor/16x16/apps/ibus-m17n.png
%{_datadir}/icons/hicolor/22x22/apps/ibus-m17n.png
%{_datadir}/icons/hicolor/24x24/apps/ibus-m17n.png
%{_datadir}/icons/hicolor/32x32/apps/ibus-m17n.png
%{_datadir}/icons/hicolor/48x48/apps/ibus-m17n.png
%{_datadir}/icons/hicolor/64x64/apps/ibus-m17n.png
%{_datadir}/icons/hicolor/128x128/apps/ibus-m17n.png
%{_datadir}/icons/hicolor/256x256/apps/ibus-m17n.png
%{_datadir}/icons/hicolor/scalable/apps/ibus-m17n.svg
%{_libexecdir}/ibus-engine-m17n
%{_libexecdir}/ibus-setup-m17n
%{_datadir}/ibus/component/*
@ -54,6 +63,48 @@ make check
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.m17n.gschema.xml
%changelog
* Sun Feb 19 2023 Mike FABIAN <mfabian@redhat.com> - 1.4.19-1
- Update to 1.4.19
- Translation update from Weblate (Sinhala, si 100%)
* Wed Dec 07 2022 Mike FABIAN <mfabian@redhat.com> - 1.4.18-1
- Update to 1.4.18
- Add new icon
* Sat Nov 26 2022 Mike FABIAN <mfabian@redhat.com> - 1.4.17-2
- Migrate license tag to SPDX
* Sat Sep 17 2022 Mike FABIAN <mfabian@redhat.com> - 1.4.17-1
- Update to 1.4.17
- Fix problem that sa-IAST input method cannot be activated and make settings of sa-IAST work
(Resolves: https://github.com/ibus/ibus-m17n/issues/52)
- Let IBusM17nEngine inherit from IBusEngineSimple to enable compose support
(Resolves: https://github.com/ibus/ibus-m17n/pull/51)
* Thu Sep 08 2022 Mike FABIAN <mfabian@redhat.com> - 1.4.13-1
- Update to 1.4.13
- Translation update from Weblate (ar updated 100%, ka added 100%)
* Sat Sep 03 2022 Mike FABIAN <mfabian@redhat.com> - 1.4.11-1
- Update to 1.4.11
- Added translation using Weblate (Arabic, 100%)
- Add 256x256 icon to m17n.appdata.xml
* Wed Aug 03 2022 Mike FABIAN <mfabian@redhat.com> - 1.4.10-1
- Update to 1.4.10
- Add language to longname in --xml output to make engines which have exactly
the same icon distinguishable in the engine switcher
- Make the icon of the current engine appear at the left of floating panel of ibus.
And also show the full engine name as a tooltip on that icon
Before only a generic gear wheel ⚙️ was shown, the same for
all engines, so one could not distinguish which engine was
selected in the floating panel.
- Show also the engine name in the title of the setup tool window.
I.e. instead of just “Preferences” show something like
“Preferences m17n:t:latn-post”.
- Better icon and a screenshot which can be shown in gnome-software
- Improvements in m17n.appdata.xml
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

View file

@ -1 +1 @@
SHA512 (ibus-m17n-1.4.9.tar.gz) = 6a7d7316fc98e832282302a5d54eb40b6e879f98d6910db8d2c834be6c23ebda30ccbc5ed116caa3d91148e5bb2260c49f670c8c7fb2c6215d31f3e6794cd3ab
SHA512 (ibus-m17n-1.4.19.tar.gz) = d859ccd566ec46b0f03cee47dc926bf4608bbe281f62ac9127cd518749a54e7f11bbef573900575f34c1a0d33a55262226132c320acbbabf44b1ff262565702d