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

2010-02-19 Thread Giovanni Scafora
Date: Friday, February 19, 2010 @ 03:16:48
  Author: giovanni
Revision: 69215

upgpkg: bzflag 2.0.14-1
upstream release

Modified:
  bzflag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-18 22:52:52 UTC (rev 69214)
+++ PKGBUILD2010-02-19 08:16:48 UTC (rev 69215)
@@ -3,27 +3,28 @@
 # Maintainer: Kevin Piche ke...@archlinux.org
 
 pkgname=bzflag
-pkgver=2.0.12
+pkgver=2.0.14
 pkgrel=1
 pkgdesc=A multiplayer 3D tank battle game
-depends=('curl=7.16.2' 'mesa' 'sdl')
+depends=('curl' 'mesa' 'sdl')
 arch=('i686' 'x86_64')
 license=('LGPL')
 options=(!libtool)
 url=http://www.bzflag.org;
 
source=(http://downloads.sourceforge.net/sourceforge/bzflag/$pkgname-$pkgver.tar.bz2)
-md5sums=('1228754cac3eaacd4badba5319f47b41')
+md5sums=('15a28cd55e46f0f39a7c8b8eea7464c6')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=${pkgdir} install || return 1
 
   # gnome menu entry and icon.
   cd misc
-  make
-  mkdir -p ${startdir}/pkg/usr/share/{applications,pixmaps}
-  install -m644 bzflag.desktop 
$startdir/pkg/usr/share/applications/bzflag.desktop
-  install -m644 ../data/bzflag-48x48.png 
$startdir/pkg/usr/share/pixmaps/bzflag-48x48.png
+  make || return 1
+  mkdir -p ${pkgdir}/usr/share/{applications,pixmaps}
+  install -m644 bzflag.desktop $pkgdir/usr/share/applications/bzflag.desktop
+  install -m644 ../data/bzflag-48x48.png 
$pkgdir/usr/share/pixmaps/bzflag-48x48.png
 }



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

2010-02-19 Thread Giovanni Scafora
Date: Friday, February 19, 2010 @ 03:18:47
  Author: giovanni
Revision: 69216

archrelease: remove extra-i686

Deleted:
  bzflag/repos/extra-i686/



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

2010-02-19 Thread Giovanni Scafora
Date: Friday, February 19, 2010 @ 03:19:06
  Author: giovanni
Revision: 69217

archrelease: copy trunk to extra-i686

Added:
  bzflag/repos/extra-i686/



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

2010-02-19 Thread Giovanni Scafora
Date: Friday, February 19, 2010 @ 03:21:05
  Author: giovanni
Revision: 69218

archrelease: remove extra-x86_64

Deleted:
  bzflag/repos/extra-x86_64/



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

2010-02-19 Thread Giovanni Scafora
Date: Friday, February 19, 2010 @ 03:21:23
  Author: giovanni
Revision: 69219

archrelease: copy trunk to extra-x86_64

Added:
  bzflag/repos/extra-x86_64/



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

2010-02-19 Thread Giovanni Scafora
Date: Friday, February 19, 2010 @ 03:28:59
  Author: giovanni
Revision: 69220

upgpkg: bzr 2.1.0-1
upstream release

Modified:
  bzr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 08:21:23 UTC (rev 69219)
+++ PKGBUILD2010-02-19 08:28:59 UTC (rev 69220)
@@ -2,15 +2,15 @@
 # Maintainer: Hugo Doria h...@archlinux.org
 
 pkgname=bzr
-pkgver=2.0.4
+pkgver=2.1.0
 pkgrel=1
 pkgdesc=A decentralized revision control system
 arch=('i686' 'x86_64')
 url=http://www.bazaar-vcs.org;
 license=('GPL')
 depends=('python')
-source=(http://launchpad.net/bzr/2.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('0b253f59601ebc9ee5975c612fc65f43')
+source=(http://launchpad.net/bzr/2.1/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('ea184d6cfb22cf4e92ee275f593ca88d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-19 Thread Giovanni Scafora
Date: Friday, February 19, 2010 @ 03:30:04
  Author: giovanni
Revision: 69221

archrelease: remove extra-i686

Deleted:
  bzr/repos/extra-i686/



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

2010-02-19 Thread Giovanni Scafora
Date: Friday, February 19, 2010 @ 03:30:23
  Author: giovanni
Revision: 69222

archrelease: copy trunk to extra-i686

Added:
  bzr/repos/extra-i686/



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

2010-02-19 Thread Giovanni Scafora
Date: Friday, February 19, 2010 @ 03:31:30
  Author: giovanni
Revision: 69223

archrelease: remove extra-x86_64

Deleted:
  bzr/repos/extra-x86_64/



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

2010-02-19 Thread Giovanni Scafora
Date: Friday, February 19, 2010 @ 03:31:48
  Author: giovanni
Revision: 69224

archrelease: copy trunk to extra-x86_64

Added:
  bzr/repos/extra-x86_64/



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

2010-02-19 Thread Giovanni Scafora
Date: Friday, February 19, 2010 @ 03:42:29
  Author: giovanni
Revision: 69225

upgpkg: apache-ant 1.8.0-1
upstream release

Modified:
  apache-ant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 08:31:48 UTC (rev 69224)
+++ PKGBUILD2010-02-19 08:42:29 UTC (rev 69225)
@@ -3,8 +3,8 @@
 # Maintainer: Paul Mattal p...@archlinux.org
 
 pkgname=apache-ant
-pkgver=1.7.1
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
 pkgdesc=A java-based build tool.
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -13,7 +13,7 @@
 optdepends=('junit: to jave junit on the classpath in javac tasks')
 
source=(http://archive.apache.org/dist/ant/binaries/${pkgname}-${pkgver}-bin.tar.bz2
 ${pkgname}.sh)
-md5sums=('9330447f3763b87570dd1118c49a8efd'
+md5sums=('f0cd9b3cfd1d969656971f055ea2e06f'
  '593ee6ebd9b8ec321534a028e686880f')
 
 build() {



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

2010-02-19 Thread Giovanni Scafora
Date: Friday, February 19, 2010 @ 03:43:28
  Author: giovanni
Revision: 69227

archrelease: copy trunk to extra-i686

Added:
  apache-ant/repos/extra-i686/



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

2010-02-19 Thread Giovanni Scafora
Date: Friday, February 19, 2010 @ 03:44:08
  Author: giovanni
Revision: 69228

archrelease: remove extra-x86_64

Deleted:
  apache-ant/repos/extra-x86_64/



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

2010-02-19 Thread Giovanni Scafora
Date: Friday, February 19, 2010 @ 03:44:27
  Author: giovanni
Revision: 69229

archrelease: copy trunk to extra-x86_64

Added:
  apache-ant/repos/extra-x86_64/



[arch-commits] Commit in libdrm/trunk (PKGBUILD nouveau_fix.patch nouveau_fix2.patch)

2010-02-19 Thread andyrtr
Date: Friday, February 19, 2010 @ 04:04:16
  Author: andyrtr
Revision: 69230

upgpkg: libdrm 2.4.18-2
revert breaking nouveau changes

Added:
  libdrm/trunk/nouveau_fix.patch
  libdrm/trunk/nouveau_fix2.patch
Modified:
  libdrm/trunk/PKGBUILD

+
 PKGBUILD   |9 
 nouveau_fix.patch  |   21 
 nouveau_fix2.patch | 1258 +++
 3 files changed, 1287 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 08:44:27 UTC (rev 69229)
+++ PKGBUILD2010-02-19 09:04:16 UTC (rev 69230)
@@ -3,7 +3,7 @@
 
 pkgname=libdrm
 pkgver=2.4.18
-pkgrel=1
+pkgrel=2
 pkgdesc=Userspace interface to kernel DRM services
 arch=(i686 x86_64)
 license=('custom')
@@ -12,14 +12,21 @@
 url=http://dri.freedesktop.org/;
 source=(http://dri.freedesktop.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 no-pthread-stubs.patch
+   nouveau_fix.patch
+   nouveau_fix2.patch
 COPYING)
 md5sums=('d2b5fbfd37742af7d2169f7d26ce3007'
  '9b5ec3bbebe86921e2057694c42f65b8'
+ '298588fad4d1d6f4f746a0fabb91f09d'
+ '8199a3e929dab7e4fa87dccec7bf1e54'
  'ba65e71c481b94ef0fb6c23c7f21ffa1')

 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np1 -i ${srcdir}/no-pthread-stubs.patch || return 1
+  # revert incompatible late nouveau commits that would requiere a new ddx 
driver shot based on a not yet released kernel :S
+  patch -Rp1 -i ${srcdir}/nouveau_fix.patch || return 1
+  patch -Rp1 -i ${srcdir}/nouveau_fix2.patch || return 1
   libtoolize --force || return 1
   aclocal || return 1
   autoconf || return 1

Added: nouveau_fix.patch
===
--- nouveau_fix.patch   (rev 0)
+++ nouveau_fix.patch   2010-02-19 09:04:16 UTC (rev 69230)
@@ -0,0 +1,21 @@
+From 88e8a8bbaf026aa10225880001ab7ca1c392168a Mon Sep 17 00:00:00 2001
+From: Ben Skeggs bske...@redhat.com
+Date: Tue, 16 Feb 2010 05:42:00 +
+Subject: nouveau: bump MAX_PUSH to 512
+
+---
+diff --git a/include/drm/nouveau_drm.h b/include/drm/nouveau_drm.h
+index af13e46..a6a9f4a 100644
+--- a/include/drm/nouveau_drm.h
 b/include/drm/nouveau_drm.h
+@@ -140,7 +140,7 @@ struct drm_nouveau_gem_pushbuf_reloc {
+   uint32_t tor;
+ };
+ 
+-#define NOUVEAU_GEM_MAX_PUSH 64
++#define NOUVEAU_GEM_MAX_PUSH 512
+ struct drm_nouveau_gem_pushbuf_push {
+   uint32_t bo_index;
+   uint32_t pad;
+--
+cgit v0.8.3-6-g21f6

Added: nouveau_fix2.patch
===
--- nouveau_fix2.patch  (rev 0)
+++ nouveau_fix2.patch  2010-02-19 09:04:16 UTC (rev 69230)
@@ -0,0 +1,1258 @@
+From b496c63143e9a4ca02011582329bce2df99d9b7c Mon Sep 17 00:00:00 2001
+From: Luca Barbieri l...@luca-barbieri.com
+Date: Fri, 29 Jan 2010 08:53:24 +
+Subject: nouveau: interface changes for 0.0.16 DRM
+
+This commit encompasses the changes necessary to run on top of the 0.0.16
+nouveau interface, additional APIs to support the new features of the
+interface, as well as code from Luca Barbieri to improve the pushbuf
+interface, which just happens to break nouveau's libdrm ABI so was delayed
+until now.
+
+API changes as a result of 0.0.16 DRM interface:
+
+1. No more bo_pin()/bo_unpin(), these were only there for UMS and we no
+   longer support it.
+
+2. Any random nouveau_bo can be submitted to the GPU as a push buffer.
+
+3. Relocations can be applied on any nouveau_bo
+
+This patch changes the pushbuffer ABI to:
+
+1. No longer use/expose nouveau_pushbuffer. Everything is directly
+   in nouveau_channel. This saves the extra pushbuf pointer dereference.
+
+2. Use cur/end pointers instead of tracking the remaining size.
+   Pushing data now only needs to alter cur and not both cur and remaining.
+
+The goal is to make the *_RING macros faster and make the interface simpler
+and cleaner in the process.
+
+The *_RING APIs are unchanged, but those are inlined and the ABI is changed.
+
+Also, anything accessing pushbuf-remaining instead of using AVAIL_RING
+will need to be fixed.
+---
+diff --git a/include/drm/nouveau_drm.h b/include/drm/nouveau_drm.h
+index f745948..af13e46 100644
+--- a/include/drm/nouveau_drm.h
 b/include/drm/nouveau_drm.h
+@@ -25,13 +25,14 @@
+ #ifndef __NOUVEAU_DRM_H__
+ #define __NOUVEAU_DRM_H__
+ 
+-#define NOUVEAU_DRM_HEADER_PATCHLEVEL 15
++#define NOUVEAU_DRM_HEADER_PATCHLEVEL 16
+ 
+ struct drm_nouveau_channel_alloc {
+   uint32_t fb_ctxdma_handle;
+   uint32_t tt_ctxdma_handle;
+ 
+   int  channel;
++  uint32_t pushbuf_domains;
+ 
+   /* Notifier memory */
+   uint32_t notifier_handle;
+@@ -109,68 +110,58 @@ struct drm_nouveau_gem_new {
+   uint32_t align;
+ };
+ 
++#define NOUVEAU_GEM_MAX_BUFFERS 1024
++struct drm_nouveau_gem_pushbuf_bo_presumed {
++  uint32_t 

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

2010-02-19 Thread andyrtr
Date: Friday, February 19, 2010 @ 04:04:26
  Author: andyrtr
Revision: 69231

archrelease: remove extra-i686

Deleted:
  libdrm/repos/extra-i686/



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

2010-02-19 Thread andyrtr
Date: Friday, February 19, 2010 @ 04:04:47
  Author: andyrtr
Revision: 69232

archrelease: copy trunk to extra-i686

Added:
  libdrm/repos/extra-i686/



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

2010-02-19 Thread andyrtr
Date: Friday, February 19, 2010 @ 04:04:57
  Author: andyrtr
Revision: 69233

archrelease: remove extra-x86_64

Deleted:
  libdrm/repos/extra-x86_64/



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

2010-02-19 Thread andyrtr
Date: Friday, February 19, 2010 @ 04:05:23
  Author: andyrtr
Revision: 69234

archrelease: copy trunk to extra-x86_64

Added:
  libdrm/repos/extra-x86_64/



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

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 05:39:18
  Author: jgc
Revision: 69235

upgpkg: atk 1.29.4-2
Add introspection data

Modified:
  atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 09:05:23 UTC (rev 69234)
+++ PKGBUILD2010-02-19 10:39:18 UTC (rev 69235)
@@ -2,12 +2,12 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 pkgname=atk
 pkgver=1.29.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A library providing a set of interfaces for accessibility
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('glib2=2.23.3')
-makedepends=('pkgconfig')
+makedepends=('pkgconfig' 'gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.29/${pkgname}-${pkgver}.tar.bz2)
 url='http://www.gtk.org/'



[arch-commits] Commit in atk/repos (gnome-unstable-i686)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 05:39:29
  Author: jgc
Revision: 69237

archrelease: copy trunk to gnome-unstable-i686

Added:
  atk/repos/gnome-unstable-i686/



[arch-commits] Commit in atk/repos (gnome-unstable-x86_64)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 05:39:34
  Author: jgc
Revision: 69238

archrelease: remove gnome-unstable-x86_64

Deleted:
  atk/repos/gnome-unstable-x86_64/



[arch-commits] Commit in atk/repos (gnome-unstable-x86_64)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 05:39:40
  Author: jgc
Revision: 69239

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  atk/repos/gnome-unstable-x86_64/



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

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 05:50:00
  Author: jgc
Revision: 69240

upgpkg: gtk2 2.19.5-2
Add introspection data

Modified:
  gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 10:39:40 UTC (rev 69239)
+++ PKGBUILD2010-02-19 10:50:00 UTC (rev 69240)
@@ -3,13 +3,13 @@
 
 pkgname=gtk2
 pkgver=2.19.5
-pkgrel=1
+pkgrel=2
 pkgdesc=The GTK+ Toolkit (v2)
 arch=(i686 x86_64)
 url=http://www.gtk.org/;
 install=gtk2.install
-depends=('atk=1.29.4' 'pango=1.26.2' 'libxcursor' 'libxinerama' 
'libxrandr=1.3.0' 'libxi=1.2.1' 'libxcomposite' 'libxdamage' 'heimdal=1.3.1' 
'gnutls=2.8.3' 'shared-mime-info' 'cairo=1.8.8-2' 'libtiff=3.9.2-2' 
'libcups=1.4.2-3')
-makedepends=('pkgconfig' 'gtk-doc')
+depends=('atk=1.29.4-2' 'pango=1.26.2' 'libxcursor' 'libxinerama' 
'libxrandr=1.3.0' 'libxi=1.2.1' 'libxcomposite' 'libxdamage' 'heimdal=1.3.1' 
'gnutls=2.8.3' 'shared-mime-info' 'cairo=1.8.8-2' 'libtiff=3.9.2-2' 
'libcups=1.4.2-3')
+makedepends=('pkgconfig' 'gtk-doc' 'gobject-introspection')
 replaces=('gtkprint-cups' 'gail')
 conflicts=('gtkprint-cups' 'gail')
 provides=('gail=1.22.3')



[arch-commits] Commit in gtk2/repos (gnome-unstable-i686)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 05:50:55
  Author: jgc
Revision: 69241

archrelease: remove gnome-unstable-i686

Deleted:
  gtk2/repos/gnome-unstable-i686/



[arch-commits] Commit in gtk2/repos (gnome-unstable-i686)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 05:51:01
  Author: jgc
Revision: 69242

archrelease: copy trunk to gnome-unstable-i686

Added:
  gtk2/repos/gnome-unstable-i686/



[arch-commits] Commit in gtk2/repos (gnome-unstable-x86_64)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 05:51:55
  Author: jgc
Revision: 69243

archrelease: remove gnome-unstable-x86_64

Deleted:
  gtk2/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gtk2/repos (gnome-unstable-x86_64)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 05:52:00
  Author: jgc
Revision: 69244

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gtk2/repos/gnome-unstable-x86_64/



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

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 06:12:05
  Author: jgc
Revision: 69245

upgpkg: clutter-gtk 0.10.2-2
Add introspection data

Modified:
  clutter-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 10:52:00 UTC (rev 69244)
+++ PKGBUILD2010-02-19 11:12:05 UTC (rev 69245)
@@ -3,13 +3,14 @@
 
 pkgname=clutter-gtk
 pkgver=0.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc=GTK clutter widget
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('clutter=1.0.4')
+depends=('clutter=1.0.10' 'gtk2=2.19.5-2')
+makedepends=('gobject-introspection')
 
source=(http://www.clutter-project.org/sources/${pkgname}/0.10/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('bb275b07f722631ff1764dd212843d11')
 



[arch-commits] Commit in clutter-gtk/repos (gnome-unstable-i686)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 06:12:12
  Author: jgc
Revision: 69246

archrelease: copy trunk to gnome-unstable-i686

Added:
  clutter-gtk/repos/gnome-unstable-i686/



[arch-commits] Commit in clutter-gtk/repos (gnome-unstable-x86_64)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 06:12:20
  Author: jgc
Revision: 69247

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  clutter-gtk/repos/gnome-unstable-x86_64/



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

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 06:42:20
  Author: jgc
Revision: 69248

upgpkg: gnome-games 2.29.6-2
Add introspection data

Modified:
  gnome-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 11:12:20 UTC (rev 69247)
+++ PKGBUILD2010-02-19 11:42:20 UTC (rev 69248)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-games
 pkgver=2.29.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Some Games for GNOME
 arch=(i686 x86_64)
 license=('GPL')
@@ -11,7 +11,7 @@
 makedepends=('pkgconfig' 'gnome-doc-utils=0.18.1' 'intltool')
 provides=('glchess' 'gnome-sudoku')
 conflicts=('glchess' 'gnome-sudoku')
-options=('!emptydirs')
+options=('!emptydirs' '!libtool')
 install=gnome-games.install
 url=http://www.gnome.org;
 groups=('gnome-extra')
@@ -22,8 +22,9 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-scrollkeeper \
+  --disable-static \
   --with-scores-user=root --with-scores-group=games \
-  --enable-introspection=no || return 1
+  --enable-introspection=yes || return 1
   make || return 1
   make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install 
|| return 1
 



[arch-commits] Commit in gnome-games/repos (gnome-unstable-i686)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 06:44:21
  Author: jgc
Revision: 69249

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-games/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-games/repos (gnome-unstable-i686)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 06:44:28
  Author: jgc
Revision: 69250

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-games/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-games/repos (gnome-unstable-x86_64)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 06:46:30
  Author: jgc
Revision: 69251

archrelease: remove gnome-unstable-x86_64

Deleted:
  gnome-games/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-games/repos (gnome-unstable-x86_64)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 06:46:36
  Author: jgc
Revision: 69252

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-games/repos/gnome-unstable-x86_64/



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 09:45:24
  Author: ibiru
Revision: 69253

upgpkg: telepathy-idle 0.1.6-1
update to 0.1.6

Modified:
  telepathy-idle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 11:46:36 UTC (rev 69252)
+++ PKGBUILD2010-02-19 14:45:24 UTC (rev 69253)
@@ -1,18 +1,19 @@
 # $Id$
-# Maintainer: Biru Ionut io...@archlinux.ro
+# Maintainer: Ionut Biru ib...@archlinux.org
 # Contributor: Bjorn Lindeijer bjorn lindeijer nl
 # Contributor: Samuel Mendes heka@gmail.com
 pkgname=telepathy-idle
-pkgver=0.1.5
+pkgver=0.1.6
 pkgrel=1
 pkgdesc=An IRC connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
 groups=('telepathy')
 license=('LGPL')
-depends=('telepathy-glib=0.9.1' 'openssl')
+depends=('telepathy-glib=0.10' 'openssl')
 makedepends=('libxslt')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-idle/$pkgname-$pkgver.tar.gz)
+md5sums=('0efe17425cdc3490714947ff68003bf6')
 
 build() {
 cd $srcdir/$pkgname-$pkgver
@@ -21,4 +22,3 @@
 make || return 1
 make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('b7516b9d199ef34949cf402e04f89881')



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 09:45:35
  Author: ibiru
Revision: 69254

archrelease: remove extra-i686

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



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 09:45:53
  Author: ibiru
Revision: 69255

archrelease: copy trunk to extra-i686

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



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 09:46:00
  Author: ibiru
Revision: 69256

archrelease: remove extra-x86_64

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



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 09:46:18
  Author: ibiru
Revision: 69257

archrelease: copy trunk to extra-x86_64

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



[arch-commits] Commit in rhythmbox/trunk (PKGBUILD totem-plparser-api.patch)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 10:11:30
  Author: jgc
Revision: 69258

upgpkg: rhythmbox 0.12.6-2
Recompile for new totem-plparser

Added:
  rhythmbox/trunk/totem-plparser-api.patch
Modified:
  rhythmbox/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++-
 totem-plparser-api.patch |  290 +
 2 files changed, 304 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 14:46:18 UTC (rev 69257)
+++ PKGBUILD2010-02-19 15:11:30 UTC (rev 69258)
@@ -4,32 +4,35 @@
 
 pkgname=rhythmbox
 pkgver=0.12.6
-pkgrel=1
+pkgrel=2
 pkgdesc=An iTunes-like music player/libary
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.rhythmbox.org;
-depends=('libgpod=0.7.2' 'libsoup-gnome=2.28.1' 'gnome-media=2.28.0' 
'totem-plparser=2.28.1' 'musicbrainz=2.1.5' 'libmtp=0.3.7' 
'libnotify=0.4.5' 'lirc-utils' 'desktop-file-utils' 
'gstreamer0.10-python=0.10.16' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' 'pygtk=2.16.0' 'gvfs=1.4.1' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'gnome-doc-utils=0.18.0' 'intltool' 
'brasero=2.28.1')
+depends=('libgpod=0.7.2' 'libsoup-gnome=2.29.90' 'gnome-media=2.28.5' 
'totem-plparser=2.29.1' 'musicbrainz=2.1.5' 'libmtp=0.3.7' 
'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.17.0' 'gvfs=1.5.3' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'gnome-doc-utils=0.18.0' 'intltool' 
'brasero=2.29.90')
 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: needed for context panel plugin'
-   'python-mako: needed for context panel plugin')
+'pywebkitgtk: context panel plugin'
+'python-mako: context panel plugin')
 options=('!libtool' '!emptydirs')
 install=rhythmbox.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.12/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('ddffa5b7e0e0fe81044354998fd91a58d4ff526746b17a6b638e0e8ea1ac9684')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.12/${pkgname}-${pkgver}.tar.bz2
+totem-plparser-api.patch)
+sha256sums=('ddffa5b7e0e0fe81044354998fd91a58d4ff526746b17a6b638e0e8ea1ac9684'
+'5fd30bb1812cfeccdc78714c6ccc42a3c8296aa939f9cc5a5e65991cacf6015f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/totem-plparser-api.patch || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/rhythmbox \
-  --localstatedir=/var --disable-static \
-  --enable-daap --enable-python \
-  --with-mdns=avahi --disable-scrollkeeper || return 1
+  --libexecdir=/usr/lib/rhythmbox \
+  --localstatedir=/var --disable-static \
+  --enable-daap --enable-python \
+  --with-mdns=avahi --disable-scrollkeeper || return 1
 
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install || 
return 1

Added: totem-plparser-api.patch
===
--- totem-plparser-api.patch(rev 0)
+++ totem-plparser-api.patch2010-02-19 15:11:30 UTC (rev 69258)
@@ -0,0 +1,290 @@
+From a6e3370a200215ddd931d04ab684dcda79dceb7b Mon Sep 17 00:00:00 2001
+From: Carlos Garnacho car...@lanedo.com
+Date: Thu, 28 Jan 2010 12:10:14 +
+Subject: Use new totem_pl_parser_save API where required
+
+---
+diff --git a/plugins/generic-player/rb-generic-player-playlist-source.c 
b/plugins/generic-player/rb-generic-player-playlist-source.c
+index 0dfe26f..2ef328b 100644
+--- a/plugins/generic-player/rb-generic-player-playlist-source.c
 b/plugins/generic-player/rb-generic-player-playlist-source.c
+@@ -70,6 +70,61 @@ impl_save_to_xml (RBPlaylistSource *source, xmlNodePtr node)
+   /* do nothing; just to prevent weirdness */
+ }
+ 
++#if TOTEM_PL_PARSER_CHECK_VERSION(2,29,1)
++
++typedef struct {
++  RBGenericPlayerPlaylistSource *source;
++  TotemPlPlaylist *playlist;
++} SavePlaylistData;
++
++static void
++set_field_from_property (TotemPlPlaylist *playlist,
++   TotemPlPlaylistIter *iter,
++   RhythmDBEntry *entry,
++   RhythmDBPropType property,
++   const char *field)
++{
++  const char *value;
++
++  value = rhythmdb_entry_get_string (entry, property);
++  if (value != NULL) {
++  totem_pl_playlist_set (playlist, iter, field, value, NULL);
++  }
++}
++
++static gboolean
++save_playlist_foreach (GtkTreeModel *model,
++ GtkTreePath *path,
++ GtkTreeIter 

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

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 10:12:08
  Author: jgc
Revision: 69259

archrelease: copy trunk to gnome-unstable-i686

Added:
  rhythmbox/repos/gnome-unstable-i686/



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

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 10:12:42
  Author: jgc
Revision: 69260

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  rhythmbox/repos/gnome-unstable-x86_64/



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 10:14:56
  Author: ibiru
Revision: 69261

upgpkg: libtorrent-rasterbar 0.14.9-1
update to 0.14.9

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 15:12:42 UTC (rev 69260)
+++ PKGBUILD2010-02-19 15:14:56 UTC (rev 69261)
@@ -1,21 +1,18 @@
 # $Id$
-# Maintainer: Hugo Doria h...@archlinux.org
-# Previous Maintainer: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Previous Maintainer: Bjorn Lindeijer bjorn lindeijer nl
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
 # Contributor: Andrea Scarpino bash@gmail.com
-# Contributor: tardo ta...@nagi-fanboi.net
 
 pkgname=libtorrent-rasterbar
-pkgver=0.14.8
+pkgver=0.14.9
 pkgrel=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
 url=http://www.rasterbar.com/products/libtorrent/;
 arch=('i686' 'x86_64')
 license=('custom')
 depends=('libsigc++2.0' 'boost=1.41.0' 'python=2.6')
-conflicts=('rb_libtorrent')
-provides=('rb_libtorrent')
 source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('7a7d802783731c1028ac3f22038be61a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -28,4 +25,3 @@
   make DESTDIR=${pkgdir} install || return 1
   install -D COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }
-md5sums=('3fae9934b74e2ddf2c50c1f0ec320d75')



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 10:16:09
  Author: ibiru
Revision: 69262

archrelease: remove extra-i686

Deleted:
  libtorrent-rasterbar/repos/extra-i686/



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 10:16:28
  Author: ibiru
Revision: 69263

archrelease: copy trunk to extra-i686

Added:
  libtorrent-rasterbar/repos/extra-i686/



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 10:17:33
  Author: ibiru
Revision: 69264

archrelease: remove extra-x86_64

Deleted:
  libtorrent-rasterbar/repos/extra-x86_64/



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 10:17:51
  Author: ibiru
Revision: 69265

archrelease: copy trunk to extra-x86_64

Added:
  libtorrent-rasterbar/repos/extra-x86_64/



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

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 11:19:01
  Author: jgc
Revision: 69266

upgpkg: brasero 2.29.90-2
Add introspection data

Modified:
  brasero/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 15:17:51 UTC (rev 69265)
+++ PKGBUILD2010-02-19 16:19:01 UTC (rev 69266)
@@ -5,14 +5,14 @@
 
 pkgname=brasero
 pkgver=2.29.90
-pkgrel=1
+pkgrel=2
 pkgdesc=A disc burning application for Gnome
 arch=('i686' 'x86_64')
 url=http://www.gnome.org/projects/brasero;
 license=('GPL')
 options=('!libtool' '!emptydirs')
 depends=('gstreamer0.10-base-plugins=0.10.26' 'totem-plparser=2.29.1' 
'libbeagle=0.3.9' 'cdrkit' 'cdrdao' 'desktop-file-utils' 'hicolor-icon-theme' 
'libunique=1.1.6' 'gconf=2.28.0' 'libcanberra') 
-makedepends=('gnome-doc-utils=0.18.0' 'intltool' 'libburn' 'libisofs' 
'nautilus')
+makedepends=('gnome-doc-utils=0.18.0' 'intltool' 'libburn' 'libisofs' 
'nautilus' 'gobject-introspection')
 optdepends=('libburn: alternative back-end'
 'libisofs: libburn back-end'
 'dvdauthor: video project'



[arch-commits] Commit in brasero/repos (gnome-unstable-i686)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 11:19:28
  Author: jgc
Revision: 69267

archrelease: remove gnome-unstable-i686

Deleted:
  brasero/repos/gnome-unstable-i686/



[arch-commits] Commit in brasero/repos (gnome-unstable-i686)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 11:19:35
  Author: jgc
Revision: 69268

archrelease: copy trunk to gnome-unstable-i686

Added:
  brasero/repos/gnome-unstable-i686/



[arch-commits] Commit in brasero/repos (gnome-unstable-x86_64)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 11:20:14
  Author: jgc
Revision: 69269

archrelease: remove gnome-unstable-x86_64

Deleted:
  brasero/repos/gnome-unstable-x86_64/



[arch-commits] Commit in brasero/repos (gnome-unstable-x86_64)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 11:20:22
  Author: jgc
Revision: 69270

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  brasero/repos/gnome-unstable-x86_64/



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

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 11:40:04
  Author: jgc
Revision: 69271

upgpkg: nautilus-sendto 2.28.2-3
Remove bluetooth extension, fixes file conflict with gnome-bluetooth

Modified:
  nautilus-sendto/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 16:20:22 UTC (rev 69270)
+++ PKGBUILD2010-02-19 16:40:04 UTC (rev 69271)
@@ -5,7 +5,7 @@
 
 pkgname=nautilus-sendto
 pkgver=2.28.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Nautilus context menu for sending files.
 arch=('i686' 'x86_64')
 url=http://download.gnome.org/sources/nautilus-sendto/;
@@ -25,6 +25,8 @@
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install || 
return 1
 
+  rm -f ${pkgdir}//usr/lib/nautilus-sendto/plugins/libnstbluetooth.so
+
   install -m755 -d ${pkgdir}/usr/share/gconf/schemas
   gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain nautilus-sendto ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas



[arch-commits] Commit in nautilus-sendto/repos (gnome-unstable-i686)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 11:40:08
  Author: jgc
Revision: 69272

archrelease: remove gnome-unstable-i686

Deleted:
  nautilus-sendto/repos/gnome-unstable-i686/



[arch-commits] Commit in nautilus-sendto/repos (gnome-unstable-i686)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 11:40:15
  Author: jgc
Revision: 69273

archrelease: copy trunk to gnome-unstable-i686

Added:
  nautilus-sendto/repos/gnome-unstable-i686/



[arch-commits] Commit in nautilus-sendto/repos (gnome-unstable-x86_64)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 11:40:19
  Author: jgc
Revision: 69274

archrelease: remove gnome-unstable-x86_64

Deleted:
  nautilus-sendto/repos/gnome-unstable-x86_64/



[arch-commits] Commit in nautilus-sendto/repos (gnome-unstable-x86_64)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 11:40:25
  Author: jgc
Revision: 69275

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  nautilus-sendto/repos/gnome-unstable-x86_64/



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

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 11:41:14
  Author: eric
Revision: 69277

archrelease: remove extra-i686

Deleted:
  goffice/repos/extra-i686/



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

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 11:41:23
  Author: eric
Revision: 69278

archrelease: copy trunk to extra-i686

Added:
  goffice/repos/extra-i686/



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

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 11:41:58
  Author: eric
Revision: 69279

archrelease: remove extra-x86_64

Deleted:
  goffice/repos/extra-x86_64/



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

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 11:42:07
  Author: eric
Revision: 69280

archrelease: copy trunk to extra-x86_64

Added:
  goffice/repos/extra-x86_64/



[arch-commits] Commit in gnumeric/trunk (6 files)

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 11:44:53
  Author: eric
Revision: 69281

upgpkg: gnumeric 1.10.0-1
Upstream update, Updated icon cache in install scriptlet, Removed old patches

Modified:
  gnumeric/trunk/ChangeLog
  gnumeric/trunk/PKGBUILD
  gnumeric/trunk/gnumeric.install
Deleted:
  gnumeric/trunk/gtk2.16.diff
  gnumeric/trunk/set-flag.diff
  gnumeric/trunk/translations.diff

---+
 ChangeLog |6 +
 PKGBUILD  |   22 +--
 gnumeric.install  |2 
 gtk2.16.diff  |  288 
 set-flag.diff |  264 ---
 translations.diff |   12 --
 6 files changed, 16 insertions(+), 578 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-02-19 16:42:07 UTC (rev 69280)
+++ ChangeLog   2010-02-19 16:44:53 UTC (rev 69281)
@@ -1,3 +1,9 @@
+2010-02-19  Eric Belanger  e...@archlinux.org
+
+   * gnumeric 1.10.0-1
+   * Upstream update
+   * Updated icon cache in install scriptlet
+
 2009-09-30  Eric Belanger  e...@archlinux.org
 
* gnumeric 1.8.4-4

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 16:42:07 UTC (rev 69280)
+++ PKGBUILD2010-02-19 16:44:53 UTC (rev 69281)
@@ -3,8 +3,8 @@
 # Contributor: Kritoke typeoli...@yahoo.com
 
 pkgname=gnumeric
-pkgver=1.8.4
-pkgrel=4
+pkgver=1.10.0
+pkgrel=1
 pkgdesc=A GNOME Spreadsheet Program
 arch=('i686' 'x86_64')
 url=http://www.gnome.org/projects/gnumeric/;
@@ -14,22 +14,16 @@
 optdepends=('python: for python plugin support' 'psiconv: for Psion 5 file 
support' 'yelp: for viewing the help manual')
 install=gnumeric.install
 options=('libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 translations.diff gtk2.16.diff set-flag.diff)
-md5sums=('338f0084f04a16f78797ad01f85d3251' '6f4e8cff91aca37104099111a2024c97'\
- '046ca67a7b84674c2cd525e6f633fe7b' 'cec60fa6a1238bca40045ec5b3738652')
-sha1sums=('2d765b0d06509e0695c4d3ec96b94f8acba88735' 
'c4a7c05cadaf57edec4c32a569d95c2a4f97f67b'\
- 'e4139f2e36517171f633a7da0ad1ec9b85ce83b7' 
'cc25f1f56ac11d43dde09589d0b655e97627ca13')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('45ca0c86d41288c1e70b25b74f5cd548')
+sha1sums=('3645087e4dde66f7b124a323d72487d943383aac')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1  ../gtk2.16.diff || return 1
-  patch -p1  ../set-flag.diff || return 1
-  patch -p1  ../translations.diff || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --without-guile --with-bonobo --enable-ssindex || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-install --enable-ssindex || return 1
   make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install || 
return 1
+  make DESTDIR=${pkgdir} install || return 1
 
   install -d ${pkgdir}/usr/share/gconf/schemas
   gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
${pkgdir}/etc/gconf/schemas/*.schemas || return 1

Modified: gnumeric.install
===
--- gnumeric.install2010-02-19 16:42:07 UTC (rev 69280)
+++ gnumeric.install2010-02-19 16:44:53 UTC (rev 69281)
@@ -2,6 +2,7 @@
 
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
   update-desktop-database -q
 }
 
@@ -18,5 +19,6 @@
 }
 
 post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor   
   update-desktop-database -q
 }

Deleted: gtk2.16.diff
===
--- gtk2.16.diff2010-02-19 16:42:07 UTC (rev 69280)
+++ gtk2.16.diff2010-02-19 16:44:53 UTC (rev 69281)
@@ -1,288 +0,0 @@
-From 75fe906cb0afce76a47338415773a6d4c5f07c5c Mon Sep 17 00:00:00 2001
-From: Morten Welinder te...@gnome.org
-Date: Thu, 30 Apr 2009 23:04:49 +
-Subject: Work around gtk+ 2.16 ABI break re spinbuttons.
-

-diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
-index 5f63b08..8fcc3f4 100644
 a/src/dialogs/ChangeLog
-+++ b/src/dialogs/ChangeLog
-@@ -1,3 +1,7 @@
-+2009-04-40  Morten Welinder te...@gnome.org
-+
-+  * *.glade: Work around ABI break for spinbuttons.  #580930.
-+
- 2009-01-18  Jody Goldberg j...@gnome.org
- 
-   * Release 1.8.4
-diff --git a/src/dialogs/anova-one.glade b/src/dialogs/anova-one.glade
-index cf95a5b..a822db5 100644
 a/src/dialogs/anova-one.glade
-+++ b/src/dialogs/anova-one.glade
-@@ -318,8 +318,7 @@
- property 
name=update_policyGTK_UPDATE_IF_VALID/property
- property name=snap_to_ticksFalse/property
-

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

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 11:46:17
  Author: jgc
Revision: 69282

upgpkg: gnome-desktop-sharp 2.26.0-4
Rebuild for gnome-desktop

Modified:
  gnome-desktop-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 16:44:53 UTC (rev 69281)
+++ PKGBUILD2010-02-19 16:46:17 UTC (rev 69282)
@@ -3,12 +3,12 @@
 
 pkgname=gnome-desktop-sharp
 pkgver=2.26.0
-pkgrel=3
+pkgrel=4
 pkgdesc=GNOME desktop bindings for C#
 arch=(i686 x86_64)
 license=(LGPL)
 url=http://gtk-sharp.sourceforge.net;
-depends=('gnome-sharp=2.24.1' 'vte=0.22.5' 'librsvg=2.26.0' 
'gnome-panel=2.28.0' 'libwnck=2.28.0' 'gtkhtml=3.28.2' 
'gtksourceview2=2.8.2')
+depends=('gnome-sharp=2.24.1' 'vte=0.23.5' 'librsvg=2.26.0' 
'gnome-panel=2.29.6' 'libwnck=2.29.6' 'gtkhtml=3.29.90' 
'gtksourceview2=2.9.1')
 makedepends=('pkgconfig' 'monodoc' 'libgnomeprintui=2.18.4')
 optdepends=('libgnomeprintui')
 options=('!libtool')



[arch-commits] Commit in gnome-desktop-sharp/repos (gnome-unstable-i686)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 11:46:25
  Author: jgc
Revision: 69283

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-desktop-sharp/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-desktop-sharp/repos (gnome-unstable-x86_64)

2010-02-19 Thread Jan de Groot
Date: Friday, February 19, 2010 @ 11:46:33
  Author: jgc
Revision: 69284

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-desktop-sharp/repos/gnome-unstable-x86_64/



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

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 11:47:59
  Author: eric
Revision: 69285

archrelease: remove extra-i686

Deleted:
  gnumeric/repos/extra-i686/



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

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 11:48:08
  Author: eric
Revision: 69286

archrelease: copy trunk to extra-i686

Added:
  gnumeric/repos/extra-i686/



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

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 11:51:19
  Author: eric
Revision: 69287

archrelease: remove extra-x86_64

Deleted:
  gnumeric/repos/extra-x86_64/



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

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 11:51:30
  Author: eric
Revision: 69288

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/



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

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 12:07:04
  Author: eric
Revision: 69289

upgpkg: gnucash 2.2.9-5
Rebuilt against goffice 0.8

Added:
  gnucash/trunk/03_disable_graphing_support.patch
  gnucash/trunk/03_goffice_0-8_support.patch
Modified:
  gnucash/trunk/PKGBUILD

---+
 03_disable_graphing_support.patch |  109 
 03_goffice_0-8_support.patch  |   55 ++
 PKGBUILD  |   15 +++-
 3 files changed, 174 insertions(+), 5 deletions(-)

Added: 03_disable_graphing_support.patch
===
--- 03_disable_graphing_support.patch   (rev 0)
+++ 03_disable_graphing_support.patch   2010-02-19 17:07:04 UTC (rev 69289)
@@ -0,0 +1,109 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_disable_graphing_support.dpatch by Thomas Themel tho...@themel.com
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Disables graphing support and make Gnucash 2.2.9 build with goffice-0-8
+
+...@dpatch@
+
+diff --git a/src/gnome-utils/Makefile.am b/src/gnome-utils/Makefile.am
+index 3a9f056..ddda66b 100644
+--- a/src/gnome-utils/Makefile.am
 b/src/gnome-utils/Makefile.am
+@@ -61,7 +61,6 @@ libgncmod_gnome_utils_la_SOURCES = \
+   gnc-general-select.c \
+   gnc-gnome-utils.c \
+   gnc-gui-query.c \
+-  gnc-html-graph-gog.c \
+   gnc-html-history.c \
+   gnc-html.c \
+   gnc-icons.c \
+@@ -131,7 +130,6 @@ gncinclude_HEADERS = \
+   gnc-general-select.h \
+   gnc-gnome-utils.h \
+   gnc-gui-query.h \
+-  gnc-html-graph-gog.h \
+   gnc-html-history.h \
+   gnc-html.h \
+   gnc-icons.h \
+diff --git a/src/gnome-utils/Makefile.in b/src/gnome-utils/Makefile.in
+index b7e5cd1..802b03b 100644
+--- a/src/gnome-utils/Makefile.in
 b/src/gnome-utils/Makefile.in
+@@ -97,7 +97,7 @@ am__libgncmod_gnome_utils_la_SOURCES_DIST = QuickFill.c \
+   gnc-druid-provider-multifile-gnome.c gnc-embedded-window.c \
+   gnc-file.c gnc-frequency.c gnc-recurrence.c \
+   gnc-general-select.c gnc-gnome-utils.c gnc-gui-query.c \
+-  gnc-html-graph-gog.c gnc-html-history.c gnc-html.c gnc-icons.c \
++  gnc-html-history.c gnc-html.c gnc-icons.c \
+   gnc-main-window.c gnc-menu-extensions.c \
+   gnc-plugin-file-history.c gnc-plugin-manager.c \
+   gnc-plugin-menu-additions.c gnc-plugin-page.c gnc-plugin.c \
+@@ -128,7 +128,7 @@ am_libgncmod_gnome_utils_la_OBJECTS = QuickFill.lo \
+   gnc-druid-provider-multifile-gnome.lo gnc-embedded-window.lo \
+   gnc-file.lo gnc-frequency.lo gnc-recurrence.lo \
+   gnc-general-select.lo gnc-gnome-utils.lo gnc-gui-query.lo \
+-  gnc-html-graph-gog.lo gnc-html-history.lo gnc-html.lo \
++  gnc-html-history.lo gnc-html.lo \
+   gnc-icons.lo gnc-main-window.lo gnc-menu-extensions.lo \
+   gnc-plugin-file-history.lo gnc-plugin-manager.lo \
+   gnc-plugin-menu-additions.lo gnc-plugin-page.lo gnc-plugin.lo \
+@@ -455,7 +455,7 @@ libgncmod_gnome_utils_la_SOURCES = QuickFill.c 
account-quickfill.c \
+   gnc-druid-provider-multifile-gnome.c gnc-embedded-window.c \
+   gnc-file.c gnc-frequency.c gnc-recurrence.c \
+   gnc-general-select.c gnc-gnome-utils.c gnc-gui-query.c \
+-  gnc-html-graph-gog.c gnc-html-history.c gnc-html.c gnc-icons.c \
++  gnc-html-history.c gnc-html.c gnc-icons.c \
+   gnc-main-window.c gnc-menu-extensions.c \
+   gnc-plugin-file-history.c gnc-plugin-manager.c \
+   gnc-plugin-menu-additions.c gnc-plugin-page.c gnc-plugin.c \
+@@ -505,7 +505,6 @@ gncinclude_HEADERS = \
+   gnc-general-select.h \
+   gnc-gnome-utils.h \
+   gnc-gui-query.h \
+-  gnc-html-graph-gog.h \
+   gnc-html-history.h \
+   gnc-html.h \
+   gnc-icons.h \
+@@ -684,7 +683,6 @@ distclean-compile:
+ @AMDEP_TRUE@@am__include@ 
@am__qu...@./$(DEPDIR)/gnc-general-select@am__quote@
+ @AMDEP_TRUE@@am__include@ 
@am__qu...@./$(DEPDIR)/gnc-gnome-utils@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__qu...@./$(DEPDIR)/gnc-gui-query@am__quote@
+...@amdep_true@@am__include@ 
@am__qu...@./$(DEPDIR)/gnc-html-graph-gog@am__quote@
+ @AMDEP_TRUE@@am__include@ 
@am__qu...@./$(DEPDIR)/gnc-html-history@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__qu...@./$(DEPDIR)/gnc-html@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__qu...@./$(DEPDIR)/gnc-icons@am__quote@
+diff --git a/src/gnome-utils/gnc-gnome-utils.c 
b/src/gnome-utils/gnc-gnome-utils.c
+index 0672175..b11a501 100644
+--- a/src/gnome-utils/gnc-gnome-utils.c
 b/src/gnome-utils/gnc-gnome-utils.c
+@@ -32,8 +32,6 @@
+ #endif
+ #include libxml/xmlIO.h
+ 
+-#include gnc-html-graph-gog.h
+-
+ #include druid-gconf-setup.h
+ #include gnc-gconf-utils.h
+ #include gnc-gnome-utils.h
+diff --git a/src/gnome-utils/gnc-html.c b/src/gnome-utils/gnc-html.c
+index 26e9183..d1f904a 100644
+--- a/src/gnome-utils/gnc-html.c
 b/src/gnome-utils/gnc-html.c
+@@ -49,7 +49,6 @@
+ #include 

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

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 12:08:59
  Author: eric
Revision: 69290

archrelease: remove extra-i686

Deleted:
  gnucash/repos/extra-i686/



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

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 12:11:03
  Author: eric
Revision: 69292

archrelease: remove extra-x86_64

Deleted:
  gnucash/repos/extra-x86_64/



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

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 12:11:14
  Author: eric
Revision: 69293

archrelease: copy trunk to extra-x86_64

Added:
  gnucash/repos/extra-x86_64/



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 16:32:20
  Author: ibiru
Revision: 69294

upgpkg: telepathy-sofiasip 0.6.1-1
update to 0.6.1

Modified:
  telepathy-sofiasip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 17:11:14 UTC (rev 69293)
+++ PKGBUILD2010-02-19 21:32:20 UTC (rev 69294)
@@ -2,7 +2,7 @@
 # Maintainer : Ionut Biru ib...@archlinux.org
 # Contributor: Timm Preetz t...@preetz.us
 pkgname=telepathy-sofiasip
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc=a SIP-protocol connection manager for the Telepathy framework based 
on SofiaSIP-stack.
 arch=('i686' 'x86_64')
@@ -12,6 +12,7 @@
 makedepends=('libxslt')
 groups=('telepathy')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('a28c5d288465cbdb2debf3eaf11295af')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -19,4 +20,3 @@
   make || return 1
   make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('2f68440aebd0a82b24ba234386b375d6')



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 16:32:27
  Author: ibiru
Revision: 69295

archrelease: remove extra-i686

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



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 16:32:46
  Author: ibiru
Revision: 69296

archrelease: copy trunk to extra-i686

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



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 16:32:54
  Author: ibiru
Revision: 69297

archrelease: remove extra-x86_64

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



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 16:33:11
  Author: ibiru
Revision: 69298

archrelease: copy trunk to extra-x86_64

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



[arch-commits] Commit in wine/trunk (PKGBUILD libpng14.patch)

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 16:57:32
  Author: ibiru
Revision: 69299

upgpkg: wine 1.1.39-1
update to 1.1.39

Modified:
  wine/trunk/PKGBUILD
Deleted:
  wine/trunk/libpng14.patch

+
 PKGBUILD   |   11 ++-
 libpng14.patch |   76 ---
 2 files changed, 3 insertions(+), 84 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 21:33:11 UTC (rev 69298)
+++ PKGBUILD2010-02-19 21:57:32 UTC (rev 69299)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.1.38
+pkgver=1.1.39
 pkgrel=1
 pkgdesc=A compatibility layer for running Windows programs
 url=http://www.winehq.com;
@@ -15,16 +15,11 @@
  'libxinerama' 'esound' 'giflib' 'ncurses' 'libxcomposite' 'samba' 
\
  'libxpm' 'libxmu' 'libxxf86vm' 'perl' 'libxml2')
 optdepends=(cups sane libgphoto2 alsa-lib giflib libpng)
-source=(http://ibiblio.org/pub/linux/system/emulators/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-   libpng14.patch)
-md5sums=('ef5947bcb9667b75b8de4a2ce16d0ec2'
- '51f78b18168d5abd78411e9e66458d55')
-
+source=(http://ibiblio.org/pub/linux/system/emulators/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('cbde85e50db653f54fe9da34be4a6de5')
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  patch -Np1 -i ${srcdir}/libpng14.patch || return 1
-
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
  --with-x

Deleted: libpng14.patch
===
--- libpng14.patch  2010-02-19 21:33:11 UTC (rev 69298)
+++ libpng14.patch  2010-02-19 21:57:32 UTC (rev 69299)
@@ -1,76 +0,0 @@
-diff --git a/programs/winemenubuilder/winemenubuilder.c 
b/programs/winemenubuilder/winemenubuilder.c
-index e14fe81..62165f6 100644
 a/programs/winemenubuilder/winemenubuilder.c
-+++ b/programs/winemenubuilder/winemenubuilder.c
-@@ -188,8 +188,10 @@ static void *libpng_handle;
- MAKE_FUNCPTR(png_create_info_struct);
- MAKE_FUNCPTR(png_create_write_struct);
- MAKE_FUNCPTR(png_destroy_write_struct);
-+MAKE_FUNCPTR(png_get_error_ptr);
- MAKE_FUNCPTR(png_init_io);
- MAKE_FUNCPTR(png_set_bgr);
-+MAKE_FUNCPTR(png_set_error_fn);
- MAKE_FUNCPTR(png_set_text);
- MAKE_FUNCPTR(png_set_IHDR);
- MAKE_FUNCPTR(png_write_end);
-@@ -209,8 +211,10 @@ static void *load_libpng(void)
- LOAD_FUNCPTR(png_create_info_struct);
- LOAD_FUNCPTR(png_create_write_struct);
- LOAD_FUNCPTR(png_destroy_write_struct);
-+LOAD_FUNCPTR(png_get_error_ptr);
- LOAD_FUNCPTR(png_init_io);
- LOAD_FUNCPTR(png_set_bgr);
-+LOAD_FUNCPTR(png_set_error_fn);
- LOAD_FUNCPTR(png_set_IHDR);
- LOAD_FUNCPTR(png_set_text);
- LOAD_FUNCPTR(png_write_end);
-@@ -221,6 +225,23 @@ static void *load_libpng(void)
- return libpng_handle;
- }
- 
-+static void user_error_fn(png_structp png_ptr, png_const_charp error_message)
-+{
-+jmp_buf *pjmpbuf;
-+
-+/* This uses setjmp/longjmp just like the default. We can't use the
-+ * default because there's no way to access the jmp buffer in the 
png_struct
-+ * that works in 1.2 and 1.4 and allows us to dynamically load libpng. */
-+WINE_ERR(PNG error: %s\n, wine_dbgstr_an(error_message, -1));
-+pjmpbuf = ppng_get_error_ptr(png_ptr);
-+longjmp(*pjmpbuf, 1);
-+}
-+
-+static void user_warning_fn(png_structp png_ptr, png_const_charp 
warning_message)
-+{
-+WINE_WARN(PNG warning: %s\n, wine_dbgstr_an(warning_message, -1));
-+}
-+
- static BOOL SaveIconResAsPNG(const BITMAPINFO *pIcon, const char 
*png_filename, LPCWSTR commentW)
- {
- static const char comment_key[] = Created from;
-@@ -234,6 +255,7 @@ static BOOL SaveIconResAsPNG(const BITMAPINFO *pIcon, 
const char *png_filename,
- int nWidth  = pIcon-bmiHeader.biWidth;
- int nHeight = pIcon-bmiHeader.biHeight;
- int nBpp= pIcon-bmiHeader.biBitCount;
-+jmp_buf jmpbuf;
- 
- switch (nBpp)
- {
-@@ -306,12 +328,12 @@ static BOOL SaveIconResAsPNG(const BITMAPINFO *pIcon, 
const char *png_filename,
- !(info_ptr = ppng_create_info_struct(png_ptr)))
- goto error;
- 
--if (setjmp(png_jmpbuf(png_ptr)))
-+if (setjmp(jmpbuf))
- {
- /* All future errors jump here */
--WINE_ERR(png error\n);
- goto error;
- }
-+ppng_set_error_fn(png_ptr, jmpbuf, user_error_fn, user_warning_fn);
- 
- ppng_init_io(png_ptr, fp);
- ppng_set_IHDR(png_ptr, info_ptr, nWidth, nHeight, 8,
--- 
-1.6.3.3
-



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

2010-02-19 Thread Ionut Biru
Date: Friday, February 19, 2010 @ 17:02:32
  Author: ibiru
Revision: 69300

archrelease: remove extra-i686

Deleted:
  wine/repos/extra-i686/



[arch-commits] Commit in koffice-l10n-en_gb/trunk (PKGBUILD)

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 17:18:23
  Author: eric
Revision: 69302

fixed makedepends

Modified:
  koffice-l10n-en_gb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 22:02:49 UTC (rev 69301)
+++ PKGBUILD2010-02-19 22:18:23 UTC (rev 69302)
@@ -7,9 +7,6 @@
 pkgdesc=British KOffice translation.
 license=('GPL')
 makedepends=('cmake' 'kdelibs' 'automoc4')
-makedepends=('cmake' 'kdelibs' 'automoc4')
-makedepends=('cmake' 'kdelibs' 'automoc4')
-makedepends=('cmake' 'kdelibs' 'autmoc4')
 arch=('any')
 url=http://www.koffice.org;
 
source=(http://download.kde.org/stable/koffice-$pkgver/koffice-l10n/koffice-l10n-en_GB-$pkgver.tar.bz2)



[arch-commits] Commit in koffice-l10n-en_gb/repos (extra-any)

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 17:18:48
  Author: eric
Revision: 69303

archrelease: remove extra-any

Deleted:
  koffice-l10n-en_gb/repos/extra-any/



[arch-commits] Commit in koffice-l10n-en_gb/repos (extra-any)

2010-02-19 Thread Eric Bélanger
Date: Friday, February 19, 2010 @ 17:19:03
  Author: eric
Revision: 69304

archrelease: copy trunk to extra-any

Added:
  koffice-l10n-en_gb/repos/extra-any/



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

2010-02-19 Thread Daniel Griffiths
Date: Friday, February 19, 2010 @ 19:35:23
  Author: dgriffiths
Revision: 69305

FS#18396 - Adjusted description

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-19 22:19:03 UTC (rev 69304)
+++ PKGBUILD2010-02-20 00:35:23 UTC (rev 69305)
@@ -4,7 +4,7 @@
 pkgname=chromium
 pkgver=5.0.307.9
 pkgrel=1
-pkgdesc='An open-source browser project that aims to build a safer, faster, 
and more stable way for all users to experience the web'
+pkgdesc='The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser.'
 arch=('i686' 'x86_64')
 url='http://www.chromium.org/'
 license=('BSD')