Date: Sun, 27 Nov 2022 03:38:34 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: 01c668a29333 - main - x11/xdg-desktop-portal-wlr: track grim dependency for screenshots Message-ID: <202211270338.2AR3cY2T061376@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=01c668a293338955e8f4eb9b188748ecf504eca8 commit 01c668a293338955e8f4eb9b188748ecf504eca8 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-11-27 03:18:09 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-11-27 03:38:16 +0000 x11/xdg-desktop-portal-wlr: track grim dependency for screenshots $ flameshot gui flameshot: error: Unable to capture screen flameshot: error: Unable to capture screen flameshot: info: Screenshot aborted. https://github.com/emersion/xdg-desktop-portal-wlr/commit/2b659c42a7f6 --- x11/xdg-desktop-portal-wlr/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11/xdg-desktop-portal-wlr/Makefile b/x11/xdg-desktop-portal-wlr/Makefile index f1c020209cbe..f90583c30305 100644 --- a/x11/xdg-desktop-portal-wlr/Makefile +++ b/x11/xdg-desktop-portal-wlr/Makefile @@ -1,6 +1,7 @@ PORTNAME= xdg-desktop-portal-wlr DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org @@ -17,6 +18,7 @@ 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 USES= compiler:c11 gl meson pkgconfig USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211270338.2AR3cY2T061376>