Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.01 KB

README.adoc

File metadata and controls

26 lines (19 loc) · 1.01 KB

DeskOS: thunderbird RPM

This is the thunderbird RPM package for the DeskOS operating system.

Upstream comes from CentOS 7.3: thunderbird-45.6.0-1.el7.centos.src.rpm

Patches for DeskOS

l10n-lightning-45.6.0-deskos.tar.xz

It was necessary to create a patched l10n-lightning-45.6.0-deskos.tar.xz to fix a bug in the Lightning es-AR locale. The patch used is available here: https://hg.mozilla.org/releases/l10n/mozilla-release/es-AR/rev/5d3069b267c1

How to create l10n-lightning-45.6.0-deskos.tar.xz:

mkdir /var/tmp/l10n-lightning-45.6.0/
tar xaf SOURCES/l10n-lightning-45.6.0.tar.xz -C /var/tmp/l10n-lightning-45.6.0/
cd /var/tmp/l10n-lightning-45.6.0/

wget -O es-AR-fixing-calendar.patch https://hg.mozilla.org/releases/l10n/mozilla-release/es-AR/raw-rev/5d3069b267c1
cd l10n-merged/es-AR/
patch -p1 < ../../es-AR-fixing-calendar.patch
cd ../../
tar caf l10n-lightning-45.6.0-deskos.tar.xz l10n-merged