docbook-dsssl: Enable aarch64 builds
This commit is contained in:
parent
8de859232c
commit
13d1abb3d6
@ -9,7 +9,7 @@ pkgver=1.79
|
|||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="DSSSL Stylesheets for DocBook (mingw-w64)"
|
pkgdesc="DSSSL Stylesheets for DocBook (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://docbook.sourceforge.io/"
|
url="https://docbook.sourceforge.io/"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-sgml-common" "perl")
|
depends=("${MINGW_PACKAGE_PREFIX}-sgml-common" "perl")
|
||||||
|
|||||||
26
mingw-w64-docbook-dsssl/docbook-dsssl-CLANGARM64.install
Normal file
26
mingw-w64-docbook-dsssl/docbook-dsssl-CLANGARM64.install
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
MINGW_INSTALL=clangarm64
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
/${MINGW_INSTALL}/bin/install-catalog --add \
|
||||||
|
/${MINGW_INSTALL}/etc/sgml/dsssl-docbook-stylesheets.cat \
|
||||||
|
/${MINGW_INSTALL}/share/sgml/docbook/dsssl-stylesheets-1.79/catalog
|
||||||
|
|
||||||
|
/${MINGW_INSTALL}/bin/install-catalog --add \
|
||||||
|
/${MINGW_INSTALL}/etc/sgml/sgml-docbook.cat \
|
||||||
|
/${MINGW_INSTALL}/etc/sgml/dsssl-docbook-stylesheets.cat
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
post_upgrade() {
|
||||||
|
post_install $1
|
||||||
|
}
|
||||||
|
|
||||||
|
post_remove() {
|
||||||
|
/${MINGW_INSTALL}/bin/install-catalog --remove \
|
||||||
|
/${MINGW_INSTALL}/etc/sgml/dsssl-docbook-stylesheets.cat \
|
||||||
|
/${MINGW_INSTALL}/share/sgml/docbook/dsssl-stylesheets-1.79/catalog
|
||||||
|
|
||||||
|
/${MINGW_INSTALL}/bin/install-catalog --remove \
|
||||||
|
/${MINGW_INSTALL}/etc/sgml/sgml-docbook.cat \
|
||||||
|
/${MINGW_INSTALL}/etc/sgml/dsssl-docbook-stylesheets.cat
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user