qupzilla1: remove package
- qt5-webkit shouldn't be used for browsing the web - superseeded by falkon - broken with OpenSSL 1.1
This commit is contained in:
parent
df17e4cb1f
commit
fc1d31cecd
|
@ -1,20 +0,0 @@
|
|||
--- src/main/main.cpp 2015-01-26 15:26:15.000000000 +0100
|
||||
+++ src/main/main.cpp 2015-07-06 09:35:37.741814165 +0200
|
||||
@@ -22,7 +22,7 @@
|
||||
#include <QMessageBox> // For QT_REQUIRE_VERSION
|
||||
#include <iostream>
|
||||
|
||||
-#if defined(Q_OS_LINUX) || defined(__GLIBC__) || defined(__FreeBSD__) || defined(__HAIKU__)
|
||||
+#if (defined(Q_OS_LINUX) && defined(__GLIBC__)) || defined(__FreeBSD__) || defined(__HAIKU__)
|
||||
#include <signal.h>
|
||||
#include <execinfo.h>
|
||||
|
||||
@@ -166,7 +166,7 @@
|
||||
QApplication::setGraphicsSystem(QSL("raster"));
|
||||
#endif
|
||||
|
||||
-#if defined(Q_OS_LINUX) || defined(__GLIBC__) || defined(__FreeBSD__)
|
||||
+#if (defined(Q_OS_LINUX) && defined(__GLIBC__)) || defined(__FreeBSD__)
|
||||
signal(SIGSEGV, qupzilla_signal_handler);
|
||||
#endif
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
https://github.com/sweord/qupzilla/commit/5bdd369c9514d481cf3d0761a383e087cead97c9
|
||||
|
||||
--- src/lib/webtab/searchtoolbar.ui
|
||||
+++ src/lib/webtab/searchtoolbar.ui
|
||||
@@ -64,9 +64,6 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
- <property name="shortcut">
|
||||
- <string notr="true">Ctrl+Shift+G</string>
|
||||
- </property>
|
||||
<property name="autoRaise">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
@@ -80,9 +77,6 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
- <property name="shortcut">
|
||||
- <string notr="true">Ctrl+G</string>
|
||||
- </property>
|
||||
<property name="autoRaise">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
--- src/lib/webtab/searchtoolbar.cpp.orig
|
||||
+++ src/lib/webtab/searchtoolbar.cpp
|
||||
@@ -35,7 +35,9 @@
|
||||
|
||||
ui->closeButton->setIcon(IconProvider::standardIcon(QStyle::SP_DialogCloseButton));
|
||||
ui->next->setIcon(IconProvider::standardIcon(QStyle::SP_ArrowDown));
|
||||
+ ui->next->setShortcut(QKeySequence("Ctrl+G"));
|
||||
ui->previous->setIcon(IconProvider::standardIcon(QStyle::SP_ArrowUp));
|
||||
+ ui->previous->setShortcut(QKeySequence("Ctrl+Shift+G"));
|
||||
|
||||
connect(ui->closeButton, SIGNAL(clicked()), this, SLOT(hide()));
|
||||
connect(ui->lineEdit, SIGNAL(textChanged(QString)), this, SLOT(findNext()));
|
|
@ -1,10 +0,0 @@
|
|||
--- src/lib/adblock/adblockmanager.cpp 2015-11-11 16:13:24.000000000 +0100
|
||||
+++ src/lib/adblock/adblockmanager.cpp 2019-05-14 15:22:20.780352476 +0200
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <QTextStream>
|
||||
#include <QDir>
|
||||
#include <QTimer>
|
||||
+#include <QAction>
|
||||
|
||||
//#define ADBLOCK_DEBUG
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
# Template file for 'qupzilla1'
|
||||
pkgname=qupzilla1
|
||||
version=1.8.9
|
||||
revision=16
|
||||
wrksrc="QupZilla-${version}"
|
||||
build_style=qmake
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="qt5-script-devel qt5-tools-devel qt5-webkit-devel
|
||||
qt5-x11extras-devel hunspell-devel"
|
||||
depends="qt5-plugin-sqlite"
|
||||
short_desc="Lightweight multiplatform browser"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://qupzilla.com/"
|
||||
distfiles="https://github.com/QupZilla/qupzilla/releases/download/v${version}/QupZilla-${version}.tar.xz"
|
||||
checksum=620ffb10a3f6b3f596c2c38a84d9c320cb66dd2d5e6701e8e31945e26308fcac
|
||||
conflicts="qupzilla>=0"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools"
|
||||
hostmakedepends+=" qt5-script-devel"
|
||||
hostmakedepends+=" qt5-tools-devel"
|
||||
hostmakedepends+=" qt5-webkit-devel"
|
||||
hostmakedepends+=" qt5-x11extras-devel"
|
||||
fi
|
||||
|
||||
do_build() {
|
||||
# Avoid disable_parallel_build=yes by re-running make once
|
||||
make ${makejobs} ${make_build_args} ${make_build_target} \
|
||||
CC="$CC" CXX="$CXX" LINK="$CXX" || \
|
||||
make ${makejobs} ${make_build_args} ${make_build_target} \
|
||||
CC="$CC" CXX="$CXX" LINK="$CXX"
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
site=http://github.com/QupZilla/qupzilla/tags/
|
||||
pattern='\K1\.[89]+\.[\d]+'
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'removed-packages'
|
||||
pkgname=removed-packages
|
||||
version=0.1
|
||||
revision=29
|
||||
revision=30
|
||||
build_style=meta
|
||||
short_desc="Uninstalls packages removed from repository"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
|
@ -200,6 +200,7 @@ replaces="
|
|||
python3-pyPEG2<=2.15.2_7
|
||||
qimageblitz<=0.0.6_4
|
||||
qucs<=0.0.19_2
|
||||
qupzilla1<=1.8.9_16
|
||||
qt<=4.8.7_29
|
||||
qt-designer<=4.8.7_29
|
||||
qt-designer-devel<=4.8.7_29
|
||||
|
|
Loading…
Reference in New Issue