ci: Escape parentheses in dependencies

Newer versions of the freedesktop template no longer do the
escaping for us.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2912>
This commit is contained in:
Florian Müllner 2023-08-25 18:43:52 +02:00 committed by Marge Bot
parent f7f73f2054
commit 8f8ee64b67

View File

@ -55,11 +55,11 @@ workflow:
nodejs nodejs
npm npm
meson meson
pkgconfig(gobject-introspection-1.0) 'pkgconfig(gobject-introspection-1.0)'
pkgconfig(gio-2.0) 'pkgconfig(gio-2.0)'
pkgconfig(gio-unix-2.0) 'pkgconfig(gio-unix-2.0)'
pkgconfig(gnome-autoar-0) 'pkgconfig(gnome-autoar-0)'
pkgconfig(json-glib-1.0) 'pkgconfig(json-glib-1.0)'
FDO_DISTRIBUTION_EXEC: | FDO_DISTRIBUTION_EXEC: |
# For static analysis with eslint # For static analysis with eslint
npm install -g eslint@^8.0.0 eslint-plugin-jsdoc@^46.0.0 && npm install -g eslint@^8.0.0 eslint-plugin-jsdoc@^46.0.0 &&