-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcom.github.subhadeepjasu.pebbles.yml
More file actions
57 lines (51 loc) · 1.33 KB
/
com.github.subhadeepjasu.pebbles.yml
File metadata and controls
57 lines (51 loc) · 1.33 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
57
app-id: com.github.subhadeepjasu.pebbles
runtime: io.elementary.Platform
runtime-version: '8.1'
sdk: io.elementary.Sdk
command: com.github.subhadeepjasu.pebbles
finish-args:
- '--share=ipc'
- '--socket=fallback-x11'
- '--socket=wayland'
- '--share=network'
- '--device=dri'
- '--metadata=X-DConf=migrate-path=/com/github/subhadeepjasu/pebbles/'
modules:
- python-deps.yml
- name: libsass
cleanup:
- "*"
sources:
- type: archive
url: https://github.com/sass/libsass/archive/3.5.4.tar.gz
sha256: 5f61cbcddaf8e6ef7a725fcfa5d05297becd7843960f245197ebb655ff868770
- type: script
dest-filename: autogen.sh
commands:
- autoreconf -si
- name: sassc
cleanup:
- "*"
sources:
- type: archive
url: https://github.com/sass/sassc/archive/3.5.0.tar.gz
sha256: 26f54e31924b83dd706bc77df5f8f5553a84d51365f0e3c566df8de027918042
- type: script
dest-filename: autogen.sh
commands:
- autoreconf -si
- name: blueprint-compiler
buildsystem: meson
cleanup:
- "*"
sources:
- type: git
url: https://gitlab.gnome.org/jwestman/blueprint-compiler
tag: v0.14.0
- name: pebbles
buildsystem: meson
config-opts:
- --libdir=lib
sources:
- type: dir
path: .