thunderbird ver. bump
This commit is contained in:
@@ -29,7 +29,7 @@ def setup():
|
|||||||
shelltools.system("rm -rf langpack-tb/*/browser/defaults")
|
shelltools.system("rm -rf langpack-tb/*/browser/defaults")
|
||||||
if not shelltools.isDirectory(xpidir): shelltools.makedirs(xpidir)
|
if not shelltools.isDirectory(xpidir): shelltools.makedirs(xpidir)
|
||||||
for locale in locales:
|
for locale in locales:
|
||||||
shelltools.system("wget -c -P %s http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%sesr/linux-%s/xpi/%s.xpi" % (xpidir, ver, arch, locale))
|
shelltools.system("wget -c -P %s http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%s/linux-%s/xpi/%s.xpi" % (xpidir, ver, arch, locale))
|
||||||
|
|
||||||
shelltools.makedirs("langpack-tb")
|
shelltools.makedirs("langpack-tb")
|
||||||
shelltools.system("cp %s/%s.xpi langpack-tb/langpack-%s@thunderbird.mozilla.org.xpi" % (xpidir, locale, locale))
|
shelltools.system("cp %s/%s.xpi langpack-tb/langpack-%s@thunderbird.mozilla.org.xpi" % (xpidir, locale, locale))
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<IsA>app:gui</IsA>
|
<IsA>app:gui</IsA>
|
||||||
<Summary>The Stand-Alone Mozilla Mail Component</Summary>
|
<Summary>The Stand-Alone Mozilla Mail Component</Summary>
|
||||||
<Description>Thunderbird is a redesign of the Mozilla Mail Component. It is written using the XUL user interface language and designed to be cross-platform.</Description>
|
<Description>Thunderbird is a redesign of the Mozilla Mail Component. It is written using the XUL user interface language and designed to be cross-platform.</Description>
|
||||||
<Archive sha1sum="e4c89313d1c537fcdbdcd5b4f60e5ce1b9446504" type="tarxz">https://ftp.mozilla.org/pub/thunderbird/releases/128.8.0esr/source/thunderbird-128.8.0esr.source.tar.xz</Archive>
|
<Archive sha1sum="265699253915451a504aafc0195d0761fb1c5a24" type="tarxz">https://archive.mozilla.org/pub/thunderbird/releases/141.0/source/thunderbird-141.0.source.tar.xz</Archive>
|
||||||
<AdditionalFiles>
|
<AdditionalFiles>
|
||||||
<AdditionalFile target=".mozconfig">pisilinux/mozconfig</AdditionalFile>
|
<AdditionalFile target=".mozconfig">pisilinux/mozconfig</AdditionalFile>
|
||||||
</AdditionalFiles>
|
</AdditionalFiles>
|
||||||
@@ -474,6 +474,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="17">
|
||||||
|
<Date>2025-08-04</Date>
|
||||||
|
<Version>141.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="16">
|
<Update release="16">
|
||||||
<Date>2025-03-08</Date>
|
<Date>2025-03-08</Date>
|
||||||
<Version>128.8.0</Version>
|
<Version>128.8.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user