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

Gaëtan Bisson bisson at archlinux.org
Wed Jan 4 16:11:01 UTC 2017


    Date: Wednesday, January 4, 2017 @ 16:11:00
  Author: bisson
Revision: 285283

upstream update

Modified:
  inkscape/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-04 15:36:56 UTC (rev 285282)
+++ PKGBUILD	2017-01-04 16:11:00 UTC (rev 285283)
@@ -4,8 +4,8 @@
 # Contributor: tobias <tobias at archlinux.org>
 
 pkgname=inkscape
-pkgver=0.91
-pkgrel=22
+pkgver=0.92.0
+pkgrel=1
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -19,29 +19,23 @@
             'python2-numpy: some extensions'
             'python2-lxml: some extensions and filters'
             'uniconvertor: reading/writing to some proprietary formats')
-source=("https://inkscape.org/en/gallery/item/3860/inkscape-0.91.tar.bz2"
-        'https://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
-sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
-          'f61909a58c185ed9249b19f71242af2edd32ef9a')
+source=("https://inkscape.org/en/gallery/item/10552/inkscape-0.92.0.tar.bz2")
+sha1sums=('8f576bc828138e9c3c835a458c3cefd5801a907a')
 
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
+	./autogen.sh
+
 	sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
 	sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' share/*/{test/,}*.py
 	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() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
-	# glibmm 2.46 uses C++11 features
-	CXXFLAGS+=' -std=c++11'
-
 	./configure \
 		--prefix=/usr \
 		--with-python \



More information about the arch-commits mailing list