From 2529610b3a2d77a5e0cf5b48e6679e10e7b3127f Mon Sep 17 00:00:00 2001 From: "Eduardo Lima (Etrunko)" Date: Tue, 17 Sep 2013 15:51:42 -0300 Subject: [PATCH] Added Tizen packaging Signed-off-by: Eduardo Lima (Etrunko) --- .gbs.conf | 3 +++ packaging/weekeyboard.changes | 3 +++ packaging/weekeyboard.manifest | 5 +++++ packaging/weekeyboard.spec | 47 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 58 insertions(+) create mode 100644 .gbs.conf create mode 100644 packaging/weekeyboard.changes create mode 100644 packaging/weekeyboard.manifest create mode 100644 packaging/weekeyboard.spec 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 + -- 2.7.4