Commit Graph

9614 Commits

Author SHA1 Message Date
Henrik Grimler cf856bcae4 privoxy: add termux-services script 2020-01-05 21:06:06 +01:00
Henrik Grimler 8507e290d2 Merge pull request #4747 from termux/service-scripts
Add termux_step_install_service_scripts and TERMUX_PKG_SERVICE_SCRIPT
2020-01-05 20:52:23 +01:00
Henrik Grimler 42899c131c mpd: use termux_step_install_service_scripts for service script 2020-01-05 16:00:20 +01:00
Henrik Grimler 4fe064e0db transmission: use termux_step_install_service_scripts for service script 2020-01-05 15:58:04 +01:00
Henrik Grimler 1716ee981b termux_step_install_service_scripts: allow <service>/log to be overwritten
Transmission needs a custom log/run script, this allows us to define
it in $TERMUX_PKG_SERVICE_SCRIPT.
2020-01-05 15:56:26 +01:00
Henrik Grimler f4a4f86316 openssh: use termux_step_install_service_scripts for service script
This also fixes faulty shebang (#!/bin/sh) in service script
2020-01-05 15:13:15 +01:00
Henrik Grimler 15594b93e1 tor: use termux_step_install_service_scripts for service script 2020-01-05 15:09:37 +01:00
Henrik Grimler 1773d73f9e emacs: use termux_step_install_service_scripts for service script 2020-01-05 15:08:08 +01:00
Henrik Grimler 02deaa800b busybox: use termux_step_install_service_scripts for service scripts 2020-01-05 15:06:16 +01:00
Henrik Grimler ab2a3b70f0 build-package.sh: add TERMUX_PKG_SERVICE_SCRIPT var and build script
termux_step_install_service_scripts is run after
termux_step_post_make_install and loops over the new array
TERMUX_PKG_SERVICE_SCRIPT to add service scripts for termux-services.

The service scripts are usually only a one-liner so we might just as
well define it in a variable like TERMUX_PKG_SERVICE_SCRIPT.

TERMUX_PKG_SERVICE_SCRIPT should be an array on the format
("daemon-name" 'script to execute' "another daemon" 'multi\n line\n script'),
i.e. it should be of even length with name + script where the script
part preferably is within single quotes (to avoid accidental expansion
of for example $HOME).
2020-01-05 15:00:15 +01:00
Henrik Grimler 3ce6ec6953 busybox: add termux-services script for crond 2020-01-05 13:03:15 +01:00
Henrik Grimler c868094d05 busybox: avoid hardcoded $HOME 2020-01-05 12:41:53 +01:00
Henrik Grimler 1deb5f4665 libgnutls: avoid _FORTIFY_SOURCE for debug build
%ci:no-build
2020-01-05 11:58:03 +01:00
Henrik Grimler ebdb11ea89 Merge pull request #4744 from termux/termux-services
termux-services: update to 0.11
2020-01-05 11:37:23 +01:00
Henrik Grimler 3583f2d46c termux-services: update to 0.11
Also change homepage
2020-01-05 11:25:42 +01:00
Leonid Pliushch 83e4bf253c new package: psutils
Requested in https://github.com/termux/termux-packages/issues/2150.
2020-01-04 17:31:21 +02:00
Leonid Pliushch 7518d5f22c move lesspipe from unstable repo 2020-01-04 16:10:34 +02:00
Leonid Pliushch 8a6c606cb5 new package: lazyread
Requested in https://github.com/termux/termux-packages/issues/2245.
2020-01-04 15:58:32 +02:00
Leonid Pliushch 65f8832cde rsnapshot: package is platform independent 2020-01-04 15:27:50 +02:00
Leonid Pliushch a97c2921fa new package: rsnapshot
Requested in https://github.com/termux/termux-packages/issues/2463.
2020-01-04 15:27:21 +02:00
Henrik Grimler 198e4ca96d php: depend on libicu
Needed for extension intl.
2020-01-04 09:44:23 +01:00
Leonid Pliushch 288ec2029a perl: fix perlio.c.patch
See issue https://github.com/termux/termux-packages/issues/4738.
2020-01-04 01:39:40 +02:00
Leonid Pliushch b20be8a115 docker image: install locales and configure en_US.UTF-8 as default 2020-01-04 00:19:59 +02:00
Leonid Pliushch 5e804c1b3d hub: build man pages
Issue https://github.com/termux/termux-packages/issues/3373.
2020-01-03 23:41:08 +02:00
Leonid Pliushch 729a737a49 build-package.sh: move golang variable configuration to termux_step_setup_toolchain.sh
Allow to use termux_setup_golang.sh for host builds.
2020-01-03 23:39:54 +02:00
Leonid Pliushch 41c3da3b9c new package: gnunet
Requested in https://github.com/termux/termux-packages/issues/4707.
2020-01-03 22:42:18 +02:00
Leonid Pliushch 37d80cc2ce new package: rdiff-backup
Requested in https://github.com/termux/termux-packages/issues/4091.
2020-01-03 21:18:23 +02:00
Leonid Pliushch 9008082d95 new package: moreutils
Requested in https://github.com/termux/termux-packages/issues/4148.
2020-01-03 21:03:17 +02:00
Leonid Pliushch f7040d3b54 new package: polipo
Requested in https://github.com/termux/termux-packages/issues/4431.
2020-01-03 20:17:06 +02:00
Leonid Pliushch 6eed6b981e irssi: bump revision 2020-01-03 19:52:32 +02:00
Leonid Pliushch 96d7a187c2 php: enable extensions 'gmp' and 'intl'
See https://github.com/termux/termux-packages/issues/3983#issuecomment-538136712
and https://github.com/termux/termux-packages/issues/2173.
2020-01-03 19:27:37 +02:00
Leonid Pliushch 1198ede739 php: enable xsl module
Requested in https://github.com/termux/termux-packages/issues/3983.
2020-01-03 19:06:14 +02:00
Leonid Pliushch ef997fbf1a irssi: add support for perl and otr
Related issues:
 - https://github.com/termux/termux-packages/issues/4036
 - https://github.com/termux/termux-packages/issues/2989
2020-01-03 17:41:41 +02:00
Leonid Pliushch be503e952f new package: mkvtoolnix
Requested in https://github.com/termux/termux-packages/issues/4731.
2020-01-03 04:08:41 +02:00
Leonid Pliushch 50006bd1f2 new package: shellinabox
Requested in https://github.com/termux/termux-packages/issues/934.
2020-01-03 02:01:09 +02:00
Leonid Pliushch 8462adbc70 termux-auth: update to 1.3 2020-01-03 01:44:11 +02:00
Leonid Pliushch d2712d265f termux-auth: update to 1.2
New version brings utility 'pwlogin' - like 'login' from termux-tools
but with password auth support.

Utility is useful only for programs doing remote connections, e.g.
shellinabox or telnetd.
2020-01-03 01:15:16 +02:00
Fredrik Fornwall f880dc14eb yarn: Update from 1.19.2 to 1.21.1 2020-01-02 23:40:48 +01:00
Fredrik Fornwall cb67ea3b30 erlang: Update from 22.0.7 to 22.2.1 2020-01-02 23:12:03 +01:00
Fredrik Fornwall a5782c5c1a gmic: Update from 2.7.5 to 2.8.1 2020-01-02 23:02:26 +01:00
Fredrik Fornwall 1673d55b19 valac: Update from 0.44.6 to 0.46.5 2020-01-02 22:44:01 +01:00
Fredrik Fornwall 2097def59d exiftool: Update from 11.80 to 11.81 2020-01-02 22:34:31 +01:00
Fredrik Fornwall 41e90c1617 fdupes: Update from 1.6.1 to 2.0.0 2020-01-02 22:31:37 +01:00
Fredrik Fornwall adbb0f6b2a ffmpeg: Update from 4.2.1 to 4.2.2 2020-01-02 22:29:18 +01:00
Fredrik Fornwall dc172606ab gitea: Update from 1.10.1 to 1.10.2 2020-01-02 22:26:28 +01:00
Fredrik Fornwall 140a661938 gatling: Update from 0.13 to 0.15 2020-01-02 22:23:11 +01:00
Fredrik Fornwall 61031e0c13 gifski: Update from 0.9.1 to 0.9.3 2020-01-02 22:21:10 +01:00
Fredrik Fornwall e358472e05 nodejs-lts: Update from 12.13.0 to 12.14.0 2020-01-02 22:01:34 +01:00
Fredrik Fornwall 8d21fb6c6c newsboat: Update from 2.17.1 to 2.18 2020-01-02 22:01:17 +01:00
Fredrik Fornwall 29f0b2dbd9 ranger: Update from 1.9.2 to 1.9.3 2020-01-02 21:38:44 +01:00