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
Fredrik Fornwall
ce4b923f13
Fix DT_RUNPATH for rust-using packages
See #3490 .
6 years ago
Fredrik Fornwall
bda1edfe6c
msmtp: Do not overwrite LDFLAGS
Fixes DT_RUNPATH (see #3490 ).
6 years ago
Fredrik Fornwall
69e6535007
rgbds: Make build respect LDFLAGS
Adds DT_RUNPATH (see #3490 ).
6 years ago
Fredrik Fornwall
92ba26d389
darkhttpd: Fix DT_RUNPATH
See #3490 .
6 years ago
Fredrik Fornwall
4871b9513d
termux-exec: Fix DT_RUNPATH
6 years ago
Fredrik Fornwall
122a7d9c72
rclone: Bump package after DT_RUNPATH fix
6 years ago
Fredrik Fornwall
ab301a9463
Bump caddy&syncthing after DT_RUNPATH fix
6 years ago
Fredrik Fornwall
8a3df02aec
Make ttyrec respect LDFLAGS
This adds DT_RUNPATH, see #3490 .
6 years ago
Fredrik Fornwall
6a83b6cc08
Bump hub&hugo after setting CGO_LDFLAGS
6 years ago
Fredrik Fornwall
d03cd2f0db
Set CGO_LDFLAGS="$LDFLAGS" for go packages
This should add DT_RUNPATH. See #3490 .
6 years ago
kenneth-Q
824d2cc3ab
p7zip: add patch for security
6 years ago
Leonid Plyushch
f881a4dedb
CI: use default path for deb files
6 years ago
Leonid Plyushch
a6b0e63450
new package: restic
Previously, it was available only in unstable-packages, but since this
utility is really stable and useful, it is better to have it in main repository.
Also, this will be a test for automatic package deploy.
6 years ago