Commit Graph

49 Commits

Author SHA1 Message Date
Termux Github Actions b3797740c6 bump(main/keybase): 6.2.8
This commit has been automatically submitted by Github Actions.
2024-03-07 00:22:04 +00:00
Chongyun Lee acd689b596 keybase: bump to 6.2.4 2024-01-08 01:00:35 +08:00
Termux Github Actions 003277b64e bump(main/keybase): 6.2.3
This commit has been automatically submitted by Github Actions.
2023-10-17 00:31:25 +00:00
Kevin WIlliams e5fe36127a *: Rebuild with Go 1.21.0/1.20.7 (8)
Signed-off-by: Kevin WIlliams <admin@utermux.dev>
2023-08-12 17:39:27 +08:00
Chongyun Lee b0b760d684 keybase: bump to 6.2.2 2023-07-28 06:30:21 +08:00
Tee KOBAYASHI 4cf5262c6f *: Rebuild with Go 1.20.3/1.19.8 (2) 2023-04-08 02:58:37 +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 3d53e1b97d keybase: Bump to 6.0.4 2023-01-19 12:56:15 +00:00
Termux Github Actions a368360214 keybase: update to 6.0.2
This commit has been automatically submitted by Github Actions.
2022-06-11 00:26:44 +00:00
Tee KOBAYASHI 12eb920db0 keybase: Update to 5.9.3 2022-03-01 06:22:40 +09:00
Oskar afa76e2c49
keybase: bump revision (#7862)
* keybase: update to 5.8.1
2021-10-26 21:33:50 +02: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 38adadab32 keybase: update to 5.6.1
This commit has been automatically submitted by Github Actions.
2021-01-25 18:59:53 +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
Henrik Grimler 20b302b028 keybase: update to 5.5.2 2020-10-17 20:54:52 +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
Henrik Grimler 6ef0e5876a Bump pending packages again
Seems previous build failed due to game-packages metadata being updated.
2020-06-07 07:24:03 +02:00
Leonid Pliushch 78e74e209d re-run build for pending packages 2020-06-07 04:04:27 +03:00
Henrik Grimler ffc346b57d Bump recently updated packages, except mksh, to restart build 2020-06-06 21:48:02 +02:00
Henrik Grimler b4872bd6d1 keybase: update to 5.5.1 2020-06-06 20:38:27 +02:00
Leonid Pliushch 9debb2d66b keybase: update to 5.4.2 2020-05-11 22:55:55 +03:00
Fredrik Fornwall 65c09f7f9c keybase: Update from 5.3.1 to 5.4.0 2020-04-20 00:28:17 +02:00
Leonid Pliushch c72ecd6514 keybase: update to 5.3.1 2020-03-29 22:08:58 +03:00
Leonid Pliushch de6363b29c keybase: update to 5.3.0 2020-03-12 19:12:21 +02:00
Leonid Pliushch cafa33fc11 keybase: update to 5.2.1 2020-03-01 19:29:52 +02:00
Leonid Pliushch cd99a33417 keybase: update to 5.2.0 2020-02-04 16:39:37 +02:00
Fredrik Fornwall 82aad19302 keybase: Update from 4.7.2 to 5.1.1 2019-12-12 21:21:13 +01:00
Leonid Pliushch b3f05fd22a keybase: update to 4.7.2 2019-11-03 02:37:49 +02:00
Leonid Pliushch b20224973a keybase: update to 4.6.1 2019-10-18 14:38:36 +03:00
Leonid Pliushch bfd0965764 keybase: update to 4.5.0 2019-09-22 20:22:06 +03:00
Leonid Pliushch fd01d286ba keybase: 4.4.2 2019-09-18 15:43:54 +03:00
Leonid Pliushch 1fed9b6d1c keybase: update to 4.4.0
%ci:reset-backlog
2019-09-08 02:49:03 +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
heronhaye 1b1024faa4 Update Keybase to 4.2.1 2019-07-18 17:10:18 +03:00
Fredrik Fornwall c04b71ca05 keybase: Update from 4.1.0 to 4.2.0 2019-07-11 22:15:31 +02:00
Leonid Pliushch bbc1f2e7ce keybase: update to 4.1.0 2019-06-13 22:54:38 +03:00
Fredrik Fornwall d7b654bf6b keybase: Default KEYBASE_SECRET_STORE_FILE to true
See https://github.com/termux/termux-packages/pull/3791.
2019-05-12 00:47:13 +02:00
Brandon Philips 02ee6d301b packages: bump keybase to v4.0.0
- bump to the latest release on Github
- drop kbfs package, kbfs moved to keybase/client

Warning! An environment variable needs to be set to make this work:

See https://github.com/keybase/client/issues/17203
2019-05-12 00:23:36 +02:00
Fredrik Fornwall 5935d5821f keybase: Update from 2.13.1 to 3.2.2 2019-04-17 23:14:01 +02:00
Leonid Pliushch f0e4d073a3 keybase: bump revision after setting CGO_LDFLAGS 2019-03-12 15:16:48 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall a1c7532fad keybase: Update from 2.11.0 to 2.13.1 2019-01-19 03:12:14 +01:00
Fredrik Fornwall e99a92ea8c keybase: Update from 2.10.1 to 2.11.0 2019-01-03 03:49:44 +01:00
Fredrik Fornwall 6eb52468de keybase: Update from 2.8.0 to 2.10.1 2018-11-27 00:25:40 +01:00
Fredrik Fornwall 65d4df88e6 keybase: Update from 2.7.3 to 2.8.0 2018-11-01 03:33:02 +01:00
Fredrik Fornwall bbe9212078 keybase: Update from 2.6.2 to 2.7.3 2018-10-08 22:25:13 +02:00
Fredrik Fornwall 9dad6ef82a keybase: Update from 2.6.0 to 2.6.2 2018-09-22 04:34:40 +02:00
Fredrik Fornwall 1710f28736 keybase: Update from 2.5.0 to 2.6.0 2018-09-17 19:14:04 +02:00
Brandon Philips b2a319c7e5 packages: add keybase and kbfs
Fixes #2133

Based on https://github.com/keybase/client/blob/master/packaging/linux/build_binaries.sh
2018-09-03 23:11:32 +02:00