Commit Graph

32 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
23496a62b2 fix(main/libsoup): Fix build with current toolchain 2024-06-19 22:09:02 +00:00
termux-pacman-bot
1c75958ccf chore(main/libsoup): force disable auto updates [no ci]
This package is specific to libsoup-2.4, no updates needed.
This is needed to avoid auto-updater script warnings.
2023-10-10 07:31:18 +00:00
termux-pacman-bot
b43cfc619d *: Remove version specifier for libxml2 in dependency
Effectively reverts commit 0120a4048a66fa3447278e3f2688889895a0c06d.

%ci:no-build
2023-07-02 09:31:21 +00:00
termux-pacman-bot
5f4fe43018 libsoup: Revbump to rebuild
due to SONAME change in libxml2.
2023-07-02 01:29:12 +00:00
termux-pacman-bot
d336ec979b *: Add version specifier for libxml2 in dependency
Will be reverted afterwards.

%ci:no-build
2023-07-02 00:03:53 +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
9ca2154692 libsoup: Build introspection data 2022-10-21 21:07:51 +00:00
termux-pacman-bot
7bfe2360d3 libsoup: Bump to 2.74.3 2022-10-14 17:51:08 +00:00
Maxython
d2c13dcf5e packages/libsoup 2021-12-14 15:44:01 +03:00
Maxython
a9aad383b8 packages/libsoup 2021-12-12 22:54:08 +03:00
Leonid Pliushch
37375312b9 explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Leonid Pliushch
a9e2f97828 libsoup: update to 2.70.0 2020-03-08 19:04:41 +02:00
Leonid Pliushch
0bd1a56d64 libsoup: rebuild 2020-03-01 19:50:09 +02:00
Leonid Pliushch
e8e66c771a libsoup: avoid building with introspection 2020-03-01 19:43:38 +02:00
Leonid Pliushch
13c569d981 libsoup: update to 2.68.4 2020-03-01 19:30:32 +02:00
Leonid Pliushch
86bce785cb libsoup: update to 2.68.3 2019-12-21 18:10:44 +02:00
Leonid Pliushch
13d88f4a84 libsoup: update to 2.68.2 2019-10-18 14:38:43 +03:00
Leonid Pliushch
777f4b0b6f libsoup: update to 2.68.1 2019-09-19 14:30:40 +03:00
Leonid Pliushch
6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch
8885e07d51 libsoup: update to 2.66.2 + add new dep package libpsl 2019-07-21 18:52:07 +03:00
Leonid Pliushch
46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall
8ebd050981 libsoup: Update from 2.62.2 to 2.62.3 2018-08-11 19:38:37 +02:00
Fredrik Fornwall
1aea1fc27f libsoup: Update from 2.62.1 to 2.62.2 2018-05-13 02:49:01 +02:00
Fredrik Fornwall
d84a821bd5 libsoup: Update from 2.62.0 to 2.62.1 2018-04-12 07:59:18 +02:00
Fredrik Fornwall
c1aae7093f libsoup: Update from 2.61.90 to 2.62.0 2018-03-14 17:01:48 +01:00
Fredrik Fornwall
c7a2a800ed libsoup: Update from 2.61.1 to 2.61.90 2018-02-06 22:01:19 +01:00
Fredrik Fornwall
c386c64eec libsoup: Update from 2.60.1 to 2.61.1 2017-12-29 00:43:54 +01:00
Fredrik Fornwall
ace82cdf6a libsoup: Update from 2.58.2 to 2.60.1 2017-10-15 01:02:39 +02:00
Fredrik Fornwall
079071acc9 libsoup: Update from 2.58.0 to 2.58.2
- Avoid linking in kerberos.
- Depend on libxml2.
2017-08-11 15:00:43 +02:00
its-pointless
0cfa7c331a imgflo with lib soup. Needs gegl installed (#1026) 2017-08-11 14:46:45 +02:00