[arch-commits] CVS update of extra/network/gnome-bluetooth (PKGBUILD)

Varun Acharya varun at archlinux.org
Sun Oct 7 19:46:53 UTC 2007


    Date: Sunday, October 7, 2007 @ 15:46:53
  Author: varun
    Path: /home/cvs-extra/extra/network/gnome-bluetooth

Modified: PKGBUILD (1.15 -> 1.16)

upgpkg: gnome-bluetooth 0.9.1-1


----------+
 PKGBUILD |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)


Index: extra/network/gnome-bluetooth/PKGBUILD
diff -u extra/network/gnome-bluetooth/PKGBUILD:1.15 extra/network/gnome-bluetooth/PKGBUILD:1.16
--- extra/network/gnome-bluetooth/PKGBUILD:1.15	Sun Apr 22 13:33:21 2007
+++ extra/network/gnome-bluetooth/PKGBUILD	Sun Oct  7 15:46:50 2007
@@ -1,26 +1,23 @@
-# $Id: PKGBUILD,v 1.15 2007/04/22 17:33:21 jgc Exp $
+# $Id: PKGBUILD,v 1.16 2007/10/07 19:46:50 varun Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-bluetooth
-pkgver=0.8.0
-pkgrel=5
+pkgver=0.9.1
+pkgrel=1
 pkgdesc="The GNOME Bluetooth Subsystem."
 arch=(i686 x86_64)
 url="http://www.usefulinc.com/software/gnome-bluetooth/"
 license=('GPL' 'LGPL')
-depends=('libbtctl>=0.8.1' 'libgnomeui>=2.18.1-2')
+depends=('libbtctl>=0.9.0' 'libgnomeui>=2.18.1-2')
 makedepends=('gob2' 'intltool' 'pkgconfig' 'python>=2.5')
-options=('nolibtool')
+options=('!libtool')
 install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-bluetooth/0.8/${pkgname}-${pkgver}.tar.bz2
-        libegg-mustdie.patch)
-md5sums=('d1d3cae71e7f06b2c6f089cef3b68802' 'fa70e98a69d8ed7667cdb47a1feb335d')
+source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-bluetooth/0.9/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('2841562546638f39f93775865c85a6f7')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np0 -i ${startdir}/src/libegg-mustdie.patch || return 1
   aclocal || return 1
-  autoconf || return 1
   automake || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var




More information about the arch-commits mailing list