Commit Graph

20 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
ce85ea8469 bump(main/at-spi2-core): 2.54.0
This commit has been automatically submitted by Github Actions.
2024-09-15 12:47:04 +00:00
termux-pacman-bot
37733eba5f bump(main/at-spi2-core): 2.52.0
This commit has been automatically submitted by Github Actions.
2024-03-18 00:24:33 +00:00
termux-pacman-bot
61ab68b4bf bump(main/at-spi2-core): 2.50.2
This commit has been automatically submitted by Github Actions.
2024-03-17 00:25:39 +00:00
termux-pacman-bot
17e97ba97e at-spi2-core: bump to 2.50.1 2024-01-07 16:38:33 +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
6d638c255e bump(main/at-spi2-core): 2.50.0 2023-10-15 09:01:32 +00:00
termux-pacman-bot
f952b173b5 chore(main/at-spi2-core): preparing to autoupdate. [no ci] 2023-10-04 13:03:56 +00:00
termux-pacman-bot
3184985bb9 at-spi2-core: Bump to 2.48.3 2023-06-02 19:01:08 +00:00
termux-pacman-bot
548c2e5fb2 at-spi2-core: Bump to 2.48.2 2023-05-12 20:01:24 +00:00
termux-pacman-bot
873ceb7d8f at-spi2-core: Bump to 2.48.0 2023-03-20 16:03:09 +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
e13e34e568 termux_setup_gir: Add flag to opt out
`TERMUX_PKG_DISABLE_GIR=true` disables building of introspection data.

%ci:no-build
2022-10-22 00:42:23 +00:00
termux-pacman-bot
c9cb85ca6b at-spi2-core: Build introspection data 2022-10-20 14:51:29 +00:00
termux-pacman-bot
7b92ca4d77 gobject-introspection: Include pre-generated dumps
for the following packages and versions:

* at-spi2-core 2.46.0
* gdk-pixbuf 2.42.9
* gobject-introspection 1.74.0
* gst-plugins-base 1.20.3
* gstreamer 1.20.3
* gtk3 3.24.34
* harfbuzz 5.3.0
* pango 1.50.11

as a separate commit for readability.

%ci:no-build
2022-10-19 05:21:47 +00:00
termux-pacman-bot
81cd1c4348 at-spi2-core: Fix path of dbus-daemon 2022-10-16 00:52:42 +00:00
termux-pacman-bot
54eff79510 at-spi2-core: Bump to 2.46.0 2022-10-13 14:47:58 +00:00
termux-pacman-bot
48df0c33d1 new package: at-spi2-core 2022-09-17 09:39:22 +00:00