diff options
author | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2013-09-17 15:51:42 -0300 |
---|---|---|
committer | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2013-11-04 17:32:09 -0200 |
commit | 2529610b3a2d77a5e0cf5b48e6679e10e7b3127f (patch) | |
tree | b14217a279358a45881d8ad0b9e74077fbf247bc | |
parent | 6710dd177e26d074ea415d2b552d93666385282d (diff) | |
download | weekeyboard-2529610b3a2d77a5e0cf5b48e6679e10e7b3127f.tar.gz weekeyboard-2529610b3a2d77a5e0cf5b48e6679e10e7b3127f.tar.bz2 weekeyboard-2529610b3a2d77a5e0cf5b48e6679e10e7b3127f.zip |
Added Tizen packaging
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
-rw-r--r-- | .gbs.conf | 3 | ||||
-rw-r--r-- | packaging/weekeyboard.changes | 3 | ||||
-rw-r--r-- | packaging/weekeyboard.manifest | 5 | ||||
-rw-r--r-- | packaging/weekeyboard.spec | 47 |
4 files changed, 58 insertions, 0 deletions
diff --git a/.gbs.conf b/.gbs.conf new file mode 100644 index 0000000..217f0b1 --- /dev/null +++ b/.gbs.conf @@ -0,0 +1,3 @@ +[general] +upstream_branch = upstream +upstream_tag = upstream/${upstreamversion} diff --git a/packaging/weekeyboard.changes b/packaging/weekeyboard.changes new file mode 100644 index 0000000..127d874 --- /dev/null +++ b/packaging/weekeyboard.changes @@ -0,0 +1,3 @@ +* Tue Sep 17 2013 Eduardo Lima (Etrunko) <eduardo.lima@intel.com> v0.0.1@d6704af +- Initial Release + diff --git a/packaging/weekeyboard.manifest b/packaging/weekeyboard.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/weekeyboard.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/weekeyboard.spec b/packaging/weekeyboard.spec new file mode 100644 index 0000000..e42cdd6 --- /dev/null +++ b/packaging/weekeyboard.spec @@ -0,0 +1,47 @@ +Name: weekeyboard +Version: 0.0.1 +Release: 1 +License: Apache-2.0 +Summary: Virtual Keyboard Application +Url: http://www.enlightenment.org/ +Group: Graphics & UI Framework/Libraries +Source0: weekeyboard-%{version}.tar.bz2 +Source1001: weekeyboard.manifest +BuildRequires: pkgconfig(eina) +BuildRequires: pkgconfig(eet) +BuildRequires: pkgconfig(evas) +BuildRequires: pkgconfig(ecore) +BuildRequires: pkgconfig(ecore-evas) +BuildRequires: pkgconfig(ecore-wayland) +BuildRequires: pkgconfig(edje) + +%description +Weekeyboard is virtual keyboard application written in EFL and +made for Wayland compositors. +%prep +%setup -q +cp %{SOURCE1001} . + +%build + +%configure --disable-ibus +make %{?_smp_mflags} + +%install +%make_install + + +%post + +%postun + + +%files +%manifest %{name}.manifest +%defattr(-,root,root,-) +%license COPYING +%{_bindir}/weekeyboard +%{_datadir}/weekeyboard/*.edj + +%changelog + |