Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2024 20:49:14 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: 14773212d332 - main - x11/swaync: drop unused USES=localbase after 880e76d7c57d
Message-ID:  <202402102049.41AKnELt070142@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=14773212d332d6e0514ca55783e6b95a17a558c2

commit 14773212d332d6e0514ca55783e6b95a17a558c2
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-02-10 16:19:01 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-02-10 20:49:02 +0000

    x11/swaync: drop unused USES=localbase after 880e76d7c57d
    
    Fixed by find_library('gtk-layer-shell') -> dependency('gtk-layer-shell-0')
    https://github.com/ErikReider/SwayNotificationCenter/commit/605f1955855b
---
 x11/swaync/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/swaync/Makefile b/x11/swaync/Makefile
index 761c8098724c..29e8dc413bc8 100644
--- a/x11/swaync/Makefile
+++ b/x11/swaync/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
 		libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \
 		libhandy-1.so:x11-toolkits/libhandy
 
-USES=		compiler:c11 gnome localbase:ldflags meson pkgconfig \
+USES=		compiler:c11 gnome meson pkgconfig \
 		python:build shebangfix vala:build
 USE_GITHUB=	yes
 USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build



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