Date: Fri, 8 Sep 2023 15:14:04 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 96146bbe8259 - main - x11/hyprland-share-picker: track slurp dependency Message-ID: <202309081514.388FE4WW044083@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=96146bbe8259067511b06e8ec29bd933b24e1381 commit 96146bbe8259067511b06e8ec29bd933b24e1381 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-09-08 13:18:00 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-09-08 15:13:52 +0000 x11/hyprland-share-picker: track slurp dependency $ hyprland-share-picker <Select region> sh: slurp: not found --- x11/hyprland-share-picker/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11/hyprland-share-picker/Makefile b/x11/hyprland-share-picker/Makefile index c9938199a233..8b64c6a732bf 100644 --- a/x11/hyprland-share-picker/Makefile +++ b/x11/hyprland-share-picker/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprland-share-picker DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org @@ -10,6 +11,8 @@ WWW= https://github.com/hyprwm/xdg-desktop-portal-hyprland LICENSE= MIT LICENSE_FILE= ${WRKSRC:H}/LICENSE +RUN_DEPENDS= slurp:x11/slurp + FLAVORS= qt5 qt6 USES= compiler:c++11-lib cmake qt:5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309081514.388FE4WW044083>