Init, adding corrade,magnum,magnum-plugins,magnum-integration,magnum-extras, and magnum-examples 2025.47_1
This commit is contained in:
0
common/hooks/pre-install/.empty
Normal file
0
common/hooks/pre-install/.empty
Normal file
10
common/hooks/pre-install/00-libdir.sh
Normal file
10
common/hooks/pre-install/00-libdir.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
# This hook creates the wordsize specific libdir symlink.
|
||||
|
||||
hook() {
|
||||
if [ -L ${PKGDESTDIR}/usr/lib${XBPS_TARGET_WORDSIZE} ]; then
|
||||
return 0
|
||||
elif [ "${pkgname}" != "base-files" ]; then
|
||||
vmkdir usr/lib
|
||||
ln -sf lib ${PKGDESTDIR}/usr/lib${XBPS_TARGET_WORDSIZE}
|
||||
fi
|
||||
}
|
||||
1
common/hooks/pre-install/02-script-wrapper.sh
Symbolic link
1
common/hooks/pre-install/02-script-wrapper.sh
Symbolic link
@@ -0,0 +1 @@
|
||||
../pre-configure/02-script-wrapper.sh
|
||||
10
common/hooks/pre-install/98-fixup-gir-path.sh
Normal file
10
common/hooks/pre-install/98-fixup-gir-path.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
# This hook fixes the wrong install path of 'gir' files
|
||||
# when cross building packages. It's a workaround and
|
||||
# not a proper fix. Remove it once the root cause of the
|
||||
# problem is fixed.
|
||||
|
||||
hook() {
|
||||
[ -z "$CROSS_BUILD" ] && return
|
||||
vmkdir usr/${XBPS_CROSS_TRIPLET}
|
||||
ln -sf ".." "${PKGDESTDIR}/usr/${XBPS_CROSS_TRIPLET}/usr"
|
||||
}
|
||||
Reference in New Issue
Block a user