0
0
mirror of https://github.com/termux-pacman/glibc-packages.git synced 2025-02-19 15:16:15 +00:00

gpkg/glib: adding libmount-glibc as a dependency

This commit is contained in:
Maxython
2024-11-13 20:07:54 +00:00
parent 12322a3c39
commit ad114af66f
2 changed files with 3 additions and 3 deletions
gpkg/glib

@ -3,10 +3,10 @@ TERMUX_PKG_DESCRIPTION="Library providing core building blocks for libraries and
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux-pacman"
TERMUX_PKG_VERSION="2.82.2"
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://ftp.gnome.org/pub/gnome/sources/glib/${TERMUX_PKG_VERSION%.*}/glib-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=ab45f5a323048b1659ee0fbda5cecd94b099ab3e4b9abf26ae06aeb3e781fd63
TERMUX_PKG_DEPENDS="libffi-glibc, pcre2-glibc, util-linux-glibc, zlib-glibc, openssl-glibc, libunwind-glibc"
TERMUX_PKG_DEPENDS="libffi-glibc, pcre2-glibc, util-linux-glibc, zlib-glibc, openssl-glibc, libunwind-glibc, libmount-glibc"
TERMUX_PKG_BUILD_DEPENDS="gobject-introspection-glibc"
TERMUX_PKG_PYTHON_COMMON_DEPS="pygments, itstool, packaging, gi-docgen"
TERMUX_PKG_ACCEPT_PKG_IN_DEP=true

@ -3,7 +3,7 @@
# glib-compile-schemas is located in glib-bin package which
# may not be installed.
unset LD_PRELOAD
if [ -x "$(command -v glib-compile-schemas)" ]; then
if [ -f "@TERMUX_PREFIX@/bin/glib-compile-schemas" ]; then
@TERMUX_PREFIX@/bin/glib-compile-schemas "@TERMUX_PREFIX@/share/glib-2.0/schemas" > /dev/null
fi