Commit Graph

6611 Commits

Author SHA1 Message Date
Fredrik Fornwall 08ec48080b dpkg: Update from 1.19.2 to 1.19.4 2019-02-16 00:33:31 +01:00
Fredrik Fornwall 725f9b4d0f libgit2: Update from 0.27.8 to 0.28.1 2019-02-16 00:30:36 +01:00
Fredrik Fornwall 2f884acc43 irssi: Update from 1.1.2 to 1.2.0 2019-02-16 00:04:59 +01:00
Fredrik Fornwall a4089303ca harfbuzz: Update from 2.3.0 to 2.3.1 2019-02-16 00:02:37 +01:00
Fredrik Fornwall 0626265f80 mime-support: Update from 3.61 to 3.62 2019-02-16 00:02:20 +01:00
Fredrik Fornwall d2ef4a51d1 libuv: Update from 1.25.0 to 1.26.0 2019-02-15 23:45:01 +01:00
Fredrik Fornwall 08f3d2a754 nodejs: Update from 11.9.0 to 11.10.0 2019-02-15 23:37:40 +01:00
Fredrik Fornwall 82d6009688 libjpeg-turbo: Update from 2.0.1 to 2.0.2 2019-02-15 23:36:44 +01:00
Fredrik Fornwall c25a25e604 msmtp: Update from 1.8.2 to 1.8.3 2019-02-15 23:29:20 +01:00
Fredrik Fornwall 5e029a8dfd hub: Update from 2.8.4 to 2.9.0 2019-02-15 23:24:54 +01:00
Fredrik Fornwall 2453a1fdac libmosquitto: Update from 1.5.6 to 1.5.7 2019-02-15 23:22:32 +01:00
Fredrik Fornwall 4fe189ec8f Specify "--path ." when building with cargo 2019-02-15 23:22:13 +01:00
Fredrik Fornwall b88aff7be0 fd: Update from 7.2.0 to 7.3.0 2019-02-15 23:21:46 +01:00
Leonid Pliushch 56dc19d56d dialog: update to 1.3-20190211 and fix download URL 2019-02-15 23:03:54 +01:00
Wetitpig 72eaf12358 Dockerfile to tabs 2019-02-15 18:01:09 +02:00
Leonid Pliushch cc61b933ac build-all.sh: don't use tabs in script usage info 2019-02-15 18:01:09 +02:00
Wetitpig 7ddcce5701 No backticks 2019-02-15 18:01:09 +02:00
Wetitpig d50c847f11 Shell script compliance 2019-02-15 18:01:09 +02:00
Wetitpig 42c3826b07 Markdown New Guideline Compliance 2019-02-15 18:01:09 +02:00
Leonid Pliushch aa6570cda9 BUILD.md: specify common files where build instructions usually provided 2019-02-15 18:00:24 +02:00
Leonid Pliushch b3f1cc6885 BUILD.md: remove duplicated step
Step 9 was a duplicate of step 2 (creating subpackages).
2019-02-15 18:00:24 +02:00
Leonid Pliushch 6f1a5e3411 BUILD.md: fix typo
We need to repeat 4-6 steps to obtain patches instead of 2-4.
2019-02-15 18:00:24 +02:00
Leonid Pliushch 094ea43421 BUILD.md: add some notes about Android 8+ problems to "Common Porting Problems" section 2019-02-15 18:00:24 +02:00
Leonid Pliushch 454742bf4a BUILD.md: fix typos 2019-02-15 18:00:24 +02:00
Leonid Pliushch bc8fc622d8 improvements to README.md 2019-02-15 18:00:24 +02:00
Leonid Pliushch f3a395c68b BUILD.md: mention Termux's FHS problem
Termux is not FHS-compliant.
2019-02-15 18:00:24 +02:00
Leonid Pliushch a13773a2a7 FORMAT.md: mention that only special characters should be escaped in Markdown
Only characters that have special meaning in Markdown should be escaped.
2019-02-15 18:00:24 +02:00
Leonid Pliushch 25cb9fbd31 FORMAT.md: improve "coding practices" 2019-02-15 18:00:24 +02:00
Leonid Pliushch 34710febc5 sample subpackage.sh: TERMUX_SUBPKG_INCLUDE should be under description and dep fields
Some subpackages may have long include lists (e.g. ncurses-utils) so it worth to have
description and dependencies specified on top for better visibility.
2019-02-15 18:00:24 +02:00
Leonid Pliushch 58f50041e1 sample subpackage.sh: remove undefined variable TERMUX_SUBPKG_REVISION
It does not exist in build-package.sh. Also having this one has no point since
subpackages always have same version as main package.
2019-02-15 18:00:24 +02:00
Leonid Pliushch b7e7e05147 sample subpackage.sh: reorder variables like done for build.sh 2019-02-15 18:00:24 +02:00
Leonid Pliushch 4cc9f8fb43 sample build.sh: set preferred order of config variables
Based on typical variable order in most packages.

Variables grouped into categories so it much easier to get started by just
copying sample build.sh script, filling necessary fields and removing unneeded.
2019-02-15 18:00:24 +02:00
Wetitpig 5d5cb09c36 Add Windows Instructions 2019-02-15 18:00:24 +02:00
Wetitpig 431df01f2a Capitalisation seems awkward 2019-02-15 18:00:24 +02:00
Wetitpig 2ed399c93c Add mailing lists 2019-02-15 18:00:24 +02:00
Wetitpig 7f258aea31 Add more coding practices 2019-02-15 18:00:24 +02:00
Leonid Pliushch bb12824cb9 FORMAT.md: recommendations about comments and encoding 2019-02-15 18:00:24 +02:00
Leonid Pliushch 4702001dcc sample build.sh: add notice about disallowed behaviour
Superuser privileges and modification of files outside of build directories (e.g. in $HOME) are disallowed
to prevent data loss or system breakage.
2019-02-15 18:00:24 +02:00
Leonid Pliushch 1aa269456e UTILITIES.md: small fixes 2019-02-15 18:00:24 +02:00
Leonid Pliushch 506522db8f sample subpackage.sh: some fixes 2019-02-15 18:00:24 +02:00
Leonid Pliushch 99576fe421 sample build.sh: more fixes 2019-02-15 18:00:24 +02:00
Leonid Pliushch 25c5118cda sample build.sh: TERMUX_PKG_SHA256 is mandatory
See sources of function 'termux_download()' build-package.sh.
2019-02-15 18:00:24 +02:00
Leonid Pliushch 63eff4e678 BUILD.md: fix function names in the table
Function names should be exactly same as in build-package.sh
2019-02-15 18:00:24 +02:00
Leonid Pliushch cbb9c42d20 BUILD.md: little fix to the "Basics" section 2019-02-15 18:00:24 +02:00
Leonid Pliushch ff8d571378 BUILD.md: remove leading tabs in code snippets
There no reason to have lead tabs in code snippets.
Leading tabs also make reading a bit harder on mobile devices.
2019-02-15 18:00:24 +02:00
Leonid Pliushch 4fdfc951cb DOCKER.md: remove leading tabs from code snippets
There no reason to have lead tabs in code snippets.
Leading tabs also make reading a bit harder on mobile devices.
2019-02-15 18:00:24 +02:00
Wetitpig 6818cc4a0e Separate Additional Resources 2019-02-15 18:00:24 +02:00
Wetitpig b7410e9d75 Add Issue and PR subsection 2019-02-15 18:00:24 +02:00
Wetitpig d902dd9ae4 Add directory structure 2019-02-15 18:00:24 +02:00
Wetitpig 27a8a9bf88 Formatting Guidelines 2019-02-15 18:00:24 +02:00