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

Gaëtan Bisson bisson at archlinux.org
Mon Jun 19 16:33:47 UTC 2017


    Date: Monday, June 19, 2017 @ 16:33:47
  Author: bisson
Revision: 298977

rebuild for gsl-2.4

Modified:
  inkscape/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-19 16:13:40 UTC (rev 298976)
+++ PKGBUILD	2017-06-19 16:33:47 UTC (rev 298977)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.92.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -33,6 +33,8 @@
 	sed -i 's|"python" },|"python2" },|g' src/extension/implementation/script.cpp
 	sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
 	sed -i 's|"python"|"python2"|g' src/main.cpp
+
+	sed -i 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp
 }
 
 build() {



More information about the arch-commits mailing list