Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
blender
Commits:
9bbb5fb6 by Caleb Maclennan at 2026-07-15T15:19:06+03:00
upgpkg: 17:5.2.0-2: Restore manpage hack
This was closed upstream but the upstream bug doesn't
fix it in the packaging context.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = blender
pkgdesc = A fully integrated 3D graphics creation suite
pkgver = 5.2.0
- pkgrel = 1
+ pkgrel = 2
epoch = 17
url = https://www.blender.org
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@
pkgname=blender
pkgver=5.2.0
-pkgrel=1
+pkgrel=2
epoch=17
pkgdesc="A fully integrated 3D graphics creation suite"
arch=('x86_64')
@@ -147,6 +147,11 @@ prepare() {
patch -Np1 -i "$srcdir"/blender-hip-update.patch
patch -Np1 -i "$srcdir"/blender-fix-oneapi-2026-atomic-address-space.patch
+
+ # TODO Dirty hack / workaround to fix faulty manpage generation.. arguably
an upstream issue.
+ #
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/issues/19
+ sed -i "/blender_help = subprocess/i\ blender_env = {\"LD_LIBRARY_PATH\":
\"${pkgdir}/usr/share/blender/lib\"}" \
+ doc/manpage/blender.1.py
}
_get_pyver() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/9bbb5fb671f34735cbf5f6c16bdbd00cc8e42b00
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/9bbb5fb671f34735cbf5f6c16bdbd00cc8e42b00
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help