Skip to content
Snippets Groups Projects
Commit 2b076efa authored by Hugo Barrera's avatar Hugo Barrera Committed by Natanael Copa
Browse files

community/wayidle: upgrade to 1.0.0

parent 21c24373
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!78970community/wayidle: upgrade to 1.0.0
Pipeline #293355 skipped
maintainer="Hugo Osvaldo Barrera <hugo@whynothugo.nl>"
pkgname=wayidle
pkgver=0.2.0
pkgver=1.0.0
pkgrel=0
pkgdesc="Wait for wayland compositor idle timeouts"
url="https://git.sr.ht/~whynothugo/wayidle"
# s390x: nix/libc crate
arch="all !s390x"
license="ISC"
makedepends="cargo cargo-auditable"
makedepends="cargo cargo-auditable scdoc"
subpackages="$pkgname-doc"
source="wayidle-$pkgver.tar.gz::https://git.sr.ht/~whynothugo/wayidle/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver"
options="net" # fetch dependencies
......@@ -20,6 +21,7 @@ prepare() {
build() {
cargo auditable build --release --frozen
scdoc < wayidle.1.scd > wayidle.1
}
check() {
......@@ -28,8 +30,9 @@ check() {
package() {
install -Dm 0755 target/release/wayidle -t "$pkgdir"/usr/bin/
install -Dm 0644 wayidle.1 -t "$pkgdir"/usr/share/man/man1/
}
sha512sums="
6b7e030a12244d7020c8648d791e54ad94808ba0c1f59c0e9ab0f1b9043e03ecc785c078864a6d5d9fc9353c2bd40a0f39aa39ddabef95f0f5a0e6444e3678b6 wayidle-0.2.0.tar.gz
0f73b368881bb392648638033fafdb36abf10bb9e2edda20458cf507c9f481ddf941dc16febbe353ca98335402110b007a553d7842754f8cca3d99b4d1a7e342 wayidle-1.0.0.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment