-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathio.github.elly_code.unboxing.yml
More file actions
56 lines (52 loc) · 1.35 KB
/
io.github.elly_code.unboxing.yml
File metadata and controls
56 lines (52 loc) · 1.35 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
app-id: io.github.elly_code.unboxing
runtime: io.elementary.Platform
runtime-version: '8'
sdk: io.elementary.Sdk
command: io.github.elly_code.unboxing
finish-args:
- --device=dri
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
# Required to install packages
- --socket=system-bus
- --talk-name=org.freedesktop.PackageKit
# Required to install dependencies
- --share=network
# Required to detect packages in Download, or drag&drop from there
- --filesystem=xdg-download
cleanup:
- '/include'
- '/lib/pkgconfig'
- '/man'
- '/share/doc'
- '/share/gtk-doc'
- '/share/man'
- '/share/pkgconfig'
- '/share/installed-tests'
- '*.la'
- '*.a'
modules:
# Needed to access Apt
- name: packagekit-glib2
buildsystem: meson
sources:
- type: archive
url: https://github.com/PackageKit/PackageKit/archive/refs/tags/v1.3.2.tar.gz
sha256: 22df53fef59ee4542238350b5a66587416d56eabf43c8ba46208900442a7dc0f
config-opts:
- --buildtype=release
#- -Dpackaging_backend=['apt']
- -Dsystemd=false
- -Doffline_update=false
- -Dman_pages=false
- -Dpython_backend=false
- -Dbash_completion=false
- -Dbash_command_not_found=false
- -Dgtk_module=false
- name: unboxing
buildsystem: meson
builddir: true
sources:
- type: dir
path: .