bump(main/libc++utilities): 5.30.0

This commit is contained in:
termux-pacman-bot
2025-08-15 04:43:22 +00:00
parent bffb5b6d4d
commit 2c713469c1
2 changed files with 5 additions and 5 deletions

View File

@@ -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"

View File

@@ -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)