Update to 2.9.4
- Add emoji-picker.appdata.xml - Fix warnings and errors in typing-booster.appdata.xml - Update emoji annotations from CLDR - Support %S expansion in include statements in compose files - Translation update from Weblate for fr, he, hu, zh_CN
This commit is contained in:
parent
dd0d7c9784
commit
242b429530
1
.gitignore
vendored
1
.gitignore
vendored
@ -141,3 +141,4 @@
|
|||||||
/ibus-typing-booster-2.9.1.tar.gz
|
/ibus-typing-booster-2.9.1.tar.gz
|
||||||
/ibus-typing-booster-2.9.2.tar.gz
|
/ibus-typing-booster-2.9.2.tar.gz
|
||||||
/ibus-typing-booster-2.9.3.tar.gz
|
/ibus-typing-booster-2.9.3.tar.gz
|
||||||
|
/ibus-typing-booster-2.9.4.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.9.3
|
Version: 2.9.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+, ASL 2.0
|
License: GPLv3+, ASL 2.0
|
||||||
@ -43,6 +43,7 @@ BuildRequires: m17n-lib
|
|||||||
BuildRequires: m17n-db-extras
|
BuildRequires: m17n-db-extras
|
||||||
BuildRequires: python3-enchant
|
BuildRequires: python3-enchant
|
||||||
BuildRequires: python3-libvoikko
|
BuildRequires: python3-libvoikko
|
||||||
|
BuildRequires: appstream
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: python3-mock
|
BuildRequires: python3-mock
|
||||||
@ -128,6 +129,7 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
export LC_ALL=C.UTF-8
|
export LC_ALL=C.UTF-8
|
||||||
|
appstreamcli validate --pedantic --explain --no-net %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||||
desktop-file-validate \
|
desktop-file-validate \
|
||||||
$RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
$RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
@ -224,9 +226,18 @@ fi
|
|||||||
|
|
||||||
%files -n emoji-picker
|
%files -n emoji-picker
|
||||||
%{_bindir}/emoji-picker
|
%{_bindir}/emoji-picker
|
||||||
|
%{_datadir}/metainfo/emoji-picker.appdata.xml
|
||||||
%{_datadir}/applications/emoji-picker.desktop
|
%{_datadir}/applications/emoji-picker.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 14 2020 Mike FABIAN <mfabian@redhat.com> - 2.9.4-1
|
||||||
|
- Update to 2.9.4
|
||||||
|
- Add emoji-picker.appdata.xml
|
||||||
|
- Fix warnings and errors in typing-booster.appdata.xml
|
||||||
|
- Update emoji annotations from CLDR
|
||||||
|
- Support %S expansion in include statements in compose files
|
||||||
|
- Translation update from Weblate for fr, he, hu, zh_CN
|
||||||
|
|
||||||
* Mon Jun 22 2020 Mike FABIAN <mfabian@redhat.com> - 2.9.3-1
|
* Mon Jun 22 2020 Mike FABIAN <mfabian@redhat.com> - 2.9.3-1
|
||||||
- Update to 2.9.3
|
- Update to 2.9.3
|
||||||
- Translation updates from Weblate for he
|
- Translation updates from Weblate for he
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.9.3.tar.gz) = fab5ccb36f23889368b8ec49096a095360e7792c1fedcf6240657a0a3e5efc47ed3f3d7def6593c08c5ee407d856e66d181a3f206895dbca70f9178003a6eddc
|
SHA512 (ibus-typing-booster-2.9.4.tar.gz) = 9c323301deccec0904cb2a2e34015ef11885ecd635ddb99afc6811a7f684dca448a026301155ae26fe0a38c00ca0a4d714ff933c39a60e4299434cfbca455d58
|
||||||
|
Loading…
Reference in New Issue
Block a user