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