[arch-commits] Commit in libbtctl/repos (3 files)

Giovanni Scafora giovanni at archlinux.org
Sat Nov 21 15:31:57 UTC 2009


    Date: Saturday, November 21, 2009 @ 10:31:57
  Author: giovanni
Revision: 59225

Merged revisions 59218 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/libbtctl/trunk

........
  r59218 | andrea | 2009-11-21 06:05:38 -0800 (sab, 21 nov 2009) | 2 lines
  
  upgpkg: libbtctl 0.11.1-1
      upstream release
........

Modified:
  libbtctl/repos/extra-x86_64/	(properties)
  libbtctl/repos/extra-x86_64/PKGBUILD
Deleted:
  libbtctl/repos/extra-x86_64/libbtctl-bluez4.patch

-----------------------+
 PKGBUILD              |   16 +++++++---------
 libbtctl-bluez4.patch |   15 ---------------
 2 files changed, 7 insertions(+), 24 deletions(-)


Property changes on: libbtctl/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /libbtctl/trunk:1-12617
   + /libbtctl/trunk:1-59223

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-11-21 15:31:26 UTC (rev 59224)
+++ extra-x86_64/PKGBUILD	2009-11-21 15:31:57 UTC (rev 59225)
@@ -1,24 +1,22 @@
 # $Id$
-# Maintainer: Roman Kyrylych <roman at archlinux.org>
+# Maintainer: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
 
 pkgname=libbtctl
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.11.1
+pkgrel=1
 pkgdesc="GObject wrapper for Bluetooth functionality."
 arch=('i686' 'x86_64')
 url="http://www.usefulinc.com/software/gnome-bluetooth/"
 license=('GPL' 'LGPL')
-depends=('glib2>=2.18.0' 'openobex>=1.3-3' 'bluez>=4.1')
+depends=('glib2' 'openobex' 'bluez')
 makedepends=('intltool' 'python' 'gtk2')
 options=('!libtool' '!makeflags')
-source=(http://ftp.gnome.org/pub/GNOME/sources/libbtctl/0.10/${pkgname}-${pkgver}.tar.bz2
-	libbtctl-bluez4.patch)
-md5sums=('83d5f90efb2b26d1bd12a668940d02ba'
-	 '7ffbf62cbaa42be15ffb26ff71cc06cd')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.11/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('5b5ab9e71dd5428c4e5c45cbf581a384')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np0 -i "${srcdir}/libbtctl-bluez4.patch" || return 1
   ./configure --prefix=/usr --disable-gtk-doc \
     --disable-mono --disable-static || return 1
   make || return 1

Deleted: extra-x86_64/libbtctl-bluez4.patch
===================================================================
--- extra-x86_64/libbtctl-bluez4.patch	2009-11-21 15:31:26 UTC (rev 59224)
+++ extra-x86_64/libbtctl-bluez4.patch	2009-11-21 15:31:57 UTC (rev 59225)
@@ -1,15 +0,0 @@
-Index: src/btctlimpl.c
-===================================================================
---- src/btctlimpl.c	(revision 134)
-+++ src/btctlimpl.c	(working copy)
-@@ -330,8 +330,8 @@
- 	if (dd>=0) {
- 		for (i = 0; i < num_rsp; i++) {
- 			memset(name, 0, sizeof(name));
--			if (hci_remote_name(dd, &(info+i)->bdaddr,
--						sizeof(name), name, 100000) < 0)
-+			if (hci_read_remote_name(dd, &(info+i)->bdaddr,
-+						 sizeof(name), name, 100000) < 0)
- 				strcpy(name, "n/a");
- 
- 			baswap(&bdaddr, &(info+i)->bdaddr);




More information about the arch-commits mailing list