firefox: version bump

This commit is contained in:
namso-01
2015-08-20 21:50:07 +03:00
parent 143b0e8f09
commit bb3c08af8f
2 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ def setup():
shelltools.system("rm -rf langpack-ff/*/browser/defaults")
if not shelltools.isDirectory(xpidir): shelltools.makedirs(xpidir)
for locale in locales:
shelltools.system("wget -c -P %s ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%s/linux-%s/xpi/%s.xpi" % (xpidir, ver, arch, locale))
shelltools.system("wget -c -P %s http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%s/linux-%s/xpi/%s.xpi" % (xpidir, ver, arch, locale))
shelltools.makedirs("langpack-ff/langpack-%s@firefox.mozilla.org" % locale)
shelltools.system("unzip -uo %s/%s.xpi -d langpack-ff/langpack-%s@firefox.mozilla.org" % (xpidir, locale, locale))
print "Replacing browser.properties for %s locale" % locale
+17 -3
View File
@@ -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="32785daee7ddb9da8d7509ef095258fc58fe838e" type="tarbz2">https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/39.0/source/firefox-39.0.source.tar.bz2</Archive>
<Archive sha1sum="b5d79fa3684284bfeb7277e99c756b8688e8121d" type="tarbz2">https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/40.0.2/source/firefox-40.0.2.source.tar.bz2</Archive>
<AdditionalFiles>
<!--Our main configure script. Configure paramters are stored here.-->
<AdditionalFile target=".mozconfig" permission="0644">mozconfig</AdditionalFile>
@@ -29,7 +29,7 @@
<Dependency>zlib-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>libXt-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>libpng-devel</Dependency>
<Dependency>libffi-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
@@ -41,7 +41,7 @@
<Dependency>libXScrnSaver-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>gst-plugins-base-next-devel</Dependency>
<Dependency>gst-plugins-base-next-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">rhbz-966424.patch</Patch>
@@ -519,6 +519,20 @@
</Package>
<History>
<Update release="38">
<Date>2015-08-20</Date>
<Version>40.0.2</Version>
<Comment>Version bump, http://www.mozilla.org/en-US/firefox/40.0.2/releasenotes</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="37">
<Date>2015-08-11</Date>
<Version>39.0.3</Version>
<Comment>Version bump, http://www.mozilla.org/en-US/firefox/39.0.3/releasenotes</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="36">
<Date>2015-08-05</Date>
<Version>39.0</Version>