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

Ionut Biru ibiru at archlinux.org
Wed Oct 6 16:43:19 UTC 2010


    Date: Wednesday, October 6, 2010 @ 12:43:18
  Author: ibiru
Revision: 94337

upgpkg: telepathy-salut 0.4.0-1
update to 0.4.0

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-06 16:38:21 UTC (rev 94336)
+++ PKGBUILD	2010-10-06 16:43:18 UTC (rev 94337)
@@ -2,22 +2,23 @@
 # Maintainer:  Ionut Biru <ibiru at archlinux.org>
 # Contributor: Daniel Balieiro <daniel at balieiro.com>
 pkgname=telepathy-salut
-pkgver=0.3.12
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="A link-local XMPP connection manager for Telepathy"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
 groups=('telepathy')
 license=('LGPL')
-depends=('telepathy-glib>=0.10.5' 'avahi' 'libsoup')
-makedepends=('libxslt')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('95968f871737e7cd75e4df39b521b692')
+depends=('telepathy-glib>=0.12.0' 'avahi' 'libsoup')
+makedepends=('libxslt' 'python2')
+install=telepathy-salut.install
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('95f0cf9681912104474b0f4c4d00807f')
 
 build() {
-    cd "$srcdir/$pkgname-$pkgver"
+    cd "${srcdir}/${pkgname}-${pkgver}"
     ./configure --prefix=/usr \
     	--libexecdir=/usr/lib/telepathy
-    make || return 1
-    make DESTDIR="$pkgdir" install || return 1
+    make
+    make DESTDIR="${pkgdir}" install
 }

Added: telepathy-salut.install
===================================================================
--- telepathy-salut.install	                        (rev 0)
+++ telepathy-salut.install	2010-10-06 16:43:18 UTC (rev 94337)
@@ -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