forked from ports/contrib
i3status-rust: 0.30.4 -> 0.30.5
This commit is contained in:
parent
db12567305
commit
54655af8ab
@ -24,6 +24,3 @@ drwxr-xr-x root/root usr/share/i3status-rust/themes/
|
||||
-rw-r--r-- root/root usr/share/i3status-rust/themes/solarized-light.toml
|
||||
-rw-r--r-- root/root usr/share/i3status-rust/themes/space-villain.toml
|
||||
-rw-r--r-- root/root usr/share/i3status-rust/themes/srcery.toml
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/i3status-rs.1.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF39hOVLWrVcabYzmZxoFujV82gp+SjKiPrVaR8+Z1eS6/yeANU27hnr88lODP9qI2TkjRbbxJVyqa7YExwn2LVws=
|
||||
SHA256 (Pkgfile) = efc9a434a78caa4b9472d3dd7a3d4bed4e0975cb43ccf8658d08a025cfcb1509
|
||||
SHA256 (.footprint) = d55381ee94d9b4b2243d9f19aaa3c9e7b2568dacfe848ecce1a6b99204395b69
|
||||
SHA256 (i3status-rust-0.30.4.tar.gz) = 6bbb16a28185087fcab20dcda00253bf683c3fb52df949492be787b6af608ee9
|
||||
RWSagIOpLGJF30rGZUBBVRdeN6Md4ZOe+M7FdOFoIIq0kwR4xU1bP7lWqsBQLDm9SCxjjGAg9RP8R++Q3bCHRfCPpn6mwkgxhAs=
|
||||
SHA256 (Pkgfile) = 7eb2e3d2093005e70db0c88b30b220246015beb94905df5f377b51f962b1db56
|
||||
SHA256 (.footprint) = 447360c10871b2b4fc17cfa8318991af6d63e24998b76a20552e156f9fcff531
|
||||
SHA256 (i3status-rust-0.30.5.tar.gz) = 0412fd0a7d8f9623ec3545900fd0104f277092c874eb4ce59f2f119d9ca17b5f
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Optional: alsa-utils bluez curl font-awesome-compat font-powerline kdeconnect notmuch pulseaudio upower
|
||||
|
||||
name=i3status-rust
|
||||
version=0.30.4
|
||||
version=0.30.5
|
||||
release=1
|
||||
source=(https://github.com/greshake/i3status-rust/archive/v$version/$name-$version.tar.gz)
|
||||
|
||||
@ -23,7 +23,12 @@ build() {
|
||||
|
||||
install -Dt $PKG/usr/bin $name-$version/target/release/i3status-rs
|
||||
|
||||
install -Dm644 $name-$version/man/i3status-rs.1 -t $PKG/usr/share/man/man1
|
||||
## depends on xtask and pandoc
|
||||
## https://github.com/greshake/i3status-rust/blob/674069255d0dd83e6cd994ca577c3688d2305a12/NEWS.md?plain=1#L22
|
||||
## https://github.com/greshake/i3status-rust/674069255d0dd83e6cd994ca577c3688d2305a12/master/doc/manual_install.md?plain=1#L32
|
||||
## https://crates.io/crates/xtask
|
||||
#cargo xtask --manifest-path $name-$version/Cargo.toml generate-manpage
|
||||
#install -Dm644 $name-$version/man/i3status-rs.1 -t $PKG/usr/share/man/man1
|
||||
|
||||
for icon_set in $name-$version/files/icons/*.toml; do
|
||||
install -Dm644 $icon_set -t $PKG/usr/share/$name/icons
|
||||
|
Loading…
x
Reference in New Issue
Block a user