From 2c713469c12d802d9effe1a71c896e8dbfd7de7d Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Fri, 15 Aug 2025 04:43:22 +0000 Subject: [PATCH] bump(main/libc++utilities): 5.30.0 --- packages/libc++utilities/build.sh | 4 ++-- packages/libc++utilities/no-android.patch | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/libc++utilities/build.sh b/packages/libc++utilities/build.sh index 97ff73bc50..8e8c032b16 100644 --- a/packages/libc++utilities/build.sh +++ b/packages/libc++utilities/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/Martchus/cpp-utilities TERMUX_PKG_DESCRIPTION="Useful C++ classes and routines such as argument parser, IO and conversion utilities" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="5.29.0" +TERMUX_PKG_VERSION="5.30.0" TERMUX_PKG_SRCURL=https://github.com/Martchus/cpp-utilities/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=79342cc592a7a7458b1981ded1c5e83ff33003129673048fb259090b1ef719ec +TERMUX_PKG_SHA256=9d594108109de7cd2dbb399451e69f68851a7f983e2671a0a4766211c380d1b4 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="boost, libc++, libiconv" TERMUX_PKG_BUILD_DEPENDS="boost-headers" diff --git a/packages/libc++utilities/no-android.patch b/packages/libc++utilities/no-android.patch index 95714e73fd..a7d608da92 100644 --- a/packages/libc++utilities/no-android.patch +++ b/packages/libc++utilities/no-android.patch @@ -1,15 +1,15 @@ --- a/cmake/modules/AppTarget.cmake +++ b/cmake/modules/AppTarget.cmake -@@ -32,7 +32,7 @@ - append_user_defined_additional_libraries() +@@ -33,7 +33,7 @@ # add target for building the application + set(AS_LIBRARY FALSE) -if (ANDROID) +if (FALSE) # create a shared library which can be loaded from the Java-side, needs to be a module target to avoid # "QT_ANDROID_GENERATE_DEPLOYMENT_SETTINGS only works on Module targets" when using # `qt_android_generate_deployment_settings`. -@@ -104,7 +104,7 @@ +@@ -139,7 +139,7 @@ TARGETS ${META_TARGET_NAME} RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" BUNDLE DESTINATION "${BUNDLE_INSTALL_DESTINATION}" COMPONENT binary)