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

Bruno Pagani archange at archlinux.org
Wed Sep 18 11:47:25 UTC 2019


    Date: Wednesday, September 18, 2019 @ 11:47:25
  Author: archange
Revision: 511041

upgpkg: prusa-slicer 2.1.0-1

Modified:
  prusa-slicer/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-18 11:30:19 UTC (rev 511040)
+++ PKGBUILD	2019-09-18 11:47:25 UTC (rev 511041)
@@ -1,29 +1,22 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=prusa-slicer
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="G-code generator for 3D printers (Prusa fork of Slic3r)"
 arch=(x86_64)
 url="https://github.com/prusa3d/PrusaSlicer"
 license=(AGPL3)
-depends=(boost-libs curl glew intel-tbb nlopt wxgtk2) #wxgtk3)
-makedepends=(cmake boost eigen3 expat qhull gtest libpng)
+depends=(boost-libs curl glew intel-tbb nlopt wxgtk2 qhull) #wxgtk3)
+makedepends=(cmake boost cereal eigen3 expat gtest libpng)
 replaces=(slic3r-prusa3d)
 source=("${url}/archive/version_${pkgver}/${pkgname}-${pkgver}.tar.gz"
-        prusa-slicer-mode-switching.patch::"https://github.com/prusa3d/PrusaSlicer/commit/5afd0b4ee28a18733dd8a0e4b4cfd612e60b452c.patch"
-        "${pkgname}.desktop"
-        prusa-slicer-boost-1.70.patch::"https://github.com/prusa3d/PrusaSlicer/commit/bfb135bc.patch")
-sha256sums=('5d3c7fd745f2875be55f316cd779805ce1b6ce38634f0f4b0ccd01884da731b3'
-            'e2f7b9865b24746a24d87d69eba72d8bf2de899466cf5731fa3cb446b8979e75'
-            'f7119c86968cf20e61caf784269c859fc84fae1e499c7c3df82d3d34ae4c2138'
-            '3831b27f2e916606ff88bb727e22ff68a956bad3ac402fb7a814232d63530419')
+        "${pkgname}.desktop")
+sha256sums=('1177c1afa8b917dddac9ce089543dce2e4b713dedf7fed58147224025dd82aaf'
+            'f7119c86968cf20e61caf784269c859fc84fae1e499c7c3df82d3d34ae4c2138')
 
 prepare() {
   mkdir -p build
-  cd PrusaSlicer-version_${pkgver}
-  patch -p1 -i ../prusa-slicer-mode-switching.patch
-  patch -p1 -i ../prusa-slicer-boost-1.70.patch # Fix build with boost 1.70
 }
 
 build() {



More information about the arch-commits mailing list