diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-20 14:47:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-20 14:47:54 -0300 |
commit | f4a348e3560774b930d0ebbddb4deea4edec7bee (patch) | |
tree | 0017d4d11ef683b3199702d1b74046225066137c /libre/icecat/PKGBUILD | |
parent | b95b41b1b911cc5b463820128716d55a76b63f7b (diff) | |
download | abslibre-f4a348e3560774b930d0ebbddb4deea4edec7bee.tar.gz abslibre-f4a348e3560774b930d0ebbddb4deea4edec7bee.tar.bz2 abslibre-f4a348e3560774b930d0ebbddb4deea4edec7bee.zip |
ice{cat,weasel}: use Free Software Directory preferences for the Get Add-ons panel
Diffstat (limited to 'libre/icecat/PKGBUILD')
-rw-r--r-- | libre/icecat/PKGBUILD | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index e09de2525..ba25fe111 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -84,19 +84,6 @@ prepare() { sed -i '\|abouthome/snippet|d ' browser/base/jar.mn - # Replace common URLs - sed -i '\|extensions[.]getAddons[.]get[.]url| s|https://services[.]addons[.]mozilla[.]org.\+["][)][;]|https://trisquel.info/en/browser");|g; - \|extensions[.]getAddons[.]search[.]browseURL| s|https://addons[.]mozilla[.]org.\+["][)][;]|https://trisquel.info/en/browser");|g; - \|extensions[.]getAddons[.]search[.]url| s|https://services[.]addons[.]mozilla[.]org.\+["][)][;]|https://trisquel.info/en/browser");|g; - \|extensions[.]getAddons[.]search[.]url| s|https://directory[.]fsf[.]org.\+["][)][;]|https://trisquel.info/en/browser");|g; - \|extensions[.]webservice[.]discoverURL| s|https://services[.]addons[.]mozilla[.]org.\+["][)][;]|https://trisquel.info/en/browser");|g; - \|extensions[.]webservice[.]discoverURL| s|https://directory[.]fsf[.]org.\+["][)][;]|https://trisquel.info/en/browser");|g; - \|browser[.]search[.]searchEnginesURL| s|https://addons[.]mozilla[.]org.\+["][)][;]|https://trisquel.info/en/browser");|g; - \|browser[.]search[.]searchEnginesURL| s|https://mycroft[.]mozdev[.]org.\+["][)][;]|https://trisquel.info/en/browser");|g; - \|plugins[.]update[.]url| s|https://www[.]mozilla[.]org/[%]LOCALE[%]/plugincheck/["][)][;]|https://trisquel.info/en/browser");|g; - \|plugins[.]update[.]url| s|https://www[.]gnu[.]org/software/gnuzilla/["][)][;]|https://trisquel.info/en/browser");|g; - ' browser/app/profile/icecat.js - # Load our build config, disable SafeSearch cp "$srcdir/mozconfig" .mozconfig |