wl-clipboard-rs: 0.6.0 -> 0.7.0

This commit is contained in:
Tim Biermann 2022-10-01 11:15:19 +02:00
parent cef46dbab7
commit e643a26776
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30IMSrEqLpQqqI/pIoe7X7opWmfzJmp+lt+mF5sP8jVbUiYhJ6duHz6ext64X2gLufVMs9wc+GrAhyGFroAyVwk=
SHA256 (Pkgfile) = 334350d051527ca1341d57d42226a623bf59f78a3975a0c6dcd1443adf8d11d5
RWSagIOpLGJF326XYczOQVUapjr6cG5F8d82/J2r3S0pUNbYh/r7JCY1zmi9cEKHCIlfsYSlOqSRtpX9/o3f78q1V7BuuYAZuQU=
SHA256 (Pkgfile) = 9e4ba312563441ddc5b5f5446f95da2c303e220728d22df32afe21968926fa3a
SHA256 (.footprint) = a098622e9477b66a6e178cad2a938f2b5404cbe90a10d70f528a8347fd27faa8
SHA256 (wl-clipboard-rs-0.6.0.tar.gz) = 98b973a0f061c1ca0bbdf9293598e152d95e9c2c042188231615a98be16721b1
SHA256 (wl-clipboard-rs-0.7.0.tar.gz) = 4a3421e0ce6abddba86fd83e207a368ff0139d623ace0bb6e60bcb00f2d99bcf

View File

@ -4,7 +4,7 @@
# Depends on: rust wayland
name=wl-clipboard-rs
version=0.6.0
version=0.7.0
release=1
source=(https://github.com/YaLTeR/wl-clipboard-rs/archive/v$version/$name-$version.tar.gz)
@ -13,8 +13,7 @@ build() {
mkdir "$PKGMK_SOURCE_DIR/rust" || true
export CARGO_HOME="$PKGMK_SOURCE_DIR/rust"
cargo update --manifest-path $name-$version/Cargo.toml
cargo build --release --locked --manifest-path $name-$version/Cargo.toml \
cargo build --release --manifest-path $name-$version/Cargo.toml \
--all --features=dlopen
install -Dt $PKG/usr/bin $name-$version/target/release/wl-paste