diff options
| author | mbkma <[email protected]> | 2026-01-28 09:00:33 +0100 |
|---|---|---|
| committer | Luke from DC <[email protected]> | 2026-03-08 07:30:00 +0000 |
| commit | 491fc75adab3b3bb48956fd17bbaa612b9075a0d (patch) | |
| tree | a56bcdc44768919c3c5cb4db7ba3a8670862c366 | |
| parent | d77fb3fb05664782398177af84f93dee226dfc62 (diff) | |
| download | mozo-491fc75adab3b3bb48956fd17bbaa612b9075a0d.tar.bz2 mozo-491fc75adab3b3bb48956fd17bbaa612b9075a0d.tar.xz | |
ci: add missing PKGBUILD depends to archlinux CI script
| -rwxr-xr-x | .github/workflows/archlinux.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/archlinux.sh b/.github/workflows/archlinux.sh index dacaa31..d5cd761 100755 --- a/.github/workflows/archlinux.sh +++ b/.github/workflows/archlinux.sh @@ -11,17 +11,22 @@ infoend() { # Required packages on Archlinux requires=( ccache # Use ccache to speed up build + clang # Build with clang on Archlinux meson # Used for meson build ) +# https://gitlab.archlinux.org/archlinux/packaging/packages/mozo requires+=( + autoconf-archive gcc + gettext git gtk3 - intltool make mate-common mate-menus + mate-panel + python python-gobject which ) |
