claws_mail, revbump for openldap changes, fix build (#9273)

This commit is contained in:
Schrijvers Luc
2023-08-23 12:08:28 +00:00
committed by GitHub
parent 489a6a6c4f
commit c3f8ffb9df
2 changed files with 25 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ if the required libraries are present."
HOMEPAGE="https://www.claws-mail.org/"
COPYRIGHT="1999-2022 the Claws Mail team and Hiroyuki Yamamoto"
LICENSE="GNU GPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="https://www.claws-mail.org/download.php?file=releases/claws-mail-$portVersion.tar.xz"
CHECKSUM_SHA256="b189e700c1896f5e0deb0b76d4bfa820eb7ac1935ee10aa9afbada3cf53a0344"
SOURCE_DIR="claws-mail-$portVersion"

View File

@@ -1,4 +1,4 @@
From c058fd371d6170e375c5b89ddea02c4cd5d29228 Mon Sep 17 00:00:00 2001
From 44c33b623606be2b67c69cb5fa005cfad57a615b Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Fri, 28 Oct 2022 21:52:55 +1000
Subject: Add support for Haiku
@@ -70,7 +70,7 @@ index 76020ca..5b95819 100644
2.37.3
From 457eadacaee02657bf329c4f956ddd34daf4a3ee Mon Sep 17 00:00:00 2001
From 2d4d9aae8d2c0a33b50fcf815cab59e046e41102 Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Sat, 19 Nov 2022 10:29:03 +1000
Subject: Dirty hack for XDG variables
@@ -99,7 +99,7 @@ index a9351b0..7f8d72c 100644
2.37.3
From 503203d5575e5a2e8fb866707facddaf5d6be605 Mon Sep 17 00:00:00 2001
From 6ee0b32e4f21a19e933629c96fb4b95bcbcecb27 Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Sat, 19 Nov 2022 10:30:39 +1000
Subject: Disable socket communication with external editor
@@ -158,7 +158,7 @@ index 5908f9d..7bd9c2e 100644
2.37.3
From 1cb3cfe3b96ab289c6523309841e29a92ba61575 Mon Sep 17 00:00:00 2001
From 36def45c7173b94bc8c5e987bc0eb5866c63b873 Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Sat, 19 Nov 2022 10:56:28 +1000
Subject: Fix build poppler plugin
@@ -180,3 +180,23 @@ index c536fcf..d8672ff 100644
--
2.37.3
From 8647635683ec67b8a4a55760c87ee40bffdcf4ac Mon Sep 17 00:00:00 2001
From: Begasus <begasus@gmail.com>
Date: Wed, 23 Aug 2023 14:02:34 +0200
Subject: Fix build for uint_ptr
diff --git a/src/plugins/litehtml_viewer/litehtml/os_types.h b/src/plugins/litehtml_viewer/litehtml/os_types.h
index 53fd766..24620c1 100644
--- a/src/plugins/litehtml_viewer/litehtml/os_types.h
+++ b/src/plugins/litehtml_viewer/litehtml/os_types.h
@@ -1,3 +1,5 @@
+#include <cstdint>
+
#ifndef LH_OS_TYPES_H
#define LH_OS_TYPES_H
--
2.37.3