Leonid Pliushch
ea0ea5f925
scripts/bin/{revbump,update-checksum}: strip traling / from package name
2020-06-21 19:24:53 +03:00
Leonid Pliushch
c086de3165
scripts/bin/update-checksum: fix generation of commit message
2020-06-21 17:37:59 +03:00
Leonid Pliushch
179d353ed4
scripts: add 'update-checksum' - source SHA-256 updating script
2020-06-21 14:47:22 +03:00
Leonid Pliushch
7f64b751fe
scripts: add 'revbump' - revision bumping script
2020-06-21 14:47:19 +03:00
Leonid Pliushch
4162539edb
docker image: install 'alex' & 'happy' utilities for Haskell
2020-06-20 22:46:33 +03:00
Leonid Pliushch
2f58b9f435
build-package.sh: add function for setting up GHC
2020-06-20 22:44:13 +03:00
Leonid Pliushch
399f696b14
repology: stop excluding certain packages from list
...
Req https://github.com/repology/repology-rules/issues/382#issuecomment-646689998 .
2020-06-19 19:58:15 +03:00
Leonid Pliushch
77fa166aa9
reformat scripts/setup-ubuntu.sh
2020-06-19 02:54:45 +03:00
Leonid Pliushch
61bcba0526
fix typo in scripts/setup-ubuntu.sh
2020-06-19 02:54:18 +03:00
Faheem Pervez
86a07d5079
docker image: install heimdal-multidev and comerr-dev ( #5418 )
...
For samba in unstable-packages
2020-06-18 15:46:47 +02:00
Leonid Pliushch
31835dcbc5
docker image: install libparse-yapp-perl
...
https://github.com/termux/termux-packages/pull/5417
2020-06-18 01:00:06 +03:00
Leonid Pliushch
7c0007dddc
docker image: install python3-pip
2020-06-13 18:49:52 +03:00
Leonid Pliushch
380e6fd501
run-docker.sh: don't modify $HOME variable which is set outside
2020-06-10 15:40:08 +03:00
Leonid Pliushch
a6910acef5
downgrade protobuf to 3.12.2 as 3.12.3 causes problems with mosh (and other?)
2020-06-08 14:44:57 +03:00
Leonid Pliushch
823f5f858c
fix checksum for host protoc zip & rebuild mosh
2020-06-08 13:22:10 +03:00
Nuruddin Ashr
b1dda1c1c2
Upgrade to Golang version 1.14.4
2020-06-03 15:08:11 +03:00
Leonid Pliushch
7e6047fdfe
fix license headers in scripts
...
More correct last name translit, update email & year in copyright info.
2020-06-02 15:49:43 +03:00
Fredrik Fornwall
fc4dee40a5
Fix protobuf checksum
2020-06-02 08:48:19 +02:00
Leonid Pliushch
7de2a3eb47
repology: exclude lxc from version checks
...
Last version confirmed to work is "3.1.0".
2020-06-02 01:48:22 +03:00
Fredrik Fornwall
b539cae209
cmake: Update from 3.17.2 to 3.17.3
2020-06-01 23:44:10 +02:00
Butta
dc0c6405e9
swift: update from 5.2.3 to 5.2.4
2020-05-23 11:58:56 +03:00
Luke Childs
bb5be7788d
Log applied patches during build
2020-05-21 20:11:32 +03:00
Leonid Pliushch
7746025839
docker image: install setuptools for python2
...
Needed by python2-xlib.
2020-05-19 21:33:48 +03:00
Butta
f380827f81
swift: update from 5.2.2 to 5.2.3
2020-05-19 21:28:40 +03:00
Leonid Pliushch
4b46218293
docker image: install texlive-extra-utils
2020-05-19 16:32:14 +03:00
Leonid Pliushch
b99704569b
scripts/list-versions.sh: set TERMUX_PREFIX variable
...
Fixes
dirname: missing operand
Try 'dirname --help' for more information.
when sourcing some build.sh.
2020-05-19 15:15:09 +03:00
Nuruddin Ashr
077bf9ccc8
Upgrade golang to version 1.14.3
2020-05-15 13:26:58 +03:00
Leonid Pliushch
32bda70d54
repology: exclude rush from update check
...
Version listed on Repology is for different project with same name.
2020-05-13 11:53:18 +03: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
Leonid Pliushch
c8aadc32d4
CI: export TERMUX_PREFIX in repology script
...
Needed by some build.sh (e.g. for libllvm), otherwise they
may print an error when sourcing.
2020-05-11 17:21:06 +03:00
Leonid Pliushch
014e0ef92a
Revert "generate-repology-metadata: attempt to fix github action error"
...
Nested quoting is valid in bash.
Change introduced in 9168e963fa340f3fb76e482c02e5eaa66080d850 breaks
script and causes excludes list not being read:
realpath: '"scripts/repology/generate-repology-metadata.sh"': No such file or directory
[
grep: ./excluded_packages.txt: No such file or directory
{
"name": "8086tiny",
"version": "1.25",
"description": "A PC XT-compatible emulator/virtual machine",
"homepage": "https://github.com/adriancable/8086tiny ",
"depends": ["bash", "coreutils", "ncurses"],
"srcurl": "c79ca2a34d
.tar.gz",
"maintainer": "Fredrik Fornwall @fornwall"
}grep: ./excluded_packages.txt: No such file or directory
2020-05-11 16:46:58 +03:00
Henrik Grimler
70a7407c92
generate-repology-metadata: attempt to fix github action error
...
Logs show:
```sh
dirname: missing operand
Try 'dirname --help' for more information
```
Either quoting problem or maybe the CI uses some arcane shell
2020-05-11 14:07:14 +02:00
Henrik Grimler
b0d1ff7cfa
setup-ubuntu.sh: add cvs for myman
2020-05-09 20:17:56 +02:00
Henrik Grimler
d5f6b464b2
setup-ubuntu: add packages needed by science and game packages
2020-05-09 18:39:17 +02:00
ifurther
fe9c49ae32
new package: wrk ( #5262 )
...
* add wrk package
* install luajit into docker image
2020-05-08 02:23:01 +03:00
Leonid Pliushch
5887bad0da
build-package.sh: do normal releases for cmake instead of min-size
2020-05-08 00:26:19 +03:00
Leonid Pliushch
7c0df2ad3d
docker image: install tcl
...
Tcl is needed for building package 'sqlcipher'.
2020-05-07 22:51:19 +03:00
Henrik Grimler
3b861ed4a9
setup-ubuntu: install python-is-python3
...
Some packages looks for python instead of python3 or python2
2020-05-06 16:34:29 +02:00
Henrik Grimler
3b96b19b8e
setup-ubuntu: python-yaml is needed by libduktape (uses py2)
2020-05-06 16:34:28 +02:00
Fredrik Fornwall
36ef3dcba8
Update docker image to Ubuntu 20.04
2020-05-06 09:27:49 +02:00
Fredrik Fornwall
540dd0689b
Fix indentation in termux_step_setup_toolchain
2020-05-05 19:29:04 +02:00
Butta
c04ad2e397
termux_setup_rust.sh: add CPPFLAGS, ie TERMUX_PREFIX/include, to the Rust TARGET_CFLAGS
2020-05-02 15:57:04 +03:00
Fredrik Fornwall
8f9a924cec
cmake: Update from 3.17.1 to 3.17.2
2020-04-29 01:06:32 +02:00
buttaface
fc1c4c4bd5
swift: update from 5.2.1 to 5.2.2 and fix static compilation ( #5169 )
...
* TERMUX_PKG_QUICK_REBUILD: don't delete the host build if doing a quick rebuild
* swift: update from 5.2.1 to 5.2.2 and fix static compilation
2020-04-26 12:52:25 +03:00
Leonid Pliushch
fb16d92527
Revert "build-package.sh: download dependency packages from mirror instead of Bintray"
...
This reverts commit f679a18402681a15c60f8f9b8b9c82843a041917.
2020-04-25 02:28:35 +03:00
Leonid Pliushch
c85f419708
php: run buildconf after extracting sources
...
Needed for generating configure script.
+ added re2c package for Docker image
2020-04-14 23:18:11 +03:00
Nuruddin Ashr
3738891830
Upgrade golang version to 1.14.2 ( #5143 )
2020-04-11 12:28:48 +03:00
Butta
f36759a52b
swift: enable package and update to 5.2.1
2020-04-10 13:03:38 +03:00
Butta
f87609d9f3
termux_step_setup_toolchain.sh: split off setup of standalone toolchain into separate function
2020-04-10 13:03:38 +03:00
Leonid Pliushch
36780ba9fa
docker image: install 'clang-9'
2020-04-09 18:23:38 +03:00