mirror of
https://aur.archlinux.org/firedragon.git
synced 2025-07-07 05:24:32 +00:00
fix: add cbindgen fixes
This commit is contained in:
3
PKGBUILD
3
PKGBUILD
@ -82,6 +82,7 @@ source=(https://gitlab.com/garuda-linux/firedragon/builder/-/releases/v${_pkgver
|
||||
patch-python3.12-bug1860051.patch
|
||||
patch-python3.12-bug1866829.patch
|
||||
patch-python3.12-bug1874280.patch
|
||||
0036-bmo-1912663-cbindgen-0.27.0-fixes.patch
|
||||
rustup.sh::https://sh.rustup.rs
|
||||
https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.psd
|
||||
https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.desktop)
|
||||
@ -90,6 +91,7 @@ sha256sums=('5f5e6a2cf2e6faa53f9e1a1707374941a10cfcaffb7e695c9f6cd376e6c406b1'
|
||||
'168d16a027a81c311c58f9302858244dfa5517f0a95a8d3df1abbf9b93b9d455'
|
||||
'df27ed1e0da5b192224978dc2a593a97e18e6e22062c611fc32b277500324e62'
|
||||
'cf1c69fd3338fd8f5e482f55b669160b08dfb021f2348b620f0a85dd9dee8150'
|
||||
'2a4585f6b7060b1a73affd51f6d7b8fefbc4e5d7b760294c23d638e7b3bfcef4'
|
||||
'32a680a84cf76014915b3f8aa44e3e40731f3af92cd45eb0fcc6264fd257c428'
|
||||
'61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0'
|
||||
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560')
|
||||
@ -120,6 +122,7 @@ prepare() {
|
||||
patch -Nsp1 -i "${srcdir}/patch-python3.12-bug1860051.patch"
|
||||
patch -Nsp1 -i "${srcdir}/patch-python3.12-bug1866829.patch"
|
||||
patch -Nsp1 -i "${srcdir}/patch-python3.12-bug1874280.patch"
|
||||
patch -Nsp1 -i "${srcdir}/0036-bmo-1912663-cbindgen-0.27.0-fixes.patch"
|
||||
|
||||
export PATH="/usr/lib/llvm17/bin:$PATH"
|
||||
export LD_LIBRARY_PATH=/usr/lib/llvm17/lib
|
||||
|
Reference in New Issue
Block a user