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

Varun Acharya varun at archlinux.org
Mon Oct 8 18:59:08 UTC 2007


    Date: Monday, October 8, 2007 @ 14:59:08
  Author: varun
    Path: /home/cvs-extra/extra/gnome/bluez-gnome

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: bluez-gnome 0.14-1


----------+
 PKGBUILD |   18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)


Index: extra/gnome/bluez-gnome/PKGBUILD
diff -u extra/gnome/bluez-gnome/PKGBUILD:1.6 extra/gnome/bluez-gnome/PKGBUILD:1.7
--- extra/gnome/bluez-gnome/PKGBUILD:1.6	Fri Aug 17 12:06:30 2007
+++ extra/gnome/bluez-gnome/PKGBUILD	Mon Oct  8 14:59:08 2007
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD,v 1.6 2007/08/17 16:06:30 thomas Exp $
-# Maintainer: Thomas Baechler <thomas at archlinux.org>
+# $Id: PKGBUILD,v 1.7 2007/10/08 18:59:08 varun Exp $
+# Maintainer: Varun Acharya <varun at archlinux.org>
 pkgname=bluez-gnome
-pkgver=0.13
+pkgver=0.14
 pkgrel=1
 pkgdesc="bluetooth PIN helper application"
 arch=(i686 x86_64)
 url="http://www.bluez.org/"
 license=('GPL')
 makedepends=('perlxml')
-depends=('libnotify>=0.4.4' 'gconf>=2.18.0.1-2')
+depends=('libnotify>=0.4.4-1' 'gconf>=2.18.0.1-4')
 options=(!emptydirs)
 source=(http://bluez.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1e1621facc752f81a4d29a4b2c8fe807')
+md5sums=('7c4106e6932683c12c1e30bfb166c13d')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -19,4 +19,12 @@
               --localstatedir=/var
   make || return 1
   make DESTDIR=${startdir}/pkg install
+  find $startdir/pkg -name 'aliases' -exec rm {} \;
+  find $startdir/pkg -name 'globs' -exec rm {} \;
+  find $startdir/pkg -name 'mime.cache' -exec rm {} \;
+  find $startdir/pkg -name 'magic' -exec rm {} \;
+  find $startdir/pkg -name 'subclasses' -exec rm {} \;
+  find $startdir/pkg -name 'XMLnamespaces' -exec rm {} \;
+  find $startdir/pkg -name 'mimeinfo.cache' -exec rm {} \;
+
 }




More information about the arch-commits mailing list