File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,6 +161,15 @@ if [ ${PREFIX} != '/usr' ]; then
161161fi
162162$SUDO install -m 755 $BUILDROOT /start_wayfire.sh $PREFIX /bin/startwayfire
163163
164+ ask_confirmation " Do you want to install wayfire-plugins-extra? [y/n]? "
165+ if [ $yn = Y ]; then
166+ check_download wayfire-plugins-extra
167+ cd $BUILDROOT /wayfire-plugins-extra
168+ PKG_CONFIG_PATH=$PKG_CONFIG_PATH :${PREFIX} /${DEST_LIBDIR} /pkgconfig meson build --prefix=${PREFIX}
169+ ninja -C build
170+ $SUDO ninja -C build install
171+ fi
172+
164173ask_confirmation " Do you want to install WCM, a graphical configuration tool for Wayfire [y/n]? "
165174if [ $yn = Y ]; then
166175 check_download wcm
@@ -171,7 +180,7 @@ if [ $yn = Y ]; then
171180fi
172181
173182SESSIONS_DIR=/usr/share/wayland-sessions
174- ask_confirmation " Do you want to install wayfire.desktop to $SESSIONS_DIR / [y/n]?"
183+ ask_confirmation " Do you want to install wayfire.desktop to $SESSIONS_DIR / [y/n]? "
175184if [ $yn = Y ]; then
176185 cp $BUILDROOT /wayfire.desktop.in $BUILDROOT /wayfire.desktop
177186 sed -i " s@^Exec.*@Exec=$PREFIX /bin/startwayfire@g" $BUILDROOT /wayfire.desktop
You can’t perform that action at this time.
0 commit comments