2021-01-06 18:17:53 +01:00
|
|
|
Description: Fix DuckDuckGo shortcut to make result links working
|
|
|
|
Bug-Debian: https://bugs.debian/org/924357
|
|
|
|
Forwarded: no
|
|
|
|
Author: liftof+dbug@gmail.com
|
|
|
|
|
srcpkgs/d*: convert patches to -Np1
* daemontools and dmraid is kept at -Np0
```sh
git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" |
while read template; do
for p in ${template%/template}/patches/*; do
sed -i '
\,^[+-][+-][+-] /dev/null,b
/^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b
s,^[*][*][*] ,&a/,
/^--- /{
s,\(^--- \)\(./\)*,\1a/,
s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1,
s/[.][Oo][Rr][Ii][Gg]$//
s/[.]patched[.]\([^.]\)/.\1/
h
}
/^+++ -/{
g
s/^--- a/+++ b/
b
}
s,\(^+++ \)\(./\)*,\1b/,
' "$p"
done
sed -i '/^patch_args=/d' $template
done
```
2021-06-19 05:03:21 +02:00
|
|
|
--- a/dillorc
|
|
|
|
+++ b/dillorc
|
2021-01-06 18:17:53 +01:00
|
|
|
@@ -157,7 +157,7 @@
|
|
|
|
# You can enable multiple search_url strings at once and select from among
|
|
|
|
# them at runtime, with the first being the default.
|
|
|
|
# (the prefix serves to search from the Location Bar. e.g. "dd dillo image")
|
|
|
|
-search_url="dd DuckDuckGo (https) https://duckduckgo.com/lite/?kp=-1&q=%s"
|
|
|
|
+search_url="dd DuckDuckGo (https) https://duckduckgo.com/lite/?kp=-1&q=%s&kd=-1"
|
|
|
|
search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go"
|
|
|
|
search_url="Free Dictionary http://www.thefreedictionary.com/%s"
|
|
|
|
search_url="Startpage (https) https://www.startpage.com/do/search?query=%s"
|