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