Fredrik Fornwall
099da62681
moon-buggy: Update homepage
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
e6b436aad7
angband: Update checksum
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
ebdf2695cb
tty-solitaire: Fix building
2021-11-27 13:00:40 +01:00
Auxilus
9309007637
tty-solitaire: Add package
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
809ce2c039
Drop need of setting TERMUX_PKG_FOLDERNAME
...
Instead figure out the top level source folder ourselves.
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
957a54c31a
Rebuild all packages with control.tar.gz
...
Bump the version of all old packages that contained a control.tar.gz
file - as of now only control.tar.xz is used. See #1398 .
2021-11-27 13:00:40 +01:00
Oliver Schmidhauser
9407e0a467
Add proper package description
2021-11-27 13:00:40 +01:00
Oliver Schmidhauser
78c5caa196
Add moria package
...
As requested in #533 (fixes #533 ).
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
71d2e06429
angband: Update from 4.0.5 to 4.1.0
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
281f133202
brogue: -Werror=implicit-function-declaration
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
17e2234497
Remove TERMUX_TAR and TERMUX_TOUCH
...
These can be removed now that OS X is not supported directly (OS X
users can still use Docker to build though).
Fixes #936 .
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
3fd5cb70fd
Use more source checksums
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
172747d4ac
Use more source checksums
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
a2330052f2
Use more source checksums
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
d9c30cd329
frotz: Update project homepage
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
967d2ccd76
frotz: Depend on curl for the zgames script
...
Fixes #779 .
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
d335fe9395
glulxe: Update from 0.5.2 to 0.5.4
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
7b49acb07b
curseofwar: Fix build with new cmake system
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
5b81d162cb
s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
0a75b6dc1a
moon-buggy: Switch to alternate download url
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
56bde27d26
Switch from ftp.gnu.org to mirrors.kernel.org
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
ebd7ef86b5
Update readline to v7 and bash to v4.4
...
As a consequence of updating readline to version 7 we bump the
build revision of all packaging linking to it as the soname has
changed.
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
949c4342cf
Cleanup of more packages
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
a7aabf2e45
brogue: Prepare for clang
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
fd2442216a
angband: Update from 4.0.4 to 4.0.5
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
d350e87785
angband: Update from 4.0.3 to 4.0.4
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
147c3125b1
Fix rpl_malloc when cross compiling
...
Work around rpl_malloc being used, see
http://wiki.buici.com/xwiki/bin/view/Programing+C+and+C%2B%2B/Autoconf+and+RPL_MALLOC
for more information:
"The AC_FUNC_MALLOC macro makes sure that the malloc function when passed a zero
argument returns a valid memory block instead of a NULL pointer. This behaviour
conforms to the GNU C library. Normally, this is a reasonable test that autoconf
makes at build-time. In the case of cross-compilation, however, autoconf cannot
execute a program to verify proper behavior. It makes the conservative assumption
that the target library will produce non-conforming code.
Failure of this test causes autconf to replace malloc() calls with rpl_malloc()
calls. At link time, if there is no rpl_malloc() function, the linker will fail
with an error describing the missing symbol. The autoconf documentation recommends
adding this harmless code to the application to implement the function."
In Termux the rpl_malloc() usage is useless at best, and may also prevent building
some packages as well as giving runtime crashes for libgc-using packages or others
expecting to intercept malloc.
Previously some packages specified worked around this themselves, but the configure
arguments are now moved into build-package.sh.
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
6b5235f52d
Minor version bumps
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
d0f623bbf4
angband: Update to 4.0.2 from 4.0.1
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
61ed93d7e5
frotz: Update frotz from 2.43 to 2.44
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
6f44cb75da
angband: Update to 4.0.1
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
4e6cca7e20
frotz: Fix man path
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
e202d4541c
Update greed from 3.11 to 4.1
2021-11-27 13:00:40 +01:00
Fredrik Fornwall
25d152455a
Initial push
2021-11-27 13:00:40 +01:00
Henrik Grimler
bf4e4a6489
open-adventure: update to 1.7
2021-11-27 13:00:40 +01:00
Henrik Grimler
88e749fc25
open-adventure: add package
2021-11-27 13:00:40 +01:00
Yonle
d3e5b6fc05
pcre: Change source download
2021-11-27 07:54:19 +01:00
Yonle
78789dbd65
[test] Rewrite patch
2021-11-27 09:52:19 +05:30
Yonle
acd6608d68
[test] remove autoplug_libcaca.patch
2021-11-27 09:52:19 +05:30
Yonle
6da988cb1a
meson: Bump 0.90.1
2021-11-27 09:52:19 +05:30
Yonle
2496207111
Change sha256sum
2021-11-27 09:52:19 +05:30
Yonle
21c2a0ca27
Bump 1.19.3
2021-11-27 09:52:19 +05:30
Yonle
e2f5ea20e9
fluidsynth: Bump 2.2.4
2021-11-27 09:41:14 +05:30
Termux Github Actions
0f1822c27b
k9s: update to 0.25.7
...
This commit has been automatically submitted by Github Actions.
2021-11-27 00:24:57 +00:00
Termux Github Actions
8680beeea4
fd: update to 8.3.0
...
This commit has been automatically submitted by Github Actions.
2021-11-27 00:17:07 +00:00
Henrik Grimler
3bb1aefce9
argon2: update SRCURL
...
So that build works again.
%ci:no-build
2021-11-26 20:04:29 +01:00
Termux Github Actions
c0720ccbc3
harfbuzz: update to 3.1.2
...
This commit has been automatically submitted by Github Actions.
2021-11-26 18:13:39 +00:00
Henrik Grimler
20d81f49ed
unbound: bump, package is missing from repo
...
The CI script seem to have a problem with building dependencies when
several packages are added in a single merge.
2021-11-26 12:52:58 +01:00
Henrik Grimler
cdff59cb7b
libnutls: bump after dependency on unbound was added
...
Forgot about that in the PR.
2021-11-26 08:57:20 +01:00
Tee KOBAYASHI
031ba9f0d2
libgnutls: Enable libdane
2021-11-26 08:56:49 +01:00