Merge pull request #2035 from poyraz76/master
version bump to 1.7.1 and fix dependency re2c
This commit is contained in:
@@ -13,6 +13,7 @@ from pisi.actionsapi import get
|
||||
def build():
|
||||
shelltools.system("python bootstrap.py")
|
||||
shelltools.system("asciidoc doc/manual.asciidoc")
|
||||
shelltools.system("emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el")
|
||||
|
||||
def check():
|
||||
#needs new package gtest -> ignore it for now
|
||||
@@ -27,4 +28,4 @@ def install():
|
||||
|
||||
pisitools.dodoc("HACKING.md", "COPYING", "RELEASING", "README", "doc/manual.asciidoc")
|
||||
|
||||
pisitools.dohtml("doc/manual.html")
|
||||
pisitools.dohtml("doc/manual.html")
|
||||
|
||||
@@ -12,12 +12,14 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Ninja is a small build system with a focus on speed.</Summary>
|
||||
<Description>Ninja is a small build system with a focus on speed.</Description>
|
||||
<Archive sha1sum="a6ff055691f6d355234298c21cc18961b4ca2ed9" type="targz">https://github.com/martine/ninja/archive/v1.6.0.tar.gz</Archive>
|
||||
<Archive sha1sum="556ed5f8ee49753af1cf4b0ab2315d39d1954d58" type="targz">https://github.com/martine/ninja/archive/v1.7.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>re2c</Dependency>
|
||||
<Dependency>asciidoc</Dependency>
|
||||
<Dependency>emacs-python</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>LFS.patch</Patch>
|
||||
<!-- <Patch>LFS.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -34,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-07-09</Date>
|
||||
<Version>1.7.1</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>poyraz76@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>1.6.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user