-
Notifications
You must be signed in to change notification settings - Fork 10
/
io.appflowy.AppFlowy.yml
85 lines (81 loc) · 2.93 KB
/
io.appflowy.AppFlowy.yml
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
77
78
79
80
81
82
83
84
85
app-id: io.appflowy.AppFlowy
runtime: org.freedesktop.Platform
runtime-version: '23.08'
sdk: org.freedesktop.Sdk
command: AppFlowy
separate-locales: false
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --socket=pulseaudio
- --share=network
- --device=all
- --filesystem=home
- --system-talk-name=org.freedesktop.NetworkManager.*
- --own-name=io.appflowy.appflowy
modules:
- name: keybinder3
buildsystem: autotools
post-install:
- install -Dm644 COPYING /app/share/licenses/keybinder-3/COPYING
sources:
- type: archive
url: https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v0.3.2/keybinder-3.0-0.3.2.tar.gz
sha256: e6e3de4e1f3b201814a956ab8f16dfc8a262db1937ff1eee4d855365398c6020
- name: openssl
buildsystem: simple
build-commands:
- ./config --prefix=/app
- make
- make install
sources:
- type: archive
url: https://github.com/openssl/openssl/archive/OpenSSL_1_1_1s.tar.gz
sha256: 0dc03a5842801884e25211d81f9fa8d2fce5aad6a9e996eac0deb68994a80243
cleanup:
- /share/doc
- /share/man
- name: libnotify
buildsystem: meson
config-opts:
- -Dtests=false
- -Dintrospection=disabled
- -Dman=false
- -Dgtk_doc=false
- -Ddocbook_docs=disabled
sources:
- type: archive
url: https://download.gnome.org/sources/libnotify/0.8/libnotify-0.8.3.tar.xz
sha256: ee8f3ef946156ad3406fdf45feedbdcd932dbd211ab4f16f75eba4f36fb2f6c0
x-checker-data:
type: anitya
project-id: 13149
url-template: https://download.gnome.org/sources/libnotify/$major.$minor/libnotify-$version.tar.xz
- name: appflowy
buildsystem: simple
build-commands:
# Install the icon.
- install -Dm644 logo.svg /app/share/icons/hicolor/scalable/apps/io.appflowy.AppFlowy.svg
# # Install the AppStream metadata file.
- install -Dm644 io.appflowy.AppFlowy.appdata.xml /app/share/appdata/io.appflowy.AppFlowy.appdata.xml
# Install the desktop file.
- install -Dm644 io.appflowy.AppFlowy.desktop /app/share/applications/io.appflowy.AppFlowy.desktop
- cp -r appflowy/AppFlowy /app/appflowy
- chmod +x /app/appflowy/AppFlowy
- ln -s /app/appflowy/AppFlowy /app/bin/AppFlowy
sources:
- type: archive
url: https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.7.9/AppFlowy-0.7.9-linux-x86_64.tar.gz
sha256: b527046f9377d7965285972067630fb7f80f4d90561d16536e085dfdcfa5d38e
x-checker-data:
type: anitya
project-id: 309593
url-template: https://github.com/AppFlowy-IO/AppFlowy/releases/download/$version/AppFlowy-$version-linux-x86_64.tar.gz
dest: appflowy/AppFlowy
- type: file
path: io.appflowy.AppFlowy.desktop
- type: file
path: io.appflowy.AppFlowy.appdata.xml
- type: file
path: logo.svg