summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
Diffstat (limited to 'libre')
-rw-r--r--libre/iceape-l10n/PKGBUILD4
-rw-r--r--libre/iceape-libre/PKGBUILD6
-rw-r--r--libre/icecat-l10n/PKGBUILD6
-rw-r--r--libre/icecat/PKGBUILD6
-rw-r--r--libre/icedove-libre/PKGBUILD6
-rw-r--r--libre/iceweasel-l10n/PKGBUILD182
-rw-r--r--libre/iceweasel-l10n/region.properties6
-rw-r--r--libre/iceweasel-libre/Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch8
-rw-r--r--libre/iceweasel-libre/PKGBUILD14
-rw-r--r--libre/iceweasel-libre/libre.patch15
10 files changed, 120 insertions, 133 deletions
diff --git a/libre/iceape-l10n/PKGBUILD b/libre/iceape-l10n/PKGBUILD
index be0a6dd07..64b0b812b 100644
--- a/libre/iceape-l10n/PKGBUILD
+++ b/libre/iceape-l10n/PKGBUILD
@@ -23,12 +23,12 @@ pkgname=($(for lang in ${_langpacks[@]}
do echo $pkgbase-$lang | tr A-Z a-z
done))
pkgver=${_debver}.${_debrel}
-pkgrel=1
+pkgrel=2
pkgdesc="Language packs for Debian Iceape."
arch=('i686' 'x86_64' 'mips64el')
url="http://packages.debian.org/source/sid/iceape"
-license=('MPL')
+license=('MPL' 'GPL')
depends=("iceape-libre>=$pkgver")
makedepends=('unzip' 'zip')
source=('region.properties')
diff --git a/libre/iceape-libre/PKGBUILD b/libre/iceape-libre/PKGBUILD
index c46631628..01bc6558e 100644
--- a/libre/iceape-libre/PKGBUILD
+++ b/libre/iceape-libre/PKGBUILD
@@ -11,10 +11,10 @@ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; }
_pkgname=${_debname}
pkgname=${_debname}-libre
pkgver=${_debver}.${_debrel}
-pkgrel=1
-pkgdesc="A libre version of Debian Iceape, the Internet Suite based on Mozilla Seamonkey."
+pkgrel=2
+pkgdesc="A libre version of Debian Iceape, the internet suite based on SeaMonkey."
arch=('i686' 'x86_64' 'mips64el')
-license=('GPL2' 'MPL' 'LGPL')
+license=('MPL' 'GPL' 'LGPL')
depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'mozilla-searchplugins' 'nss' 'sqlite' 'startup-notification')
makedepends=('unzip-libre' 'zip' 'pkg-config' 'python2' 'python2-ply' 'librsvg' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13' 'quilt')
replaces=('mozilla' 'seamonkey')
diff --git a/libre/icecat-l10n/PKGBUILD b/libre/icecat-l10n/PKGBUILD
index 197e3e236..eeb2b0382 100644
--- a/libre/icecat-l10n/PKGBUILD
+++ b/libre/icecat-l10n/PKGBUILD
@@ -108,13 +108,13 @@ pkgname=(
done)
)
pkgver=17.0.1
-pkgrel=1
-pkgdesc='Language packs for GNUzilla IceCat.'
+pkgrel=2
+pkgdesc='Language packs for GNU IceCat.'
arch=(
any
)
license=(
- MPL
+ MPL GPL
)
url=http://www.gnu.org/software/gnuzilla/
depends=(
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD
index 5f0a03e70..4c5b1279b 100644
--- a/libre/icecat/PKGBUILD
+++ b/libre/icecat/PKGBUILD
@@ -16,10 +16,10 @@
_pgo=false
pkgname=icecat
pkgver=17.0.1
-pkgrel=5
-pkgdesc='The GNUzilla web browser, based on Mozilla Firefox. SafeBrowsing and other Google services disabled!'
+pkgrel=6
+pkgdesc='GNU IceCat, the standalone web browser based on Mozilla Firefox.'
arch=(i686 x86_64 mips64el)
-license=(GPL2 MPL LGPL)
+license=(MPL GPL LGPL)
depends=(
alsa-lib
dbus-glib
diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD
index 5ea3ff98f..1bf14850d 100644
--- a/libre/icedove-libre/PKGBUILD
+++ b/libre/icedove-libre/PKGBUILD
@@ -11,10 +11,10 @@ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; }
_pkgname=${_debname}
pkgname=${_debname}-libre
pkgver=${_debver}.${_debrel}
-pkgrel=1
-pkgdesc="A libre version of Debian Icedove, the Standalone Mail/News reader based on Mozilla Thunderbird."
+pkgrel=2
+pkgdesc="A libre version of Debian Icedove, the standalone mail/news reader based on Mozilla Thunderbird."
arch=('i586' 'i686' 'x86_64' 'mips64el')
-license=('GPL2' 'MPL' 'LGPL')
+license=('MPL' 'GPL' 'LGPL')
url="http://packages.debian.org/source/experimental/${_pkgname}"
depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'mozilla-searchplugins' 'nss' 'sqlite' 'startup-notification')
makedepends=('unzip-libre' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13' 'quilt')
diff --git a/libre/iceweasel-l10n/PKGBUILD b/libre/iceweasel-l10n/PKGBUILD
index 2e7160daf..607d15feb 100644
--- a/libre/iceweasel-l10n/PKGBUILD
+++ b/libre/iceweasel-l10n/PKGBUILD
@@ -11,7 +11,7 @@
# - Run 'make'. It will take care of everything else for you.
_debname=iceweasel
-_debver=18.0.2
+_debver=19.0
_debrel=1
_debrepo=http://ftp.debian.org/debian/pool/main/
debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; }
@@ -28,7 +28,7 @@ pkgrel=1
pkgdesc="Language packs for Debian Iceweasel."
arch=('any')
url="http://www.geticeweasel.org/"
-license=('MPL')
+license=('MPL' 'GPL')
depends=("iceweasel-libre>=$pkgver")
makedepends=('unzip' 'zip')
source=('region.properties')
@@ -74,92 +74,92 @@ package_iceweasel-l10n-$(echo $lang | tr A-Z a-z)() {
"
done
-md5sums=('428246ef3fb64103ff2cf5eaae2a92ca'
- '31f654187e17bc58997481e8a56496b1'
- 'fade60b00eb508d48a84d23c0e6541e5'
- '3d7a74dbce2d48f3c1ee8b60790835b8'
- '48d1d9fae40e1bef02c58e61bf7f539b'
- '065b8ea8d4545358188bf1246936eb8b'
- '3c70cb0d4212e2efbc90111cc3134e33'
- 'dbc87745091f8da747656fff12823910'
- 'ecbae99a66b2ce71cbbec6c73df8844d'
- 'a154b28a9b0de83e7e4caa8522fe3241'
- 'a38131384cebd05f97da8e61b549361f'
- '4dfabf91b1bcf5c5917a30b6042ded81'
- '376e3652e406c57e7f7a760094dad0ab'
- 'cb6b6fda241231881fc88dd4123ffa39'
- 'e940765847d1f83d03df11850fb9147b'
- '09ec90ab9c064ed95ec94ddf8323394f'
- 'cb436e667812f9031d450e58d66d932d'
- 'b8e033ebf0dbf8b0a230f97910d71505'
- '19208ca1053d4e64d651a19376dcd24a'
- '9e7b3895ddc0abb9e11588f594d6e4af'
- '0aa6613e504e5a3c05c47ba1219fbd08'
- '170fe69ee60cec853063a7da4a874c7e'
- '317b03437e37d65140850b6bbe72e76d'
- 'ff81fab8ad6dea85bfd2e6cf19e15168'
- 'e963bd288d0eef928c639cf474f66106'
- '02ad1252186b093aa08213bc8e178c96'
- 'abe884cc2b185ca7ffdba54bbeb56069'
- '4cc3a9db198329fb9612a4171619f177'
- 'af14e936a7ad830987464abb251a7e64'
- '96652e4a21ea60e4c29ecbd2f20ab93b'
- 'cea50d05ef64864b52eced984cdb6d09'
- 'a496720ade4c5e27dc265d953a63f4f3'
- 'cc0cf100ebe57c765b278c3a11fc6898'
- 'bda56ca990bb70ebc2b17a6d6d078cc0'
- '0d16cf2741ea660acf781a156e64a60b'
- 'b773827e9d806722b4164338b1307cdb'
- '73166bc2a29b207e3b0d724957b0c5ed'
- 'f1b0c9f9fa3aa50a1837988efef95cf2'
- '9b08f5fab447bf210282f470e447a3d4'
- '330c9304f9ab0038c892c248246aea24'
- 'aa7237a6ad341e4d3463b470265cb6f7'
- '631646b52dd480126a5efb41d4f5fda4'
- '89b783cd706c960c217283e0ffba02c1'
- '0a23686cca72fa95f1ff54eec885b306'
- 'ee0e262a083429d8388412955314a6f0'
- '0714162d56a436394b9165f7ad2bf549'
- '76a5096315e019234b4fe6b9e86c7ae9'
- '4dc4688b90d81881e89af6b2ee3720ce'
- 'ce0c82cc666abe518a24231803883d68'
- 'b67193f83bad38939aafb8bb7368862a'
- 'f23ac7cdabd042cbc841c408fbe69dff'
- '422741d2bb3c3a272a94b2977de188b8'
- 'f88e8e651933640877e9f088e77d503b'
- 'cf9445ebf2852bc40e140d5cfca269d9'
- '1cdeb5e3a3e4ccea28299ab21559dc27'
- '2c4e7209039d4cab5d614419e7612079'
- '3a9909afb4d73c12e36bd721d1504788'
- '9bf880dd4d142e0f7adc3bdccf196a13'
- 'cc7dc9f622ecf277da1598f2a7391936'
- '70be0726c473cb814cbb59d8efbffac5'
- '42f43f6ea94dbcc20c9052e5c86edb40'
- 'ab3b4068e17b5ac765e0bbb29332b935'
- 'e135b2bf59fe4f03c87fcddb626da4a5'
- 'f1df05798115e9c7db8cc1ff1713e87e'
- 'be849695d961f94ecbe95141c5be9b63'
- '5763fabc54b0a6cc5f7ecbade138c819'
- '12fc8c500e44a36081963d0b591b5ec7'
- 'aed0dd9b85788b43916a927234e25a39'
- '4c0b62ea092c34f8bc22caaacab4206c'
- 'e31d50bef08bdc2b5b6e526d4aed8aa9'
- '283f98e2175e01bee3b8b84237d24284'
- 'fbeb003e7d0819903c415900bd874e4a'
- '44b6504f4f4158b8439263118bfac99b'
- '4b692c497769eda8778fd14c747b2f90'
- '9e6dc514be82e7d9c9702c301525876a'
- '6cccbbaa7835f4538caaf5b170b42390'
- 'e43d96c0c4758f327ef28555cbfe3e1b'
- '65850ad55182fca2a91e213ab25c9c93'
- '891de1295abfcf21651f5996f2f9c5b8'
- 'b8497fc27cbc81c54fda917317c0dc3f'
- 'e9eecc0fe4c3dc4b9ab4c21714eb45c5'
- 'a3a898b665e4044ea77f6e2a48e3f448'
- '1dcea4aeeebe6010b95e85d2c4fead6c'
- 'e063a63b1dd3fc4ab5947079fbb496d4'
- '9165ab1d8d0b62a460b955129d160c3f'
- '25b2dff9bdd8592e2ce11dbf53cc995c'
- 'fdf6b9c514269c39f032d08889f77576'
- '377c3e6358622323681387a15bf4de1e'
- '5e72c0853f73aa7e60c8f1ceb95d2910')
+md5sums=('97761543729499b0d5f150e0379a20b1'
+ '5f91205d41a4622848e61bee463f14a1'
+ 'e29da15887bb4ab2b569c5c4dd776a25'
+ '7b76f37c83a29b64749cdc22c5165631'
+ 'b42eef799d2a6366dd692c94a7ba51b8'
+ 'dfe01c69b2cbc023b68a8c25c1bf7157'
+ '8b6552b43d28b8350fe01211282a0229'
+ 'c17ca1f4717d1e146851a710a4e11274'
+ 'fde45fc9ad84a52a9f8d951f1962d29f'
+ '52c891a254642c6c57126b8466b55550'
+ 'bf1766232a1147d7b3568ade32072f06'
+ 'b19a611ee8613b7f47c4f0332e22189c'
+ '741639df355a097d09abae26b0ad629b'
+ '9f169c89de5585650f49f35d9c4c00e3'
+ 'd9bb7bc325a92068a4a76f69a1809bec'
+ 'd06e345a17c93cd5aa1374e0a003be0d'
+ '526c59a51339d48cab15fb15d2df64b5'
+ 'f2184c754da3f8e32ca787492eb9e81f'
+ '1c896e6053cae3dedbd9937aa756acb3'
+ '0d6cdeedaf9f50b8682b2d8c4f3950c1'
+ '517a64f66815fa0ae5fe79b78d95a8a5'
+ '9adeb6a16fa7f5c1d6e682a439f8d7c8'
+ 'c360a362b3c5f5b4dea198e8cdc58972'
+ '6724054975b42fa3d9ac850b435dfd69'
+ '7da94918a235f2fad8e3aac43cb26c03'
+ '36d880377ecd705a682bba4d184d29fd'
+ '50cc39790a2426fa1354b6a45eeb2db7'
+ '89551bdaf4f4c068e5e7e200541fee0e'
+ '5a71a10f64314d6301cde382728a41e2'
+ '9c771c75fd04926141c22ab283c51fb8'
+ '7ab22ad07dfb36ff6f4549f3c006b817'
+ '582e28127177c34367b1bbafcc166827'
+ 'd43ed904112b49a8a5b0bf822e95380f'
+ 'eb57146f92399128c89d36fdb4424926'
+ 'c0d97d469bffc37fa6fc0daeb23b1b26'
+ '067fc480ce411badf73a88e47681006b'
+ '63aaf6e27a6baf8f0b583b36c9b03d13'
+ '0effaa9e694c7af1a180627e5e74f8e4'
+ '4afeba0fa219ad7550e31f19edd4954b'
+ '1332c01febcfc25178832c8a787dd275'
+ '59763805b37328a4a35720e26b2aad3d'
+ 'a999f9794c15c0610cde1ca80c946b56'
+ 'e69f93aa1714cb299ac3fe2f757b5da3'
+ '4994b7840835108be65f5311f92289ff'
+ '74fa9ba4c7985d1c977a532b33784dfc'
+ 'a86f218b4ee854253c59a470e2abb1e4'
+ '347c714fa7ebf1cab9fa1b826e6de5ad'
+ '7308fdb420dc5fd1b94063f0c4f7e5a6'
+ '368cd804b844834dda83cfc802dd6453'
+ 'cbdd02277f61f778c95fd9fcc68fe878'
+ '5e88de028b72b6fa7c06d46a162c0861'
+ '26f0434e5e874e10db7afc36e7d0f63a'
+ '9f6d1ee3f20cea4a8e36fdb1e6276453'
+ '04b6e81adb4d9dfb609ebfca02c4dd86'
+ 'e4eb34249d58130caca84f7055f299c7'
+ '36122eaa69639618b8751c82a74b7201'
+ '2427c7e40800098fc46aad1860e42ee8'
+ 'f6dfbe879fbff17925795a86d1ae9a1a'
+ '178b26febee5f8c38cf1fee6e746f137'
+ '27268b250095ff1b8caa8e6d68430019'
+ '09f4eef9f51966142bc9d1f1ff887b5c'
+ '4b1398a607dec42ed99f6fae77acea57'
+ 'b1299e6cf360af3802a1ea3552914cc9'
+ 'c1baa88171934c561599f4d88739abe9'
+ '10f6a7fd51c0ddf3b08831fdbc307768'
+ '437a944516230463ce751bcfae379c6d'
+ 'd42385fb8538a655a181e7272f958597'
+ 'c12e192bc0e1b177f142bac914f422f3'
+ '2338bf2bc46a89f2057f2e271ed72487'
+ '928f1fe43d3179b83bb4219311e1b5e5'
+ '2b0d3bcccf7e8ebbf214248e88b3fbde'
+ 'bd5ed51ea0b44cc8c9034214d31eea23'
+ 'ee883df4c4847c34ae15e1ce9e18a160'
+ 'bb57f5e8bd20a5f516e8a682a1474dcf'
+ '6d2f66384f38318c41e19c2d9bf164b2'
+ '68f0d3236cdd7b6a6dda89d42330570a'
+ 'b181059e92f5ec62473710ad0313036b'
+ '602a7a4bec1702702b84d7c6aa64fc7b'
+ '3f4fc8c2ecd68a093f56619579ea4117'
+ '41cfc1edf0f4da00ee5a6e77cc49648c'
+ '71c9972d84bab5308c4c48ab620c82bb'
+ '89a12ce1e546cbf4258786b68862d8ed'
+ 'fc2a6dd3845adbe1c0e4e11906e7aba1'
+ 'c04628631d0990c622abd74012340e03'
+ '93d3fade386575e8c076bfa7241d4968'
+ '61a7451fba8a19370f0c3b2dca29c1d1'
+ '39259a63970379d04c0b234a9616f13d'
+ '16841d5e8539df48ce22ca2c812a3e0e'
+ 'f1c7c1f2e242f22e42cc2858a6f86bde')
diff --git a/libre/iceweasel-l10n/region.properties b/libre/iceweasel-l10n/region.properties
index 4399d8db7..a5870f54c 100644
--- a/libre/iceweasel-l10n/region.properties
+++ b/libre/iceweasel-l10n/region.properties
@@ -10,12 +10,6 @@ browser.search.order.1=DuckDuckGo HTML
browser.search.order.2=DuckDuckGo Lite
browser.search.order.3=Seeks Search
-# URL for site-specific search engines
-# TRANSLATION NOTE: {moz:domain} and {searchTerms} are placeholders for the site
-# to be searched and the user's search query. Place them in the appropriate location
-# for your locale's URL but do not translate them.
-browser.search.siteSearchURL=https://duckduckgo.com/html/?q=site%3A{moz:domain}+{searchTerms}
-
# increment this number when anything gets changed in the list below. This will
# cause Firefox to re-read these prefs and inject any new handlers into the
# profile database. Note that "new" is defined as "has a different URL"; this
diff --git a/libre/iceweasel-libre/Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch b/libre/iceweasel-libre/Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch
index f59454192..b7bd659a0 100644
--- a/libre/iceweasel-libre/Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch
+++ b/libre/iceweasel-libre/Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch
@@ -184,10 +184,10 @@ index 260bc29..52b32cc 100644
-64_firefox=Bookmarks Backups
+64_self=Bookmarks Backups
diff --git a/toolkit/content/jar.mn b/toolkit/content/jar.mn
-index 687c8d8..203d8cf 100644
+index 96cedd3..a0f8a75 100644
--- a/toolkit/content/jar.mn
+++ b/toolkit/content/jar.mn
-@@ -39,7 +39,7 @@ toolkit.jar:
+@@ -42,7 +42,7 @@ toolkit.jar:
+ content/global/mozilla.xhtml (mozilla.xhtml)
content/global/nsDragAndDrop.js (nsDragAndDrop.js)
content/global/resetProfile.css (resetProfile.css)
@@ -267,10 +267,10 @@ index f35c227..7062886 100644
%{C++
diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index e3dd0df..ef7bb74 100644
+index 1045665..04bd1aa 100644
--- a/toolkit/xre/nsAppRunner.cpp
+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3669,7 +3669,7 @@ XREMain::XRE_mainRun()
+@@ -3698,7 +3698,7 @@ XREMain::XRE_mainRun()
if (gDoProfileReset) {
// Automatically migrate from the current application if we just
// reset the profile.
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD
index 00a6fb3b0..c2c6adaa5 100644
--- a/libre/iceweasel-libre/PKGBUILD
+++ b/libre/iceweasel-libre/PKGBUILD
@@ -14,7 +14,7 @@ _pgo=false
# We're getting this from Debian Experimental
_debname=iceweasel
-_debver=18.0.2
+_debver=19.0
_debrel=1
_debrepo=http://ftp.debian.org/debian/pool/main/
debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; }
@@ -29,9 +29,9 @@ if $_pgo; then
pkgname+='-pgo'
fi
-pkgdesc="A libre version of Debian Iceweasel, the Browser based on Mozilla Firefox."
+pkgdesc="A libre version of Debian Iceweasel, the standalone web browser based on Mozilla Firefox."
arch=('i686' 'x86_64' 'mips64el')
-license=('GPL2' 'MPL' 'LGPL')
+license=('MPL' 'GPL' 'LGPL')
depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'mozilla-searchplugins' 'nss>=3.14.1' 'sqlite3' 'startup-notification')
makedepends=( 'autoconf2.13' 'diffutils' 'imagemagick' 'libidl2' 'librsvg' 'libxslt' 'mesa' 'pkg-config' 'python2' 'quilt' 'unzip' 'zip')
[ "$CARCH" != "mips64el" ] && makedepends+=('yasm')
@@ -54,17 +54,17 @@ source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.bz2"
shared-libs.patch
replace-urls.txt
Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch)
-md5sums=('9869f5aa42cf922526d34b4946fee867'
- 'a7f261b9860b9af596e0d8614d52a8cd'
+md5sums=('b4c109e987f869f94220188a901d4425'
+ 'e1d6920cb49c9de88b8e00eb14b1b0e7'
'f90c6a70d0a6d0a9e7f9a0eed6aeffd3'
'ac29b01c189f20abae2f3eef1618ffc0'
- '1ee2d4bcacee73d671b9ffa17a02abaa'
+ 'acb402fa414bed916fb0e09dfc1485c4'
'7b9e5996dd9fe0b186a43a297db1c6b5'
'abf5ecb74caa857abb42bcfbb3442d9c'
'6dd547c72bb875a3101135a1c32d4783'
'52e52f840a49eb1d14be1c0065b03a93'
'a8fc4658d45b6bf9350023e5c3f34e56'
- '46a4b19b414065b99b870ea79b454f6e')
+ '2fde2f4bc158b217f3d71b33ef0bc626')
if [ "$_pkgname" != "$pkgname" ]; then
provides+=("$_pkgname=$pkgver")
diff --git a/libre/iceweasel-libre/libre.patch b/libre/iceweasel-libre/libre.patch
index f80295e55..1691a4aa1 100644
--- a/libre/iceweasel-libre/libre.patch
+++ b/libre/iceweasel-libre/libre.patch
@@ -156,9 +156,9 @@ diff -urN mozilla-release.orig/browser/base/content/abouthome/aboutHome.css mozi
#searchText {
diff -urN mozilla-release.orig/browser/locales/en-US/chrome/browser-region/region.properties mozilla-release/browser/locales/en-US/chrome/browser-region/region.properties
---- mozilla-release.orig/browser/locales/en-US/chrome/browser-region/region.properties 2012-11-20 00:45:50.000000000 -0200
-+++ mozilla-release/browser/locales/en-US/chrome/browser-region/region.properties 2012-11-28 21:45:00.486713730 -0200
-@@ -3,25 +3,18 @@
+--- mozilla-release.orig/browser/locales/en-US/chrome/browser-region/region.properties 2013-02-15 19:14:45.000000000 -0200
++++ mozilla-release/browser/locales/en-US/chrome/browser-region/region.properties 2013-02-20 19:55:41.962705914 -0200
+@@ -3,19 +3,12 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Default search engine
@@ -180,16 +180,9 @@ diff -urN mozilla-release.orig/browser/locales/en-US/chrome/browser-region/regio
+browser.search.order.2=DuckDuckGo Lite
+browser.search.order.3=Seeks Search
- # URL for site-specific search engines
- # TRANSLATION NOTE: {moz:domain} and {searchTerms} are placeholders for the site
- # to be searched and the user's search query. Place them in the appropriate location
- # for your locale's URL but do not translate them.
--browser.search.siteSearchURL=https://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&q=site%3A{moz:domain}+{searchTerms}
-+browser.search.siteSearchURL=https://duckduckgo.com/html/?q=site%3A{moz:domain}+{searchTerms}
-
# increment this number when anything gets changed in the list below. This will
# cause Firefox to re-read these prefs and inject any new handlers into the
-@@ -30,20 +23,10 @@
+@@ -24,20 +17,10 @@
# don't make any spelling errors here.
gecko.handlerService.defaultHandlersVersion=3