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

2010-12-08 Thread Jan Steffens
Date: Wednesday, December 8, 2010 @ 04:07:17
  Author: heftig
Revision: 102555

simplify sed

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-08 07:15:16 UTC (rev 102554)
+++ PKGBUILD2010-12-08 09:07:17 UTC (rev 102555)
@@ -30,10 +30,8 @@
   # python2 build fixes
   sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| $(find 
$srcdir -name '*.py')
-#  sed -i -e s|PYTHON2 = python|PYTHON2 = python2| 
${srcdir}/Mesa-${pkgver}/configs/{default,autoconf.in}
-  sed -i -e s|PYTHON2 = python|PYTHON2 = python2| 
${srcdir}/mesa-*/configs/{default,autoconf.in}
-#  sed -i -e s|python|python2| 
${srcdir}/Mesa-${pkgver}/src/gallium/auxiliary/Makefile
-  sed -i -e s|python|python2| ${srcdir}/mesa-*/src/gallium/auxiliary/Makefile
+  sed -i -e s|PYTHON2 = python|PYTHON2 = python2| 
configs/{default,autoconf.in}
+  sed -i -e s|python|python2| src/gallium/auxiliary/Makefile
 
 #  ./configure --prefix=/usr \
   ./autogen.sh --prefix=/usr \



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

2010-12-08 Thread Ionut Biru
Date: Wednesday, December 8, 2010 @ 08:45:16
  Author: ibiru
Revision: 102556

upgpkg: twisted 10.2.0-1
update to 10.2.0

Modified:
  twisted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-08 09:07:17 UTC (rev 102555)
+++ PKGBUILD2010-12-08 13:45:16 UTC (rev 102556)
@@ -4,7 +4,7 @@
 # Contributor:  Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=twisted
-pkgver=10.1.0
+pkgver=10.2.0
 pkgrel=1
 pkgdesc=Asynchronous networking framework written in Python.
 arch=('i686' 'x86_64')
@@ -15,12 +15,12 @@
 'python-soappy:for twisted.web.soap')
 install=twisted.install
 
source=(http://tmrc.mit.edu/mirror/twisted/Twisted/${pkgver%.*}/Twisted-${pkgver}.tar.bz2)
-md5sums=('04cca97506e830074cffc1965297da3f')
+md5sums=('73da62c793269eade8121da336b01ba5')
 build() {
   cd ${srcdir}/Twisted-${pkgver}
 
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
   -i 
${pkgdir}/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py



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

2010-12-08 Thread Ionut Biru
Date: Wednesday, December 8, 2010 @ 08:45:34
  Author: ibiru
Revision: 102557

archrelease: copy trunk to testing-i686

Added:
  twisted/repos/testing-i686/



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

2010-12-08 Thread Ionut Biru
Date: Wednesday, December 8, 2010 @ 08:45:52
  Author: ibiru
Revision: 102558

archrelease: copy trunk to testing-x86_64

Added:
  twisted/repos/testing-x86_64/



[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2010-12-08 Thread Pierre Schmitz
Date: Wednesday, December 8, 2010 @ 11:22:28
  Author: pierre
Revision: 102559

upgpkg: grml-zsh-config 0.3.86-1
upstream update

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-08 13:45:52 UTC (rev 102558)
+++ PKGBUILD2010-12-08 16:22:28 UTC (rev 102559)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=grml-zsh-config
-pkgver=0.3.85
+pkgver=0.3.86
 pkgrel=1
 pkgdesc=grml's zsh setup
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('zsh')
 makedepends=('txt2tags')
 
source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-md5sums=('776dbcdfe4f2313ef4ef8e509024995b')
+md5sums=('0384b7baa7267075bc098c04b84ddd6a')
 
 build() {
cd ${srcdir}/grml-etc-core/doc



[arch-commits] Commit in grml-zsh-config/repos (extra-any)

2010-12-08 Thread Pierre Schmitz
Date: Wednesday, December 8, 2010 @ 11:22:36
  Author: pierre
Revision: 102560

archrelease: remove extra-any

Deleted:
  grml-zsh-config/repos/extra-any/



[arch-commits] Commit in grml-zsh-config/repos (extra-any)

2010-12-08 Thread Pierre Schmitz
Date: Wednesday, December 8, 2010 @ 11:22:50
  Author: pierre
Revision: 102561

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 11:56:17
  Author: dgriffiths
Revision: 102562

Modified:
  bitlbee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-08 16:22:50 UTC (rev 102561)
+++ PKGBUILD2010-12-08 16:56:17 UTC (rev 102562)
@@ -5,7 +5,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=bitlbee
-pkgver=3.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=An IRC to IM gateway. Supports MSN, ICQ, Jabber, Yahoo!, and AIM
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz
'bitlbee.xinetd'
'bitlbee.rcd')
-md5sums=('455fc8070d758c2bb3442ef4c709ad69'
+md5sums=('4d00c6e09859b653f955b16b988db0ac'
  '81e576369e31377f5217e636b00874b1'
  '8cf7500982838f5273ee025eeabfa7fb')
 



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 11:56:24
  Author: dgriffiths
Revision: 102563

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 11:56:39
  Author: dgriffiths
Revision: 102564

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 11:56:45
  Author: dgriffiths
Revision: 102565

archrelease: remove extra-x86_64

Deleted:
  bitlbee/repos/extra-x86_64/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 11:57:01
  Author: dgriffiths
Revision: 102566

archrelease: copy trunk to extra-x86_64

Added:
  bitlbee/repos/extra-x86_64/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:00:36
  Author: andyrtr
Revision: 102567

db-move: abiword removed by andyrtr for move to [extra] (i686)

Deleted:
  abiword/repos/extra-i686/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:00:36
  Author: andyrtr
Revision: 102568

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

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



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:00:37
  Author: andyrtr
Revision: 102569

db-move: abiword removed by andyrtr for move to [extra] (x86_64)

Deleted:
  abiword/repos/extra-x86_64/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:00:46
  Author: andyrtr
Revision: 102571

db-move: brltty removed by andyrtr for move to [extra] (i686)

Deleted:
  brltty/repos/extra-i686/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:00:40
  Author: andyrtr
Revision: 102570

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

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



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:00:48
  Author: andyrtr
Revision: 102572

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

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



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:00:51
  Author: andyrtr
Revision: 102573

db-move: brltty removed by andyrtr for move to [extra] (x86_64)

Deleted:
  brltty/repos/extra-x86_64/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:00:53
  Author: andyrtr
Revision: 102574

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

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



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:00:56
  Author: andyrtr
Revision: 102575

db-move: icu removed by andyrtr for move to [extra] (i686)

Deleted:
  icu/repos/extra-i686/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:00:57
  Author: andyrtr
Revision: 102576

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

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



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:00:59
  Author: andyrtr
Revision: 102577

db-move: icu removed by andyrtr for move to [extra] (x86_64)

Deleted:
  icu/repos/extra-x86_64/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:01
  Author: andyrtr
Revision: 102578

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

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



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:04
  Author: andyrtr
Revision: 102579

db-move: libreoffice removed by andyrtr for move to [extra] (i686)

Deleted:
  libreoffice/repos/extra-i686/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:08
  Author: andyrtr
Revision: 102580

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

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



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:11
  Author: andyrtr
Revision: 102581

db-move: libreoffice removed by andyrtr for move to [extra] (x86_64)

Deleted:
  libreoffice/repos/extra-x86_64/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:13
  Author: andyrtr
Revision: 102582

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

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



[arch-commits] Commit in libreoffice-i18n/repos (extra-any)

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:18
  Author: andyrtr
Revision: 102583

db-move: libreoffice-i18n removed by andyrtr for move to [extra] (any)

Deleted:
  libreoffice-i18n/repos/extra-any/



[arch-commits] Commit in libreoffice-i18n/repos (extra-any testing-any)

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:21
  Author: andyrtr
Revision: 102584

db-move: moved libreoffice-i18n from [testing] to [extra] (any)

Added:
  libreoffice-i18n/repos/extra-any/
Deleted:
  libreoffice-i18n/repos/testing-any/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:34
  Author: andyrtr
Revision: 102585

db-move: libwebkit removed by andyrtr for move to [extra] (i686)

Deleted:
  libwebkit/repos/extra-i686/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:35
  Author: andyrtr
Revision: 102586

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

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



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:36
  Author: andyrtr
Revision: 102587

db-move: libwebkit removed by andyrtr for move to [extra] (x86_64)

Deleted:
  libwebkit/repos/extra-x86_64/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:37
  Author: andyrtr
Revision: 102588

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

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



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:38
  Author: andyrtr
Revision: 102589

db-move: libwpd removed by andyrtr for move to [extra] (i686)

Deleted:
  libwpd/repos/extra-i686/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:43
  Author: andyrtr
Revision: 102591

db-move: libwpd removed by andyrtr for move to [extra] (x86_64)

Deleted:
  libwpd/repos/extra-x86_64/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:46
  Author: andyrtr
Revision: 102592

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

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



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:40
  Author: andyrtr
Revision: 102590

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

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



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:49
  Author: andyrtr
Revision: 102593

db-move: libwpg removed by andyrtr for move to [extra] (i686)

Deleted:
  libwpg/repos/extra-i686/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:52
  Author: andyrtr
Revision: 102594

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

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



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:01:57
  Author: andyrtr
Revision: 102595

db-move: libwpg removed by andyrtr for move to [extra] (x86_64)

Deleted:
  libwpg/repos/extra-x86_64/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:02:00
  Author: andyrtr
Revision: 102596

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

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



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:02:02
  Author: andyrtr
Revision: 102597

db-move: openoffice-base removed by andyrtr for move to [extra] (i686)

Deleted:
  openoffice-base/repos/extra-i686/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:02:04
  Author: andyrtr
Revision: 102598

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

Added:
  openoffice-base/repos/extra-i686/
Deleted:
  openoffice-base/repos/testing-i686/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:02:07
  Author: andyrtr
Revision: 102599

db-move: openoffice-base removed by andyrtr for move to [extra] (x86_64)

Deleted:
  openoffice-base/repos/extra-x86_64/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:02:10
  Author: andyrtr
Revision: 102600

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

Added:
  openoffice-base/repos/extra-x86_64/
Deleted:
  openoffice-base/repos/testing-x86_64/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:02:11
  Author: andyrtr
Revision: 102601

db-move: php removed by andyrtr for move to [extra] (i686)

Deleted:
  php/repos/extra-i686/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:02:12
  Author: andyrtr
Revision: 102602

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

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



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:02:13
  Author: andyrtr
Revision: 102603

db-move: php removed by andyrtr for move to [extra] (x86_64)

Deleted:
  php/repos/extra-x86_64/



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

2010-12-08 Thread andyrtr
Date: Wednesday, December 8, 2010 @ 12:02:14
  Author: andyrtr
Revision: 102604

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

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



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 12:15:58
  Author: dgriffiths
Revision: 102605

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-08 17:02:14 UTC (rev 102604)
+++ PKGBUILD2010-12-08 17:15:58 UTC (rev 102605)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=aria2
-pkgver=1.10.3
+pkgver=1.10.7
 pkgrel=1
 pkgdesc=Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('gnutls' 'libxml2' 'sqlite3' 'c-ares' 'ca-certificates')
 source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2)
-md5sums=('1eb227cca0602666590ff08f32755e11')
+md5sums=('93c2f27015f34f74e7641a61037ed38f')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 12:16:08
  Author: dgriffiths
Revision: 102606

archrelease: remove extra-i686

Deleted:
  aria2/repos/extra-i686/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 12:16:24
  Author: dgriffiths
Revision: 102607

archrelease: copy trunk to extra-i686

Added:
  aria2/repos/extra-i686/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 12:16:31
  Author: dgriffiths
Revision: 102608

archrelease: remove extra-x86_64

Deleted:
  aria2/repos/extra-x86_64/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 12:16:45
  Author: dgriffiths
Revision: 102609

archrelease: copy trunk to extra-x86_64

Added:
  aria2/repos/extra-x86_64/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 12:22:28
  Author: dgriffiths
Revision: 102610

Modified:
  docbook-xsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-08 17:16:45 UTC (rev 102609)
+++ PKGBUILD2010-12-08 17:22:28 UTC (rev 102610)
@@ -4,16 +4,16 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=docbook-xsl
-pkgver=1.76.0
-pkgrel=3
+pkgver=1.76.1
+pkgrel=1
 pkgdesc='XML stylesheets for Docbook-xml transformations.'
 arch=('any')
 license=('custom')
-url='http://scrollkeeper.sourceforge.net/docbook.shtml'
+url='http://docbook.sourceforge.net/'
 depends=('libxml2' 'libxslt' 'docbook-xml')
 
source=(http://downloads.sourceforge.net/sourceforge/docbook/docbook-xsl-${pkgver}.tar.bz2)
 install=docbook-xsl.install
-md5sums=('6413843525fcaa7f58e4bd30d5192270')
+md5sums=('b5340507cb240cc7ce00632b9c40bff5')
 
 build() {
/bin/true



[arch-commits] Commit in docbook-xsl/repos (extra-any)

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 12:22:40
  Author: dgriffiths
Revision: 102611

archrelease: remove extra-any

Deleted:
  docbook-xsl/repos/extra-any/



[arch-commits] Commit in docbook-xsl/repos (extra-any)

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 12:22:57
  Author: dgriffiths
Revision: 102612

archrelease: copy trunk to extra-any

Added:
  docbook-xsl/repos/extra-any/



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

2010-12-08 Thread Ionut Biru
Date: Wednesday, December 8, 2010 @ 12:44:05
  Author: ibiru
Revision: 102613

upgpkg: telepathy-qt4 0.4.1-1
uddate to 0.4.1

Modified:
  telepathy-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-08 17:22:57 UTC (rev 102612)
+++ PKGBUILD2010-12-08 17:44:05 UTC (rev 102613)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=telepathy-qt4
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc=A library for Qt-based Telepathy clients.
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'telepathy-farsight')
 makedepends=('libxslt' 'python2' 'cmake')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ee77a0f3178370ad851acfe622b882cf')
+md5sums=('aa029f09848b955c01052c18e15def4e')
 
 build() {
 cd ${srcdir}



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

2010-12-08 Thread Ionut Biru
Date: Wednesday, December 8, 2010 @ 12:44:18
  Author: ibiru
Revision: 102614

archrelease: remove extra-i686

Deleted:
  telepathy-qt4/repos/extra-i686/



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

2010-12-08 Thread Ionut Biru
Date: Wednesday, December 8, 2010 @ 12:44:41
  Author: ibiru
Revision: 102615

archrelease: copy trunk to extra-i686

Added:
  telepathy-qt4/repos/extra-i686/



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

2010-12-08 Thread Ionut Biru
Date: Wednesday, December 8, 2010 @ 12:44:58
  Author: ibiru
Revision: 102616

archrelease: remove extra-x86_64

Deleted:
  telepathy-qt4/repos/extra-x86_64/



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

2010-12-08 Thread Ionut Biru
Date: Wednesday, December 8, 2010 @ 12:45:24
  Author: ibiru
Revision: 102617

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-qt4/repos/extra-x86_64/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 13:20:12
  Author: dgriffiths
Revision: 102618

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-08 17:45:24 UTC (rev 102617)
+++ PKGBUILD2010-12-08 18:20:12 UTC (rev 102618)
@@ -5,7 +5,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scribus
-pkgver=1.3.8
+pkgver=1.3.9
 pkgrel=1
 pkgdesc=A desktop publishing program
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 makedepends=('cmake')
 options=(!libtool !makeflags)
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('660b946ea3ba19e894fb5701832a6b54')
-sha1sums=('be54c93a8da56d9efe5e4d46c5cebebc36104670')
+md5sums=('a54dbf2e10cd88d683d0d34565d29378')
+sha1sums=('86bc4db2d8fbb91fe94f8535327991e9128c5862')
 
 build() {
cd ${srcdir}



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 13:20:48
  Author: dgriffiths
Revision: 102619

archrelease: remove extra-i686

Deleted:
  scribus/repos/extra-i686/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 13:21:04
  Author: dgriffiths
Revision: 102620

archrelease: copy trunk to extra-i686

Added:
  scribus/repos/extra-i686/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 13:21:57
  Author: dgriffiths
Revision: 102621

archrelease: remove extra-x86_64

Deleted:
  scribus/repos/extra-x86_64/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 13:22:13
  Author: dgriffiths
Revision: 102622

archrelease: copy trunk to extra-x86_64

Added:
  scribus/repos/extra-x86_64/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 13:27:35
  Author: dgriffiths
Revision: 102623

Modified:
  xbindkeys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-08 18:22:13 UTC (rev 102622)
+++ PKGBUILD2010-12-08 18:27:35 UTC (rev 102623)
@@ -4,15 +4,15 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=xbindkeys
-pkgver=1.8.3
-pkgrel=2
+pkgver=1.8.4
+pkgrel=1
 pkgdesc=Launch shell commands with your keyboard or your mouse under X
 arch=('i686' 'x86_64')
 url=http://www.nongnu.org/xbindkeys/xbindkeys.html;
 license=('GPL')
 depends=('libx11' 'guile=1.8.1' 'tk')
 source=(http://www.nongnu.org/xbindkeys/${pkgname}-${pkgver}.tar.gz)
-md5sums=('393dd74f85850a4ba0803b5a78bc598b')
+md5sums=('2cf19e611f7a7c905b2bf67828d8ffa2')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 13:27:44
  Author: dgriffiths
Revision: 102624

archrelease: remove extra-i686

Deleted:
  xbindkeys/repos/extra-i686/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 13:28:01
  Author: dgriffiths
Revision: 102625

archrelease: copy trunk to extra-i686

Added:
  xbindkeys/repos/extra-i686/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 13:28:08
  Author: dgriffiths
Revision: 102626

archrelease: remove extra-x86_64

Deleted:
  xbindkeys/repos/extra-x86_64/



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

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 13:28:23
  Author: dgriffiths
Revision: 102627

archrelease: copy trunk to extra-x86_64

Added:
  xbindkeys/repos/extra-x86_64/



[arch-commits] Commit in qt/trunk (PKGBUILD fix-qtbug-15857.patch)

2010-12-08 Thread Andrea Scarpino
Date: Wednesday, December 8, 2010 @ 17:39:02
  Author: andrea
Revision: 102628

upgpkg: qt 4.7.1-2
fix crash when an entire block of text is removed (FS#22025)

Added:
  qt/trunk/fix-qtbug-15857.patch
Modified:
  qt/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ---
 fix-qtbug-15857.patch |   32 
 2 files changed, 40 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-08 18:28:23 UTC (rev 102627)
+++ PKGBUILD2010-12-08 22:39:02 UTC (rev 102628)
@@ -4,7 +4,7 @@
 
 pkgname=qt
 pkgver=4.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A cross-platform application and UI framework'
 arch=('i686' 'x86_64')
 url='http://qt.nokia.com/'
@@ -24,12 +24,14 @@
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
 source=(ftp://ftp.qt.nokia.com/qt/source/${_pkgfqn}.tar.gz;
 'assistant.desktop' 'designer.desktop' 'linguist.desktop'
-'qtconfig.desktop')
+'qtconfig.desktop'
+'fix-qtbug-15857.patch')
 md5sums=('6f88d96507c84e9fea5bf3a71ebeb6d7'
  'fc211414130ab2764132e7370f8e5caa'
  '85179f5e0437514f8639957e1d8baf62'
  'f11852b97583610f3dbb669ebc3e21bc'
- '6b771c8a81dd90b45e8a79afa0e5bbfd')
+ '6b771c8a81dd90b45e8a79afa0e5bbfd'
+ 'c359d7b8c3a7fdd99512feaab8c2e26b')
 
 build() {
unset QMAKESPEC
@@ -39,6 +41,9 @@
 
cd $srcdir/$_pkgfqn
 
+# Already fixed upstream
+patch -Np1 -i ${srcdir}/fix-qtbug-15857.patch
+
sed -i s|-O2|$CXXFLAGS| mkspecs/common/g++.conf
sed -i /^QMAKE_RPATH/s| -Wl,-rpath,||g mkspecs/common/g++.conf
sed -i /^QMAKE_LFLAGS\s/s|+=|+= $LDFLAGS|g mkspecs/common/g++.conf

Added: fix-qtbug-15857.patch
===
--- fix-qtbug-15857.patch   (rev 0)
+++ fix-qtbug-15857.patch   2010-12-08 22:39:02 UTC (rev 102628)
@@ -0,0 +1,32 @@
+From 6ae84f1183e91c910ca92a55e37f8254ace805c0 Mon Sep 17 00:00:00 2001
+From: Jiang Jiang jiang.ji...@nokia.com
+Date: Mon, 6 Dec 2010 13:07:36 +0100
+Subject: [PATCH] Fix QTextEdit::selectAll crash from textChanged()
+
+Doing selectAll() after the entire block of text has been removed
+will cause this crash, because we didn't check if the block we
+found is valid or not.
+
+Task-number: QTBUG-15857
+Reviewed-by: Eskil
+---
+ src/gui/text/qtextcursor.cpp |3 +++
+ 1 files changed, 3 insertions(+), 0 deletions(-)
+
+diff --git a/src/gui/text/qtextcursor.cpp b/src/gui/text/qtextcursor.cpp
+index 769ab2f..f73cc4b 100644
+--- a/src/gui/text/qtextcursor.cpp
 b/src/gui/text/qtextcursor.cpp
+@@ -363,6 +363,9 @@ bool 
QTextCursorPrivate::movePosition(QTextCursor::MoveOperation op, QTextCursor
+ bool adjustX = true;
+ QTextBlock blockIt = block();
+ 
++if (!blockIt.isValid())
++return false;
++
+ if (op = QTextCursor::Left  op = QTextCursor::WordRight
+  blockIt.textDirection() == Qt::RightToLeft) {
+ if (op == QTextCursor::Left)
+-- 
+1.6.1
+



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

2010-12-08 Thread Andrea Scarpino
Date: Wednesday, December 8, 2010 @ 17:39:29
  Author: andrea
Revision: 102629

archrelease: remove extra-i686

Deleted:
  qt/repos/extra-i686/



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

2010-12-08 Thread Andrea Scarpino
Date: Wednesday, December 8, 2010 @ 17:39:42
  Author: andrea
Revision: 102630

archrelease: copy trunk to extra-i686

Added:
  qt/repos/extra-i686/



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

2010-12-08 Thread Andrea Scarpino
Date: Wednesday, December 8, 2010 @ 17:40:16
  Author: andrea
Revision: 102631

archrelease: remove extra-x86_64

Deleted:
  qt/repos/extra-x86_64/



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

2010-12-08 Thread Andrea Scarpino
Date: Wednesday, December 8, 2010 @ 17:40:30
  Author: andrea
Revision: 102632

archrelease: copy trunk to extra-x86_64

Added:
  qt/repos/extra-x86_64/