From f8a2cce43a2fec6771ccc81adf3f454fa9cc005b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Mon, 15 Jun 2026 21:17:07 +0300 Subject: [PATCH] zeal: update to 0.8.1. --- srcpkgs/zeal/patches/qt610.patch | 11 ----------- srcpkgs/zeal/template | 6 +++--- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 srcpkgs/zeal/patches/qt610.patch diff --git a/srcpkgs/zeal/patches/qt610.patch b/srcpkgs/zeal/patches/qt610.patch deleted file mode 100644 index 2d7c0fd753195c..00000000000000 --- a/srcpkgs/zeal/patches/qt610.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/libs/ui/qxtglobalshortcut/CMakeLists.txt -+++ b/src/libs/ui/qxtglobalshortcut/CMakeLists.txt -@@ -29,7 +29,7 @@ endif() - - add_library(QxtGlobalShortcut STATIC ${QxtGlobalShortcut_SOURCES}) - --find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Gui REQUIRED) -+find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Gui GuiPrivate REQUIRED) - target_link_libraries(QxtGlobalShortcut Qt${QT_VERSION_MAJOR}::Gui) - - if(APPLE) diff --git a/srcpkgs/zeal/template b/srcpkgs/zeal/template index 68c57794ec4fd0..534fad97b74b9f 100644 --- a/srcpkgs/zeal/template +++ b/srcpkgs/zeal/template @@ -1,8 +1,8 @@ # Template file for 'zeal' pkgname=zeal reverts="20141123_1 20141123_2" -version=0.7.2 -revision=3 +version=0.8.1 +revision=1 build_style=cmake build_helper=qmake6 configure_args="-DZEAL_RELEASE_BUILD=ON" @@ -15,7 +15,7 @@ maintainer="Farhad Shahbazi " license="GPL-3.0-or-later" homepage="https://zealdocs.org/" distfiles="https://github.com/zealdocs/zeal/archive/v${version}.tar.gz" -checksum=9c4ce9ab5700985f4c562e995301f98767f14cd045f047dee2520ec4ce1855cf +checksum=468a2410a5edbbaa3b508f297b64fbfc725bb1477cc9a786687d24e9eb297d97 if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then broken="Qt6 WebEngine"