summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Pagani2016-12-26 04:30:10 +0100
committerBruno Pagani2016-12-26 04:30:10 +0100
commit2b27d00f71974c1eba51fd4d3aa497c63d085a58 (patch)
tree26562969caeca429073c82311a20997b95b7901d
parent71f2fafce397bee0ffe12d80b77fa13e2bbc80e8 (diff)
downloadaur-2b27d00f71974c1eba51fd4d3aa497c63d085a58.tar.gz
Build with GraphicsMagick
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80275ab7d9f3..278eff88ffae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = scribus-devel
depends = libcups
depends = libmspub
depends = libpagemaker
+ depends = graphicsmagick
depends = libvisio
depends = podofo
depends = poppler
diff --git a/PKGBUILD b/PKGBUILD
index 3633465385c6..7445f652570f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc="Desktop publishing software"
arch=('i686' 'x86_64')
url="https://www.scribus.net/"
license=('GPL')
-depends=('hunspell' 'libcdr' 'libcups' 'libmspub' 'libpagemaker'
+depends=('hunspell' 'libcdr' 'libcups' 'libmspub' 'libpagemaker' 'graphicsmagick'
'libvisio' 'podofo' 'poppler' 'python2' 'qt5-declarative'
'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
@@ -41,7 +41,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
- -DLIB_SUFFIX=""
+ -DWANT_GRAPHICSMAGICK=1
make
}