diff options
author | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2013-11-04 17:38:04 -0200 |
---|---|---|
committer | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-05-13 10:54:47 +0200 |
commit | f71a89a268c21344969aee76f7ac2b9a2455d38c (patch) | |
tree | 0e39f4af3bf84ecd11efd014fc6060b3c871cc64 | |
parent | 49ce570c5e5e6474b88b0168793615fefdbf1882 (diff) | |
download | weekeyboard-f71a89a268c21344969aee76f7ac2b9a2455d38c.tar.gz weekeyboard-f71a89a268c21344969aee76f7ac2b9a2455d38c.tar.bz2 weekeyboard-f71a89a268c21344969aee76f7ac2b9a2455d38c.zip |
Added dependency of ibus engines
Change-Id: I986cbe686c03706dc6924f0765c8fc4d0c1c4df3
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
-rw-r--r-- | packaging/weekeyboard.changes | 3 | ||||
-rw-r--r-- | packaging/weekeyboard.spec | 9 |
2 files changed, 6 insertions, 6 deletions
diff --git a/packaging/weekeyboard.changes b/packaging/weekeyboard.changes index 54fb7d9..8373ff6 100644 --- a/packaging/weekeyboard.changes +++ b/packaging/weekeyboard.changes @@ -1,3 +1,6 @@ +* Wed Dec 18 2013 Eduardo Lima (Etrunko) <eduardo.lima@intel.com> accepted/tizen_ivi_stable/20131119.040406@5fa32b2 +- Added dependency of ibus engines + * 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 diff --git a/packaging/weekeyboard.spec b/packaging/weekeyboard.spec index a892cd3..d102f22 100644 --- a/packaging/weekeyboard.spec +++ b/packaging/weekeyboard.spec @@ -21,6 +21,9 @@ BuildRequires: pkgconfig(eldbus) BuildRequires: ibus Requires: ibus +Requires: ibus-hangul +Requires: ibus-libpinyin + %description Weekeyboard is virtual keyboard application written in EFL and @@ -37,12 +40,6 @@ make %{?_smp_mflags} %install %make_install - -%post - -%postun - - %files %manifest %{name}.manifest %defattr(-,root,root,-) |