60 Commits

Author SHA1 Message Date
Tee KOBAYASHI
ddd3b623d2 *: Re-enable clang16-porting for essential packages
%ci:no-build
2023-04-01 23:49:34 +09:00
Tee KOBAYASHI
3c88b59561 *: Disable clang16-porting for essential packages
%ci:no-build
2023-03-28 16:27:35 +09:00
Henrik Grimler
88849e9114 enchance(main/libandroid-support): remove pre-depends on dpkg
It was added to fix a particular package dependency issue when
libiconv was added (see termux/termux-packages/issues/3762).  It is
however not correct, libandroid-support does not (pre-)depend on dpkg
and specifying that it does can lead to cyclic dependency issues.

Remove this workaround since it by now has been several years since
the original issue was fixed.
2022-12-21 10:23:04 +00:00
Lucy Phipps
2b5af39505 bump helix, kak-lsp, libandroid-support
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:00 +01:00
Henrik Grimler
bb4ddd2023 libandroid-support, subversion: bump after fixing build-package 2021-08-21 22:38:56 +02:00
Henrik Grimler
89857415a9 libandroid-support: prevent mkdir error if objects folder exists 2021-08-21 21:02:40 +02:00
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
b2d97c63cf libandroid-support: update to v28 specify license MIT for wcwidth
github.com/termux/wcwidth as well as github.com/jquast/wcwidth are
licensed under MIT.
2020-08-07 12:11:06 +02:00
Henrik Grimler
7c74bf9726 Rename termux_step_post_extract_package->termux_step_post_get_source 2020-07-21 10:14:19 +02:00
Henrik Grimler
15a76e44d2 libandroid-support: update to v26 2020-05-01 11:55:25 +02:00
Leonid Pliushch
6ed2e23775 libandroid-support: fix typo in build.sh
Now libandroid-support.a shouldn't be empty.
2019-09-11 04:25:38 +03: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
6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch
2085a12565 libandroid-support: finally drop iconv implementation
It is replaced by GNU iconv.
2019-05-23 21:37:54 +03:00
Leonid Pliushch
0375aa47c5 libandroid-support: do not use iconv.h header 2019-05-23 03:19:20 +03:00
Leonid Pliushch
768eebdf77 libandroid-support: add dpkg to pre-depends
Fix for https://github.com/termux/termux-packages/issues/3762.
2019-05-12 23:21:08 +03:00
Leonid Pliushch
8852c05a61 Revert "libandroid-support: declare that package breaks old 'coreutils' and 'tar'" 2019-05-08 01:49:11 +03:00
Leonid Pliushch
93c8a36275 libandroid-support: declare that package breaks old 'coreutils' and 'tar'
Attempt to fix https://github.com/termux/termux-packages/issues/3762.
2019-05-08 01:36:41 +03:00
Leonid Pliushch
fcc4395126 Revert "libandroid-support: add libiconv as pre-depends" 2019-05-06 21:14:30 +03:00
Leonid Pliushch
c0ab39a9bd libandroid-support: add libiconv as pre-depends
Another attempt to fix https://github.com/termux/termux-packages/issues/3762.

%ci:reset-backlog
2019-05-06 20:45:32 +03:00
Leonid Pliushch
de91ad3eb8 Revert "libandroid-support: depend on libiconv"
This reverts commit d9d23e254a8d89869a372d92e3aa3ad28a9b1baa.
2019-05-06 19:54:29 +03:00
Leonid Pliushch
eb3a240d04 libandroid-support: depend on libiconv
May be needed to handle some situations while upgrading.
2019-05-06 19:51:31 +03:00
Leonid Pliushch
9dda444a87 new package: libiconv 2019-05-05 21:29:36 +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