tp-logger/idle/gabble updates

This commit is contained in:
abveritas 2011-11-11 20:08:18 +00:00
parent 376d3db2b8
commit 881cf1a770
4 changed files with 20 additions and 9 deletions

View File

@ -7,7 +7,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=telepathy-gabble
pkgver=0.12.7
pkgver=0.14.0
pkgrel=1
pkgdesc="A Jabber/XMPP connection manager that handles single- and multi-user chats and voice/video calls."
arch=('i686' 'x86_64')
@ -17,7 +17,7 @@ depends=('telepathy-glib' 'libsoup' 'libnice' 'util-linux' 'sqlite3')
makedepends=('libxslt' 'python2')
install=telepathy-gabble.install
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('3518db585403a6cf93ba253200acc5e7')
md5sums=('73afa5533833d176b9b82b96351efe63')
build() {
cd $pkgname-$pkgver

View File

@ -8,18 +8,18 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=telepathy-idle
pkgver=0.1.10
pkgrel=2
pkgver=0.1.11
pkgrel=1
pkgdesc="An IRC connection manager for Telepathy"
arch=('i686' 'x86_64')
url="http://telepathy.freedesktop.org"
groups=('telepathy')
license=('LGPL')
depends=('telepathy-glib>=0.12.5' 'openssl')
depends=('telepathy-glib' 'openssl')
makedepends=('libxslt' 'python2')
install=telepathy-idle.install
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('570a431e3e28ca6ebf3f0c84198f0b9a')
md5sums=('be277e8f0bd32ae56af799f0ff4ec72e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"

View File

@ -8,8 +8,8 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=telepathy-logger
pkgver=0.2.10
pkgrel=2
pkgver=0.2.12
pkgrel=1
pkgdesc="Telepathy framework logging daemon"
arch=(i686 x86_64)
url="http://telepathy.freedesktop.org/wiki/Logger"
@ -18,7 +18,7 @@ depends=('telepathy-glib' 'sqlite3' 'libxml2')
makedepends=('intltool' 'gobject-introspection' 'libxslt')
options=('!libtool')
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
md5sums=('ec01a8f99fc11406e85153095433c155')
md5sums=('102a622855a3e20a191b0812ae7c9b8e')
build() {
cd "$srcdir/$pkgname-$pkgver"

View File

@ -0,0 +1,11 @@
post_install() {
glib-compile-schemas /usr/share/glib-2.0/schemas
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}