chromium and firefox version bump by idris kalp, thanks.. idris
This commit is contained in:
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
|
||||
|
||||
#WorkDir = "mozilla-release-6b51784853e47e091d213d421a19cb623af718f0"
|
||||
ObjDir = "build"
|
||||
locales = "az bs ca da de el en-US en-GB en-ZA es-AR es-CL es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split()
|
||||
locales = "az bs ca da de el en-US en-GB es-AR es-CL es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split()
|
||||
xpidir = "%s/xpi" % get.workDIR()
|
||||
arch = get.ARCH()
|
||||
ver = ".".join(get.srcVERSION().split(".")[:3])
|
||||
@@ -47,7 +47,7 @@ def setup():
|
||||
|
||||
def build():
|
||||
shelltools.cd(ObjDir)
|
||||
shelltools.system("../mach build")
|
||||
shelltools.system("../mach build -j5")
|
||||
|
||||
def install():
|
||||
shelltools.cd(ObjDir)
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Firefox Web Browser</Summary>
|
||||
<Description>It is more secure and faster to browse the web with Firefox web browser. You can personalize your web browser with many specifications that is not enough to explain in two sentences.</Description>
|
||||
<Archive sha1sum="c7a5f3182999e5efed5c714653adc538bb75aa53" type="tarxz">https://ftp.mozilla.org/pub/firefox/releases/67.0/source/firefox-67.0.source.tar.xz</Archive>
|
||||
<Archive sha1sum="8512af474bc5fbcec00d7298562fa3cd890ecd93" type="tarxz">https://ftp.mozilla.org/pub/firefox/releases/68.0/source/firefox-68.0.source.tar.xz</Archive>
|
||||
<AdditionalFiles>
|
||||
<!--Our main configure script. Configure paramters are stored here.-->
|
||||
<AdditionalFile target=".mozconfig" permission="0644">mozconfig</AdditionalFile>
|
||||
@@ -65,9 +65,6 @@
|
||||
<!--clang-->
|
||||
<Dependency>gdb-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">0001-bz-1521249.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -549,6 +546,20 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="29">
|
||||
<Date>2019-07-08</Date>
|
||||
<Version>68.0</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="28">
|
||||
<Date>2019-06-11</Date>
|
||||
<Version>67.0.2</Version>
|
||||
<Comment>Version Bump and rebuild</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="27">
|
||||
<Date>2019-05-24</Date>
|
||||
<Version>67.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user