add two new optional dependencies, powerline-fonts and speedtest-cli

This commit is contained in:
Josip Ponjavic 2017-07-24 13:51:32 +02:00
parent 83237f99ff
commit 4941c159e4
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgbase = i3status-rust-git
pkgdesc = Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
pkgver = 0.9.0.r307.gcc79921
pkgver = 0.9.0.r318.g8969303
pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
@ -13,6 +13,8 @@ pkgbase = i3status-rust-git
depends = i3-wm
optdepends = alsa-utils: For volume block
optdepends = lm_sensors: For temperature block
optdepends = powerline-fonts: For all themes using the powerline arrow char
optdepends = speedtest-cli: For the speedtest block
optdepends = ttf-font-awesome: For the awesome icons
provides = i3status-rust
conflicts = i3status-rust

View File

@ -1,7 +1,7 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=i3status-rust-git
pkgver=0.9.0.r307.gcc79921
pkgver=0.9.0.r318.g8969303
pkgrel=1
pkgdesc='Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust'
arch=('i686' 'x86_64')
@ -11,6 +11,8 @@ depends=('dbus' 'i3-wm')
makedepends=('cargo' 'git')
optdepends=('alsa-utils: For volume block'
'lm_sensors: For temperature block'
'powerline-fonts: For all themes using the powerline arrow char'
'speedtest-cli: For the speedtest block'
'ttf-font-awesome: For the awesome icons')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")