continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/fy1rzjb6d204ca4063ymw4n5gcrnh7hp-libwpg-0.3.2/bin/wpg2raw --version` and found version 0.3.2
- ran `/nix/store/fy1rzjb6d204ca4063ymw4n5gcrnh7hp-libwpg-0.3.2/bin/wpg2svg --version` and found version 0.3.2
- found 0.3.2 with grep in /nix/store/fy1rzjb6d204ca4063ymw4n5gcrnh7hp-libwpg-0.3.2
- found 0.3.2 in filename of file in /nix/store/fy1rzjb6d204ca4063ymw4n5gcrnh7hp-libwpg-0.3.2
cc ""
Also update its dependencies.
Update libcdr to 0.1.0
Update libmwaw to 0.3.2 from 0.3.1
Update libvisio to 0.1.0
Update libwpd to 0.10.0
Update libwpg to 0.3.0
These updates are require by LO update and also require each other.
Note that many of these libraries now require librevenge.
In LibreOffice expression per se:
- Note that liborcus is built separately because it wants Boost to be
specified in a way that main LO build doesn't ensure.
- libixion from 0.7.0 tarball has libixion-0.8 package version.
- libgltf is in src/libgltf but listed in download.lst without any
comments.
- Make variable with the name libreoffice-translations-${version}.tar.xz
and the same value is inserted; the same for -help-. Fetching gives
a strange error without that. Apparently everyone just builds git
checkouts.
- There are some conditionals in download.lst that require manual
handling. I am not sure there is a simple way to process them in
generate-libreoffice-srcs.sh.