Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
newbin "${FILESDIR}"/firefox-wayland.sh firefox-wayland
;;
X11)
- exec_command='firefox-x11 --name firefox-x11'
- if use wayland ; then
- # Only needed when there's actually a choice
- newbin "${FILESDIR}"/firefox-x11.sh firefox-x11
+ if ! use wayland ; then
+ # Exit loop here because there's no choice so
+ # we don't need wrapper/.desktop file for X11.
+ continue
fi
+
+ exec_command='firefox-x11 --name firefox-x11'
+ newbin "${FILESDIR}"/firefox-x11.sh firefox-x11
;;
*)
app_name="${name}"
newbin "${FILESDIR}"/firefox-wayland.sh firefox-wayland
;;
X11)
- exec_command='firefox-x11 --name firefox-x11'
- if use wayland ; then
- # Only needed when there's actually a choice
- newbin "${FILESDIR}"/firefox-x11.sh firefox-x11
+ if ! use wayland ; then
+ # Exit loop here because there's no choice so
+ # we don't need wrapper/.desktop file for X11.
+ continue
fi
+
+ exec_command='firefox-x11 --name firefox-x11'
+ newbin "${FILESDIR}"/firefox-x11.sh firefox-x11
;;
*)
app_name="${name}"