i3status-rust: add missing files
Starting with v0.20.0 some formerly hard coded settings were moved into config files.
This commit is contained in:
parent
8bc409364c
commit
b53cd93f8b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'i3status-rust'
|
||||
pkgname=i3status-rust
|
||||
version=0.20.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
make_check_args="--bins"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -15,5 +15,9 @@ distfiles="https://github.com/greshake/i3status-rust/archive/v${version}.tar.gz"
|
|||
checksum=8e4a90813d66cf02a51d2d266524fb7b848dc35253b80508c89e49657bd1a83f
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/i3status-rust
|
||||
vcopy ${wrksrc}/files/icons usr/share/i3status-rust/
|
||||
vcopy ${wrksrc}/files/themes usr/share/i3status-rust/
|
||||
|
||||
vman man/i3status-rs.1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue