Fredrik Fornwall
1e76a0be0e
elfutils: Remove -lintl after libintl.h change
2017-08-17 00:39:19 +02:00
Fredrik Fornwall
eaa7b49107
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.
2017-08-17 00:34:44 +02:00
Stephen
48605328dc
add tclsqlite3.c to libsqlite dev package
...
fixes issues that arose from building tcl with #1169 and avoids a circular dependency
2017-08-17 00:27:57 +02:00
its-pointless
c2a0bc2bab
put shebang in scripts
2017-08-17 00:26:27 +02:00
Oliver Schmidhauser
8ceb581ba6
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
```
2017-08-16 23:47:26 +02:00
Fredrik Fornwall
6e14ec2056
libxapian: Bump revision after change
2017-08-15 00:04:11 +02:00
Fredrik Fornwall
0cd919c1fe
hunspell: Bump revision after patch
2017-08-15 00:03:53 +02:00
Fredrik Fornwall
baba72d659
subversion: Update from 1.9.6 to 1.9.7
2017-08-14 23:57:21 +02:00
Vladimir Serbinenko
5c46cc4ca7
hunspell: Fix Russian dictionarry in emacs.
2017-08-14 23:57:14 +02:00
Stephen
af5f3ae9a7
include xapian-config in dev package
2017-08-14 23:40:22 +02:00
Stephen
76b4636f7d
explicitly list tools in xapian-tools subpackage
2017-08-14 23:40:22 +02:00
Stephen
a11acc3566
disable OSS in cmus
...
needed for #1169 , should not affect current build process
2017-08-14 21:12:49 +02:00
Fredrik Fornwall
0e34db0f16
libcurl: Update from 7.55.0 to 7.55.1
2017-08-14 20:20:14 +02:00
Fredrik Fornwall
1f0b2e78a4
glib&mc: Force rebuild
2017-08-13 15:57:15 +02:00
Fredrik Fornwall
30ab1c0661
ncurses: Patch away REP sequence usage
...
Fixes #1252 and mc corruption.
2017-08-13 15:51:00 +02:00
Henrik Grimler
ef0aec5e3a
texlive: keep certain texmf-dist files in texlive-bin (texliveonfly, ...).
...
Also add texlive as recommended package to texlive-bin.
2017-08-13 00:45:15 +02:00
Fredrik Fornwall
0dc57f4b1f
lftp: Bump revision after added patch
2017-08-13 00:43:23 +02:00
its-pointless
e154c9a98b
fixed sftp shell ( #1261 )
2017-08-13 00:42:11 +02:00
Fredrik Fornwall
017732e3b8
gnupg2: Update from 2.1.22 to 2.1.23
2017-08-11 17:55:20 +02:00
Fredrik Fornwall
b128efaf67
Remove disabled-packages/ghostscript leftover
2017-08-11 15:15:48 +02:00
Fredrik Fornwall
d161400b0c
imgflo: Minor nits
2017-08-11 15:14:48 +02:00
Fredrik Fornwall
ee9ca4aa22
fossil: Update from 2.2 to 2.3
2017-08-11 15:14:36 +02:00
Fredrik Fornwall
8fec19b3c2
sqlite: Update from 3.19.3 to 3.20.0
2017-08-11 15:14:23 +02:00
Fredrik Fornwall
079071acc9
libsoup: Update from 2.58.0 to 2.58.2
...
- Avoid linking in kerberos.
- Depend on libxml2.
2017-08-11 15:00:43 +02:00
its-pointless
0cfa7c331a
imgflo with lib soup. Needs gegl installed ( #1026 )
2017-08-11 14:46:45 +02:00
Fredrik Fornwall
b32c60ff20
graphviz: Do not require libltdl.la for building
2017-08-11 14:44:56 +02:00
Fredrik Fornwall
9158eb6a99
graphviz: Formatting for readability
2017-08-11 14:32:26 +02:00
Fredrik Fornwall
3913027323
ecj: Clean up directory before adding android-16
2017-08-11 14:26:15 +02:00
joakim-noah
8d9d214591
ecj: Add android-16 API jar too ( #1133 )
2017-08-11 14:22:47 +02:00
Fredrik Fornwall
9c357bef30
Remove TERMUX_JACK and TERMUX_JILL
2017-08-11 14:21:05 +02:00
Fredrik Fornwall
3b6c86e870
s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION
2017-08-11 14:10:50 +02:00
Fredrik Fornwall
64666c40b2
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
2017-08-11 14:09:32 +02:00
Fredrik Fornwall
d80d4b6527
cmake: Update from 3.9.0 to 3.9.1
2017-08-11 13:52:16 +02:00
Fredrik Fornwall
151d18bc07
git: Update from 2.14.0 to 2.14.1
2017-08-11 13:36:14 +02:00
Fredrik Fornwall
c781c3a7ef
openssh: Bump revision after package changes
2017-08-11 13:31:20 +02:00
Fredrik Fornwall
311b58f209
postgresql: Update from 9.6.3 to 9.6.4
2017-08-11 13:31:01 +02:00
Fredrik Fornwall
45984c396c
mutt: Remove etc/mime.support
...
The etc/mime.support is now in a separate mime-support package
that mutt now depends on.
2017-08-11 13:30:02 +02:00
Henrik Grimler
af41dc2143
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
2017-08-11 13:25:55 +02:00
deed02392
e046e1b949
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
2017-08-11 13:19:00 +02:00
Fredrik Fornwall
5838845ea6
libsasl: Build with --disable-gssapi
...
This avoids trying to link in libgssapi if kerberas has been built.
2017-08-11 13:12:50 +02:00
Fredrik Fornwall
65cfe25061
icecast: Add source checksum
2017-08-11 12:51:30 +02:00
David Martinez
b6e83a127e
icecast: depend on mime-support
2017-08-11 12:45:59 +02:00
David Martinez
7050d7c0e5
mime-support: added Debian-like package
2017-08-11 12:45:59 +02:00
David Martinez
524d5fa08f
icecast: add package
2017-08-11 12:45:59 +02:00
Fredrik Fornwall
a6eab5e543
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
2017-08-11 03:03:42 +02:00
Fredrik Fornwall
7aa9d4af34
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.
2017-08-11 02:58:47 +02:00
Fredrik Fornwall
5218e97e85
libcurl: Bump revision after package update
2017-08-11 00:50:45 +02:00
Fredrik Fornwall
90ced956d8
ncurses: Bump revision after package update
2017-08-11 00:50:24 +02:00
Stephen
8bcf7cba9c
specify bins in ncurses utils subpackage
2017-08-11 00:28:52 +02:00
Fredrik Fornwall
c78afd9ff9
micro: Update from 1.2.0 to 1.3.1
2017-08-11 00:26:18 +02:00