From: Eduardo Lima (Etrunko) Date: Tue, 17 Sep 2013 18:51:42 +0000 (-0300) Subject: Added Tizen packaging X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60f6b89f3a8508dffd6e8e9cac60b4548ad8a93f;p=profile%2Fivi%2Fweekeyboard.git Added Tizen packaging Signed-off-by: Eduardo Lima (Etrunko) --- 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) 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 @@ + + + + + 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 +