Saurabh Charde
f8f1f0b696
shfmt: Update to 3.2.4
...
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-17 12:20:00 +01:00
Raven Ravener
c06a8e07fa
Use TERMUX_PKG_BUILD_IN_SRC
2021-03-16 19:07:43 +01:00
Raven Ravener
91c6790366
Update build.sh
2021-03-16 19:07:43 +01:00
Raven Ravener
d2685da14c
Add package germanium
2021-03-16 19:07:43 +01:00
Saurabh Charde
6aef739d9f
gdb: Update to 10.1
...
Following commit [1] and [2], gdbserver and gdbsupport directories have been
moved to top-level, repectively.
Update patch files to follow the changes, and also remove
python3.9.patch since it's already in the upstream.
[1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=919adfe8409211c726c1d05b47ca59890ee648f1
[2] https://sourceware.org/git?p=binutils-gdb.git;a=commit;h=01027315f54048dbaf03ac37455c2528c72a6d9b
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-16 11:24:31 +01:00
Saurabh Charde
67702b13c4
direnv: Fix installation location and update to 2.28.0
...
direnv installs it binary to $DESTDIR/$BINDIR, where
$BINDIR=${PREFIX}/bin and $PREFIX=/usr/local
We set $DESTDIR=$TERMUX_PREFIX while leaving direnv's $PREFIX unchanged
causing the binary to install in $TERMUX_PREFIX/usr/local/bin instead of
$TERMUX_PREFIX/bin (assuming we aren't installing it in
$TERMUX_PREFIX/local/bin like most termux packages)
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-16 10:31:12 +01:00
Jia Yuan Lo
5ce5422743
binaryen: update to version 100 ( #6507 )
2021-03-13 09:49:20 +01:00
Henrik Grimler
e460d1f1aa
termux_step_setup_variables: use grimler.se for main repo
...
CI seem to fail quite often due to timeout when downloading from IPFS
host. Switch to grimler.se for now.
2021-03-12 16:19:40 +01:00
Further
0af27d7814
git: update to 2.30.2 ( #6502 )
2021-03-10 17:47:45 +01:00
Henrik Grimler
3460b4e03d
ripgrep-all: minor formatting of description
2021-03-10 14:17:29 +01:00
Henrik Grimler
27682c4dc6
cargo: install with --locked
...
Otherwise build tries to use newest dependency versions which might
cause problems. See
https://github.com/termux/termux-packages/pull/6432
2021-03-10 14:09:26 +01:00
Dario Vladović
ac2ec670dd
termux-tools: pkg: add info as show alias ( #6498 )
2021-03-10 06:48:07 +01:00
Michal Bednarski
28a7fcd2fe
proot: Update with stability fixes
...
Changes that were on master for some time but not released,
fixes termux/proot#152
2021-03-07 20:58:33 +01:00
Henrik Grimler
ffa83b34db
neovim: fix patch path error
...
Reported by @kanreki.
2021-03-07 12:30:00 +01:00
Further
a817790020
gh: update to 1.7.0 ( #6490 )
2021-03-06 14:26:18 +01:00
Henrik Grimler
93effb8131
dart: update to 2.12.0
2021-03-05 08:19:27 +01:00
Leonid Pliushch
27ce3ee72a
z3: revert back to 4.8.9
...
%ci:no-build
2021-03-02 15:51:12 +02:00
Leonid Pliushch
47b93fec1c
z3: bump revision
2021-03-02 15:19:47 +02:00
Leonid Pliushch
4d16ccd6d5
dart: bump revision
2021-03-02 15:19:37 +02:00
Leonid Pliushch
2b07eeaaed
github actions: termux-packages uses ./scripts/run-docker.sh instead of ./start-builder.sh
2021-03-02 15:18:53 +02:00
Leonid Pliushch
619ad66883
dart: rebuild package
...
Detected repository inconsistency:
No package dart (= 2.10.4)
2021-03-02 14:57:20 +02:00
Leonid Pliushch
cf71d4b7f8
z3: rebuild package
...
Detected repository inconsistency:
No package z3 (= 4.8.10-1)
2021-03-02 14:55:42 +02:00
Leonid Pliushch
141703e676
build-package.sh: force remove ./share/icons/hicolor/icon-theme.cache from deb files
...
Specific to x11 packages. It is better to implement this in build-package.sh
instead of removing it on per-build.sh basis.
2021-03-02 00:17:36 +02:00
Henrik Grimler
f36b4a5ac2
github actions: print subpackages to built_packages.txt as well ( #6469 )
...
But only (try to) build the main packages. For each modified package
we check if there are subpackages and in that case save them in
built_packages.txt as well, so that the repository server does not
have to parse the git repo to find out if there are subpackages.
2021-03-01 08:52:25 +01:00
Martin Kinkelin
5be1cc145c
ldc: upgrade to 1.25.1 ( #6468 )
2021-03-01 01:12:13 +02:00
ruki
a06964b740
xmake: update to 2.5.2 ( #6466 )
2021-02-28 18:20:07 +02:00
Leonid Pliushch
8487bd8018
bintray repository is now in archive mode
...
Even though JFrog continued Bintray normal operation until 31 Mar 2021, I'm
disabling Github Actions uploads now. Termux Bintray repository continues to
be available in read-only mode until the final shutdown by JFrog.
2021-02-28 18:15:46 +02:00
Leonid Pliushch
7b5a67d416
termux-tools: use profile script to generate a sample termux.properties
...
Avoid use of postinst or preinst scripts in bootstrap packages. They will not
be executed.
2021-02-27 22:49:55 +02:00
Henrik Grimler
f3d42fca99
termux-exec: update to 0.9 ( #6463 )
2021-02-27 16:50:05 +01:00
Lucy Phipps
c9ba600541
lldb had a double dependency on libllvm
2021-02-27 00:28:06 +00:00
jer194
e01b80c24f
cronie: create $PREFIX/etc/cron.d ( #6461 )
...
Issue https://github.com/termux/termux-packages/issues/6460 .
2021-02-26 21:50:17 +02:00
Lucy Phipps
eb467baf11
lr: don't install lrocate
2021-02-26 06:51:15 +00:00
Lucy Phipps
f3c94728c2
ok, lr actually works for real now
2021-02-25 15:52:47 +00:00
Lucy Phipps
03d37233d5
aaa oops
2021-02-25 15:21:39 +00:00
Lucy Phipps
da4fb62848
lr: include the contrib stuff
2021-02-25 15:15:24 +00:00
Lucy Phipps
67feba13b2
lr: fix Makefile (i pushed too soon again!)
2021-02-25 14:42:53 +00:00
Lucy Phipps
6759664769
lr: fix Makefile (oops i pushed too soon sorry)
2021-02-25 14:25:40 +00:00
Lucy Phipps
f7207f1888
new package: lr
2021-02-25 14:19:42 +00:00
Lucy Phipps
adb1ddc2c8
apt: update to 2.2.0
2021-02-25 13:50:56 +00:00
Henrik Grimler
e3e83f709c
mpd: update to 0.22.6
2021-02-25 13:05:46 +01:00
Leonid Pliushch
fa47b40bb7
github actions: append commit hash to artifacts archive name ( #6450 )
2021-02-25 13:05:07 +01:00
Leonid Pliushch
5171965045
8086tiny: test build with updated github actions
2021-02-24 23:56:44 +02:00
Leonid Pliushch
95153d0052
github actions: shouldn't be necessary to re-download artifacts
...
This is already done at the beginning of upload task.
2021-02-24 23:53:40 +02:00
Leonid Pliushch
47a95b59f6
github actions: append git commit hash to artifacts archive name
2021-02-24 23:52:17 +02:00
Lucy Phipps
b22a027709
cmake: update to 3.19.6
2021-02-24 16:42:37 +00:00
Lucy Phipps
7d270ee3d0
strace: update to 5.11 ( #6447 )
2021-02-24 15:11:02 +00:00
Lucy Phipps
87a7a36e64
rust: update to 1.50.0 ( #6443 )
2021-02-24 05:08:13 +00:00
Henrik Grimler
de2729bc3f
packages.yml: append random suffix to archive
...
To not override previous archives that might not have been parsed yet.
2021-02-23 22:18:38 +01:00
Lucy Phipps
e644430df5
gh: update to 1.6.2
2021-02-23 14:26:58 +00:00
Lucy Phipps
f9a44bf7d1
remove hydra from github-projects.txt
...
hydra was removed from the repo in d84b9dce40
2021-02-23 14:26:58 +00:00