Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / freecad
Commits: 09f88e88 by Alexander F. Rødseth at 2024-05-20T02:19:52+02:00 Fix #7 - desktop icon name does not match - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -12,7 +12,7 @@ pkgname=freecad pkgver=0.21.2 -pkgrel=21 +pkgrel=22 pkgdesc='Feature based parametric 3D CAD modeler' arch=(x86_64) url='https://freecadweb.org/' @@ -22,9 +22,9 @@ depends=(asciidoctor boost-libs coin fmt glew jsoncpp libspnav med-openmpi netcd python-markdown python-matplotlib python-pip python-pivy python-ply python-yaml qt6-svg qt6-tools qt6-webengine xerces-c verdict) -makedepends=(boost cgns cmake eigen git libharu liblas ninja openvdb openvr - ospray pdal postgresql-libs python-mpi4py - shiboken6 swig utf8cpp nlohmann-json) +makedepends=(boost cgns cmake eigen git libharu liblas ninja nlohmann-json openvdb + openvr ospray pdal postgresql-libs python-mpi4py setconf shiboken6 swig + utf8cpp) optdepends=('graphviz: dependency graph support' 'openscad: OpenSCAD support') options=(!lto) @@ -55,6 +55,7 @@ prepare() { patch -d freecad -Np1 -i ../fixups-with-qt6-enums.patch # Discard int conversions in WBs Python sources sed -e 's|Shiboken::Module::getTypes(requiredModule)|reinterpret_cast<PyTypeObject **>(Shiboken::Module::getTypes(requiredModule))|' \ -i freecad/src/Gui/PythonWrapper.cpp # Fix build with PySide 6.7 + setconf freecad/src/XDGData/org.freecad.FreeCAD.desktop Icon=org.freecad.FreeCAD } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/freecad/-/commit/09f88e884ae2a797ae811d69997bc337693d4e38 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/freecad/-/commit/09f88e884ae2a797ae811d69997bc337693d4e38 You're receiving this email because of your account on gitlab.archlinux.org.
