mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
qupzilla: update to 1.8.7
This commit is contained in:
parent
0e92aa6acd
commit
8d8235d4b2
3 changed files with 4 additions and 28 deletions
|
@ -1,12 +0,0 @@
|
||||||
Include QDataStream for the required definitions
|
|
||||||
|
|
||||||
--- src/lib/3rdparty/qtsingleapplication/qtlocalpeer.cpp 2015-01-26 15:26:15.000000000 +0100
|
|
||||||
+++ src/lib/3rdparty/qtsingleapplication/qtlocalpeer.cpp 2015-07-06 18:32:29.862136464 +0200
|
|
||||||
@@ -48,6 +48,7 @@
|
|
||||||
#include "qtlocalpeer.h"
|
|
||||||
#include <QtCore/QCoreApplication>
|
|
||||||
#include <QtCore/QTime>
|
|
||||||
+#include <QtCore/QDataStream>
|
|
||||||
|
|
||||||
#if defined(Q_OS_WIN)
|
|
||||||
#include <QtCore/QLibrary>
|
|
|
@ -1,12 +0,0 @@
|
||||||
Include QObject for the required definitions
|
|
||||||
|
|
||||||
--- src/plugins/TabManager/tldextractor/tldextractor.h 2015-01-26 15:26:15.000000000 +0100
|
|
||||||
+++ src/plugins/TabManager/tldextractor/tldextractor.h 2015-07-06 18:41:27.630175234 +0200
|
|
||||||
@@ -20,6 +20,7 @@
|
|
||||||
|
|
||||||
#define TLDExtractor_Version "1.0"
|
|
||||||
|
|
||||||
#include <QHash>
|
|
||||||
+#include <QObject>
|
|
||||||
#include <QStringList>
|
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'qupzilla'
|
# Template file for 'qupzilla'
|
||||||
pkgname=qupzilla
|
pkgname=qupzilla
|
||||||
version=1.8.6
|
version=1.8.7
|
||||||
revision=7
|
revision=1
|
||||||
wrksrc=QupZilla-${version}
|
wrksrc=QupZilla-${version}
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="qt5-devel qt5-script-devel qt5-tools-devel qt5-webkit-devel"
|
makedepends="qt5-devel qt5-script-devel qt5-tools-devel qt5-webkit-devel qt5-x11extras-devel"
|
||||||
depends="qt5-plugin-sqlite"
|
depends="qt5-plugin-sqlite"
|
||||||
short_desc="Lightweight multiplatform browser"
|
short_desc="Lightweight multiplatform browser"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.qupzilla.com/"
|
homepage="http://www.qupzilla.com/"
|
||||||
distfiles="https://github.com/QupZilla/${pkgname}/releases/download/v${version}/QupZilla-${version}.tar.xz"
|
distfiles="https://github.com/QupZilla/${pkgname}/releases/download/v${version}/QupZilla-${version}.tar.xz"
|
||||||
checksum=aecda29f8994c9dc4d6b5f76ce5b1ba947272a0d5a40b5d83a54023dd5d7a6a5
|
checksum=1823f36520a3e5d0164f4ad185f29cd80600d3e8010e3acf9b33e536e61049fd
|
||||||
|
|
Loading…
Add table
Reference in a new issue