[arch-commits] Commit in telepathy-salut/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Sat Feb 18 10:59:51 UTC 2017
Date: Saturday, February 18, 2017 @ 10:59:50
Author: arojas
Revision: 289142
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
telepathy-salut/repos/extra-i686/PKGBUILD
(from rev 289141, telepathy-salut/trunk/PKGBUILD)
telepathy-salut/repos/extra-i686/telepathy-salut.install
(from rev 289141, telepathy-salut/trunk/telepathy-salut.install)
telepathy-salut/repos/extra-x86_64/PKGBUILD
(from rev 289141, telepathy-salut/trunk/PKGBUILD)
telepathy-salut/repos/extra-x86_64/telepathy-salut.install
(from rev 289141, telepathy-salut/trunk/telepathy-salut.install)
Deleted:
telepathy-salut/repos/extra-i686/PKGBUILD
telepathy-salut/repos/extra-i686/telepathy-salut.install
telepathy-salut/repos/extra-x86_64/PKGBUILD
telepathy-salut/repos/extra-x86_64/telepathy-salut.install
--------------------------------------+
/PKGBUILD | 66 +++++++++++++++++++++++++++++++++
/telepathy-salut.install | 26 +++++++++++++
extra-i686/PKGBUILD | 33 ----------------
extra-i686/telepathy-salut.install | 13 ------
extra-x86_64/PKGBUILD | 33 ----------------
extra-x86_64/telepathy-salut.install | 13 ------
6 files changed, 92 insertions(+), 92 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-02-18 10:59:23 UTC (rev 289141)
+++ extra-i686/PKGBUILD 2017-02-18 10:59:50 UTC (rev 289142)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Daniel Balieiro <daniel at balieiro.com>
-
-pkgname=telepathy-salut
-pkgver=0.8.1
-pkgrel=3
-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' 'util-linux')
-makedepends=('libxslt' 'python2' 'xmldiff')
-install=telepathy-salut.install
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('7516e6f6fa56a61054413a03642b938d')
-
-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/extra-i686/PKGBUILD (from rev 289141, telepathy-salut/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-18 10:59:50 UTC (rev 289142)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Daniel Balieiro <daniel at balieiro.com>
+
+pkgname=telepathy-salut
+pkgver=0.8.1
+pkgrel=4
+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' 'util-linux')
+makedepends=('libxslt' 'python2' 'xmldiff')
+install=telepathy-salut.install
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('7516e6f6fa56a61054413a03642b938d')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr \
+ --libexecdir=/usr/lib/telepathy \
+ --disable-plugins --disable-Werror \
+ --with-tls=gnutls \
+ --enable-avahi-tests=no \
+ --enable-static=no
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-i686/telepathy-salut.install
===================================================================
--- extra-i686/telepathy-salut.install 2017-02-18 10:59:23 UTC (rev 289141)
+++ extra-i686/telepathy-salut.install 2017-02-18 10:59:50 UTC (rev 289142)
@@ -1,13 +0,0 @@
-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/extra-i686/telepathy-salut.install (from rev 289141, telepathy-salut/trunk/telepathy-salut.install)
===================================================================
--- extra-i686/telepathy-salut.install (rev 0)
+++ extra-i686/telepathy-salut.install 2017-02-18 10:59:50 UTC (rev 289142)
@@ -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:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-02-18 10:59:23 UTC (rev 289141)
+++ extra-x86_64/PKGBUILD 2017-02-18 10:59:50 UTC (rev 289142)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Daniel Balieiro <daniel at balieiro.com>
-
-pkgname=telepathy-salut
-pkgver=0.8.1
-pkgrel=3
-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' 'util-linux')
-makedepends=('libxslt' 'python2' 'xmldiff')
-install=telepathy-salut.install
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('7516e6f6fa56a61054413a03642b938d')
-
-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/extra-x86_64/PKGBUILD (from rev 289141, telepathy-salut/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-02-18 10:59:50 UTC (rev 289142)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Daniel Balieiro <daniel at balieiro.com>
+
+pkgname=telepathy-salut
+pkgver=0.8.1
+pkgrel=4
+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' 'util-linux')
+makedepends=('libxslt' 'python2' 'xmldiff')
+install=telepathy-salut.install
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('7516e6f6fa56a61054413a03642b938d')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr \
+ --libexecdir=/usr/lib/telepathy \
+ --disable-plugins --disable-Werror \
+ --with-tls=gnutls \
+ --enable-avahi-tests=no \
+ --enable-static=no
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/telepathy-salut.install
===================================================================
--- extra-x86_64/telepathy-salut.install 2017-02-18 10:59:23 UTC (rev 289141)
+++ extra-x86_64/telepathy-salut.install 2017-02-18 10:59:50 UTC (rev 289142)
@@ -1,13 +0,0 @@
-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/extra-x86_64/telepathy-salut.install (from rev 289141, telepathy-salut/trunk/telepathy-salut.install)
===================================================================
--- extra-x86_64/telepathy-salut.install (rev 0)
+++ extra-x86_64/telepathy-salut.install 2017-02-18 10:59:50 UTC (rev 289142)
@@ -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