diff options
author | Tim Biermann <tbier@posteo.de> | 2021-04-28 21:51:24 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-04-28 21:51:34 +0000 |
commit | 1f01c1fb288285e3da294e52e50c6d1735b8c5f2 (patch) | |
tree | b6ce6147a01fbee038ef4ae35adc79b66606b55a /pulseaudio | |
parent | 4117a3fe36159494d56c7cda9130da0fc06f389f (diff) | |
download | opt-1f01c1fb288285e3da294e52e50c6d1735b8c5f2.tar.gz opt-1f01c1fb288285e3da294e52e50c6d1735b8c5f2.tar.xz |
pulseaudio: do not depend on doxygen
Diffstat (limited to 'pulseaudio')
-rw-r--r-- | pulseaudio/.signature | 4 | ||||
-rw-r--r-- | pulseaudio/Pkgfile | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/pulseaudio/.signature b/pulseaudio/.signature index 6f9eaeca5..46f44767f 100644 --- a/pulseaudio/.signature +++ b/pulseaudio/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Q6DsVnJ/OtylGG4xRBDYcrqPkReJ1Ov2aVp0AqO3f8zB0VdyKOw+JxjePwLpVO9o+x6elXtvQ5Vyd1igR3yLAg= -SHA256 (Pkgfile) = f405e6c96120b2e554e255c0f6fc34ab6a3823dce74afff07ed64172fd9742eb +RWSE3ohX2g5d/eb2UkxkEMGZqvECThAEftSWuUAyWbTpcPwY4fDKcXTv1eCTeF3CDOEVFwF3AobK9I4zvx5k1tKp6xA4ektvXQo= +SHA256 (Pkgfile) = 4f7bd1c1bf9e4dbf64b3c2e68248f9ee2045688877149d166fbc0b95abdfbecf SHA256 (.footprint) = 8e87ccbecf0f7ff1b85cc4661fecdb68747fa7e339b71568c3b036ec8559016e SHA256 (pulseaudio-14.2.tar.xz) = 75d3f7742c1ae449049a4c88900e454b8b350ecaa8c544f3488a2562a9ff66f1 diff --git a/pulseaudio/Pkgfile b/pulseaudio/Pkgfile index d2166e3ec..d27101dec 100644 --- a/pulseaudio/Pkgfile +++ b/pulseaudio/Pkgfile @@ -16,7 +16,9 @@ build() { [[ -e /usr/lib/pkgconfig/bash-completion.pc ]] || PKGMK_PULSEAUDIO+=' -D bashcompletiondir=no' [[ -e /usr/bin/zsh ]] || PKGMK_PULSEAUDIO+=' -D zshcompletiondir=no' - meson setup $name-$version build $PKGMK_PULSEAUDIO \ + sed -i -e '/doxygen/d' pulseaudio-$version/meson.build + + meson setup $name-$version build $PKGMK_PULSEAUDIO \ --prefix=/usr \ --libexecdir=/usr/lib/$name \ -D buildtype=plain \ |