[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Nov 15 17:35:47 UTC 2016


    Date: Tuesday, November 15, 2016 @ 17:35:46
  Author: arojas
Revision: 280837

Update to 0.18.4

Modified:
  telepathy-gabble/trunk/PKGBUILD

----------+
 PKGBUILD |   33 +++++++++++----------------------
 1 file changed, 11 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-15 17:07:40 UTC (rev 280836)
+++ PKGBUILD	2016-11-15 17:35:46 UTC (rev 280837)
@@ -1,10 +1,11 @@
 # $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
 # 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
+pkgver=0.18.4
 pkgrel=1
 pkgdesc="A Jabber/XMPP connection manager for Telepathy"
 arch=(i686 x86_64)
@@ -11,33 +12,21 @@
 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")
+depends=(telepathy-glib libsoup libnice)
+makedepends=(libxslt python2 gnome-common)
+source=(https://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-$pkgver.tar.gz{,.asc})
 install=telepathy-gabble.install
-sha256sums=('SKIP'
+sha256sums=('115c91572c72d4a40f0b25b606167b4f2f09441dc7bf1036ccbb1450f1a4969c'
             'SKIP')
+validpgpkeys=(38FDAD7D73CE1AE7A16200291F3845DD1432A9FB) # Georgios Kiagiadakis <gkiagia at tolabaki.gr>
 
-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
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i plugins/telepathy-gabble-xmpp-console
 }
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
     --libexecdir=/usr/lib/telepathy \
     --disable-Werror --enable-gtk-doc
@@ -46,6 +35,6 @@
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list