-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfuriganapad.spec.in
76 lines (64 loc) · 2.37 KB
/
furiganapad.spec.in
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Name: furiganapad
Version: ${version}
Release: %autorelease
Summary: A text editor for Japanese texts with ruby characters
License: LGPL-2.1-or-later
URL: https://github.com/esrille/%{name}
Source0: https://github.com/esrille/%{name}/releases/download/v${source_version}/%{name}-${source_version}.tar.xz
Requires: ibus-hiragana >= 0.14.2
Requires: google-noto-cjk-fonts-common, google-noto-fonts-common
Requires: gtk3
Requires: pango >= 1.44.0
Requires: python3
Requires: python3-cairo
Requires: python3-gobject
Requires: python3-pyicu
Requires: yelp
BuildRequires: desktop-file-utils
BuildRequires: gtk-update-icon-cache
BuildRequires: gettext-devel
BuildRequires: glib2-devel
BuildRequires: libtool
BuildRequires: meson >= 0.53.0
BuildRequires: pkgconfig
BuildRequires: python3-devel
BuildArch: noarch
%description
FuriganaPad can be used to edit Japanese texts with ruby characters.
Ruby characters are automatically placed above Kanji characters when
converting Hiragana characters into Kanji characters by using
Hiragana IME for IBus.
%global __python %{__python3}
%prep
%autosetup
%build
%meson
%meson_build
%install
%meson_install
%find_lang %{name} --with-gnome
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README.md CONTRIBUTING.md
%license COPYING NOTICE
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications
%{_datadir}/icons/hicolor/*/*/*.png
%{_datadir}/locale/*/LC_MESSAGES/furiganapad.school.mo
%{_datadir}/metainfo/com.esrille.furiganapad.metainfo.xml
%{_mandir}/man1/furiganapad.1*
%{_mandir}/ja/man1/furiganapad.1*
%changelog
* ${date} Esrille Inc. <[email protected]> - ${version}-1
- See https://github.com/esrille/furiganapad/releases/tag/v${source_version}
* Fri May 17 2024 Esrille Inc. <[email protected]> - 0.7.0-1
- See https://github.com/esrille/furiganapad/releases/tag/v0.7.0
* Thu Mar 28 2024 Esrille Inc. <[email protected]> - 0.6.2-1
- See https://github.com/esrille/furiganapad/releases/tag/v0.6.2
* Thu Oct 12 2023 Esrille Inc. <[email protected]> - 0.6.1-1
- See https://github.com/esrille/furiganapad/releases/tag/v0.6.1
* Sun Jun 25 2023 Esrille Inc. <[email protected]> - 0.6.0-1
- See https://github.com/esrille/furiganapad/releases/tag/v0.6.0
* Tue Nov 22 2022 Esrille Inc. <[email protected]> - 0.5.5-1
- See https://github.com/esrille/furiganapad/releases/tag/v0.5.5