summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunderland93 <[email protected]>2026-08-16 13:55:04 +0400
committerLuke from DC <[email protected]>2026-08-19 19:15:44 +0000
commitf609cd42c9f2338eef1836e08cfa0baacb2621d8 (patch)
treeb96802007898f6174202c27ab3617d0cdb0f69ba
parent14043a6b17d57f0792dc8431530c11d724ae476c (diff)
downloadmate-settings-daemon-f609cd42c9f2338eef1836e08cfa0baacb2621d8.tar.bz2
mate-settings-daemon-f609cd42c9f2338eef1836e08cfa0baacb2621d8.tar.xz
ci: add wayland related packages
-rwxr-xr-x.github/workflows/archlinux.sh3
-rwxr-xr-x.github/workflows/debian.sh3
-rwxr-xr-x.github/workflows/fedora.sh3
-rwxr-xr-x.github/workflows/ubuntu.sh3
4 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/archlinux.sh b/.github/workflows/archlinux.sh
index bb11578..3e38575 100755
--- a/.github/workflows/archlinux.sh
+++ b/.github/workflows/archlinux.sh
@@ -24,6 +24,8 @@ requires+=(
gettext
git
glib2-devel
+ gtk-layer-shell
+ libayatana-appindicator
libcanberra
libmatekbd
libmatemixer
@@ -35,6 +37,7 @@ requires+=(
polkit
python-packaging
which
+ wayland-protocols
)
infobegin "Update system"
diff --git a/.github/workflows/debian.sh b/.github/workflows/debian.sh
index 8750804..0534670 100755
--- a/.github/workflows/debian.sh
+++ b/.github/workflows/debian.sh
@@ -20,11 +20,13 @@ requires+=(
gcc
g++
git
+ libayatana-appindicator3-dev
libcanberra-gtk3-dev
libdconf-dev
libfontconfig1-dev
libglib2.0-dev
libgtk-3-dev
+ libgtk-layer-shell-dev
libmate-desktop-dev
libmatekbd-dev
libmatemixer-dev
@@ -44,6 +46,7 @@ requires+=(
mate-common
polkitd
pkexec
+ wayland-protocols
x11proto-kb-dev
)
diff --git a/.github/workflows/fedora.sh b/.github/workflows/fedora.sh
index 407d67d..dc35600 100755
--- a/.github/workflows/fedora.sh
+++ b/.github/workflows/fedora.sh
@@ -23,7 +23,9 @@ requires+=(
gcc-c++
git
gtk3-devel
+ gtk-layer-shell-devel
iso-codes-devel
+ libayatana-appindicator-gtk3-devel
libSM-devel
libcanberra-devel
libmatekbd-devel
@@ -36,6 +38,7 @@ requires+=(
polkit-devel
pulseaudio-libs-devel
redhat-rpm-config
+ wayland-protocols-devel
)
infobegin "Update system"
diff --git a/.github/workflows/ubuntu.sh b/.github/workflows/ubuntu.sh
index 3ab2e73..839e1e5 100755
--- a/.github/workflows/ubuntu.sh
+++ b/.github/workflows/ubuntu.sh
@@ -20,11 +20,13 @@ requires+=(
gcc
g++
git
+ libayatana-appindicator3-dev
libcanberra-gtk3-dev
libdconf-dev
libfontconfig1-dev
libglib2.0-dev
libgtk-3-dev
+ libgtk-layer-shell-dev
libmate-desktop-dev
libmatekbd-dev
libmatemixer-dev
@@ -42,6 +44,7 @@ requires+=(
libxt-dev
make
mate-common
+ wayland-protocols
x11proto-kb-dev
)