summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-05-13 07:12:16 +0200
committerhaawda2018-05-13 07:12:16 +0200
commitb9872a6f73e9dd0da80031b7e3cd71770298ef5e (patch)
tree3b5cd25a9dc9a82ff703cc212eb26cd56a174f9a
parent7de2a5177c1c359e4c20db00b3ac123fa524ec87 (diff)
downloadaur-b9872a6f73e9dd0da80031b7e3cd71770298ef5e.tar.gz
add dependency to libmagick6 and remove patch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e986f4e699a7..d4cc91460e86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inkscape-git
pkgdesc = An Open Source vector graphics editor, using SVG file format, from git master
- pkgver = 20180131.20102
+ pkgver = 20180512.20362
pkgrel = 1
url = https://launchpad.net/inkscape
arch = i686
@@ -32,6 +32,7 @@ pkgbase = inkscape-git
depends = libsoup
depends = gtkspell3
depends = libsm
+ depends = libmagick6
optdepends = python2-numpy: some extensions
optdepends = python2-lxml: some extensions and filters
optdepends = uniconvertor: reading/writing to some proprietary formats
@@ -43,9 +44,7 @@ pkgbase = inkscape-git
options = !buildflags
options = !makeflags
source = inkscape.git::git+https://gitlab.com/inkscape/inkscape
- source = document-interface.patch
sha1sums = SKIP
- sha1sums = b737f80013da9355d35a115ffe7db56ae2318f92
pkgname = inkscape-git
diff --git a/PKGBUILD b/PKGBUILD
index fd61e323782a..2674c0eb12cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=inkscape-git
-pkgver=20180131.20102
+pkgver=20180512.20362
pkgrel=1
pkgdesc="An Open Source vector graphics editor, using SVG file format, from git master"
url="https://launchpad.net/inkscape"
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
depends=('aspell' 'gc' 'poppler-glib' 'libxslt' 'gsl' 'libyaml' 'potrace' 'gdl>=3.8.0.25'
'gtkmm3' 'libcdr' 'libvisio' 'python2' 'dbus-glib' 'jemalloc' 'libsoup'
- 'gtkspell3' 'libsm')
+ 'gtkspell3' 'libsm' 'libmagick6')
optdepends=('python2-numpy: some extensions'
'python2-lxml: some extensions and filters'
'uniconvertor: reading/writing to some proprietary formats'
@@ -20,9 +20,8 @@ makedepends=('cmake' 'boost' 'intltool' 'git' 'gettext' 'pango' 'python' 'fontco
provides=('inkscape')
conflicts=('inkscape')
options=('!libtool' '!buildflags' '!makeflags')
-source=('inkscape.git::git+https://gitlab.com/inkscape/inkscape' document-interface.patch)
-sha1sums=('SKIP'
- 'b737f80013da9355d35a115ffe7db56ae2318f92')
+source=('inkscape.git::git+https://gitlab.com/inkscape/inkscape')
+sha1sums=('SKIP')
_gitname="inkscape.git"
pkgver() {
@@ -39,7 +38,6 @@ prepare() {
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"|"python2"|g' src/main.cpp
- patch -Np1 < "$srcdir"/document-interface.patch || true
}
build() {