summaryrefslogtreecommitdiff
path: root/packaging/weekeyboard.spec
blob: 4493364fa537ee67826e27ddf347e3ae122e5ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
%bcond_with wayland

Name:           weekeyboard
Version:        0.0.2
Release:        1
License:        Apache-2.0
Summary:        Virtual Keyboard Application
Url:            http://github.com/etrunko/weekeyboard
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)
BuildRequires:  pkgconfig(eet)
BuildRequires:  pkgconfig(efreet)
BuildRequires:  pkgconfig(eldbus)
BuildRequires:  ibus

Requires:       ibus
Requires:       ibus-hangul
Requires:       ibus-libpinyin

%if !%{with wayland}
ExclusiveArch:
%endif

%description
Weekeyboard is virtual keyboard application written in EFL and
made for Wayland compositors.
%prep
%setup -q
cp %{SOURCE1001} .

%build

%reconfigure --disable-ibus
make %{?_smp_mflags}

%install
%make_install

%files
%manifest %{name}.manifest
%defattr(-,root,root,-)
%license COPYING
%{_bindir}/weekeyboard
%{_datadir}/weekeyboard/*.edj

%changelog