summaryrefslogtreecommitdiff
path: root/libre/icu-parabola
AgeCommit message (Collapse)Author
2020-05-05icu-parabola: tighten the icu package dependency versionEli Schwartz
It must be be greater than icu-parabola, because we do not want to install the same version and get file conflicts. In the idea case, icu-parabola will never conflict with icu, because it will always be rebuilt in sync with icu. In the non-ideal case, if they ever provide the same then the user will be informed of the need to remove icu-parabola (as it will not be needed at that time). Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-05-05icu-parabola: add more rationale documentationEli Schwartz
Also added myself as a contributor, since I helped Parabola with the parabola-specific portions of this package. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-05-04icu-parabola: convert to install in /usr/lib and not conflict with icuEli Schwartz
Following the same pattern as some AUR packages (icu65 and so on), make this package just provide compat libs. There's no need to try building packages against an old icu version, we just want to make sure programs which are linked to an older libicu*.so can use it. The libprovides recently added in Arch Linux are introduced as well. They won't break anything, they simply add another way to depend on this package, which is more convenient than the current use in package() functions of: local _icu_ver _icu_ver=$(pacman -S --print-format='%v' icu) depends+=("icu>=${_icu_ver}" "icu<$((${_icu_ver%%.*} + 1))") (which has other problems, like not being the version which is built against, but rather the version that a pacman -S icu would install or upgrade to -- partial upgrades are bad, but that doesn't mean break it if someone does so) Expected use of this package: depends+=('icu' 'libicui18n.so') ... added to a Parabola package which uses icu, to make it depend on the Arch icu package (and ensure it is preferred in all cases) and additionally to depend on any package providing the correct version of the libicu*.so dependent libraries. If all goes well, the icu package will be pulled in as a dependency. If all doesn't go well, then packages fall back on additionally installing this package for compatibility purposes, and all still goes well. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-05-04libre: icu-parabola: remove .installDenis 'GNUtoo' Carikli
The .install was only added to run ldconfig, but since ldconfig is already run by pacman, it is unnecessary. Reported-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-05-04libre: icu-parabola: fix pkgrelDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-05-04[icu-parabola]: upgrade to v67bill-auger
2020-05-03libre: Add icu-parabolaDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>