[arch-commits] Commit in telepathy-glib/repos (4 files)
Jan de Groot
jgc at nymeria.archlinux.org
Mon Mar 24 16:53:58 UTC 2014
Date: Monday, March 24, 2014 @ 17:53:57
Author: jgc
Revision: 208612
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
telepathy-glib/repos/gnome-unstable-i686/
telepathy-glib/repos/gnome-unstable-i686/PKGBUILD
(from rev 208611, telepathy-glib/trunk/PKGBUILD)
telepathy-glib/repos/gnome-unstable-x86_64/
telepathy-glib/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 208611, telepathy-glib/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
Copied: telepathy-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 208611, telepathy-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2014-03-24 16:53:57 UTC (rev 208612)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+
+pkgname=telepathy-glib
+pkgver=0.23.3
+pkgrel=1
+pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org"
+license=('LGPL2.1')
+options=('!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('c17a833a2630354c3aa5baa62c436af1'
+ 'SKIP')
+
+build() {
+ cd $pkgname-$pkgver
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ --libexecdir=/usr/lib/telepathy \
+ --enable-vala-bindings \
+ --enable-static=no
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: telepathy-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 208611, telepathy-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2014-03-24 16:53:57 UTC (rev 208612)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+
+pkgname=telepathy-glib
+pkgver=0.23.3
+pkgrel=1
+pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org"
+license=('LGPL2.1')
+options=('!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('c17a833a2630354c3aa5baa62c436af1'
+ 'SKIP')
+
+build() {
+ cd $pkgname-$pkgver
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ --libexecdir=/usr/lib/telepathy \
+ --enable-vala-bindings \
+ --enable-static=no
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list