diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-13 17:21:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-13 17:21:30 -0300 |
commit | 85f38fe6ab875a6fbb23aeb50e6ece094570814f (patch) | |
tree | 5148df87017a1c1c8d42eb762dee44788af43110 /libre | |
parent | e00d4a4a5d55ece5fa8762c0d613bfc9d5209306 (diff) |
qupzilla-libre: change ddg url on the start page
Diffstat (limited to 'libre')
-rw-r--r-- | libre/qupzilla-libre/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/qupzilla-libre/libre.patch | 13 |
2 files changed, 15 insertions, 2 deletions
diff --git a/libre/qupzilla-libre/PKGBUILD b/libre/qupzilla-libre/PKGBUILD index e46a7d347..91420fb97 100644 --- a/libre/qupzilla-libre/PKGBUILD +++ b/libre/qupzilla-libre/PKGBUILD @@ -6,7 +6,7 @@ _name=QupZilla _pkgname=qupzilla pkgname=qupzilla-libre pkgver=1.4.3 -pkgrel=1 +pkgrel=1.1 pkgdesc="Cross-platform QtWebKit browser, without Google, Youtube and Facebook recommendation" arch=(i686 x86_64 mips64el) url="http://www.qupzilla.com/" @@ -20,7 +20,7 @@ provides=$_pkgname=$pkgver source=("$_pkgname-$pkgver.tar.gz::https://github.com/$_name/$_pkgname/tarball/v$pkgver" 'libre.patch') md5sums=('20187fcce11dbba876e1ee7dc5e32583' - 'baca20fcc0b45c118d7afc38bfc32a55') + '20c8304eb790cda5491078bf5bf71d49') prepare() { cd "$srcdir/$_name-$_pkgname-"* diff --git a/libre/qupzilla-libre/libre.patch b/libre/qupzilla-libre/libre.patch index 7ce4d26d2..6db34dd8f 100644 --- a/libre/qupzilla-libre/libre.patch +++ b/libre/qupzilla-libre/libre.patch @@ -74,3 +74,16 @@ index 2039921..52afa22 100644 } changed(allPages); +diff --git a/src/lib/data/html/start.html b/src/lib/data/html/start.html +index 0e48ed2..eb7d793 100644 +--- a/src/lib/data/html/start.html ++++ b/src/lib/data/html/start.html +@@ -19,7 +19,7 @@ a {color: #1a4ba4;text-decoration: none;font-weight: bold;} + + <img src="%ABOUT-IMG%"> + %PRIVATE-BROWSING% +-<form action="https://duckduckgo.com/" method="GET"> ++<form action="https://duckduckgo.com/html" method="GET"> + <input type="hidden" name="t" value="qupzilla" /> + <input class="line" id="inp" class="question" name="q"/> <br/> + <input class="submit" type="submit" value="%BUTTON-LABEL%"> |