add localization

This commit is contained in:
lod 2025-01-29 14:49:18 +01:00
parent 57d71330ad
commit d3ed073638
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
pkgbase = orca-slicer-git pkgbase = orca-slicer-git
pkgdesc = G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) pkgdesc = G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
pkgver = 2.2.0.beta2.9245a87293 pkgver = 2.3.0.dev.4d762c4e91
pkgrel = 1 pkgrel = 1
url = https://github.com/SoftFever/OrcaSlicer url = https://github.com/SoftFever/OrcaSlicer
arch = x86_64 arch = x86_64

View file

@ -1,5 +1,5 @@
pkgname=orca-slicer-git pkgname=orca-slicer-git
pkgver=2.2.0.beta2.9245a87293 pkgver=2.3.0.dev.4d762c4e91
pkgrel=1 pkgrel=1
pkgdesc="G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)" pkgdesc="G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)"
arch=('x86_64') arch=('x86_64')
@ -55,6 +55,8 @@ build() {
-DSLIC3R_FHS=1 \ -DSLIC3R_FHS=1 \
-DSLIC3R_GTK=3 -DSLIC3R_GTK=3
ninja -C build ninja -C build
./run_gettext.sh
} }
package() { package() {