diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-05-05 00:47:06 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-05-05 16:52:11 +0200 |
commit | 8ab5b16f3a2d2f6bd32f612a12ed4e5667f8196c (patch) | |
tree | 72f064b65a4b06e4d12e0ece2d863fcb4c75e0a3 /libre/java-common/bin_parabola-java | |
parent | a5808bcbe826616029449b722393ea87045f809b (diff) | |
download | abslibre-8ab5b16f3a2d2f6bd32f612a12ed4e5667f8196c.tar.gz abslibre-8ab5b16f3a2d2f6bd32f612a12ed4e5667f8196c.tar.bz2 abslibre-8ab5b16f3a2d2f6bd32f612a12ed4e5667f8196c.zip |
libre: openttd: adapt to new Parabola and Arch Linux icu changes
The Arch Linux icu PKGBUILD has now the following:
provides=(libicu{data,i18n,io,test,tu,uc}.so)
and the resulting packages are already in Parabola.
Thanks to that, adding such libraries as a dependency will
make sure that the package depends on the precise version
of the library like libicui18n.so=67-64.
For some reason even if libicudata.so.67 is used by the
OpenTTD binary:
$ ldd /usr/bin/openttd | grep libicudata.so
libicudata.so.67 => /usr/lib/libicudata.so.67
When building the package, it didn't add manage to find the
automatic libicudata.so dependency:
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/bin/openttd
==> Creating package "openttd"...
-> Generating .PKGINFO file...
==> WARNING: Library listed in 'depends' is not required by any files: libicudata.so
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
This also shows up in the package:
$ pacman -Q -i openttd
Depends On: [...] libicui18n.so=67-64 libicuuc.so=67-64 libicudata.so
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/java-common/bin_parabola-java')
0 files changed, 0 insertions, 0 deletions