Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] zeal: update to 0.7.2.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52172@inbox.vuxu.org>
@ 2024-09-26 19:12 ` Luciogi
  2024-09-26 19:20 ` Luciogi
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: Luciogi @ 2024-09-26 19:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 503 bytes --]

There is an updated pull request by Luciogi against master on the void-packages repository

https://github.com/Luciogi/void-packages zeal
https://github.com/void-linux/void-packages/pull/52172

zeal: update to 0.7.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- also build for aarch64


A patch file from https://github.com/void-linux/void-packages/pull/52172.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zeal-52172.patch --]
[-- Type: text/x-diff, Size: 2266 bytes --]

From ba90e93f51543466ba0646b155e6a8d8e44f9c8c Mon Sep 17 00:00:00 2001
From: Luciogi <githubvoidlinux.supremacy429@passinbox.com>
Date: Tue, 10 Sep 2024 22:20:56 +0500
Subject: [PATCH] zeal: update to 0.7.2.

---
 srcpkgs/zeal/patches/qt5-5.15.0.patch | 14 --------------
 srcpkgs/zeal/template                 |  9 +++++----
 2 files changed, 5 insertions(+), 18 deletions(-)
 delete mode 100644 srcpkgs/zeal/patches/qt5-5.15.0.patch

diff --git a/srcpkgs/zeal/patches/qt5-5.15.0.patch b/srcpkgs/zeal/patches/qt5-5.15.0.patch
deleted file mode 100644
index 0854280bb30171..00000000000000
--- a/srcpkgs/zeal/patches/qt5-5.15.0.patch
+++ /dev/null
@@ -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;
diff --git a/srcpkgs/zeal/template b/srcpkgs/zeal/template
index 9db6b15584d658..a17b0751c59d25 100644
--- a/srcpkgs/zeal/template
+++ b/srcpkgs/zeal/template
@@ -1,20 +1,21 @@
 # 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"
+makedepends="qt6-base-private-devel qt6-webengine-devel xcb-util-keysyms-devel libarchive-devel sqlite-devel"
 depends="bsdtar"
 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"
+	hostmakedepends+=" qt6-base"
+	build_helper=qemu
 fi

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zeal: update to 0.7.2.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52172@inbox.vuxu.org>
  2024-09-26 19:12 ` [PR PATCH] [Updated] zeal: update to 0.7.2 Luciogi
@ 2024-09-26 19:20 ` Luciogi
  2024-12-26  1:58 ` github-actions
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: Luciogi @ 2024-09-26 19:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

New comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/pull/52172#issuecomment-2377751910

Comment:
aarch64 on local machine is compiling






but  fails on CI 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zeal: update to 0.7.2.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52172@inbox.vuxu.org>
  2024-09-26 19:12 ` [PR PATCH] [Updated] zeal: update to 0.7.2 Luciogi
  2024-09-26 19:20 ` Luciogi
@ 2024-12-26  1:58 ` github-actions
  2025-01-09  2:13 ` [PR PATCH] [Closed]: " github-actions
  2025-01-09 17:48 ` Luciogi
  4 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2024-12-26  1:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/52172#issuecomment-2562071939

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: zeal: update to 0.7.2.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52172@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2024-12-26  1:58 ` github-actions
@ 2025-01-09  2:13 ` github-actions
  2025-01-09 17:48 ` Luciogi
  4 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2025-01-09  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 350 bytes --]

There's a closed pull request on the void-packages repository

zeal: update to 0.7.2.
https://github.com/void-linux/void-packages/pull/52172

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- also build for aarch64


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zeal: update to 0.7.2.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52172@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2025-01-09  2:13 ` [PR PATCH] [Closed]: " github-actions
@ 2025-01-09 17:48 ` Luciogi
  4 siblings, 0 replies; 5+ messages in thread
From: Luciogi @ 2025-01-09 17:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 143 bytes --]

New comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/pull/52172#issuecomment-2580917737

Comment:
p

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-01-09 17:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52172@inbox.vuxu.org>
2024-09-26 19:12 ` [PR PATCH] [Updated] zeal: update to 0.7.2 Luciogi
2024-09-26 19:20 ` Luciogi
2024-12-26  1:58 ` github-actions
2025-01-09  2:13 ` [PR PATCH] [Closed]: " github-actions
2025-01-09 17:48 ` Luciogi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).