[arch-commits] Commit in inkscape/trunk (PKGBUILD)
Gaetan Bisson
bisson at nymeria.archlinux.org
Mon May 20 17:10:21 UTC 2013
Date: Monday, May 20, 2013 @ 19:10:21
Author: bisson
Revision: 186030
ugly fix for ugly gtkmm bug, rebuild for poppler-0.22.4
Modified:
inkscape/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-20 14:50:15 UTC (rev 186029)
+++ PKGBUILD 2013-05-20 17:10:21 UTC (rev 186030)
@@ -5,7 +5,7 @@
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 @@
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() {
More information about the arch-commits
mailing list