From 8cdb71802d46a8f57fa864a83b2cae1473f63f1b Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Mon, 13 Jan 2020 09:47:22 +0100 Subject: [PATCH] j4status: disable nm plugin for now to unstage the repositories --- srcpkgs/j4status/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/j4status/template b/srcpkgs/j4status/template index 173fc6abad3..faab938e38f 100644 --- a/srcpkgs/j4status/template +++ b/srcpkgs/j4status/template @@ -1,9 +1,9 @@ # Template file for 'j4status' pkgname=j4status version=0.1 -revision=3 +revision=4 build_style=gnu-configure -configure_args="--enable-mpd-input" +configure_args="--enable-mpd-input --disable-nm-input" hostmakedepends="pkg-config libxslt docbook-xsl" makedepends="libglib-devel yajl-devel libmpdclient-devel NetworkManager-devel pulseaudio-devel upower-devel libsensors-devel" @@ -15,7 +15,7 @@ distfiles="https://github.com/sardemff7/j4status/releases/download/v${version}/j checksum=2ce80e460d6e4091deb28b663be87eceeb5cd533f40db6c5fba44a6adb995341 post_extract() { - sed -i 's,stdin,_stdin,g;s,stdout,_stdout,g;s,stderr,_stderr,g' input-output/i3bar/src/input.c + vsed -i 's,stdin,_stdin,g;s,stdout,_stdout,g;s,stderr,_stderr,g' input-output/i3bar/src/input.c } j4status-devel_package() {