From 0300cdd6d5cc0e53d50e6f444dfe16466ca8e3fa 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 +++--- 1 file changed, 3 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 "