[arch-commits] Commit in inkscape/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Thu Feb 16 04:07:39 UTC 2012


    Date: Wednesday, February 15, 2012 @ 23:07:38
  Author: bisson
Revision: 150260

upstream update

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-16 02:37:46 UTC (rev 150259)
+++ PKGBUILD	2012-02-16 04:07:38 UTC (rev 150260)
@@ -4,12 +4,12 @@
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=inkscape
-pkgver=0.48.2
-pkgrel=6
+pkgver=0.48.3
+pkgrel=1
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
 arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
 makedepends=('boost' 'pkg-config' 'intltool')
 depends=('gc' 'gtkmm' 'poppler-glib' 'libxslt' 'gsl' 'popt' 'python2'
          'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
@@ -22,7 +22,7 @@
 options=('!libtool')
 source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
         'libpng15.patch')
-sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3'
+sha1sums=('937c1376bb0d9c00b22b88525826257d67ce237b'
           'd6512f3cb38ca8e2436dc485aa652490d17b3a52')
 
 install=install
@@ -38,7 +38,8 @@
 
 	patch -p1 -i ../libpng15.patch
 
-	./configure --prefix=/usr \
+	./configure \
+		--prefix=/usr \
 		--with-python \
 		--with-perl \
 		--without-gnome-vfs \




More information about the arch-commits mailing list