forked from jamiemcg/Remarkable
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathremarkable.spec
More file actions
56 lines (45 loc) · 1.32 KB
/
remarkable.spec
File metadata and controls
56 lines (45 loc) · 1.32 KB
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
Summary: Markdown editor
Name: remarkable
Version: 1.87
Release: 1
Source: https://github.com/jamiemcg/Remarkable/archive/remarkable-%{version}.tar.xz
Packager: uraeus@gnome.org
License: MIT
Group: Applications/Productivity
URL: https://remarkableapp.github.io/
BuildRoot: %{_tmppath}/remarkable-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: python3
BuildRequires: python3-devel
BuildRequires: meson
BuildArch: noarch
%description
Remarkable markdown editor application. Allows you to edit in Markdown format for use with Wikis.
%prep
%autosetup
%build
%meson
%meson_build
desktop-file-validate remarkable.desktop
%meson_install
%post
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc LICENSE README.md
%{_bindir}/remarkable
%{python3_sitelib}/remarkable
%{python3_sitelib}/remarkable_lib
%{python3_sitelib}/markdown/extensions
%{python3_sitelib}/pdfkit
%{_datadir}/glib-2.0/schemas
%{_datadir}/remarkable/ui
%{_datadir}/icons/hicolor/256x256/apps/remarkable.png
%{_datadir}/icons/hicolor/scaleable/apps/remarkable.svg
%{_datadir}/remarkable/media/MarkdownTutorial.md
%{_datadir}/appdata/remarkable.appdata.xml
%{_datadir}/applications/remarkable.desktop
%changelog
* Thu Apr 27 2017 Christian F.K. Schaller <uraeus@gnome.org>
- Initial release