Commit Graph

78 Commits

Author SHA1 Message Date
termux-pacman-bot
d164b4fd41 Update repo 2023-04-06 14:31:04 +00:00
termux-pacman-bot
0a235e166f Update repo 2023-03-28 07:33:08 +00:00
termux-pacman-bot
faf17fe8f6 Update repo 2023-03-24 11:32:05 +00:00
termux-pacman-bot
ff221d3ab3 Update repo 2023-03-15 22:02:34 +00:00
termux-pacman-bot
23c8bd1171 Update repo 2023-03-08 13:07:22 +00:00
termux-pacman-bot
aaaabd30c4 Update repo 2023-02-21 05:32:11 +00:00
termux-pacman-bot
c3c2957224 Update repo 2023-02-14 18:03:02 +00:00
termux-pacman-bot
9792dec5d5 Update repo 2023-01-31 04:02:42 +00:00
termux-pacman-bot
ea83203e69 Update repo 2023-01-18 14:02:50 +00:00
termux-pacman-bot
df2901af02 Update repo 2023-01-16 06:35:04 +00:00
termux-pacman-bot
80d736aefe Update repo 2023-01-03 15:31:32 +00:00
termux-pacman-bot
04182f9f6e Update repo 2022-10-22 00:42:23 +00:00
termux-pacman-bot
a5deafba1b Update repo 2022-08-10 07:09:55 +00:00
termux-pacman-bot
aa987b099e Update repo 2022-07-11 08:25:28 +00:00
termux-pacman-bot
760b2bd835 Update repo 2022-07-02 08:43:20 +00:00
termux-actions[bot]
d5054efa27 Update repo 2022-05-23 07:25:41 +00:00
Maxython
ef439fdc98 monorepo settings in termux-pacman 2022-04-19 12:30:02 +03:00
termux-actions[bot]
78a2bf7fe1 Update repo 2022-04-04 06:24:58 +00:00
termux-actions[bot]
5df4d5c2ad Update repo 2022-04-04 05:38:18 +00:00
termux-actions[bot]
5eb858903f Update repo 2022-03-09 01:18:33 +00:00
termux-actions[bot]
85a0fb595d Update repo 2022-03-07 14:17:39 +00:00
termux-actions[bot]
1b86020e5a Update repo 2022-03-04 07:37:06 +00:00
termux-actions[bot]
e8be0bb66d Update repo 2022-02-25 07:37:05 +00:00
termux-actions[bot]
72e47aa0d5 Update repo 2022-02-24 13:22:16 +00:00
termux-actions[bot]
42d7e970fe Update repo 2022-02-19 09:18:39 +00:00
termux-actions[bot]
cd4c8133eb Update repo 2022-02-11 22:16:10 +00:00
Maxython
cb6f970a8b Update repo 2021-12-05 16:47:47 +03:00
Maxython
899e8831f1 Update repo system 2021-11-29 15:24:25 +03:00
Maxython
c7bef4b5ad Compiler update 2021-11-02 15:00:20 +03:00
Maxython
34ebb23194 Update scripts 2021-10-09 00:40:10 +03:00
Ivan Max
6fb882b062 build-package.sh: introduce TERMUX_PKG_GROUPS for pacman packaging format (#7609)
This metadata field allows to define groups to which the given packages belong.

See https://wiki.archlinux.org/title/Pacman#Installing_package_groups
2021-09-28 13:04:01 +03:00
Leonid Pliushch
07852c874b build-package.sh: allow to select package formats between debian and pacman 2021-09-10 19:55:28 +03:00
Henrik Grimler
ecd214881a build-package: add new arg -c for "continue build"
As replacement for TERMUX_PKG_QUICK_REBUILD. Running
./build-package.sh -c <package> starts a build for <package>, but does
not extract and patch the source from scratch. Instead it sets up the
build variables and starts from termux_step_make.

When working on a big package that can take hours to build it is
convenient to be able to build until there is an error, then apply
some new patch (manually) to the source, and then continue from where
the build failed.
2021-08-24 21:40:46 +02:00
Henrik Grimler
2c70621a98 build-package: rename TERMUX_DEBUG to TERMUX_DEBUG_BUILD
To make it more self-explanatory.
2021-08-21 20:55:57 +02:00
Henrik Grimler
ea1772da55 termux_step_setup_variables: sort variables alphabetically 2021-08-21 20:54:44 +02:00
Leonid Pliushch
c9e8d1cb2b build-package.sh: use packages.termux.org when running with -I/-i options 2021-06-03 14:59:39 +03:00
Leonid Pliushch
5c45d87234 build-package.sh: use Github Pages repositories for Unstable/X11 packages 2021-05-10 21:01:21 +03:00
Leonid Pliushch
a92e355891 build-package.sh: use grimler.se mirrors for unstable & x11 repos
Use non-IPFS repositories for fetching dependencies when building packages.
This is required at least for CI as gateways seem to block requests due to
either rate limit or restriction for usage by cloud platforms.
2021-04-30 16:29:45 +03:00
Leonid Pliushch
107c098419 build-package.sh: try dweb.link ipfs gateway for x11 & unstable repositories 2021-04-28 14:16:17 +03:00
Henrik Grimler
e460d1f1aa termux_step_setup_variables: use grimler.se for main repo
CI seem to fail quite often due to timeout when downloading from IPFS
host. Switch to grimler.se for now.
2021-03-12 16:19:40 +01:00
Leonid Pliushch
00c96411be build-package.sh: switch from {unstable,x11}.termux-mirror.ml to IPFS links 2021-02-10 15:03:57 +02:00
Leonid Pliushch
aadee78eed scripts: prepare for Bintray deprecation
Use termux.org as main repo host.

grimler.se / *.termux-mirror.ml for others.
2021-02-08 12:56:54 +02: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
a4263115fc termux_step_setup_variables.sh: no need to override home/prefix for on-device builds 2020-10-30 21:48:26 +02:00
Leonid Pliushch
7f8ee49bfc termux_step_setup_variables.sh: no need to attempt to set default prefix/home, they are set by properties.sh now 2020-10-30 21:46:29 +02:00
Leonid Pliushch
195314fe20 setup-offline-bundle.sh: add support for downloading package sources 2020-10-23 00:27:56 +03:00
Leonid Pliushch
c80220e31d build-package.sh: make it possible to disable termux-elf-cleaner
Just set TERMUX_PKG_NO_ELF_CLEANER=true in build.sh.
2020-10-01 19:34:19 +03:00
Henrik Grimler
8cff1c6d4f termux_step_setup_variables: spaces->tab 2020-07-21 10:27:54 +02:00
Henrik Grimler
4e902a41a5 building packages: create termux_step_get_source function
Calls termux_git_clone_src if TERMUX_PKG_SRCURL ends with .git, and
termux_download_src_archive and termux_extract_src_archive otherwise.
termux_step_extract_package has been split up into the latter two
functions.

termux_step_post_extract_package has been renamed to
termux_step_post_get_source to reflect these changes.
2020-07-21 10:14:00 +02:00
Leonid Pliushch
19df87391a Revert "build-package.sh: fast builds (-i/-I): disable X11 repository temporarily"
This reverts commit 03c1693f0994b6be6fe29e5832ce27270fa1c329.
2020-06-23 15:25:11 +03:00