Date: Tuesday, June 8, 2010 @ 13:04:25 Author: ibiru Revision: 82121 upgpkg: telepathy-butterfly 0.5.11-1 update to 0.5.11
Added: telepathy-butterfly/trunk/telepathy-butterfly.install Modified: telepathy-butterfly/trunk/PKGBUILD -----------------------------+ PKGBUILD | 7 ++++--- telepathy-butterfly.install | 13 +++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-06-08 16:36:51 UTC (rev 82120) +++ PKGBUILD 2010-06-08 17:04:25 UTC (rev 82121) @@ -2,16 +2,17 @@ # Maintainer: Ionut Biru <[email protected]> # Contributor: Daniel Balieiro <[email protected]> pkgname=telepathy-butterfly -pkgver=0.5.10 +pkgver=0.5.11 pkgrel=1 pkgdesc="A MSN connection manager for Telepathy" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org" groups=('telepathy') license=('GPL') -depends=('papyon>=0.4.7' 'python-telepathy>=0.15.17') +depends=('papyon>=0.4.8' 'python-telepathy>=0.15.17') source=(http://telepathy.freedesktop.org/releases/telepathy-butterfly/telepathy-butterfly-$pkgver.tar.gz) -sha256sums=('fcdad6f69ec6f7173bd80a54b31ff52c034fd74a10f02e47c1d128d60c306281') +install=telepathy-butterfly.install +md5sums=('03fa849eb154c20f77c70bc76b400001') build() { cd "$srcdir/$pkgname-$pkgver" Added: telepathy-butterfly.install =================================================================== --- telepathy-butterfly.install (rev 0) +++ telepathy-butterfly.install 2010-06-08 17:04:25 UTC (rev 82121) @@ -0,0 +1,13 @@ +post_install() { + killall -HUP dbus-daemon 2>&1 +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + +# vim:set ts=2 sw=2 et:
