/[packages]/cauldron/chewing-editor/current/SPECS/chewing-editor.spec
ViewVC logotype

Contents of /cauldron/chewing-editor/current/SPECS/chewing-editor.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1234419 - (show annotations) (download)
Mon Jun 4 04:30:47 2018 UTC (5 years, 6 months ago) by daviddavid
File size: 1080 byte(s)
- add patch to fix build with new Qt5 >= 5.11.0

1 Name: chewing-editor
2 Summary: Cross platform chewing user phrase editor
3 Version: 0.1.1
4 Release: %mkrel 2
5 Group: System/Internationalization
6 License: GPLv2
7 URL: http://chewing.im
8 Source0: https://github.com/chewing/chewing-editor/releases/download/v%{version}/%{name}-%{version}.tar.gz
9 Patch0: chewing-editor-0.1.1-fix-build-against-qt-5.11.0.patch
10 BuildRequires: cmake
11 BuildRequires: help2man
12 BuildRequires: pkgconfig(chewing)
13 BuildRequires: pkgconfig(Qt5Core)
14 BuildRequires: pkgconfig(Qt5Gui)
15 BuildRequires: pkgconfig(Qt5Widgets)
16 BuildRequires: qttools5
17
18 Requires: libchewing
19
20 %description
21 chewing-editor is a cross platform chewing user phrase editor.
22 It provides a easy way to manage user phrase. With it, user can
23 customize their user phrase to increase input performance.
24
25 %prep
26 %setup -q
27
28 %build
29 %cmake_qt5
30 %make_build
31
32 %install
33 %make_install -C build
34
35 %files
36 %doc COPYING README.md
37 %{_bindir}/%{name}
38 %{_datadir}/applications/%{name}.desktop
39 %{_iconsdir}/hicolor/256/apps/%{name}.png
40 %{_iconsdir}/hicolor/scalable/apps/%{name}.svg
41 %{_datadir}/man/man1/%{name}.1.xz

  ViewVC Help
Powered by ViewVC 1.1.28