summaryrefslogtreecommitdiff
path: root/libre/mozilla-searchplugins
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-29 01:43:15 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-29 01:43:15 -0200
commit7e517c647acdf709e94ea471a6d00604505d0942 (patch)
treeee0d8775354c9f4cc072ac710ad539ed5b00659a /libre/mozilla-searchplugins
parent09386c60c2b6801c47bc303d0824a0ee31d11db3 (diff)
ddg xml files were replaced due that generates issues and incompatibility with Keyword search URL in about:home on the mozilla browsers
Diffstat (limited to 'libre/mozilla-searchplugins')
-rw-r--r--libre/mozilla-searchplugins/PKGBUILD10
-rw-r--r--libre/mozilla-searchplugins/duckduckgo-html.xml8
-rw-r--r--libre/mozilla-searchplugins/duckduckgo-lite.xml8
3 files changed, 21 insertions, 5 deletions
diff --git a/libre/mozilla-searchplugins/PKGBUILD b/libre/mozilla-searchplugins/PKGBUILD
index 11635526e..3810fe495 100644
--- a/libre/mozilla-searchplugins/PKGBUILD
+++ b/libre/mozilla-searchplugins/PKGBUILD
@@ -10,14 +10,14 @@
pkgname=mozilla-searchplugins
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="System-wide OpenSearch plugins common for Mozilla based browsers."
arch=('any')
license=('MPL' 'GPL' 'LGPL')
url="https://parabolagnulinux.org/"
source=(
- duckduckgo-html.xml::https://duckduckgo.com/opensearch_html.xml
- duckduckgo-lite.xml::https://duckduckgo.com/opensearch_lite.xml
+ duckduckgo-html.xml
+ duckduckgo-lite.xml
internet-archive.xml
jamendo-en.xml.in
jamendo.ico::http://www.jamendo.com/favicon.ico
@@ -38,8 +38,8 @@ package() {
install -m644 "${srcdir}"/*.xml "${pkgdir}/usr/lib/mozilla/searchplugins"
}
-md5sums=('fde80774b91b3aba358d587c65139727'
- 'd19e22a8e1e663905fb1ead60abd2a5d'
+md5sums=('b4cc6bd8353af36ade441916217619e4'
+ '766aa6def4bf63c0d65afd6ca1b1ce37'
'462c68585461f8cdc23c93c46f6ee4cf'
'0c9a3f48971aab8aa0cf2f5e2ff67292'
'e50a847cec81357e8730e0d327515a9c'
diff --git a/libre/mozilla-searchplugins/duckduckgo-html.xml b/libre/mozilla-searchplugins/duckduckgo-html.xml
new file mode 100644
index 000000000..b53408077
--- /dev/null
+++ b/libre/mozilla-searchplugins/duckduckgo-html.xml
@@ -0,0 +1,8 @@
+<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
+<os:ShortName>DuckDuckGo HTML</os:ShortName>
+<os:Description>Search DuckDuckGo HTML</os:Description>
+<os:InputEncoding>UTF-8</os:InputEncoding>
+<os:Image width="16" height="16">http://duckduckgo.com/favicon.ico</os:Image>
+<os:Url type="text/html" method="GET" template="https://duckduckgo.com/html/?q={searchTerms}">
+</os:Url>
+</SearchPlugin>
diff --git a/libre/mozilla-searchplugins/duckduckgo-lite.xml b/libre/mozilla-searchplugins/duckduckgo-lite.xml
new file mode 100644
index 000000000..1e651abe6
--- /dev/null
+++ b/libre/mozilla-searchplugins/duckduckgo-lite.xml
@@ -0,0 +1,8 @@
+<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
+<os:ShortName>DuckDuckGo Lite</os:ShortName>
+<os:Description>Search DuckDuckGo Lite</os:Description>
+<os:InputEncoding>UTF-8</os:InputEncoding>
+<os:Image width="16" height="16">http://duckduckgo.com/favicon.ico</os:Image>
+<os:Url type="text/html" method="GET" template="https://duckduckgo.com/lite/?q={searchTerms}">
+</os:Url>
+</SearchPlugin>