qxmpp, bump to version 1.14.5 (#13904)

This commit is contained in:
Schrijvers Luc
2026-04-03 19:31:06 +02:00
committed by GitHub
parent fa1a6e821d
commit 1debbb06e6
2 changed files with 7 additions and 7 deletions

View File

@@ -1,14 +1,14 @@
From 1230646603248267c940bc166dba7d0bb1459e4a Mon Sep 17 00:00:00 2001
From 3f1814d65827fea7606b91b7b2a84ff99a41d496 Mon Sep 17 00:00:00 2001
From: Luc Schrijvers <begasus@gmail.com>
Date: Fri, 19 Dec 2025 17:25:07 +0100
Subject: Fix cmake include targets
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0c1ffb1..13ab483 100644
index b931500..2714ccc 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -370,7 +370,7 @@ target_include_directories(${QXMPP_TARGET}
@@ -383,7 +383,7 @@ target_include_directories(${QXMPP_TARGET}
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/client>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/server>
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>
@@ -18,11 +18,11 @@ index 0c1ffb1..13ab483 100644
# qxmpp_export.h generation
diff --git a/src/omemo/CMakeLists.txt b/src/omemo/CMakeLists.txt
index be830fc..4b965fb 100644
index 4b8245e..ccf0104 100644
--- a/src/omemo/CMakeLists.txt
+++ b/src/omemo/CMakeLists.txt
@@ -42,7 +42,7 @@ target_link_libraries(${QXMPPOMEMO_TARGET}
)
@@ -46,7 +46,7 @@ else()
endif()
target_include_directories(${QXMPPOMEMO_TARGET}
PUBLIC
- $<INSTALL_INTERFACE:include/${QXMPP_TARGET}/Omemo>

View File

@@ -16,7 +16,7 @@ COPYRIGHT="2010-2026 KDE Organisation"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="https://download.kde.org/unstable/qxmpp/qxmpp-$portVersion.tar.xz"
CHECKSUM_SHA256="06a3a484eccbb9488d66b75d41b8afffcc9741304f1a96b930e39dc8b4ef6243"
CHECKSUM_SHA256="fcf809743cf9bf10884d700ad7d47e4d3e7063bdda30f6341d96f88e93809576"
PATCHES="qxmpp-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"