summaryrefslogtreecommitdiff
path: root/community/scribus/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-30 03:59:31 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-30 03:59:31 +0000
commit4ac93228afaf8da847b4ec91aac9c43f3bef472c (patch)
treece7f90b40eb8db6ba57d4bfc5b2fbe4455dffdb4 /community/scribus/PKGBUILD
parent44209e62f1f8f0e9efe048846bb09e6eb51ea9f4 (diff)
Fri May 30 03:50:04 UTC 2014
Diffstat (limited to 'community/scribus/PKGBUILD')
-rw-r--r--community/scribus/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/community/scribus/PKGBUILD b/community/scribus/PKGBUILD
index 1fadb25e3..fd67b3269 100644
--- a/community/scribus/PKGBUILD
+++ b/community/scribus/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 108952 2014-04-08 00:11:52Z bisson $
+# $Id: PKGBUILD 112063 2014-05-29 04:49:23Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Ronald van Haren <ronald.archlinux.org>
@@ -6,8 +6,8 @@
# Contributor: Ben <ben@benmazer.net>
pkgname=scribus
-pkgver=1.4.3
-pkgrel=3
+pkgver=1.4.4
+pkgrel=1
pkgdesc='Desktop publishing software'
url='http://www.scribus.net/'
license=('GPL')
@@ -17,16 +17,13 @@ optdepends=('tk: scripts based on tkinter')
depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
'ghostscript' 'python2' 'podofo' 'boost-libs'
'desktop-file-utils' 'shared-mime-info')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"
- 'CalendarWizard.patch')
-sha1sums=('30c111762790e4407c13236bbb4b06f04e907f71'
- 'a92629a98bc960a6f7f946faf2d6f06e9d1e9452')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('7bd3b4a7d6e6262126079847c617b3a25ba8ab06')
install=install
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p2 -i ../CalendarWizard.patch
sed 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i scribus.desktop
sed \
-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \