use ttf-font-awesome-4

This commit is contained in:
Josip Ponjavic 2018-01-08 13:48:48 +01:00
parent f093ddf540
commit 350fd1587c
2 changed files with 5 additions and 6 deletions

View File

@ -1,10 +1,9 @@
pkgbase = i3status-rust-git
pkgdesc = Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
pkgver = 0.9.0.r341.g9d37215
pkgver = 0.9.0.r407.g04f7124
pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
arch = i686
arch = x86_64
license = GPL3
makedepends = rust
@ -15,7 +14,7 @@ pkgbase = i3status-rust-git
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
optdepends = ttf-font-awesome-4: For the awesome icons
provides = i3status-rust
conflicts = i3status-rust
source = git+https://github.com/greshake/i3status-rust

View File

@ -1,10 +1,10 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=i3status-rust-git
pkgver=0.9.0.r341.g9d37215
pkgver=0.9.0.r407.g04f7124
pkgrel=1
pkgdesc='Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust'
arch=('i686' 'x86_64')
arch=('x86_64')
url='https://github.com/greshake/i3status-rust'
license=('GPL3')
depends=('dbus' 'i3-wm')
@ -13,7 +13,7 @@ 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')
'ttf-font-awesome-4: For the awesome icons')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
install="${pkgname%-*}.install"