Accepting request 481827 from home:mike-fabian
- update to 1.5.29 - Add Recommends: noto-coloremoji-fonts, “Noto Color Emoji” looks much better than “Symbola” even in gray scale. - Update translations from zanata (de, pl updated) - Add a “--version” command line option to emoji-picker - itb_emoji.py: Also read emoji-test.txt (from unicode.org) - emoji-picker: Set default font to first available in ['Noto Color Emoji', 'Emoji One', 'Symbola'] - Small parsing improvement of emoji-sequences.txt - Add support to either use U+FE0F VARIATION SELECTOR-16 in emoji sequences or not - emoji-picker: Show “∅ Search produced empty result.” when nothing matches in a search OBS-URL: https://build.opensuse.org/request/show/481827 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=12
This commit is contained in:
parent
81fe5d2b6c
commit
c03b96eb2e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ee889a2e9fa8e825b87bc080e4411bbeefe1d9a87db61dd72a6d2d549b795dd0
|
|
||||||
size 4924597
|
|
3
ibus-typing-booster-1.5.29.tar.gz
Normal file
3
ibus-typing-booster-1.5.29.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aca0c65a4eb731b6419edd6b82cf228a1ed3d35b3cfdfbc121866f7277240118
|
||||||
|
size 4958224
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 21 15:44:14 UTC 2017 - maiku.fabian@gmail.com
|
||||||
|
|
||||||
|
- update to 1.5.29
|
||||||
|
- Add Recommends: noto-coloremoji-fonts, “Noto Color Emoji”
|
||||||
|
looks much better than “Symbola” even in gray scale.
|
||||||
|
- Update translations from zanata (de, pl updated)
|
||||||
|
- Add a “--version” command line option to emoji-picker
|
||||||
|
- itb_emoji.py: Also read emoji-test.txt (from unicode.org)
|
||||||
|
- emoji-picker: Set default font to first available in
|
||||||
|
['Noto Color Emoji', 'Emoji One', 'Symbola']
|
||||||
|
- Small parsing improvement of emoji-sequences.txt
|
||||||
|
- Add support to either use U+FE0F VARIATION SELECTOR-16 in emoji sequences or not
|
||||||
|
- emoji-picker: Show “∅ Search produced empty result.” when nothing matches in a search
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 18 12:53:33 UTC 2017 - maiku.fabian@gmail.com
|
Sat Mar 18 12:53:33 UTC 2017 - maiku.fabian@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
%define __python3 /usr/bin/python3
|
%define __python3 /usr/bin/python3
|
||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.5.28
|
Version: 1.5.29
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -31,7 +31,8 @@ Requires: python3 >= 3.3
|
|||||||
Requires: dbus-1-python3
|
Requires: dbus-1-python3
|
||||||
Requires: python3-pyenchant
|
Requires: python3-pyenchant
|
||||||
Requires: python3-pyxdg
|
Requires: python3-pyxdg
|
||||||
# Recommend a reasonably good font which has most of the emoji:
|
# Recommend reasonably good fonts which have most of the emoji:
|
||||||
|
Recommends: noto-coloremoji-fonts
|
||||||
Recommends: gdouros-symbola-fonts
|
Recommends: gdouros-symbola-fonts
|
||||||
BuildRequires: ibus-devel
|
BuildRequires: ibus-devel
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
|
Loading…
Reference in New Issue
Block a user