summaryrefslogtreecommitdiff
path: root/libre/icedove-l10n/PKGBUILD
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-15 20:57:02 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-15 20:57:02 -0300
commitdbe6bc5ae26f4613b5053946ccda003af1452153 (patch)
tree9525c0cbd7d775a0495742540ac105a81f82a2cc /libre/icedove-l10n/PKGBUILD
parent29bfd034483ed88cf59b4723c667a3084c987fd9 (diff)
downloadabslibre-dbe6bc5ae26f4613b5053946ccda003af1452153.tar.gz
abslibre-dbe6bc5ae26f4613b5053946ccda003af1452153.tar.bz2
abslibre-dbe6bc5ae26f4613b5053946ccda003af1452153.zip
libre/icedove-l10n: add region.properties to languages
Diffstat (limited to 'libre/icedove-l10n/PKGBUILD')
-rw-r--r--libre/icedove-l10n/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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