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