Commit Graph

16 Commits

Author SHA1 Message Date
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
Leonid Pliushch 48fb96e90d rcs: bump revision 2020-11-22 20:31:01 +02:00
Leonid Pliushch 83c8db5cf8 rcs: patches seems no longer needed 2020-11-22 16:58:04 +00:00
Leonid Pliushch fb994dbf31 rcs: update to 5.10.0 2020-11-22 16:31:08 +00:00
Leonid Pliushch 4acb86a25b rcs, rcshell: fix revisions 2020-10-23 02:17:51 +03:00
Leonid Pliushch 3881b57266 rcs: switch to another mirror 2020-10-23 02:13:15 +03:00
Leonid Pliushch 4a72e44163 rcs: add patch for Android 10
https://github.com/termux/termux-packages/issues/5595
2020-08-07 16:00:15 +03:00
Leonid Pliushch 45cc1e8087 rcs: rebuild package 2020-01-13 16:59:33 +02:00
Leonid Pliushch 5123b0cffa fix formatting of some build.sh 2020-01-13 03:00:07 +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 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 2bb920e3e2 http -> https updates 2018-05-25 12:38:52 +02:00
Oliver Schmidhauser bf5bf339fb Provide a better description for the rcs package (#1691)
When i misspelled `cp` to `co` it told me to install the package `rcs`
for it. Not knowing what it was I called `apt show rcs`. But the
    description didn't help me at all.
So I copied the description from Debian.
2017-10-22 01:02:12 +02:00
Henrik Grimler b38963f7f8 Rcs: add diffutils as dependency and fix diff{,3} paths (#1353)
* rcs: specify diff-patch when configuring

* rcs: add diffutils as dependency and fix diff{,3} paths
2017-09-05 11:56:28 +02:00
Fredrik Fornwall 1169a7c659 rcs: Build with clang using patch from upstream 2017-08-29 22:41:29 +02:00
its-pointless c5c5181c00 rcs gnu revision control system 2017-08-29 21:16:31 +02:00