From 3c8026550fd3f89bdb811870ba341a9cf233ed59 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 15 Jul 2025 08:58:16 +0200 Subject: [PATCH] use BB_GIT_DEFAULT_DESTSUFFIX --- .../xdg-desktop-portal-hyprland/hyprland-share-picker.bb | 2 +- recipes-gtk/nwg-shell/ddcpopup/ddcpopup_0.1.bb | 2 +- recipes-gtk/nwg-shell/gopsuinfo/gopsuinfo_0.1.5.bb | 2 +- recipes-gtk/nwg-shell/nwg-bar/nwg-bar_0.1.6.bb | 2 +- .../nwg-shell/nwg-dock-hyprland/nwg-dock-hyprland_0.4.7.bb | 2 +- recipes-gtk/nwg-shell/nwg-dock/nwg-dock_0.4.1.bb | 2 +- recipes-gtk/nwg-shell/nwg-drawer/nwg-drawer_0.7.1.bb | 2 +- recipes-gtk/nwg-shell/nwg-look/nwg-look_1.0.6.bb | 2 +- recipes-gtk/nwg-shell/nwg-menu/nwg-menu_0.1.7.bb | 2 +- recipes-gtk/nwg-shell/nwgocc/nwgocc_0.0.1.bb | 2 +- .../hyprland/hyprland-plugins/hyprland-borders-plus-plus.bb | 2 +- .../hyprland/hyprland-plugins/hyprland-csgo-vulkan.bb | 2 +- recipes-support/hyprland/hyprland-plugins/hyprland-hyprbars.bb | 2 +- recipes-support/hyprland/hyprland-plugins/hyprland-hyprexpo.bb | 2 +- recipes-support/hyprland/hyprland-plugins/hyprland-hyprfocus.bb | 2 +- .../hyprland/hyprland-plugins/hyprland-hyprscrolling.bb | 2 +- .../hyprland/hyprland-plugins/hyprland-hyprtrails.bb | 2 +- .../hyprland/hyprland-plugins/hyprland-hyprwinwrap.bb | 2 +- .../hyprland/hyprland-plugins/hyprland-xtra-dispatchers.bb | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/hyprland-share-picker.bb b/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/hyprland-share-picker.bb index 7c0fce6..de32581 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/hyprland-share-picker.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/hyprland-share-picker.bb @@ -14,6 +14,6 @@ inherit qt6-cmake features_check REQUIRED_DISTRO_FEATURES = "opengl wayland" -S = "${UNPACKDIR}/${BP}/hyprland-share-picker" +S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}/hyprland-share-picker" diff --git a/recipes-gtk/nwg-shell/ddcpopup/ddcpopup_0.1.bb b/recipes-gtk/nwg-shell/ddcpopup/ddcpopup_0.1.bb index cd4abc0..2358dbe 100644 --- a/recipes-gtk/nwg-shell/ddcpopup/ddcpopup_0.1.bb +++ b/recipes-gtk/nwg-shell/ddcpopup/ddcpopup_0.1.bb @@ -12,7 +12,7 @@ RDEPENDS:${PN} = "ddcutil" GO_IMPORT = "github.com/nwg-piotr/ddcpopup.git" -SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};nobranch=1;protocol=https" +SRC_URI = "git://${GO_IMPORT};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${GO_IMPORT};nobranch=1;protocol=https" SRCREV = "8fab5132e49e08a1eeaa7a0dd3350d06f4399200" inherit go go-mod pkgconfig go-mod-update-modules diff --git a/recipes-gtk/nwg-shell/gopsuinfo/gopsuinfo_0.1.5.bb b/recipes-gtk/nwg-shell/gopsuinfo/gopsuinfo_0.1.5.bb index 14c78e6..fc90660 100644 --- a/recipes-gtk/nwg-shell/gopsuinfo/gopsuinfo_0.1.5.bb +++ b/recipes-gtk/nwg-shell/gopsuinfo/gopsuinfo_0.1.5.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=22ed6cb3c33862e689e075b4 GO_IMPORT = "github.com/nwg-piotr/gopsuinfo.git" -SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};branch=main;protocol=https" +SRC_URI = "git://${GO_IMPORT};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${GO_IMPORT};branch=main;protocol=https" SRCREV = "60e4f83b6c4d84955e0a07f7bdc63d8089b4ba1e" inherit go go-mod go-mod-update-modules diff --git a/recipes-gtk/nwg-shell/nwg-bar/nwg-bar_0.1.6.bb b/recipes-gtk/nwg-shell/nwg-bar/nwg-bar_0.1.6.bb index 381b092..cb8609a 100644 --- a/recipes-gtk/nwg-shell/nwg-bar/nwg-bar_0.1.6.bb +++ b/recipes-gtk/nwg-shell/nwg-bar/nwg-bar_0.1.6.bb @@ -11,7 +11,7 @@ RDEPENDS:${PN} = "go-runtime" GO_IMPORT = "github.com/nwg-piotr/nwg-bar.git" -SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};nobranch=1;protocol=https" +SRC_URI = "git://${GO_IMPORT};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${GO_IMPORT};nobranch=1;protocol=https" SRCREV = "c4da7d817747ad2f8cfda332d95bd4fc55eb6b34" diff --git a/recipes-gtk/nwg-shell/nwg-dock-hyprland/nwg-dock-hyprland_0.4.7.bb b/recipes-gtk/nwg-shell/nwg-dock-hyprland/nwg-dock-hyprland_0.4.7.bb index 1256025..ac334d2 100644 --- a/recipes-gtk/nwg-shell/nwg-dock-hyprland/nwg-dock-hyprland_0.4.7.bb +++ b/recipes-gtk/nwg-shell/nwg-dock-hyprland/nwg-dock-hyprland_0.4.7.bb @@ -10,7 +10,7 @@ RDEPENDS:${PN} = "go-runtime" GO_IMPORT = "github.com/nwg-piotr/nwg-dock-hyprland.git" -SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};nobranch=1;protocol=https" +SRC_URI = "git://${GO_IMPORT};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${GO_IMPORT};nobranch=1;protocol=https" SRCREV = "ff1b4794255ed7501065982b067b3dbea0ae46ff" diff --git a/recipes-gtk/nwg-shell/nwg-dock/nwg-dock_0.4.1.bb b/recipes-gtk/nwg-shell/nwg-dock/nwg-dock_0.4.1.bb index 8a7eee4..29e79a9 100644 --- a/recipes-gtk/nwg-shell/nwg-dock/nwg-dock_0.4.1.bb +++ b/recipes-gtk/nwg-shell/nwg-dock/nwg-dock_0.4.1.bb @@ -10,7 +10,7 @@ RDEPENDS:${PN} = "go-runtime" GO_IMPORT = "github.com/nwg-piotr/nwg-dock.git" -SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};nobranch=1;protocol=https" +SRC_URI = "git://${GO_IMPORT};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${GO_IMPORT};nobranch=1;protocol=https" SRCREV = "3f010171ab8596552efdc2f03d5f09c0042bbb64" diff --git a/recipes-gtk/nwg-shell/nwg-drawer/nwg-drawer_0.7.1.bb b/recipes-gtk/nwg-shell/nwg-drawer/nwg-drawer_0.7.1.bb index a262969..3731d23 100644 --- a/recipes-gtk/nwg-shell/nwg-drawer/nwg-drawer_0.7.1.bb +++ b/recipes-gtk/nwg-shell/nwg-drawer/nwg-drawer_0.7.1.bb @@ -11,7 +11,7 @@ RDEPENDS:${PN} = "go-runtime" GO_IMPORT = "github.com/nwg-piotr/nwg-drawer.git" -SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};nobranch=1;protocol=https" +SRC_URI = "git://${GO_IMPORT};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${GO_IMPORT};nobranch=1;protocol=https" SRCREV = "b6209d5ab30da1c4beadd22fb2a9a63bf1ef607b" diff --git a/recipes-gtk/nwg-shell/nwg-look/nwg-look_1.0.6.bb b/recipes-gtk/nwg-shell/nwg-look/nwg-look_1.0.6.bb index 83001b7..35c2aa6 100644 --- a/recipes-gtk/nwg-shell/nwg-look/nwg-look_1.0.6.bb +++ b/recipes-gtk/nwg-shell/nwg-look/nwg-look_1.0.6.bb @@ -7,7 +7,7 @@ RDEPENDS:${PN} = "xcur2png go-runtime" GO_IMPORT = "github.com/nwg-piotr/nwg-look" -SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};branch=main;protocol=https" +SRC_URI = "git://${GO_IMPORT};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${GO_IMPORT};branch=main;protocol=https" SRCREV = "1282e6422491ea912ac22c5f532277eb011cc5bb" require ${PN}-go-mods.inc ${PN}-licenses.inc diff --git a/recipes-gtk/nwg-shell/nwg-menu/nwg-menu_0.1.7.bb b/recipes-gtk/nwg-shell/nwg-menu/nwg-menu_0.1.7.bb index a2bf6ed..82b9dee 100644 --- a/recipes-gtk/nwg-shell/nwg-menu/nwg-menu_0.1.7.bb +++ b/recipes-gtk/nwg-shell/nwg-menu/nwg-menu_0.1.7.bb @@ -15,7 +15,7 @@ RRECOMMENDS:${PN} = " \ GO_IMPORT = "github.com/nwg-piotr/nwg-menu.git" -SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};nobranch=1;protocol=https" +SRC_URI = "git://${GO_IMPORT};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${GO_IMPORT};nobranch=1;protocol=https" SRCREV = "5806a1bb8b916478a5b25aec2a0c3cdcb071de0b" diff --git a/recipes-gtk/nwg-shell/nwgocc/nwgocc_0.0.1.bb b/recipes-gtk/nwg-shell/nwgocc/nwgocc_0.0.1.bb index 26bb915..f90dfe9 100644 --- a/recipes-gtk/nwg-shell/nwgocc/nwgocc_0.0.1.bb +++ b/recipes-gtk/nwg-shell/nwgocc/nwgocc_0.0.1.bb @@ -13,7 +13,7 @@ RRECOMMENDS:${PN} = " \ GO_IMPORT = "github.com/nwg-piotr/nwgocc.git" -SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};nobranch=1;protocol=https" +SRC_URI = "git://${GO_IMPORT};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${GO_IMPORT};nobranch=1;protocol=https" SRCREV = "782a37014de40f63115825c0b5bd343dee2ba668" diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-borders-plus-plus.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-borders-plus-plus.bb index 628f49a..cc25c99 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-borders-plus-plus.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-borders-plus-plus.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -S = "${UNPACKDIR}/${BP}/borders-plus-plus" +S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}/borders-plus-plus" FILES:${PN} += "${libdir}/libborders-plus-plus.so" diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-csgo-vulkan.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-csgo-vulkan.bb index 61ecf58..370c726 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-csgo-vulkan.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-csgo-vulkan.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -S = "${UNPACKDIR}/${BP}/csgo-vulkan-fix" +S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}/csgo-vulkan-fix" FILES:${PN} += "${libdir}/libcsgo-vulkan-fix.so" diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprbars.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprbars.bb index cfafd44..077ff66 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprbars.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprbars.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -S = "${UNPACKDIR}/${BP}/hyprbars" +S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}/hyprbars" FILES:${PN} += "${libdir}/libhyprbars.so" diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprexpo.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprexpo.bb index 98d4d78..c077786 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprexpo.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprexpo.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -S = "${UNPACKDIR}/${BP}/hyprexpo" +S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}/hyprexpo" FILES:${PN} += "${libdir}/libhyprexpo.so" diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprfocus.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprfocus.bb index 4046323..5f6b9da 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprfocus.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprfocus.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -S = "${UNPACKDIR}/${BP}/hyprfocus" +S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}/hyprfocus" FILES:${PN} += "${libdir}/libhyprfocus.so" diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprscrolling.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprscrolling.bb index d7c8556..2790e22 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprscrolling.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprscrolling.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -S = "${UNPACKDIR}/${BP}/hyprscrolling" +S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}/hyprscrolling" FILES:${PN} += "${libdir}/libhyprscrolling.so" diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprtrails.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprtrails.bb index b0894e9..04c340e 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprtrails.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprtrails.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -S = "${UNPACKDIR}/${BP}/hyprtrails" +S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}/hyprtrails" FILES:${PN} += "${libdir}/libhyprtrails.so" diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprwinwrap.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprwinwrap.bb index 08127c0..349bcf9 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprwinwrap.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprwinwrap.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -S = "${UNPACKDIR}/${BP}/hyprwinwrap" +S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}/hyprwinwrap" FILES:${PN} += "${libdir}/libhyprwinwrap.so" diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-xtra-dispatchers.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-xtra-dispatchers.bb index ff147b3..f5699eb 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-xtra-dispatchers.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-xtra-dispatchers.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -S = "${UNPACKDIR}/${BP}/xtra-dispatchers" +S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}/xtra-dispatchers" FILES:${PN} += "${libdir}/libxtra-dispatchers.so"