Merge pull request #4550 from Rmys/master

meson-0.44.1:ver.bump
This commit is contained in:
Rmys
2018-02-23 00:16:55 +03:00
committed by GitHub
2 changed files with 12 additions and 3 deletions
+3 -1
View File
@@ -15,7 +15,9 @@ def build():
def install(): def install():
pythonmodules.install(pyVer="3") pythonmodules.install(pyVer="3")
pisitools.insinto("/usr/share/vim/vimfiles", "syntax-highlighting/vim/*") 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.remove("/usr/share/vim/vimfiles/README") pisitools.remove("/usr/share/vim/vimfiles/README")
pisitools.dodoc("COPYING", "README*") pisitools.dodoc("COPYING", "README*")
+9 -2
View File
@@ -12,13 +12,13 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>High productivity build system</Summary> <Summary>High productivity build system</Summary>
<Description>Yüksek verimli üretme sistemi</Description> <Description>Yüksek verimli üretme sistemi</Description>
<Archive sha1sum="e11f6d5c84ebec8debe1c8ae15f6e7759db2d962" type="targz">https://github.com/mesonbuild/meson/releases/download/0.43.0/meson-0.43.0.tar.gz</Archive> <Archive sha1sum="12d1d0466955da4f9a7ef158a23d4e37d985d667" type="targz">https://github.com/mesonbuild/meson/releases/download/0.44.1/meson-0.44.1.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch level="1">fix-tests.patch</Patch> <!-- <Patch level="1">fix-tests.patch</Patch> -->
</Patches> </Patches>
</Source> </Source>
<Package> <Package>
@@ -37,6 +37,13 @@
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2018-02-22</Date>
<Version>0.44.1</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2017-12-07</Date> <Date>2017-12-07</Date>
<Version>0.43.0</Version> <Version>0.43.0</Version>