2011-05-05 10:31:12 +08:00
|
|
|
#
|
|
|
|
# Platform Packages for Chakra, part of chakra-project.org
|
|
|
|
#
|
|
|
|
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
|
|
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
2011-04-17 18:18:29 +08:00
|
|
|
|
2010-03-14 23:48:48 +08:00
|
|
|
pkgname=telepathy-glib
|
dbus update, next section, avahi, bluez, consolekit, cups, eggdbus, pyqt, qt, rkit, telepathy packages
2011-09-02 13:01:07 +08:00
|
|
|
pkgver=0.15.5
|
2011-05-05 10:31:12 +08:00
|
|
|
pkgrel=1
|
2010-03-14 23:48:48 +08:00
|
|
|
pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
|
|
|
|
arch=('i686' 'x86_64')
|
|
|
|
url="http://telepathy.freedesktop.org"
|
|
|
|
groups=('telepathy')
|
2011-06-04 00:35:05 +08:00
|
|
|
license=('LGPL2.1')
|
2010-03-14 23:48:48 +08:00
|
|
|
options=('!libtool' '!emptydirs')
|
2011-04-17 18:18:29 +08:00
|
|
|
depends=('dbus-glib')
|
2011-06-04 00:35:05 +08:00
|
|
|
makedepends=('libxslt' 'vala' 'gobject-introspection')
|
2010-03-14 23:48:48 +08:00
|
|
|
source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
dbus update, next section, avahi, bluez, consolekit, cups, eggdbus, pyqt, qt, rkit, telepathy packages
2011-09-02 13:01:07 +08:00
|
|
|
md5sums=('18c93456fcf3568e47c6a6342b8c46f5')
|
2010-03-14 23:48:48 +08:00
|
|
|
|
|
|
|
build() {
|
2011-06-04 00:35:05 +08:00
|
|
|
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}"
|
2010-03-14 23:48:48 +08:00
|
|
|
make DESTDIR=${pkgdir} install
|
|
|
|
}
|