audio: Use relm4 next branch
This commit is contained in:
parent
2e04938bbd
commit
1d40fe9a23
8 changed files with 86 additions and 217 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
|
@ -13,12 +13,13 @@ override_dh_shlibdeps:
|
|||
override_dh_auto_clean:
|
||||
if test "${CLEAN}" = "1"; then \
|
||||
cargo clean; \
|
||||
cargo clean --manifest-path applets/cosmic-applet-audio/Cargo.toml; \
|
||||
cargo clean --manifest-path applets/cosmic-applet-battery/Cargo.toml; \
|
||||
fi
|
||||
|
||||
if ! ischroot && test "${VENDOR}" = "1"; then \
|
||||
mkdir -p .cargo; \
|
||||
cargo vendor --sync Cargo.toml --sync applets/cosmic-applet-battery/Cargo.toml | head -n -1 > .cargo/config; \
|
||||
cargo vendor --sync Cargo.toml --sync applets/cosmic-applet-audio/Cargo.toml applets/cosmic-applet-battery/Cargo.toml | head -n -1 > .cargo/config; \
|
||||
echo 'directory = "vendor"' >> .cargo/config; \
|
||||
tar pcf vendor.tar vendor; \
|
||||
rm -rf vendor; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue