Commit Graph

38 Commits

Author SHA1 Message Date
Maxython 465159a72e
build-package.sh: change logic for package manager selection to be more stable
termux_step_setup_variables: added logic with TERMUX_PACKAGE_FORMAT
for easier compilation.
2022-02-11 22:38:40 +01:00
Ivan Max ece5419863
build-package.sh: setting up to work with pacman (#8451) 2022-01-14 15:16:37 +02:00
Yaksh Bariya c96f4a8579
cmake: update to 3.22.1 2021-12-09 22:06:10 +05:30
Yaksh Bariya 74a5fbc577
cmake: bump to 3.22.0 2021-11-28 16:05:05 +05:30
Yaksh Bariya c70f3b4efa cmake: Bump to 3.21.2 2021-09-01 21:56:25 +05:30
Yaksh Bariya ea9994dad7
cmake: Bump to 3.21.1 2021-07-29 17:20:15 +05:30
Leonid Pliushch 165b741de8
cmake: update to 3.21.0 2021-07-16 22:01:03 +03:00
Yaksh Bariya 73c1d3d83e Bump `cmake` to 3.20.5 2021-06-24 12:00:29 +03:00
Butta 1ce096c0ab cmake: update from 3.20.2 to 3.20.4 2021-06-17 09:37:45 +05:30
Butta f1d8495d04 cmake: update from 3.19.6 to 3.20.2 2021-05-02 13:53:13 +05:30
Lucy Phipps b22a027709
cmake: update to 3.19.6 2021-02-24 16:42:37 +00:00
Leonid Pliushch b169e3515e
cmake: update to 3.19.4 2021-02-03 23:09:42 +00:00
Leonid Pliushch 65835af908
cmake: update to 3.19.2 2021-01-07 14:07:55 +02:00
Leonid Pliushch 222c889551
cmake: update to 3.19.1 2020-12-07 20:26:29 +00:00
Leonid Pliushch ce27940ea1 cmake: update to 3.19.0 2020-11-22 13:01:28 +00:00
Leonid Pliushch be0b9e9331 build-package.sh: support offline preinstalled build tools
First step of making possibility to have offline snapshots of
'termux-packages' repo. Useful for making full repo snapshots.

That will allow to preinstall tools like Cmake, Go, Meson to
directory stored within packages tree and will not be wiped when
using ./clean.sh.

Next steps will also implement offlining of the package sources
and NDK standalone toolchain.
2020-10-22 22:46:02 +03:00
Henrik Grimler 9c895bd45f cmake: update to 3.18.4 2020-10-17 21:02:48 +02:00
Leonid Pliushch dc1025ea5b cmake: update to 3.18.3 2020-09-23 23:56:31 +03:00
Fredrik Fornwall 12cb160fda cmake: Update from 3.18.0 to 3.18.1 2020-08-09 00:52:31 +02:00
Fredrik Fornwall b539cae209 cmake: Update from 3.17.2 to 3.17.3 2020-06-01 23:44:10 +02:00
Fredrik Fornwall 8f9a924cec cmake: Update from 3.17.1 to 3.17.2 2020-04-29 01:06:32 +02:00
Leonid Pliushch 7c7a3ca6d9 cmake: update to 3.16.5 2020-03-08 19:24:01 +02:00
Leonid Pliushch 8d983bb009 cmake: update to 3.16.4 2020-02-10 13:23:01 +02:00
Leonid Pliushch 7f6895dfd6 cmake: update to 3.16.3 2020-01-30 20:50:17 +02:00
Leonid Pliushch c8937aeade cmake: update to 3.16.2 2019-12-21 18:10:44 +02:00
Fredrik Fornwall 9f89ac3b20 cmake: Update from 3.15.5 to 3.16.1 2019-12-12 00:42:43 +01:00
Fredrik Fornwall b998132903 cmake: Update from 3.15.3 to 3.15.5 2019-11-03 23:01:21 +01:00
Fredrik Fornwall 34ef726b09 cmake: Update from 3.15.2 to 3.15.3 2019-09-10 22:51:44 +02:00
Fredrik Fornwall 5eaa982ba2 cmake: Update from 3.14.5 to 3.15.2 2019-08-21 13:04:43 +02:00
Leonid Pliushch d08dc0fa13 build-package.sh: use text-based comparsion in conditionals instead of exit-code based 2019-08-13 02:03:47 +03:00
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Butta 4c735a6580 on-device build: Fix up ncurses and ninja, adjust some setup scripts,
and add dependency info to scripts/setup-termux.sh.
2019-08-11 16:03:35 +03:00
Leonid Pliushch e303212ae5 enable on-device builds
Partial compatibility for on-device builds.

There is no guarantee that it will be possible to build all available
packages and built packages will have same reliability that cross-compiled
but should solve "self-hosting" problems as much as possible.
2019-08-08 16:58:34 +03:00
Leonid Pliushch e4e0379086 cmake: update to 3.14.5 2019-06-08 01:10:02 +03:00
Leonid Pliushch a1bb53e935 cmake: update to 3.14.4 2019-05-18 17:07:08 +03:00
Fredrik Fornwall 4979b0e530 cmake: Update from 3.14.2 to 3.14.3 2019-04-27 00:00:40 +02:00
Fredrik Fornwall bfab2b63a9 cmake: Update from 3.13.4 to 3.14.2 2019-04-18 00:25:28 +02:00
Henrik Grimler 55e037366d build-package: mv termux_setup_cmake to scripts/build/setup 2019-02-27 21:59:08 +02:00