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

Gaetan Bisson bisson at archlinux.org
Mon Feb 9 03:36:10 UTC 2015


    Date: Monday, February 9, 2015 @ 04:36:09
  Author: bisson
Revision: 231167

fix FS#43744

Modified:
  inkscape/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-09 02:59:08 UTC (rev 231166)
+++ PKGBUILD	2015-02-09 03:36:09 UTC (rev 231167)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.91
-pkgrel=2
+pkgrel=3
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
 license=('GPL' 'LGPL')
@@ -19,8 +19,10 @@
             'python2-lxml: some extensions and filters'
             'uniconvertor: reading/writing to some proprietary formats')
 #source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
-source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2")
-sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3')
+source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2"
+        'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
+          'f61909a58c185ed9249b19f71242af2edd32ef9a')
 
 install=install
 
@@ -31,6 +33,9 @@
 	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
+
+	# FS#43744
+	mv ../markers_strokepaint.inx.disabled share/extensions/markers_strokepaint.inx
 }
 
 build() {



More information about the arch-commits mailing list