[arch-commits] Commit in telepathy-gabble/repos (8 files)

Jan Steffens heftig at archlinux.org
Sat Oct 1 20:27:44 UTC 2016


    Date: Saturday, October 1, 2016 @ 20:27:43
  Author: heftig
Revision: 277526

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

Added:
  telepathy-gabble/repos/extra-i686/PKGBUILD
    (from rev 277525, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
    (from rev 277525, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
    (from rev 277525, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
    (from rev 277525, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-i686/PKGBUILD
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install

---------------------------------------+
 /PKGBUILD                             |  102 ++++++++++++++++++++++++++++++++
 /telepathy-gabble.install             |   26 ++++++++
 extra-i686/PKGBUILD                   |   31 ---------
 extra-i686/telepathy-gabble.install   |   13 ----
 extra-x86_64/PKGBUILD                 |   31 ---------
 extra-x86_64/telepathy-gabble.install |   13 ----
 6 files changed, 128 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-10-01 20:27:17 UTC (rev 277525)
+++ extra-i686/PKGBUILD	2016-10-01 20:27:43 UTC (rev 277526)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Daniel Balieiro <daniel at balieiro.com>
-# Contributor: Rodrigo L. M. Flores <mail at rodrigoflores.org>
-pkgname=telepathy-gabble
-pkgver=0.18.3
-pkgrel=3
-pkgdesc="A Jabber/XMPP connection manager for Telepathy"
-arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org"
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
-makedepends=('libxslt' 'python2')
-options=('!emptydirs')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-install=telepathy-gabble.install
-md5sums=('40f2fbabc4e6e147258c83ed697f2fcf')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  	--libexecdir=/usr/lib/telepathy
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir/usr/bin/telepathy-gabble-xmpp-console"
-}

Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 277525, telepathy-gabble/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-10-01 20:27:43 UTC (rev 277526)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Daniel Balieiro <daniel at balieiro.com>
+# Contributor: Rodrigo L. M. Flores <mail at rodrigoflores.org>
+
+pkgname=telepathy-gabble
+pkgver=0.18.3+5+gfe084b7
+pkgrel=1
+pkgdesc="A Jabber/XMPP connection manager for Telepathy"
+arch=(i686 x86_64)
+url="http://telepathy.freedesktop.org"
+groups=(telepathy)
+license=(LGPL2.1)
+depends=(telepathy-glib libsoup libnice sqlite)
+makedepends=(libxslt python2 gnome-common git)
+_commit=fe084b7ef77184927e7740583a395eb5106f0151  # telepathy-gabble-0.18
+source=("git://anongit.freedesktop.org/telepathy/telepathy-gabble#commit=$_commit"
+        "git://anongit.freedesktop.org/wocky")
+install=telepathy-gabble.install
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^telepathy-gabble-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.lib/ext/wocky.url "$srcdir/wocky"
+  git submodule update
+
+  sed -i '1s/python$/&2/' plugins/telepathy-gabble-xmpp-console
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+    --libexecdir=/usr/lib/telepathy \
+    --disable-Werror --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/telepathy-gabble.install
===================================================================
--- extra-i686/telepathy-gabble.install	2016-10-01 20:27:17 UTC (rev 277525)
+++ extra-i686/telepathy-gabble.install	2016-10-01 20:27:43 UTC (rev 277526)
@@ -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-gabble/repos/extra-i686/telepathy-gabble.install (from rev 277525, telepathy-gabble/trunk/telepathy-gabble.install)
===================================================================
--- extra-i686/telepathy-gabble.install	                        (rev 0)
+++ extra-i686/telepathy-gabble.install	2016-10-01 20:27:43 UTC (rev 277526)
@@ -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	2016-10-01 20:27:17 UTC (rev 277525)
+++ extra-x86_64/PKGBUILD	2016-10-01 20:27:43 UTC (rev 277526)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Daniel Balieiro <daniel at balieiro.com>
-# Contributor: Rodrigo L. M. Flores <mail at rodrigoflores.org>
-pkgname=telepathy-gabble
-pkgver=0.18.3
-pkgrel=3
-pkgdesc="A Jabber/XMPP connection manager for Telepathy"
-arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org"
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
-makedepends=('libxslt' 'python2')
-options=('!emptydirs')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-install=telepathy-gabble.install
-md5sums=('40f2fbabc4e6e147258c83ed697f2fcf')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  	--libexecdir=/usr/lib/telepathy
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir/usr/bin/telepathy-gabble-xmpp-console"
-}

Copied: telepathy-gabble/repos/extra-x86_64/PKGBUILD (from rev 277525, telepathy-gabble/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-10-01 20:27:43 UTC (rev 277526)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Daniel Balieiro <daniel at balieiro.com>
+# Contributor: Rodrigo L. M. Flores <mail at rodrigoflores.org>
+
+pkgname=telepathy-gabble
+pkgver=0.18.3+5+gfe084b7
+pkgrel=1
+pkgdesc="A Jabber/XMPP connection manager for Telepathy"
+arch=(i686 x86_64)
+url="http://telepathy.freedesktop.org"
+groups=(telepathy)
+license=(LGPL2.1)
+depends=(telepathy-glib libsoup libnice sqlite)
+makedepends=(libxslt python2 gnome-common git)
+_commit=fe084b7ef77184927e7740583a395eb5106f0151  # telepathy-gabble-0.18
+source=("git://anongit.freedesktop.org/telepathy/telepathy-gabble#commit=$_commit"
+        "git://anongit.freedesktop.org/wocky")
+install=telepathy-gabble.install
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^telepathy-gabble-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.lib/ext/wocky.url "$srcdir/wocky"
+  git submodule update
+
+  sed -i '1s/python$/&2/' plugins/telepathy-gabble-xmpp-console
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+    --libexecdir=/usr/lib/telepathy \
+    --disable-Werror --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/telepathy-gabble.install
===================================================================
--- extra-x86_64/telepathy-gabble.install	2016-10-01 20:27:17 UTC (rev 277525)
+++ extra-x86_64/telepathy-gabble.install	2016-10-01 20:27:43 UTC (rev 277526)
@@ -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-gabble/repos/extra-x86_64/telepathy-gabble.install (from rev 277525, telepathy-gabble/trunk/telepathy-gabble.install)
===================================================================
--- extra-x86_64/telepathy-gabble.install	                        (rev 0)
+++ extra-x86_64/telepathy-gabble.install	2016-10-01 20:27:43 UTC (rev 277526)
@@ -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