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 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 libre/icecat-l10n/Makefile (limited to 'libre/icecat-l10n/Makefile') 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 -- cgit v1.2.3