diff options
| author | Aleksey Samoilov <[email protected]> | 2026-07-21 19:26:34 +0400 |
|---|---|---|
| committer | Luke from DC <[email protected]> | 2026-08-30 20:01:29 +0000 |
| commit | 524c5272a851cf39b5460fa34176fa4639b62774 (patch) | |
| tree | 93410c671153972d1c3338904dc248710935b0ea | |
| parent | 60057b83ba1bbb209adc997ddcf0f234d832d426 (diff) | |
| download | mate-utils-524c5272a851cf39b5460fa34176fa4639b62774.tar.bz2 mate-utils-524c5272a851cf39b5460fa34176fa4639b62774.tar.xz | |
ci: add gtk-layer-shell and wayland-protocols
| -rwxr-xr-x | .github/workflows/archlinux.sh | 2 | ||||
| -rwxr-xr-x | .github/workflows/debian.sh | 2 | ||||
| -rwxr-xr-x | .github/workflows/fedora.sh | 2 | ||||
| -rwxr-xr-x | .github/workflows/ubuntu.sh | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/archlinux.sh b/.github/workflows/archlinux.sh index ac20758a..a8ffcecb 100755 --- a/.github/workflows/archlinux.sh +++ b/.github/workflows/archlinux.sh @@ -23,6 +23,7 @@ requires+=( gettext git glib2-devel + gtk-layer-shell inkscape intltool itstool @@ -38,6 +39,7 @@ requires+=( udisks2 which yelp-tools + wayland-protocols ) infobegin "Update system" diff --git a/.github/workflows/debian.sh b/.github/workflows/debian.sh index 7e431930..85a95fa6 100755 --- a/.github/workflows/debian.sh +++ b/.github/workflows/debian.sh @@ -25,6 +25,7 @@ requires+=( libcanberra-gtk3-dev libglib2.0-dev libgtk-3-dev + libgtk-layer-shell-dev libgtop2-dev libmate-panel-applet-dev libudisks2-dev @@ -41,6 +42,7 @@ requires+=( iso-codes libdconf-dev libgirepository1.0-dev + wayland-protocols ) infobegin "Update system" diff --git a/.github/workflows/fedora.sh b/.github/workflows/fedora.sh index c8892639..9c74d9a8 100755 --- a/.github/workflows/fedora.sh +++ b/.github/workflows/fedora.sh @@ -22,6 +22,7 @@ requires+=( gcc gcc-c++ git + gtk-layer-shell-devel hardlink libX11-devel libXmu-devel @@ -39,6 +40,7 @@ requires+=( dconf-devel gobject-introspection-devel iso-codes-devel + wayland-protocols ) infobegin "Update system" diff --git a/.github/workflows/ubuntu.sh b/.github/workflows/ubuntu.sh index 95f5e7d7..aff6a409 100755 --- a/.github/workflows/ubuntu.sh +++ b/.github/workflows/ubuntu.sh @@ -25,6 +25,7 @@ requires+=( libdconf-dev libglib2.0-dev libgtk-3-dev + libgtk-layer-shell-dev libgtop2-dev libmate-panel-applet-dev libudisks2-dev @@ -40,6 +41,7 @@ requires+=( gobject-introspection iso-codes libgirepository1.0-dev + wayland-protocols ) infobegin "Update system" |
