add networkmanager as optional dependencie

This commit is contained in:
Josip Ponjavic 2018-08-15 16:01:17 +02:00
parent 2f13aed5ac
commit afff3e3b3d
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgbase = i3status-rust-git
pkgdesc = Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust
pkgver = 0.9.0.r508.gad5a44f
pkgver = 0.9.0.r514.g2ec4cbb
pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
@ -12,6 +12,7 @@ pkgbase = i3status-rust-git
optdepends = alsa-utils: For volume block
optdepends = curl: For the weather block
optdepends = lm_sensors: For temperature block
optdepends = networkmanager: For networkmanager block
optdepends = powerline-fonts: For all themes using the powerline arrow char
optdepends = speedtest-cli: For the speedtest block
optdepends = ttf-font-awesome-4: For the awesome icons

View File

@ -1,7 +1,7 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=i3status-rust-git
pkgver=0.9.0.r508.gad5a44f
pkgver=0.9.0.r514.g2ec4cbb
pkgrel=1
pkgdesc='Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust'
arch=('x86_64')
@ -12,6 +12,7 @@ makedepends=('git' 'rust')
optdepends=('alsa-utils: For volume block'
'curl: For the weather block'
'lm_sensors: For temperature block'
'networkmanager: For networkmanager block'
'powerline-fonts: For all themes using the powerline arrow char'
'speedtest-cli: For the speedtest block'
'ttf-font-awesome-4: For the awesome icons')