From dbe6bc5ae26f4613b5053946ccda003af1452153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Sat, 15 Aug 2015 20:57:02 -0300 Subject: libre/icedove-l10n: add region.properties to languages --- libre/icedove-l10n/PKGBUILD | 3 ++- libre/icedove-l10n/region.properties | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 libre/icedove-l10n/region.properties (limited to 'libre/icedove-l10n') diff --git a/libre/icedove-l10n/PKGBUILD b/libre/icedove-l10n/PKGBUILD index 50a0f1a69..da1645f4d 100644 --- a/libre/icedove-l10n/PKGBUILD +++ b/libre/icedove-l10n/PKGBUILD @@ -73,7 +73,7 @@ _languages=( ) pkgname=() -source=('brand.dtd' 'brand.properties') +source=('brand.dtd' 'brand.properties' 'region.properties') _url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$_pkgver/linux-i686/xpi for _lang in "${_languages[@]}"; do @@ -100,6 +100,7 @@ _package() { rm -v icedove-l10n-$_pkgver-$1.xpi install -vDm644 $srcdir/brand.dtd $1/chrome/$1/locale/$1/branding install -vDm644 $srcdir/brand.properties $1/chrome/$1/locale/$1/branding + install -vDm644 $srcdir/region.properties $1/chrome/$1/locale/$1/messenger-region rm -rv $1/chrome/{.mkdir.done,$1/locale/$1/global-platform/{mac,win}} sed -i -e 's/thunderbird/icedove/' $1/install.rdf cd $1 diff --git a/libre/icedove-l10n/region.properties b/libre/icedove-l10n/region.properties new file mode 100644 index 000000000..86f2aac57 --- /dev/null +++ b/libre/icedove-l10n/region.properties @@ -0,0 +1,27 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Default search engine +browser.search.defaultenginename=DuckDuckGo HTML + +# Search engine order (order displayed in the search bar dropdown)s +browser.search.order.1=DuckDuckGo HTML +browser.search.order.2=DuckDuckGo Lite +browser.search.order.3=searx + +# To make mapit buttons to disappear in the addressbook, specify empty string. For example: +# mail.addr_book.mapit_url.format= +# The format for "mail.addr_book.mapit_url.format" is: +# @A1 == address, part 1 +# @A2 == address, part 2 +# @CI == city +# @ST == state +# @ZI == zip code +# @CO == country +mail.addr_book.mapit_url.format=http://maps.google.com/maps?q=@A1%20@A2%20@CI%20@ST%20@ZI%20@CO +mailnews.messageid_browser.url=http://groups.google.com/search?as_umsgid=%mid + +# Recognize non-standard versions of "Re:" in subjects from localized versions of MS Outlook et al. +# Specify a comma-separated list without spaces. For example: mailnews.localizedRe=AW,SV +mailnews.localizedRe= -- cgit v1.2.2