Commit Graph

9636 Commits

Author SHA1 Message Date
Leonid Pliushch
7fe1e00b79 fontconfig: depend on ttf-dejavu
System fonts are not working sometimes...
See issue https://github.com/termux/termux-packages/issues/4769.
2020-01-09 14:53:17 +02:00
Henrik Grimler
6e4bf69ca3 Merge pull request #4773 from cuihaoleo/master
busybox: fix typo in crond service script
2020-01-09 08:37:15 +01:00
Henrik Grimler
d97b308c2b buxybox: bump revision 2020-01-09 08:34:42 +01:00
Henrik Grimler
fffa8f626f Merge pull request #4774 from yazdandeli/fix-readme-typo
fix typo in README
2020-01-09 08:32:28 +01:00
Yazdan Deli
72b95022ce fix typo in README 2020-01-09 10:32:09 +03:30
CUI Hao
bc9a4f86cd busybox: fix typo in crond service script 2020-01-08 21:34:59 -08:00
Henrik Grimler
ed08aa45e3 Merge pull request #4772 from termux/service-scripts
Add service scripts for mpdscribble and apache2
2020-01-08 21:47:01 +01:00
Henrik Grimler
4b3832e68d apache2: add termux-services script for httpd 2020-01-08 21:32:26 +01:00
Henrik Grimler
b832afe675 mpdscribble: add termux-services script 2020-01-08 19:58:54 +01:00
Henrik Grimler
54baabcffe termux_step_install_service_scripts: log services should be enabled 2020-01-08 19:58:42 +01:00
Leonid Pliushch
008ec4b6b0 move from x11-repo: ttf-dejavu 2020-01-08 15:54:07 +02:00
Henrik Grimler
5d39b5fb30 Merge pull request #4758 from termux/command-not-found
command-not-found: update to 1.45
2020-01-06 18:54:17 +01:00
Leonid Pliushch
b4593450d3 Merge pull request #4754 from xalexalex/patch-1
update termux-api to v0.49
2020-01-06 18:39:40 +02:00
Leonid Pliushch
99236ea338 setup scripts: do not use sudo if already running under root
Reworked variant of https://github.com/termux/termux-packages/pull/4753.
2020-01-06 18:33:55 +02:00
Henrik Grimler
4454b6a3e3 command-not-found: update to 1.45 2020-01-06 12:59:48 +01:00
Alessandro Caputo
1c5ab1d826 update termux-api to v0.49 2020-01-06 10:59:35 +01:00
Henrik Grimler
975d29b5ed Merge pull request #4749 from termux/service-scripts
termux-services: add service scripts for more packages
2020-01-06 00:03:53 +01:00
Henrik Grimler
41586226bb mariadb: add termux-services script for mysqld 2020-01-05 23:27:57 +01:00
Henrik Grimler
614d4519ad lighttpd: add termux-services script
Also install example config file
2020-01-05 22:36:49 +01:00
Henrik Grimler
52eb061b79 php-fpm: add termux-services script 2020-01-05 22:06:34 +01:00
Henrik Grimler
802373742e postgresql: add termux-services script for postgres 2020-01-05 21:49:48 +01:00
Henrik Grimler
ee894733a3 nginx: add termux-services script 2020-01-05 21:26:18 +01:00
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