[arch-commits] CVS update of extra/multimedia/scribus (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Thu May 31 12:04:06 UTC 2007


    Date: Thursday, May 31, 2007 @ 08:04:06
  Author: alexander
    Path: /home/cvs-extra/extra/multimedia/scribus

Modified: PKGBUILD (1.23 -> 1.24)

upgpkg: scribus 1.3.4


----------+
 PKGBUILD |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)


Index: extra/multimedia/scribus/PKGBUILD
diff -u extra/multimedia/scribus/PKGBUILD:1.23 extra/multimedia/scribus/PKGBUILD:1.24
--- extra/multimedia/scribus/PKGBUILD:1.23	Sun May 13 14:22:14 2007
+++ extra/multimedia/scribus/PKGBUILD	Thu May 31 08:04:06 2007
@@ -1,24 +1,28 @@
-# $Id: PKGBUILD,v 1.23 2007/05/13 18:22:14 daniel Exp $
+# $Id: PKGBUILD,v 1.24 2007/05/31 12:04:06 alexander Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Ben <ben at benmazer.net>
 
 pkgname=scribus
-pkgver=1.3.3.9
+pkgver=1.3.4
 pkgrel=1
 pkgdesc="A desktop publishing program"
 arch=(i686 x86_64)
+license=('GPL')
 url="http://www.scribus.net"
 install=${pkgname}.install
 depends=('libcups>=1.2.10' 'lcms>=1.16' 'qt>=3.3.8' 'ghostscript>=8.15.4' \
-         'libart-lgpl>=2.3.19' 'python>=2.5' 'libxml2>=2.6.27' 'desktop-file-utils')
+         'libart-lgpl>=2.3.19' 'python>=2.5' 'libxml2>=2.6.27' 'desktop-file-utils' \
+	 'cairo')
 makedepends=('cmake')
-options=('NOLIBTOOL')
+options=(!libtool)
 replaces=('scribus-devel')
 source=(http://dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a3d7af62d99d4e0f7485ae549de50df0')
 
 build() {
-  [ -z "${QTDIR}" ] && . /etc/profile.d/qt.sh
+  # Source the QT and KDE profile
+  [ "$QTDIR" = "" ] && source /etc/profile.d/qt.sh
+  [ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
+	
   cd ${startdir}/src/scribus-${pkgver}
   cmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr \
    -DWANT_CAIRO=1
@@ -28,3 +32,4 @@
   install -Dm644 scribus.desktop \
     ${startdir}/pkg/usr/share/applications/scribus.desktop
 }
+md5sums=('cd3bc6cc6c2e2826eb689342e439443d')




More information about the arch-commits mailing list