Commit Graph

36 Commits

Author SHA1 Message Date
Termux Github Actions 243ab5477c bump(main/git-lfs): 3.5.1
This commit has been automatically submitted by Github Actions.
2024-03-08 00:25:32 +00:00
Termux Github Actions 902397114b bump(main/git-lfs): 3.4.1
This commit has been automatically submitted by Github Actions.
2023-12-14 00:22:49 +00:00
Kevin WIlliams b63f95aa93 *: Rebuild with Go 1.21.0/1.20.7 (2)
Signed-off-by: Kevin WIlliams <admin@utermux.dev>
2023-08-12 18:07:20 +08:00
Termux Github Actions 895ff1ccd2 bump(main/git-lfs): 3.4.0
This commit has been automatically submitted by Github Actions.
2023-07-27 00:21:32 +00:00
Tee KOBAYASHI f421093f69 *: Rebuild with Go 1.20.3/1.19.8 (5) 2023-04-08 06:32:07 +09:00
Tee KOBAYASHI 10ada7e4d3 *: Disable clang16-porting for auto-updating packages
%ci:no-build
2023-03-28 16:27:35 +09:00
Tee KOBAYASHI 2f233d4a49 tree-wide: Rebuild with Go 1.20
for the same reason as commit 40ac9ec3b4.

Unable to build all at once in CI due to limited disk space. Builds are
going to be triggered manually, divided into several pieces.

%ci:no-build
2023-02-04 00:54:19 +00:00
Termux Github Actions 7a256b04cb bump(main/git-lfs): 3.3.0
This commit has been automatically submitted by Github Actions.
2022-11-30 19:51:00 +00:00
Termux Github Actions 4c4dda85ed git-lfs: update to 3.2.0
This commit has been automatically submitted by Github Actions.
2022-05-25 18:17:01 +00:00
Termux Github Actions 742550b710 git-lfs: update to 3.1.4
This commit has been automatically submitted by Github Actions.
2022-04-20 00:22:38 +00:00
Termux Github Actions 5a3da2fc68 git-lfs: update to 3.1.2
This commit has been automatically submitted by Github Actions.
2022-02-17 00:14:49 +00:00
Termux Github Actions 84a99d8253 git-lfs: update to 3.1.1
This commit has been automatically submitted by Github Actions.
2022-02-15 00:21:28 +00:00
Termux Github Actions 2bd652e38b git-lfs: update to 3.0.2
This commit has been automatically submitted by Github Actions.
2021-10-29 00:17:06 +00:00
Leonid Pliushch 27afd9e665
auto updates: migrate config from github-projects.txt to build.sh-specific
Re-enable automatic updates after deleting github-projects.txt.

%ci:no-build
2021-10-04 13:43:31 +03:00
Termux Github Actions f60657b9d2 git-lfs: update to 3.0.1
This commit has been automatically submitted by Github Actions.
2021-09-28 18:18:27 +00:00
Leonid Pliushch 4b8c077711
Revert "Merge pull request #7104 from thunder-coding/cache-godeps"
This reverts commit f6892c38d8, reversing
changes made to 4d9075fea3.
2021-07-10 17:00:18 +03:00
Yaksh Bariya e0d69cae42
`git-lfs`: Cache Golang dependencies 2021-07-06 08:42:14 +05:30
Lucy Phipps 892836d693
git-lfs: update to 2.13.3 2021-04-01 11:09:42 +01:00
Termux Github Actions 3f092ba2f2 git-lfs: update to 2.13.2
This commit has been automatically submitted by Github Actions.
2021-01-13 19:01:20 +00: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
Termux Github Actions 7ba319a904 git-lfs: update to 2.13.1 2020-12-17 23:19:45 +00:00
Leonid Pliushch fa06b9aa03 git-lfs: update to 2.12.1 2020-11-08 23:02:53 +02:00
Butta 86b2266569 Bump direnv, git-lfs, and jfrog-cli on CI 2020-09-02 21:54:40 +05:30
Butta 7fbe036274 direnv: update from 2.21.3 to 2.22.0
git-lfs: update from 2.11.0 to 2.12.0

jfrog-cli: update from 1.39.1 to 1.39.2
2020-09-02 21:15:10 +05:30
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
Leonid Pliushch 9c9e7f65b8 update maintainer info
Specifying Termux org members is more correct as we don't have repo-specific
maintainers for termux-packages.

DEB control field specification doesn't allow to specify multiple people as
package maintainers. Value "Termux members @termux" will be used as default
for that field which can be overridden on per-package basis if needed.

%ci:no-build
2020-05-13 11:05:52 +03:00
Fredrik Fornwall be679ff193 git-lfs: Update from 2.10.0 to 2.11.0 2020-05-11 09:54:32 +02:00
Leonid Pliushch 09283fd8f3 git-lfs: update to 2.10.0 2020-01-22 23:15:07 +02:00
Leonid Pliushch 97ad7ab7d4 git-lfs: update to 2.9.2 2019-12-20 04:10:58 +02:00
Fredrik Fornwall c2144391ac git-lfs: Update from 2.9.0 to 2.9.1 2019-11-27 18:25:52 +01:00
Leonid Pliushch 23e6ec8b03 git-lfs: update to 2.9.0
%ci:reset-backlog
2019-10-18 14:38:02 +03:00
Fredrik Fornwall 6652cc1f20 Rebuild all go packages with go 1.13
See https://github.com/termux/termux-packages/issues/3619
2019-09-03 23:09:04 +02:00
Leonid Pliushch b571340e5b git-lfs: support for on-device builds 2019-08-13 13:26:50 +03:00
Leonid Pliushch de54047f11 git-lfs: update to 2.8.0 2019-07-24 14:25:59 +03:00
Leonid Pliushch cc037459aa update maintainer fields where needed
[skip ci]
2019-05-16 19:54:59 +03:00
Leonid Pliushch 0d1920a061 move some packages from unstable repository
New packages that will be added:

 * antiword
 * beanshell
 * cabextract
 * deutex
 * direnv
 * exiv2
 * git-lfs
 * gitea
 * hoedown
 * httrack
 * iverilog
 * links
 * loksh
 * mksh
 * mktorrent
 * pdfgrep
 * shellharden
 * swig
 * tidy
 * tweego
 * wordgrinder
2019-05-11 18:36:47 +03:00