1 |
Name: tea |
Name: tea |
2 |
Version: 60.0.3 |
Version: 62.0.2 |
3 |
Release: %mkrel 2 |
Release: %mkrel 1 |
4 |
Summary: A powerful Qt-based editor with useful functions for HTML and LaTeX editing |
Summary: A powerful Qt-based editor with useful functions for HTML and LaTeX editing |
5 |
Group: Editors |
Group: Editors |
6 |
License: GPLv3+ |
License: GPLv3+ |
11 |
BuildRequires: pkgconfig(hunspell) |
BuildRequires: pkgconfig(hunspell) |
12 |
BuildRequires: pkgconfig(zlib) |
BuildRequires: pkgconfig(zlib) |
13 |
|
|
14 |
BuildRequires: pkgconfig(Qt5Core) |
BuildRequires: pkgconfig(Qt6Core) |
15 |
BuildRequires: pkgconfig(Qt5Gui) |
BuildRequires: pkgconfig(Qt6Core5Compat) |
16 |
BuildRequires: pkgconfig(Qt5Network) |
BuildRequires: pkgconfig(Qt6Gui) |
17 |
BuildRequires: pkgconfig(Qt5Widgets) |
BuildRequires: pkgconfig(Qt6Network) |
18 |
BuildRequires: pkgconfig(Qt5Xml) |
BuildRequires: pkgconfig(Qt6Widgets) |
19 |
BuildRequires: pkgconfig(Qt5Qml) |
BuildRequires: pkgconfig(Qt6Xml) |
20 |
BuildRequires: pkgconfig(Qt5Quick) |
BuildRequires: pkgconfig(Qt6Qml) |
21 |
BuildRequires: pkgconfig(Qt5PrintSupport) |
BuildRequires: pkgconfig(Qt6Quick) |
22 |
BuildRequires: pkgconfig(poppler-qt5) |
BuildRequires: pkgconfig(Qt6PrintSupport) |
23 |
|
BuildRequires: pkgconfig(poppler-qt6) |
24 |
|
|
25 |
BuildRequires: meson |
BuildRequires: cmake |
26 |
BuildRequires: qttools5 |
BuildRequires: qttools6 |
27 |
|
|
28 |
%description |
%description |
29 |
TEA is the lightweight Qt-based editor with functions |
TEA is the lightweight Qt-based editor with functions |
33 |
syntax highlighting, and many more. |
syntax highlighting, and many more. |
34 |
|
|
35 |
%prep |
%prep |
36 |
%setup -q -n %{name}-qt-%{version} |
%autosetup -p1 |
37 |
|
|
38 |
%build |
%build |
39 |
%meson |
%cmake \ |
40 |
%meson_build |
-DUSE_ASPELL=ON \ |
41 |
|
-DUSE_PRINTER=ON \ |
42 |
|
-DUSE_PDF=ON \ |
43 |
|
-DUSE_DJVU=ON |
44 |
|
%cmake_build |
45 |
|
|
46 |
%install |
%install |
47 |
%meson_install -C build |
%cmake_install |
48 |
|
|
49 |
%files |
%files |
50 |
|
%doc AUTHORS ChangeLog README.md TODO |
51 |
|
%license COPYING |
52 |
%{_bindir}/tea |
%{_bindir}/tea |
53 |
%{_datadir}/applications/tea.desktop |
%{_datadir}/applications/org.semiletov.tea.desktop |
54 |
%{_iconsdir}/hicolor/*/apps/tea.png |
%{_iconsdir}/hicolor/*/apps/tea.png |
55 |
%{_iconsdir}/hicolor/scalable/apps/tea.svg |
%{_iconsdir}/hicolor/scalable/apps/tea.svg |
56 |
|
%{_metainfodir}/org.semiletov.tea.metainfo.xml |