@@ -13,9 +13,9 @@ requires:
13
13
- cmake-extras
14
14
- dbus
15
15
- intltool
16
- # - libayatana-common
16
+ - libayatana-common
17
17
- gobject-introspection
18
- # - liblomiri -url-dispatcher
18
+ # - lomiri -url-dispatcher
19
19
- vala
20
20
- glib2
21
21
- libnotify
@@ -24,7 +24,7 @@ requires:
24
24
- evolution-data-server
25
25
- gsettings-desktop-schemas
26
26
- properties-cpp
27
- # - ayatana-indicator-messages
27
+ - ayatana-indicator-messages
28
28
- gtk-doc-tools
29
29
- libaccountsservice
30
30
# - lomiri-schemas
@@ -41,7 +41,8 @@ requires:
41
41
- cmake-extras
42
42
- intltool
43
43
- libaccounts-glib-dev
44
- # - libayatana-common-dev
44
+ - libayatana-common-dev
45
+ - ayatana-indicator-common
45
46
- gobject-introspection
46
47
- libgirepository1.0-dev
47
48
- liblomiri-url-dispatcher-dev
@@ -53,12 +54,12 @@ requires:
53
54
- libical-dev
54
55
- libedataserver1.2-dev
55
56
- libproperties-cpp-dev
56
- # - libmessaging-menu-dev
57
+ - libmessaging-menu-dev
57
58
- gtk-doc-tools
58
59
- libaccountsservice-dev
59
60
- liblomiri-url-dispatcher-dev
60
- # - lomiri-schemas
61
- # - lomiri-sounds
61
+ - lomiri-schemas
62
+ - lomiri-sounds
62
63
# for the test harness:
63
64
- libgtest-dev
64
65
- libdbustest1-dev
@@ -83,12 +84,13 @@ requires:
83
84
- cmake-extras
84
85
- intltool
85
86
- libaccounts-glib-dev
86
- # - libayatana-common-dev
87
+ - libayatana-common-dev
88
+ - ayatana-indicator-common
87
89
- gobject-introspection
88
90
- libgirepository1.0-dev
89
91
- liblomiri-url-dispatcher-dev
90
- # - lomiri-schemas
91
- # - lomiri-sounds
92
+ - lomiri-schemas
93
+ - lomiri-sounds
92
94
- valac
93
95
- libglib2.0-dev
94
96
- libnotify-dev
@@ -97,7 +99,7 @@ requires:
97
99
- libical-dev
98
100
- libedataserver1.2-dev
99
101
- libproperties-cpp-dev
100
- # - libmessaging-menu-dev
102
+ - libmessaging-menu-dev
101
103
- gtk-doc-tools
102
104
- libaccountsservice-dev
103
105
# for the test harness:
@@ -125,6 +127,7 @@ requires:
125
127
- intltool
126
128
- libaccounts-glib-dev
127
129
# - libayatana-common-dev
130
+ - ayatana-indicator-common
128
131
- gobject-introspection
129
132
- libgirepository1.0-dev
130
133
# - liblomiri-url-dispatcher-dev
@@ -200,29 +203,27 @@ before_scripts:
200
203
- cd -
201
204
- rm -Rf ayatana-indicator-messages-build/
202
205
-
203
- - if [ ${DISTRO_NAME} == "debian" ];then
204
- - cd ${START_DIR}
205
- - if [ ! -d lomiri-schemas-build ]; then
206
- - git clone --depth 1 https://gitlab.com/ubports/core/lomiri-schemas.git lomiri-schemas-build
207
- - fi
208
- - cd lomiri-schemas-build
209
- - cmake . -DCMAKE_INSTALL_PREFIX=/usr
210
- - make
211
- - make install
212
- - cd -
213
- - rm -Rf lomiri-schemas-build/
206
+ - cd ${START_DIR}
207
+ - if [ ! -d lomiri-schemas-build ]; then
208
+ - git clone --depth 1 https://gitlab.com/ubports/core/lomiri-schemas.git lomiri-schemas-build
209
+ - fi
210
+ - cd lomiri-schemas-build
211
+ - cmake . -DCMAKE_INSTALL_PREFIX=/usr
212
+ - make
213
+ - make install
214
+ - cd -
215
+ - rm -Rf lomiri-schemas-build/
214
216
-
215
- - cd ${START_DIR}
216
- - if [ ! -d lomiri-sounds-build ]; then
217
- - git clone --depth 1 https://gitlab.com/ubports/core/lomiri-sounds.git lomiri-sounds-build
218
- - fi
219
- - cd lomiri-sounds-build
220
- - cmake . -DCMAKE_INSTALL_PREFIX=/usr
221
- - make
222
- - make install
223
- - cd -
224
- - rm -Rf lomiri-sounds-build/
217
+ - cd ${START_DIR}
218
+ - if [ ! -d lomiri-sounds-build ]; then
219
+ - git clone --depth 1 https://gitlab.com/ubports/core/lomiri-sounds.git lomiri-sounds-build
225
220
- fi
221
+ - cd lomiri-sounds-build
222
+ - cmake . -DCMAKE_INSTALL_PREFIX=/usr
223
+ - make
224
+ - make install
225
+ - cd -
226
+ - rm -Rf lomiri-sounds-build/
226
227
227
228
build_scripts :
228
229
- if [ ${DISTRO_NAME} == "debian" ];then
0 commit comments