Install xfce whisker menu and cage for Waydroid

This commit is contained in:
Anders da Silva Rytter Hansen 2026-01-29 11:03:51 -03:00
commit 018c58012d
2 changed files with 12 additions and 3 deletions

View file

@ -2,6 +2,14 @@
export PKG_CONFIG_PATH="/usr/lib/pkgconfig:$PKG_CONFIG_PATH"
tar -xf xfce4-whiskermenu-plugin-2.10.0.tar.xz
cd xfce4-whiskermenu-plugin-2.10.0
meson setup build
meson compile -C build
meson install -C build
cd ../
tar -xf xfce4-pulseaudio-plugin-0.5.1.tar.xz
cd xfce4-pulseaudio-plugin-0.5.1
./autogen.sh --prefix=/usr && make && make install
@ -22,5 +30,4 @@ cd ../
tar -xf xfce4-clipman-plugin-1.7.0.tar.xz
cd xfce4-clipman-plugin-1.7.0
./autogen.sh --prefix=/usr && make && make install
./autogen.sh --prefix=/usr && make && make install