j4status: disable nm plugin for now to unstage the repositories
This commit is contained in:
parent
a0469eb72d
commit
8cdb71802d
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue