Commit Graph

11 Commits

Author SHA1 Message Date
termux-pacman-bot
d1f854ebaf chore: moving pkg-config wrapping to a function [no ci]
There are 64 packages with such a code
```
	local _WRAPPER_BIN="${TERMUX_PKG_BUILDDIR}/_wrapper/bin"
	mkdir -p "${_WRAPPER_BIN}"
	if [[ "${TERMUX_ON_DEVICE_BUILD}" == "false" ]]; then
		sed "s|^export PKG_CONFIG_LIBDIR=|export PKG_CONFIG_LIBDIR=${TERMUX_PREFIX}/opt/glib/cross/lib/x86_64-linux-gnu/pkgconfig:|" \
			"${TERMUX_STANDALONE_TOOLCHAIN}/bin/pkg-config" \
			> "${_WRAPPER_BIN}/pkg-config"
		chmod +x "${_WRAPPER_BIN}/pkg-config"
		export PKG_CONFIG="${_WRAPPER_BIN}/pkg-config"
	fi
	export PATH="${_WRAPPER_BIN}:${PATH}"
```
In most cases this code is same, in some cases it is done for libwayland cross building. And it is not obvious what exactly happens here.
This commit makes it more obvious and easier to read.
[no ci]
2024-10-11 13:11:00 +00:00
termux-pacman-bot
3d343850a8 chore(gir): make version independent git configuration obvious [no ci] 2024-10-11 12:09:15 +00:00
termux-pacman-bot
31b1e0d1ba fix(x11/libnotify): Fix typo 2024-07-30 19:37:37 +00:00
termux-pacman-bot
51edcba4d6 enhance(*): improve auto-updating for git-dependent packages 2023-11-27 18:01:31 +00:00
termux-pacman-bot
9022654696 fix({main,x11}/*): fix g-ir-scanned rdependencies auto-updates 2023-10-15 17:31:10 +00:00
termux-pacman-bot
f51827da56 bump(x11/libnotify): 0.8.3 2023-10-15 09:01:39 +00:00
termux-pacman-bot
b16b620081 *: Renew gir pre-generated dumps
%ci:no-build
2023-03-20 13:35:08 +00:00
termux-pacman-bot
93b0182e0e libnotify: Bump to 0.8.2 2023-02-18 13:32:14 +00:00
termux-pacman-bot
8aacca2289 libnotify: Fix gir 2023-01-29 00:08:43 +00:00
termux-pacman-bot
32697baa76 libnotify: Bump to 0.8.1
and build introspection data.
2022-10-23 13:58:20 +00:00
Maxython
cbe6c424db Add all x11-packages 2022-04-19 14:32:44 +03:00