Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zeitgeist: fix build with new vala
@ 2021-09-27 21:24 paper42
  2021-09-27 22:05 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2021-09-27 21:24 UTC (permalink / raw)
  To: ml

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

There is a new pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages zeitgeist-fix-build
https://github.com/void-linux/void-packages/pull/33161

zeitgeist: fix build with new vala
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zeitgeist-fix-build-33161.patch --]
[-- Type: text/x-diff, Size: 1538 bytes --]

From 00546d0d11f20fc6bd9b00a38f19ec2b6da7674f Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 27 Sep 2021 23:23:19 +0200
Subject: [PATCH] zeitgeist: fix build with new vala

---
 .../0001-Use-GenericArray-API-only.patch      | 25 +++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/zeitgeist/patches/0001-Use-GenericArray-API-only.patch

diff --git a/srcpkgs/zeitgeist/patches/0001-Use-GenericArray-API-only.patch b/srcpkgs/zeitgeist/patches/0001-Use-GenericArray-API-only.patch
new file mode 100644
index 000000000000..29245dc385f6
--- /dev/null
+++ b/srcpkgs/zeitgeist/patches/0001-Use-GenericArray-API-only.patch
@@ -0,0 +1,25 @@
+From 64ac3a6f94cd299e5e14945dc31b48f009dec152 Mon Sep 17 00:00:00 2001
+From: Rico Tzschichholz <ricotz@ubuntu.com>
+Date: Wed, 30 Dec 2020 16:50:32 +0100
+Subject: [PATCH] Use GenericArray API only
+
+---
+ libzeitgeist/where-clause.vala | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libzeitgeist/where-clause.vala b/libzeitgeist/where-clause.vala
+index 204e9b1a..c3e6fa62 100644
+--- a/libzeitgeist/where-clause.vala
++++ b/libzeitgeist/where-clause.vala
+@@ -216,7 +216,7 @@ namespace Zeitgeist
+ #else
+             long[] pointers = new long[gptrarr.length + 1];
+ #endif
+-            Memory.copy(pointers, ((PtrArray *) gptrarr)->pdata,
++            Memory.copy(pointers, (void*) gptrarr.data,
+                 gptrarr.length * sizeof (void *));
+             return (T[]) pointers;
+         }
+-- 
+2.31.1
+

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

* Re: [PR PATCH] [Merged]: zeitgeist: fix build with new vala
  2021-09-27 21:24 [PR PATCH] zeitgeist: fix build with new vala paper42
@ 2021-09-27 22:05 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2021-09-27 22:05 UTC (permalink / raw)
  To: ml

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

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

zeitgeist: fix build with new vala
https://github.com/void-linux/void-packages/pull/33161

Description:
None

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

end of thread, other threads:[~2021-09-27 22:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 21:24 [PR PATCH] zeitgeist: fix build with new vala paper42
2021-09-27 22:05 ` [PR PATCH] [Merged]: " paper42

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).