zeal: update to 0.7.2

Closes: #55459 [via git-merge-pr]
This commit is contained in:
pdubq 2025-05-25 09:14:54 +03:00 committed by classabbyamp
parent 72e2c24dbc
commit 361fb1de8d
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5
2 changed files with 10 additions and 22 deletions

View file

@ -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;

View file

@ -1,20 +1,22 @@
# Template file for 'zeal' # Template file for 'zeal'
pkgname=zeal pkgname=zeal
reverts="20141123_1 20141123_2" reverts="20141123_1 20141123_2"
version=0.6.1 version=0.7.2
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="CONFIG+=no_libappindicator" build_helper=qmake6
hostmakedepends="pkg-config extra-cmake-modules" configure_args="-DZEAL_RELEASE_BUILD=ON"
makedepends="qt5-webkit-devel xcb-util-keysyms-devel libarchive-devel qt5-x11extras-devel sqlite-devel" hostmakedepends="qt6-tools qt6-declarative-host-tools pkg-config extra-cmake-modules"
depends="bsdtar" 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" short_desc="Simple offline API documentation browser"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>" maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://zealdocs.org/" homepage="https://zealdocs.org/"
distfiles="https://github.com/zealdocs/zeal/archive/v${version}.tar.gz" distfiles="https://github.com/zealdocs/zeal/archive/v${version}.tar.gz"
checksum=095c08f9903071849d5c79878abd48237ce1615f16d324afff1873ab6b5f0026 checksum=9c4ce9ab5700985f4c562e995301f98767f14cd045f047dee2520ec4ce1855cf
if [ "$CROSS_BUILD" ]; then if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake" broken="Qt6 WebEngine"
fi fi