summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Pagani2017-01-11 22:34:27 +0100
committerBruno Pagani2017-01-11 22:34:27 +0100
commit1583710a240daa7c823d1e285532e2bf25a52504 (patch)
treeb4853076b466dba7b67f27212c0bb3178b0deee0
parentc410f86f0e9d080e14a5cf22a3a999e43591c66c (diff)
downloadaur-1583710a240daa7c823d1e285532e2bf25a52504.tar.gz
Remove graphicsmagick for now
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 278eff88ffae..80275ab7d9f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,6 @@ pkgbase = scribus-devel
depends = libcups
depends = libmspub
depends = libpagemaker
- depends = graphicsmagick
depends = libvisio
depends = podofo
depends = poppler
diff --git a/PKGBUILD b/PKGBUILD
index bf6dd9da7e27..ecc224102fc1 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' 'graphicsmagick'
+depends=('hunspell' 'libcdr' 'libcups' 'libmspub' 'libpagemaker'
'libvisio' 'podofo' 'poppler' 'python2' 'qt5-declarative'
'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
@@ -40,8 +40,7 @@ build() {
cmake ../${_pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_SKIP_RPATH=ON \
- -DWANT_GRAPHICSMAGICK=1
+ -DCMAKE_SKIP_RPATH=ON
make
}
@@ -52,7 +51,7 @@ package() {
cd ../${_pkgname}-${pkgver}
- install -Dm644 scribus.desktop "${pkgdir}"/usr/share/applications/scribus.desktop
+ install -Dm644 scribus.desktop -t "${pkgdir}"/usr/share/applications
for i in 16x16 32x32 128x128 256x256 512x512 1024x1024
do