From 1debbb06e62fb85d268ce723051652ef1d94527a Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 3 Apr 2026 19:31:06 +0200 Subject: [PATCH] qxmpp, bump to version 1.14.5 (#13904) --- .../{qxmpp-1.14.4.patchset => qxmpp-1.14.5.patchset} | 12 ++++++------ .../{qxmpp-1.14.4.recipe => qxmpp-1.14.5.recipe} | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename net-libs/qxmpp/patches/{qxmpp-1.14.4.patchset => qxmpp-1.14.5.patchset} (79%) rename net-libs/qxmpp/{qxmpp-1.14.4.recipe => qxmpp-1.14.5.recipe} (97%) diff --git a/net-libs/qxmpp/patches/qxmpp-1.14.4.patchset b/net-libs/qxmpp/patches/qxmpp-1.14.5.patchset similarity index 79% rename from net-libs/qxmpp/patches/qxmpp-1.14.4.patchset rename to net-libs/qxmpp/patches/qxmpp-1.14.5.patchset index 2ad00626a..5e313bf53 100644 --- a/net-libs/qxmpp/patches/qxmpp-1.14.4.patchset +++ b/net-libs/qxmpp/patches/qxmpp-1.14.5.patchset @@ -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 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} $ $ $ @@ -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 - $ diff --git a/net-libs/qxmpp/qxmpp-1.14.4.recipe b/net-libs/qxmpp/qxmpp-1.14.5.recipe similarity index 97% rename from net-libs/qxmpp/qxmpp-1.14.4.recipe rename to net-libs/qxmpp/qxmpp-1.14.5.recipe index dd35a2085..c07c1796b 100644 --- a/net-libs/qxmpp/qxmpp-1.14.4.recipe +++ b/net-libs/qxmpp/qxmpp-1.14.5.recipe @@ -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"