Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython committed Jan 3, 2024
1 parent 84d4c37 commit d1a2583
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gpkg/glib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
"

Expand Down
6 changes: 6 additions & 0 deletions gpkg/gobject-introspection/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit d1a2583

Please sign in to comment.