1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-16 04:36:39 +00:00
Commit Graph

17114 Commits

Author SHA1 Message Date
Henrik Grimler
4f75038038
zig: can't use auto updates since releases aren't on github
No need to re-build package, so:
%ci:no-build
2022-02-02 13:25:07 +01:00
xtkoba
b8e1fa114b
libgnustep-base: Fix build for x86_64 (#8876) 2022-02-02 06:19:55 +00:00
Tee KOBAYASHI
2e3100bca7 new package: lfortran 2022-02-02 12:41:40 +09:00
Tee KOBAYASHI
0773feac34 new package: libkokkos 2022-02-02 12:41:40 +09:00
Termux Github Actions
cd7a9ae849 stylua: update to 0.12.1
This commit has been automatically submitted by Github Actions.
2022-02-02 00:59:03 +00:00
Tee KOBAYASHI
671eed12f7 new package: snmptt 2022-02-02 06:14:52 +09:00
Tee KOBAYASHI
1c0e8ce18d new package: net-snmp 2022-02-02 06:14:52 +09:00
Termux Github Actions
7a8fb1b2b0 flyctl: update to 0.0.294
This commit has been automatically submitted by Github Actions.
2022-02-01 18:24:47 +00:00
Maxython
16a6f0caad termux-tools: add new system value TERMUX_MAIN_PACKAGE_FORMAT 2022-02-01 15:10:30 +01:00
Termux Github Actions
ff70390e81 syncthing: update to 1.19.0
This commit has been automatically submitted by Github Actions.
2022-02-01 12:45:16 +00:00
Termux Github Actions
b48a70f174 gh: update to 2.5.0
This commit has been automatically submitted by Github Actions.
2022-02-01 12:22:01 +00:00
Termux Github Actions
da054c7ba5 duf: update to 0.8.0
This commit has been automatically submitted by Github Actions.
2022-02-01 06:18:32 +00:00
Maxython
8ec363aa50 fetchmail: update 2022-02-01 10:25:47 +05:30
Tee KOBAYASHI
fe0b5e0252 bash: Update to 5.1.16 2022-02-01 10:24:49 +05:30
Tee KOBAYASHI
193718ecd1 new package: yosys 2022-02-01 10:16:00 +09:00
Termux Github Actions
cfb55a7255 o-editor: update to 2.47.0
This commit has been automatically submitted by Github Actions.
2022-02-01 00:32:30 +00:00
Termux Github Actions
e0b72eb080 harfbuzz: update to 3.3.1
This commit has been automatically submitted by Github Actions.
2022-02-01 00:29:04 +00:00
Tee KOBAYASHI
d8e8a411ec new package: hcl 2022-02-01 06:46:28 +09:00
Tee KOBAYASHI
bad4c0d458 new package: blade 2022-02-01 06:36:11 +09:00
Tee KOBAYASHI
1f20515b05 new package: pomodoro-curses 2022-02-01 05:39:26 +09:00
Tee KOBAYASHI
7889973a31 new package: libinih 2022-02-01 05:39:26 +09:00
Tee KOBAYASHI
967f702fb7 snapcast-server: Add subpackage snapcast-client 2022-02-01 05:26:04 +09:00
Tee KOBAYASHI
69e1e62b4d new package: nsis 2022-02-01 05:16:11 +09:00
Tee KOBAYASHI
d4a34b34f5 new package: libupscaledb 2022-02-01 04:56:54 +09:00
xeffyr
8a0de97452 proot-distro: update to 3.0.0 2022-01-31 20:38:04 +02:00
Termux Github Actions
b49a1086c6 harfbuzz: update to 3.3.0
This commit has been automatically submitted by Github Actions.
2022-01-31 18:30:34 +00:00
xeffyr
d8f95ece36 disabled packages: update maintainer for roc, tcc & vlang 2022-01-31 20:22:56 +02:00
xeffyr
43b2f17506 scripts: update 'update-checksum' & 'revbump' 2022-01-31 20:21:59 +02:00
xeffyr
1a5d7657e9 termux-tools: update termux.1 manpage 2022-01-31 20:19:29 +02:00
xeffyr
153d6e0459 update codeowners
%ci:no-build
2022-01-31 20:18:51 +02:00
xeffyr
a978da484f update termux-keyring 2022-01-31 20:15:35 +02:00
xeffyr
fc95ff7881
github actions: use per-repository token for automatic package updates workflow 2022-01-31 19:47:26 +02:00
Master Java
fc16f5298d groovy: update to 4.0.0 2022-01-31 12:03:32 +05:30
Termux Github Actions
9ff06c8256 stylua: update to 0.12.0
This commit has been automatically submitted by Github Actions.
2022-01-31 00:46:52 +00:00
Tee KOBAYASHI
a98962347d new package: pika 2022-01-31 08:52:42 +09:00
Tee KOBAYASHI
c3f5b28356 new package: libglog 2022-01-31 08:52:42 +09:00
Tee KOBAYASHI
51412a8eb2 new package: librocksdb 2022-01-31 08:52:42 +09:00
Termux Github Actions
c21d5ddd46 libraqm: update to 0.9.0
This commit has been automatically submitted by Github Actions.
2022-01-30 18:25:55 +00:00
Henrik Grimler
ca5438c1ef
CI: fix occasional dependency upload issue
Previously we were outputting built debs into ./debs instead of
standard folder ./output.  We were also sorting built_packages.txt so
that $(cat ./built_packages.txt) returned an alphabetically sorted
list.

This caused issues for pushes that updated both a package and one or
more of its dependencies, if the dependencies start with a letter that
is later in the alphabet.

Latest example was libforestdb and libsnappy.  Libforestdb depends on
libsnappy, but the buildorder as given to build-package.sh was
"libforestdb libsnappy".  During the libforestdb build libsnappy was
built first, but the deb put into the standard ./output folder (that's
how our build system currently handles built dependency debs).  When
build-package.sh then later tries building libsnappy it skips it
since it has already been built.  We then end up with only libforestdb
in the ./debs folder.

Fix this issue by putting all debs in ./output/, and then moving the
once mentioned in built_packages.txt to ./debs/.

Fixes https://github.com/termux/termux-packages/issues/8773.
2022-01-30 17:06:27 +01:00
Henrik Grimler
7b355a29d0
texlive{,-full}: remove package
It is one (soon two) years behind, and is a big hack: some of the debs
are larger than our upload system can handle, and the file lists are
generated from the tlpdb in a not so nice way that breaks horribly on
every texlive release.  Disk space is somewhat of a concern again on
the host that fosshost gives us at no (!) cost, and removing
texlive-full gives us ~1 GB of space.

The reasonable thing to do would be to set up a separate
"termux-texlive" repo, and create a package for every texlive package
rather than for every collection as done here.  Debian, ubuntu and
friends properly creates subpackages.  I am not really motivated to do
this though, so if someone else has use of a properly packaged texlive
and wants to look into it, then that would be great.

Users that want to use texlive should install texlive-installer
instead, it anyways allows for more convenient installation (you can
freely choose which scheme and which packages to install).
2022-01-30 17:05:14 +01:00
Tee KOBAYASHI
00f1e6edd3 new package: libcdk 2022-01-31 00:14:07 +09:00
Henrik Grimler
bcc3f5a735
luarocks: update to 3.8.0 2022-01-30 15:45:05 +01:00
Henrik Grimler
aed08bf1d6
luarocks: fix system detect
Can't read /proc on android.

Fixes https://github.com/termux/termux-packages/issues/8780, fix
found by @ramonrwx.
2022-01-30 15:45:02 +01:00
Henrik Grimler
e7365c115c
bastet: avoid hardcoded prefix in patches
%ci:no-build
2022-01-30 15:44:33 +01:00
Henrik Grimler
f57894b54b
mpd: avoid hardcoded prefix in patches
%ci:no-build
2022-01-30 15:44:14 +01:00
Tee KOBAYASHI
ae0f147c89 new package: ssdb 2022-01-30 20:34:36 +09:00
s00se
0662db1392 ncurses: bump package version for rxvt 2022-01-30 15:11:55 +05:30
Yaksh Bariya
76e3b95e41
Fix more instances of which
How did I miss this before?
2022-01-30 10:26:06 +05:30
Yaksh Bariya
3ce1eb0663
do not use debianutils which in our scripts
The utility is deprecated and might just unnecessarily spam the CI logs when we update to new docker image

%ci:no-build
2022-01-30 10:04:20 +05:30
Termux Github Actions
c2280e5c0e libexpat: update to 2.4.4
This commit has been automatically submitted by Github Actions.
2022-01-30 00:27:24 +00:00