[arch-commits] Commit in gnome-bluetooth/gnome-unstable (PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Sep 29 07:03:20 UTC 2009


    Date: Tuesday, September 29, 2009 @ 03:03:20
  Author: jgc
Revision: 53333

Update to 2.28.1
disable makeflags, it doesn't seem to like 4 cores where it worked with only 2

Modified:
  gnome-bluetooth/gnome-unstable/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-29 06:46:19 UTC (rev 53332)
+++ PKGBUILD	2009-09-29 07:03:20 UTC (rev 53333)
@@ -2,20 +2,20 @@
 # Maintainer: Roman Kyrylych <roman at archlinux.org>
 
 pkgname=gnome-bluetooth
-pkgver=2.28.0
+pkgver=2.28.1
 pkgrel=1
 pkgdesc="The GNOME Bluetooth Subsystem."
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/GnomeBluetooth"
 license=('GPL' 'LGPL')
-depends=('bluez>=4.39' 'libunique>=1.1.2' 'libnotify>=0.4.5' 'gconf>=2.27.0' 'hicolor-icon-theme' 'gvfs>=1.4.0' 'obexd>=0.17')
+depends=('bluez>=4.39' 'libunique>=1.1.2' 'libnotify>=0.4.5' 'gconf>=2.28.0' 'hicolor-icon-theme' 'gvfs>=1.4.0' 'obexd>=0.17')
 makedepends=('intltool' 'pygtk>=2.16.0' 'gnome-doc-utils>=0.18.0')
 replaces=('bluez-gnome')
 conflicts=('bluez-gnome')
-options=('!libtool' '!emptydirs')
+options=('!libtool' '!emptydirs' '!makeflags')
 install=gnome-bluetooth.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-bluetooth/2.28/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2b1532729c23efb431b713ddb62759b742b9cddf8619bc54fd634ac12b4becf1')
+sha256sums=('17516d4004984f43a26c8fcb763d045b045a2d02ebf843536db3af74ff90c569')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list