summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-11-09 06:47:36 +0100
committerhaawda2018-11-09 06:47:36 +0100
commit2752c8938a161c25c45e4c880a6c45c177c98f76 (patch)
tree85e983cc14bd715adf7833fb350dbd3a856d1953
parent52f0a531d5c51684ab1c173036dd8e46955702ae (diff)
downloadaur-2752c8938a161c25c45e4c880a6c45c177c98f76.tar.gz
do less changes in preparee function, turn off dbus support
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7f733345817..7d0f3214c571 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 = 20181106.20894
+ pkgver = 20181108.20917
pkgrel = 1
url = https://launchpad.net/inkscape
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index bb25b9b7a8f8..41a59c02bf1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=inkscape-git
-pkgver=20181106.20894
+pkgver=20181108.20917
pkgrel=1
pkgdesc="An Open Source vector graphics editor, using SVG file format, from git master"
url="https://launchpad.net/inkscape"
@@ -31,13 +31,9 @@ pkgver() {
prepare() {
cd "$_gitname"
- sed -i 's|"python"|"python2"|g' src/main.cpp
find share -type f -name "*.py" -exec \
sed -i '1s|/usr/bin/env python\>|/usr/bin/env python2|g' {} \;
- sed -i '1s|/usr/bin/env python3\>|/usr/bin/env python2|g' CMakeScripts/cmake_consistency_check.py
sed -i 's|"python" },|"python2" },|g' src/extension/implementation/script.cpp
- sed -i 's|"python"|"python2"|g' src/main.cpp
- sed -i -e 's|GBool|bool|g' -e 's|gTrue|true|g' -e 's|gFalse|false|g' src/extension/internal/pdfinput/pdf-parser.{h,cpp}
}
build() {
@@ -48,7 +44,7 @@ build() {
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=RELEASE \
- -DWITH_DBUS=ON
+ -DWITH_DBUS=OFF
make
}