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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 04:38:36
  Author: andrea
Revision: 85471

upgpkg: bluez 4.69-1
upstream release

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-14 02:38:20 UTC (rev 85470)
+++ PKGBUILD2010-07-14 08:38:36 UTC (rev 85471)
@@ -3,8 +3,8 @@
 # Contributor: Geoffroy Carrier geoff...@archlinux.org
 
 pkgname=bluez
-pkgver=4.67
-pkgrel=2
+pkgver=4.69
+pkgrel=1
 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' 'force')
+options=('!libtool')
 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=('7fb529b72ba4130757e53aef3f6d6665'
+md5sums=('350568aa11a95eac6e56e9289ff1f91d'
  '8f60a5eb9d84b9c64c478d63e1c24b10'
  'ca4c39eb4bb201bd2eacad01492cd735')
 



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 04:38:49
  Author: andrea
Revision: 85472

archrelease: remove extra-i686

Deleted:
  bluez/repos/extra-i686/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 04:39:06
  Author: andrea
Revision: 85473

archrelease: copy trunk to extra-i686

Added:
  bluez/repos/extra-i686/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 04:39:21
  Author: andrea
Revision: 85474

archrelease: remove extra-x86_64

Deleted:
  bluez/repos/extra-x86_64/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 04:39:38
  Author: andrea
Revision: 85475

archrelease: copy trunk to extra-x86_64

Added:
  bluez/repos/extra-x86_64/



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

2010-07-14 Thread Ionut Biru
Date: Wednesday, July 14, 2010 @ 06:44:08
  Author: ibiru
Revision: 85476

papyon has a new home

Modified:
  papyon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-14 08:39:38 UTC (rev 85475)
+++ PKGBUILD2010-07-14 10:44:08 UTC (rev 85476)
@@ -6,10 +6,10 @@
 pkgrel=1
 pkgdesc=papyon is the library behind the msn connection manager : 
telepathy-butterfly.
 arch=('any')
-url=http://telepathy.freedesktop.org/wiki/Papyon;
+url=http://www.freedesktop.org/wiki/Software/papyon;
 license=(GPL)
 depends=('pygobject' 'pyopenssl' 'pycrypto')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz)
 md5sums=('b6c2f247c5774a42acbf9ece24b39432')
 
 build() {



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 06:50:41
  Author: andrea
Revision: 85477

upgpkg: pyqt 4.7.4-2
cleanup dependencies; add missing qscintilla api

Modified:
  pyqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-14 10:44:08 UTC (rev 85476)
+++ PKGBUILD2010-07-14 10:50:41 UTC (rev 85477)
@@ -5,14 +5,14 @@
 
 pkgname=pyqt
 pkgver=4.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A set of Python bindings for the Qt toolkit
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
-depends=('sip' 'qscintilla' 'dbus-python' 'openssl')
+depends=('sip' 'qt' 'dbus-python')
 makedepends=('phonon' 'python-opengl')
-optdepends=('phonon' 'python-opengl')
+optdepends=('phonon' 'python-opengl' 'qscintilla')
 provides=('pyqt4')
 replaces=('pyqt4')
 conflicts=('pyqt4')
@@ -22,10 +22,10 @@
 build() {
   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
+  python configure.py \
+--confirm-license \
+-v /usr/share/sip \
+--qsci-api
 
   # Thanks Gerardo for the rpath fix
   find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
@@ -36,5 +36,5 @@
 package(){
   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
+  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
 }



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 06:51:19
  Author: andrea
Revision: 85478

archrelease: remove extra-i686

Deleted:
  pyqt/repos/extra-i686/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 06:51:37
  Author: andrea
Revision: 85479

archrelease: copy trunk to extra-i686

Added:
  pyqt/repos/extra-i686/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 06:52:35
  Author: andrea
Revision: 85481

archrelease: copy trunk to extra-x86_64

Added:
  pyqt/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/trunk (PKGBUILD configure.py-objdir-support.diff)

2010-07-14 Thread Jan de Groot
Date: Wednesday, July 14, 2010 @ 09:39:20
  Author: jgc
Revision: 85482

Add patch from Debian to build python-qscintilla and qscintilla from one 
PKGBUILD. Clean up build and use INSTALL_ROOT instead of copying and hacking 
things around. Changes qsci.path due to the removed sed operations, the old one 
was invalid

Added:
  qscintilla/trunk/configure.py-objdir-support.diff
Modified:
  qscintilla/trunk/PKGBUILD

--+
 PKGBUILD |   63 -
 configure.py-objdir-support.diff |   39 ++
 2 files changed, 74 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-14 10:52:35 UTC (rev 85481)
+++ PKGBUILD2010-07-14 13:39:20 UTC (rev 85482)
@@ -4,48 +4,55 @@
 # Contributor: Michal Krenek mi...@sg1.cz
 # Contributor: DaNiMoTh jjdanimoth@gmail.com
 
-pkgname=qscintilla
+pkgbase=qscintilla
+pkgname=(qscintilla python-qscintilla)
 pkgver=2.4.4
-pkgrel=1
+pkgrel=2
 license=('GPL')
-pkgdesc=A port to Qt4 of Neil Hodgson's Scintilla C++ editor class
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.co.uk/software/qscintilla/intro;
-depends=('qt')
-provides=('qscintilla2')
-conflicts=('qscintilla2')
-replaces=('qscintilla2')
-source=(http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-${pkgver}.tar.gz;)
-md5sums=('db5f21723ea976ddd78c4c3662a21f9c')
+makedepends=('qt' 'pyqt')
+source=(http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-${pkgver}.tar.gz
+configure.py-objdir-support.diff)
+md5sums=('db5f21723ea976ddd78c4c3662a21f9c'
+ '8cf9c06252e2f11ab00e62848e322fd3')
 
 
 build() {
-cd $srcdir/QScintilla-gpl-$pkgver/Qt4
-sed -i s|header.path = .*|header.path = $pkgdir/usr/include|g 
qscintilla.pro
-sed -i s|trans.path = .*|trans.path = 
$pkgdir/usr/share/qt/translations|g qscintilla.pro
-sed -i s|qsci.path = .*|qsci.path = $pkgdir/usr/share/qt/translations|g 
qscintilla.pro
+cd $srcdir/QScintilla-gpl-$pkgver
+patch -Np1 -i ${srcdir}/configure.py-objdir-support.diff
 
+cd Qt4
 qmake qscintilla.pro
-sed -i 's|$(MOVE) $(TARGET)|$(COPY) $(TARGET)|g' Makefile
 make
 
-# Qt4 designer qscintilla2 plugin
 cd ../designer-Qt4
-install -d ${pkgdir}/usr/lib/qt/plugins/designer
-echo INCPATH += ../Qt4  designer.pro
-sed -i s|LIBS.*|LIBS += -L../Qt4 -lqscintilla2|g designer.pro
-qmake designer.pro
+qmake designer.pro INCLUDEPATH+=../Qt4 QMAKE_LIBDIR+=../Qt4
 make
+
+cd ../Python
+python configure.py -n ../Qt4/ -o ../Qt4 -c -p 4
+make
 }
 
-package() {
-  cd ${srcdir}/QScintilla-gpl-${pkgver}/Qt4
-  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
+package_qscintilla() {
+pkgdesc=A port to Qt4 of Neil Hodgson's Scintilla C++ editor class
+provides=('qscintilla2')
+conflicts=('qscintilla2')
+replaces=('qscintilla2')
+depends=('qt')
 
-  cd ${srcdir}/QScintilla-gpl-${pkgver}/designer-Qt4
-  cp libqscintillaplugin.so ${pkgdir}/usr/lib/qt/plugins/designer/
+cd ${srcdir}/QScintilla-gpl-${pkgver}/Qt4
+make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
+
+cd ${srcdir}/QScintilla-gpl-${pkgver}/designer-Qt4
+make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
 }
+
+package_python-qscintilla() {
+pkgdesc=Python bindings for QScintilla2
+depends=('qscintilla' 'pyqt')
+
+cd ${srcdir}/QScintilla-gpl-${pkgver}/Python
+make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
+}

Added: configure.py-objdir-support.diff
===
--- configure.py-objdir-support.diff(rev 0)
+++ configure.py-objdir-support.diff2010-07-14 13:39:20 UTC (rev 85482)
@@ -0,0 +1,39 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_configure.dpatch by Torsten Marek shlo...@debian.org
+##
+## DP: patch the configure script for the Python bindings to support object 
dir builds
+
+...@dpatch@
+Index: qscintilla2-2.4.2/Python/configure.py
+===
+--- qscintilla2-2.4.2.orig/Python/configure.py 2010-01-20 20:56:09.0 
+0100
 qscintilla2-2.4.2/Python/configure.py  2010-01-27 22:54:35.603870417 
+0100
+@@ -33,6 +33,7 @@
+ import glob
+ import optparse
+ 
++src_dir = os.path.dirname(os.path.abspath(__file__))
+ 
+ # Import SIP's configuration module so that we have access to the error
+ # reporting.  Then try and import the configuration modules for both PyQt3 and
+@@ -162,7 +163,7 @@
+ if os.access(sciglobal, os.F_OK):
+ # Get the QScintilla version string.
+  

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

2010-07-14 Thread Jan de Groot
Date: Wednesday, July 14, 2010 @ 09:41:49
  Author: jgc
Revision: 85483

Add conflicts/replaces that were present in python-qscintilla PKGBUILD

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-14 13:39:20 UTC (rev 85482)
+++ PKGBUILD2010-07-14 13:41:49 UTC (rev 85483)
@@ -51,6 +51,8 @@
 
 package_python-qscintilla() {
 pkgdesc=Python bindings for QScintilla2
+conflicts=('python-qscintilla2')
+replaces=('python-qscintilla2')
 depends=('qscintilla' 'pyqt')
 
 cd ${srcdir}/QScintilla-gpl-${pkgver}/Python



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 13:32:35
  Author: andrea
Revision: 85486

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 13:32:59
  Author: andrea
Revision: 85487

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 13:34:13
  Author: andrea
Revision: 85488

db-remove: qscintilla removed by andrea

Deleted:
  qscintilla/repos/extra-i686/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 13:34:22
  Author: andrea
Revision: 85489

db-remove: qscintilla removed by andrea

Deleted:
  qscintilla/repos/extra-x86_64/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 13:34:32
  Author: andrea
Revision: 85490

db-remove: python-qscintilla removed by andrea

Deleted:
  python-qscintilla/repos/extra-x86_64/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 13:34:40
  Author: andrea
Revision: 85491

db-remove: python-qscintilla removed by andrea

Deleted:
  python-qscintilla/repos/extra-i686/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 13:35:49
  Author: andrea
Revision: 85492

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in (python-qscintilla)

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 13:36:27
  Author: andrea
Revision: 85493

cleanup

Deleted:
  python-qscintilla/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 13:36:50
  Author: andrea
Revision: 85494

archrelease: copy trunk to extra-i686

Added:
  qscintilla/repos/extra-i686/



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

2010-07-14 Thread Tobias Powalowski
Date: Wednesday, July 14, 2010 @ 14:39:42
  Author: tpowa
Revision: 85495

db-move: udev removed by tpowa for move to core

Deleted:
  udev/repos/core-i686/



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

2010-07-14 Thread Tobias Powalowski
Date: Wednesday, July 14, 2010 @ 14:39:44
  Author: tpowa
Revision: 85496

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

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



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

2010-07-14 Thread Tobias Powalowski
Date: Wednesday, July 14, 2010 @ 14:40:01
  Author: tpowa
Revision: 85497

db-move: udev removed by tpowa for move to core

Deleted:
  udev/repos/core-x86_64/



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

2010-07-14 Thread Tobias Powalowski
Date: Wednesday, July 14, 2010 @ 14:40:03
  Author: tpowa
Revision: 85498

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

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



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

2010-07-14 Thread Giovanni Scafora
Date: Wednesday, July 14, 2010 @ 15:02:39
  Author: giovanni
Revision: 85499

upgpkg: whois 5.0.6-1
upstream release

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-14 18:40:03 UTC (rev 85498)
+++ PKGBUILD2010-07-14 19:02:39 UTC (rev 85499)
@@ -1,9 +1,9 @@
-# $
+# $Id$
 # Maintainer: Giovanni Scafora giova...@archlinux.org
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=whois
-pkgver=5.0.5
+pkgver=5.0.6
 pkgrel=1
 pkgdesc=The whois client by Marco d'Itri
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libidn')
 makedepends=('perl')
 
source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz)
-md5sums=('0a045c041a58ca8e8449c9f96fba47e0')
+md5sums=('4145460e94b909a8420093a7119a299e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-07-14 Thread Giovanni Scafora
Date: Wednesday, July 14, 2010 @ 15:02:47
  Author: giovanni
Revision: 85500

archrelease: remove extra-i686

Deleted:
  whois/repos/extra-i686/



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

2010-07-14 Thread Giovanni Scafora
Date: Wednesday, July 14, 2010 @ 15:03:05
  Author: giovanni
Revision: 85501

archrelease: copy trunk to extra-i686

Added:
  whois/repos/extra-i686/



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

2010-07-14 Thread Giovanni Scafora
Date: Wednesday, July 14, 2010 @ 15:03:15
  Author: giovanni
Revision: 85502

archrelease: remove extra-x86_64

Deleted:
  whois/repos/extra-x86_64/



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

2010-07-14 Thread Giovanni Scafora
Date: Wednesday, July 14, 2010 @ 15:03:34
  Author: giovanni
Revision: 85503

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/



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

2010-07-14 Thread Giovanni Scafora
Date: Wednesday, July 14, 2010 @ 15:23:28
  Author: giovanni
Revision: 85505

archrelease: remove extra-i686

Deleted:
  gparted/repos/extra-i686/



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

2010-07-14 Thread Giovanni Scafora
Date: Wednesday, July 14, 2010 @ 15:23:59
  Author: giovanni
Revision: 85506

archrelease: copy trunk to extra-i686

Added:
  gparted/repos/extra-i686/



[arch-commits] Commit in mkvtoolnix/trunk (PKGBUILD mkvtoolnix.install)

2010-07-14 Thread Ionut Biru
Date: Wednesday, July 14, 2010 @ 15:24:21
  Author: ibiru
Revision: 85507

fixes icons in menus. FS#20132

Added:
  mkvtoolnix/trunk/mkvtoolnix.install
Modified:
  mkvtoolnix/trunk/PKGBUILD

+
 PKGBUILD   |5 +++--
 mkvtoolnix.install |   14 ++
 2 files changed, 17 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-14 19:23:59 UTC (rev 85506)
+++ PKGBUILD2010-07-14 19:24:21 UTC (rev 85507)
@@ -4,14 +4,15 @@
 
 pkgname=mkvtoolnix
 pkgver=4.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Set of tools to create, edit and inspect Matroska files
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-depends=('libmatroska' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
+depends=('libmatroska' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2' 
'xdg-utils')
 makedepends=('wxgtk' 'boost')
 optdepends=('wxgtk: mkvmerge,mkvinfo and mmg GUI')
+install=mkvtoolnix.install
 
source=(http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('6f38fefd73b8b95de3ea3feb9de4cdd7')
 

Added: mkvtoolnix.install
===
--- mkvtoolnix.install  (rev 0)
+++ mkvtoolnix.install  2010-07-14 19:24:21 UTC (rev 85507)
@@ -0,0 +1,14 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+if [ -f usr/bin/update-mime-database ]; then
+update-mime-database usr/share/mime  /dev/null
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+pre_remove() {
+post_install $1
+}



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

2010-07-14 Thread Giovanni Scafora
Date: Wednesday, July 14, 2010 @ 15:24:36
  Author: giovanni
Revision: 85508

archrelease: remove extra-x86_64

Deleted:
  gparted/repos/extra-x86_64/



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

2010-07-14 Thread Ionut Biru
Date: Wednesday, July 14, 2010 @ 15:27:34
  Author: ibiru
Revision: 85512

archrelease: remove extra-x86_64

Deleted:
  mkvtoolnix/repos/extra-x86_64/



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

2010-07-14 Thread Ionut Biru
Date: Wednesday, July 14, 2010 @ 15:27:52
  Author: ibiru
Revision: 85513

archrelease: copy trunk to extra-x86_64

Added:
  mkvtoolnix/repos/extra-x86_64/



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

2010-07-14 Thread Ionut Biru
Date: Wednesday, July 14, 2010 @ 16:03:11
  Author: ibiru
Revision: 85514

db-remove: wine removed by ibiru

Deleted:
  wine/repos/extra-i686/



[arch-commits] Commit in (wine)

2010-07-14 Thread Ionut Biru
Date: Wednesday, July 14, 2010 @ 16:08:00
  Author: ibiru
Revision: 85515

moved in community

Deleted:
  wine/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 17:54:34
  Author: andrea
Revision: 85516

upgpkg: libssh 0.4.5-1
upstream release

Modified:
  libssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-14 20:08:00 UTC (rev 85515)
+++ PKGBUILD2010-07-14 21:54:34 UTC (rev 85516)
@@ -1,10 +1,10 @@
-# $Id: $
+# $Id $
 # Maintainer: Andrea Scarpino and...@archlinux.org
 # Contributor: ice-man icem...@gmail.com
 # Contributor: sergeantspoon sergeantsp...@archlinux.us
 
 pkgname=libssh
-pkgver=0.4.4
+pkgver=0.4.5
 pkgrel=1
 pkgdesc=Library for accessing ssh client services through C libraries
 url=http://www.libssh.org/;
@@ -13,7 +13,7 @@
 depends=('openssl')
 makedepends=('cmake' 'doxygen')
 source=(http://www.libssh.org/files/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('2fd85f902c5be2a645d4c2e4d4151052')
+md5sums=('156bf2402f3251b50b15fe8598c9031d')
 
 build() {
   cd ${srcdir}
@@ -21,11 +21,11 @@
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release || return 1
-  make || return 1
+-DCMAKE_BUILD_TYPE=Release
+  make
 }
 
 package(){
   cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 17:54:45
  Author: andrea
Revision: 85517

archrelease: remove extra-i686

Deleted:
  libssh/repos/extra-i686/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 17:55:09
  Author: andrea
Revision: 85518

archrelease: copy trunk to extra-i686

Added:
  libssh/repos/extra-i686/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 17:55:20
  Author: andrea
Revision: 85519

archrelease: remove extra-x86_64

Deleted:
  libssh/repos/extra-x86_64/



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

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 17:55:42
  Author: andrea
Revision: 85520

archrelease: copy trunk to extra-x86_64

Added:
  libssh/repos/extra-x86_64/



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

2010-07-14 Thread andyrtr
Date: Wednesday, July 14, 2010 @ 19:10:30
  Author: andyrtr
Revision: 85521

add the profile file to backup array, #20055

Modified:
  openoffice-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-14 21:55:42 UTC (rev 85520)
+++ PKGBUILD2010-07-14 23:10:30 UTC (rev 85521)
@@ -227,7 +227,7 @@
  'lucene:   full-text search engine library for Java 
needed in the help section'
  'sane: for scanner access'
  'unixodbc: adds ODBC database support')
- backup=(usr/lib/openoffice/program/sofficerc )
+ backup=(usr/lib/openoffice/program/sofficerc etc/profile.d/openoffice.sh)
  provides=('openoffice-base' 'openoffice-en-US')
 
 



[arch-commits] Commit in openoffice-base-beta/trunk (PKGBUILD)

2010-07-14 Thread andyrtr
Date: Wednesday, July 14, 2010 @ 19:11:15
  Author: andyrtr
Revision: 85522

add the profile file to backup array, #20055

Modified:
  openoffice-base-beta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-14 23:10:30 UTC (rev 85521)
+++ PKGBUILD2010-07-14 23:11:15 UTC (rev 85522)
@@ -221,7 +221,7 @@
  'lucene:  full-text search engine library for Java needed 
in the help section'
  'sane:for scanner access'
  'unixodbc:adds ODBC database support')
- backup=(usr/lib/openoffice-beta/program/sofficerc )
+ backup=(usr/lib/openoffice-beta/program/sofficerc 
etc/profile.d/openoffice-beta.sh)
  provides=('openoffice-base' 'openoffice-en-US')
 
 



[arch-commits] Commit in openoffice-base-devel/trunk (PKGBUILD)

2010-07-14 Thread andyrtr
Date: Wednesday, July 14, 2010 @ 19:12:40
  Author: andyrtr
Revision: 85523

add the profile file to backup array, #20055

Modified:
  openoffice-base-devel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-14 23:11:15 UTC (rev 85522)
+++ PKGBUILD2010-07-14 23:12:40 UTC (rev 85523)
@@ -216,7 +216,7 @@
  'lucene:  full-text search engine library for Java needed 
in the help section'
  'sane:for scanner access'
  'unixodbc:adds ODBC database support')
- backup=(usr/lib/openoffice-dev/program/sofficerc )
+ backup=(usr/lib/openoffice-dev/program/sofficerc 
etc/profile.d/openoffice-devel.sh)
  provides=('openoffice-base' 'openoffice-en-US')
 
 



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

2010-07-14 Thread andyrtr
Date: Wednesday, July 14, 2010 @ 19:21:56
  Author: andyrtr
Revision: 85524

upgpkg: openjdk6 6.b18_0.hg_20100715-1
update to a recent hg shot to get upstream bugfixes

Modified:
  openjdk6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-14 23:12:40 UTC (rev 85523)
+++ PKGBUILD2010-07-14 23:21:56 UTC (rev 85524)
@@ -4,13 +4,13 @@
 
 pkgname=('openjdk6' 'openjdk6-src')
 pkgbase=openjdk6
-#_date=20100129
+_date=20100715
 _javaver=6
 _icedteaver=1.8
 _openjdk_version=b18
 _openjdk_date=16_feb_2010
-#pkgver=${_javaver}.${_openjdk_version}_0.hg_${_date}
-pkgver=${_javaver}.${_openjdk_version}_${_icedteaver}
+pkgver=${_javaver}.${_openjdk_version}_0.hg_${_date}
+#pkgver=${_javaver}.${_openjdk_version}_${_icedteaver}
 pkgrel=1
 url='http://icedtea.classpath.org'
 arch=('i686' 'x86_64')
@@ -20,9 +20,9 @@
 makedepends=('gcc-libs' 'xdg-utils' 'hicolor-icon-theme' 
'ca-certificates-java' 'libxtst' 'alsa-lib' 'giflib' 'libxp' 'gtk2'
 'nspr' 'zlib' 'freetype2' 'libjpeg=8' 'libx11' 'libcups' 'patch' 
'xalan-java' 'xulrunner=1.9.2' 
 'apache-ant' 'autoconf' 'unzip' 'rhino' 'mercurial' 'zip' 'cpio')
-options=('!emptydirs' 'force')
-source=(http://icedtea.classpath.org/download/source/icedtea6-${_icedteaver}.tar.gz
-   #ftp://ftp.archlinux.org/other/openjdk6/icedtea6-${_date}.tar.bz2
+options=('!emptydirs' 'force') # force needed for hg shots
+source=(#http://icedtea.classpath.org/download/source/icedtea6-${_icedteaver}.tar.gz
+   ftp://ftp.archlinux.org/other/openjdk6/icedtea6-${_date}.tar.xz

http://download.java.net/openjdk/jdk6/promoted/${_openjdk_version}/openjdk-6-src-${_openjdk_version}-${_openjdk_date}.tar.gz

http://hg.openjdk.java.net/hsx/hsx16/master/archive/${_hotspotver}.tar.gz

https://jaxp.dev.java.net/files/documents/913/147329/jdk6-jaxp-2009_10_13.zip
@@ -35,7 +35,7 @@
nonreparenting-wm.diff
openjdk6.profile)
 noextract=(openjdk-6-src-${_openjdk_version}-${_openjdk_date}.tar.gz 
${_hotspotver}.tar.gz)
-md5sums=('e08dd0762749fb50ec6c273c366ee8ae'
+md5sums=('d26a1805100fffa9bf63ab35a0224492'
  '94db01691ab38f98b7d42b2ebf4d5c0b'
  'd683eb501e7ce710198f20f0c127ebbb'
  'a2f7b972124cd776ff71e7754eb9a429'
@@ -54,9 +54,9 @@
pushd /tmp/icedtea6-${_date}
#hg -v clone http://icedtea.classpath.org/hg/icedtea6 || return 1
# use specific release branch
-   hg -v clone http://icedtea.classpath.org/hg/release/icedtea6-1.7/ || 
return 1
+   hg -v clone http://icedtea.classpath.org/hg/release/icedtea6-1.8/ || 
return 1
rm -rf icedtea6/.hg*
-   tar -cvjf /tmp/icedtea6-${_date}/icedtea6-${_date}.tar.bz2 *
+   tar -cvJf /tmp/icedtea6-${_date}/icedtea6-${_date}.tar.xz *
popd
 }
 



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

2010-07-14 Thread andyrtr
Date: Wednesday, July 14, 2010 @ 19:31:30
  Author: andyrtr
Revision: 85525

archrelease: remove extra-i686

Deleted:
  openjdk6/repos/extra-i686/



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

2010-07-14 Thread andyrtr
Date: Wednesday, July 14, 2010 @ 19:31:48
  Author: andyrtr
Revision: 85526

archrelease: copy trunk to extra-i686

Added:
  openjdk6/repos/extra-i686/



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

2010-07-14 Thread Eric Bélanger
Date: Wednesday, July 14, 2010 @ 20:15:04
  Author: eric
Revision: 85530

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

Added:
  swi-prolog/repos/extra-i686/
Deleted:
  swi-prolog/repos/testing-i686/



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

2010-07-14 Thread Eric Bélanger
Date: Wednesday, July 14, 2010 @ 20:15:14
  Author: eric
Revision: 85531

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

Deleted:
  motion/repos/extra-i686/



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

2010-07-14 Thread Eric Bélanger
Date: Wednesday, July 14, 2010 @ 20:15:17
  Author: eric
Revision: 85532

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

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



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

2010-07-14 Thread Eric Bélanger
Date: Wednesday, July 14, 2010 @ 20:17:01
  Author: eric
Revision: 85533

db-move: swi-prolog removed by eric for move to extra

Deleted:
  swi-prolog/repos/extra-x86_64/



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

2010-07-14 Thread Eric Bélanger
Date: Wednesday, July 14, 2010 @ 20:17:03
  Author: eric
Revision: 85534

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

Added:
  swi-prolog/repos/extra-x86_64/
Deleted:
  swi-prolog/repos/testing-x86_64/



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

2010-07-14 Thread Eric Bélanger
Date: Wednesday, July 14, 2010 @ 20:17:11
  Author: eric
Revision: 85535

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

Deleted:
  motion/repos/extra-x86_64/



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

2010-07-14 Thread Eric Bélanger
Date: Wednesday, July 14, 2010 @ 20:17:13
  Author: eric
Revision: 85536

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

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



[arch-commits] Commit in autoconf/trunk (3 files)

2010-07-14 Thread Allan McRae
Date: Thursday, July 15, 2010 @ 00:37:35
  Author: allan
Revision: 85537

upgpkg: autoconf 2.66-2
fix regressions introduced in 2.66

Added:
  autoconf/trunk/autoconf-2.66-sizeof.patch
  autoconf/trunk/autoconf-2.66-subdir.patch
Modified:
  autoconf/trunk/PKGBUILD

+
 PKGBUILD   |   14 +--
 autoconf-2.66-sizeof.patch |   68 ++
 autoconf-2.66-subdir.patch |   85 +++
 3 files changed, 164 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-15 00:17:13 UTC (rev 85536)
+++ PKGBUILD2010-07-15 04:37:35 UTC (rev 85537)
@@ -4,7 +4,7 @@
 
 pkgname=autoconf
 pkgver=2.66
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNU tool for automatically configuring source code
 arch=('any')
 license=('GPL2' 'GPL3' 'custom')
@@ -12,11 +12,19 @@
 groups=('base-devel')
 depends=('awk' 'm4' 'diffutils' 'bash')
 install=autoconf.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fb00d77cbc468994c55919298af1ff02')
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz
+autoconf-2.66-sizeof.patch
+autoconf-2.66-subdir.patch)
+md5sums=('fb00d77cbc468994c55919298af1ff02'
+ '0a4a03f350041cef5134faea2fa7f2e0'
+ '423e0f2c83779dd383540b1efc873b35')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  
+  patch -Np1 -i $srcdir/autoconf-2.66-sizeof.patch
+  patch -Np1 -i $srcdir/autoconf-2.66-subdir.patch
+  
   ./configure --prefix=/usr
   make
 }

Added: autoconf-2.66-sizeof.patch
===
--- autoconf-2.66-sizeof.patch  (rev 0)
+++ autoconf-2.66-sizeof.patch  2010-07-15 04:37:35 UTC (rev 85537)
@@ -0,0 +1,68 @@
+diff --git a/lib/autoconf/types.m4 b/lib/autoconf/types.m4
+index ee07148..9f482da 100644
+--- a/lib/autoconf/types.m4
 b/lib/autoconf/types.m4
+@@ -763,7 +763,7 @@ Remove this warning and the `AC_CACHE_CHECK' when you 
adjust the code.])
+ # AC_CHECK_SIZEOF(TYPE, [IGNORED], [INCLUDES = DEFAULT-INCLUDES])
+ # ---
+ AC_DEFUN([AC_CHECK_SIZEOF],
+-[AS_LITERAL_IF([$1], [],
++[AS_LITERAL_IF(m4_translit([[$1]], [*], [p]), [],
+  [m4_fatal([$0: requires literal arguments])])]dnl
+ [# The cast to long int works around a bug in the HP C Compiler
+ # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4
+index e1d03d9..6fbc9e1 100644
+--- a/lib/m4sugar/m4sh.m4
 b/lib/m4sugar/m4sh.m4
+@@ -1779,7 +1779,7 @@ m4_defun_init([AS_TR_SH],
+ [_$0(m4_expand([$1]))])
+ 
+ m4_define([_AS_TR_SH],
+-[_AS_LITERAL_IF([$1], [][
++[_AS_LITERAL_IF([$1], [*][ ][
+ ])([], [$0_INDIR], [$0_LITERAL])([$1])])
+ 
+ m4_define([_AS_TR_SH_LITERAL],
+@@ -1812,7 +1812,7 @@ m4_defun_init([AS_TR_CPP],
+ [_$0(m4_expand([$1]))])
+ 
+ m4_define([_AS_TR_CPP],
+-[_AS_LITERAL_IF([$1], [][
++[_AS_LITERAL_IF([$1], [*][ ][
+ ])([], [$0_INDIR], [$0_LITERAL])([$1])])
+ 
+ m4_define([_AS_TR_CPP_LITERAL],
+diff --git a/tests/semantics.at b/tests/semantics.at
+index b703fd4..48136cd 100644
+--- a/tests/semantics.at
 b/tests/semantics.at
+@@ -350,7 +350,7 @@ AT_CHECK_MACRO_CROSS([AC_CHECK_ALIGNOF struct],
+ [[AC_CHECK_ALIGNOF([struct { char c; }])
+ AC_CHECK_ALIGNOF([struct nosuchstruct])
+ ]],
+-[AT_CHECK([[grep #define ALIGNOF_STRUCT___CHAR_C___ [^0] config.h]],
++[AT_CHECK([[grep #define ALIGNOF_STRUCT___CHAR_C___ [1-9] config.h]],
+0, ignore)
+ AT_CHECK([[grep #define ALIGNOF_STRUCT_NOSUCHSTRUCT 0 config.h]],
+0, ignore)
+@@ -379,13 +379,17 @@ AT_CHECK_MACRO_CROSS([AC_CHECK_SIZEOF struct],
+ AC_CHECK_SIZEOF([struct x], [], [struct x { char c; int x; };])
+ AC_CHECK_SIZEOF([const struct x], [], [struct x { const char *p; int x; };])
+ AC_CHECK_SIZEOF([struct nosuchstruct])
++# Taken from autoconf.texi:Generic Compiler Characteristics.
++AC_CHECK_SIZEOF([int *])
+ ]],
+-[AT_CHECK([[grep #define SIZEOF_STRUCT_X [^0] config.h]],
++[AT_CHECK([[grep #define SIZEOF_STRUCT_X [1-9] config.h]],
+0, ignore)
+-AT_CHECK([[grep #define SIZEOF_CONST_STRUCT_X [^0] config.h]],
++AT_CHECK([[grep #define SIZEOF_CONST_STRUCT_X [1-9] config.h]],
+0, ignore)
+ AT_CHECK([[grep #define SIZEOF_STRUCT_NOSUCHSTRUCT 0 config.h]],
+0, ignore)
++AT_CHECK([[grep #define SIZEOF_INT_P [1-9] config.h]],
++   0, ignore)
+ ])
+ 
+ 

Added: autoconf-2.66-subdir.patch
===
--- autoconf-2.66-subdir.patch  (rev 0)
+++ autoconf-2.66-subdir.patch  2010-07-15 04:37:35 UTC (rev 85537)
@@ -0,0 +1,85 @@
+diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4
+index 52b7a3d..b9e7026 100644
+--- a/lib/autoconf/status.m4
 b/lib/autoconf/status.m4
+@@ 

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

2010-07-14 Thread Allan McRae
Date: Thursday, July 15, 2010 @ 00:37:56
  Author: allan
Revision: 85538

archrelease: remove testing-any

Deleted:
  autoconf/repos/testing-any/



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

2010-07-14 Thread Allan McRae
Date: Thursday, July 15, 2010 @ 00:45:36
  Author: allan
Revision: 85542

archrelease: copy trunk to testing-x86_64

Added:
  pkg-config/repos/testing-x86_64/