mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
2b556d89de
This introduces support for architecture-specific conflicts, depends, optdepends, makedepends, replaces, and conflicts by appending "_$CARCH" to the array name. For example, in the global section: arch=('i686' 'x86_64') depends=('foo') depends_x86_64=('bar') This will generate depends of 'foo' and 'bar' on x86_64, but only 'foo' on i686. Moreover, this is supported in the package functions with the same heuristics as the generic names, e.g. ... arch=('i686' 'x86_64') depends=('foo') ... package_somepkg() { depends_x86_64=('bar') ... } Again, will cause x86_64 to have depends of 'foo' and 'bar', but only 'foo' for i686. |
||
---|---|---|
.. | ||
.gitignore | ||
asciidoc-override.css | ||
asciidoc.conf | ||
Doxyfile | ||
footer.txt | ||
index.txt | ||
libalpm.3.txt | ||
Makefile.am | ||
makepkg-template.1.txt | ||
makepkg.8.txt | ||
makepkg.conf.5.txt | ||
pacman-key.8.txt | ||
pacman.8.txt | ||
pacman.conf.5.txt | ||
pactree.8.txt | ||
PKGBUILD-example.txt | ||
PKGBUILD.5.txt | ||
pkgdelta.8.txt | ||
repo-add.8.txt | ||
submitting-patches.txt | ||
translation-help.txt | ||
vercmp.8.txt |