@@ -177,8 +177,6 @@ def test_get_root_snippet(kde_neon_6_extension):
177177 "SNAP_DESKTOP_RUNTIME" : "$SNAP/kf6" ,
178178 "GTK_USE_PORTAL" : "1" ,
179179 "PLATFORM_PLUG" : "kf6-core22" ,
180- "LD_LIBRARY_PATH" : "$SNAP/lxqt-support-core22/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:${LD_LIBRARY_PATH}" ,
181- "QT_PLUGIN_PATH" : "$SNAP/lxqt-support-core22/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/qt6/plugins:${QT_PLUGIN_PATH}" ,
182180 },
183181 "hooks" : {
184182 "configure" : {
@@ -190,12 +188,7 @@ def test_get_root_snippet(kde_neon_6_extension):
190188 "/usr/share/X11" : {"symlink" : "$SNAP/kf6/usr/share/X11" },
191189 "/usr/share/qt6" : {"symlink" : "$SNAP/kf6/usr/share/qt6" },
192190 "/usr/share/libdrm" : {"bind" : "$SNAP/kf6-core22/usr/share/libdrm" },
193- "/usr/share/Kvantum" : {
194- "symlink" : "$SNAP/lxqt-support-core22/usr/share/Kvantum"
195- },
196- "/usr/share/color-schemes" : {
197- "symlink" : "$SNAP/lxqt-support-core22/usr/share/color-schemes"
198- },
191+ "/usr/share/Kvantum" : {"symlink" : "$SNAP/lxqt-support/usr/share/Kvantum" },
199192 },
200193 "plugs" : {
201194 "desktop" : {"mount-host-font-cache" : False },
@@ -229,7 +222,7 @@ def test_get_root_snippet(kde_neon_6_extension):
229222 "content" : "lxqt-support-core22" ,
230223 "interface" : "content" ,
231224 "default-provider" : "lxqt-support-core22" ,
232- "target" : "$SNAP/lxqt-support-core22 " ,
225+ "target" : "$SNAP/lxqt-support" ,
233226 },
234227 },
235228 }
@@ -243,8 +236,6 @@ def test_get_root_snippet_core24(kde_neon_6_extension_core24):
243236 "SNAP_DESKTOP_RUNTIME" : "$SNAP/kf6" ,
244237 "GTK_USE_PORTAL" : "1" ,
245238 "PLATFORM_PLUG" : "kf6-core24" ,
246- "LD_LIBRARY_PATH" : "$SNAP/lxqt-support-core24/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:${LD_LIBRARY_PATH}" ,
247- "QT_PLUGIN_PATH" : "$SNAP/lxqt-support-core24/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/qt6/plugins:${QT_PLUGIN_PATH}" ,
248239 },
249240 "hooks" : {
250241 "configure" : {
@@ -257,12 +248,7 @@ def test_get_root_snippet_core24(kde_neon_6_extension_core24):
257248 "/usr/share/qt6" : {"symlink" : "$SNAP/kf6/usr/share/qt6" },
258249 "/usr/share/libdrm" : {"bind" : "$SNAP/gpu-2404/libdrm" },
259250 "/usr/share/drirc.d" : {"symlink" : "$SNAP/gpu-2404/drirc.d" },
260- "/usr/share/Kvantum" : {
261- "symlink" : "$SNAP/lxqt-support-core24/usr/share/Kvantum"
262- },
263- "/usr/share/color-schemes" : {
264- "symlink" : "$SNAP/lxqt-support-core24/usr/share/color-schemes"
265- },
251+ "/usr/share/Kvantum" : {"symlink" : "$SNAP/lxqt-support/usr/share/Kvantum" },
266252 },
267253 "plugs" : {
268254 "desktop" : {"mount-host-font-cache" : False },
@@ -301,7 +287,7 @@ def test_get_root_snippet_core24(kde_neon_6_extension_core24):
301287 "content" : "lxqt-support-core24" ,
302288 "interface" : "content" ,
303289 "default-provider" : "lxqt-support-core24" ,
304- "target" : "$SNAP/lxqt-support-core24 " ,
290+ "target" : "$SNAP/lxqt-support" ,
305291 },
306292 },
307293 }
@@ -342,8 +328,6 @@ def test_get_root_snippet_with_external_sdk(kde_neon_6_extension_with_build_snap
342328 "SNAP_DESKTOP_RUNTIME" : "$SNAP/kf6" ,
343329 "GTK_USE_PORTAL" : "1" ,
344330 "PLATFORM_PLUG" : "kf6-core22" ,
345- "LD_LIBRARY_PATH" : "$SNAP/lxqt-support-core22/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:${LD_LIBRARY_PATH}" ,
346- "QT_PLUGIN_PATH" : "$SNAP/lxqt-support-core22/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/qt6/plugins:${QT_PLUGIN_PATH}" ,
347331 },
348332 "hooks" : {
349333 "configure" : {
@@ -355,12 +339,7 @@ def test_get_root_snippet_with_external_sdk(kde_neon_6_extension_with_build_snap
355339 "/usr/share/X11" : {"symlink" : "$SNAP/kf6/usr/share/X11" },
356340 "/usr/share/qt6" : {"symlink" : "$SNAP/kf6/usr/share/qt6" },
357341 "/usr/share/libdrm" : {"bind" : "$SNAP/kf6-core22/usr/share/libdrm" },
358- "/usr/share/Kvantum" : {
359- "symlink" : "$SNAP/lxqt-support-core22/usr/share/Kvantum"
360- },
361- "/usr/share/color-schemes" : {
362- "symlink" : "$SNAP/lxqt-support-core22/usr/share/color-schemes"
363- },
342+ "/usr/share/Kvantum" : {"symlink" : "$SNAP/lxqt-support/usr/share/Kvantum" },
364343 },
365344 "plugs" : {
366345 "desktop" : {"mount-host-font-cache" : False },
@@ -394,7 +373,7 @@ def test_get_root_snippet_with_external_sdk(kde_neon_6_extension_with_build_snap
394373 "content" : "lxqt-support-core22" ,
395374 "interface" : "content" ,
396375 "default-provider" : "lxqt-support-core22" ,
397- "target" : "$SNAP/lxqt-support-core22 " ,
376+ "target" : "$SNAP/lxqt-support" ,
398377 },
399378 },
400379 }
@@ -410,8 +389,6 @@ def test_get_root_snippet_with_external_sdk_core24(
410389 "SNAP_DESKTOP_RUNTIME" : "$SNAP/kf6" ,
411390 "GTK_USE_PORTAL" : "1" ,
412391 "PLATFORM_PLUG" : "kf6-core24" ,
413- "LD_LIBRARY_PATH" : "$SNAP/lxqt-support-core24/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:${LD_LIBRARY_PATH}" ,
414- "QT_PLUGIN_PATH" : "$SNAP/lxqt-support-core24/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/qt6/plugins:${QT_PLUGIN_PATH}" ,
415392 },
416393 "hooks" : {
417394 "configure" : {
@@ -424,12 +401,7 @@ def test_get_root_snippet_with_external_sdk_core24(
424401 "/usr/share/qt6" : {"symlink" : "$SNAP/kf6/usr/share/qt6" },
425402 "/usr/share/libdrm" : {"bind" : "$SNAP/gpu-2404/libdrm" },
426403 "/usr/share/drirc.d" : {"symlink" : "$SNAP/gpu-2404/drirc.d" },
427- "/usr/share/Kvantum" : {
428- "symlink" : "$SNAP/lxqt-support-core24/usr/share/Kvantum"
429- },
430- "/usr/share/color-schemes" : {
431- "symlink" : "$SNAP/lxqt-support-core24/usr/share/color-schemes"
432- },
404+ "/usr/share/Kvantum" : {"symlink" : "$SNAP/lxqt-support/usr/share/Kvantum" },
433405 },
434406 "plugs" : {
435407 "desktop" : {"mount-host-font-cache" : False },
@@ -468,7 +440,7 @@ def test_get_root_snippet_with_external_sdk_core24(
468440 "content" : "lxqt-support-core24" ,
469441 "interface" : "content" ,
470442 "default-provider" : "lxqt-support-core24" ,
471- "target" : "$SNAP/lxqt-support-core24 " ,
443+ "target" : "$SNAP/lxqt-support" ,
472444 },
473445 },
474446 }
0 commit comments