You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.7 KiB
66 lines
1.7 KiB
4 years ago
|
Name: maliit-keyboard
|
||
|
Version: 2.0.0
|
||
|
Release: 1%{?dist}
|
||
|
Summary: Maliit Keyboard 2
|
||
|
|
||
|
License: LGPLv3 and BSD and CC-BY
|
||
|
URL: https://maliit.github.io/
|
||
|
Source0: https://github.com/maliit/keyboard/archive/refs/tags/keyboard-%{version}.tar.gz
|
||
|
|
||
|
BuildRequires: cmake
|
||
|
BuildRequires: make
|
||
|
BuildRequires: gcc-c++
|
||
|
|
||
|
BuildRequires: maliit-framework-devel >= %{version}
|
||
|
BuildRequires: glib2-devel
|
||
|
BuildRequires: hunspell-devel
|
||
|
|
||
|
BuildRequires: anthy-devel
|
||
|
BuildRequires: libpinyin-devel
|
||
|
BuildRequires: libchewing-devel
|
||
|
|
||
|
BuildRequires: qt5-qtbase-devel
|
||
|
BuildRequires: qt5-qtdeclarative-devel
|
||
|
BuildRequires: qt5-qtmultimedia-devel
|
||
|
BuildRequires: qt5-qtfeedback-devel
|
||
|
|
||
|
|
||
|
%description
|
||
|
Based on Ubuntu Keyboard. Ubuntu Keyboard was a QML and C++ based Keyboard
|
||
|
Plugin for Maliit, based on the Maliit Reference plugin, taking into account the
|
||
|
special UI/UX requests of Ubuntu Phone.
|
||
|
|
||
|
%prep
|
||
|
%autosetup -n keyboard-%{version} -p1
|
||
|
|
||
|
%build
|
||
|
%cmake -Denable-presage=OFF
|
||
|
|
||
|
%cmake_build
|
||
|
|
||
|
%install
|
||
|
%cmake_install
|
||
|
|
||
|
rm -rf %{buildroot}%{_datadir}/doc/maliit-keyboard
|
||
|
|
||
|
%ldconfig_scriptlets
|
||
|
|
||
|
%files
|
||
|
%license COPYING.BSD COPYING.CC-BY COPYING
|
||
|
%doc README.md STYLING
|
||
|
%{_bindir}/maliit-keyboard
|
||
|
%{_libdir}/maliit/keyboard2/qml/
|
||
|
%{_libdir}/maliit/keyboard2/languages/
|
||
|
%{_libdir}/maliit/plugins/
|
||
|
%{_datadir}/maliit/keyboard2/devices/
|
||
|
%{_datadir}/maliit/keyboard2/icons/
|
||
|
%{_datadir}/maliit/keyboard2/images/
|
||
|
%{_datadir}/maliit/keyboard2/styles/ubuntu/
|
||
|
%{_datadir}/maliit/keyboard2/themes/
|
||
|
%{_datadir}/glib-2.0/schemas/org.maliit.keyboard.maliit.gschema.xml
|
||
|
%{_datadir}/applications/com.github.maliit.keyboard.desktop
|
||
|
|
||
|
%changelog
|
||
|
* Tue Jun 29 2021 Jan Grulich <jgrulich@redhat.com> - 2.0.0-1
|
||
|
- 2.0.0
|