git: 47aa6d895f70 - main - x11/xdg-desktop-portal-*: depend on frontend after bbab7f59e963
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Mar 2024 05:53:32 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=47aa6d895f70f1338a3e94560e39ce1064ee42d3 commit 47aa6d895f70f1338a3e94560e39ce1064ee42d3 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-03-10 23:32:41 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-03-11 05:52:41 +0000 x11/xdg-desktop-portal-*: depend on frontend after bbab7f59e963 --- 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 9d4c647f68c4..1d78831a441b 100644 --- a/x11/xdg-desktop-portal-hyprland/Makefile +++ b/x11/xdg-desktop-portal-hyprland/Makefile @@ -21,7 +21,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= qt6 qt5 diff --git a/x11/xdg-desktop-portal-luminous/Makefile b/x11/xdg-desktop-portal-luminous/Makefile index d6764f286072..718c71d307ae 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 2b64a969a484..b3ac2ba4517b 100644 --- a/x11/xdg-desktop-portal-wlr/Makefile +++ b/x11/xdg-desktop-portal-wlr/Makefile @@ -16,7 +16,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