Commit Graph

12 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
d0ceee90ba bump(x11/eog): 47.0
This commit has been automatically submitted by Github Actions.
2024-09-12 06:41:49 +00:00
termux-pacman-bot
c992ba11aa bump(x11/eog): 45.4
This commit has been automatically submitted by Github Actions.
2024-08-02 06:40:48 +00:00
termux-pacman-bot
d5a7922bea bump(x11/eog): 45.3 (#19978)
* Enable auto update.
* Remove patch which disables post install updates.
2024-05-02 09:38:07 +00:00
termux-pacman-bot
2e72a7dfb1 eog: Bump to 44.3 2023-07-02 22:01:25 +00:00
termux-pacman-bot
d4a72de1cd eog: Revbump to rebuild
due to SONAME change in libjpeg-turbo.
2023-06-30 09:31:08 +00:00
termux-pacman-bot
693c16d341 eog: Bump to 44.2 2023-06-02 19:01:09 +00:00
termux-pacman-bot
8dcee63823 eog: Bump to 44.1 2023-04-23 07:01:32 +00:00
termux-pacman-bot
7f36fa5735 eog: Bump to 44.0 2023-03-21 10:02:52 +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
085c9b5ab2 new package: eog 2023-02-17 15:02:32 +00:00