From 09a0c5246ae4c6634b88dcd1a0c33c310f440dfa Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 18 Aug 2015 03:06:08 -0300 Subject: icecat-l10n-31.8.0_gnu1-2: make searx the default search engine --- libre/icecat-l10n/Makefile | 38 ------------------------------------- libre/icecat-l10n/PKGBUILD | 4 ++-- libre/icecat-l10n/region.properties | 8 ++++---- 3 files changed, 6 insertions(+), 44 deletions(-) delete mode 100644 libre/icecat-l10n/Makefile (limited to 'libre') diff --git a/libre/icecat-l10n/Makefile b/libre/icecat-l10n/Makefile deleted file mode 100644 index d1aaf7bff..000000000 --- a/libre/icecat-l10n/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -#!/usr/bin/make -f -# Use this script to update the PKGBUILD's list of langpacks. -# This script depends on: -# - coreutils -# - grep -# - pacman -# - sed -# - wget - -# Variables: -_pkgver=10.0 -pkgver=10.0 -pkgrel=1 - -# Guts: ############################################################## - -default: PHONY all -all: PHONY PKGBUILD - -index.html: Makefile - rm -f $@ - wget http://gnuzilla.gnu.org/download/langpacks/${pkgver}/ -langpacks.txt: index.html Makefile - egrep -o '[^>".]+\.xpi' $< | sort -u | sed 's/\.xpi//' > $@ -PKGBUILD: PKGBUILD.in langpacks.txt Makefile - sed \ - -e 's/@_PKGVER@/$(_pkgver)/' \ - -e 's/@PKGVER@/$(pkgver)/' \ - -e 's/@PKGREL@/$(pkgrel)/' \ - -e "s/@LANGPACKS@/(`xargs echo < langpacks.txt`)/" \ - -e '/md5sums/,$$d' \ - PKGBUILD.in > $@ - makepkg -dg >> $@ - -clean: PHONY - rm -f index.html langpacks.txt *.xpi - -.PHONY: PHONY FORCE diff --git a/libre/icecat-l10n/PKGBUILD b/libre/icecat-l10n/PKGBUILD index 8f9c3d2ef..b176d542a 100644 --- a/libre/icecat-l10n/PKGBUILD +++ b/libre/icecat-l10n/PKGBUILD @@ -8,7 +8,7 @@ _pkgbase=icecat pkgbase=$_pkgbase-l10n _pkgver=31.8.0 pkgver=31.8.0_gnu1 -pkgrel=1 +pkgrel=2 pkgdesc="Language pack for GNU IceCat." arch=('any') url="http://www.gnu.org/software/gnuzilla/" @@ -132,7 +132,7 @@ _package() { fi } -sha256sums=('816fbc139595c924ed8ab719955d13364beda0eaf631ab679d7aa32462b4278b' +sha256sums=('fc301f3ce1f7d7cd995c7920af18f638e7dd40ade90318567c2bdb922d9cd11a' '75ad3b6f73afc0186046b042fdbea35962e0da5d621f308783b7cc4b6bab4797' '3a142028e90b4d10ce2458753a3a1d22aaf540edc4dc3fec1fa8eb3daf8214c7' '954346d995584eaed081f758ff310480662ea6baaa3a913867f2a2c3dcb82271' diff --git a/libre/icecat-l10n/region.properties b/libre/icecat-l10n/region.properties index 64a540fac..3333c1b71 100644 --- a/libre/icecat-l10n/region.properties +++ b/libre/icecat-l10n/region.properties @@ -3,12 +3,12 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # Default search engine -browser.search.defaultenginename=DuckDuckGo HTML +browser.search.defaultenginename=searx # Search engine order (order displayed in the search bar dropdown)s -browser.search.order.1=DuckDuckGo HTML -browser.search.order.2=DuckDuckGo Lite -browser.search.order.3=searx +browser.search.order.1=searx +browser.search.order.2=DuckDuckGo HTML +browser.search.order.3=DuckDuckGo Lite # increment this number when anything gets changed in the list below. This will # cause IceCat to re-read these prefs and inject any new handlers into the -- cgit v1.2.3-54-g00ecf