Date: Friday, October 14, 2011 @ 15:55:55
  Author: ibiru
Revision: 140454

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  telepathy-glib/repos/testing-i686/
  telepathy-glib/repos/testing-i686/PKGBUILD
    (from rev 140453, telepathy-glib/trunk/PKGBUILD)
  telepathy-glib/repos/testing-x86_64/
  telepathy-glib/repos/testing-x86_64/PKGBUILD
    (from rev 140453, telepathy-glib/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: telepathy-glib/repos/testing-i686/PKGBUILD (from rev 140453, 
telepathy-glib/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2011-10-14 19:55:55 UTC (rev 140454)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru <[email protected]>
+# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+
+pkgname=telepathy-glib
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org";
+groups=('telepathy')
+license=('LGPL2.1')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('071ed1b34ace45109188df73933609e4')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+        --libexecdir=/usr/lib/telepathy \
+        --enable-vala-bindings \
+        --enable-static=no
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR=${pkgdir} install
+}

Copied: telepathy-glib/repos/testing-x86_64/PKGBUILD (from rev 140453, 
telepathy-glib/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2011-10-14 19:55:55 UTC (rev 140454)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru <[email protected]>
+# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+
+pkgname=telepathy-glib
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org";
+groups=('telepathy')
+license=('LGPL2.1')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('071ed1b34ace45109188df73933609e4')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+        --libexecdir=/usr/lib/telepathy \
+        --enable-vala-bindings \
+        --enable-static=no
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR=${pkgdir} install
+}

Reply via email to