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

Ionut Biru ibiru at archlinux.org
Thu Apr 5 10:39:18 UTC 2012


    Date: Thursday, April 5, 2012 @ 06:39:18
  Author: ibiru
Revision: 155709

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

Added:
  telepathy-salut/repos/testing-i686/
  telepathy-salut/repos/testing-i686/PKGBUILD
    (from rev 155708, telepathy-salut/trunk/PKGBUILD)
  telepathy-salut/repos/testing-i686/telepathy-salut.install
    (from rev 155708, telepathy-salut/trunk/telepathy-salut.install)
  telepathy-salut/repos/testing-x86_64/
  telepathy-salut/repos/testing-x86_64/PKGBUILD
    (from rev 155708, telepathy-salut/trunk/PKGBUILD)
  telepathy-salut/repos/testing-x86_64/telepathy-salut.install
    (from rev 155708, telepathy-salut/trunk/telepathy-salut.install)

----------------------------------------+
 testing-i686/PKGBUILD                  |   34 +++++++++++++++++++++++++++++++
 testing-i686/telepathy-salut.install   |   13 +++++++++++
 testing-x86_64/PKGBUILD                |   34 +++++++++++++++++++++++++++++++
 testing-x86_64/telepathy-salut.install |   13 +++++++++++
 4 files changed, 94 insertions(+)

Copied: telepathy-salut/repos/testing-i686/PKGBUILD (from rev 155708, telepathy-salut/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-05 10:39:18 UTC (rev 155709)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: Daniel Balieiro <daniel at balieiro.com>
+
+pkgname=telepathy-salut
+pkgver=0.8.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' 'avahi' 'libsoup' 'sqlite3')
+makedepends=('libxslt' 'python2' 'xmldiff')
+install=telepathy-salut.install
+options=(!libtool)
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('43639c23de33e8466540de02816d23bf')
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./configure --prefix=/usr \
+    	--libexecdir=/usr/lib/telepathy \
+        --disable-plugins --disable-Werror \
+        --with-tls=openssl \
+        --enable-avahi-tests=no \
+        --enable-static=no
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}

Copied: telepathy-salut/repos/testing-i686/telepathy-salut.install (from rev 155708, telepathy-salut/trunk/telepathy-salut.install)
===================================================================
--- testing-i686/telepathy-salut.install	                        (rev 0)
+++ testing-i686/telepathy-salut.install	2012-04-05 10:39:18 UTC (rev 155709)
@@ -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-salut/repos/testing-x86_64/PKGBUILD (from rev 155708, telepathy-salut/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-05 10:39:18 UTC (rev 155709)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: Daniel Balieiro <daniel at balieiro.com>
+
+pkgname=telepathy-salut
+pkgver=0.8.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' 'avahi' 'libsoup' 'sqlite3')
+makedepends=('libxslt' 'python2' 'xmldiff')
+install=telepathy-salut.install
+options=(!libtool)
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('43639c23de33e8466540de02816d23bf')
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./configure --prefix=/usr \
+    	--libexecdir=/usr/lib/telepathy \
+        --disable-plugins --disable-Werror \
+        --with-tls=openssl \
+        --enable-avahi-tests=no \
+        --enable-static=no
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}

Copied: telepathy-salut/repos/testing-x86_64/telepathy-salut.install (from rev 155708, telepathy-salut/trunk/telepathy-salut.install)
===================================================================
--- testing-x86_64/telepathy-salut.install	                        (rev 0)
+++ testing-x86_64/telepathy-salut.install	2012-04-05 10:39:18 UTC (rev 155709)
@@ -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