diff --git a/programming/build/ninja/actions.py b/programming/build/ninja/actions.py index 646f61dc3f..2902da0bba 100644 --- a/programming/build/ninja/actions.py +++ b/programming/build/ninja/actions.py @@ -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") \ No newline at end of file + pisitools.dohtml("doc/manual.html") diff --git a/programming/build/ninja/pspec.xml b/programming/build/ninja/pspec.xml index d339fcd4d7..ac5b3fa8de 100644 --- a/programming/build/ninja/pspec.xml +++ b/programming/build/ninja/pspec.xml @@ -12,12 +12,14 @@ app:console Ninja is a small build system with a focus on speed. Ninja is a small build system with a focus on speed. - https://github.com/martine/ninja/archive/v1.6.0.tar.gz + https://github.com/martine/ninja/archive/v1.7.1.tar.gz + re2c asciidoc + emacs-python - LFS.patch + @@ -34,6 +36,13 @@ + + 2016-07-09 + 1.7.1 + Version Bump + Ergün Salman + poyraz76@pisilinux.org + 2016-06-09 1.6.0