Commit Graph

27 Commits

Author SHA1 Message Date
termux-pacman-bot
5c191e3f17 bump(main/libtool): 2.5.3 2024-10-14 11:35:58 +00:00
termux-pacman-bot
fe5cb0b2e5 tree-wide: use TERMUX_SUBPKG_DEPEND_ON_PARENT=false instead of =no
We use true or false for other bool build variables. Let's be
consistent.

Change does not have an effect on build scripts.
%ci:no-build
2024-06-16 09:38:14 +00:00
termux-pacman-bot
77e6341fa3 fix(main/libtool): make libltdl replace libtool as well
To ensure package manager consistency:
https://www.debian.org/doc/debian-policy/ch-relationships.html#id9
2024-05-17 08:10:09 +00:00
termux-pacman-bot
694a84e3dc fix(main/libtool): declare that libltdl breaks old libtool versions
This is needed after libltdl took over ltdl.h, and without it we get:

  Unpacking libltdl (2.4.7-2) over (2.4.7-1) ...
  dpkg: error processing archive /data/data/com.termux/cache/apt/archives/libltdl_2.4.7-2_aarch64.deb (--unpack):
   trying to overwrite '/data/data/com.termux/files/usr/include/ltdl.h', which is also in package libtool 2.4.7-1

Fixes: termux/termux-packages#20230
2024-05-17 07:08:49 +00:00
termux-pacman-bot
68b2b779d9 fix(main/libltdl): Let the libltdl subpackage contain its header files 2024-05-16 09:08:47 +00:00
termux-pacman-bot
3b51e4dc51 chore(libltdl): Fix package dependency cycle
The libltdl has been split out from libtool to allow packages to depend
only on libltdl and not the whole libtool. But for this to work we need

TERMUX_SUBPKG_DEPEND_ON_PARENT=no

Otherwise there is a dependency cycle between libtool and libltdl, so
they are always installed together
2023-10-06 13:31:11 +00:00
termux-pacman-bot
78fce27e59 upgpkg(main/libtool): update to 2.4.7
Signed-off-by: 2096779623 <admin@utermux.dev>
2022-08-21 11:33:30 +00:00
Maxython
92a8fba69f packages/libtool 2021-12-27 01:32:34 +03:00
Maxython
17f56f77f1 packages/libtool 2021-12-05 01:30:35 +03:00
Ivan Max
7f682c8742 create packages group base-devel for pacman format (#7612)
%ci:no-build
2021-09-28 19:31:50 +03: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
96daf38910 libtool: don't create libtool-static (#5092)
libltdl.la is needed by the accompanying ltdl.m4 script:
https://git.savannah.gnu.org/cgit/libtool.git/tree/m4/ltdl.m4?h=v2.4.6#n285
so it does not make sense to split the package
2020-03-28 10:48:31 +01: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
5b3b0d1588 libtool: bump revision after 0d1170cc 2019-05-06 17:29:39 +03:00
Wetitpig
5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Leonid Pliushch
46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall
dbd35d40a7 libtool: Fix dependencies on sed and grep
See #695 and #1740.
2017-11-01 22:38:42 +01:00
Fredrik Fornwall
f323695ff3 libtool: Specify source checksum 2017-03-13 22:54:39 +01:00
Fredrik Fornwall
a19f43f2af neovim: Update to latest master 2017-01-17 15:51:17 +01:00
Fredrik Fornwall
af4dc416ed s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/ 2017-01-11 01:21:42 -05:00
Fredrik Fornwall
279f6bc9ee libtool: Update libtldl subpackage 2016-10-29 17:03:35 -04:00
Fredrik Fornwall
e001d31eb5 libtool: Split out libltdl into separate package 2016-10-29 16:59:56 -04:00
Fredrik Fornwall
58a7009c17 libtool: Do not split up into libtool-dev 2016-10-16 07:29:31 -04:00
Fredrik Fornwall
722ed12d69 Switch from ftp.gnu.org to mirrors.kernel.org 2016-09-24 18:42:39 -04:00
Fredrik Fornwall
de726e9381 libtool: Remove specs flag 2016-02-04 09:38:32 -05:00
Fredrik Fornwall
3a19b11880 libtool: Correct paths to some binaries 2016-02-04 09:30:24 -05:00
Fredrik Fornwall
59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00