[arch-commits] Commit in telepathy-haze/repos (4 files)
Jan Steffens
heftig at archlinux.org
Sun Apr 1 11:37:16 UTC 2012
Date: Sunday, April 1, 2012 @ 07:37:15
Author: heftig
Revision: 155268
db-move: moved telepathy-haze from [gnome-unstable] to [testing] (x86_64)
Added:
telepathy-haze/repos/testing-x86_64/
telepathy-haze/repos/testing-x86_64/PKGBUILD
(from rev 155005, telepathy-haze/repos/gnome-unstable-x86_64/PKGBUILD)
telepathy-haze/repos/testing-x86_64/telepathy-haze.install
(from rev 155005, telepathy-haze/repos/gnome-unstable-x86_64/telepathy-haze.install)
Deleted:
telepathy-haze/repos/gnome-unstable-x86_64/
------------------------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
telepathy-haze.install | 13 +++++++++++++
2 files changed, 41 insertions(+)
Copied: telepathy-haze/repos/testing-x86_64/PKGBUILD (from rev 155005, telepathy-haze/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:37:15 UTC (rev 155268)
@@ -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-x86_64/telepathy-haze.install (from rev 155005, telepathy-haze/repos/gnome-unstable-x86_64/telepathy-haze.install)
===================================================================
--- testing-x86_64/telepathy-haze.install (rev 0)
+++ testing-x86_64/telepathy-haze.install 2012-04-01 11:37:15 UTC (rev 155268)
@@ -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