blob: d102f2292146190de8d976e6d2c0b23510e45fa1 (
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
|
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
%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
%files
%manifest %{name}.manifest
%defattr(-,root,root,-)
%license COPYING
%{_bindir}/weekeyboard
%{_datadir}/weekeyboard/*.edj
%changelog
|