git: 5e3362d86254 - 2024Q1 - x11/xdg-desktop-portal-*: depend on frontend after bbab7f59e963
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Mar 2024 03:25:33 UTC
The branch 2024Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e3362d86254119b395a531fc2e5f914b19aa441 commit 5e3362d86254119b395a531fc2e5f914b19aa441 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-03-10 23:32:41 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-03-13 03:24:50 +0000 x11/xdg-desktop-portal-*: depend on frontend after bbab7f59e963 (cherry picked from commit 47aa6d895f70f1338a3e94560e39ce1064ee42d3) --- x11/xdg-desktop-portal-hyprland/Makefile | 3 ++- x11/xdg-desktop-portal-luminous/Makefile | 3 ++- x11/xdg-desktop-portal-wlr/Makefile | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/x11/xdg-desktop-portal-hyprland/Makefile b/x11/xdg-desktop-portal-hyprland/Makefile index 3e673f7f84b4..4d8c92dbeede 100644 --- a/x11/xdg-desktop-portal-hyprland/Makefile +++ b/x11/xdg-desktop-portal-hyprland/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= libhyprlang.so:devel/hyprlang \ libdrm.so:graphics/libdrm \ libwayland-client.so:graphics/wayland \ libpipewire-0.3.so:multimedia/pipewire -RUN_DEPENDS= grim:x11/grim \ +RUN_DEPENDS= xdg-desktop-portal>0:deskutils/xdg-desktop-portal \ + grim:x11/grim \ slurp:x11/slurp FLAVORS= qt5 qt6 diff --git a/x11/xdg-desktop-portal-luminous/Makefile b/x11/xdg-desktop-portal-luminous/Makefile index 5c12331aea0b..84f4554d98df 100644 --- a/x11/xdg-desktop-portal-luminous/Makefile +++ b/x11/xdg-desktop-portal-luminous/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire \ libxkbcommon.so:x11/libxkbcommon -RUN_DEPENDS= slurp:x11/slurp +RUN_DEPENDS= xdg-desktop-portal>0:deskutils/xdg-desktop-portal \ + slurp:x11/slurp USES= cargo llvm meson pkgconfig USE_GITHUB= yes diff --git a/x11/xdg-desktop-portal-wlr/Makefile b/x11/xdg-desktop-portal-wlr/Makefile index 73f5f4d78183..6bbe0d7ba72f 100644 --- a/x11/xdg-desktop-portal-wlr/Makefile +++ b/x11/xdg-desktop-portal-wlr/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= libbasu.so:devel/basu \ libdrm.so:graphics/libdrm \ libwayland-client.so:graphics/wayland \ libpipewire-0.3.so:multimedia/pipewire -RUN_DEPENDS= grim:x11/grim \ +RUN_DEPENDS= xdg-desktop-portal>0:deskutils/xdg-desktop-portal \ + grim:x11/grim \ slurp:x11/slurp USES= compiler:c11 gl meson pkgconfig