Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2024 05:53:35 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: eab310f0e855 - main - x11/hyprcursor: unbreak hyprcursor-util -x
Message-ID:  <202403110553.42B5rZgL051632@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=eab310f0e855edfd11a5825f71d8a304fe3aefa8

commit eab310f0e855edfd11a5825f71d8a304fe3aefa8
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-03-10 23:59:26 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-03-11 05:52:48 +0000

    x11/hyprcursor: unbreak hyprcursor-util -x
    
    $ hyprcursor-util -x /usr/local/share/icons/Adwaita
    Found xcursor dnd-move
    Failed: Failed reading xconfig for /usr/local/share/icons/Adwaita/cursors/dnd-move
---
 x11/hyprcursor/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11/hyprcursor/Makefile b/x11/hyprcursor/Makefile
index 5ce8516dc4fd..3f269fdb7ddc 100644
--- a/x11/hyprcursor/Makefile
+++ b/x11/hyprcursor/Makefile
@@ -12,6 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libzip.so:archivers/libzip \
 		libhyprlang.so:devel/hyprlang
+RUN_DEPENDS=	xcur2png:x11/xcur2png
 
 USES=		compiler:c++11-lib cmake:testing gnome pathfix pkgconfig
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403110553.42B5rZgL051632>