Abrowser: fix locale loading problem
This commit is contained in:
parent
321b5a0f11
commit
a55f6ea134
1 changed files with 5 additions and 6 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=55
|
VERSION=56
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -120,6 +120,7 @@ about=Abrowser for Trisquel GNU/Linux
|
||||||
app.distributor = "trisquel"
|
app.distributor = "trisquel"
|
||||||
app.distributor.channel = "trisquel"
|
app.distributor.channel = "trisquel"
|
||||||
app.partner.ubuntu = "trisquel"
|
app.partner.ubuntu = "trisquel"
|
||||||
|
intl.locale.requested=""
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
sed "s/^MOZ_APP_NAME\t.*/MOZ_APP_NAME\t\t:= abrowser/;" debian/build/config.mk -i
|
sed "s/^MOZ_APP_NAME\t.*/MOZ_APP_NAME\t\t:= abrowser/;" debian/build/config.mk -i
|
||||||
|
|
@ -170,14 +171,12 @@ sed '/Package: @MOZ_PKG_NAME@$/,/Description:/ s/Provides:/Provides: firefox, /'
|
||||||
# Branding files
|
# Branding files
|
||||||
rm browser/branding/{official,aurora,nightly,unofficial} -rf
|
rm browser/branding/{official,aurora,nightly,unofficial} -rf
|
||||||
cp -a $DATA/branding/ browser/branding/official
|
cp -a $DATA/branding/ browser/branding/official
|
||||||
cat << EOF > debian/config/branch.mk
|
cat << EOF >> debian/config/branch.mk
|
||||||
CHANNEL = release
|
CHANNEL = release
|
||||||
MOZ_WANT_UNIT_TESTS = 0
|
MOZ_WANT_UNIT_TESTS = 0
|
||||||
# MOZ_BUILD_OFFICIAL = 1
|
MOZ_BUILD_OFFICIAL = 0
|
||||||
MOZ_ENABLE_BREAKPAD = 0
|
MOZ_ENABLE_BREAKPAD = 0
|
||||||
|
MOZ_ENABLE_TELEMETRY = 0
|
||||||
MOZILLA_REPO = http://hg.mozilla.org/releases/mozilla-release
|
|
||||||
L10N_REPO = http://hg.mozilla.org/releases/l10n/mozilla-release
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cp $DATA/watermark.svg ./browser/extensions/onboarding/content/img/watermark.svg
|
cp $DATA/watermark.svg ./browser/extensions/onboarding/content/img/watermark.svg
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue