From b73aa81c21acc75e383d0e73e0fbf553d2b68232 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 31 Jul 2013 02:01:16 -0700 Subject: Wed Jul 31 01:58:05 PDT 2013 --- community/scribus/PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'community/scribus') diff --git a/community/scribus/PKGBUILD b/community/scribus/PKGBUILD index 43cc53638..df6e5ffeb 100644 --- a/community/scribus/PKGBUILD +++ b/community/scribus/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 94350 2013-07-22 08:05:18Z bisson $ +# $Id: PKGBUILD 94794 2013-07-30 14:34:31Z bisson $ # Maintainer: Gaetan Bisson # Contributor: Daniel J Griffiths # Contributor: Ronald van Haren @@ -6,24 +6,24 @@ # Contributor: Ben pkgname=scribus -pkgver=1.4.2 -pkgrel=4 +pkgver=1.4.3 +pkgrel=1 pkgdesc='Desktop publishing software' -url="http://www.scribus.net/" +url='http://www.scribus.net/' license=('GPL') arch=('i686' 'x86_64') makedepends=('cmake' 'boost' 'mesa') depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen' - 'ghostscript' 'python2' 'aspell' 'podofo' 'boost-libs' + 'ghostscript' 'python2' 'podofo' 'boost-libs' 'desktop-file-utils' 'shared-mime-info') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz") -sha1sums=('6e67e98fa315a2890d9cbb12eed49ecebb7f11cb') +sha1sums=('23d85fcfe0a61ff88cc003639efdbb38d43feb7f') options=('!libtool') install=install prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}-${pkgver}" sed 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i scribus.desktop sed \ -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \ @@ -33,7 +33,7 @@ prepare() { } build() { - cd "${srcdir}/build" + cd "${srcdir}/${pkgname}-${pkgver}/build" cmake "../${pkgname}-${pkgver}" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ @@ -43,7 +43,7 @@ build() { } package() { - cd "${srcdir}/build" + cd "${srcdir}/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install install -Dm644 "../${pkgname}-${pkgver}/scribus.desktop" "${pkgdir}/usr/share/applications/scribus.desktop" } -- cgit v1.2.3-54-g00ecf