Commit Graph

28 Commits

Author SHA1 Message Date
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 c208332fcd dart: update to 2.10.4 2020-11-22 14:58:37 +00:00
Henrik Grimler 28dad5710d dart: update to 2.10.2
Built locally and uploaded since CI runs out of memory.
%ci:no-build
2020-10-18 00:16:07 +02:00
Leonid Pliushch 905c1ae3aa dart: update to 2.10.0 2020-10-04 21:02:25 +03:00
Leonid Pliushch 30c12b82af dart: update to 2.9.2 (#5881) 2020-10-04 01:11:17 +03:00
Henrik Grimler e112c4ed18 dart: fix error about unknown arch
Still fails due to not supporting python3.

%ci:no-build
2020-07-21 15:37:56 +02:00
Henrik Grimler 1c3eae9c3d dart: simplify build script a bit
Fails to build currently.
2020-07-21 10:14:19 +02:00
Henrik Grimler b9d70881aa dart: rename termux_step_extract_package->termux_step_get_source
Also specify TERMUX_PKG_SRC_EXTRACT to make lint-packages happy.
2020-07-21 10:14:19 +02:00
Henrik Grimler dcb926abd4 Copy LICENSE file for some licenses instead of using generic one (#5478)
* termux-licenses: remove licenses that contain copyright information

These licenses cannot be taken from the common termux-licenses package as the copyright information needs to be distributed with the package as well.

271 packages in the main repository needs to be rebuilt after this change.

* termux_step_install_license: remove duplicated comment

* Bump packages that has a license with copyright information

We need to include this copyright information in the package so need
to rebuild them now that termux_step_install_license has been
modified.

The affected licenses are: MIT, ISC, PythonPL, Openfont-1.1, ZLIB,
Libpng, BSD, BSD 2-Clause, BSD 3-Clause.

* zlib: extract license file from zlib.h

* xorgproto: include all individual license files in package

* libgcrypt: include LICENSE file in package

It contains some copyright information so needs to be included in package

* libcrypt: add a dummy BSD 2-Clause license

According to homepage it is suppose to be BSD 2-Clause, but original
project did not include a license file

* libandroid-spawn: add LICENSE file to package

* libandroid-glob: add license file to package

* licenses: allow for comma separated TERMUX_PKG_LICENSE_FILE

%ci:no-build

* libicu: fix so that termux_step_install_license finds license file

%ci:no-build

* termux_step_install_license: check for license file as "License"

%ci:no-build

* libtiff: specify TERMUX_PKG_LICENSE_FILE

%ci:no-build

* asciidoctor: install license to standard location

* krb5: specify license file

* libdb: specify path to license file

%ci:no-build

* libprotobuf: specify path to license file

* darkhttpd: extract license file from darkhttpd.c

* w3m: ensure host libraries are not picked up

* w3m: extract LICENSE file from dock/README

* liblua{,52}: extract license files from doc/readme.html

* termux_step_install_license: look for License.txt as well

* dart: specify path to LICENSE file

* nim: specify license file

* runit: specify license file

* termux_step_install_license: look for LICENSE.TXT as well

* ossp-uuid: extract LICENSE from README

* pigz: extract LICENSE from pigz.c

* ttyrec: extract LICENSE from ttyrec.c

%ci:no-build

* bmon: specify license files

Most of the source files are licensed under MIT, it is not clear (to me) which
parts that are licensed under BSD 2-Clause.

%ci:no-build

* wordgrinder: specify license files

* fdupes: add LICENSE

* autossh: add LICENSE patch

* cmake: specify LICENSE file

* dos2unix: specify LICENSE file

* gnuplot: specify LICENSE file

* termux_step_install_license: look for variants of "copyright" also

* picolisp: specify LICENSE file

* lua-lpeg: extract license file

* tidy: specify license file

* gflags: specify LICENSE file

* timewarrior: fix src url

It seems to have been changed.

* postgresql: specify license file

* ttyrec: fix license patch header

* fossil: specify license file

* fmt: specify license file

* i2pd: specify license file

* leptonica: specify license file

* imgflo: add license file patch

* ired: add license file from ired github repo

* libzen: specify license file

* libmediainfo: specify license file

* mediainfo: specify license file

* tty-clock: add license patch

* samefile: add license patch

* quickjs: add license patch

* docbook-xml: add LICENSE patch

* docbook-xsl: specify LICENSE files

* gnuplot: configure with --without-latex

* timewarrior: add libshared to SRCURL as well

The non-release archives does not contain gitsubmodules so we need to
download it manually.

* restic: switch back to using 0.9.6 archive

* dart: revert revision bump

dart's SDK does not fully support python3 yet, and trying to solve
that is not entirely trivial. We save the dart bump (and upgrade to
2.8.4) for another day.

%ci:no-build
2020-07-07 18:45:45 +02:00
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 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 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