commit 8868bbf6ef46f2d3c8a9fbf2e97fdb386658b01e Author: Tim Biermann <tbier@posteo.de> Date: Mon Dec 13 12:05:45 2021 +0100 meson: change maintainership and made shell completion files optional diff --git a/meson/.signature b/meson/.signature index 9cc7c8dd..179e2623 100644 --- a/meson/.signature +++ b/meson/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqoR5jU820HDBM2Im+ukMInhlHoUgl0p+i1vKFbtDEktooR7vKyVWQq7Q1EX9u993o3lPFPuboG0NGRq9SGL8/wI= -SHA256 (Pkgfile) = 118ac58361ff122e43800cbe7806249ea533fb0ef3e6404f8c51ef5264e8a58e +RWRJc1FUaeVeqtI076eAD2IJHwgnb8tDuuVmt6aw55CspxH/mUx7fpg2CcOmCprsAAEZG8C1Vz3NUHs1ccw+9f2Hq4RA8LNjEwE= +SHA256 (Pkgfile) = 5876f840b06311828163e1a8116c1b92c0fb93c15e10355f381178bcd3e4bd3f SHA256 (.footprint) = b882d462bb7c426fd0961b3d88df2737dfac0e9a62ed48682d840f34a2b7c371 SHA256 (meson-0.59.2.tar.gz) = 13dee549a7ba758b7e33ce7719f28d1d337a98d10d378a4779ccc996f5a2fc49 diff --git a/meson/Pkgfile b/meson/Pkgfile index d42a1d30..173aae18 100644 --- a/meson/Pkgfile +++ b/meson/Pkgfile @@ -1,6 +1,6 @@ # Description: High productivity build system. # URL: https://mesonbuild.com/ -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: CRUX System Team, core-ports at crux dot nu # Depends on: python3-setuptools name=meson @@ -17,7 +17,7 @@ build() { --prefix=/usr --root=$PKG --optimize=1 --skip-build install -d $PKG/usr/share/vim/vimfiles + prt-get isinst bash-completion && install -m 0644 -Dt $PKG/usr/share/bash-completion/completions data/shell-completions/bash/* + prt-get isinst zsh && install -m 0644 -Dt $PKG/usr/share/zsh/site-functions data/shell-completions/zsh/* cp -rt $PKG/usr/share/vim/vimfiles data/syntax-highlighting/vim/*/ - install -m 0644 -Dt $PKG/usr/share/bash-completion/completions data/shell-completions/bash/* - install -m 0644 -Dt $PKG/usr/share/zsh/site-functions data/shell-completions/zsh/* }