1 |
Name: tea |
2 |
Version: 44.1.1 |
3 |
Release: %mkrel 1 |
4 |
Summary: A powerful Qt-based editor with useful functions for HTML and LaTeX editing |
5 |
Group: Editors |
6 |
Packager: Peter Semiletov <semiletov@gmail.com> |
7 |
URL: http://semiletov.org/tea/ |
8 |
Source0: http://semiletov.org/tea/dloads/tea-%{version}.tar.bz2 |
9 |
|
10 |
License: GPLv3+ |
11 |
|
12 |
BuildRequires: libhunspell-devel |
13 |
BuildRequires: libz-devel |
14 |
|
15 |
BuildRequires: pkgconfig(Qt5Core) |
16 |
BuildRequires: pkgconfig(Qt5Gui) |
17 |
BuildRequires: pkgconfig(Qt5Network) |
18 |
BuildRequires: pkgconfig(Qt5Widgets) |
19 |
BuildRequires: pkgconfig(Qt5Xml) |
20 |
BuildRequires: pkgconfig(Qt5Qml) |
21 |
BuildRequires: pkgconfig(Qt5Quick) |
22 |
|
23 |
%define debug_package %{nil} |
24 |
|
25 |
%description |
26 |
TEA is the lighthweight Qt-based editor with functions for HTML and LaTeX editing. |
27 |
|
28 |
It support for multiple encodings, code snippets, templates, plugins, user hotkeys, |
29 |
external scripts, string manipulation functions, bookmarks, syntax highlighting, |
30 |
and more. |
31 |
|
32 |
%prep |
33 |
%setup -q |
34 |
|
35 |
%build |
36 |
qmake PREFIX=%{_bindir} "CONFIG+=noaspell" |
37 |
%make_build |
38 |
|
39 |
%install |
40 |
%make_install INSTALL_ROOT=%{buildroot} |
41 |
|
42 |
%files |
43 |
%{_bindir}/tea |
44 |
%{_datadir}/applications/tea.desktop |
45 |
%{_iconsdir}/hicolor/*/apps/tea.png |
46 |
%{_iconsdir}/hicolor/scalable/apps/tea.svg |
47 |
|