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

Ionut Biru ibiru at archlinux.org
Mon Apr 23 12:17:39 UTC 2012


    Date: Monday, April 23, 2012 @ 08:17:39
  Author: ibiru
Revision: 157068

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  telepathy-haze/repos/extra-i686/
  telepathy-haze/repos/extra-i686/PKGBUILD
    (from rev 157067, telepathy-haze/trunk/PKGBUILD)
  telepathy-haze/repos/extra-i686/telepathy-haze.install
    (from rev 157067, telepathy-haze/trunk/telepathy-haze.install)
  telepathy-haze/repos/extra-x86_64/
  telepathy-haze/repos/extra-x86_64/PKGBUILD
    (from rev 157067, telepathy-haze/trunk/PKGBUILD)
  telepathy-haze/repos/extra-x86_64/telepathy-haze.install
    (from rev 157067, telepathy-haze/trunk/telepathy-haze.install)

-------------------------------------+
 extra-i686/PKGBUILD                 |   29 +++++++++++++++++++++++++++++
 extra-i686/telepathy-haze.install   |   13 +++++++++++++
 extra-x86_64/PKGBUILD               |   29 +++++++++++++++++++++++++++++
 extra-x86_64/telepathy-haze.install |   13 +++++++++++++
 4 files changed, 84 insertions(+)

Copied: telepathy-haze/repos/extra-i686/PKGBUILD (from rev 157067, telepathy-haze/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-04-23 12:17:39 UTC (rev 157068)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Timm Preetz <timm at preetz.us>
+pkgname=telepathy-haze
+pkgver=0.6.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' 'python2')
+replaces=('telepathy-butterfly')
+install=telepathy-haze.install
+groups=('telepathy')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('622e0b2f7ff4050a29f907f2ef0f039c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+      --libexecdir=/usr/lib/telepathy
+  make
+}
+
+package(){
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: telepathy-haze/repos/extra-i686/telepathy-haze.install (from rev 157067, telepathy-haze/trunk/telepathy-haze.install)
===================================================================
--- extra-i686/telepathy-haze.install	                        (rev 0)
+++ extra-i686/telepathy-haze.install	2012-04-23 12:17:39 UTC (rev 157068)
@@ -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:

Copied: telepathy-haze/repos/extra-x86_64/PKGBUILD (from rev 157067, telepathy-haze/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-23 12:17:39 UTC (rev 157068)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Timm Preetz <timm at preetz.us>
+pkgname=telepathy-haze
+pkgver=0.6.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' 'python2')
+replaces=('telepathy-butterfly')
+install=telepathy-haze.install
+groups=('telepathy')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('622e0b2f7ff4050a29f907f2ef0f039c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+      --libexecdir=/usr/lib/telepathy
+  make
+}
+
+package(){
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: telepathy-haze/repos/extra-x86_64/telepathy-haze.install (from rev 157067, telepathy-haze/trunk/telepathy-haze.install)
===================================================================
--- extra-x86_64/telepathy-haze.install	                        (rev 0)
+++ extra-x86_64/telepathy-haze.install	2012-04-23 12:17:39 UTC (rev 157068)
@@ -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