From d1a2583e36addd926c5b904741bad3bcae4bbf09 Mon Sep 17 00:00:00 2001 From: Maxython Date: Mon, 1 Jan 2024 23:47:57 +0300 Subject: [PATCH] experiment --- gpkg/glib/build.sh | 6 +++--- gpkg/gobject-introspection/build.sh | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gpkg/glib/build.sh b/gpkg/glib/build.sh index b6cceb546..189de8079 100644 --- a/gpkg/glib/build.sh +++ b/gpkg/glib/build.sh @@ -2,18 +2,18 @@ TERMUX_PKG_HOMEPAGE=https://developer.gnome.org/glib/ TERMUX_PKG_DESCRIPTION="Library providing core building blocks for libraries and applications written in C" TERMUX_PKG_LICENSE="LGPL-2.1" TERMUX_PKG_MAINTAINER="@termux-pacman" -TERMUX_PKG_VERSION="2.78.1" +TERMUX_PKG_VERSION="2.78.3" TERMUX_PKG_SRCURL=https://ftp.gnome.org/pub/gnome/sources/glib/${TERMUX_PKG_VERSION%.*}/glib-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=915bc3d0f8507d650ead3832e2f8fb670fce59aac4d7754a7dab6f1e6fed78b2 +TERMUX_PKG_SHA256=609801dd373796e515972bf95fc0b2daa44545481ee2f465c4f204d224b2bc21 TERMUX_PKG_DEPENDS="libffi-glibc, pcre2-glibc, util-linux-glibc, zlib-glibc, openssl-glibc, libunwind-glibc" TERMUX_PKG_PYTHON_COMMON_DEPS="pygments, itstool" # -Dgtk_doc=true +# -Dsysprof=enabled TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --default-library both -Druntime_dir=$TERMUX_PREFIX/var/run -Dglib_debug=disabled -Dselinux=disabled --Dsysprof=enabled -Dman=true " diff --git a/gpkg/gobject-introspection/build.sh b/gpkg/gobject-introspection/build.sh index c8c1b06e7..39005277f 100644 --- a/gpkg/gobject-introspection/build.sh +++ b/gpkg/gobject-introspection/build.sh @@ -15,3 +15,9 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" termux_step_pre_configure() { CPPFLAGS+="-I$TERMUX_PREFIX/include/python${TERMUX_PYTHON_VERSION} -I$TERMUX_PREFIX/include/python${TERMUX_PYTHON_VERSION}/cpython" } + +termux_step_make() { + ninja -v -w dupbuild=warn -j $TERMUX_MAKE_PROCESSES + echo "--- The Ends ---" + exit 1 +}