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

Ionut Biru ibiru at archlinux.org
Sun Sep 19 01:13:13 UTC 2010


    Date: Saturday, September 18, 2010 @ 21:13:12
  Author: ibiru
Revision: 90947

disable static and adjust license

Modified:
  telepathy-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-19 01:10:53 UTC (rev 90946)
+++ PKGBUILD	2010-09-19 01:13:12 UTC (rev 90947)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
 groups=('telepathy')
-license=('LGPL')
+license=('LGPL2.1')
 options=('!libtool')
 depends=('dbus-glib>=0.86')
 makedepends=('libxslt' 'vala' 'gobject-introspection' 'gtk-doc')
@@ -18,7 +18,9 @@
 
 build() {
     cd ${srcdir}/${pkgname}-${pkgver}
-    ./configure --prefix=/usr --enable-vala-bindings
+    ./configure --prefix=/usr \
+        --enable-vala-bindings \
+        --enable-static=no \
     make
     make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list