add localization
This commit is contained in:
parent
57d71330ad
commit
d3ed073638
2 changed files with 4 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = orca-slicer-git
|
||||
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
|
||||
url = https://github.com/SoftFever/OrcaSlicer
|
||||
arch = x86_64
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,5 +1,5 @@
|
|||
pkgname=orca-slicer-git
|
||||
pkgver=2.2.0.beta2.9245a87293
|
||||
pkgver=2.3.0.dev.4d762c4e91
|
||||
pkgrel=1
|
||||
pkgdesc="G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)"
|
||||
arch=('x86_64')
|
||||
|
@ -55,6 +55,8 @@ build() {
|
|||
-DSLIC3R_FHS=1 \
|
||||
-DSLIC3R_GTK=3
|
||||
ninja -C build
|
||||
|
||||
./run_gettext.sh
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue