[arch-commits] Commit in telepathy-rakia/trunk (2 files)

Ionuț Mircea Bîru ioni at nymeria.archlinux.org
Sat Nov 2 08:11:52 UTC 2013


    Date: Saturday, November 2, 2013 @ 09:11:52
  Author: ioni
Revision: 198700

update to 0.8.0

Modified:
  telepathy-rakia/trunk/PKGBUILD
Deleted:
  telepathy-rakia/trunk/0001-Check-for-gio-to-avoid-linking-issue.patch

-------------------------------------------------+
 0001-Check-for-gio-to-avoid-linking-issue.patch |   29 ----------------------
 PKGBUILD                                        |   10 ++-----
 2 files changed, 3 insertions(+), 36 deletions(-)

Deleted: 0001-Check-for-gio-to-avoid-linking-issue.patch
===================================================================
--- 0001-Check-for-gio-to-avoid-linking-issue.patch	2013-11-02 08:10:25 UTC (rev 198699)
+++ 0001-Check-for-gio-to-avoid-linking-issue.patch	2013-11-02 08:11:52 UTC (rev 198700)
@@ -1,29 +0,0 @@
-From 797d2b3792a0d4c4260075c2b05a1aba63715363 Mon Sep 17 00:00:00 2001
-From: Ionut Biru <ibiru at archlinux.org>
-Date: Wed, 9 May 2012 17:34:10 +0000
-Subject: [PATCH] Check for gio to avoid linking issue
-
-/usr/bin/ld: note: 'g_inet_address_new_from_string' is defined in DSO
-/usr/lib/libgio-2.0.so.0 so try adding it to the linker command line
-
-Signed-off-by: Ionut Biru <ibiru at archlinux.org>
----
- configure.ac |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 2a6cb2a..461d464 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -62,7 +62,7 @@ dnl GTK docs
- GTK_DOC_CHECK
- 
- dnl Check for Glib 
--PKG_CHECK_MODULES(GLIB, gobject-2.0 >= 2.30, have_glib=yes, have_glib=no)
-+PKG_CHECK_MODULES(GLIB, [gobject-2.0 >= 2.30, gio-2.0 >= 2.30], have_glib=yes, have_glib=no)
- 
- if test x$have_glib = xno ; then
-     AC_MSG_ERROR([GLib development libraries not found])
--- 
-1.7.10.1
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-02 08:10:25 UTC (rev 198699)
+++ PKGBUILD	2013-11-02 08:11:52 UTC (rev 198700)
@@ -2,7 +2,7 @@
 # Maintainer : Ionut Biru <ibiru at archlinux.org>
 
 pkgname=telepathy-rakia
-pkgver=0.7.4
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="SIP connection manager for Telepathy"
 arch=('i686' 'x86_64')
@@ -13,15 +13,11 @@
 install=telepathy-rakia.install
 groups=('telepathy')
 replaces=('telepathy-sofiasip')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz
-        0001-Check-for-gio-to-avoid-linking-issue.patch)
-md5sums=('f9f47f18db033afe29fd6963c7748e37'
-         '6d0372c4c8a22bf9682e4b45ee614d5c')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('09038d4625fcf81e9d3228ebf18bc378')
 
 build() {
   cd "$pkgname-$pkgver"
-  patch -Np1 -i $srcdir/0001-Check-for-gio-to-avoid-linking-issue.patch
-  autoreconf -fi
   ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
   make
 }




More information about the arch-commits mailing list