meson ver. bump

This commit is contained in:
Rmys
2020-05-01 21:37:51 +03:00
committed by GitHub
parent bb12fcf1c0
commit 1705228eec
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -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*")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>High productivity build system</Summary>
<Description>Yüksek verimli üretme sistemi</Description>
<Archive sha1sum="ef933d8b0fd858befe35257b30c73fdef62c9e08" type="targz">https://github.com/mesonbuild/meson/releases/download/0.53.2/meson-0.53.2.tar.gz</Archive>
<Archive sha1sum="ed781e5e8f4c5f0c0e6d65acbc945039761807b8" type="targz">https://github.com/mesonbuild/meson/releases/download/0.54.1/meson-0.54.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -38,6 +38,13 @@
</Files>
</Package>
<History>
<Update release="11">
<Date>2020-05-01</Date>
<Version>0.54.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2020-03-20</Date>
<Version>0.53.2</Version>