summaryrefslogtreecommitdiffstats
path: root/thunderbird/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2012-02-04 15:11:36 +0100
committerorchidman <lesibel@free.fr>2012-02-04 15:11:36 +0100
commitff6ae4a5186d5a79f1ee82df55742c2437b8ff9e (patch)
treee817a6c0270be450a9b3ed7804c3c865a66d2be5 /thunderbird/Pkgfile
parent66dc613e3afc2ebc57f2e5018743b17ad13d9255 (diff)
downloadnutyx-extra-ff6ae4a5186d5a79f1ee82df55742c2437b8ff9e.tar.gz
nutyx-extra-ff6ae4a5186d5a79f1ee82df55742c2437b8ff9e.tar.bz2
nutyx-extra-ff6ae4a5186d5a79f1ee82df55742c2437b8ff9e.tar.xz
nutyx-extra-ff6ae4a5186d5a79f1ee82df55742c2437b8ff9e.zip
thunderbird, correction Pkgfile
Diffstat (limited to 'thunderbird/Pkgfile')
-rwxr-xr-xthunderbird/Pkgfile13
1 files changed, 5 insertions, 8 deletions
diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile
index 571054faf..fe086da01 100755
--- a/thunderbird/Pkgfile
+++ b/thunderbird/Pkgfile
@@ -8,16 +8,13 @@
name=thunderbird
version=10.0
-release=3
+release=4
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$version-real/source/$name-$version.source.tar.bz2
- fr-`uname -m`.xpi
- mozconfig
- thunderbird-3.0-lang.patch
- thunderbird.desktop
- thunderbird.png)
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$version-real/source/$name-$version.source.tar.bz2 \
+ mozconfig thunderbird-3.0-lang.patch thunderbird.desktop thunderbird.png)
build() {
+ wget ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$version-real/linux-`uname -m`/xpi/fr.xpi
cd $SRC/comm-release
patch -Np1 -i ../thunderbird-3.0-lang.patch
cp ../mozconfig .mozconfig
@@ -41,7 +38,7 @@ build() {
ln -sf /usr/share/myspell/dicts $PKG/usr/lib/thunderbird-$version/dictionaries
rm -rf $PKG/usr/lib/thunderbird-devel-$version/
cd $SRC
- mv fr-`uname -m`.xpi thunderbird-i18n-$version-fr.xpi
+ mv fr.xpi thunderbird-i18n-$version-fr.xpi
install -Dm644 thunderbird-i18n-$version-fr.xpi $PKG/usr/lib/thunderbird-$version/extensions/langpack-fr@thunderbird.mozilla.org.xpi
rm -r $PKG/usr/include
}