From 6083263bbc7d3d391887e48bda88efe84561c516 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Wed, 24 Feb 2016 10:06:47 -0500 Subject: [PATCH] zeal: update to 0.2.1. --- .../zeal/patches/add_qdatastream_include.patch | 15 --------------- srcpkgs/zeal/template | 9 ++++----- 2 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 srcpkgs/zeal/patches/add_qdatastream_include.patch diff --git a/srcpkgs/zeal/patches/add_qdatastream_include.patch b/srcpkgs/zeal/patches/add_qdatastream_include.patch deleted file mode 100644 index 905a410adfc..00000000000 --- a/srcpkgs/zeal/patches/add_qdatastream_include.patch +++ /dev/null @@ -1,15 +0,0 @@ -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 - #include -+#include - #include - #include - #include diff --git a/srcpkgs/zeal/template b/srcpkgs/zeal/template index 953c2735efd..634ac2b2572 100644 --- a/srcpkgs/zeal/template +++ b/srcpkgs/zeal/template @@ -1,17 +1,16 @@ # Template file for 'zeal' pkgname=zeal reverts="20141123_1 20141123_2" -version=0.1.1 +version=0.2.1 revision=1 -patch_args="-Np1" build_style=qmake hostmakedepends="pkg-config qt5-qmake" -makedepends="qt5-devel qt5-webkit-devel xcb-util-keysyms-devel libarchive-devel" -depends="bsdtar qt5-plugin-sqlite" +makedepends="qt5-devel qt5-webkit-devel xcb-util-keysyms-devel libarchive-devel qt5-x11extras-devel" +depends="bsdtar qt5-plugin-sqlite qt5-x11extras" short_desc="Simple offline API documentation browser" maintainer="Farhad Shahbazi " license="GPL-3" homepage="http://zealdocs.org/" distfiles="https://github.com/zealdocs/${pkgname}/archive/v${version}.tar.gz" -checksum=f4e959f9bc66a6e350ee8a33d34695379633432d103db9776c0c7a76cbc5a9d6 +checksum=994c5fad079cb34952fc05b0663920118489ed7f00f8e5a5887ff2e2bd05861d configure_args="CONFIG+=no_libappindicator"