1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 12:26:41 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Fredrik Fornwall
1f6c856abf build-essential: Remove python2 from suggests 2020-03-16 13:43:44 +01:00
Leonid Pliushch
970391d6ab build-essential: keep bare minimum in dependencies & move others to recommends 2020-02-07 13:29:11 +02:00
Leonid Pliushch
8701462951 add new linter script & fix packages where needed
Linter will check packages submitted for CI build. If error was found,
build will not be allowed.

To ensure that all build.sh scripts are consistent and have at least
minimal allowed quality, linter is permanently enabled for all branches
and pull requests.
2019-08-14 14:27:55 +03:00
Leonid Pliushch
ceb385a9a8 build-package.sh: fix metapackage creation
Metapackages shouldn't have data inside.

%ci:reset-backlog
2019-08-13 02:03:59 +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
Leonid Pliushch
b563281d63 undo "Unsplit essential packages"
Seems it is not possible to unsplit these packages currently.

%ci:reset-backlog
2019-08-11 19:44:55 +03:00
Leonid Pliushch
eefe9fbe26 xz-utils: unsplit from liblzma
Same reason as for curl and bzip2.
2019-08-11 17:40:39 +03:00
Leonid Pliushch
864a138534 unsplit bzip2 from libbz2
Same reason as for 'curl'.
2019-08-11 17:40:39 +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
cc037459aa update maintainer fields where needed
[skip ci]
2019-05-16 19:54:59 +03:00
Leonid Pliushch
b648bf27fc build-essential: bump revision 2019-05-15 16:18:33 +03:00
Leonid Pliushch
bbe0409613 build-essential: move util-linux to depends 2019-05-15 16:18:33 +03:00
Yuvraj Saxena
c09aa270b9 termux-packages: Add util-linux to build-essential
Signed-off-by: Yuvraj Saxena <ysaxenax@gmail.com>
2019-05-15 16:18:33 +03:00
Leonid Pliushch
bd40522617 enable package 'build-essential'
It is now fixed and enhanced to met Termux requirements.
2019-05-11 18:36:47 +03:00