diff --git a/system/devel/meson/actions.py b/system/devel/meson/actions.py index 834470cc..8ca27468 100755 --- a/system/devel/meson/actions.py +++ b/system/devel/meson/actions.py @@ -18,6 +18,7 @@ def install(): pisitools.insinto("/usr/share/vim/vimfiles", "data/syntax-highlighting/vim/*") pisitools.insinto("/usr/share/emacs/site-lisp", "data/syntax-highlighting/emacs/*") pisitools.insinto("/usr/share/zsh/site-functions", "data/shell-completions/zsh/*") + pisitools.insinto("/usr/share/bash-completion/completions", "data/shell-completions/bash/*") pisitools.remove("/usr/share/vim/vimfiles/README") pisitools.dodoc("COPYING", "README*") diff --git a/system/devel/meson/pspec.xml b/system/devel/meson/pspec.xml index f7129c4b..8a07d027 100755 --- a/system/devel/meson/pspec.xml +++ b/system/devel/meson/pspec.xml @@ -12,7 +12,7 @@ app:console High productivity build system Yüksek verimli üretme sistemi - https://github.com/mesonbuild/meson/releases/download/0.53.2/meson-0.53.2.tar.gz + https://github.com/mesonbuild/meson/releases/download/0.54.1/meson-0.54.1.tar.gz python3-devel python3-setuptools @@ -38,6 +38,13 @@ + + 2020-05-01 + 0.54.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-03-20 0.53.2