mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
psi_plus, revbump for openssl3 (#11040)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
From 96586e423743787776b1710449c2fb0cf74fcb42 Mon Sep 17 00:00:00 2001
|
From 89d9e8fe7610713d2c1d54df7acefd811d0548dc Mon Sep 17 00:00:00 2001
|
||||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||||
Date: Wed, 15 Mar 2023 11:28:34 +1000
|
Date: Wed, 15 Mar 2023 11:28:34 +1000
|
||||||
Subject: Add command for play sounds
|
Subject: Add command for play sounds
|
||||||
@@ -32,5 +32,29 @@ index 68e9222..c258c42 100644
|
|||||||
|
|
||||||
void soundPlay(const QString &s)
|
void soundPlay(const QString &s)
|
||||||
--
|
--
|
||||||
2.37.3
|
2.45.2
|
||||||
|
|
||||||
|
|
||||||
|
From c275b0cfe096c72c9eda092ce3d2c03b6acbfdf6 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Schrijvers Luc <begasus@gmail.com>
|
||||||
|
Date: Mon, 2 Sep 2024 13:08:31 +0200
|
||||||
|
Subject: Build fix
|
||||||
|
|
||||||
|
Fixes: error 'uint32_t' is not a member of 'std'
|
||||||
|
|
||||||
|
diff --git a/src/widgets/emojiregistry.cpp b/src/widgets/emojiregistry.cpp
|
||||||
|
index cd05038..218f5ff 100644
|
||||||
|
--- a/src/widgets/emojiregistry.cpp
|
||||||
|
+++ b/src/widgets/emojiregistry.cpp
|
||||||
|
@@ -17,6 +17,8 @@
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
+#include <cstdint>
|
||||||
|
+
|
||||||
|
#include "emojiregistry.h"
|
||||||
|
#include "emojidb.cpp"
|
||||||
|
|
||||||
|
--
|
||||||
|
2.45.2
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ DESCRIPTION="Psi is a cross-platform powerful XMPP client designed for experienc
|
|||||||
HOMEPAGE="https://psi-plus.com/"
|
HOMEPAGE="https://psi-plus.com/"
|
||||||
COPYRIGHT="2005-2023, Psi+ Project"
|
COPYRIGHT="2005-2023, Psi+ Project"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://github.com/psi-plus/psi-plus-snapshots/archive/$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/psi-plus/psi-plus-snapshots/archive/$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="79e994ff6207f0956c672717e46458c9820136a8ccd67122b6f4ff7cdaad95bb"
|
CHECKSUM_SHA256="79e994ff6207f0956c672717e46458c9820136a8ccd67122b6f4ff7cdaad95bb"
|
||||||
SOURCE_DIR="psi-plus-snapshots-$portVersion"
|
SOURCE_DIR="psi-plus-snapshots-$portVersion"
|
||||||
@@ -47,11 +47,11 @@ REQUIRES="
|
|||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libcrypto$secondaryArchSuffix
|
devel:libcrypto$secondaryArchSuffix >= 3
|
||||||
devel:libgcrypt$secondaryArchSuffix
|
devel:libgcrypt$secondaryArchSuffix
|
||||||
devel:libhunspell_1.7$secondaryArchSuffix
|
devel:libhunspell_1.7$secondaryArchSuffix
|
||||||
devel:libotr$secondaryArchSuffix
|
devel:libotr$secondaryArchSuffix
|
||||||
devel:libqca$secondaryArchSuffix >= 2.1.3
|
devel:libqca_qt5$secondaryArchSuffix
|
||||||
devel:libQt5Core$secondaryArchSuffix
|
devel:libQt5Core$secondaryArchSuffix
|
||||||
devel:libQt5Gui$secondaryArchSuffix
|
devel:libQt5Gui$secondaryArchSuffix
|
||||||
devel:libQt5Network$secondaryArchSuffix
|
devel:libQt5Network$secondaryArchSuffix
|
||||||
|
|||||||
Reference in New Issue
Block a user