mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
qupzilla: fix search engine again
This commit is contained in:
parent
8675e22822
commit
fe82dc6601
@ -4,7 +4,7 @@
|
||||
_pkgname=QupZilla
|
||||
pkgname='qupzilla'
|
||||
pkgver=1.8.9
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A very fast open source browser based on WebKit core"
|
||||
url="http://www.qupzilla.com"
|
||||
arch=('x86_64')
|
||||
@ -42,7 +42,7 @@ prepare() {
|
||||
-e 's|"showStatusBar", true|"showStatusBar", false|g' -i preferences.cpp
|
||||
msg 'Applying search engine patch...'
|
||||
cd ${srcdir}/${_pkgname}-${pkgver}/src/lib/opensearch/
|
||||
sed 's,?q=%s\&t=qupzilla,?t=chakra\&q=%s,g' -i searchenginesmanager.cpp
|
||||
sed 's,\?q=\%s\&t=qupzilla,\?t=chakra\&q=\%s,g' -i searchenginesmanager.cpp
|
||||
}
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user