mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/blender to 2.91.2-2
This commit is contained in:
parent
229f72082c
commit
8848247b7d
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,7 @@ buildarch=8
|
|||
|
||||
pkgname=blender
|
||||
pkgver=2.91.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=17
|
||||
pkgdesc="A fully integrated 3D graphics creation suite"
|
||||
arch=('x86_64')
|
||||
|
@ -90,4 +90,7 @@ package() {
|
|||
python -O -m compileall "${pkgdir}/usr/share/blender"
|
||||
|
||||
install -Dm644 release/freedesktop/org.blender.Blender.appdata.xml "${pkgdir}/usr/share/metainfo/org.blender.Blender.appdata.xml"
|
||||
|
||||
# Manually install additional scripts (See FS#69351)
|
||||
cp -r release/scripts/addons_contrib/* "${pkgdir}"/usr/share/blender/2*/scripts/addons_contrib/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue