[arch-commits] Commit in telepathy-farstream/repos (4 files)

Jan Steffens heftig at archlinux.org
Thu Jan 26 20:44:56 UTC 2017


    Date: Thursday, January 26, 2017 @ 20:44:55
  Author: heftig
Revision: 287538

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

Added:
  telepathy-farstream/repos/extra-i686/PKGBUILD
    (from rev 287537, telepathy-farstream/trunk/PKGBUILD)
  telepathy-farstream/repos/extra-x86_64/PKGBUILD
    (from rev 287537, telepathy-farstream/trunk/PKGBUILD)
Deleted:
  telepathy-farstream/repos/extra-i686/PKGBUILD
  telepathy-farstream/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   86 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   33 ------------------
 extra-x86_64/PKGBUILD |   33 ------------------
 3 files changed, 86 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-01-26 20:44:15 UTC (rev 287537)
+++ extra-i686/PKGBUILD	2017-01-26 20:44:55 UTC (rev 287538)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=telepathy-farstream
-pkgver=0.6.2
-pkgrel=2
-pkgdesc="A telepathy-backend to use stream engine."
-arch=(i686 x86_64)
-url="http://telepathy.freedesktop.org"
-license=('LGPL2.1')
-depends=('telepathy-glib' 'farstream')
-makedepends=('dbus-glib' 'gobject-introspection' 'python2')
-conflicts=('telepathy-farsight')
-replaces=('telepathy-farsight')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('20bdc61ea3f3a01df41068006b62641b')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib/telepathy \
-    --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-farstream/repos/extra-i686/PKGBUILD (from rev 287537, telepathy-farstream/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-01-26 20:44:55 UTC (rev 287538)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=telepathy-farstream
+pkgver=0.6.2
+pkgrel=3
+pkgdesc="Telepathy GLib-based client library that uses Farstream to handle Call channels"
+arch=(i686 x86_64)
+url="https://telepathy.freedesktop.org/components/telepathy-farstream/"
+license=(LGPL2.1)
+depends=(telepathy-glib farstream)
+makedepends=(dbus-glib gobject-introspection python2 gtk-doc git glib2-docs)
+replaces=(telepathy-farsight)
+_commit=0b1bba79cfe94e7676fe69e9e0d2e3983a3c14c5  # tags/telepathy-farstream-0.6.2^0
+source=("git+https://github.com/TelepathyIM/telepathy-farstream#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^telepathy-farstream-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/telepathy \
+    --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-01-26 20:44:15 UTC (rev 287537)
+++ extra-x86_64/PKGBUILD	2017-01-26 20:44:55 UTC (rev 287538)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=telepathy-farstream
-pkgver=0.6.2
-pkgrel=2
-pkgdesc="A telepathy-backend to use stream engine."
-arch=(i686 x86_64)
-url="http://telepathy.freedesktop.org"
-license=('LGPL2.1')
-depends=('telepathy-glib' 'farstream')
-makedepends=('dbus-glib' 'gobject-introspection' 'python2')
-conflicts=('telepathy-farsight')
-replaces=('telepathy-farsight')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('20bdc61ea3f3a01df41068006b62641b')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib/telepathy \
-    --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-farstream/repos/extra-x86_64/PKGBUILD (from rev 287537, telepathy-farstream/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-01-26 20:44:55 UTC (rev 287538)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=telepathy-farstream
+pkgver=0.6.2
+pkgrel=3
+pkgdesc="Telepathy GLib-based client library that uses Farstream to handle Call channels"
+arch=(i686 x86_64)
+url="https://telepathy.freedesktop.org/components/telepathy-farstream/"
+license=(LGPL2.1)
+depends=(telepathy-glib farstream)
+makedepends=(dbus-glib gobject-introspection python2 gtk-doc git glib2-docs)
+replaces=(telepathy-farsight)
+_commit=0b1bba79cfe94e7676fe69e9e0d2e3983a3c14c5  # tags/telepathy-farstream-0.6.2^0
+source=("git+https://github.com/TelepathyIM/telepathy-farstream#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^telepathy-farstream-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/telepathy \
+    --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list