wl-clipboard-rs: 0.4.1 -> 0.6.0

This commit is contained in:
Tim Biermann 2022-04-18 15:07:43 +02:00
parent 69ee811214
commit 11dea34add
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF388jvGavJrR9VX3PFtuENrYp7pfLsNXMS0RWfR72XOOKy83C26tzUXv0SvjOB/Yc49qtD2twDOEuVJ2h0D0dqwE= RWSagIOpLGJF30IMSrEqLpQqqI/pIoe7X7opWmfzJmp+lt+mF5sP8jVbUiYhJ6duHz6ext64X2gLufVMs9wc+GrAhyGFroAyVwk=
SHA256 (Pkgfile) = 722f64f768c535db223f1e167fadd6309f2646c898796330e3277bd09c1ac20d SHA256 (Pkgfile) = 334350d051527ca1341d57d42226a623bf59f78a3975a0c6dcd1443adf8d11d5
SHA256 (.footprint) = a098622e9477b66a6e178cad2a938f2b5404cbe90a10d70f528a8347fd27faa8 SHA256 (.footprint) = a098622e9477b66a6e178cad2a938f2b5404cbe90a10d70f528a8347fd27faa8
SHA256 (wl-clipboard-rs-0.4.1.tar.gz) = b32d4b0dd757731bafe0dad16750a320fd0ce93650d6d3a92b39f2af52830339 SHA256 (wl-clipboard-rs-0.6.0.tar.gz) = 98b973a0f061c1ca0bbdf9293598e152d95e9c2c042188231615a98be16721b1

View File

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