quzpilla update to 1.6.2

This commit is contained in:
Francesco 2014-02-14 11:19:44 +00:00
parent bfb8bef7fd
commit 5ccd76e096
2 changed files with 4 additions and 15 deletions

View File

@ -2,8 +2,8 @@
# Maintainer: Bruce Liu <brli@users.sourceforge.net>
pkgname=qupzilla
pkgver=1.6.1
pkgrel=2
pkgver=1.6.2
pkgrel=1
pkgdesc="A very fast open source browser based on WebKit core"
url="http://www.qupzilla.com"
arch=('x86_64')
@ -16,8 +16,8 @@ screenshot='http://www.qupzilla.com/screens/kde.png'
source=("https://github.com/QupZilla/qupzilla/archive/v${pkgver}.tar.gz"
'qupzilla.patch'
'start-white.png')
sha256sums=('ab484ccf524ee5fc9341cd5adea746e8769821859037a7d81c606f81184610fd'
'c69006400f534c8de5a5628133145e4ec0ce3eced354df1e5f7f0038d8154c1b'
sha256sums=('9ff03b47443458fc31291fdaf1cb1da8966f27e90cd6b9c707ede9dac7533582'
'aa18d650133091abf93d20ce9ac964ff703c614b6da6ae0775b65677c4149643'
'5bdac9f329c5d240e9aa58d7960f5f8b4c372e8908e2cf1080a02619a4695f09')
prepare() {

View File

@ -22,17 +22,6 @@ diff -Naur lib.orig/app/qupzilla.cpp lib/app/qupzilla.cpp
diff -Naur lib.orig/opensearch/searchenginesmanager.cpp lib/opensearch/searchenginesmanager.cpp
--- lib.orig/opensearch/searchenginesmanager.cpp 2014-01-02 03:55:33.000000000 +0800
+++ lib/opensearch/searchenginesmanager.cpp 2014-01-02 08:41:23.306313965 +0800
@@ -55,8 +55,8 @@
{
Settings settings;
settings.beginGroup("SearchEngines");
- m_startingEngineName = settings.value("activeEngine", "Google").toString();
- m_defaultEngineName = settings.value("DefaultEngine", "Google").toString();
+ m_startingEngineName = settings.value("activeEngine", "DuckDuckGo").toString();
+ m_defaultEngineName = settings.value("DefaultEngine", "DuckDuckGo").toString();
settings.endGroup();
connect(this, SIGNAL(enginesChanged()), this, SLOT(scheduleSave()));
@@ -150,7 +150,7 @@
Engine duck;
duck.name = "DuckDuckGo";