-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.liri.AppCenter.yaml
99 lines (94 loc) · 2.42 KB
/
io.liri.AppCenter.yaml
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
id: io.liri.AppCenter
branch: master
runtime: org.kde.Platform
runtime-version: "5.12"
sdk: org.kde.Sdk
base: io.liri.BaseApp
base-version: master
command: liri-appcenter
tags:
- nightly
desktop-file-name-suffix: " (Nightly)"
finish-args:
- --device=dri
- --filesystem=~/.local/share/flatpak
- --filesystem=/var/lib/flatpak
- --filesystem=xdg-run/dconf
- --filesystem=~/.config/dconf:ro
- --socket=wayland
- --socket=x11
- --share=ipc
- --share=network
- --talk-name=ca.desrt.dconf
- --env=DCONF_USER_CONFIG_DIR=.config/dconf
modules:
- name: libfuse
cleanup:
- /bin
config-opts:
- --disable-util
sources:
- type: archive
url: https://github.com/libfuse/libfuse/releases/download/fuse-2.9.7/fuse-2.9.7.tar.gz
sha256: 832432d1ad4f833c20e13b57cf40ce5277a9d33e483205fc63c78111b3358874
- name: ostree
build-options:
env:
BASH_COMPLETIONSDIR: /app/share/bash-completion/completions
cleanup:
- /bin
- /etc/grub.d
- /share/bash-completion
- /libexec
config-opts:
- --disable-man
sources:
- type: git
url: git://github.com/ostreedev/ostree.git
branch: v2018.4
- name: appstream
config-opts:
- --libdir=lib
- -Denable-qt=true
- -Dstemming=false
buildsystem: meson
builddir: true
sources:
- type: git
url: git://github.com/ximion/appstream.git
branch: 9c11ba6973fc8a0b0ff59f28bafb84ebea154a9d
- name: flatpak
config-opts:
- --disable-documentation
- --disable-seccomp
- --disable-sandboxed-triggers
- --disable-system-helper
make-args:
- XDG_APP_BINDIR=/usr/bin
cleanup:
- /etc/profile.d
- /libexec
- /lib/systemd
- /share/dbus-1/interfaces/org.freedesktop.*
- /share/dbus-1/services/org.freedesktop.*
- /share/gdm
sources:
- type: git
url: git://github.com/flatpak/flatpak
branch: 0.11.3
post-install:
- cp /usr/bin/gtk-update-icon-cache /app/bin
- cp /usr/bin/update-mime-database /app/bin
- cp /usr/bin/update-desktop-database /app/bin
- name: libliri
buildsystem: cmake-ninja
sources:
- type: git
url: git://github.com/lirios/libliri.git
branch: develop
- name: appcenter
buildsystem: cmake-ninja
sources:
- type: git
url: git://github.com/lirios/appcenter.git
branch: develop