diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-13 09:25:26 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-13 09:25:26 -0300 |
commit | 0a5ca0dd65a91dbd2552c09cac4723cf3bd2aa60 (patch) | |
tree | db59c41bfc9fd9e58f1bf78ecc88b0aa5894192c /libre/thunderbird-libre/PKGBUILD | |
parent | 96df1bacd54ae9d919c62f4348cc011c961f923e (diff) | |
download | abslibre-0a5ca0dd65a91dbd2552c09cac4723cf3bd2aa60.tar.gz abslibre-0a5ca0dd65a91dbd2552c09cac4723cf3bd2aa60.tar.bz2 abslibre-0a5ca0dd65a91dbd2552c09cac4723cf3bd2aa60.zip |
thunderbird-libre-11.0.1-2.1: Removing non-free search plugins replacing them with duckduckgo and identi.ca
Diffstat (limited to 'libre/thunderbird-libre/PKGBUILD')
-rw-r--r-- | libre/thunderbird-libre/PKGBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/libre/thunderbird-libre/PKGBUILD b/libre/thunderbird-libre/PKGBUILD index c27851dcd..f7f89462d 100644 --- a/libre/thunderbird-libre/PKGBUILD +++ b/libre/thunderbird-libre/PKGBUILD @@ -7,7 +7,7 @@ pkgname=thunderbird-libre pkgver=11.0.1 -pkgrel=2 +pkgrel=2.1 pkgdesc="Standalone Mail/News reader" arch=('i686' 'x86_64') license=('MPL' 'GPL') @@ -27,7 +27,8 @@ source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/sourc vendor.js libvpx.patch gcc47.patch - clrf.patch) + clrf.patch + searchplugins-libre.patch) md5sums=('b500560a006cb10194281263c78841f2' '41511a6bcdd04cf56706218e4670e631' 'af3e5b344d2edf1c7d61bb0a5a96de9a' @@ -36,7 +37,8 @@ md5sums=('b500560a006cb10194281263c78841f2' '5a53179d14ae9631b7afe5e4d0fc0b25' '5b2aaff7dfe7f1f94ad965905b20e782' '07b255039a2ffbcab5b5be7986245e36' - '5c8d79a9f1ecadffa818205ce1c23f2f') + '5c8d79a9f1ecadffa818205ce1c23f2f' + '6a1d132b0275876678cb0b08c527805a') build() { cd "$srcdir/comm-release" @@ -45,6 +47,9 @@ build() { patch -Np1 -i "$srcdir/gcc47.patch" patch -Np2 -i "$srcdir/clrf.patch" + # Removing non-free search plugins replacing them with duckduckgo and identi.ca + patch -Np1 -i "$srcdir/searchplugins-libre.patch" + cp "$srcdir/mozconfig" .mozconfig export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird" |