Fredrik Fornwall
db00a859d9
freetype: Update from 2.9.1 to 2.10.0
6 years ago
Fredrik Fornwall
02d649b480
vim: Update from 8.1.0950 to 8.1.1000
6 years ago
Leonid Plyushch
0cf978c8af
package uploader: attempt to fix errors when using on CI
6 years ago
Fredrik Fornwall
bd59d70b6a
libtalloc: Prevent linking in libbsd needlessly
The libtalloc build tries to link in libbsd for strlcpy and strlcat,
which is not needed on Android since bionic already has those.
See https://github.com/termux/termux-packages/pull/3522 .
6 years ago
Leonid Plyushch
7fc6d185ad
update package_uploader.sh
* A bit of refactoring.
* Cleanup mode - remove old package versions and keep only latest one on the remote.
* Metadata regeneration mode. Allows to regenerate metadata without package uploading.
* No script failure when package errored. Just show message and continue.
* Do not leave repository in inconsistent state when terminating uploader with ctrl-c.
* Prevent processing of the duplicated package names in arguments. Argument list will be also sorted.
* Compact informational messages.
6 years ago
Henrik Grimler
00d88cefb4
package_uploader: fix typo
6 years ago
Leonid Plyushch
01f5103e64
micro: bump revision after setting CGO_LDFLAGS
6 years ago
Fredrik Fornwall
5caf3aa4a3
tmate: Bump to keep ahead of android-5 branch
6 years ago
its-pointless
5c7a20bc40
not needed in android-7
6 years ago
Fredrik Fornwall
a6de710198
mtools: Bump revision for rebuild ( fixes #3517 )
6 years ago
its-pointless
f0d05d8ef5
add rpath for clang as default
6 years ago
Henrik Grimler
fcf5c5f468
Merge pull request #3475 from tomty89/texlive-bin
texlive-bin: avoid changing {lua,pdf,xe}tex patches all the time
6 years ago
Fredrik Fornwall
b889f77ad1
golang: Update from 1.12 to 1.12.1
6 years ago
Fredrik Fornwall
cc6d491cce
golang: Avoid wrong hardcoded pkg-config path
Avoid having the value of the PKG_CONFIG environment variable at
build time being built into the go compiler. Fixes #3505 .
6 years ago
Tom Yan
277ddec097
openjpeg: bump revision after update
6 years ago
Tom Yan
ca234bf30c
openjpeg-dev: depends on openjpeg-tools for fast build
6 years ago
Leonid Plyushch
18f64090d9
readme: update instructions for Android 7 branch alpha test
`pkg upgrade` may not reinstall some packages so we need a different way to perform full reinstallation of Termux packages.
6 years ago
Leonid Plyushch
eaf357dac0
package uploader: keep old versions currently, always replace deb files with same name
It seems that metadata generation take about 40 seconds.
If we submit a new version of package with deleting previous one, users
will observe 404 errors until new metadata will be published.
6 years ago
its-pointless
53df2f53cb
no longer needed for api above 21
6 years ago
Leonid Plyushch
d09adaf13a
libpulseaudio: don't use wrappers for /bin/ progs
6 years ago
Leonid Plyushch
e2ca86caa8
fzf: do not override CGO_LDFLAGS
6 years ago
Leonid Plyushch
4ca824b2a7
boost: use linkflags from LDFLAGS
6 years ago
Leonid Plyushch
ca14d628e8
kbfs: bump revision after setting CGO_LDFLAGS
6 years ago
Leonid Plyushch
2002d0b13b
keybase: bump revision after setting CGO_LDFLAGS
6 years ago
Leonid Plyushch
e4daf1a21c
ipfs: bump revision after setting CGO_LDFLAGS
6 years ago
Leonid Plyushch
1f23cc02b1
gbt: bump revision after setting CGO_LDFLAGS
6 years ago
Leonid Plyushch
9711b01b2b
termux-elf-cleaner: update to v1.5
Now it no longer removes GNU version sections.
6 years ago
Leonid Plyushch
50c42cd530
fast-build mode: use termux_download function for downloading 'Release'
Addition for cada4be0d8
.
Release file may not exist too when metadata generation is in progress,
so we may need to do several tries to download file.
6 years ago
Leonid Plyushch
3db390c17a
package uploader: skip packages with custom licenses
Try to detect packages with custom licenses and just skip them
so upload of other packages will be finished successfully.
6 years ago
Leonid Plyushch
cada4be0d8
fast-build mode: do not rely on gpg when verifying metadata
If previous build create metadata generation job, the repository will be left in
unsigned state for up to 5-20 seconds. We cannot do anything with this as how
Bintray works. When this case happens, signature checks will fail causing build
failure.
See https://gitlab.com/termux-mirror/termux-packages/-/jobs/175356747 .
For now, gpg checks are permanently disabled. When a better solution will be
found, feel free to revert this commit.
6 years ago
Leonid Plyushch
ef50aa0608
unstable-repo: switch to API 24 URL
6 years ago
Leonid Plyushch
10f36704e1
x11-repo: switch to API 24 URL
6 years ago
Leonid Plyushch
6ac30651c4
CI: do not perform builds for ARM, i686 and x86_64
Android 7 repository is prepared for AArch64-only.
6 years ago
Leonid Plyushch
7e135fa1c2
package_uploader.sh: check for dependencies before running
6 years ago
Leonid Plyushch
9f088247a4
package_uploader.sh: use more generic bash path for shebang
Fixes error when trying to execute script on NixOS.
6 years ago
Tom Yan
e5edd4f586
Simplify libc++ setup
As clang++ in the NDK defaults to libc++ since r17, we no longer
need to fake a libstdc++.so at build time (and omit it from the
libc++ package we ship).
6 years ago
Fredrik Fornwall
25aaa34b1a
gmic: Respect LDFLAGS
Fixes DT_RUNPATH (see #3490 )
6 years ago
Fredrik Fornwall
5e83b348ae
imgflo: Respect LDFLAGS during build
Fixes DT_RUNPATH (see #3490 ).
6 years ago
Fredrik Fornwall
e943fea765
mpd: Bump package after meson fix
Fixes DT_RUNPATH (see #3490 ).
6 years ago
Fredrik Fornwall
675f40be24
pforth: Respect LDFLAGS in build
Fixes DT_RUNPATH (see #3490 ).
6 years ago
Fredrik Fornwall
0276ae32d2
libmpfr&unrar: Bump packages
These seems to work with DT_RUNPATH now (see #3490 ).
6 years ago
Fredrik Fornwall
c6934c6348
mpc: Bump after meson fix
This fixes DT_RUNPATH (see #3490 ).
6 years ago
Fredrik Fornwall
9a58770ab1
libmpdclient: Bump after meson fix
This fixes DT_RUNPATH (see #3490 ).
6 years ago
Fredrik Fornwall
381c712ca5
tinyscheme: Respect LDFLAGS
Fixes DT_RUNPATH (see #3490 ).
6 years ago
Fredrik Fornwall
d6aac6f7d2
zopfli: Respect LDFLAGS more
This fixes DT_RUNPATH (see #3490 ).
6 years ago
Fredrik Fornwall
6cd7007c03
stfl: Avoid overwriting LDFLAGS
This fixes DT_RUNPATH (see #3490 ).
6 years ago
Fredrik Fornwall
e18cc4b2d7
json-glib: Bump revision after meson fix
This fixes DT_RUNPATH (see #3490 ).
6 years ago
Fredrik Fornwall
a54a1429b8
Avoid meson stripping DT_RUNPATH
See #3490 .
6 years ago
Fredrik Fornwall
e265943187
aapt: Respect LDFLAGS more
This fixes DT_RUNPATH (see #3490 ).
6 years ago
Fredrik Fornwall
9d50deea76
ired: Make build respect LDFLAGS
This fixes DT_RUNPATH (see #3490 ).
6 years ago