Fredrik Fornwall
c101fa914c
libsqlite: Bump revision after package change
7 years ago
Fredrik Fornwall
6fb56d78b5
lzop: Update from 1.03 to 1.04
7 years ago
Fredrik Fornwall
d34aacef93
elfutils: Remove -lintl after libintl.h change
7 years ago
Fredrik Fornwall
50ed335795
Make libintl.h provide inline stubs
Previously libandroid-support contained inline stubs for libintl.h
functions (gettext(), dgettext() and friends).
We now provide inline versions of them in libintl.h directly so
libandroid-support is no longer necessary to get them.
7 years ago
Stephen
8a30c5bb30
add tclsqlite3.c to libsqlite dev package
fixes issues that arose from building tcl with #1169 and avoids a circular dependency
7 years ago
its-pointless
aa605e8901
put shebang in scripts
7 years ago
Oliver Schmidhauser
2f90522ad3
termux-chroot: Specify command to execute
Allow a command to be specified when running termux-chroot.
Example:
```
$ termux-chroot ls /
bin data dev etc home lib proc property_contexts share storage system tmp usr var vendor
```
This makes it possible to run scripts that include a part that needs to
be run in a chrooted environment, like a compile script.
```
./configure
make
termux-chroot make install
```
Previously it had to be done like this:
```
./configure
make
termux-chroot
cd program
make install
exit
```
7 years ago
Fredrik Fornwall
c87e861bae
libxapian: Bump revision after change
7 years ago
Fredrik Fornwall
982ce4905b
hunspell: Bump revision after patch
7 years ago
Fredrik Fornwall
729d06969a
subversion: Update from 1.9.6 to 1.9.7
7 years ago
Vladimir Serbinenko
2d3744e119
hunspell: Fix Russian dictionarry in emacs.
7 years ago
Stephen
cc62d27de7
include xapian-config in dev package
7 years ago
Stephen
35e119a8db
explicitly list tools in xapian-tools subpackage
7 years ago
Stephen
08c80f9501
disable OSS in cmus
needed for #1169 , should not affect current build process
7 years ago
Fredrik Fornwall
8cb4e2e744
libcurl: Update from 7.55.0 to 7.55.1
7 years ago
Fredrik Fornwall
efb68107d7
glib&mc: Force rebuild
7 years ago
Fredrik Fornwall
1770bbac20
ncurses: Patch away REP sequence usage
Fixes #1252 and mc corruption.
7 years ago
Henrik Grimler
9337288205
texlive: keep certain texmf-dist files in texlive-bin (texliveonfly, ...).
Also add texlive as recommended package to texlive-bin.
7 years ago
Fredrik Fornwall
de5b443bf7
lftp: Bump revision after added patch
7 years ago
its-pointless
23cf7f0779
fixed sftp shell ( #1261 )
7 years ago
Fredrik Fornwall
eda3e708d2
gnupg2: Update from 2.1.22 to 2.1.23
7 years ago
Fredrik Fornwall
f8888c4c83
Remove disabled-packages/ghostscript leftover
7 years ago
Fredrik Fornwall
de53f385c2
imgflo: Minor nits
7 years ago
Fredrik Fornwall
b116c31a33
fossil: Update from 2.2 to 2.3
7 years ago
Fredrik Fornwall
3f1345e719
sqlite: Update from 3.19.3 to 3.20.0
7 years ago
Fredrik Fornwall
13f3261b28
libsoup: Update from 2.58.0 to 2.58.2
- Avoid linking in kerberos.
- Depend on libxml2.
7 years ago
its-pointless
e62e1cd02d
imgflo with lib soup. Needs gegl installed ( #1026 )
7 years ago
Fredrik Fornwall
8fe4c234c1
graphviz: Do not require libltdl.la for building
7 years ago
Fredrik Fornwall
a56e45b1c9
graphviz: Formatting for readability
7 years ago
Fredrik Fornwall
d8a173090b
ecj: Clean up directory before adding android-16
7 years ago
joakim-noah
abc709c2e0
ecj: Add android-16 API jar too ( #1133 )
7 years ago
Fredrik Fornwall
dab4f215c8
Remove TERMUX_JACK and TERMUX_JILL
7 years ago
Fredrik Fornwall
b28ead0d4a
s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION
7 years ago
Fredrik Fornwall
56601c842f
Update android platform setup
- Update to build tools 26.0.1.
- Update from android-25 to android-26.
- Add android-16 for use in https://github.com/termux/termux-packages/pull/1133
7 years ago
Fredrik Fornwall
3b45c02d9f
cmake: Update from 3.9.0 to 3.9.1
7 years ago
Fredrik Fornwall
fb617c2db4
git: Update from 2.14.0 to 2.14.1
7 years ago
Fredrik Fornwall
68db79daf2
openssh: Bump revision after package changes
7 years ago
Fredrik Fornwall
7098409599
postgresql: Update from 9.6.3 to 9.6.4
7 years ago
Fredrik Fornwall
d3594e89a9
mutt: Remove etc/mime.support
The etc/mime.support is now in a separate mime-support package
that mutt now depends on.
7 years ago
Henrik Grimler
91a5322f5e
Enable ghostscript ( #1135 )
* Fix ghostscript for aarch64.
* ghostscript: fix arm header
* ghostscript: clean build script
* ghostscript: disable i686 and x86_64 for now and enable package!
* Add required build dependencies for ghostscript to setup scripts
* ghostscript: add libexpat as dependency
* ghostscript: add (untested) generated headers for x86_64 and i686
7 years ago
deed02392
d8425dcd52
Set up home structure for authorized_keys
Since password auth is disabled by default, we depend on keys in our home dir but they're not created for us and the perms are wrong by default. This commit sets it up correctly for the user to simply add their key to the empty authorized_keys file
8 years ago
Fredrik Fornwall
c9a4f11060
libsasl: Build with --disable-gssapi
This avoids trying to link in libgssapi if kerberas has been built.
7 years ago
Fredrik Fornwall
3f38f8361d
icecast: Add source checksum
7 years ago
David Martinez
74f6b52557
icecast: depend on mime-support
8 years ago
David Martinez
70163e7cff
mime-support: added Debian-like package
8 years ago
David Martinez
ae5855897d
icecast: add package
8 years ago
Fredrik Fornwall
b94f381c23
busybox: Build with gcc for now
Building with clang causes less to segfault on 32-bit arm:
https://github.com/termux/termux-packages/issues/1245
7 years ago
Fredrik Fornwall
552d700d2d
nodejs-current: Update from 8.2.1 to 8.3.0
Note that the resulting package does not work yet due to
https://github.com/nodejs/node/pull/14489
not being in 8.3.0.
7 years ago
Fredrik Fornwall
8ad7a27e9b
libcurl: Bump revision after package update
7 years ago
Fredrik Fornwall
1a580ceeb6
ncurses: Bump revision after package update
7 years ago