summaryrefslogtreecommitdiff
path: root/libre/thunderbird-libre/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-04-13 12:38:29 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-04-13 12:38:29 -0300
commiteb5992b1fc89646111fbc65be222f79ed6d2a06c (patch)
tree7f10028c062e5a1650ebd8ea0c41edd3252b99c6 /libre/thunderbird-libre/PKGBUILD
parenta0a5078595f0fc0826387582bb0e76cb52908518 (diff)
parent9af08e6ead241f746accd5b9cfac80b97abd3b85 (diff)
Merge branch 'master' of ssh://gparabola/abslibre
Diffstat (limited to 'libre/thunderbird-libre/PKGBUILD')
-rw-r--r--libre/thunderbird-libre/PKGBUILD11
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"