diff options
| author | mbkma <[email protected]> | 2026-01-28 09:00:32 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-28 09:00:32 +0100 |
| commit | 2d68fe751067f80b04fa81d5fd35ff771ecc5a18 (patch) | |
| tree | 26d7215337536c61e5ab5b94e0bcdeffe064ac48 /.github/workflows/archlinux.sh | |
| parent | ae90455c3489d67e6f2df2a30d0a90025864f172 (diff) | |
| download | eom-gh-actions.tar.bz2 eom-gh-actions.tar.xz | |
ci: add missing PKGBUILD depends to archlinux CI scriptgh-actions
Diffstat (limited to '.github/workflows/archlinux.sh')
| -rwxr-xr-x | .github/workflows/archlinux.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/archlinux.sh b/.github/workflows/archlinux.sh index 746f34a..bfab213 100755 --- a/.github/workflows/archlinux.sh +++ b/.github/workflows/archlinux.sh @@ -18,13 +18,22 @@ requires=( # https://gitlab.archlinux.org/archlinux/packaging/packages/eom requires+=( autoconf-archive + dbus-glib + exempi gcc + gettext git glib2-devel gobject-introspection + gobject-introspection-runtime itstool + lcms2 + libexif + libjpeg-turbo + libpeas make mate-common + mate-desktop which yelp-tools ) |
