Date: Monday, November 7, 2011 @ 15:42:30 Author: ibiru Revision: 142280
update to 5.10.0 Added: telepathy-mission-control/trunk/telepathy-mission-control.install Modified: telepathy-mission-control/trunk/PKGBUILD -----------------------------------+ PKGBUILD | 5 +++-- telepathy-mission-control.install | 11 +++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-11-07 20:29:49 UTC (rev 142279) +++ PKGBUILD 2011-11-07 20:42:30 UTC (rev 142280) @@ -4,7 +4,7 @@ # Contributor: Bjorn Lindeijer <bjorn lindeijer nl> # Contributor: Andreas Zwinkau <[email protected]> pkgname=telepathy-mission-control -pkgver=5.9.3 +pkgver=5.10.0 pkgrel=1 pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers." arch=('i686' 'x86_64') @@ -12,9 +12,10 @@ license=('LGPL2.1') depends=('telepathy-glib' 'libgnome-keyring') makedepends=('libxslt' 'python2') +install=telepathy-mission-control.install options=('!libtool') source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz) -md5sums=('15fc8e560bc67a86393a3138d7ac38e3') +md5sums=('d69e52faf92bab51f3e49ddf7593f3c0') build() { cd "$srcdir/$pkgname-$pkgver" Added: telepathy-mission-control.install =================================================================== --- telepathy-mission-control.install (rev 0) +++ telepathy-mission-control.install 2011-11-07 20:42:30 UTC (rev 142280) @@ -0,0 +1,11 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
