summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Lima (Etrunko) <eduardo.lima@intel.com>2013-11-04 17:38:04 -0200
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>2013-11-04 18:57:00 -0200
commite73f1f216066a3efec2eddbc055711b030d0cd6b (patch)
treefff8847776ba3d8fab412a4665c238ab7dd91ea6
parent7cb30cea4f79f0b32f05ff404ac380daedc90876 (diff)
downloadweekeyboard-e73f1f216066a3efec2eddbc055711b030d0cd6b.tar.gz
weekeyboard-e73f1f216066a3efec2eddbc055711b030d0cd6b.tar.bz2
weekeyboard-e73f1f216066a3efec2eddbc055711b030d0cd6b.zip
Change-Id: I56a56409fc890444a344960955e56359bfa0931d Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
-rw-r--r--packaging/weekeyboard.changes54
-rw-r--r--packaging/weekeyboard.spec13
2 files changed, 64 insertions, 3 deletions
diff --git a/packaging/weekeyboard.changes b/packaging/weekeyboard.changes
index 3d229d0..54fb7d9 100644
--- a/packaging/weekeyboard.changes
+++ b/packaging/weekeyboard.changes
@@ -1,3 +1,57 @@
+* Mon Nov 04 2013 Eduardo Lima (Etrunko) <eduardo.lima@intel.com> upstream/0.0.2@978eca4
+- Update packaging for version 0.0.2
+- Updated package revision
+- Added Tizen packaging
+- Imported Upstream version 0.0.2
+- Merge branch 'master' into upstream
+- Release 0.0.2
+- Rework key handling
+- Fix handling of special keys
+- Enable IBus integration
+- Check for IBus GlobalEngine property
+- Finish implementation of IBusInputContext
+- Fix deserialize for all IBus types
+- New IBus helper functions
+- Fix IBus shutdown process
+- Added proxy calls to IBusInputContext service
+- Fix ibus-test to match new wkb-ibus connection scheme
+- Attempt to reconnect to IBus daemon when connection is lost
+- Nullify reference to config_eet in unregister
+- Rename global struct to avoid confusion
+- New dedicated file for various IBus helper functions
+- Fix query for IBus address
+- Add events to notify of IBus connect/disconnect
+- Fix engine/hangul config key names
+- Receive path as parameter in config_register
+- Add missing extern "C" directives in header files
+- Fix init/shutdown process in wkb-ibus and wkb-ibus-test
+- Make use of Eina_Log for debugging messages
+- Fix handling of backspace key press
+- Don't hardcode config file path
+- Emit 'ValueChanged' signal upon change
+- Write modifications to Eet file upon change
+- Fix handling of "Enter" key press
+- Handle cases of Eldbus_Message_Iter argument being NULL
+- Enable use of IBusConfig interface
+- Fix section/key search
+- Fix implementation of wkb_ibus_config_eet_get_values()
+- The return value of config_key_get must be a variant
+- New function wkb_config_key_signature()
+- Add implementation of string_list_key_get()
+- Fix signatures of wkb_ibus_config_eet public functions
+- Fix signature of wkb_config_key_get
+- Cosmetic change for DBus message error checking macros
+- Move IBus definitions to a dedicated header file
+- Added wkb_ibus_config_unregister
+- Fix initializations in tests
+- Added missing implementation of config_key_string_list_set
+- Add config_section_get_value and config_section_set_value
+- Fix config_section initialization order
+- Add accessor for key id
+- Introduce struct _config_key
+- Improve config_section base implementation
+- Make use of -Wno-unused-parameter
+
* Wed Sep 18 2013 Eduardo Lima (Etrunko) <eduardo.lima@intel.com> upstream/0.0.1@d5a9506
- Updated package revision
diff --git a/packaging/weekeyboard.spec b/packaging/weekeyboard.spec
index da1ac45..a892cd3 100644
--- a/packaging/weekeyboard.spec
+++ b/packaging/weekeyboard.spec
@@ -1,12 +1,13 @@
Name: weekeyboard
-Version: 0.0.1
-Release: 2
+Version: 0.0.2
+Release: 1
License: Apache-2.0
Summary: Virtual Keyboard Application
-Url: http://www.enlightenment.org/
+Url: http://github.com/etrunko/weekeyboard
Group: Graphics & UI Framework/Libraries
Source0: weekeyboard-%{version}.tar.bz2
Source1001: weekeyboard.manifest
+
BuildRequires: pkgconfig(eina)
BuildRequires: pkgconfig(eet)
BuildRequires: pkgconfig(evas)
@@ -14,6 +15,12 @@ BuildRequires: pkgconfig(ecore)
BuildRequires: pkgconfig(ecore-evas)
BuildRequires: pkgconfig(ecore-wayland)
BuildRequires: pkgconfig(edje)
+BuildRequires: pkgconfig(eet)
+BuildRequires: pkgconfig(efreet)
+BuildRequires: pkgconfig(eldbus)
+BuildRequires: ibus
+
+Requires: ibus
%description
Weekeyboard is virtual keyboard application written in EFL and