commit
7a676a0813
2 changed files with 22 additions and 6 deletions
15
srcpkgs/zeal/patches/add_qdatastream_include.patch
Normal file
15
srcpkgs/zeal/patches/add_qdatastream_include.patch
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
https://github.com/zealdocs/zeal/issues/376
|
||||||
|
https://github.com/zealdocs/zeal/issues/380
|
||||||
|
|
||||||
|
diff --git a/src/main.cpp b/src/main.cpp
|
||||||
|
index 2160cd9..13f4627 100644
|
||||||
|
--- a/src/main.cpp
|
||||||
|
+++ b/src/main.cpp
|
||||||
|
@@ -3,6 +3,7 @@
|
||||||
|
|
||||||
|
#include <QApplication>
|
||||||
|
#include <QCommandLineParser>
|
||||||
|
+#include <QDataStream>
|
||||||
|
#include <QDir>
|
||||||
|
#include <QLocalSocket>
|
||||||
|
#include <QStandardPaths>
|
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'zeal'
|
# Template file for 'zeal'
|
||||||
pkgname=zeal
|
pkgname=zeal
|
||||||
version=20141123
|
reverts="20141123_1 20141123_2"
|
||||||
revision=2
|
version=0.1.1
|
||||||
build_wrksrc=zeal
|
revision=1
|
||||||
|
patch_args="-Np1"
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="qt5-qmake"
|
hostmakedepends="pkg-config qt5-qmake"
|
||||||
makedepends="qt5-devel qt5-webkit-devel xcb-util-keysyms-devel libarchive-devel"
|
makedepends="qt5-devel qt5-webkit-devel xcb-util-keysyms-devel libarchive-devel"
|
||||||
depends="bsdtar qt5-plugin-sqlite"
|
depends="bsdtar qt5-plugin-sqlite"
|
||||||
short_desc="Simple offline API documentation browser"
|
short_desc="Simple offline API documentation browser"
|
||||||
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://zealdocs.org/"
|
homepage="http://zealdocs.org/"
|
||||||
distfiles="https://github.com/zealdocs/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/zealdocs/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=bbe2e1d7dfaaad9a399eb78932464d4bd3d1da80cd0751fca897264437b6dd5d
|
checksum=f4e959f9bc66a6e350ee8a33d34695379633432d103db9776c0c7a76cbc5a9d6
|
||||||
configure_args="CONFIG+=no_libappindicator"
|
configure_args="CONFIG+=no_libappindicator"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue