Merge pull request #6071 from Rmys/master

gn:ver.bump
This commit is contained in:
Rmys
2018-12-01 18:35:02 +03:00
committed by GitHub
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
def build(): def build():
shelltools.cd("build") shelltools.cd("build")
shelltools.system("python ./gen.py --no-sysroot") shelltools.system("python ./gen.py")
shelltools.cd("..") shelltools.cd("..")
shelltools.system("ninja -C out gn") shelltools.system("ninja -C out gn")
+9 -2
View File
@@ -12,13 +12,13 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Meta-build system that generates build files for Ninja</Summary> <Summary>Meta-build system that generates build files for Ninja</Summary>
<Description>Ninja için derleme dosyaları oluşturan meta-build sistemi</Description> <Description>Ninja için derleme dosyaları oluşturan meta-build sistemi</Description>
<Archive sha1sum="3600aef109a764df30fe289481ad571ae2572979" type="targz">https://sourceforge.net/projects/pisilinux/files/source/gn-0.1468.tar.gz</Archive> <Archive sha1sum="c7f8f20e4ca99e8263764aca83a2b54ee62cc901" type="targz">https://sourceforge.net/projects/pisilinux/files/source/gn-2018.12.01.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>git</Dependency> <Dependency>git</Dependency>
<Dependency>ninja</Dependency> <Dependency>ninja</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch>gn-bootstrap.patch</Patch> <!-- <Patch>gn-bootstrap.patch</Patch> -->
<!-- <Patch level="1">gn.patch</Patch> --> <!-- <Patch level="1">gn.patch</Patch> -->
</Patches> </Patches>
</Source> </Source>
@@ -35,6 +35,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2018-12-01</Date>
<Version>2018.12.01</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2018-09-21</Date> <Date>2018-09-21</Date>
<Version>0.1468</Version> <Version>0.1468</Version>