[arch-commits] Commit in prusa-slicer/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Fri Jul 8 11:57:53 UTC 2022


    Date: Friday, July 8, 2022 @ 11:57:53
  Author: archange
Revision: 1248648

Actually take advantage of our newer wxgtk

+ make slicer-udev optional

Modified:
  prusa-slicer/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-08 11:56:02 UTC (rev 1248647)
+++ PKGBUILD	2022-07-08 11:57:53 UTC (rev 1248648)
@@ -3,7 +3,7 @@
 pkgbase=prusa-slicer
 pkgname=(prusa-slicer slicer-udev)
 pkgver=2.4.2
-pkgrel=5
+pkgrel=6
 pkgdesc="G-code generator for 3D printers (Prusa fork of Slic3r)"
 arch=(x86_64)
 url="https://github.com/prusa3d/PrusaSlicer"
@@ -44,7 +44,6 @@
     -DOPENVDB_FIND_MODULE_PATH=/usr/lib/cmake/OpenVDB \
     -DSLIC3R_FHS=ON \
     -DSLIC3R_PCH=OFF \
-    -DSLIC3R_WX_STABLE=ON \
     -DSLIC3R_GTK=3
   make -C build
 }
@@ -55,7 +54,7 @@
 }
 
 package_prusa-slicer() {
-  depends+=(slicer-udev)
+  optdepends=('slicer-udev: 3D printer connection rules')
 
   make -C build DESTDIR="${pkgdir}" install
 



More information about the arch-commits mailing list