1 |
Name: tea |
2 |
Version: 60.0.3 |
3 |
Release: %mkrel 2 |
4 |
Summary: A powerful Qt-based editor with useful functions for HTML and LaTeX editing |
5 |
Group: Editors |
6 |
License: GPLv3+ |
7 |
URL: http://semiletov.org/tea |
8 |
Source0: https://github.com/psemiletov/tea-qt/archive/%{version}/%{name}-qt-%{version}.tar.gz |
9 |
|
10 |
BuildRequires: pkgconfig(ddjvuapi) |
11 |
BuildRequires: pkgconfig(hunspell) |
12 |
BuildRequires: pkgconfig(zlib) |
13 |
|
14 |
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 |
BuildRequires: pkgconfig(Qt5PrintSupport) |
22 |
BuildRequires: pkgconfig(poppler-qt5) |
23 |
|
24 |
BuildRequires: meson |
25 |
BuildRequires: qttools5 |
26 |
|
27 |
%description |
28 |
TEA is the lightweight Qt-based editor with functions |
29 |
for HTML and LaTeX editing. It support for multiple encodings, |
30 |
code snippets, templates, plugins, user hotkeys, |
31 |
external scripts, string manipulation functions, bookmarks, |
32 |
syntax highlighting, and many more. |
33 |
|
34 |
%prep |
35 |
%setup -q -n %{name}-qt-%{version} |
36 |
|
37 |
%build |
38 |
%meson |
39 |
%meson_build |
40 |
|
41 |
%install |
42 |
%meson_install -C build |
43 |
|
44 |
%files |
45 |
%{_bindir}/tea |
46 |
%{_datadir}/applications/tea.desktop |
47 |
%{_iconsdir}/hicolor/*/apps/tea.png |
48 |
%{_iconsdir}/hicolor/scalable/apps/tea.svg |