Commit Graph

122 Commits

Author SHA1 Message Date
Yaksh Bariya
3ce1eb0663
do not use debianutils which in our scripts
The utility is deprecated and might just unnecessarily spam the CI logs when we update to new docker image

%ci:no-build
2022-01-30 10:04:20 +05:30
backlight-rn
d056daed9b Update build.sh 2022-01-28 10:32:40 +05:30
Lucinda May Phipps
518706ccd8
git: update to 2.34.1 2021-11-30 06:34:09 +00:00
Lucinda May Phipps
85f03336d7
git: update to 2.34.0 2021-11-19 00:11:19 +00:00
Lucinda May Phipps
50e851aa8d
git: update to 2.33.1 2021-10-15 15:03:38 +01:00
Lucy Phipps
6d356992fd
bump git, golang, harfbuzz
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:12:59 +01:00
Lucy Phipps
8dceea857c
new package: git-svn 2021-08-21 16:12:27 +01:00
Lucy Phipps
c6a9f4af56
git: update to 2.32.0 2021-06-14 23:31:59 +01:00
Lucy Phipps
34916a6f65
git: update to 2.31.1 2021-04-03 00:40:57 +01:00
Saurabh Charde
8f96e194bf git: Update to 2.31.0
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-22 17:39:57 +01:00
Further
0af27d7814
git: update to 2.30.2 (#6502) 2021-03-10 17:47:45 +01:00
Leonid Pliushch
b707e4783c
git: update to 2.30.1 2021-02-09 13:21:32 +02:00
Lucy Phipps
80e692aa03
git: update to 2.30.0 (#6217) 2021-01-05 12:45:20 +05:30
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
Henrik Grimler
3e25fc83a2 git: update to 2.29.2 2020-11-06 23:24:22 +01:00
Fredrik Fornwall
84042b68ee git: Update from 2.27.0 to 2.28.0 2020-07-28 11:01:17 +02:00
Henrik Grimler
6ef0e5876a Bump pending packages again
Seems previous build failed due to game-packages metadata being updated.
2020-06-07 07:24:03 +02:00
Leonid Pliushch
78e74e209d re-run build for pending packages 2020-06-07 04:04:27 +03:00
Henrik Grimler
ffc346b57d Bump recently updated packages, except mksh, to restart build 2020-06-06 21:48:02 +02:00
Henrik Grimler
ad950b7d34 git: update to 2.27.0 2020-06-06 20:38:27 +02:00
Leonid Pliushch
8838f53955 git: update to 2.26.2 2020-04-26 14:55:28 +03:00
Fredrik Fornwall
ffe9bc25ec git: Update from 2.26.0 to 2.26.1 2020-04-19 00:34:07 +02:00
Henrik Grimler
52103c6129 Updates for some packages (#5070)
* imagemagick: update to 7.0.10.2

* fossil: update to 2.10

Had to disable tests checking for sqlite3 as they try to run cross-compiled tests

* automake: update to 1.16.2

* ghostscript: update to 9.52

* cmake: update to 3.17.0

* git: update to 2.26.0

* krb5: update to 1.18

* ldc: update to 1.20.1
2020-03-24 15:27:02 +01:00
Leonid Pliushch
9f21657c14 git: update to 2.25.2 2020-03-19 21:29:23 +02:00
Leonid Pliushch
bc9d026293 git: update to 2.25.1 2020-02-17 15:40:24 +02:00
Leonid Pliushch
7d32a49601 git: tk dependency present in related subpackages and should not be specified for main 2020-01-26 20:24:00 +02:00
Leonid Pliushch
62d008f5eb git: add subpackages git-gui and git-gitk
Requested in https://github.com/termux/termux-packages/issues/4841.
2020-01-26 20:12:38 +02:00
Fredrik Fornwall
da33bbc4d0 git: Update from 2.24.1 to 2.25.0 2020-01-14 11:07:09 +01:00
Fredrik Fornwall
5896a95517 git: Update from 2.24.0 to 2.24.1 2019-12-11 23:40:43 +01:00
Fredrik Fornwall
8aae6f6c79 git: Update from 2.23.0 to 2.24.0 2019-11-21 00:05:42 +01:00
Fredrik Fornwall
d896610bdd git: Update from 2.22.1 to 2.23.0 2019-08-18 22:06:42 +02:00
Fredrik Fornwall
fc2fdb49d9 git: Update from 2.22.0 to 2.22.1 2019-08-15 17:46: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
c81d4c8698 add stubs to prevent on-device building packages with dangerous operations in build.sh
%ci:no-build
2019-08-08 16:58:34 +03:00
Leonid Pliushch
7ee22d0337 git: update to 2.22.0 2019-06-09 14:01:51 +03:00
Leonid Pliushch
b98ffcf631 add libiconv to dependencies where needed 2019-05-05 21:29:36 +02:00
Leonid Pliushch
11200afa32 add zlib to dependencies where needed 2019-04-14 16:00:23 +03:00
Leonid Pliushch
36b4417c80 git: enable 'contrib/subtree' 2019-03-18 21:14:38 +02:00
Fredrik Fornwall
a12ce301ee git: Update from 2.20.1 to 2.21.0 2019-02-26 13:00:56 +01:00
Wetitpig
7ddcce5701 No backticks 2019-02-15 18:01:09 +02: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
89fb794b96 Revision-bump more packages 2019-01-27 15:47:16 +01:00
Leonid Pliushch
46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall
5b803cc35b git: Update from 2.20.0 to 2.20.1 2018-12-19 01:34:51 +01:00
Fredrik Fornwall
4dd72ebf08 git: Update from 2.19.2 to 2.20.0 2018-12-09 23:09:16 +01:00
Fredrik Fornwall
e8b3c38719 git: Update from 2.19.1 to 2.19.2 2018-11-21 23:59:19 +01:00
Fredrik Fornwall
db7c16c6fc git: Bump revision after including git-prompt 2018-11-11 02:32:24 +01:00
Sergio Livi
40de28fc49 git: added git-prompt
__git_ps1 function
2018-11-11 00:56:01 +01:00
Fredrik Fornwall
ee90bf0d67 git: Update from 2.19.0 to 2.19.1 2018-10-07 19:20:46 +02:00