i3status-rust: fixed pulseaudio include

This commit is contained in:
Tim Biermann 2021-02-14 10:58:06 +00:00
parent 0d6067acf7
commit 4ece4ae773
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39+meBYD8fVnpVxRBo0QDoXoJsNKpiq31WZf5xQNRYXB+pN/LiJf68HVNBQrlzQlWDDVnR2YHu9bXRKRzB/ztwg=
SHA256 (Pkgfile) = 11cf7451c8899352c7f66478422c91dea7235356c83f8eec3620000e028a5ae3
RWSagIOpLGJF3zcEs/+AoVYOWYsp2Xy24KtVYQ/GzYs6bvbak4cCXP8JQr49tNn+lXseqNMDg+JqTBhQbiLyBVsQHMbYkrSLfQ0=
SHA256 (Pkgfile) = 7795fdd178341e00bb91eaec0a1b64b7bd0269694ab8e532b62761a6dcb33477
SHA256 (.footprint) = 46e38c743630719fc5db8383d793d119a83726afb7568114366b2b9c2d3ed80b
SHA256 (i3status-rust-0.14.5-01.tar.gz) = 027c8e6d6f13a469b71feba70719de4fd689be5c45a66a2deaaf740003c3df7e

View File

@ -6,7 +6,7 @@
name=i3status-rust
version=0.14.5
release=1
release=2
source=(https://github.com/greshake/i3status-rust/archive/v$version/$name-$version-01.tar.gz)
build() {
@ -14,7 +14,7 @@ build() {
# configure optional dependencies
[[ -e /usr/lib/libnotmuch.so ]] && PKGMK_I3STATUS_RUST+=' notmuch'
[[ -e /usr/lib/pulseaudio/libpulsecommon-13.0.so ]] && PKGMK_I3STATUS_RUST+=' libpulse-binding'
[[ -e /usr/lib/pkgconfig/libpulse.pc ]] && PKGMK_I3STATUS_RUST+=' libpulse-binding'
prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache
mkdir "$PKGMK_SOURCE_DIR/rust" || true