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

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 05:44:04
  Author: jgc
Revision: 106712

upgpkg: gnome-python-extras 2.25.3-8
Split package like we did to gnome-python (FS#22125

Modified:
  gnome-python-extras/trunk/PKGBUILD

--+
 PKGBUILD |   82 -
 1 file changed, 71 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-18 04:54:11 UTC (rev 106711)
+++ PKGBUILD2011-01-18 10:44:04 UTC (rev 106712)
@@ -1,15 +1,13 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
-pkgname=gnome-python-extras
+pkgbase=gnome-python-extras
+pkgname=('gnome-python-extras' 'python2-egg' 'python2-gda' 'python2-gdl' 
'python2-gksu2' 'python2-gtkhtml2' 'python2-gtkmozembed' 'python2-gtkspell')
 pkgver=2.25.3
-pkgrel=7
-pkgdesc=Gnome Python interfaces for libraries not part of the core platform
+pkgrel=8
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
-depends=('gnome-python=2.22.1')
-makedepends=('libgtkhtml' 'gtkspell' 'gdl=2.28.1' 'xulrunner=1.9.2' 
'libgksu' 'pkgconfig' 'libgnomeui' 'libgda' 'docbook-xsl')
-optdepends=('libgtkhtml' 'gtkspell' 'gdl' 'xulrunner' 'libgksu' 'libgnomeui' 
'libgda')
+makedepends=('libgtkhtml' 'gtkspell' 'gdl' 'xulrunner=1.9.2' 'libgksu' 
'libgnomeui' 'libgda' 'python2' 'pygtk' 'gnome-python')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.25/gnome-python-extras-${pkgver}.tar.bz2
gnome-python-extras-2.25.3-update-for-2.27.2.patch)
@@ -18,10 +16,72 @@
  '0b0a4d93016d14f2306682301de3bda3')
 
 build() {
-  cd ${srcdir}/gnome-python-extras-${pkgver}
-  patch -Np1 -i ${srcdir}/gnome-python-extras-2.25.3-update-for-2.27.2.patch 
|| return 1
+cd ${srcdir}/gnome-python-extras-${pkgver}
+patch -Np1 -i 
${srcdir}/gnome-python-extras-2.25.3-update-for-2.27.2.patch
+PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+make MOZILLA_HOME=/usr/lib/xulrunner-1.9.2
+}
 
-  ./configure --prefix=/usr --enable-docs || return 1
-  make MOZILLA_HOME=/usr/lib/xulrunner-1.9.2 || return 1
-  make DESTDIR=${pkgdir} install || return 1
+package_gnome-python-extras() {
+pkgdesc=Gnome Python interfaces for libraries not part of the core 
platform
+depends=('python2-egg' 'python2-gda' 'python2-gdl' 'python2-gksu2' 
'python2-gtkhtml2' 'python2-gtkmozembed' 'python2-gtkspell')
+
+cd ${srcdir}/gnome-python-extras-${pkgver}
+make install-pkgconfigDATA DESTDIR=${pkgdir}
 }
+
+package_python2-egg(){
+pkgdesc=Python bindings for interacting with egg
+depends=('libgnomeui' 'pygtk')
+
+cd ${srcdir}/gnome-python-extras-${pkgver}
+make -C egg install DESTDIR=${pkgdir}
+}
+
+package_python2-gda(){
+pkgdesc=Python bindings for interacting with gda
+depends=('libgda' 'pygtk')
+
+cd ${srcdir}/gnome-python-extras-${pkgver}
+make -C gda install DESTDIR=${pkgdir}
+}
+
+package_python2-gdl() {
+pkgdesc=Python bindings for gdl
+depends=('gdl' 'pygtk')
+
+cd ${srcdir}/gnome-python-extras-${pkgver}
+make -C gdl install DESTDIR=${pkgdir}
+}
+
+package_python2-gksu2() {
+pkgdesc=Python bindings for the gksu2
+depends=('libgksu' 'pygtk')
+
+cd ${srcdir}/gnome-python-extras-${pkgver}
+make -C gksu2 install DESTDIR=${pkgdir}
+}
+
+package_python2-gtkhtml2() {
+pkgdesc=Python bindings for the gtkhtml2
+depends=('libgtkhtml' 'pygtk')
+
+cd ${srcdir}/gnome-python-extras-${pkgver}
+make -C gtkhtml2 install DESTDIR=${pkgdir}
+}
+
+package_python2-gtkmozembed() {
+pkgdesc=Python bindings for the gtkmozembed
+depends=('xulrunner=1.9.2' 'pygtk')
+
+cd ${srcdir}/gnome-python-extras-${pkgver}
+make -C gtkmozembed install DESTDIR=${pkgdir}
+}
+
+package_python2-gtkspell() {
+pkgdesc=Python bindings for the gtkspell
+depends=('gtkspell' 'pygtk')
+
+cd ${srcdir}/gnome-python-extras-${pkgver}
+make -C gtkspell install DESTDIR=${pkgdir}
+}



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

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 05:44:24
  Author: jgc
Revision: 106713

archrelease: remove extra-i686

Deleted:
  gnome-python-extras/repos/extra-i686/



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

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 05:44:37
  Author: jgc
Revision: 106714

archrelease: copy trunk to extra-i686

Added:
  gnome-python-extras/repos/extra-i686/



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

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 05:44:58
  Author: jgc
Revision: 106715

archrelease: remove extra-x86_64

Deleted:
  gnome-python-extras/repos/extra-x86_64/



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

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 05:45:12
  Author: jgc
Revision: 106716

archrelease: copy trunk to extra-x86_64

Added:
  gnome-python-extras/repos/extra-x86_64/



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

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 05:59:40
  Author: jgc
Revision: 106717

upgpkg: gnome-blog 0.9.2-4
Move some optdepends to depends, depend on splitted gnome-python-extras 
libraries

Modified:
  gnome-blog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-18 10:45:12 UTC (rev 106716)
+++ PKGBUILD2011-01-18 10:59:40 UTC (rev 106717)
@@ -8,12 +8,9 @@
 pkgdesc=A gnome application that allows you to post entries to many different 
blog formats.
 arch=('any')
 license=('GPL')
-depends=('python2-gconf' 'python2-libgnome')
+depends=('python2-gconf' 'python2-libgnome' 'python2-gtkspell' 'python-gdata')
 makedepends=('intltool' 'desktop-file-utils' 'gnome-python')
-optdepends=('python-gnomeapplet: GNOME panel applet'
-'python-gdata: Blogger.com support'
-'gnome-python-extras: Spell checker'
-'gtkspell: Spell checker')
+optdepends=('python-gnomeapplet: GNOME panel applet')
 install=gnome-blog.install
 url=http://www.gnome.org/~seth/gnome-blog/;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.9/${pkgname}-${pkgver}.tar.bz2)
@@ -23,7 +20,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
   rm -f GNOME_BlogApplet.server.in
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
 --libexecdir=/usr/lib/gnome-blog \
 --localstatedir=/var
   make



[arch-commits] Commit in gnome-blog/repos (extra-any)

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 05:59:46
  Author: jgc
Revision: 106718

archrelease: remove extra-any

Deleted:
  gnome-blog/repos/extra-any/



[arch-commits] Commit in gnome-blog/repos (extra-any)

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 06:00:02
  Author: jgc
Revision: 106719

archrelease: copy trunk to extra-any

Added:
  gnome-blog/repos/extra-any/



[arch-commits] Commit in (4 files)

2011-01-18 Thread Ionut Biru
Date: Tuesday, January 18, 2011 @ 09:17:48
  Author: ibiru
Revision: 106720

initial upload

Added:
  media-player-info/
  media-player-info/repos/
  media-player-info/trunk/
  media-player-info/trunk/PKGBUILD

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

Added: media-player-info/trunk/PKGBUILD
===
--- media-player-info/trunk/PKGBUILD(rev 0)
+++ media-player-info/trunk/PKGBUILD2011-01-18 14:17:48 UTC (rev 106720)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Marti Raudsepp ma...@juffo.org
+
+pkgname=media-player-info
+pkgver=12
+pkgrel=1
+pkgdesc=Data files describing media player capabilities, for post-HAL systems
+arch=('any')
+license=('BSD')
+url=http://cgit.freedesktop.org/media-player-info/;
+depends=('udev')
+source=(http://www.freedesktop.org/software/media-player-info/$pkgname-$pkgver.tar.gz)
+md5sums=('59089058a6647ab81d9327db44df1e0d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}
+}


Property changes on: media-player-info/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in media-player-info/repos (extra-any)

2011-01-18 Thread Ionut Biru
Date: Tuesday, January 18, 2011 @ 09:19:04
  Author: ibiru
Revision: 106721

archrelease: copy trunk to extra-any

Added:
  media-player-info/repos/extra-any/



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

2011-01-18 Thread Ionut Biru
Date: Tuesday, January 18, 2011 @ 10:15:40
  Author: ibiru
Revision: 106722

upgpkg: rhythmbox 0.13.3-1
update to 0.13.3, move some optdepends to dependency to make rhythmbox silent 
at opening

Modified:
  rhythmbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-18 14:19:04 UTC (rev 106721)
+++ PKGBUILD2011-01-18 15:15:40 UTC (rev 106722)
@@ -3,27 +3,24 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=rhythmbox
-pkgver=0.13.2
-pkgrel=2
+pkgver=0.13.3
+pkgrel=1
 pkgdesc=An iTunes-like music player/libary
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.rhythmbox.org;
-depends=('libgpod=0.7.94' 'libsoup-gnome=2.32.0' 'gnome-media=2.32.0' 
'totem-plparser=2.32.1' 'libmusicbrainz3=3.0.3' 'libmtp=1.0.2' 
'libnotify=0.4.5' 'lirc-utils' 'desktop-file-utils' 
'gstreamer0.10-python=0.10.17' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' 'pygtk=2.22.0' 'gvfs=1.6.4' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'gnome-doc-utils=0.20.1' 'intltool' 'brasero' 
'libdmapsharing' 'json-glib')
+depends=('libgpod' 'libsoup-gnome' 'gnome-media' 'totem-plparser' 
'libmusicbrainz3' 'libmtp' 'libnotify' 'lirc-utils' 'desktop-file-utils'
+ 'gstreamer0.10-python' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' 'pygtk' 'gvfs-afc' 'hicolor-icon-theme' 
'pywebkitgtk'
+ 'python-mako' 'libdmapsharing' 'json-glib' 'python2-gconf' 
'python2-libgnome' 'python-gnomekeyring' 'media-player-info')
+makedepends=('pkgconfig' 'gnome-doc-utils=0.20.1' 'intltool' 'brasero')
 optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
 'gstreamer0.10-bad-plugins: Extra media codecs'
 'gstreamer0.10-ffmpeg: Extra media codecs'
-'brasero: cd burning'
-'gnome-python: various plugins'
-'pywebkitgtk: context panel plugin'
-'python-mako: context panel plugin'
-'libdmapsharing: DAAP support'
-'json-glib: Last.fm support')
+'brasero: cd burning')
 options=('!libtool' '!emptydirs')
 install=rhythmbox.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.13/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f422e47d7e238ebe862650efbcb83672bca704df0a37c3391ad0e386c20b19e3')
+sha256sums=('ad6532864bb4df30f1014ec81ddc0d2d3f69241235627f46abe5578cf629052a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-01-18 Thread Ionut Biru
Date: Tuesday, January 18, 2011 @ 10:15:49
  Author: ibiru
Revision: 106723

archrelease: remove extra-i686

Deleted:
  rhythmbox/repos/extra-i686/



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

2011-01-18 Thread Ionut Biru
Date: Tuesday, January 18, 2011 @ 10:16:02
  Author: ibiru
Revision: 106724

archrelease: copy trunk to extra-i686

Added:
  rhythmbox/repos/extra-i686/



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

2011-01-18 Thread Ionut Biru
Date: Tuesday, January 18, 2011 @ 10:16:10
  Author: ibiru
Revision: 106725

archrelease: remove extra-x86_64

Deleted:
  rhythmbox/repos/extra-x86_64/



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

2011-01-18 Thread Ionut Biru
Date: Tuesday, January 18, 2011 @ 10:16:23
  Author: ibiru
Revision: 106726

archrelease: copy trunk to extra-x86_64

Added:
  rhythmbox/repos/extra-x86_64/



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

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 12:10:22
  Author: jgc
Revision: 106727

upgpkg: gnome-blog 0.9.2-5
Fix dependencies

Modified:
  gnome-blog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-18 15:16:23 UTC (rev 106726)
+++ PKGBUILD2011-01-18 17:10:22 UTC (rev 106727)
@@ -4,11 +4,11 @@
 
 pkgname=gnome-blog
 pkgver=0.9.2
-pkgrel=4
+pkgrel=5
 pkgdesc=A gnome application that allows you to post entries to many different 
blog formats.
 arch=('any')
 license=('GPL')
-depends=('python2-gconf' 'python2-libgnome' 'python2-gtkspell' 'python-gdata')
+depends=('python2-gconf' 'python2-libgnome' 'python2-gtkspell' 'python-gdata' 
'python2-gnomevfs' 'python2-bonobo' 'python2-gnomecanvas')
 makedepends=('intltool' 'desktop-file-utils' 'gnome-python')
 optdepends=('python-gnomeapplet: GNOME panel applet')
 install=gnome-blog.install



[arch-commits] Commit in gnome-blog/repos (extra-any)

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 12:10:29
  Author: jgc
Revision: 106728

archrelease: remove extra-any

Deleted:
  gnome-blog/repos/extra-any/



[arch-commits] Commit in gnome-blog/repos (extra-any)

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 12:10:43
  Author: jgc
Revision: 106729

archrelease: copy trunk to extra-any

Added:
  gnome-blog/repos/extra-any/



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

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 12:31:45
  Author: jgc
Revision: 106730

upgpkg: deskbar-applet 2.32.0-4
Adjust dependencies (FS#22487)

Modified:
  deskbar-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-18 17:10:43 UTC (rev 106729)
+++ PKGBUILD2011-01-18 17:31:45 UTC (rev 106730)
@@ -3,13 +3,13 @@
 
 pkgname=deskbar-applet
 pkgver=2.32.0
-pkgrel=3
+pkgrel=4
 pkgdesc=An all-in-one search bar for the GNOME panel
 arch=(i686 x86_64)
 url=http://raphael.slinckx.net/deskbar/;
 license=('GPL')
-depends=('gnome-desktop=2.32.0' 'gnome-python=2.28' 
'python-gnomedesktop=2.32' 'python-gnomekeyring=2.32' 'python-wnck=2.32' 
'python-gnomeapplet=2.32' 'gnome-panel-bonobo=2.32.0' 'dbus-python=0.83.0')
-makedepends=('evolution-data-server=2.32.0' 'gettext' 'intltool' 'pkg-config' 
'gnome-doc-utils=0.20.1' 'gnome-python-desktop=2.32.0')
+depends=('python-gnomekeyring' 'python-gnomeapplet' 'dbus-python' 
'python-gnomedesktop' 'python-wnck' 'python2-gconf')
+makedepends=('evolution-data-server' 'intltool' 'gnome-doc-utils')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 install=deskbar-applet.install



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

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 12:31:54
  Author: jgc
Revision: 106731

archrelease: remove extra-i686

Deleted:
  deskbar-applet/repos/extra-i686/



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

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 12:32:07
  Author: jgc
Revision: 106732

archrelease: copy trunk to extra-i686

Added:
  deskbar-applet/repos/extra-i686/



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

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 12:32:14
  Author: jgc
Revision: 106733

archrelease: remove extra-x86_64

Deleted:
  deskbar-applet/repos/extra-x86_64/



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

2011-01-18 Thread Jan de Groot
Date: Tuesday, January 18, 2011 @ 12:32:27
  Author: jgc
Revision: 106734

archrelease: copy trunk to extra-x86_64

Added:
  deskbar-applet/repos/extra-x86_64/



[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 15:16:41
  Author: andrea
Revision: 106735

upgpkg: system-config-printer 1.2.6-1
upstream release; move gnome-keyring to optdependence (FS#22493); cleanup deps

Modified:
  system-config-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-18 17:32:27 UTC (rev 106734)
+++ PKGBUILD2011-01-18 20:16:41 UTC (rev 106735)
@@ -4,15 +4,15 @@
 pkgbase=system-config-printer
 pkgname=('system-config-printer-common'
'system-config-printer-gnome')
-pkgver=1.2.5
-pkgrel=5
+pkgver=1.2.6
+pkgrel=1
 pkgdesc=A CUPS printer configuration tool and status applet
 url=http://cyberelk.net/tim/software/system-config-printer/;
 arch=('any')
 license=('GPL')
 makedepends=('intltool' 'python2' 'xmlto' 'docbook-xsl' 'desktop-file-utils' 
'libcups' 'libxml2')
 
source=(http://cyberelk.net/tim/data/${pkgbase}/1.2/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('71c01b73c458033795b218c4779f9811')
+md5sums=('ba4ae339dac1025cb014918286fd029b')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -74,8 +74,8 @@
 
 package_system-config-printer-gnome() {
   pkgdesc='A CUPS printer configuration tool and status applet - GTK frontend'
-  depends=('system-config-printer-common' 'gnome-icon-theme' 'pygobject'
-'pygtk' 'libxml2' 'python-notify' 'gnome-keyring')
+  depends=('system-config-printer-common' 'gnome-icon-theme' 'python-notify')
+  optdependence=('gnome-keyring: password management')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install



[arch-commits] Commit in system-config-printer/repos (extra-any)

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 15:16:51
  Author: andrea
Revision: 106736

archrelease: remove extra-any

Deleted:
  system-config-printer/repos/extra-any/



[arch-commits] Commit in system-config-printer/repos (extra-any)

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 15:17:04
  Author: andrea
Revision: 106737

archrelease: copy trunk to extra-any

Added:
  system-config-printer/repos/extra-any/



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 16:57:43
  Author: andrea
Revision: 106738

add a sip package to remove conflicts between python-sip and python2-sip 
(FS#22391)

Added:
  sip/
  sip/repos/
  sip/trunk/
  sip/trunk/PKGBUILD

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

Added: sip/trunk/PKGBUILD
===
--- sip/trunk/PKGBUILD  (rev 0)
+++ sip/trunk/PKGBUILD  2011-01-18 21:57:43 UTC (rev 106738)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=sip
+pkgname=('sip' 'python-sip')
+pkgver=4.12
+pkgrel=3
+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')
+makedepends=('python' 'gcc-libs')
+source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('8a0998fbaf34bdab2c15af3d4fa3bc0e')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+}
+
+package_sip() {
+  pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
+  
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -Dm755 sipgen/sip ${pkgdir}/usr/bin/sip
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc=Python 3 bindings for sip
+  depends=('sip' 'python')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Provided by sip package
+  rm ${pkgdir}/usr/bin/sip
+}


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



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 16:58:35
  Author: andrea
Revision: 106739

merge python-sip in sip PKGBUILD

Deleted:
  python-sip/



[arch-commits] Commit in (5 files)

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 17:04:25
  Author: andrea
Revision: 106740

add a pyqt package to remove conflicts between python-qt and python2-qt 
(FS#22391)

Added:
  pyqt/
  pyqt/repos/
  pyqt/trunk/
  pyqt/trunk/PKGBUILD
  pyqt/trunk/fix-stackedwidget-bug.patch

-+
 PKGBUILD|   55 ++
 fix-stackedwidget-bug.patch |   11 
 2 files changed, 66 insertions(+)

Added: pyqt/trunk/PKGBUILD
===
--- pyqt/trunk/PKGBUILD (rev 0)
+++ pyqt/trunk/PKGBUILD 2011-01-18 22:04:25 UTC (rev 106740)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=pyqt
+pkgname=('pyqt' 'python-qt')
+pkgver=4.8.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://riverbankcomputing.co.uk/software/pyqt/intro;
+license=('GPL')
+makedepends=('python-sip' 'qt' 'phonon' 'qt-assistant-compat')
+source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;
+'fix-stackedwidget-bug.patch')
+md5sums=('142a32f126f205a2bd77f6a9910f5333'
+'42cfd44a8ec063cce3e328ddb9892565')
+
+build() {
+  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
+
+  # Already fixed upstream
+  patch -Np1 -i ${srcdir}/fix-stackedwidget-bug.patch
+
+  python configure.py \
+--confirm-license \
+--qsci-api
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+}
+
+package_pyqt(){
+  depends=
+  pkgdesc=Python bindings common files
+
+  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
+}
+
+package_python-qt(){
+  pkgdesc=A set of Python 3 bindings for the Qt toolkit
+  depends=('pyqt' 'python-sip' 'qt')
+  optdepends=('phonon: enable audio and video in PyQt applications'
+   'qscintilla: QScintilla API'
+   'qt-assistant-compat: add PyQt online help in Qt Assistant')
+
+  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
+
+  # Provided by pyqt package
+  rm ${pkgdir}/usr/bin/{pylupdate4,pyrcc4,pyuic4}
+  rm ${pkgdir}/usr/lib/qt/plugins/designer/libpythonplugin.so
+  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt4.api
+}

Added: pyqt/trunk/fix-stackedwidget-bug.patch
===
--- pyqt/trunk/fix-stackedwidget-bug.patch  (rev 0)
+++ pyqt/trunk/fix-stackedwidget-bug.patch  2011-01-18 22:04:25 UTC (rev 
106740)
@@ -0,0 +1,11 @@
+--- PyQt-x11-gpl-4.8.2/pyuic/uic/uiparser.py~  2010-12-27 14:01:31.500057960 
-0800
 PyQt-x11-gpl-4.8.2/pyuic/uic/uiparser.py   2010-12-27 14:01:44.460058033 
-0800
+@@ -158,7 +158,7 @@
+ # Ignore the parent if it is a container.
+ parent = self.stack.topwidget
+ if isinstance(parent, (QtGui.QDockWidget, QtGui.QMdiArea,
+-   QtGui.QScrollArea, QtGui.StackedWidget,
++   QtGui.QScrollArea, QtGui.QStackedWidget,
+QtGui.QToolBox, QtGui.QTabWidget,
+QtGui.QWizard)):
+ parent = None



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 17:04:54
  Author: andrea
Revision: 106741

merge python-qt in pyqt PKGBUILD

Deleted:
  python-qt/



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 17:09:34
  Author: andrea
Revision: 106742

fix description and make/dependence

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-18 22:04:54 UTC (rev 106741)
+++ PKGBUILD2011-01-18 22:09:34 UTC (rev 106742)
@@ -5,11 +5,10 @@
 pkgname=('sip' 'python-sip')
 pkgver=4.12
 pkgrel=3
-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')
-makedepends=('python' 'gcc-libs')
+makedepends=('python')
 
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz;)
 md5sums=('8a0998fbaf34bdab2c15af3d4fa3bc0e')
 
@@ -21,15 +20,16 @@
 }
 
 package_sip() {
-  pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
-  
+  pkgdesc=Sip bindings common files
+  depends=('glibc')
+
   cd ${srcdir}/${pkgbase}-${pkgver}
   install -Dm755 sipgen/sip ${pkgdir}/usr/bin/sip
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_python-sip() {
-  pkgdesc=Python 3 bindings for sip
+  pkgdesc=A tool that makes it easy to create Python 3 bindings for C and C++ 
libraries
   depends=('sip' 'python')
 
   cd ${srcdir}/${pkgbase}-${pkgver}



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 17:51:08
  Author: andrea
Revision: 106743

add files to pyqt package

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

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-18 22:09:34 UTC (rev 106742)
+++ PKGBUILD2011-01-18 22:51:08 UTC (rev 106743)
@@ -31,10 +31,16 @@
 }
 
 package_pyqt(){
-  depends=
+  depends=()
   pkgdesc=Python bindings common files
 
   cd ${srcdir}/PyQt-x11-gpl-${pkgver}
+  install -Dm755 pylupdate/pylupdate4 ${pkgdir}/usr/bin/pylupdate4
+  install -Dm755 pyrcc/pyrcc4 ${pkgdir}/usr/bin/pyrcc4
+  install -Dm755 pyuic/pyuic4 ${pkgdir}/usr/bin/pyuic4
+  install -Dm755 designer/libpythonplugin.so \
+${pkgdir}/usr/lib/qt/plugins/designer/libpythonplugin.so
+  install -Dm644 PyQt4.api ${pkgdir}/usr/share/qt/qsci/api/python/PyQt4.api
 }
 
 package_python-qt(){


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



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 17:56:19
  Author: andrea
Revision: 106744

remove conflicts with python2-sip and add depends to sip

Modified:
  python2-sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-18 22:51:08 UTC (rev 106743)
+++ PKGBUILD2011-01-18 22:56:19 UTC (rev 106744)
@@ -5,15 +5,12 @@
 
 pkgname=python2-sip
 pkgver=4.12
-pkgrel=1
-pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
+pkgrel=2
+pkgdesc=A tool that makes it easy to create Python 2 bindings for C and C++ 
libraries
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
-depends=('python2' 'gcc-libs')
-provides=(sip=${pkgver})
-replaces=('sip')
-conflicts=('sip')
+depends=('sip' 'python2')
 
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/sip-${pkgver}.tar.gz;)
 md5sums=('8a0998fbaf34bdab2c15af3d4fa3bc0e')
 
@@ -28,5 +25,6 @@
   cd ${srcdir}/sip-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  # Provided by sip package
+  rm ${pkgdir}/usr/bin/sip
 }



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 18:16:09
  Author: andrea
Revision: 106745

remove conflicts with python2-qt and add depends to pyqt

Modified:
  python2-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-18 22:56:19 UTC (rev 106744)
+++ PKGBUILD2011-01-18 23:16:09 UTC (rev 106745)
@@ -5,8 +5,8 @@
 
 pkgname=python2-qt
 pkgver=4.8.2
-pkgrel=1
-pkgdesc=A set of Python bindings for the Qt toolkit
+pkgrel=2
+pkgdesc=A set of Python 2 bindings for the Qt toolkit
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
@@ -14,11 +14,8 @@
 makedepends=('phonon' 'python-opengl' 'qt-assistant-compat')
 optdepends=('phonon: enable audio and video in PyQt applications'
'python-opengl: enable OpenGL 3D graphics in PyQt applications'
-   'qscintilla: QScintilla API'
+   'python2-qscintilla: QScintilla API'
'qt-assistant-compat: add PyQt online help in Qt Assistant')
-provides=('pyqt4' pyqt=${pkgver})
-replaces=('pyqt4' 'pyqt')
-conflicts=('pyqt4' 'pyqt')
 
source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;
 'fix-stackedwidget-bug.patch')
 md5sums=('142a32f126f205a2bd77f6a9910f5333'
@@ -45,4 +42,9 @@
   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
+
+  # Provided by pyqt
+  rm ${pkgdir}/usr/bin/{pylupdate4,pyrcc4,pyuic4}
+  rm ${pkgdir}/usr/lib/qt/plugins/designer/libpythonplugin.so
+  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt4.api
 }



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 18:17:34
  Author: andrea
Revision: 106746

archrelease: copy trunk to staging-x86_64

Added:
  pyqt/repos/staging-x86_64/



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 18:17:43
  Author: andrea
Revision: 106747

archrelease: remove staging-x86_64

Deleted:
  pyqt/repos/staging-x86_64/



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 18:25:56
  Author: andrea
Revision: 106748

archrelease: copy trunk to staging-i686

Added:
  pyqt/repos/staging-i686/



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 18:26:15
  Author: andrea
Revision: 106749

archrelease: copy trunk to staging-x86_64

Added:
  pyqt/repos/staging-x86_64/



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 18:26:37
  Author: andrea
Revision: 106750

archrelease: copy trunk to staging-i686

Added:
  sip/repos/staging-i686/



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 18:26:57
  Author: andrea
Revision: 106751

archrelease: copy trunk to staging-x86_64

Added:
  sip/repos/staging-x86_64/



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 18:27:17
  Author: andrea
Revision: 106752

archrelease: copy trunk to staging-i686

Added:
  python2-qt/repos/staging-i686/



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 18:27:36
  Author: andrea
Revision: 106753

archrelease: copy trunk to staging-x86_64

Added:
  python2-qt/repos/staging-x86_64/



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 18:27:54
  Author: andrea
Revision: 106754

archrelease: copy trunk to staging-i686

Added:
  python2-sip/repos/staging-i686/



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 18:28:14
  Author: andrea
Revision: 106755

archrelease: copy trunk to staging-x86_64

Added:
  python2-sip/repos/staging-x86_64/



[arch-commits] Commit in linux-api-headers/trunk (PKGBUILD)

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 19:34:07
  Author: allan
Revision: 106756

upgpkg: linux-api-headers 2.6.37-1
glibc toolchain rebuild, upstream update

Modified:
  linux-api-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-18 23:28:14 UTC (rev 106755)
+++ PKGBUILD2011-01-19 00:34:07 UTC (rev 106756)
@@ -4,8 +4,8 @@
 # toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
 
 pkgname=linux-api-headers
-pkgver=2.6.36.2
-_basever=2.6.36
+pkgver=2.6.37
+_basever=2.6.37
 pkgrel=1
 pkgdesc=Kernel headers sanitized for use in userspace
 arch=('i686' 'x86_64')
@@ -14,14 +14,13 @@
 provides=(kernel-headers=${pkgver})
 conflicts=('kernel-headers')
 replaces=('kernel-headers')
-source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${_basever}.tar.bz2
-   http://www.kernel.org/pub/linux/kernel/v2.6/patch-${pkgver}.bz2)
-md5sums=('61f3739a73afb6914cb007f37fb09b62'
- '4b01c5f9657a9587b262df5f8d784116')
+source=(http://www.kernel.org/pub/linux/kernel/v2.6/linux-${_basever}.tar.bz2)
+   #http://www.kernel.org/pub/linux/kernel/v2.6/patch-${pkgver}.bz2)
+md5sums=('c8ee37b4fdccdb651e0603d35350b434')
 
 build() {
   cd ${srcdir}/linux-${_basever}
-  patch -Np1 -i ${srcdir}/patch-${pkgver}
+  #patch -Np1 -i ${srcdir}/patch-${pkgver}
 
   make mrproper
   make headers_check
@@ -35,5 +34,5 @@
   rm -rf ${pkgdir}/usr/include/drm
   
   # clean-up unnecessary files generated during install
-  rm -f $(find ${pkgdir} -name .install -or -name ..install.cmd)
+  find ${pkgdir} -name .install -or -name ..install.cmd | xargs rm -f
 }



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

2011-01-18 Thread Eric Bélanger
Date: Tuesday, January 18, 2011 @ 19:34:09
  Author: eric
Revision: 106757

upgpkg: lvm2 2.02.81-1
Upstream update

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-19 00:34:07 UTC (rev 106756)
+++ PKGBUILD2011-01-19 00:34:09 UTC (rev 106757)
@@ -4,7 +4,7 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.80
+pkgver=2.02.81
 _pkgverlvm=${pkgver}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${_pkgverlvm}.tgz
 lvm2_install
 lvm2_hook)
-md5sums=('816f4cee75674e3a21fd40f1961279f2' 'f781c9f5dd4f9934952c687b73d26a18'\
+md5sums=('0359eef82a9d9551489f8a104ef22a69' 'f781c9f5dd4f9934952c687b73d26a18'\
  '95bed25bdbc2c2d8500e7a07aeff7f65')
-sha1sums=('ad6e7742576d91c8e6f2301cd9ddfa8b64d8ce88' 
'583424bb0a6f89ffe4e4ea446b912f0fedac7050'\
+sha1sums=('a3b5db6e64859bb7014b1213db1ace331710b237' 
'583424bb0a6f89ffe4e4ea446b912f0fedac7050'\
  '0dc0c0d620f634c4d078afdb78e3bae15ccf957b')
 
 build() {



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

2011-01-18 Thread Eric Bélanger
Date: Tuesday, January 18, 2011 @ 19:34:27
  Author: eric
Revision: 106758

archrelease: remove testing-i686

Deleted:
  lvm2/repos/testing-i686/



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

2011-01-18 Thread Eric Bélanger
Date: Tuesday, January 18, 2011 @ 19:34:37
  Author: eric
Revision: 106759

archrelease: copy trunk to testing-i686

Added:
  lvm2/repos/testing-i686/



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

2011-01-18 Thread Eric Bélanger
Date: Tuesday, January 18, 2011 @ 19:34:56
  Author: eric
Revision: 106760

archrelease: remove testing-x86_64

Deleted:
  lvm2/repos/testing-x86_64/



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

2011-01-18 Thread Eric Bélanger
Date: Tuesday, January 18, 2011 @ 19:35:09
  Author: eric
Revision: 106761

archrelease: copy trunk to testing-x86_64

Added:
  lvm2/repos/testing-x86_64/



[arch-commits] Commit in linux-api-headers/repos (testing-i686)

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 19:36:25
  Author: allan
Revision: 106762

archrelease: copy trunk to testing-i686

Added:
  linux-api-headers/repos/testing-i686/



[arch-commits] Commit in linux-api-headers/repos (testing-x86_64)

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 19:37:11
  Author: allan
Revision: 106763

archrelease: copy trunk to testing-x86_64

Added:
  linux-api-headers/repos/testing-x86_64/



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 19:37:38
  Author: allan
Revision: 106764

upgpkg: glibc 2.13-1
upstream update

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-19 00:37:11 UTC (rev 106763)
+++ PKGBUILD2011-01-19 00:37:38 UTC (rev 106764)
@@ -5,15 +5,15 @@
 # NOTE: valgrind requires rebuilt with each new glibc version
 
 pkgname=glibc
-pkgver=2.12.2
-pkgrel=2
-_glibcdate=20101214
+pkgver=2.13
+pkgrel=1
+_glibcdate=20110117
 pkgdesc=GNU C Library
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libc;
 license=('GPL' 'LGPL')
 groups=('base')
-depends=('linux-api-headers=2.6.36.2' 'tzdata')
+depends=('linux-api-headers=2.6.37' 'tzdata')
 makedepends=('gcc=4.4')
 backup=(etc/locale.gen
 etc/nscd.conf)
@@ -28,7 +28,7 @@
 nscd
 locale.gen.txt
 locale-gen)
-md5sums=('e2d03fb95c9f838177284192dea063dc'
+md5sums=('b7b17d9c6b5b71b5e5322e04ca63c190'
  '4dadb9203b69a3210d53514bb46f41c3'
  '0c5540efc51c0b93996c51b57a8540ae'
  '40cd342e21f71f5e49e32622b25acc52'
@@ -41,7 +41,9 @@
 mksource() {
   git clone git://sourceware.org/git/glibc.git
   pushd glibc
-  git checkout -b glibc-2.12-arch origin/release/2.12/master || return 1
+  # glibc-2.13 has been tagged but not branched yet
+  git checkout -b glibc-2.13-arch origin/master || return 1
+  #git checkout -b glibc-2.13-arch origin/release/2.13/master || return 1
   popd
   tar -cvJf glibc-${pkgver}_${_glibcdate}.tar.xz glibc/*
 }



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 19:39:40
  Author: allan
Revision: 106765

archrelease: copy trunk to testing-i686

Added:
  glibc/repos/testing-i686/



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 19:41:35
  Author: allan
Revision: 106766

archrelease: copy trunk to testing-x86_64

Added:
  glibc/repos/testing-x86_64/



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 19:42:04
  Author: allan
Revision: 106767

upgpkg: binutils 2.21-3
glibc toolchain rebuild

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-19 00:41:35 UTC (rev 106766)
+++ PKGBUILD2011-01-19 00:42:04 UTC (rev 106767)
@@ -5,14 +5,14 @@
 
 pkgname=binutils
 pkgver=2.21
-pkgrel=2
+pkgrel=3
 _date=20101216
 pkgdesc=A set of programs to assemble and manipulate binary and object files
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/binutils/;
 license=('GPL')
 groups=('base')
-depends=('glibc=2.12.1-5' 'zlib')
+depends=('glibc=2.13' 'zlib')
 makedepends=('dejagnu')
 options=('!libtool' '!distcc' '!ccache')
 install=binutils.install



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 19:43:19
  Author: allan
Revision: 106768

archrelease: copy trunk to testing-i686

Added:
  binutils/repos/testing-i686/



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 19:44:31
  Author: allan
Revision: 106769

archrelease: copy trunk to testing-x86_64

Added:
  binutils/repos/testing-x86_64/



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 19:45:20
  Author: allan
Revision: 106770

upgpkg: gcc 4.5.2-5
glibc toolchain rebuild

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-19 00:44:31 UTC (rev 106769)
+++ PKGBUILD2011-01-19 00:45:20 UTC (rev 106770)
@@ -6,7 +6,7 @@
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada')
 pkgver=4.5.2
-pkgrel=4
+pkgrel=5
 #_snapshot=4.5.2-RC-20101208
 _libstdcppmanver=4.5.2 # Note: check source directory name when 
updating this
 pkgdesc=The GNU Compiler Collection



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 19:53:45
  Author: allan
Revision: 106771

archrelease: copy trunk to testing-i686

Added:
  gcc/repos/testing-i686/



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 20:01:28
  Author: allan
Revision: 106772

archrelease: copy trunk to testing-x86_64

Added:
  gcc/repos/testing-x86_64/



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 20:29:45
  Author: allan
Revision: 106773

upgpkg: valgrind 3.6.0-2
glibc toolchain rebuild

Modified:
  valgrind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-19 01:01:28 UTC (rev 106772)
+++ PKGBUILD2011-01-19 01:29:45 UTC (rev 106773)
@@ -4,18 +4,20 @@
 
 pkgname=valgrind
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A tool to help find memory-management problems in programs
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://valgrind.org/;
-depends=('glibc=2.12' 'glibc2.13' 'perl')
+depends=('glibc=2.13' 'glibc2.14' 'perl')
 makedepends=('gdb')
 options=('!emptydirs')
 source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2
-glibc-patch-version.patch)
+glibc-patch-version.patch
+   glibc-2.13.patch)
 md5sums=('b289c5f4ab8e39741602445f1dd09b34'
- 'b657f0ebdde3d9aefc9fd16f9e653702')
+ 'b657f0ebdde3d9aefc9fd16f9e653702'
+ '3706469d3b712f420e161a5ba1143d02')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -26,6 +28,9 @@
   # prevent need to rebuild with glibc patch level version bumps
   patch -Np1 -i ${srcdir}/glibc-patch-version.patch
 
+  # glibc-2.13 compatibility
+  patch -Np1 -i ${srcdir}/glibc-2.13.patch
+
   if [ ${CARCH} = x86_64 ]; then
 ./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
   else



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 20:31:06
  Author: allan
Revision: 106774

archrelease: copy trunk to testing-i686

Added:
  valgrind/repos/testing-i686/



[arch-commits] Commit in valgrind/trunk (glibc-2.13.patch)

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 20:31:19
  Author: allan
Revision: 106775

upgpkg: valgrind 3.6.0-2
glibc toolchain rebuild

Added:
  valgrind/trunk/glibc-2.13.patch

--+
 glibc-2.13.patch |   33 +
 1 file changed, 33 insertions(+)

Added: glibc-2.13.patch
===
--- glibc-2.13.patch(rev 0)
+++ glibc-2.13.patch2011-01-19 01:31:19 UTC (rev 106775)
@@ -0,0 +1,33 @@
+diff -Naur valgrind-3.6.0-old//config.h.in valgrind-3.6.0/config.h.in
+--- valgrind-3.6.0-old//config.h.in2010-10-21 06:20:49.0 +1000
 valgrind-3.6.0/config.h.in 2011-01-19 10:31:18.476673930 +1000
+@@ -33,6 +33,9 @@
+ /* Define to 1 if you're using glibc 2.12.x */
+ #undef GLIBC_2_12
+ 
++/* Define to 1 if you're using glibc 2.13.x */
++#undef GLIBC_2_13
++
+ /* Define to 1 if you're using glibc 2.2.x */
+ #undef GLIBC_2_2
+ 
+diff -Naur valgrind-3.6.0-old//configure valgrind-3.6.0/configure
+--- valgrind-3.6.0-old//configure  2010-10-21 11:16:18.0 +1000
 valgrind-3.6.0/configure   2011-01-19 10:32:20.346673926 +1000
+@@ -6367,6 +6367,16 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.13)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.13 family 5
++$as_echo 2.13 family 6; }
++
++$as_echo #define GLIBC_2_13 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
+  aix5)
+   { $as_echo $as_me:${as_lineno-$LINENO}: result: AIX 5.1 or 5.2 or 5.3 
5
+ $as_echo AIX 5.1 or 5.2 or 5.3 6; }



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 20:31:31
  Author: allan
Revision: 106776

archrelease: remove testing-i686

Deleted:
  valgrind/repos/testing-i686/



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 20:32:05
  Author: allan
Revision: 106777

archrelease: copy trunk to testing-i686

Added:
  valgrind/repos/testing-i686/



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 20:33:32
  Author: allan
Revision: 106778

archrelease: copy trunk to testing-x86_64

Added:
  valgrind/repos/testing-x86_64/



[arch-commits] Commit in file/trunk (4 files)

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 23:37:18
  Author: allan
Revision: 106779

upgpkg: file 5.05-1
upstream update

Added:
  file/trunk/file-5.05-zip64.patch
Modified:
  file/trunk/PKGBUILD
Deleted:
  file/trunk/file-5.04-python-2.7.patch
  file/trunk/file-5.04-zip64.patch

+
 PKGBUILD   |   16 ++--
 file-5.04-python-2.7.patch |   20 
 file-5.04-zip64.patch  |   11 ---
 file-5.05-zip64.patch  |   11 +++
 4 files changed, 17 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-19 01:33:32 UTC (rev 106778)
+++ PKGBUILD2011-01-19 04:37:18 UTC (rev 106779)
@@ -3,8 +3,8 @@
 # Contributor: Andreas Radke andy...@archlinux.org
 
 pkgname=file
-pkgver=5.04
-pkgrel=3
+pkgver=5.05
+pkgrel=1
 pkgdesc=File type identification utility
 arch=('i686' 'x86_64')
 license=('custom')
@@ -13,20 +13,16 @@
 depends=('glibc' 'zlib')
 options=('!libtool')
 source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz 
-file-5.04-python-2.7.patch
-file-5.04-zip64.patch)
-md5sums=('accade81ff1cc774904b47c72c8aeea0' 
- '4f223a3ff4f157320f1e6faffc4afb88'
- 'b547eb3430adb3deb756d3a43dd7ad46')
+file-5.05-zip64.patch)
+md5sums=('0b429063710457be2bd17a18389cb018'
+ '385f020467debd98bd2d8df6143f93d0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -i 's#\$(datadir)/misc#\$(datadir)#' configure 
 
-  # identify python 2.7 byte-compiled files
-  patch -Np1 -i ../file-5.04-python-2.7.patch
   # identify zip64 files
-  patch -Np1 -i ../file-5.04-zip64.patch
+  patch -Np1 -i ${srcdir}/file-5.05-zip64.patch
 
   ./configure --prefix=/usr --datadir=/usr/share/file
   make 

Deleted: file-5.04-python-2.7.patch
===
--- file-5.04-python-2.7.patch  2011-01-19 01:33:32 UTC (rev 106778)
+++ file-5.04-python-2.7.patch  2011-01-19 04:37:18 UTC (rev 106779)
@@ -1,20 +0,0 @@
-diff -up file-5.04/magic/Magdir/python.py27 file-5.04/magic/Magdir/python
 file-5.04/magic/Magdir/python.py27 2009-10-27 15:49:57.0 +0100
-+++ file-5.04/magic/Magdir/python  2010-08-12 11:44:48.387964124 +0200
-@@ -6,7 +6,7 @@
- # From: David Necas y...@physics.muni.cz
- # often the module starts with a multiline string
- 0 string   a python script text executable
--# MAGIC as specified in Python/import.c (1.5 to 2.6a1 and 3.1a0, assuming
-+# MAGIC as specified in Python/import.c (1.5 to 2.7a0 and 3.1a0, assuming
- # that Py_UnicodeFlag is off for Python 2)
- # 20121  ( YEAR - 1995 ) + MONTH  + DAY (little endian followed by \r\n
- 0 belong  0x994e0d0a  python 1.5/1.6 byte-compiled
-@@ -17,6 +17,7 @@
- 0 belong  0x6df20d0a  python 2.4 byte-compiled
- 0 belong  0xb3f20d0a  python 2.5 byte-compiled
- 0 belong  0xd1f20d0a  python 2.6 byte-compiled
-+0 belong  0x03f30d0a  python 2.7 byte-compiled
- 0 belong  0x3b0c0d0a  python 3.0 byte-compiled
- 0 belong  0x4f0c0d0a  python 3.1 byte-compiled
- 

Deleted: file-5.04-zip64.patch
===
--- file-5.04-zip64.patch   2011-01-19 01:33:32 UTC (rev 106778)
+++ file-5.04-zip64.patch   2011-01-19 04:37:18 UTC (rev 106779)
@@ -1,11 +0,0 @@
 file-5.04/magic/Magdir/archive 2010-09-27 17:52:19.242245630 +0530
-+++ file-5.04/magic/Magdir/archive 2010-09-27 17:52:12.015252938 +0530
-@@ -581,6 +581,8 @@
- !:mimeapplication/zip
- 4   byte0x14Zip archive data, at least v2.0 to 
extract
- !:mimeapplication/zip
-+4 byte0x2dZip64 archive data, at least v3.0 to 
extract
-+!:mime  application/zip
- 
- # OpenOffice.org / KOffice / StarOffice documents
- # Listed here because they ARE zip files

Added: file-5.05-zip64.patch
===
--- file-5.05-zip64.patch   (rev 0)
+++ file-5.05-zip64.patch   2011-01-19 04:37:18 UTC (rev 106779)
@@ -0,0 +1,11 @@
+diff -Naur file-5.05-old//magic/Magdir/archive file-5.05/magic/Magdir/archive
+--- file-5.05-old//magic/Magdir/archive2011-01-08 06:24:25.0 
+1000
 file-5.05/magic/Magdir/archive 2011-01-19 14:37:47.766673895 +1000
+@@ -688,6 +688,7 @@
+ 4   byte0x0b\b, at least v1.1 to extract
+ 0x161   string  WINZIP  \b, WinZIP self-extracting
+ 4   byte0x14\b, at least v2.0 to extract
++4   byte0x2d\b, at least v3.0 to extract
+ 
+ # Zoo archiver
+ 20lelong  0xfdc4a7dc  Zoo archive data



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 23:38:07
  Author: allan
Revision: 106780

archrelease: copy trunk to testing-i686

Added:
  file/repos/testing-i686/



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 23:38:54
  Author: allan
Revision: 106781

archrelease: copy trunk to testing-x86_64

Added:
  file/repos/testing-x86_64/



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 23:45:54
  Author: allan
Revision: 106782

upgpkg: libjpeg 8.3.0-1
upstream update

Modified:
  libjpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-19 04:38:54 UTC (rev 106781)
+++ PKGBUILD2011-01-19 04:45:54 UTC (rev 106782)
@@ -3,8 +3,9 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=libjpeg
-pkgver=8.0.2
-_pkgver=8b
+# pkgver follows the library soname to avoid issues with version comparisons
+pkgver=8.3.0
+_pkgver=8c
 pkgrel=1
 pkgdesc=Library of JPEG support functions
 arch=('i686' 'x86_64')
@@ -14,12 +15,16 @@
 makedepends=('libtool')
 options=('!libtool')
 source=(http://www.ijg.org/files/jpegsrc.v${_pkgver}.tar.gz)
-md5sums=('e022acbc5b36cd2cb70785f5b575661e')
+md5sums=('a2c10c04f396a9ce72894beb18b4e1f9')
 
 build() {
   cd $srcdir/jpeg-${_pkgver}
   ./configure --prefix=/usr --enable-shared --enable-static
-  make || return 1
+  make
+}
+
+package() {
+  cd $srcdir/jpeg-${_pkgver}
   make prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man install
   
   # See FS#6 - re-assess current need sometime...



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 23:46:16
  Author: allan
Revision: 106783

archrelease: remove extra-i686

Deleted:
  libjpeg/repos/extra-i686/



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 23:46:52
  Author: allan
Revision: 106784

archrelease: copy trunk to extra-i686

Added:
  libjpeg/repos/extra-i686/



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 23:47:13
  Author: allan
Revision: 106785

archrelease: remove extra-x86_64

Deleted:
  libjpeg/repos/extra-x86_64/



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

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 23:47:48
  Author: allan
Revision: 106786

archrelease: copy trunk to extra-x86_64

Added:
  libjpeg/repos/extra-x86_64/



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

2011-01-18 Thread andyrtr
Date: Wednesday, January 19, 2011 @ 00:40:33
  Author: andyrtr
Revision: 106787

upgpkg: openjdk6 6.b20_1.9.4-1
upstream update 1.9.4

Modified:
  openjdk6/trunk/PKGBUILD
  openjdk6/trunk/openjdk6.install

--+
 PKGBUILD |4 ++--
 openjdk6.install |5 -
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-19 04:47:48 UTC (rev 106786)
+++ PKGBUILD2011-01-19 05:40:33 UTC (rev 106787)
@@ -6,7 +6,7 @@
 pkgbase=openjdk6
 #_date=20100715
 _javaver=6
-_icedteaver=1.9.3
+_icedteaver=1.9.4
 _openjdk_version=b20
 _openjdk_date=21_jun_2010
 #pkgver=${_javaver}.${_openjdk_version}_0.hg_${_date}
@@ -33,7 +33,7 @@
openjdk6.profile
openjdk6.profile.csh)
 noextract=(openjdk-6-src-${_openjdk_version}-${_openjdk_date}.tar.gz)
-md5sums=('2fe1d535d55f66d4c370eed1779c8b32'
+md5sums=('d96d950b76a92e8cd327ae55ca4935e1'
  '0b36adbf67e4f261e1b827ed4be4f447'
  '22e95fbdb9fb7d8b6b6fc0a1d76d1fbd'
  '91adfd41e6f001add4f92ae31216b1e3'

Modified: openjdk6.install
===
--- openjdk6.install2011-01-19 04:47:48 UTC (rev 106786)
+++ openjdk6.install2011-01-19 05:40:33 UTC (rev 106787)
@@ -9,7 +9,10 @@
 }
 
 post_upgrade() {
-  post_install
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  if [ ! -f /etc/ssl/certs/java/cacerts ]; then
+/usr/sbin/init-jks-keystore
+  fi
 }
 
 



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

2011-01-18 Thread andyrtr
Date: Wednesday, January 19, 2011 @ 00:50:20
  Author: andyrtr
Revision: 106788

archrelease: remove extra-i686

Deleted:
  openjdk6/repos/extra-i686/



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

2011-01-18 Thread andyrtr
Date: Wednesday, January 19, 2011 @ 00:50:40
  Author: andyrtr
Revision: 106789

archrelease: copy trunk to extra-i686

Added:
  openjdk6/repos/extra-i686/



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

2011-01-18 Thread andyrtr
Date: Wednesday, January 19, 2011 @ 01:00:23
  Author: andyrtr
Revision: 106790

archrelease: remove extra-x86_64

Deleted:
  openjdk6/repos/extra-x86_64/



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

2011-01-18 Thread andyrtr
Date: Wednesday, January 19, 2011 @ 01:00:41
  Author: andyrtr
Revision: 106791

archrelease: copy trunk to extra-x86_64

Added:
  openjdk6/repos/extra-x86_64/