summaryrefslogtreecommitdiff
path: root/libre-testing/icedove-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-25 23:36:22 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-25 23:36:22 -0300
commita2699f4de6c75a562a81162ffd0d1d294fb4b3d2 (patch)
treeb946c84221b174d6f284e2896d04b84ab16349c0 /libre-testing/icedove-libre/PKGBUILD
parent30668a639866ad8afba12ee45b51f82fa757c30c (diff)
icedove-libre: adding searchplugings-libre.patch
Diffstat (limited to 'libre-testing/icedove-libre/PKGBUILD')
-rw-r--r--libre-testing/icedove-libre/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/libre-testing/icedove-libre/PKGBUILD b/libre-testing/icedove-libre/PKGBUILD
index ed9644ea8..4d5ee4bb9 100644
--- a/libre-testing/icedove-libre/PKGBUILD
+++ b/libre-testing/icedove-libre/PKGBUILD
@@ -28,7 +28,8 @@ source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.bz2"
channel-prefs.js
vendor.js
makefile.patch
- gcc47.patch)
+ gcc47.patch
+ searchplugins-libre.patch)
md5sums=('3efe2ef4d5471aae3b79531ce8aee9dc'
'cb3dba2916bdf2deb72248b0984c4302'
'57e21e997a75d85fcc0dcfe30b83f1ee'
@@ -36,7 +37,8 @@ md5sums=('3efe2ef4d5471aae3b79531ce8aee9dc'
'476ec205162340fb0679f522c9d31c3b'
'4eecc4fc5aafaf0da651a09eadc90bee'
'5a6282bb005d596aa4ab1884ac6b0517'
- '66376a8e934013078f0e646e49614937')
+ '66376a8e934013078f0e646e49614937'
+ '836528f4b4907a3ffb3f3a3c46e2c442')
build() {
export QUILT_PATCHES=debian/patches
@@ -54,7 +56,9 @@ build() {
cp "$srcdir/mozconfig" .mozconfig
patch -Np1 -i "$srcdir/gcc47.patch"
patch -Np1 -i "$srcdir/makefile.patch"
- rm "$srcdir"/mozilla-build/mail/locales/en-US/searchplugins/{amazondotcom,aol-web-search,bing,twitter,yahoo}.xml
+
+ # Removing non-free search plugins replacing them with duckduckgo and identi.ca
+ patch -Np1 -i "$srcdir/searchplugins-libre.patch"
make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS"
}