Commit Graph

44 Commits

Author SHA1 Message Date
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
Henrik Grimler 9e3b39db88
chore(main/hub): split make function
Put the different steps in termux_step_pre_configure,
termux_step_make and termux_step_make_install.
2023-07-17 17:43:23 +02: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
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
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 43acfd21d3
`hub`: Cache Golang dependencies 2021-07-06 08:51:39 +05:30
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 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 bc09ec8060 hub: update to 2.14.2 2020-03-08 19:09:17 +02:00
Leonid Pliushch 7da1fa4c9a hub: rebuild package 2020-02-05 12:44:59 +02:00
Leonid Pliushch 15b0cb2844 hub: update to 2.14.1 2020-01-22 23:17:12 +02:00
Leonid Pliushch 5e804c1b3d hub: build man pages
Issue https://github.com/termux/termux-packages/issues/3373.
2020-01-03 23:41:08 +02:00
Fredrik Fornwall ccd2ffe080 hub: Update from 2.12.8 to 2.13.0 2019-11-24 20:05:24 +01:00
Fredrik Fornwall 48c2904ac7 hub: Update from 2.12.7 to 2.12.8 2019-10-06 18:38:16 +02:00
Leonid Pliushch 4f8353e116 hub: update to 2.12.7 2019-09-29 13:00:26 +03:00
Leonid Pliushch c1ec7a5013 hub: update to 2.12.6 2019-09-22 20:46:08 +03:00
Leonid Pliushch b79eb47064 hub: update to 2.12.4 2019-09-08 02:44:23 +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 4197334b1d hub: update to 2.12.3 2019-07-21 01:37:52 +03:00
Fredrik Fornwall 18b1160e38 hub: Update from 2.12.1 to 2.12.2 2019-07-11 14:33:06 +02:00
Leonid Pliushch 17b06ab634 hub: update to 2.12.1 2019-06-29 21:03:49 +03:00
Leonid Pliushch 9281e573e1 hub: update to 2.12.0 2019-06-16 18:24:53 +03:00
Fredrik Fornwall 4c74d8e573 hub: Update from 2.11.1 to 2.11.2 2019-04-14 21:48:20 +02:00
Fredrik Fornwall c57d3c08aa hub: Update from 2.10.0 to 2.11.1 2019-03-30 00:41:22 +01:00
Fredrik Fornwall 495a608ec5 Bump hub&hugo after setting CGO_LDFLAGS 2019-03-10 22:29:41 +01:00
Fredrik Fornwall 780cfae099 hub: Update from 2.9.0 to 2.10.0 2019-03-02 22:24:17 +01:00
Fredrik Fornwall 5e029a8dfd hub: Update from 2.8.4 to 2.9.0 2019-02-15 23:24:54 +01:00
Fredrik Fornwall c3881b1d0b hub: Update from 2.8.3 to 2.8.4 2019-01-30 00:50:19 +01:00
Fredrik Fornwall d41c3f9c87 hub: Update from 2.7.1 to 2.8.3 2019-01-27 09:20:42 +01:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 891c1e0abc hub: Update from 2.7.0 to 2.7.1 2019-01-19 03:17:08 +01:00
Fredrik Fornwall 5b984fc78e hub: Update from 2.6.1 to 2.7.0 2019-01-03 02:03:07 +01:00
Fredrik Fornwall 56f0cf013c hub: Update from 2.6.0 to 2.6.1 2018-12-19 01:42:12 +01:00
Fredrik Fornwall f4ba04907e hub: Update from 2.5.1 to 2.6.0 2018-10-31 23:10:43 +01:00
Fredrik Fornwall 491a74a6bf hub: Update from 2.5.0 to 2.5.1 2018-08-25 23:38:27 +02:00
Fredrik Fornwall b80cfec621 hub: Update from 2.4.0 to 2.5.0 2018-07-11 11:55:14 +02:00
Fredrik Fornwall 86fd1540f9 hub: Update from 2.3.0 to 2.4.0 2018-06-08 14:17:31 +02:00
Fredrik Fornwall 9066902fc9 hub: Update from 2.2.8 to 2.3.0 2018-06-04 00:42:01 +02:00
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Stephen 872329f2d3 hub: Fix source checksum (#1443) 2017-09-14 21:58:26 +02:00
Fredrik Fornwall f8cce0c098 Use more source checksums 2017-03-27 05:11:31 +02:00
Fredrik Fornwall 9732ef9793 hub: Add package
Fixes #477.
2016-09-29 19:28:40 -04:00