update to 1.5.24
- Update translations from zanata (de updated) - The spin button to change the fontsize should grab focus without selecting - emoji-picker: Don’t check if ibus is running, ibus does not need to run for emoji-picker - Load .desktop files for emoji-picker and ibus-setup-typing-booster correctly under Gnome Wayland - Show the most recently used skin tone by default - Use Popovers for skin tones - Don’t use HeaderBar with the default widget titlebar - Display the detailed information of an emoji as a popover, not as a tooltip - Use CSS to show light gray borders around flowbox and listbox children - create emoji-picker sub-package (Resolves: rhbz#1429154)
This commit is contained in:
parent
ad0f382732
commit
79784086e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -80,3 +80,4 @@
|
|||||||
/ibus-typing-booster-1.5.21.tar.gz
|
/ibus-typing-booster-1.5.21.tar.gz
|
||||||
/ibus-typing-booster-1.5.22.tar.gz
|
/ibus-typing-booster-1.5.22.tar.gz
|
||||||
/ibus-typing-booster-1.5.23.tar.gz
|
/ibus-typing-booster-1.5.23.tar.gz
|
||||||
|
/ibus-typing-booster-1.5.24.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.5.23
|
Version: 1.5.24
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -39,6 +39,14 @@ BuildArch: noarch
|
|||||||
Ibus-typing-booster is a context sensitive completion
|
Ibus-typing-booster is a context sensitive completion
|
||||||
input method to speedup typing.
|
input method to speedup typing.
|
||||||
|
|
||||||
|
%package -n emoji-picker
|
||||||
|
Summary: An emoji selection tool
|
||||||
|
Requires: ibus-typing-booster = %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n emoji-picker
|
||||||
|
A simple application to find and insert emoji and other
|
||||||
|
Unicode symbols.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -95,16 +103,35 @@ make check || cat ./tests/test-suite.log
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%{_bindir}/emoji-picker
|
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/appdata/*.appdata.xml
|
%{_datadir}/appdata/typing-booster.appdata.xml
|
||||||
%{_datadir}/ibus/component/typing-booster.xml
|
%{_datadir}/ibus/component/typing-booster.xml
|
||||||
%{_libexecdir}/ibus-engine-typing-booster
|
%{_libexecdir}/ibus-engine-typing-booster
|
||||||
%{_libexecdir}/ibus-setup-typing-booster
|
%{_libexecdir}/ibus-setup-typing-booster
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
|
|
||||||
|
%files -n emoji-picker
|
||||||
|
%{_bindir}/emoji-picker
|
||||||
|
%{_datadir}/applications/emoji-picker.desktop
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 27 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.27-1
|
* Mon Mar 06 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.24-1
|
||||||
|
- update to 1.5.24
|
||||||
|
- Update translations from zanata (de updated)
|
||||||
|
- The spin button to change the fontsize should grab focus without selecting
|
||||||
|
- emoji-picker: Don’t check if ibus is running,
|
||||||
|
ibus does not need to run for emoji-picker
|
||||||
|
- Load .desktop files for emoji-picker and ibus-setup-typing-booster
|
||||||
|
correctly under Gnome Wayland
|
||||||
|
- Show the most recently used skin tone by default
|
||||||
|
- Use Popovers for skin tones
|
||||||
|
- Don’t use HeaderBar with the default widget titlebar
|
||||||
|
- Display the detailed information of an emoji as a popover, not as a tooltip
|
||||||
|
- Use CSS to show light gray borders around flowbox and listbox children
|
||||||
|
- create emoji-picker sub-package (Resolves: rhbz#1429154)
|
||||||
|
|
||||||
|
* Mon Feb 27 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.23-1
|
||||||
- update to 1.5.23
|
- update to 1.5.23
|
||||||
- Update translations from zanata (de, ja, pl, uk updated)
|
- Update translations from zanata (de, ja, pl, uk updated)
|
||||||
- emoji_picker.py: Add a menu button to change the font for the emoji
|
- emoji_picker.py: Add a menu button to change the font for the emoji
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-1.5.23.tar.gz) = 20f4822009278707d9cee81a37b87a54f8377188db8dff188bb025f0e60872b7a49dfa5e91782ef2a2b081a36952af19b252ce5111ba6d3b4160b3627605a73e
|
SHA512 (ibus-typing-booster-1.5.24.tar.gz) = 4e342dea4e0113328af2d50b185043a3ec096cb7add322d517015639d7d5565e9e86b7dee067153443d4a7aaccb301e5b8e4943402b6110e185741d1a215c30a
|
||||||
|
Loading…
Reference in New Issue
Block a user