Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2024 11:50:37 GMT
From:      Zsolt Udvari <uzsolt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9355ee51b8b7 - main - x11/sfwbar: Add python as runtime dependency
Message-ID:  <202410291150.49TBobEg041130@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by uzsolt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9355ee51b8b74e4407671692f1f3607bf4795621

commit 9355ee51b8b74e4407671692f1f3607bf4795621
Author:     Tino Engel <tino.engel@mail.de>
AuthorDate: 2024-10-29 11:49:04 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-10-29 11:49:52 +0000

    x11/sfwbar: Add python as runtime dependency
    
    Pet portfmt.
    
    PR:             276609
    Approved by:    submitter is maintainer
---
 x11/sfwbar/Makefile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/x11/sfwbar/Makefile b/x11/sfwbar/Makefile
index a69ae9c2a8d4..e9e981ed9599 100644
--- a/x11/sfwbar/Makefile
+++ b/x11/sfwbar/Makefile
@@ -13,23 +13,23 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	wayland-protocols>0:graphics/wayland-protocols
 LIB_DEPENDS=	libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \
-		libwayland-client.so:graphics/wayland \
-		libjson-c.so:devel/json-c
+		libjson-c.so:devel/json-c \
+		libwayland-client.so:graphics/wayland
 
-USES=		gnome meson pkgconfig
+USES=		gnome meson pkgconfig python:run
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	LBCrion
 
 USE_GNOME=	cairo gdkpixbuf2 gtk30
 
-MESON_ARGS=		-Dbsdctl=enabled -Dnetwork=enabled -Dbluez=enabled \
-			-Didleinhibit=enabled -Diwd=enabled
+MESON_ARGS=		-Dbluez=enabled -Dbsdctl=enabled -Didleinhibit=enabled \
+			-Diwd=enabled -Dnetwork=enabled
 
-SUB_FILES=		pkg-message
+SUB_FILES=	pkg-message
 
-OPTIONS_DEFINE=		MPD PULSEAUDIO XKB ALSA
-OPTIONS_DEFAULT=	MPD PULSEAUDIO XKB ALSA
+OPTIONS_DEFINE=		ALSA MPD PULSEAUDIO XKB
+OPTIONS_DEFAULT=	ALSA MPD PULSEAUDIO XKB
 OPTIONS_SUB=		yes
 
 ALSA_DESC=		ALSA audio volume control
@@ -43,7 +43,7 @@ ALSA_MESON_ENABLED=	alsa
 MPD_LIB_DEPENDS=	libmpdclient.so:audio/libmpdclient
 MPD_MESON_ENABLED=	mpd
 
-PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
+PULSEAUDIO_LIB_DEPENDS=		libpulse.so:audio/pulseaudio
 PULSEAUDIO_MESON_ENABLED=	pulse
 
 XKB_LIB_DEPENDS=	libxkbregistry.so:x11/libxkbcommon



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