* [PR PATCH] seer: update to 2.5.
@ 2025-04-06 19:45 defect1ve
2025-05-01 16:52 ` [PR PATCH] [Updated] " x-requiem-x
2025-05-01 16:53 ` [PR PATCH] [Closed]: " x-requiem-x
0 siblings, 2 replies; 3+ messages in thread
From: defect1ve @ 2025-04-06 19:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 689 bytes --]
There is a new pull request by defect1ve against master on the void-packages repository
https://github.com/defect1ve/void-packages seer-2.5
https://github.com/void-linux/void-packages/pull/54993
seer: update to 2.5.
#### 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- i686
- x86_64-musl
- armv6l
- armv7l
first time updating a package that uses qt, let me know if anything is missing :)
A patch file from https://github.com/void-linux/void-packages/pull/54993.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-seer-2.5-54993.patch --]
[-- Type: text/x-diff, Size: 1439 bytes --]
From 22685dc9464d5e1a7cb55d8f5da8acca18d5c7bd Mon Sep 17 00:00:00 2001
From: Vitor Fernandes <defect1ve@uvxi.org>
Date: Sun, 6 Apr 2025 20:00:37 +0200
Subject: [PATCH] seer: update to 2.5.
---
srcpkgs/seer/template | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/srcpkgs/seer/template b/srcpkgs/seer/template
index 317fc41c54422f..ad4e595c59621b 100644
--- a/srcpkgs/seer/template
+++ b/srcpkgs/seer/template
@@ -1,12 +1,11 @@
# Template file for 'seer'
pkgname=seer
-version=2.0
+version=2.5
revision=1
build_style=cmake
-configure_args="-DQTVERSION=QT5"
build_wrksrc="src"
-hostmakedepends="pkg-config"
-makedepends="qt5-devel qt5-charts-devel"
+hostmakedepends="pkg-config qt6-base qt6-tools"
+makedepends="qt6-base-devel qt6-charts-devel qt6-svg-devel"
depends="gdb"
short_desc="GUI frontend to gdb"
maintainer="Orphaned <orphan@voidlinux.org>"
@@ -14,11 +13,7 @@ license="GPL-3.0-or-later"
homepage="https://github.com/epasveer/seer"
changelog="https://raw.githubusercontent.com/epasveer/seer/main/CHANGELOG.md"
distfiles="https://github.com/epasveer/seer/archive/v${version}.tar.gz"
-checksum=050df5f356ddbae386617aa92edbac5acef254fa10f4ff5cccabe6c5033e8ff5
-
-if [ "$CROSS_BUILD" ]; then
- hostmakedepends+=" qt5-qmake qt5-host-tools"
-fi
+checksum=06f8eac1ab26149e6919c3bb021c1052f4da42c17b540d87db944682a81071b3
post_install() {
for x in 32x32 64x64 128x128 256x256 512x512; do
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] seer: update to 2.5.
2025-04-06 19:45 [PR PATCH] seer: update to 2.5 defect1ve
@ 2025-05-01 16:52 ` x-requiem-x
2025-05-01 16:53 ` [PR PATCH] [Closed]: " x-requiem-x
1 sibling, 0 replies; 3+ messages in thread
From: x-requiem-x @ 2025-05-01 16:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 698 bytes --]
There is an updated pull request by x-requiem-x against master on the void-packages repository
https://github.com/x-requiem-x/void-packages seer-2.5
https://github.com/void-linux/void-packages/pull/54993
seer: update to 2.5.
#### 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- i686
- x86_64-musl
- armv6l
- armv7l
first time updating a package that uses qt, let me know if anything is missing :)
A patch file from https://github.com/void-linux/void-packages/pull/54993.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-seer-2.5-54993.patch --]
[-- Type: text/x-diff, Size: 3126 bytes --]
From 093b95a5f40d10042aa523bfa891e62de4d09984 Mon Sep 17 00:00:00 2001
From: requiem <r@uvxi.org>
Date: Thu, 1 May 2025 18:50:17 +0200
Subject: [PATCH] seer: update to 2.5.
---
srcpkgs/mdadm/patches/musl.patch | 20 --------------------
srcpkgs/mdadm/patches/time64.patch | 16 ----------------
srcpkgs/seer/template | 13 ++++---------
3 files changed, 4 insertions(+), 45 deletions(-)
delete mode 100644 srcpkgs/mdadm/patches/musl.patch
delete mode 100644 srcpkgs/mdadm/patches/time64.patch
diff --git a/srcpkgs/mdadm/patches/musl.patch b/srcpkgs/mdadm/patches/musl.patch
deleted file mode 100644
index 4af6c311bb34f1..00000000000000
--- a/srcpkgs/mdadm/patches/musl.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- mdadm-4.3/util.c
-+++ mdadm-4.3/util.c
-@@ -32,6 +32,7 @@
- #include <sys/vfs.h>
- #include <sys/mman.h>
- #include <linux/magic.h>
-+#include <limits.h>
- #include <poll.h>
- #include <ctype.h>
- #include <dirent.h>
---- mdadm-4.3/Create.c
-+++ mdadm-4.3/Create.c
-@@ -28,6 +28,7 @@
- #include "md_p.h"
- #include <ctype.h>
- #include <fcntl.h>
-+#include <linux/falloc.h>
- #include <signal.h>
- #include <sys/signalfd.h>
- #include <sys/wait.h>
diff --git a/srcpkgs/mdadm/patches/time64.patch b/srcpkgs/mdadm/patches/time64.patch
deleted file mode 100644
index f40d940026a256..00000000000000
--- a/srcpkgs/mdadm/patches/time64.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git monitor.c monitor.c
-index 81537ed..08027ac 100644
---- a/monitor.c
-+++ b/monitor.c
-@@ -447,9 +447,9 @@ static int read_and_act(struct active_array *a, fd_set *fds)
- }
-
- gettimeofday(&tv, NULL);
-- dprintf("(%d): %ld.%06ld state:%s prev:%s action:%s prev: %s start:%llu\n",
-+ dprintf("(%d): %lld.%06ld state:%s prev:%s action:%s prev: %s start:%llu\n",
- a->info.container_member,
-- tv.tv_sec, tv.tv_usec,
-+ (long long)tv.tv_sec, (long)tv.tv_usec,
- array_states[a->curr_state],
- array_states[a->prev_state],
- sync_actions[a->curr_action],
diff --git a/srcpkgs/seer/template b/srcpkgs/seer/template
index 317fc41c54422f..ad4e595c59621b 100644
--- a/srcpkgs/seer/template
+++ b/srcpkgs/seer/template
@@ -1,12 +1,11 @@
# Template file for 'seer'
pkgname=seer
-version=2.0
+version=2.5
revision=1
build_style=cmake
-configure_args="-DQTVERSION=QT5"
build_wrksrc="src"
-hostmakedepends="pkg-config"
-makedepends="qt5-devel qt5-charts-devel"
+hostmakedepends="pkg-config qt6-base qt6-tools"
+makedepends="qt6-base-devel qt6-charts-devel qt6-svg-devel"
depends="gdb"
short_desc="GUI frontend to gdb"
maintainer="Orphaned <orphan@voidlinux.org>"
@@ -14,11 +13,7 @@ license="GPL-3.0-or-later"
homepage="https://github.com/epasveer/seer"
changelog="https://raw.githubusercontent.com/epasveer/seer/main/CHANGELOG.md"
distfiles="https://github.com/epasveer/seer/archive/v${version}.tar.gz"
-checksum=050df5f356ddbae386617aa92edbac5acef254fa10f4ff5cccabe6c5033e8ff5
-
-if [ "$CROSS_BUILD" ]; then
- hostmakedepends+=" qt5-qmake qt5-host-tools"
-fi
+checksum=06f8eac1ab26149e6919c3bb021c1052f4da42c17b540d87db944682a81071b3
post_install() {
for x in 32x32 64x64 128x128 256x256 512x512; do
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Closed]: seer: update to 2.5.
2025-04-06 19:45 [PR PATCH] seer: update to 2.5 defect1ve
2025-05-01 16:52 ` [PR PATCH] [Updated] " x-requiem-x
@ 2025-05-01 16:53 ` x-requiem-x
1 sibling, 0 replies; 3+ messages in thread
From: x-requiem-x @ 2025-05-01 16:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 533 bytes --]
There's a closed pull request on the void-packages repository
seer: update to 2.5.
https://github.com/void-linux/void-packages/pull/54993
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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- i686
- x86_64-musl
- armv6l
- armv7l
first time updating a package that uses qt, let me know if anything is missing :)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-05-01 16:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-06 19:45 [PR PATCH] seer: update to 2.5 defect1ve
2025-05-01 16:52 ` [PR PATCH] [Updated] " x-requiem-x
2025-05-01 16:53 ` [PR PATCH] [Closed]: " x-requiem-x
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).