now depends on ttf-nanum to fix segfault when open preferences
This commit is contained in:
parent
88b9fc8d73
commit
038a187658
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -34,6 +34,7 @@ pkgbase = orca-slicer-git
|
||||||
depends = libx11
|
depends = libx11
|
||||||
depends = pango
|
depends = pango
|
||||||
depends = python
|
depends = python
|
||||||
|
depends = ttf-nanum
|
||||||
depends = wayland
|
depends = wayland
|
||||||
depends = webkit2gtk-4.1
|
depends = webkit2gtk-4.1
|
||||||
depends = zlib
|
depends = zlib
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -9,7 +9,7 @@ url="https://github.com/SoftFever/OrcaSlicer"
|
||||||
license=('AGPL-3.0-only')
|
license=('AGPL-3.0-only')
|
||||||
depends=('bash' 'cairo' 'dbus' 'expat' 'fontconfig' 'freetype2' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc'
|
depends=('bash' 'cairo' 'dbus' 'expat' 'fontconfig' 'freetype2' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc'
|
||||||
'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'hicolor-icon-theme' 'libglvnd' 'libjpeg-turbo'
|
'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'hicolor-icon-theme' 'libglvnd' 'libjpeg-turbo'
|
||||||
'libspnav' 'libx11' 'pango' 'python' 'wayland' 'webkit2gtk-4.1' 'zlib')
|
'libspnav' 'libx11' 'pango' 'python' 'ttf-nanum' 'wayland' 'webkit2gtk-4.1' 'zlib')
|
||||||
makedepends=('cmake' 'extra-cmake-modules' 'git' 'glew' 'libigl' 'm4' 'ninja' 'pkgconf' 'wayland-protocols')
|
makedepends=('cmake' 'extra-cmake-modules' 'git' 'glew' 'libigl' 'm4' 'ninja' 'pkgconf' 'wayland-protocols')
|
||||||
optdepends=('mesa: Enables Zink fallback workaround for NVIDIA on Wayland'
|
optdepends=('mesa: Enables Zink fallback workaround for NVIDIA on Wayland'
|
||||||
'mesa-utils: for detecting renderer'
|
'mesa-utils: for detecting renderer'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue