diff --git a/programming/build/ninja/actions.py b/programming/build/ninja/actions.py index 2902da0bba..96f10d7c19 100644 --- a/programming/build/ninja/actions.py +++ b/programming/build/ninja/actions.py @@ -11,13 +11,13 @@ from pisi.actionsapi import get def build(): - shelltools.system("python bootstrap.py") + shelltools.system("python configure.py --bootstrap") shelltools.system("asciidoc doc/manual.asciidoc") - shelltools.system("emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el") + #shelltools.system("emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el") def check(): #needs new package gtest -> ignore it for now - shelltools.system("python ./configure.py --with-gtest=/usr/share/gtest") + shelltools.system("python ./configure.py") shelltools.system("./ninja ninja_test") shelltools.system("./ninja_test --gtest_filter=-SubprocessTest.SetWithLots") diff --git a/programming/build/ninja/pspec.xml b/programming/build/ninja/pspec.xml index ac5b3fa8de..6582324cc2 100644 --- a/programming/build/ninja/pspec.xml +++ b/programming/build/ninja/pspec.xml @@ -12,11 +12,12 @@ 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.7.1.tar.gz + https://github.com/ninja-build/ninja/archive/v1.7.2.tar.gz re2c asciidoc emacs-python + giflib-devel @@ -36,6 +37,13 @@ + + 2017-02-22 + 1.7.2 + Release Bump. + Stefan Gronewold + groni@pisilinux.org + 2016-07-09 1.7.1