Commit Graph

21 Commits

Author SHA1 Message Date
Arun
892c75d8ac Dart: Update to 2.7.2 2020-04-11 12:29:08 +03:00
Leonid Pliushch
5935c83a82 dart: bump revision
Single-commit merges are not handled well by CI currently...
2020-01-25 15:01:05 +02:00
Arun
910521c71e dart: update to 2.7.1 and fixes x86_64 build failure 2020-01-25 16:41:34 +05:30
Leonid Pliushch
b3fd8370d2 dart: bump revision 2020-01-22 23:02:52 +02:00
Leonid Pliushch
bce2c0866e dart: blacklist x86_64 builds 2020-01-22 21:54:08 +02:00
Arun
58023d92f6 dart: update to 2.7.0 2020-01-22 21:25:51 +05:30
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
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
cff2405455 dart: update to 2.4.1 2019-08-11 19:06:33 +03:00
Leonid Pliushch
afe23896b0 dart: update to 2.4.0 2019-06-29 21:03:49 +03:00
vishalbiswas
2a5383072f fix path in patch 2019-06-15 11:10:53 +05:30
vishalbiswas
a3063c63e4 dart: fix /tmp path 2019-06-15 10:57:10 +05:30
Leonid Pliushch
ec736267fa dart: update to 2.3.2 2019-06-13 22:45:58 +03:00
Leonid Pliushch
4aed11a11e dart: add tar and gzip as dependencies
Needed in order to get "pub" working properly.
2019-05-23 03:18:20 +03:00
Leonid Pliushch
28c086eae6 dart: add '$HOME/.pub-cache/bin' to PATH instead of '$HOME/.pub-cache' 2019-05-23 00:26:15 +03:00
Leonid Pliushch
7717f3e576 dart: update to 2.3.1 + some fixes (#3858)
* dart: update to 2.3.1

* dart: attempt to fix path to /bin/sh

* dart: add '~/.pub-cache/bin' to PATH (sh/bash only)
2019-05-23 00:22:43 +03:00
Leonid Pliushch
cb2302206b dart: update to 2.3.0 2019-05-16 01:12:36 +03:00
TheBrokenRail
bc5eef470b Remove Unnecessary Line 2019-04-29 15:29:08 +03:00
Leonid Pliushch
6eda1ee967 dart: bump revision 2019-04-26 23:50:48 +03:00
TheBrokenRail
70962b82ef Fix Dart x86 Build 2019-04-26 23:50:48 +03:00
TheBrokenRail
5ffaec97ba new package: dart
Requested in https://github.com/termux/termux-packages/issues/3539.
2019-04-26 15:13:36 +03:00