falkon qupzilla yerine devam ediyor

This commit is contained in:
Ertuğrul Erata
2018-11-20 09:59:56 +03:00
parent 10f60b0376
commit 4cfd793bfb
16 changed files with 167012 additions and 168471 deletions
+2
View File
@@ -121,5 +121,7 @@
<Package>kde-l10n-sv-doc</Package>
<Package>kde-l10n-tr-doc</Package>
<Package>kde-l10n-uk-doc</Package>
<!-- remplaced with falkon-->
<Package>qupzilla</Package>
</Obsoletes>
</PISI>
-27
View File
@@ -1,27 +0,0 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import qt5
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
qt5.configure(parameters="USE_WEBGL=true \
QUPZILLA_PREFIX=/usr/ \
DISABLE_UPDATES_CHECK=true \
GNOME_INTEGRATION=true \
KDE_INTEGRATION=true ")
def build():
qt5.make()
def install():
qt5.install("INSTALL_ROOT=%s" % get.installDIR())
#zsh
pisitools.insinto("/usr/share/zsh/site-functions", "linux/completion/*")
pisitools.dodoc("AUTHORS", "BUILDING*", "CHANGELOG", "COPYRIGHT", "FAQ", "README*")
@@ -1,24 +0,0 @@
diff -ur QupZilla-2.2.0/src/lib/preferences/preferences.cpp QupZilla-2.2.0-native-scrollbars/src/lib/preferences/preferences.cpp
--- QupZilla-2.2.0/src/lib/preferences/preferences.cpp 2017-10-08 16:05:56.000000000 +0200
+++ src/lib/preferences/preferences.cpp 2017-10-16 05:34:25.738624011 +0200
@@ -278,7 +278,7 @@
ui->wheelScroll->setValue(settings.value("wheelScrollLines", qApp->wheelScrollLines()).toInt());
ui->xssAuditing->setChecked(settings.value("XSSAuditing", false).toBool());
ui->printEBackground->setChecked(settings.value("PrintElementBackground", true).toBool());
- ui->useNativeScrollbars->setChecked(settings.value("UseNativeScrollbars", false).toBool());
+ ui->useNativeScrollbars->setChecked(settings.value("UseNativeScrollbars", true).toBool());
foreach (int level, WebView::zoomLevels()) {
ui->defaultZoomLevel->addItem(QString("%1%").arg(level));
diff -ur QupZilla-2.2.0/src/lib/webengine/webscrollbarmanager.cpp QupZilla-2.2.0-native-scrollbars/src/lib/webengine/webscrollbarmanager.cpp
--- QupZilla-2.2.0/src/lib/webengine/webscrollbarmanager.cpp 2017-10-08 16:05:56.000000000 +0200
+++ src/lib/webengine/webscrollbarmanager.cpp 2017-10-16 05:33:36.152339717 +0200
@@ -109,7 +109,7 @@
void WebScrollBarManager::loadSettings()
{
- m_enabled = Settings().value(QSL("Web-Browser-Settings/UseNativeScrollbars"), false).toBool();
+ m_enabled = Settings().value(QSL("Web-Browser-Settings/UseNativeScrollbars"), true).toBool();
if (!m_enabled) {
for (WebView *view : m_scrollbars.keys()) {
@@ -1,12 +0,0 @@
diff -ur QupZilla-2.2.5/src/lib/webengine/webpage.cpp QupZilla-2.2.5-qtbug-65523-workaround/src/lib/webengine/webpage.cpp
--- QupZilla-2.2.5/src/lib/webengine/webpage.cpp 2018-01-28 16:37:13.000000000 +0100
+++ src/lib/webengine/webpage.cpp 2018-02-01 04:34:19.159005227 +0100
@@ -102,7 +102,7 @@
});
// Workaround for broken load started/finished signals in QtWebEngine 5.10
- if (qstrcmp(qVersion(), "5.10.0") == 0) {
+ {
connect(this, &QWebEnginePage::loadProgress, this, [this](int progress) {
if (progress == 100) {
emit loadFinished(true);
File diff suppressed because it is too large Load Diff
@@ -1,48 +0,0 @@
--- src/lib/data/data/bookmarks.json.orig 2014-02-14 04:53:19.000000000 -0500
+++ src/lib/data/data/bookmarks.json 2014-03-03 20:18:08.031463865 -0500
@@ -3,41 +3,17 @@
"bookmark_bar": {
"children": [
{
- "description": "Source code of QupZilla",
- "keyword": "qz-git",
- "name": "QupZilla Git",
- "type": "url",
- "url": "https://github.com/QupZilla/qupzilla",
- "visit_count": 0
- },
- {
- "description": "",
- "keyword": "qz-wiki",
- "name": "QupZilla Wiki",
- "type": "url",
- "url": "https://github.com/QupZilla/qupzilla/wiki",
- "visit_count": 0
- },
- {
- "description": "GitHub Issue Tracker for QupZilla",
- "keyword": "qz-issues",
- "name": "QupZilla Issues",
+ "description": "Pisilinux Homepage",
+ "keyword": "Pisilinux",
+ "name": "Pisilinux",
"type": "url",
- "url": "https://github.com/QupZilla/qupzilla/issues",
+ "url": "http://www.pisilinux.org",
"visit_count": 0
},
{
"type": "separator"
},
{
- "description": "Blog with development updates",
- "keyword": "qz-blog",
- "name": "QupZilla Blog",
- "type": "url",
- "url": "http://blog.qupzilla.com/",
- "visit_count": 0
- },
- {
"description": "QupZilla Homepage",
"keyword": "qz-home",
"name": "QupZilla Home",
@@ -1,11 +0,0 @@
--- src/lib/app/browserwindow.cpp.orig 2016-03-16 16:30:21.000000000 -0400
+++ src/lib/app/browserwindow.cpp 2016-03-18 21:49:40.833636454 -0400
@@ -419,7 +419,7 @@
//Url settings
settings.beginGroup("Web-URL-Settings");
- m_homepage = settings.value("homepage", "qupzilla:start").toUrl();
+ m_homepage = settings.value("homepage", "qupzilla:speeddial").toUrl();
settings.endGroup();
//Browser Window settings
-10
View File
@@ -1,10 +0,0 @@
--- src/defines.pri 2013-12-07 17:03:03.000000000 -0500
+++ src/defines_new.pri 2013-12-11 13:30:42.211002583 -0500
@@ -4,6 +4,8 @@
RCC_DIR = $$PWD/../build
UI_DIR = $$PWD/../build
+CONFIG += debug
+
# workaround for #849: see https://bugreports.qt-project.org/browse/QTBUG-23196
mocinclude.CONFIG *= fix_target
@@ -1,11 +0,0 @@
--- src/lib/preferences/preferences.cpp.orig 2014-11-18 17:52:54.635782052 -0500
+++ src/lib/preferences/preferences.cpp 2014-11-18 17:52:55.129103922 -0500
@@ -140,7 +140,7 @@
Settings settings;
//GENERAL URLs
settings.beginGroup("Web-URL-Settings");
- m_homepage = settings.value("homepage", QUrl(QSL("qupzilla:start"))).toUrl();
+ m_homepage = settings.value("homepage", QUrl(QSL("qupzilla:speeddial"))).toUrl();
m_newTabUrl = settings.value("newTabUrl", QUrl(QSL("qupzilla:speeddial"))).toUrl();
ui->homepage->setText(m_homepage.toEncoded());
ui->newTabUrl->setText(m_newTabUrl.toEncoded());
-26
View File
@@ -1,26 +0,0 @@
--- src/lib/plugins/speeddial.cpp 2016-02-29 11:18:45.000000000 -0500
+++ src/lib/plugins/speeddial.cpp 2016-03-04 17:25:39.726171052 -0500
@@ -58,15 +58,18 @@
setBackgroundImage(settings.value("background", QString()).toString());
m_backgroundImageSize = settings.value("backsize", "auto").toString();
m_maxPagesInRow = settings.value("pagesrow", 4).toInt();
- m_sizeOfSpeedDials = settings.value("sdsize", 231).toInt();
+ m_sizeOfSpeedDials = settings.value("sdsize", 225).toInt();
m_sdcentered = settings.value("sdcenter", false).toBool();
settings.endGroup();
if (allPages.isEmpty()) {
- allPages = "url:\"https://www.qupzilla.com\"|title:\"QupZilla\";"
- "url:\"http://blog.qupzilla.com\"|title:\"QupZilla Blog\";"
- "url:\"https://github.com/QupZilla/qupzilla\"|title:\"QupZilla GitHub\";"
- "url:\"https://duckduckgo.com\"|title:\"DuckDuckGo\";";
+ allPages = "url:\"http://www.pisilinux.org\"|title:\"Pisilinux - Hoşgeldiniz\";"
+ "url:\"http://forum.pisilinux.org\"|title:\"Forum\";"
+ "url:\"http://wiki.pisilinux.org\"|title:\"Pisilinux Wiki\";"
+ "url:\"http://www.youtube.com/html5\"|title:\"YouTube-html5\";"
+ "url:\"http://www.google.com\"|title:\"Google\";"
+ "url:\"http://www.qupzilla.com\"|title:\"QupZilla\";"
+ "url:\"https://github.com/pisilinux\"|title:\"Github\";";
}
changed(allPages);
-128
View File
@@ -1,128 +0,0 @@
<PISI>
<Source>
<Name>qupzilla</Name>
<Homepage>http://www.qupzilla.com/</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:gui</IsA>
<Summary>Cross-platform QtWebKit browser</Summary>
<Description>QupZilla is a new and very fast QtWebEngine browser.</Description>
<Archive type="tarxz" sha1sum="c07b4db18cebd9403390f676a6ae87979305f205">https://github.com/QupZilla/qupzilla/releases/download/v2.2.5/QupZilla-2.2.5.tar.xz</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-webkit-devel</Dependency>
<Dependency>qt5-webengine-devel</Dependency>
<Dependency>qt5-x11extras-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>qt5-sql-sqlite</Dependency>
<Dependency>qt5-declarative-devel</Dependency>
<Dependency>qt5-xmlpatterns-devel</Dependency>
<Dependency>qt5-phonon-devel</Dependency>
<Dependency>qt5-sensors-devel</Dependency>
<Dependency>qt5-script-devel</Dependency>
<Dependency>qt5-designer-devel</Dependency>
<Dependency>qt5-webchannel-devel</Dependency>
<Dependency>qt5-location-devel</Dependency>
<Dependency>qt5-imageformats</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>xcb-util-devel</Dependency>
<Dependency>libvpx-devel</Dependency>
<Dependency>libgnome-keyring-devel</Dependency>
<Dependency>kdelibs4-support-devel</Dependency>
<Dependency>kwallet-devel</Dependency>
<Dependency>hunspell-devel</Dependency>
<Dependency>gdb-devel</Dependency>
<Dependency>libmng-devel</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>jbigkit-devel</Dependency>
<Dependency>nss-devel</Dependency>
<Dependency>cups-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>libXScrnSaver-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="0">speeddial.diff</Patch>
<Patch level="0">preferences.diff</Patch>
<Patch level="0">browserwindow.diff</Patch>
<Patch level="0">defines.diff</Patch>
<Patch level="0">bookmarks.patch</Patch>
<Patch>QupZilla-2.2.0-native-scrollbars.patch</Patch>
<Patch>QupZilla-2.2.5-qtbug-65523-workaround.patch</Patch>
</Patches>
</Source>
<Package>
<Name>qupzilla</Name>
<Summary>Cross-platform QtWebKit browser</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>openssl</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-webengine</Dependency>
<Dependency>qt5-x11extras</Dependency>
<Dependency>qt5-webchannel</Dependency>
<Dependency>qt5-declarative</Dependency>
<!-- bu depler fazladan yazılmış silinebilir -->
<Dependency>hunspell</Dependency>
<Dependency>kwallet</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/qupzilla</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/qupzilla</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2018-02-15</Date>
<Version>2.2.5</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2017-04-13</Date>
<Version>2.1.2</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-03-12</Date>
<Version>2.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2017-01-10</Date>
<Version>2.0.2</Version>
<Comment>Version bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-06-18</Date>
<Version>2.0.1</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
-8
View File
@@ -1,8 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>qupzilla</Name>
<Summary xml:lang="en">A fast open source browser based on WebKit core, written in Qt Framework, wayland port</Summary>
<Description xml:lang="en">A fast open source browser based on WebKit core, written in Qt Framework, wayland port</Description>
</Source>
</PISI>
+167008 -167039
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
45ae34b6f80e5406d76920342364ed1454d93b56
8ca7616ef300c94706f3c92894bcf5f3d5fe434a
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
579dc0769fdfcec5bf732ccdc4479e50903bd440
6542581a05e0cd9e4d84a8fab2ef16067e1cfbd4