Commit Graph

38 Commits

Author SHA1 Message Date
Fredrik Fornwall
56f147c754 tmux: Update from 3.0 to 3.0a 2019-12-01 17:46:56 +01:00
Fredrik Fornwall
1ec62dee82 tmux: Update from 2.9a to 3.0 2019-11-27 21:25:46 +01:00
Fredrik Fornwall
081ec764f0 tmux: Add patch fixing ordering of events 2019-10-06 00:32:09 +02:00
Henrik Grimler
336e31c691 tmux: make sure $PREFIX/var/run exists 2019-09-17 20:08:20 +02:00
Henrik Grimler
3bc687b67c tmux: put socket in $PREFIX/var/run instead of $TMPDIR
See https://github.com/termux/termux-packages/issues/4206
2019-08-25 17:00:39 +02:00
Leonid Pliushch
c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch
a8f114d98e tmux: disable static build 2019-07-29 21:54:56 +03:00
Fredrik Fornwall
40b5672546 tmux: Update from 2.9 to 2.9a 2019-05-05 22:38:40 +02:00
Fredrik Fornwall
4419be5523 tmux: Update from 2.8 to 2.9 2019-04-25 14:29:46 +02:00
Leonid Pliushch
c9b80cf42d libutil: remove package - replaced by libc from Android 7 or newer 2019-03-10 15:42:58 +02:00
Leonid Pliushch
f2dcc0299f specify CONFFILES for bash, nano, resolv-conf, tmux
Prevent overwriting user's configuration files if package was upgraded.
2019-02-13 22:51:28 +01:00
Wetitpig
5f07ac4eb9 Change permissions 2019-02-09 21:06:31 +02:00
Wetitpig
5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Fredrik Fornwall
74b073b8ad tmux: Bump revision 2019-01-27 16:41:04 +01:00
Leonid Pliushch
46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall
98f57d7bc1 tmux: Update from 2.7 to 2.8 2018-10-18 19:07:18 +02:00
Fredrik Fornwall
caeba9f76c tmux: Update from 2.6 to 2.7 2018-04-16 23:25:15 +02:00
Fredrik Fornwall
0ee3edf5f7 Improve various package descriptions 2017-12-05 22:33:04 +01:00
Fredrik Fornwall
aced879963 tmux: Update from 2.5 to 2.6 2017-10-06 13:34:06 +02:00
Fredrik Fornwall
bb9727d29f tmux: Bump revision after change 2017-09-29 14:59:11 +02:00
Thomas Gordon Lowrey IV
3aae04d484 remove zeroed escape time (#1598)
an escape time of zero breaks tmux core functionality... you cannot have an escape time of 0, then it's impossible to use most custom key bindings, or to do things like resize panes effectively, etc...
2017-09-29 14:57:06 +02:00
Fredrik Fornwall
2b72c3920e tmux: Include <stdlib.h> for getprogname()
After switching to unified headers,  <stdlib.h> was not included
indirectly in compat/setproctitle.c. This caused it to be implicitly
declared to return int and caused a segfault.
2017-07-02 11:18:52 +02:00
Fredrik Fornwall
cf18e7755f tmux: Update from 2.4 to 2.5 2017-06-02 22:08:13 +02:00
Fredrik Fornwall
953e38193a tmux: Update from 2.3 to 2.4 2017-04-22 02:26:00 +02:00
Fredrik Fornwall
23289d81e9 Add some more source checksums 2017-02-12 22:15:13 +01:00
Fredrik Fornwall
b18f952d99 libevent: Update from 2.0.22 to 2.1.8 2017-01-28 10:42:52 +01:00
Fredrik Fornwall
421607509c tmux: Update from 2.2 to 2.3 2016-10-03 08:41:45 -04:00
Fredrik Fornwall
1ea423b5a3 tmux: Link against libandroid-support for wcwidth()
Fixes #224.
2016-04-20 06:25:44 -04:00
Fredrik Fornwall
fde658151c tmux: Update from 2.1 to 2.2 2016-04-11 07:25:59 -04:00
Fredrik Fornwall
fd2712d340 tmux: Enable mouse wheel scrolling by default 2015-11-02 16:04:37 -05:00
Fredrik Fornwall
b4b35f2f10 tmux: Update to 2.1 2015-10-19 17:36:17 -04:00
Fredrik Fornwall
b2d8bace52 tmux: Bump revision to force update after rebuild 2015-09-16 21:09:30 -04:00
Fredrik Fornwall
87745886da tmux and neovim: Use the new libutil library 2015-09-14 20:15:34 -04:00
Fredrik Fornwall
4b74af2c3b busybox: Handle ash as symlink and re-enable wget 2015-08-11 21:09:58 -04:00
Fredrik Fornwall
02b55df699 Use bash as login shell by default 2015-07-30 19:47:00 -04:00
Fredrik Fornwall
c661264823 tmux: Update homepage 2015-07-23 19:07:39 -04:00
Fredrik Fornwall
a22720a010 Bump revision for tmux and openssh after updated pwd.h patch 2015-07-15 13:17:06 -04:00
Fredrik Fornwall
59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00