mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
parent
72e2c24dbc
commit
361fb1de8d
2 changed files with 10 additions and 22 deletions
|
@ -1,14 +0,0 @@
|
|||
Source: @pullmoll
|
||||
Upstream: no
|
||||
Reason: qt5-5.15.0 requires explicit include for QPainterPath
|
||||
|
||||
--- a/src/libs/ui/searchitemdelegate.cpp 2018-09-28 07:26:37.000000000 +0200
|
||||
+++ b/src/libs/ui/searchitemdelegate.cpp 2020-07-11 23:11:37.992053122 +0200
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <QFontMetrics>
|
||||
#include <QHelpEvent>
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QToolTip>
|
||||
|
||||
using namespace Zeal::WidgetUi;
|
|
@ -1,20 +1,22 @@
|
|||
# Template file for 'zeal'
|
||||
pkgname=zeal
|
||||
reverts="20141123_1 20141123_2"
|
||||
version=0.6.1
|
||||
version=0.7.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="CONFIG+=no_libappindicator"
|
||||
hostmakedepends="pkg-config extra-cmake-modules"
|
||||
makedepends="qt5-webkit-devel xcb-util-keysyms-devel libarchive-devel qt5-x11extras-devel sqlite-devel"
|
||||
depends="bsdtar"
|
||||
build_helper=qmake6
|
||||
configure_args="-DZEAL_RELEASE_BUILD=ON"
|
||||
hostmakedepends="qt6-tools qt6-declarative-host-tools pkg-config extra-cmake-modules"
|
||||
makedepends="qt6-base-private-devel qt6-webengine-devel qt6-webchannel-devel
|
||||
xcb-util-keysyms-devel libarchive-devel sqlite-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Simple offline API documentation browser"
|
||||
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://zealdocs.org/"
|
||||
distfiles="https://github.com/zealdocs/zeal/archive/v${version}.tar.gz"
|
||||
checksum=095c08f9903071849d5c79878abd48237ce1615f16d324afff1873ab6b5f0026
|
||||
checksum=9c4ce9ab5700985f4c562e995301f98767f14cd045f047dee2520ec4ce1855cf
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then
|
||||
broken="Qt6 WebEngine"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue