Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2024 06:07:10 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: 7df4c437c9a7 - main - x11/nwg-look: unbreak customizing Mouse cursor
Message-ID:  <202403110607.42B67A9x070079@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=7df4c437c9a7b963e0367a266ef6d8e58432b2c3

commit 7df4c437c9a7b963e0367a266ef6d8e58432b2c3
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-03-11 06:05:48 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-03-11 06:06:55 +0000

    x11/nwg-look: unbreak customizing Mouse cursor
    
    WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/left_ptr_000.png'
    WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/hand2_000.png'
    WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/sb_v_double_arrow_000.png'
    WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/fleur_000.png'
    WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/xterm_000.png'
    WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/left_side_000.png'
    WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/top_left_corner_000.png'
    WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/h_double_arrow_000.png'
---
 x11/nwg-look/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11/nwg-look/Makefile b/x11/nwg-look/Makefile
index 51731b808fae..aa480bad0df4 100644
--- a/x11/nwg-look/Makefile
+++ b/x11/nwg-look/Makefile
@@ -11,6 +11,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig
+RUN_DEPENDS=	xcur2png:x11/xcur2png
 
 USES=		gnome go:modules pkgconfig
 USE_GITHUB=	yes



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