[arch-commits] Commit in telepathy-haze/repos (4 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:37:15 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:37:14
  Author: heftig
Revision: 155267

db-move: moved telepathy-haze from [gnome-unstable] to [testing] (i686)

Added:
  telepathy-haze/repos/testing-i686/
  telepathy-haze/repos/testing-i686/PKGBUILD
    (from rev 155005, telepathy-haze/repos/gnome-unstable-i686/PKGBUILD)
  telepathy-haze/repos/testing-i686/telepathy-haze.install
    (from rev 155005, telepathy-haze/repos/gnome-unstable-i686/telepathy-haze.install)
Deleted:
  telepathy-haze/repos/gnome-unstable-i686/

------------------------+
 PKGBUILD               |   28 ++++++++++++++++++++++++++++
 telepathy-haze.install |   13 +++++++++++++
 2 files changed, 41 insertions(+)

Copied: telepathy-haze/repos/testing-i686/PKGBUILD (from rev 155005, telepathy-haze/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:37:14 UTC (rev 155267)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Timm Preetz <timm at preetz.us>
+pkgname=telepathy-haze
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="A telepathy-backend to use libpurple (Pidgin) protocols."
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org"
+license=('GPL')
+depends=('telepathy-glib' 'libpurple')
+makedepends=('libxslt')
+replaces=('telepathy-butterfly')
+install=telepathy-haze.install
+groups=('telepathy')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('4378726d61e1e5df789a05760a94d172')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
+  make
+}
+
+package(){
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: telepathy-haze/repos/testing-i686/telepathy-haze.install (from rev 155005, telepathy-haze/repos/gnome-unstable-i686/telepathy-haze.install)
===================================================================
--- testing-i686/telepathy-haze.install	                        (rev 0)
+++ testing-i686/telepathy-haze.install	2012-04-01 11:37:14 UTC (rev 155267)
@@ -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