From 68448997802aa2d33788da68cf00472d90581e77 Mon Sep 17 00:00:00 2001 From: "Eduardo Lima (Etrunko)" Date: Wed, 26 Nov 2014 16:13:07 -0200 Subject: [PATCH] Update package version to 0.0.3 Change-Id: I47ca3da23b7f5cd35feca39c0f22d7b7a0c19932 Signed-off-by: Eduardo Lima (Etrunko) --- packaging/weekeyboard.changes | 40 +++++++++++++++++++++++++++++++++++ packaging/weekeyboard.spec | 6 +++--- 2 files changed, 43 insertions(+), 3 deletions(-) diff --git a/packaging/weekeyboard.changes b/packaging/weekeyboard.changes index 8373ff6..c66895f 100644 --- a/packaging/weekeyboard.changes +++ b/packaging/weekeyboard.changes @@ -1,3 +1,43 @@ +* Thu Nov 27 2014 Eduardo Lima (Etrunko) v0.0.3-12-g52b35bd +- wkb-ibus: Fix repeatly create ibus-daemon. +- Initialize ecore_wayland +- Fix initialization of custom-font key +- Add access to ibus-config settings from the application. +- Accessor for string_list keys +- Better use of _config_section_init function +- Pointers to data descriptors now members of respective sections +- Refactor config_eet to store more than one toplevel section +- New specific Weekeyboard config section and "theme" key +- Add section id to struct wkb_config_key +- New function wkb_ibus_config_eet_dump +- Accessor for struct wkb_config_key +- Properly handle 'ValueChanged' config signal +- Support for different themes +- Decrease level of severity for debug message +- Fix set_value for string_list keys +- Fix return value for _key_basic_get +- New function for updating a config section +- Add configuration sections for pinyin and bopomofo engines +- Adjust long press timer to a lower value +- Add default_1080 theme +- Fix themes Makefile +- Add repeat-on-hold feature to space/backspace keys +- Adding ability to recognize some UTF8 symbols on the keyboard. +- Replace default theme font with SourceSansPro +- Release 0.0.3 +- Added Tizen packaging +- Updated package revision +- Update packaging for version 0.0.2 +- Added dependency of ibus engines +- disable ibus in mobile segment +- Revert "disable ibus in mobile segment" +- weekeyboard should not try to build into a pure x11 platform. +- Convert spec macro %configure to %reconfigure to fix automake issue. Signed-off-by: Ronan Le Martret +- packaging: cleanup, exclude if not wayland +- packaging: use upstream tag +- FIxed little typo. +- Update package version to 0.0.3 + * Wed Dec 18 2013 Eduardo Lima (Etrunko) accepted/tizen_ivi_stable/20131119.040406@5fa32b2 - Added dependency of ibus engines diff --git a/packaging/weekeyboard.spec b/packaging/weekeyboard.spec index 28a6bd2..a2efd25 100644 --- a/packaging/weekeyboard.spec +++ b/packaging/weekeyboard.spec @@ -1,7 +1,7 @@ %bcond_with wayland Name: weekeyboard -Version: 0.0.2 +Version: 0.0.3 Release: 0 License: Apache-2.0 Summary: Virtual Keyboard Application @@ -40,7 +40,7 @@ cp %{SOURCE1001} . %build -%reconfigure --disable-ibus +%reconfigure make %{?_smp_mflags} %install @@ -52,4 +52,4 @@ make %{?_smp_mflags} %license COPYING %{_bindir}/weekeyboard %{_datadir}/weekeyboard/*.edj - +%{_datadir}/X11/xkb/symbols/wkb -- 2.34.1