upgpkg: 0.13.0.r940.ga42de8b-2 add fakeroot to optional depends

This commit is contained in:
Josip Ponjavic 2020-04-25 14:45:39 +02:00
parent 09cb98d317
commit de8f81a0d5
2 changed files with 26 additions and 24 deletions

View file

@ -1,6 +1,6 @@
pkgbase = i3status-rust-git 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 pkgdesc = Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust
pkgver = 0.13.0.r860.ga866c59 pkgver = 0.13.0.r940.ga42de8b
pkgrel = 2 pkgrel = 2
url = https://github.com/greshake/i3status-rust url = https://github.com/greshake/i3status-rust
install = i3status-rust.install install = i3status-rust.install
@ -9,17 +9,18 @@ pkgbase = i3status-rust-git
makedepends = git makedepends = git
makedepends = rust makedepends = rust
depends = libpulse depends = libpulse
optdepends = alsa-utils: For the volume block optdepends = alsa-utils: for the volume block
optdepends = bluez: For the bluetooth block optdepends = bluez: for the bluetooth block
optdepends = curl: For the weather block optdepends = curl: for the weather block
optdepends = ibus: For the ibus block optdepends = fakeroot: for the pacman block to show pending updates
optdepends = lm_sensors: For the temperature block optdepends = ibus: for the ibus block
optdepends = networkmanager: For the networkmanager block optdepends = lm_sensors: for the temperature block
optdepends = powerline-fonts: For all themes using the powerline arrow char optdepends = networkmanager: for the networkmanager block
optdepends = pulseaudio: For the volume block optdepends = powerline-fonts: for all themes using the powerline arrow char
optdepends = speedtest-cli: For the speedtest block optdepends = pulseaudio: for the volume block
optdepends = ttf-font-awesome-4: For the awesome icons optdepends = speedtest-cli: for the speedtest block
optdepends = upower: For the battery block optdepends = ttf-font-awesome-4: for the awesome icons
optdepends = upower: for the battery block
provides = i3status-rust provides = i3status-rust
conflicts = i3status-rust conflicts = i3status-rust
source = i3status-rust::git+https://github.com/greshake/i3status-rust source = i3status-rust::git+https://github.com/greshake/i3status-rust

View file

@ -1,7 +1,7 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com> # Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=i3status-rust-git pkgname=i3status-rust-git
pkgver=0.13.0.r860.ga866c59 pkgver=0.13.0.r940.ga42de8b
pkgrel=2 pkgrel=2
pkgdesc='Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust' 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') arch=('x86_64')
@ -9,17 +9,18 @@ url='https://github.com/greshake/i3status-rust'
license=('GPL3') license=('GPL3')
depends=('libpulse') depends=('libpulse')
makedepends=('git' 'rust') makedepends=('git' 'rust')
optdepends=('alsa-utils: For the volume block' optdepends=('alsa-utils: for the volume block'
'bluez: For the bluetooth block' 'bluez: for the bluetooth block'
'curl: For the weather block' 'curl: for the weather block'
'ibus: For the ibus block' 'fakeroot: for the pacman block to show pending updates'
'lm_sensors: For the temperature block' 'ibus: for the ibus block'
'networkmanager: For the networkmanager block' 'lm_sensors: for the temperature block'
'powerline-fonts: For all themes using the powerline arrow char' 'networkmanager: for the networkmanager block'
'pulseaudio: For the volume block' 'powerline-fonts: for all themes using the powerline arrow char'
'speedtest-cli: For the speedtest block' 'pulseaudio: for the volume block'
'ttf-font-awesome-4: For the awesome icons' 'speedtest-cli: for the speedtest block'
'upower: For the battery block') 'ttf-font-awesome-4: for the awesome icons'
'upower: for the battery block')
provides=("${pkgname%-*}") provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}") conflicts=("${pkgname%-*}")
install="${pkgname%-*}.install" install="${pkgname%-*}.install"