From 21f316e45203df0bc929cd4d53f3d50a64989609 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 4 Apr 2026 10:05:47 +0200 Subject: [PATCH] zeal, bump to version 0.8.0 (#13907) --- .../zeal/additional-files/zeal.rdef.in | 0 .../zeal/patches/zeal-0.8.0.patchset | 16 ++++++++-------- .../zeal/zeal-0.8.0.recipe | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) rename {app-doc => app-text}/zeal/additional-files/zeal.rdef.in (100%) rename app-doc/zeal/patches/zeal-0.7.2.patchset => app-text/zeal/patches/zeal-0.8.0.patchset (91%) rename app-doc/zeal/zeal-0.7.2.recipe => app-text/zeal/zeal-0.8.0.recipe (94%) diff --git a/app-doc/zeal/additional-files/zeal.rdef.in b/app-text/zeal/additional-files/zeal.rdef.in similarity index 100% rename from app-doc/zeal/additional-files/zeal.rdef.in rename to app-text/zeal/additional-files/zeal.rdef.in diff --git a/app-doc/zeal/patches/zeal-0.7.2.patchset b/app-text/zeal/patches/zeal-0.8.0.patchset similarity index 91% rename from app-doc/zeal/patches/zeal-0.7.2.patchset rename to app-text/zeal/patches/zeal-0.8.0.patchset index 0bea1a9ab..a4b452863 100644 --- a/app-doc/zeal/patches/zeal-0.7.2.patchset +++ b/app-text/zeal/patches/zeal-0.8.0.patchset @@ -1,11 +1,11 @@ -From 5799550a2d51d563409ca5d3f9deee20756b93f5 Mon Sep 17 00:00:00 2001 +From d42150cdb37315ba51df496effe0a033d397fe32 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 3 Sep 2018 20:03:29 +1000 Subject: Fix build for Haiku diff --git a/src/libs/ui/qxtglobalshortcut/CMakeLists.txt b/src/libs/ui/qxtglobalshortcut/CMakeLists.txt -index 476c2f5..0807de6 100644 +index 8a06066..066277e 100644 --- a/src/libs/ui/qxtglobalshortcut/CMakeLists.txt +++ b/src/libs/ui/qxtglobalshortcut/CMakeLists.txt @@ -6,6 +6,10 @@ if(APPLE) @@ -57,17 +57,17 @@ index 0000000..1bb9cde + return false; +} -- -2.48.1 +2.52.0 -From 0e2eda970a52414e3cd844c76ad6672cc5e9053b Mon Sep 17 00:00:00 2001 +From 18a56e281b935298a659307fc5c54a6e192802fc Mon Sep 17 00:00:00 2001 From: Begasus Date: Wed, 6 Dec 2023 17:04:14 +0100 Subject: Fix linking with libnetwork diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt -index 46fdd92..c5ee837 100644 +index d2521b0..3b15f5b 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -45,6 +45,10 @@ endif() @@ -82,10 +82,10 @@ index 46fdd92..c5ee837 100644 OUTPUT_NAME ${_project_output_name} RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} -- -2.48.1 +2.52.0 -From 36d2814f154c8c282e9c7b96130c0f4aca5dd205 Mon Sep 17 00:00:00 2001 +From b449ca2425353f595dd658822c47de0f27e85d3d Mon Sep 17 00:00:00 2001 From: Luc Schrijvers Date: Wed, 28 May 2025 09:29:04 +0200 Subject: Fix: undefined reference to `QxtGlobalShortcutPrivate::isSupported()' @@ -112,5 +112,5 @@ index 1bb9cde..654766f 100644 void *message, long *result) { -- -2.48.1 +2.52.0 diff --git a/app-doc/zeal/zeal-0.7.2.recipe b/app-text/zeal/zeal-0.8.0.recipe similarity index 94% rename from app-doc/zeal/zeal-0.7.2.recipe rename to app-text/zeal/zeal-0.8.0.recipe index debab232f..34326e164 100644 --- a/app-doc/zeal/zeal-0.7.2.recipe +++ b/app-text/zeal/zeal-0.8.0.recipe @@ -4,11 +4,11 @@ documentation browser for software developers, inspired by Dash Docs \ for macOS and iOS. Zeal has over 195+ docsets and are all compatible \ with Dash docsets." HOMEPAGE="https://zealdocs.org/" -COPYRIGHT="2013-2023 Oleg Shparber and other contributors" +COPYRIGHT="2013-present Oleg Shparber and other contributors" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/zealdocs/zeal/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="9c4ce9ab5700985f4c562e995301f98767f14cd045f047dee2520ec4ce1855cf" +CHECKSUM_SHA256="0fc04840b18c6323c5bbb80f475958f146bd6fc53cff8952e957b9d0048a8cf0" PATCHES="zeal-$portVersion.patchset" ADDITIONAL_FILES="zeal.rdef.in"