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

Jan Steffens heftig at nymeria.archlinux.org
Wed Jan 8 14:04:49 UTC 2014


    Date: Wednesday, January 8, 2014 @ 15:04:48
  Author: heftig
Revision: 203349

add vala support

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-08 13:55:28 UTC (rev 203348)
+++ PKGBUILD	2014-01-08 14:04:48 UTC (rev 203349)
@@ -3,13 +3,13 @@
 
 pkgname=librsvg
 pkgver=2.40.1
-pkgrel=1
+pkgrel=3
 epoch=1
 pkgdesc="A SVG viewing library"
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('gdk-pixbuf2' 'pango' 'libcroco')
-makedepends=('intltool' 'gtk3' 'gobject-introspection')
+makedepends=('intltool' 'gtk3' 'gobject-introspection' 'vala')
 optdepends=('gtk3: for rsvg-view-3')
 options=('!emptydirs')
 url="https://live.gnome.org/LibRsvg"
@@ -19,7 +19,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr --disable-static --enable-vala
   make
 }
 




More information about the arch-commits mailing list