[arch-commits] Commit in obexd/trunk (PKGBUILD)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 06:41:10
  Author: andrea
Revision: 85417

upgpkg: obexd 0.29-1
upstream release; added obexd server in a new package (FS#19154)

Modified:
  obexd/trunk/PKGBUILD

--+
 PKGBUILD |   41 +++--
 1 file changed, 27 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-13 06:43:05 UTC (rev 85416)
+++ PKGBUILD2010-07-13 10:41:10 UTC (rev 85417)
@@ -2,27 +2,40 @@
 # Maintainer: Andrea Scarpino 
 # Contributor: Geoffroy Carrier 
 
-pkgname=obexd
-pkgver=0.28
+pkgbase=obexd
+pkgname=('obexd-client' 'obexd-server')
+pkgver=0.29
 pkgrel=1
-pkgdesc="D-Bus service providing high-level OBEX client and server side 
functionality"
 url="http://www.bluez.org/";
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('openobex' 'glib2')
-makedepends=('dbus-glib' 'libical')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a157fcca6e8af077c5f2037c72d617cd')
+makedepends=('openobex' 'dbus-glib' 'libical')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('3e90cff18f1339a44adde2c920f95393')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib/obexd \
---disable-server
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr
   make
 }
 
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+package_obexd-client() {
+  pkgdesc="D-Bus service providing high-level OBEX client side functionality"
+  depends=('openobex' 'glib2')
+  provides=('obexd')
+  replaces=('obexd')
+  conflicts=('obexd')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/client"
+  install -Dm755 obex-client ${pkgdir}/usr/lib/obex-client
+  install -Dm644 obex-client.service 
${pkgdir}/usr/share/dbus-1/services/obex-client.service
 }
+
+package_obexd-server() {
+  pkgdesc="D-Bus service providing high-level OBEX server side functionality"
+  depends=('openobex' 'glib2' 'libical')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/src"
+  install -Dm755 obexd ${pkgdir}/usr/lib/obexd 
+  install -Dm644 obexd.service 
${pkgdir}/usr/share/dbus-1/services/obexd.service
+}



[arch-commits] Commit in obexd/repos (extra-i686)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 06:41:24
  Author: andrea
Revision: 85418

archrelease: remove extra-i686

Deleted:
  obexd/repos/extra-i686/



[arch-commits] Commit in obexd/repos (extra-i686)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 06:41:46
  Author: andrea
Revision: 85419

archrelease: copy trunk to extra-i686

Added:
  obexd/repos/extra-i686/



[arch-commits] Commit in obexd/repos (extra-x86_64)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 06:42:00
  Author: andrea
Revision: 85420

archrelease: remove extra-x86_64

Deleted:
  obexd/repos/extra-x86_64/



[arch-commits] Commit in obexd/repos (extra-x86_64)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 06:42:22
  Author: andrea
Revision: 85421

archrelease: copy trunk to extra-x86_64

Added:
  obexd/repos/extra-x86_64/



[arch-commits] Commit in obexd/repos (extra-i686)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 06:44:35
  Author: andrea
Revision: 85422

db-remove: obexd removed by andrea

Deleted:
  obexd/repos/extra-i686/



[arch-commits] Commit in obexd/repos (extra-x86_64)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 06:44:44
  Author: andrea
Revision: 85423

db-remove: obexd removed by andrea

Deleted:
  obexd/repos/extra-x86_64/



[arch-commits] Commit in bluez/trunk (PKGBUILD)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 08:37:36
  Author: andrea
Revision: 85424

upgpkg: bluez 4.68-1
upstream release

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-13 10:44:44 UTC (rev 85423)
+++ PKGBUILD2010-07-13 12:37:36 UTC (rev 85424)
@@ -3,7 +3,7 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=bluez
-pkgver=4.67
+pkgver=4.68
 pkgrel=1
 pkgdesc="Libraries and tools for the Bluetooth protocol stack"
 url="http://www.bluez.org/";
@@ -27,7 +27,7 @@
 
source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";
 'bluetooth.conf.d'
'rc.bluetooth')
-md5sums=('7fb529b72ba4130757e53aef3f6d6665'
+md5sums=('1295ff8987a8b3f35e84c4aae07ef7f4'
  '8f60a5eb9d84b9c64c478d63e1c24b10'
  'ca4c39eb4bb201bd2eacad01492cd735')
 



[arch-commits] Commit in bluez/repos (extra-i686)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 08:37:52
  Author: andrea
Revision: 85425

archrelease: remove extra-i686

Deleted:
  bluez/repos/extra-i686/



[arch-commits] Commit in bluez/repos (extra-i686)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 08:38:16
  Author: andrea
Revision: 85426

archrelease: copy trunk to extra-i686

Added:
  bluez/repos/extra-i686/



[arch-commits] Commit in bluez/repos (extra-x86_64)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 08:38:34
  Author: andrea
Revision: 85427

archrelease: remove extra-x86_64

Deleted:
  bluez/repos/extra-x86_64/



[arch-commits] Commit in bluez/repos (extra-x86_64)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 08:38:57
  Author: andrea
Revision: 85428

archrelease: copy trunk to extra-x86_64

Added:
  bluez/repos/extra-x86_64/



[arch-commits] Commit in sip/trunk (PKGBUILD)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 08:42:38
  Author: andrea
Revision: 85429

upgpkg: sip 4.10.3-1
upstream release

Modified:
  sip/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-13 12:38:57 UTC (rev 85428)
+++ PKGBUILD2010-07-13 12:42:38 UTC (rev 85429)
@@ -4,32 +4,31 @@
 # Contributor: riai , Ben 
 
 pkgname=sip
-pkgver=4.10.2
-_pkgver=4.10.2
+pkgver=4.10.3
 pkgrel=1
 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
 arch=('i686' 'x86_64')
 url="http://www.riverbankcomputing.com/software/sip/";
 license=('custom:"sip"')
 depends=('python' 'gcc-libs')
-source=(http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${_pkgver}.tar.gz)
-md5sums=('52d11ca9c1a0d0cddc9b89268bff5929')
+source=("http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('cb0922b5d12add2d36061e43be64f5ce')
 
 build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   python configure.py -b /usr/bin \
 -d /usr/lib/python2.6/site-packages \
 -e /usr/include/python2.6 \
--v /usr/share/sip || return 1
+-v /usr/share/sip
 
-  make || return 1
+  make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 
   install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in sip/repos (extra-i686)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 08:42:50
  Author: andrea
Revision: 85430

archrelease: remove extra-i686

Deleted:
  sip/repos/extra-i686/



[arch-commits] Commit in sip/repos (extra-i686)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 08:43:12
  Author: andrea
Revision: 85431

archrelease: copy trunk to extra-i686

Added:
  sip/repos/extra-i686/



[arch-commits] Commit in sip/repos (extra-x86_64)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 08:43:25
  Author: andrea
Revision: 85432

archrelease: remove extra-x86_64

Deleted:
  sip/repos/extra-x86_64/



[arch-commits] Commit in sip/repos (extra-x86_64)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 08:43:47
  Author: andrea
Revision: 85433

archrelease: copy trunk to extra-x86_64

Added:
  sip/repos/extra-x86_64/



[arch-commits] Commit in pyqt/trunk (PKGBUILD)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 09:18:32
  Author: andrea
Revision: 85434

upgpkg: pyqt 4.7.4-1
upstream release

Modified:
  pyqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-13 12:43:47 UTC (rev 85433)
+++ PKGBUILD2010-07-13 13:18:32 UTC (rev 85434)
@@ -4,8 +4,7 @@
 # Contributor: riai  Ben 
 
 pkgname=pyqt
-pkgver=4.7.3
-_pkgver=4.7.3
+pkgver=4.7.4
 pkgrel=1
 pkgdesc="A set of Python bindings for the Qt toolkit"
 arch=('i686' 'x86_64')
@@ -17,25 +16,25 @@
 provides=('pyqt4')
 replaces=('pyqt4')
 conflicts=('pyqt4')
-source=("http://riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-${_pkgver}.tar.gz";)
-md5sums=('42fdda73f07810abba002af8a939ee50')
+source=("http://riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz";)
+md5sums=('88e9f1bc467cccf424d2032e3470982c')
 
 build() {
-  cd ${srcdir}/PyQt-x11-gpl-${_pkgver}
+  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
   
   python configure.py --confirm-license \
 -b /usr/bin \
 -d /usr/lib/python2.6/site-packages \
--v /usr/share/sip || return 1
+-v /usr/share/sip
 
   # Thanks Gerardo for the rpath fix
   find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
 
-  make || return 1
+  make
 }
 
 package(){
-  cd ${srcdir}/PyQt-x11-gpl-${_pkgver}
+  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
 }



[arch-commits] Commit in pyqt/repos (extra-i686)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 09:19:24
  Author: andrea
Revision: 85435

archrelease: remove extra-i686

Deleted:
  pyqt/repos/extra-i686/



[arch-commits] Commit in pyqt/repos (extra-i686)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 09:19:50
  Author: andrea
Revision: 85436

archrelease: copy trunk to extra-i686

Added:
  pyqt/repos/extra-i686/



[arch-commits] Commit in pyqt/repos (extra-x86_64)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 09:20:47
  Author: andrea
Revision: 85437

archrelease: remove extra-x86_64

Deleted:
  pyqt/repos/extra-x86_64/



[arch-commits] Commit in pyqt/repos (extra-x86_64)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 09:21:11
  Author: andrea
Revision: 85438

archrelease: copy trunk to extra-x86_64

Added:
  pyqt/repos/extra-x86_64/



[arch-commits] Commit in lvm2/repos (core-i686)

2010-07-13 Thread Thomas Bächler
Date: Tuesday, July 13, 2010 @ 09:34:08
  Author: thomas
Revision: 85439

db-move: lvm2 removed by thomas for move to core

Deleted:
  lvm2/repos/core-i686/



[arch-commits] Commit in lvm2/repos (core-i686 testing-i686)

2010-07-13 Thread Thomas Bächler
Date: Tuesday, July 13, 2010 @ 09:34:10
  Author: thomas
Revision: 85440

db-move: moved lvm2 from [testing] to [core] (i686)

Added:
  lvm2/repos/core-i686/
Deleted:
  lvm2/repos/testing-i686/



[arch-commits] Commit in initscripts/repos (core-i686)

2010-07-13 Thread Thomas Bächler
Date: Tuesday, July 13, 2010 @ 09:34:16
  Author: thomas
Revision: 85441

db-move: initscripts removed by thomas for move to core

Deleted:
  initscripts/repos/core-i686/



[arch-commits] Commit in initscripts/repos (core-i686 testing-i686)

2010-07-13 Thread Thomas Bächler
Date: Tuesday, July 13, 2010 @ 09:34:18
  Author: thomas
Revision: 85442

db-move: moved initscripts from [testing] to [core] (i686)

Added:
  initscripts/repos/core-i686/
Deleted:
  initscripts/repos/testing-i686/



[arch-commits] Commit in lvm2/repos (core-x86_64)

2010-07-13 Thread Thomas Bächler
Date: Tuesday, July 13, 2010 @ 09:34:29
  Author: thomas
Revision: 85443

db-move: lvm2 removed by thomas for move to core

Deleted:
  lvm2/repos/core-x86_64/



[arch-commits] Commit in lvm2/repos (core-x86_64 testing-x86_64)

2010-07-13 Thread Thomas Bächler
Date: Tuesday, July 13, 2010 @ 09:34:31
  Author: thomas
Revision: 85444

db-move: moved lvm2 from [testing] to [core] (x86_64)

Added:
  lvm2/repos/core-x86_64/
Deleted:
  lvm2/repos/testing-x86_64/



[arch-commits] Commit in initscripts/repos (core-x86_64)

2010-07-13 Thread Thomas Bächler
Date: Tuesday, July 13, 2010 @ 09:34:37
  Author: thomas
Revision: 85445

db-move: initscripts removed by thomas for move to core

Deleted:
  initscripts/repos/core-x86_64/



[arch-commits] Commit in initscripts/repos (core-x86_64 testing-x86_64)

2010-07-13 Thread Thomas Bächler
Date: Tuesday, July 13, 2010 @ 09:34:39
  Author: thomas
Revision: 85446

db-move: moved initscripts from [testing] to [core] (x86_64)

Added:
  initscripts/repos/core-x86_64/
Deleted:
  initscripts/repos/testing-x86_64/



[arch-commits] Commit in linux-firmware/repos (core-any)

2010-07-13 Thread Thomas Bächler
Date: Tuesday, July 13, 2010 @ 09:34:57
  Author: thomas
Revision: 85447

db-move: linux-firmware removed by thomas for move to core

Deleted:
  linux-firmware/repos/core-any/



[arch-commits] Commit in linux-firmware/repos (core-any testing-any)

2010-07-13 Thread Thomas Bächler
Date: Tuesday, July 13, 2010 @ 09:34:59
  Author: thomas
Revision: 85448

db-move: moved linux-firmware from [testing] to [core] (any)

Added:
  linux-firmware/repos/core-any/
Deleted:
  linux-firmware/repos/testing-any/



[arch-commits] Commit in mkinitcpio/repos (core-any)

2010-07-13 Thread Thomas Bächler
Date: Tuesday, July 13, 2010 @ 09:35:31
  Author: thomas
Revision: 85449

db-move: mkinitcpio removed by thomas for move to core

Deleted:
  mkinitcpio/repos/core-any/



[arch-commits] Commit in mkinitcpio/repos (core-any testing-any)

2010-07-13 Thread Thomas Bächler
Date: Tuesday, July 13, 2010 @ 09:35:33
  Author: thomas
Revision: 85450

db-move: moved mkinitcpio from [testing] to [core] (any)

Added:
  mkinitcpio/repos/core-any/
Deleted:
  mkinitcpio/repos/testing-any/



[arch-commits] Commit in obexd/trunk (PKGBUILD)

2010-07-13 Thread Ionut Biru
Date: Tuesday, July 13, 2010 @ 10:41:55
  Author: ibiru
Revision: 85451

upgpkg: obexd 0.29-2 fix provide array. FS#20162

Modified:
  obexd/trunk/PKGBUILD  (contents, properties)

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-13 13:35:33 UTC (rev 85450)
+++ PKGBUILD2010-07-13 14:41:55 UTC (rev 85451)
@@ -1,11 +1,11 @@
-# $Id: $
+# $Id$
 # Maintainer: Andrea Scarpino 
 # Contributor: Geoffroy Carrier 
 
 pkgbase=obexd
 pkgname=('obexd-client' 'obexd-server')
 pkgver=0.29
-pkgrel=1
+pkgrel=2
 url="http://www.bluez.org/";
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -22,7 +22,7 @@
 package_obexd-client() {
   pkgdesc="D-Bus service providing high-level OBEX client side functionality"
   depends=('openobex' 'glib2')
-  provides=('obexd')
+  provides=("obexd=${pkgver}")
   replaces=('obexd')
   conflicts=('obexd')
 


Property changes on: obexd/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in obexd/repos (extra-i686)

2010-07-13 Thread Ionut Biru
Date: Tuesday, July 13, 2010 @ 10:42:14
  Author: ibiru
Revision: 85452

archrelease: copy trunk to extra-i686

Added:
  obexd/repos/extra-i686/



[arch-commits] Commit in obexd/repos (extra-x86_64)

2010-07-13 Thread Ionut Biru
Date: Tuesday, July 13, 2010 @ 10:42:32
  Author: ibiru
Revision: 85453

archrelease: copy trunk to extra-x86_64

Added:
  obexd/repos/extra-x86_64/



[arch-commits] Commit in bluez/trunk (PKGBUILD)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 14:38:16
  Author: andrea
Revision: 85454

upgpkg: bluez 4.67-2
bluez 4.68 is broke (FS#20161)

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-13 14:42:32 UTC (rev 85453)
+++ PKGBUILD2010-07-13 18:38:16 UTC (rev 85454)
@@ -3,8 +3,8 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=bluez
-pkgver=4.68
-pkgrel=1
+pkgver=4.67
+pkgrel=2
 pkgdesc="Libraries and tools for the Bluetooth protocol stack"
 url="http://www.bluez.org/";
 arch=('i686' 'x86_64')
@@ -21,13 +21,13 @@
 conflicts=('bluez-libs' 'bluez-utils')
 provides=('bluez-libs' 'bluez-utils')
 replaces=('bluez-libs' 'bluez-utils')
-options=('!libtool')
+options=('!libtool' 'force')
 backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
 etc/conf.d/bluetooth)
 
source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";
 'bluetooth.conf.d'
'rc.bluetooth')
-md5sums=('1295ff8987a8b3f35e84c4aae07ef7f4'
+md5sums=('7fb529b72ba4130757e53aef3f6d6665'
  '8f60a5eb9d84b9c64c478d63e1c24b10'
  'ca4c39eb4bb201bd2eacad01492cd735')
 



[arch-commits] Commit in bluez/repos (extra-i686)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 14:38:33
  Author: andrea
Revision: 85455

archrelease: remove extra-i686

Deleted:
  bluez/repos/extra-i686/



[arch-commits] Commit in bluez/repos (extra-i686)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 14:38:55
  Author: andrea
Revision: 85456

archrelease: copy trunk to extra-i686

Added:
  bluez/repos/extra-i686/



[arch-commits] Commit in bluez/repos (extra-x86_64)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 14:39:12
  Author: andrea
Revision: 85457

archrelease: remove extra-x86_64

Deleted:
  bluez/repos/extra-x86_64/



[arch-commits] Commit in bluez/repos (extra-x86_64)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 14:40:04
  Author: andrea
Revision: 85458

archrelease: copy trunk to extra-x86_64

Added:
  bluez/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/trunk (PKGBUILD)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 15:27:29
  Author: andrea
Revision: 85459

upgpkg: qscintilla 2.4.4-1
upstream release

Modified:
  qscintilla/trunk/PKGBUILD

--+
 PKGBUILD |   21 +++--
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-13 18:40:04 UTC (rev 85458)
+++ PKGBUILD2010-07-13 19:27:29 UTC (rev 85459)
@@ -5,7 +5,7 @@
 # Contributor: DaNiMoTh 
 
 pkgname=qscintilla
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 license=('GPL')
 pkgdesc="A port to Qt4 of Neil Hodgson's Scintilla C++ editor class"
@@ -16,8 +16,9 @@
 conflicts=('qscintilla2')
 replaces=('qscintilla2')
 
source=("http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-${pkgver}.tar.gz";)
-md5sums=('b1c83d42398493bedb22f4df1868627d')
+md5sums=('db5f21723ea976ddd78c4c3662a21f9c')
 
+
 build() {
 cd $srcdir/QScintilla-gpl-$pkgver/Qt4
 sed -i "s|header.path = .*|header.path = $pkgdir/usr/include|g" 
qscintilla.pro
@@ -26,7 +27,7 @@
 
 qmake qscintilla.pro
 sed -i 's|$(MOVE) $(TARGET)|$(COPY) $(TARGET)|g' Makefile
-make DESTDIR=${pkgdir} || return 1
+make
 
 # Qt4 designer qscintilla2 plugin
 cd ../designer-Qt4
@@ -34,17 +35,17 @@
 echo "INCPATH += ../Qt4" >> designer.pro
 sed -i "s|LIBS.*|LIBS += -L../Qt4 -lqscintilla2|g" designer.pro
 qmake designer.pro
-make || return 1
+make
 }
 
 package() {
   cd ${srcdir}/QScintilla-gpl-${pkgver}/Qt4
-  make DESTDIR=${pkgdir} install || return 1
-  cp libqscintilla2.so.5.3.0 ${pkgdir}/usr/lib/ || return 1
-  ln -s libqscintilla2.so.5.3.0 ${pkgdir}/usr/lib/libqscintilla2.so
-  ln -s libqscintilla2.so.5.3.0 ${pkgdir}/usr/lib/libqscintilla2.so.5
-  ln -s libqscintilla2.so.5.3.0 ${pkgdir}/usr/lib/libqscintilla2.so.5.3
+  make DESTDIR="${pkgdir}" install
+  cp libqscintilla2.so.5.4.0 ${pkgdir}/usr/lib/
+  ln -s libqscintilla2.so.5.4.0 ${pkgdir}/usr/lib/libqscintilla2.so
+  ln -s libqscintilla2.so.5.4.0 ${pkgdir}/usr/lib/libqscintilla2.so.5
+  ln -s libqscintilla2.so.5.4.0 ${pkgdir}/usr/lib/libqscintilla2.so.5.4
 
   cd ${srcdir}/QScintilla-gpl-${pkgver}/designer-Qt4
-  cp libqscintillaplugin.so ${pkgdir}/usr/lib/qt/plugins/designer/ || return 1
+  cp libqscintillaplugin.so ${pkgdir}/usr/lib/qt/plugins/designer/
 }



[arch-commits] Commit in qscintilla/repos (extra-i686)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 15:27:55
  Author: andrea
Revision: 85460

archrelease: remove extra-i686

Deleted:
  qscintilla/repos/extra-i686/



[arch-commits] Commit in qscintilla/repos (extra-i686)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 15:28:20
  Author: andrea
Revision: 85461

archrelease: copy trunk to extra-i686

Added:
  qscintilla/repos/extra-i686/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 15:28:44
  Author: andrea
Revision: 85462

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 15:29:10
  Author: andrea
Revision: 85463

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



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

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 15:31:35
  Author: andrea
Revision: 85464

obexd renamed as obexd-client

Modified:
  gnome-bluetooth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-13 19:29:10 UTC (rev 85463)
+++ PKGBUILD2010-07-13 19:31:35 UTC (rev 85464)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/GnomeBluetooth";
 license=('GPL' 'LGPL')
-depends=('libunique' 'libnotify' 'gconf' 'hicolor-icon-theme' 'gvfs-obexftp' 
'obexd')
+depends=('libunique' 'libnotify' 'gconf' 'hicolor-icon-theme' 'gvfs-obexftp' 
'obexd-client')
 makedepends=('intltool' 'pygtk' 'gnome-doc-utils' 'nautilus-sendto' 
'gobject-introspection' 'gir-repository')
 replaces=('bluez-gnome')
 conflicts=('bluez-gnome')



[arch-commits] Commit in kdebindings/trunk (PKGBUILD)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 15:44:11
  Author: andrea
Revision: 85465

pyqt rebuild

Modified:
  kdebindings/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-13 19:31:35 UTC (rev 85464)
+++ PKGBUILD2010-07-13 19:44:11 UTC (rev 85465)
@@ -7,7 +7,7 @@
  'kdebindings-ruby'
  'kdebindings-smoke')
 pkgver=4.4.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')



[arch-commits] Commit in kdebindings/kde-unstable (PKGBUILD)

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 15:44:29
  Author: andrea
Revision: 85466

pyqt rebuild

Modified:
  kdebindings/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-13 19:44:11 UTC (rev 85465)
+++ PKGBUILD2010-07-13 19:44:29 UTC (rev 85466)
@@ -5,15 +5,16 @@
 pkgbase=kdebindings
 pkgname=('kdebindings-csharp'
  'kdebindings-python'
- 'kdebindings-ruby'
+# 'kdebindings-ruby'
  'kdebindings-smoke')
 pkgver=4.4.92
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt' 'kdepim-runtime' 'mono'
-   'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'ruby')
+   'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost')
+# ruby
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
 sha1sums=('d067cc7a8f06f320c5b28cb7ff004d5837d60188')
 
@@ -38,6 +39,7 @@
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_falcon=OFF \
-DBUILD_java=OFF \
+   -DBUILD_ruby=OFF \
-DBUILD_php=OFF \
-DWITH_PolkitQt=OFF \
-DRUBY_LIBRARY=/usr/lib/ruby/1.9.1 \



[arch-commits] Commit in ruby/repos (extra-i686)

2010-07-13 Thread Eric Bélanger
Date: Tuesday, July 13, 2010 @ 22:36:26
  Author: eric
Revision: 85467

db-move: ruby removed by eric for move to extra

Deleted:
  ruby/repos/extra-i686/



[arch-commits] Commit in ruby/repos (extra-i686 testing-i686)

2010-07-13 Thread Eric Bélanger
Date: Tuesday, July 13, 2010 @ 22:36:28
  Author: eric
Revision: 85468

db-move: moved ruby from [testing] to [extra] (i686)

Added:
  ruby/repos/extra-i686/
Deleted:
  ruby/repos/testing-i686/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2010-07-13 Thread Eric Bélanger
Date: Tuesday, July 13, 2010 @ 22:38:18
  Author: eric
Revision: 85469

db-move: ruby removed by eric for move to extra

Deleted:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64 testing-x86_64)

2010-07-13 Thread Eric Bélanger
Date: Tuesday, July 13, 2010 @ 22:38:20
  Author: eric
Revision: 85470

db-move: moved ruby from [testing] to [extra] (x86_64)

Added:
  ruby/repos/extra-x86_64/
Deleted:
  ruby/repos/testing-x86_64/