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

Ionut Biru ibiru at archlinux.org
Fri Mar 9 18:52:51 UTC 2012


    Date: Friday, March 9, 2012 @ 13:52:51
  Author: ibiru
Revision: 152830

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  telepathy-haze/repos/gnome-unstable-i686/
  telepathy-haze/repos/gnome-unstable-i686/PKGBUILD
    (from rev 152829, telepathy-haze/trunk/PKGBUILD)
  telepathy-haze/repos/gnome-unstable-i686/telepathy-haze.install
    (from rev 152829, telepathy-haze/trunk/telepathy-haze.install)
  telepathy-haze/repos/gnome-unstable-x86_64/
  telepathy-haze/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 152829, telepathy-haze/trunk/PKGBUILD)
  telepathy-haze/repos/gnome-unstable-x86_64/telepathy-haze.install
    (from rev 152829, telepathy-haze/trunk/telepathy-haze.install)

----------------------------------------------+
 gnome-unstable-i686/PKGBUILD                 |   28 +++++++++++++++++++++++++
 gnome-unstable-i686/telepathy-haze.install   |   13 +++++++++++
 gnome-unstable-x86_64/PKGBUILD               |   28 +++++++++++++++++++++++++
 gnome-unstable-x86_64/telepathy-haze.install |   13 +++++++++++
 4 files changed, 82 insertions(+)

Copied: telepathy-haze/repos/gnome-unstable-i686/PKGBUILD (from rev 152829, telepathy-haze/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-03-09 18:52:51 UTC (rev 152830)
@@ -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/gnome-unstable-i686/telepathy-haze.install (from rev 152829, telepathy-haze/trunk/telepathy-haze.install)
===================================================================
--- gnome-unstable-i686/telepathy-haze.install	                        (rev 0)
+++ gnome-unstable-i686/telepathy-haze.install	2012-03-09 18:52:51 UTC (rev 152830)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 152829, telepathy-haze/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-03-09 18:52:51 UTC (rev 152830)
@@ -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/gnome-unstable-x86_64/telepathy-haze.install (from rev 152829, telepathy-haze/trunk/telepathy-haze.install)
===================================================================
--- gnome-unstable-x86_64/telepathy-haze.install	                        (rev 0)
+++ gnome-unstable-x86_64/telepathy-haze.install	2012-03-09 18:52:51 UTC (rev 152830)
@@ -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