swayidle: readd patch to allow building against basu

This commit is contained in:
Tim Biermann 2021-11-07 14:24:30 +01:00
parent e34b422fb6
commit 17fec8737c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39p2vZ3k05Rx7TuuxLh1OrYd+aDukm03FgaR+dNw/ysnSwajzZJrrYqDRAYfj9L/95Ko48d3jTNK4kOX968IHwQ=
SHA256 (Pkgfile) = 7cb2a9d99a3a289cd5e93de7079a60e3028cf6391ec756d186bfde81dc36a6a2
RWSagIOpLGJF38rUEYx/1BPgrZvtqeJTxEeYWlJGCqzj/mMz4vsJv2EXi8q7pQIA89bYolGI8gRJuVYEw/vsKouDoqp5YBoZpAE=
SHA256 (Pkgfile) = 6245fe36d8c0e69532a1b08eeade450bab6cb1fdb5f441c45b9aa829f1480438
SHA256 (.footprint) = 46f3bdd4bed1329f4a74a2912e4f22410b79a5fdf5c555680b7a19eb783aef1b
SHA256 (swayidle-1.7.tar.gz) = 06062dd07d4ef625bb2420ab5b4de395b0e12e71c631a516bfa972e1c3acb503
SHA256 (89.patch) = fb79e4808933cc7194dd377f409d62f65d22feb3ac9de5a4848fc90428a91d56

View File

@ -7,12 +7,15 @@
name=swayidle
version=1.7
release=1
source=(https://github.com/swaywm/swayidle/archive/$version/$name-$version.tar.gz)
source=(https://github.com/swaywm/swayidle/archive/$version/$name-$version.tar.gz
89.patch)
build() {
prt-get isinst bash-completion || PKGMK_SWAYIDLE+=' -D bash-completions=false'
prt-get isinst zsh || PKGMK_SWAYIDLE+=' -D zsh-completions=false'
patch -Np1 -d $name-$version -i $SRC/89.patch
meson setup $name-$version build $PKGMK_SWAYIDLE \
--prefix=/usr \
--buildtype=plain \