Commit Graph

52 Commits

Author SHA1 Message Date
Tee KOBAYASHI 454917bb9f tmux: Get rid of references to leaked builtins
out of previous `libevent` shared libraries.
2022-03-21 21:01:09 +09:00
Tom Yan f8e73d4660 tmux: make use of its own TMUX_TMPDIR env var
We have _PATH_TMP defined in our NDK paths.h patch. Therefore, the
patching here won't be in effect.

Instead of making use of the also defined _PATH_VARRUN, let's just
make tmux use $PREFIX/var/run as its socket path with its env var
TMUX_TMPDIR.
2021-11-06 09:34:24 +01:00
Leonid Pliushch 27afd9e665
auto updates: migrate config from github-projects.txt to build.sh-specific
Re-enable automatic updates after deleting github-projects.txt.

%ci:no-build
2021-10-04 13:43:31 +03:00
buttaface e251d79ea5
tmux: update to 3.2a (#7051) 2021-06-28 22:09:58 +03:00
Philipp Schmitt c5c24fdff1 Skip checks for reallocarray and recallocarray 2021-04-13 14:24:11 +02:00
Philipp Schmitt 81b6aec8f7 WIP: Update tmux to 3.2 2021-04-13 14:24:11 +02:00
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Philipp Schmitt 0a30e62f15 Update tmux to 3.1c (#6030) 2020-11-14 14:02:27 +02:00
Fredrik Fornwall 1e9be3fc14 tmux: Generalize patch for upstream inclusion 2020-10-02 21:00:56 +02:00
Henrik Grimler 426e37e891 tmux: bump revision 2020-08-06 15:15:59 +02:00
Tim van der Molen 27e745de5f tmux: fix socket path in manual page 2020-08-06 11:03:43 +02:00
Henrik Grimler dcb926abd4 Copy LICENSE file for some licenses instead of using generic one (#5478)
* termux-licenses: remove licenses that contain copyright information

These licenses cannot be taken from the common termux-licenses package as the copyright information needs to be distributed with the package as well.

271 packages in the main repository needs to be rebuilt after this change.

* termux_step_install_license: remove duplicated comment

* Bump packages that has a license with copyright information

We need to include this copyright information in the package so need
to rebuild them now that termux_step_install_license has been
modified.

The affected licenses are: MIT, ISC, PythonPL, Openfont-1.1, ZLIB,
Libpng, BSD, BSD 2-Clause, BSD 3-Clause.

* zlib: extract license file from zlib.h

* xorgproto: include all individual license files in package

* libgcrypt: include LICENSE file in package

It contains some copyright information so needs to be included in package

* libcrypt: add a dummy BSD 2-Clause license

According to homepage it is suppose to be BSD 2-Clause, but original
project did not include a license file

* libandroid-spawn: add LICENSE file to package

* libandroid-glob: add license file to package

* licenses: allow for comma separated TERMUX_PKG_LICENSE_FILE

%ci:no-build

* libicu: fix so that termux_step_install_license finds license file

%ci:no-build

* termux_step_install_license: check for license file as "License"

%ci:no-build

* libtiff: specify TERMUX_PKG_LICENSE_FILE

%ci:no-build

* asciidoctor: install license to standard location

* krb5: specify license file

* libdb: specify path to license file

%ci:no-build

* libprotobuf: specify path to license file

* darkhttpd: extract license file from darkhttpd.c

* w3m: ensure host libraries are not picked up

* w3m: extract LICENSE file from dock/README

* liblua{,52}: extract license files from doc/readme.html

* termux_step_install_license: look for License.txt as well

* dart: specify path to LICENSE file

* nim: specify license file

* runit: specify license file

* termux_step_install_license: look for LICENSE.TXT as well

* ossp-uuid: extract LICENSE from README

* pigz: extract LICENSE from pigz.c

* ttyrec: extract LICENSE from ttyrec.c

%ci:no-build

* bmon: specify license files

Most of the source files are licensed under MIT, it is not clear (to me) which
parts that are licensed under BSD 2-Clause.

%ci:no-build

* wordgrinder: specify license files

* fdupes: add LICENSE

* autossh: add LICENSE patch

* cmake: specify LICENSE file

* dos2unix: specify LICENSE file

* gnuplot: specify LICENSE file

* termux_step_install_license: look for variants of "copyright" also

* picolisp: specify LICENSE file

* lua-lpeg: extract license file

* tidy: specify license file

* gflags: specify LICENSE file

* timewarrior: fix src url

It seems to have been changed.

* postgresql: specify license file

* ttyrec: fix license patch header

* fossil: specify license file

* fmt: specify license file

* i2pd: specify license file

* leptonica: specify license file

* imgflo: add license file patch

* ired: add license file from ired github repo

* libzen: specify license file

* libmediainfo: specify license file

* mediainfo: specify license file

* tty-clock: add license patch

* samefile: add license patch

* quickjs: add license patch

* docbook-xml: add LICENSE patch

* docbook-xsl: specify LICENSE files

* gnuplot: configure with --without-latex

* timewarrior: add libshared to SRCURL as well

The non-release archives does not contain gitsubmodules so we need to
download it manually.

* restic: switch back to using 0.9.6 archive

* dart: revert revision bump

dart's SDK does not fully support python3 yet, and trying to solve
that is not entirely trivial. We save the dart bump (and upgrade to
2.8.4) for another day.

%ci:no-build
2020-07-07 18:45:45 +02:00
Fredrik Fornwall 1d41f0ff65 tmux: Update from 3.1a to 3.1b 2020-05-11 10:00:00 +02:00
Fredrik Fornwall 4e9d657284 tmux: Update from 3.0a to 3.1a 2020-04-29 00:39:27 +02:00
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