diff options
author | Ossama Othman <ossama.othman@intel.com> | 2013-10-03 14:15:36 -0700 |
---|---|---|
committer | Rusty Lynch <rusty.lynch@intel.com> | 2013-10-03 14:47:01 -0700 |
commit | d2c4ee4f301ded1ecc8229206183445338aeb983 (patch) | |
tree | 7448d4a322a844dc2e8f5b77ae67beac5b1c3fde | |
parent | 7e1a739ad247e34ad3d730bdea76a64a9ce53a13 (diff) | |
download | weston-d2c4ee4f301ded1ecc8229206183445338aeb983.tar.gz weston-d2c4ee4f301ded1ecc8229206183445338aeb983.tar.bz2 weston-d2c4ee4f301ded1ecc8229206183445338aeb983.zip |
TIVI-1828: Install weekeyboard.xml app metadata file.
Change-Id: I81d90d070f83c2928e02a8d35abc4bd210a7b527
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
-rw-r--r-- | packaging/weekeyboard.xml | 11 | ||||
-rw-r--r-- | packaging/weston.spec | 4 |
2 files changed, 15 insertions, 0 deletions
diff --git a/packaging/weekeyboard.xml b/packaging/weekeyboard.xml new file mode 100644 index 00000000..8f894a79 --- /dev/null +++ b/packaging/weekeyboard.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<manifest xmlns="http://tizen.org/ns/packages" package="keyboard" version="0.0.1" install-location="internal-only"> + <label>keyboard</label> + <description>weekeyboard virtual keyboard</description> + <ui-application appid="keyboard" exec="/bin/weekeyboard" nodisplay="true" multiple="false" type="capp" taskmanage="false"> + <icon>terminal.png</icon> + <label>Keyboard</label> + <label xml:lang="en-gb">Keyboard</label> + <label xml:lang="en-us">Keyboard</label> + </ui-application> +</manifest> diff --git a/packaging/weston.spec b/packaging/weston.spec index de1322b1..5dcdd125 100644 --- a/packaging/weston.spec +++ b/packaging/weston.spec @@ -19,6 +19,7 @@ Source5: terminal.xml Source6: browser.xml Source7: browser.png Source8: browser +Source9: weekeyboard.xml Source1001: weston.manifest BuildRequires: autoconf >= 2.64, automake >= 1.11 BuildRequires: expat-devel @@ -103,6 +104,9 @@ install -m 0644 %{SOURCE6} %{buildroot}%{_datadir}/packages/browser.xml cp %{SOURCE7} %{buildroot}%{_datadir}/icons/default/small/ install -m 755 %{SOURCE8} %{buildroot}%{_bindir}/browser +# install tizen package metadata for weekeyboard +install -m 0644 %{SOURCE9} %{buildroot}%{_datadir}/packages/weekeyboard.xml + # install example clients install -m 755 clients/weston-simple-touch %{buildroot}%{_bindir} install -m 755 clients/weston-simple-shm %{buildroot}%{_bindir} |