-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.elementary.code.yml
113 lines (106 loc) · 3.07 KB
/
io.elementary.code.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
app-id: io.elementary.code
branch: stable
runtime: io.elementary.Sdk # outline plugin needs libvala that is only on sdk
runtime-version: '0.1.0'
sdk: io.elementary.Sdk
command: io.elementary.code
finish-args:
- '--filesystem=host:ro'
- '--filesystem=home'
- '--share=ipc'
- '--socket=fallback-x11'
- '--socket=wayland'
- '--talk-name=org.gnome.SettingsDaemon'
cleanup:
- '/include'
- '/lib/pkgconfig'
- '/lib/debug'
- '/share/vala'
- '*a'
- '*.la'
build-options:
env:
V: '1'
modules:
- name: gtksourceview-3.0
config-opts:
- --enable-vala=yes
- --enable-gtk-doc=no
sources:
- type: archive
url: https://download.gnome.org/sources/gtksourceview/3.24/gtksourceview-3.24.7.tar.xz
sha256: a5c20d3a6347533689358f3ea52486409f6dd41d5a69c65eab7570cfaffee8e6
- type: patch
path: patches/code/draw-space.patch # Add draw-space tag to solarized themes
- name: libpeas
config-opts:
- '--disable-static'
- '--disable-gtk-doc'
- '--disable-python2'
- '--disable-python3'
sources:
- type: archive
url: https://download.gnome.org/sources/libpeas/1.22/libpeas-1.22.0.tar.xz
sha256: '5b2fc0f53962b25bca131a5ec0139e6fef8e254481b6e777975f7a1d2702a962'
modules:
- name: intltool
cleanup:
- '*'
sources:
- type: archive
url: https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz
md5: 12e517cac2b57a0121cda351570f1e63
- name: libgit2-glib
buildsystem: meson
builddir: true
config-opts:
- '--buildtype=release'
- '--libdir=/app/lib'
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/libgit2-glib.git
tag: 'v0.26.2'
modules:
- name: libssh2
buildsystem: cmake-ninja
config-opts:
- '-DCMAKE_BUILD_TYPE=RelWithDebInfo'
- '-DBUILD_SHARED_LIBS:BOOL=ON'
- '-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib'
cleanup:
- '/share/doc/'
sources:
- type: git
url: https://github.com/libssh2/libssh2.git
tag: 'libssh2-1.8.0'
- name: libgit2
buildsystem: cmake-ninja
config-opts:
- '-DCMAKE_BUILD_TYPE=RelWithDebInfo'
- '-DBUILD_SHARED_LIBS:BOOL=ON'
- '-DTHREADSAFE=ON'
sources:
- type: git
url: https://github.com/libgit2/libgit2.git
tag: 'v0.26.0'
- name: editorconfig
buildsystem: cmake-ninja
sources:
- type: git
url: https://github.com/editorconfig/editorconfig-core-c.git
tag: 'v0.12.1'
- name: gtkspell
config-opts:
- --disable-gtk-doc
sources:
- type: archive
url: https://downloads.sourceforge.net/gtkspell/gtkspell3-3.0.10.tar.xz
sha256: b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732
- name: code
buildsystem: meson
sources:
- type: git
url: https://github.com/elementary/code.git
tag: '3.4.1'
- type: patch
path: patches/code/theme.patch