File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131depends=(
3232 ' avahi'
3333 ' curl'
34+ ' gtk3'
35+ ' hicolor-icon-theme'
36+ ' libayatana-appindicator'
3437 ' libcap'
3538 ' libdrm'
3639 ' libevdev'
@@ -168,9 +171,13 @@ build() {
168171 _cmake_options+=(-DBUILD_TESTS=OFF)
169172 fi
170173
174+ if [[ -z " ${GITHUB_ACTIONS} " ]]; then
175+ _appstreamcli_arguments=(--no-net)
176+ fi
177+
171178 cmake " ${_cmake_options[@]} "
172179
173- appstreamcli validate " build/dev.lizardbyte.app.Sunshine.metainfo.xml"
180+ appstreamcli validate " ${_appstreamcli_arguments[@]} " " build/dev.lizardbyte.app.Sunshine.metainfo.xml"
174181 appstream-util validate " build/dev.lizardbyte.app.Sunshine.metainfo.xml"
175182 desktop-file-validate " build/dev.lizardbyte.app.Sunshine.desktop"
176183 desktop-file-validate " build/dev.lizardbyte.app.Sunshine.terminal.desktop"
You can’t perform that action at this time.
0 commit comments