summaryrefslogtreecommitdiff
path: root/extra/inkscape/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/inkscape/PKGBUILD')
-rw-r--r--extra/inkscape/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/inkscape/PKGBUILD b/extra/inkscape/PKGBUILD
index 7b2777482..98b4c7b5a 100644
--- a/extra/inkscape/PKGBUILD
+++ b/extra/inkscape/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 184396 2013-05-06 19:38:01Z foutrelis $
+# $Id: PKGBUILD 186340 2013-05-25 02:56:30Z foutrelis $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Tobias Kieslich <tobias@justdreams.de>
# Contributor: tobias <tobias@archlinux.org>
pkgname=inkscape
pkgver=0.48.4
-pkgrel=7
+pkgrel=8
pkgdesc='Vector graphics editor using the SVG file format'
url='http://inkscape.sourceforge.net/'
license=('GPL' 'LGPL')
@@ -35,6 +35,7 @@ prepare() {
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 '/^#include <g.kmm/i #include <glibmm.h>' src/*{,/*{,/*{,/*}}}.{h,cpp}
}
build() {