Accepting request 460739 from home:mike-fabian
Mon Feb 27 15:53:28 UTC 2017 - maiku.fabian@gmail.com - remove fix-emoji-picker-desktop-file.patch (fixed upstream) Mon Feb 27 15:44:47 UTC 2017 - maiku.fabian@gmail.com - update to 1.5.23 - 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: Make background colour of the flowbox listing the emoji white - emoji-picker: Use “Symbola” as the default font - Remember the font and the fontsize in a config file - emoji_picker.py: Add a spin button to change the font size of the emoji - Add option to the emoji-picker to load *all* Unicode characters - UI redesign of the emoji-picker - Return an empty list immediately if candidates() is called with an empty search string - Make the fontsize for the names of the emoji in the search results smaller - Make the search in emoji-picker a bit more responsive by using GLib.idle_add() - Save the recently used emoji immediately, not only when the program quits - Set default font size of emoji-picker to 24 instead of 16 - Set the emoji font only for the emoji, not for its name in the search results - Set WM_CLASS of emoji-picker and ibus-setup-typing-booster correctly - Add “Icon” and “Categories” to emoji-picker.desktop OBS-URL: https://build.opensuse.org/request/show/460739 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
9436373ca2
commit
7aeb2884c6
@@ -1,13 +0,0 @@
|
|||||||
diff --git a/engine/emoji-picker.desktop.in.in b/engine/emoji-picker.desktop.in.in
|
|
||||||
index 4a8c68b..462bcb6 100644
|
|
||||||
--- a/engine/emoji-picker.desktop.in.in
|
|
||||||
+++ b/engine/emoji-picker.desktop.in.in
|
|
||||||
@@ -2,5 +2,8 @@
|
|
||||||
Name=Emoji Picker
|
|
||||||
Comment=An emoji selection tool
|
|
||||||
Exec=${PREFIX}/bin/emoji-picker
|
|
||||||
+Icon=/usr/share/ibus-typing-booster/icons/ibus-hunspell-table.svg
|
|
||||||
+Terminal=false
|
|
||||||
Type=Application
|
|
||||||
StartupNotify=true
|
|
||||||
+Categories=GTK;Utility;
|
|
3
ibus-typing-booster-1.5.23.tar.gz
Normal file
3
ibus-typing-booster-1.5.23.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4123e216d954338d87fefa8dd648e08868786071da10a4e42a47a60a0e2ed5a2
|
||||||
|
size 4872532
|
@@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 27 15:53:28 UTC 2017 - maiku.fabian@gmail.com
|
||||||
|
|
||||||
|
- remove fix-emoji-picker-desktop-file.patch (fixed upstream)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 27 15:44:47 UTC 2017 - maiku.fabian@gmail.com
|
||||||
|
|
||||||
|
- update to 1.5.23
|
||||||
|
- 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: Make background colour of the flowbox listing the emoji white
|
||||||
|
- emoji-picker: Use “Symbola” as the default font
|
||||||
|
- Remember the font and the fontsize in a config file
|
||||||
|
- emoji_picker.py: Add a spin button to change the font size of the emoji
|
||||||
|
- Add option to the emoji-picker to load *all* Unicode characters
|
||||||
|
- UI redesign of the emoji-picker
|
||||||
|
- Return an empty list immediately if candidates() is called with an empty search string
|
||||||
|
- Make the fontsize for the names of the emoji in the search results smaller
|
||||||
|
- Make the search in emoji-picker a bit more responsive by using GLib.idle_add()
|
||||||
|
- Save the recently used emoji immediately, not only when the program quits
|
||||||
|
- Set default font size of emoji-picker to 24 instead of 16
|
||||||
|
- Set the emoji font only for the emoji, not for its name in the search results
|
||||||
|
- Set WM_CLASS of emoji-picker and ibus-setup-typing-booster correctly
|
||||||
|
- Add “Icon” and “Categories” to emoji-picker.desktop
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 24 12:57:33 UTC 2017 - maiku.fabian@gmail.com
|
Fri Feb 24 12:57: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.22
|
Version: 1.5.23
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@@ -25,7 +25,6 @@ Group: System Environment/Libraries
|
|||||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||||
Source0: https://fedorahosted.org/releases/i/b/ibus-typing-booster/%{name}-%{version}.tar.gz
|
Source0: https://fedorahosted.org/releases/i/b/ibus-typing-booster/%{name}-%{version}.tar.gz
|
||||||
Source1: https://fedorahosted.org/releases/i/n/inscript2/inscript2-20160423.tar.gz
|
Source1: https://fedorahosted.org/releases/i/n/inscript2/inscript2-20160423.tar.gz
|
||||||
Patch0: fix-emoji-picker-desktop-file.patch
|
|
||||||
Requires: ibus >= 1.5.3
|
Requires: ibus >= 1.5.3
|
||||||
Requires: m17n-lib
|
Requires: m17n-lib
|
||||||
Requires: python3 >= 3.3
|
Requires: python3 >= 3.3
|
||||||
@@ -70,7 +69,6 @@ input method to speedup typing.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
##extract inscript2 maps
|
##extract inscript2 maps
|
||||||
tar xzf %{SOURCE1}
|
tar xzf %{SOURCE1}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user