summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2023-01-04 15:37:42 +0100
committerSam James <sam@gentoo.org>2023-01-05 05:15:10 +0000
commitf87eaf2cbe922e513eb00ec0bb5669b0f3946f76 (patch)
tree18cb89dff2d9081d8d4c25ff7fb1477eb3a9575f /media-gfx
parentdev-embedded/openocd: fix capstone include directory (diff)
downloadgentoo-f87eaf2cbe922e513eb00ec0bb5669b0f3946f76.tar.gz
gentoo-f87eaf2cbe922e513eb00ec0bb5669b0f3946f76.tar.bz2
gentoo-f87eaf2cbe922e513eb00ec0bb5669b0f3946f76.zip
media-gfx/blender: Add correct wayland appid to live ebuild
Set the correct appid so that wayland compositors (like Plasma and Gnome Shell) can correctly associate blender with its .desktop file. Signed-off-by: Sebastian Parborg <darkdefende@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/blender/blender-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-gfx/blender/blender-9999.ebuild b/media-gfx/blender/blender-9999.ebuild
index 73895921428e..a0ba0b748930 100644
--- a/media-gfx/blender/blender-9999.ebuild
+++ b/media-gfx/blender/blender-9999.ebuild
@@ -215,6 +215,7 @@ src_prepare() {
src_configure() {
append-lfs-flags
+ blender_get_version
local mycmakeargs=(
-DBUILD_SHARED_LIBS=OFF
@@ -238,6 +239,7 @@ src_configure() {
-DWITH_DOC_MANPAGE=$(usex man)
-DWITH_FFTW3=$(usex fftw)
-DWITH_GHOST_WAYLAND=$(usex wayland)
+ -DWITH_GHOST_WAYLAND_APP_ID=blender-${BV}
-DWITH_GHOST_WAYLAND_DBUS=$(usex wayland)
-DWITH_GHOST_WAYLAND_DYNLOAD=OFF
-DWITH_GHOST_WAYLAND_LIBDECOR=OFF