[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD telepathy-gabble.install)

Ionut Biru ibiru at archlinux.org
Tue Jun 8 17:05:19 UTC 2010


    Date: Tuesday, June 8, 2010 @ 13:05:19
  Author: ibiru
Revision: 82126

upgpkg: telepathy-gabble 0.8.14-1
update to 0.8.14

Added:
  telepathy-gabble/trunk/telepathy-gabble.install
Modified:
  telepathy-gabble/trunk/PKGBUILD

--------------------------+
 PKGBUILD                 |    8 ++++----
 telepathy-gabble.install |   13 +++++++++++++
 2 files changed, 17 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-08 17:05:09 UTC (rev 82125)
+++ PKGBUILD	2010-06-08 17:05:19 UTC (rev 82126)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro <daniel at balieiro.com>
 # Contributor: Rodrigo L. M. Flores <mail at rodrigoflores.org>
 pkgname=telepathy-gabble
-pkgver=0.8.12
+pkgver=0.8.14
 pkgrel=1
 pkgdesc="A Jabber/XMPP connection manager for Telepathy"
 arch=('i686' 'x86_64')
@@ -11,9 +11,11 @@
 groups=('telepathy')
 license=('LGPL')
 options=('!libtool')
-depends=('loudmouth' 'telepathy-glib>=0.10' 'libsoup')
+depends=('loudmouth' 'telepathy-glib>=0.10' 'libsoup' 'sqlite3' 'util-linux-ng')
 makedepends=('libxslt' 'python')
 source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('0114937c1664c6b76b8cd983f24c2089')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -23,5 +25,3 @@
   make || return 1
   make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('c344165154fe1642bd176e9a38e9ecce')
-sha256sums=('61c53197da85d24f6525e6561a54bdbc94ea96c7deec12540d24426931979d8f')

Added: telepathy-gabble.install
===================================================================
--- telepathy-gabble.install	                        (rev 0)
+++ telepathy-gabble.install	2010-06-08 17:05:19 UTC (rev 82126)
@@ -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:




More information about the arch-commits mailing list