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

2010-03-21 Thread Ronald van Haren
Date: Sunday, March 21, 2010 @ 05:30:08
  Author: ronald
Revision: 72871

db-move: iproute2 removed by ronald for move to core

Deleted:
  iproute2/repos/core-i686/



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

2010-03-21 Thread Ronald van Haren
Date: Sunday, March 21, 2010 @ 05:30:09
  Author: ronald
Revision: 72872

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

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



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

2010-03-21 Thread Ronald van Haren
Date: Sunday, March 21, 2010 @ 05:30:16
  Author: ronald
Revision: 72873

db-move: iproute2 removed by ronald for move to core

Deleted:
  iproute2/repos/core-x86_64/



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

2010-03-21 Thread Ronald van Haren
Date: Sunday, March 21, 2010 @ 05:30:18
  Author: ronald
Revision: 72874

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

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



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

2010-03-21 Thread Paul Mattal
Date: Sunday, March 21, 2010 @ 08:05:17
  Author: paul
Revision: 72875

db-move: postgresql removed by paul for move to extra

Deleted:
  postgresql/repos/extra-i686/



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

2010-03-21 Thread Paul Mattal
Date: Sunday, March 21, 2010 @ 08:05:18
  Author: paul
Revision: 72876

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

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



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

2010-03-21 Thread Paul Mattal
Date: Sunday, March 21, 2010 @ 08:05:51
  Author: paul
Revision: 72877

db-move: postgresql removed by paul for move to extra

Deleted:
  postgresql/repos/extra-x86_64/



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

2010-03-21 Thread Paul Mattal
Date: Sunday, March 21, 2010 @ 08:05:52
  Author: paul
Revision: 72878

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

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



[arch-commits] Commit in (4 files)

2010-03-21 Thread Thomas Bächler
Date: Sunday, March 21, 2010 @ 08:12:44
  Author: thomas
Revision: 72879

Add mod_fcgid to extra for usage on gudrun

Added:
  mod_fcgid/
  mod_fcgid/repos/
  mod_fcgid/trunk/
  mod_fcgid/trunk/PKGBUILD

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

Added: mod_fcgid/trunk/PKGBUILD
===
--- mod_fcgid/trunk/PKGBUILD(rev 0)
+++ mod_fcgid/trunk/PKGBUILD2010-03-21 12:12:44 UTC (rev 72879)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+pkgname=mod_fcgid
+pkgver=2.3.5
+pkgrel=1
+pkgdesc=A FastCGI module for Apache HTTP Server.
+license=('APACHE')
+arch=('i686' 'x86_64')
+url=http://httpd.apache.org/mod_fcgid/;
+depends=('apache')
+source=(http://apache.cs.utah.edu/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.gz)
+sha256sums=('3280fd287659539d577fc3c77a975739c06bb9d0a9cef48275d4beb13c64ef39')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure.apxs 
+  make || return 1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/{usr/share,etc}
+}


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



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

2010-03-21 Thread Thomas Bächler
Date: Sunday, March 21, 2010 @ 08:13:24
  Author: thomas
Revision: 72880

archrelease: copy trunk to extra-i686

Added:
  mod_fcgid/repos/extra-i686/



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

2010-03-21 Thread Thomas Bächler
Date: Sunday, March 21, 2010 @ 08:13:46
  Author: thomas
Revision: 72881

archrelease: copy trunk to extra-x86_64

Added:
  mod_fcgid/repos/extra-x86_64/



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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 09:46:43
  Author: jgc
Revision: 72882

upgpkg: nspr 4.8.4-1
Update to 4.8.4

Modified:
  nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 12:13:46 UTC (rev 72881)
+++ PKGBUILD2010-03-21 13:46:43 UTC (rev 72882)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Baldeck alexan...@archlinux.org
 # Contributor: Jan de Groot j...@archlinux.org
 pkgname=nspr
-pkgver=4.8.3
+pkgver=4.8.4
 pkgrel=1
 pkgdesc=Netscape Portable Runtime
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz
 nspr.pc.in)
-md5sums=('c12ef68285aa631f8a335a547c434ad9'
+md5sums=('a85bdbe1eb646aa32c785a37d8e3a2f5'
  'bce1611f3117b53fc904cab549c09967')
 
 build() {



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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 09:46:53
  Author: jgc
Revision: 72884

archrelease: copy trunk to extra-i686

Added:
  nspr/repos/extra-i686/



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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 09:46:56
  Author: jgc
Revision: 72885

archrelease: remove extra-x86_64

Deleted:
  nspr/repos/extra-x86_64/



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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 09:47:02
  Author: jgc
Revision: 72886

archrelease: copy trunk to extra-x86_64

Added:
  nspr/repos/extra-x86_64/



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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 10:32:59
  Author: jgc
Revision: 72887

upgpkg: nss 3.12.6-1
Update to 3.12.6 - add patch to enable ssl renegotiation support for now, the 
new RFC for this has not been implemented everywhere yet

Added:
  nss/trunk/ssl-renegotiate-transitional.patch
Modified:
  nss/trunk/PKGBUILD
  nss/trunk/add_spi+cacert_ca_certs.patch
  nss/trunk/nss-nolocalsql.patch

+
 PKGBUILD   |   31 -
 add_spi+cacert_ca_certs.patch  |   83 ---
 nss-nolocalsql.patch   |   33 ++---
 ssl-renegotiate-transitional.patch |   21 
 4 files changed, 96 insertions(+), 72 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 13:47:02 UTC (rev 72886)
+++ PKGBUILD2010-03-21 14:32:59 UTC (rev 72887)
@@ -1,35 +1,42 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 pkgname=nss
-pkgver=3.12.4
-pkgrel=2
+pkgver=3.12.6
+pkgrel=1
 pkgdesc=Mozilla Network Security Services
 arch=(i686 x86_64)
 url=http://www.mozilla.org/projects/security/pki/nss/;
 license=('MPL' 'GPL')
-_nsprver=4.8.0
-depends=('nspr=4.8' 'sqlite3=3.6.17' 'zlib')
+_nsprver=4.8.4
+depends=(nspr=${_nsprver} 'sqlite3=3.6.17' 'zlib')
 replaces=('nss-nspr')
-source=(ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgname}-${pkgver}.tar.gz
+source=(#ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgname}-${pkgver}.tar.gz
+ftp://ftp.archlinux.org/other/nss/nss_3.12.6.orig.tar.gz
 nss-nolocalsql.patch
 nss-no-rpath.patch
 nss.pc.in
 nss-config.in
-add_spi+cacert_ca_certs.patch)
-md5sums=('1ee3ed9c1900079319bd1de51388d856'
- '1837781eed35bfb6f826cfb3efcd6409'
+add_spi+cacert_ca_certs.patch
+ssl-renegotiate-transitional.patch)
+md5sums=('fbba38700b460caff6acf54fc7273553'
+ '1d8305dc458d28c6f32746d9132b9873'
  'e5c97db0c884d5f4cfda21e562dc9bba'
  'c547b030c57fe1ed8b77c73bf52b3ded'
  '46bee81908f1e5b26d6a7a2e14c64d9f'
- '0361e2d05410ab24602b5f972c9187b1')
+ 'a744b499e7da252acd9ac8ff09af3d48'
+ 'd83c7b61abb7e9f8f7bcd157183d1ade')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  # Adds the SPI Inc. and CAcert.org CA certificates
-  # patch from Debian
-  patch -p1 -i ${srcdir}/add_spi+cacert_ca_certs.patch || return 1
+  # Adds the SPI Inc. and CAcert.org CA certificates - patch from Debian
+  patch -Np1 -i ${srcdir}/add_spi+cacert_ca_certs.patch || return 1
+  # Adds transitional SSL renegotiate support - patch from Debian
+  patch -Np1 -i ${srcdir}/ssl-renegotiate-transitional.patch || return 1
+  # Builds against system sqlite - patch from Fedora
   patch -Np0 -i ${srcdir}/nss-nolocalsql.patch || return 1
+  # Removes rpath
   patch -Np0 -i ${srcdir}/nss-no-rpath.patch || return 1
+
   unset CFLAGS
   unset CXXFLAGS
   export BUILD_OPT=1

Modified: add_spi+cacert_ca_certs.patch
===
--- add_spi+cacert_ca_certs.patch   2010-03-21 13:47:02 UTC (rev 72886)
+++ add_spi+cacert_ca_certs.patch   2010-03-21 14:32:59 UTC (rev 72887)
@@ -1,63 +1,60 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 95_add_spi+cacert_ca_certs.dpatch by martin f. krafft madd...@debian.org
+## 95_add_spi+cacert_ca_certs.patch by martin f. krafft madd...@debian.org
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Adds the SPI Inc. and CAcert.org CA certificates
 
-...@dpatch@
-
 diff --git a/mozilla/security/nss/lib/ckfw/builtins/certdata.c 
b/mozilla/security/nss/lib/ckfw/builtins/certdata.c
-index e8a52a2..7a2c031 100644
+index 2c6fdab..2fb754c 100644
 --- a/mozilla/security/nss/lib/ckfw/builtins/certdata.c
 +++ b/mozilla/security/nss/lib/ckfw/builtins/certdata.c
 @@ -35,7 +35,7 @@
   *
   * * END LICENSE BLOCK * */
  #ifdef DEBUG
--static const char CVS_ID[] = @(#) $RCSfile: certdata.c,v $ $Revision: 1.55 $ 
$Date: 2009/08/13 23:40:29 $; @(#) $RCSfile: certdata.c,v $ $Revision: 1.55 $ 
$Date: 2009/08/13 23:40:29 $;
-+static const char CVS_ID[] = @(#) $RCSfile: certdata.txt,v $ $Revision: 1.54 
$ $Date: 2009/08/13 23:40:29 $; @(#) $RCSfile: certdata.perl,v $ $Revision: 
1.12 $ $Date: 2008/01/23 07:34:49 $;
+-static const char CVS_ID[] = @(#) $RCSfile: certdata.c,v $ $Revision: 1.59 $ 
$Date: 2010/02/16 22:14:34 $; @(#) $RCSfile: certdata.c,v $ $Revision: 1.59 $ 
$Date: 2010/02/16 22:14:34 $;
++static const char CVS_ID[] = @(#) $RCSfile: certdata.txt,v $ $Revision: 1.58 
$ $Date: 2010/02/16 22:14:35 $; @(#) $RCSfile: certdata.perl,v $ $Revision: 
1.12 $ $Date: 2008/01/23 07:34:49 $;
  #endif /* DEBUG */
  
  #ifndef BUILTINS_H
-@@ -900,6 +900,24 @@ static const CK_ATTRIBUTE_TYPE nss_builtins_types_280 [] 
= {
- static const CK_ATTRIBUTE_TYPE nss_builtins_types_281 [] = {

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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 10:33:12
  Author: jgc
Revision: 72889

archrelease: copy trunk to extra-i686

Added:
  nss/repos/extra-i686/



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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 10:33:05
  Author: jgc
Revision: 72888

archrelease: remove extra-i686

Deleted:
  nss/repos/extra-i686/



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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 10:33:18
  Author: jgc
Revision: 72890

archrelease: remove extra-x86_64

Deleted:
  nss/repos/extra-x86_64/



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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 10:33:24
  Author: jgc
Revision: 72891

archrelease: copy trunk to extra-x86_64

Added:
  nss/repos/extra-x86_64/



[arch-commits] Commit in gtk-sharp-2/repos (extra-i686)

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:12:08
  Author: ibiru
Revision: 72893

archrelease: remove extra-i686

Deleted:
  gtk-sharp-2/repos/extra-i686/



[arch-commits] Commit in gtk-sharp-2/repos (extra-i686)

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:12:24
  Author: ibiru
Revision: 72894

archrelease: copy trunk to extra-i686

Added:
  gtk-sharp-2/repos/extra-i686/



[arch-commits] Commit in gtk-sharp-2/repos (extra-x86_64)

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:12:52
  Author: ibiru
Revision: 72895

archrelease: remove extra-x86_64

Deleted:
  gtk-sharp-2/repos/extra-x86_64/



[arch-commits] Commit in gtk-sharp-2/repos (extra-x86_64)

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:13:08
  Author: ibiru
Revision: 72896

archrelease: copy trunk to extra-x86_64

Added:
  gtk-sharp-2/repos/extra-x86_64/



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:14:01
  Author: ibiru
Revision: 72897

update to 0.6.3

Modified:
  libgdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 15:13:08 UTC (rev 72896)
+++ PKGBUILD2010-03-21 15:14:01 UTC (rev 72897)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libgdata
-pkgver=0.6.2
+pkgver=0.6.3
 pkgrel=1
 pkgdesc=GLib-based library for accessing online service APIs using the GData 
protocol
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libsoup-gnome=2.29.90')
+depends=('libsoup-gnome=2.29.91')
 makedepends=('pkgconfig' 'intltool' 'gir-repository')
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('a6b492133a92ec5e3b457b8e6c74a3fec72cfc1ac6e4421b82f6be0458738e88')
+sha256sums=('35ae732fb2054b2e39e420eff72ad9500b65427728ba8efaa056d54e22bc3523')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:14:22
  Author: ibiru
Revision: 72898

archrelease: remove gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:14:45
  Author: ibiru
Revision: 72899

archrelease: copy trunk to gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:15:42
  Author: ibiru
Revision: 72900

archrelease: remove gnome-unstable-x86_64

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:15:57
  Author: ibiru
Revision: 72901

archrelease: copy trunk to gnome-unstable-x86_64

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:23:20
  Author: ibiru
Revision: 72902

update to 1.2.2

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 15:15:57 UTC (rev 72901)
+++ PKGBUILD2010-03-21 15:23:20 UTC (rev 72902)
@@ -4,17 +4,17 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('gtk2=2.19.6' 'mesa=7.7')
+depends=('gtk2=2.19.7' 'mesa=7.7')
 makedepends=('gobject-introspection')
 
source=(http://www.clutter-project.org/sources/clutter/1.2/clutter-${pkgver}.tar.bz2)
-sha256sums=('009058e3b0985d34b94527440ad0fdba66c1c5f2ca036fa2b846fd32c3c8')
+sha256sums=('57debf025ca8e576328fcbb4bd897e5a6889921132f2ebfd7e035f7e8975982c')
 
 build() {
   cd ${srcdir}/clutter-${pkgver}



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:23:57
  Author: ibiru
Revision: 72903

archrelease: remove gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:24:13
  Author: ibiru
Revision: 72904

archrelease: copy trunk to gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:24:16
  Author: ibiru
Revision: 72905

archrelease: remove gnome-unstable-x86_64

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:24:32
  Author: ibiru
Revision: 72906

archrelease: copy trunk to gnome-unstable-x86_64

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:29:35
  Author: ibiru
Revision: 72907

update to 0.6.9

Modified:
  gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 15:24:32 UTC (rev 72906)
+++ PKGBUILD2010-03-21 15:29:35 UTC (rev 72907)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 pkgname=gobject-introspection
-pkgver=0.6.8
+pkgver=0.6.9
 pkgrel=1
 pkgdesc=Introspection system for GObject-based libraries
 url=http://live.gnome.org/GObjectInstrospection;
@@ -10,7 +10,7 @@
 depends=('libffi=3.0.8' 'glib2=2.23.5' 'python')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('9dae63b4d13a03939e238acdd15834e30c621a4b368cbce15876ee1c0d245fd3')
+sha256sums=('12ea075fdb90780b047382bc7acf4896c34dad49276f6c8513045a3f584d5ac6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:29:54
  Author: ibiru
Revision: 72908

archrelease: remove gnome-unstable-i686

Deleted:
  gobject-introspection/repos/gnome-unstable-i686/



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:30:10
  Author: ibiru
Revision: 72909

archrelease: copy trunk to gnome-unstable-i686

Added:
  gobject-introspection/repos/gnome-unstable-i686/



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:30:14
  Author: ibiru
Revision: 72910

archrelease: remove gnome-unstable-x86_64

Deleted:
  gobject-introspection/repos/gnome-unstable-x86_64/



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:30:30
  Author: ibiru
Revision: 72911

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:39:35
  Author: ibiru
Revision: 72912

update to 0.6

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 15:30:30 UTC (rev 72911)
+++ PKGBUILD2010-03-21 15:39:35 UTC (rev 72912)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer: Ionut Biru ib...@archlinux.ro
+# Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=gjs
-pkgver=0.5
+pkgver=0.6
 pkgrel=1
 pkgdesc=Javascript Bindings for GNOME
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Gjs;
 license=('GPL')
-depends=('gobject-introspection' 'xulrunner=1.9.2')
+depends=('gobject-introspection=0.6.9' 'xulrunner=1.9.2')
 options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/0.5/$pkgname-$pkgver.tar.bz2)
-sha256sums=('aac7629044a1be9c7ec0d0163854681071f5f90fb2e567e306280ae87b921dc0')
+source=(http://download.gnome.org/sources/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
+sha256sums=('5c5a54bbb819bfaea1e0e76f0508467e8d5690360ab550e1284951d905a56e5d')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:40:21
  Author: ibiru
Revision: 72913

archrelease: remove gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:40:43
  Author: ibiru
Revision: 72914

archrelease: copy trunk to gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:40:47
  Author: ibiru
Revision: 72915

archrelease: remove gnome-unstable-x86_64

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:41:02
  Author: ibiru
Revision: 72916

archrelease: copy trunk to gnome-unstable-x86_64

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:50:10
  Author: ibiru
Revision: 72917

update to 2.29.1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 15:41:02 UTC (rev 72916)
+++ PKGBUILD2010-03-21 15:50:10 UTC (rev 72917)
@@ -3,18 +3,18 @@
 # Contributor: Michael Kanis mkanis_at_gmx_dot_de
 
 pkgname=mutter
-pkgver=2.29.0
+pkgver=2.29.1
 pkgrel=1
 pkgdesc=The next-gen WM for gnome, with compositing by clutter
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('startup-notification' 'gconf=2.28.0' 'zenity=2.28.0' 
'gobject-introspection' 'clutter' 'libcanberra')
+depends=('startup-notification' 'gconf=2.28.0' 'zenity=2.28.0' 
'gobject-introspection=0.6.9' 'clutter=1.2.2' 'libcanberra')
 makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils=0.19.5' 'gir-repository')
 url=http://www.gnome.org;
 options=('!libtool' '!emptydirs')
 install=mutter.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('7e4c1c46542f1251e9ec495729a3b753e5753ecd18fe35df586e474f6bf5ab90')
+sha256sums=('175f3adcc5ad5c6f23772ca15c862f275fc3d9a9c3104e9146cf265847a4a10a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:50:13
  Author: ibiru
Revision: 72918

archrelease: remove gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:50:40
  Author: ibiru
Revision: 72920

archrelease: remove gnome-unstable-x86_64

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:50:31
  Author: ibiru
Revision: 72919

archrelease: copy trunk to gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:50:55
  Author: ibiru
Revision: 72921

archrelease: copy trunk to gnome-unstable-x86_64

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:02:15
  Author: ibiru
Revision: 72922

update to 2.9.9

Modified:
  gtksourceview2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 15:50:55 UTC (rev 72921)
+++ PKGBUILD2010-03-21 16:02:15 UTC (rev 72922)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtksourceview2
-pkgver=2.9.8
+pkgver=2.9.9
 pkgrel=1
 pkgdesc=A text widget adding syntax highlighting and more to GNOME
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=('!libtool')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.9/gtksourceview-${pkgver}.tar.bz2)
-sha256sums=('600776a9f164a71165309b9608503b134d1dd2070c077b3cac1aab35b917794a')
+sha256sums=('92521eec9aad2d0c7217c61315f468510ff63d906a33c91cc65a22690d2a1134')
 
 build() {
   cd ${srcdir}/gtksourceview-${pkgver}



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:02:18
  Author: ibiru
Revision: 72923

archrelease: remove gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:02:40
  Author: ibiru
Revision: 72924

archrelease: copy trunk to gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:02:43
  Author: ibiru
Revision: 72925

archrelease: remove gnome-unstable-x86_64

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:02:59
  Author: ibiru
Revision: 72926

archrelease: copy trunk to gnome-unstable-x86_64

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:09:29
  Author: ibiru
Revision: 72927

update to 2.19.7

Modified:
  gtkmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 16:02:59 UTC (rev 72926)
+++ PKGBUILD2010-03-21 16:09:29 UTC (rev 72927)
@@ -4,15 +4,15 @@
 
 pkgbase=gtkmm
 pkgname=('gtkmm' 'gtkmm-docs')
-pkgver=2.19.6
-pkgrel=2
+pkgver=2.19.7
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('gtk2=2.19.6' 'pangomm=2.26.0' 'glibmm=2.22.1')
 license=('LGPL')
 options=('!libtool' '!emptydirs')
 url=http://gtkmm.sourceforge.net/;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.19/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('5d51071c0cb597778d3aa66245eace32449a0720ab7fae8b2cc5d59282389a7f')
+sha256sums=('32b5bd2935303037810c40178419421892d8665cac599e4eaf0a6b516787774f')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:09:33
  Author: ibiru
Revision: 72928

archrelease: remove gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:09:50
  Author: ibiru
Revision: 72929

archrelease: copy trunk to gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:09:53
  Author: ibiru
Revision: 72930

archrelease: remove gnome-unstable-x86_64

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:10:21
  Author: ibiru
Revision: 72931

archrelease: copy trunk to gnome-unstable-x86_64

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



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:10:51
  Author: tpowa
Revision: 72932

upgpkg: cpio 2.11-1
bump to latest version

Modified:
  cpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 16:10:21 UTC (rev 72931)
+++ PKGBUILD2010-03-21 16:10:51 UTC (rev 72932)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: judd jvi...@zeroflux.org
 pkgname=cpio
-pkgver=2.10
+pkgver=2.11
 pkgrel=1
 pkgdesc=A tool to copy files into or out of a cpio or tar archive
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('glibc')
 source=(ftp://ftp.gnu.org/gnu/cpio/cpio-${pkgver}.tar.gz)
 install=cpio.install
-md5sums=('351ab3d38d8949913e478cc23b9d6ad4')
+md5sums=('1112bb6c45863468b5496ba128792f6c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -26,4 +26,3 @@
   # remove infodir
   rm $pkgdir/usr/share/info/dir
 }
-



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:11:30
  Author: tpowa
Revision: 72933

archrelease: copy trunk to testing-x86_64

Added:
  cpio/repos/testing-x86_64/



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:13:56
  Author: tpowa
Revision: 72934

archrelease: copy trunk to testing-i686

Added:
  cpio/repos/testing-i686/



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:14:26
  Author: tpowa
Revision: 72935

upgpkg: hdparm 9.28-1
bump to latest version

Modified:
  hdparm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 16:13:56 UTC (rev 72934)
+++ PKGBUILD2010-03-21 16:14:26 UTC (rev 72935)
@@ -2,8 +2,8 @@
 # Maintainer: Paul Mattal p...@archlinux.org
 
 pkgname=hdparm
-pkgver=9.27
-pkgrel=2
+pkgver=9.28
+pkgrel=1
 pkgdesc=A shell utility for manipulating Linux IDE drive/driver parameters
 arch=(i686 x86_64)
 depends=('glibc')
@@ -12,7 +12,7 @@
 license=('BSD')
 url=http://sourceforge.net/projects/hdparm/;
 options=('emptydirs')
-md5sums=('e652dabb6c9233fb8a23ef60a17a1829')
+md5sums=('b672d175bbf924b3f7575a8279eb063d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver} || return 1



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:15:22
  Author: tpowa
Revision: 72937

archrelease: copy trunk to testing-i686

Added:
  hdparm/repos/testing-i686/



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:22:12
  Author: tpowa
Revision: 72938

upgpkg: usbutils 0.87-1
bump to latest version

Modified:
  usbutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 16:15:22 UTC (rev 72937)
+++ PKGBUILD2010-03-21 16:22:12 UTC (rev 72938)
@@ -2,8 +2,8 @@
 # Maintainer: Judd Vinet jvi...@zeroflux.org
 # Contributor: Curtis Campbell curtisjamescampb...@hotmail.com
 pkgname=usbutils
-pkgver=0.86
-pkgrel=2
+pkgver=0.87
+pkgrel=1
 pkgdesc=USB Device Utilities
 arch=(i686 x86_64)
 license=('GPL')
@@ -11,8 +11,8 @@
 makedepends=('wget')
 depends=('glibc' 'libusb')
 url=http://linux-usb.sourceforge.net/;
-source=(http://downloads.sourceforge.net/sourceforge/linux-usb/usbutils-$pkgver.tar.gz)
-md5sums=('34979f675d2bcb3e1b45012fa830a53f')
+source=(http://www.kernel.org/pub/linux/utils/usb/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('c19a11092dd0f5a5c6a93b0599740fe5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:22:50
  Author: tpowa
Revision: 72939

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:24:28
  Author: tpowa
Revision: 72940

archrelease: copy trunk to testing-i686

Added:
  usbutils/repos/testing-i686/



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:25:57
  Author: ibiru
Revision: 72941

update to 2.29.93

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 16:24:28 UTC (rev 72940)
+++ PKGBUILD2010-03-21 16:25:57 UTC (rev 72941)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.29.92
+pkgver=2.29.93
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('5f12e254c899cc8ab88b480d08a4e014a74ad0ec516f1047c648eaacaa507a34')
+sha256sums=('1b78e1f59cfe3dc94abcb2916fa6207d582a1c34b3361d2f30f57371dc55c33e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:26:07
  Author: ibiru
Revision: 72942

archrelease: remove gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:26:27
  Author: ibiru
Revision: 72943

archrelease: copy trunk to gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:26:31
  Author: ibiru
Revision: 72944

archrelease: remove gnome-unstable-x86_64

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:26:52
  Author: ibiru
Revision: 72945

archrelease: copy trunk to gnome-unstable-x86_64

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:33:25
  Author: ibiru
Revision: 72946

update to 2.29.92

Modified:
  totem-plparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 16:26:52 UTC (rev 72945)
+++ PKGBUILD2010-03-21 16:33:25 UTC (rev 72946)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=totem-plparser
-pkgver=2.29.1
+pkgver=2.29.92
 pkgrel=1
 url=http://www.hadess.net/totem.php3;
 pkgdesc=Totem playlist parser library
 license=('LGPL')
 arch=(i686 x86_64)
 depends=('gmime=2.4.14' 'libxml2=2.7.6')
-makedepends=('intltool' 'pkgconfig')
+makedepends=('intltool' 'pkgconfig' 'gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/2.29/totem-pl-parser-${pkgver}.tar.bz2)
-sha256sums=('26b3363256c68b6b90e31838176c56e792fce30bbdb85601130544dc89cbbdb6')
+sha256sums=('761fad5252cf0aa5e35599f8d8ed847aa0b3e08da7969fc7466e0b142484beec')
 
 build() {
   cd ${srcdir}/totem-pl-parser-${pkgver}



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:33:29
  Author: ibiru
Revision: 72947

archrelease: remove gnome-unstable-i686

Deleted:
  totem-plparser/repos/gnome-unstable-i686/



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:33:48
  Author: ibiru
Revision: 72949

archrelease: remove gnome-unstable-x86_64

Deleted:
  totem-plparser/repos/gnome-unstable-x86_64/



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:34:04
  Author: ibiru
Revision: 72950

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  totem-plparser/repos/gnome-unstable-x86_64/



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:39:04
  Author: tpowa
Revision: 72951

upgpkg: k3b 1.91.0rc2-1
bump to latest version

Modified:
  k3b/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 16:34:04 UTC (rev 72950)
+++ PKGBUILD2010-03-21 16:39:04 UTC (rev 72951)
@@ -4,7 +4,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=k3b
-pkgver=1.90.0rc1
+pkgver=1.91.0rc2
 pkgrel=1
 depends=('kdebase-runtime' 'kdemultimedia-kioslave' 'libsamplerate' 'libmad'
  'ffmpeg=0.5' 'taglib=1.4' 'libmpcdec=1.2.5' 'libdvdread=4.1.3'
@@ -26,10 +26,10 @@
   cd ${srcdir}/
   mkdir build
   cd build
-  cmake ../${pkgname}-1.90.0 \
+  cmake ../${pkgname}-1.91.0 \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
 }
-md5sums=('8ebba067980f5c124e10093b582d8a74')
+md5sums=('56d1c726a2771d341f59f08d5364d141')



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:40:07
  Author: ibiru
Revision: 72952

update to 2.29.92

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 16:39:04 UTC (rev 72951)
+++ PKGBUILD2010-03-21 16:40:07 UTC (rev 72952)
@@ -3,16 +3,16 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.29.91
+pkgver=2.29.92
 pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
-makedepends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.29.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.2' 'nautilus=2.29.91' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.61' 'lirc-utils' 'gnome-doc-utils=0.19.5' 
'gnome-control-center=2.29.91' 'libtracker=0.6.95' 'intltool' 'pygtk=2.16.0')
+makedepends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.29.92' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.3' 'nautilus=2.29.91' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.62' 'lirc-utils' 'gnome-doc-utils=0.19.5' 
'gnome-control-center=2.29.91' 'intltool' 'pygtk=2.16.0')
 
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.29/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('f91f6ca726e3128cc48072f220b9da892f26cbfa253554b39beff01e95c7d378')
+sha256sums=('a8faa457a0236d813520295b450d9d56f4adaf9a4e1e7ff1ec7a113cf55090bb')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -26,7 +26,7 @@
 
 package_totem() {
   pkgdesc=A GNOME2 integrated movie player based on Gstreamer.
-  depends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.29.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python=2.6' 
'libunique=1.1.6')
+  depends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.29.92' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python=2.6' 
'libunique=1.1.6')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:40:12
  Author: ibiru
Revision: 72953

archrelease: remove gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:40:30
  Author: ibiru
Revision: 72954

archrelease: copy trunk to gnome-unstable-i686

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:40:40
  Author: ibiru
Revision: 72955

archrelease: remove gnome-unstable-x86_64

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



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:40:55
  Author: ibiru
Revision: 72956

archrelease: copy trunk to gnome-unstable-x86_64

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



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:43:17
  Author: tpowa
Revision: 72957

archrelease: remove extra-x86_64

Deleted:
  k3b/repos/extra-x86_64/



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:44:58
  Author: tpowa
Revision: 72958

archrelease: copy trunk to extra-x86_64

Added:
  k3b/repos/extra-x86_64/



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:46:27
  Author: tpowa
Revision: 72959

archrelease: remove extra-i686

Deleted:
  k3b/repos/extra-i686/



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:46:46
  Author: tpowa
Revision: 72960

archrelease: copy trunk to extra-i686

Added:
  k3b/repos/extra-i686/



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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 12:49:02
  Author: jgc
Revision: 72961

Update to 2.22.5

Added:
  glib2/repos/testing-i686/
Modified:
  glib2/repos/testing-i686/PKGBUILD

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

Modified: testing-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2010-03-21 16:43:17 UTC (rev 72957)
+++ testing-i686/PKGBUILD   2010-03-21 16:49:02 UTC (rev 72961)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=glib2
-pkgver=2.22.4
+pkgver=2.22.5
 pkgrel=1
 pkgdesc=Common C routines used by GTK+ 2.4 and other libs
 url=http://www.gtk.org/;
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('pcre=7.9')
+depends=('pcre=8.01')
 makedepends=('pkgconfig')
 options=('!libtool' '!docs')
 source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.22/glib-${pkgver}.tar.bz2
 glib2.sh
 glib2.csh)
-sha256sums=('0d1f6bf8aaeab772f2370229eefda45bef434e3f29a7d1d8e5dfafeaa1d8ad14'
+sha256sums=('802be9c9ffeb631725ffd6ed35af0af309776729a7fab4fcb48f2b0b8fe7245b'
 '9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
 '8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
 



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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 12:49:21
  Author: jgc
Revision: 72962

Update to 2.22.5

Added:
  glib2/repos/testing-x86_64/



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:50:34
  Author: tpowa
Revision: 72963

upgpkg: usermin 1.440-1
bump to latest version

Modified:
  usermin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 16:49:21 UTC (rev 72962)
+++ PKGBUILD2010-03-21 16:50:34 UTC (rev 72963)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=usermin
-pkgver=1.430
+pkgver=1.440
 pkgrel=1
 pkgdesc=a web interface that can be used to easily perform tasks like reading 
mail, setting up SSH or configuring mail forwarding
 arch=(i686 x86_64)
@@ -124,6 +124,6 @@
   #install license
   install -m 644 -D $startdir/src/$pkgname-$pkgver/LICENCE 
$startdir/pkg/usr/share/licenses/usermin/LICENCE
 }
-md5sums=('8996af890e27a13ea1bb4b87ce7cdb81'
+md5sums=('1ecf0bd821eafe3e111d3b78cb84c711'
  'cfef4490cd1ef9517c0b39a7bd75c968'
  'ec37a79f948f778224550930d2a7ca07')



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:52:04
  Author: tpowa
Revision: 72964

archrelease: remove extra-i686

Deleted:
  usermin/repos/extra-i686/



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:52:23
  Author: tpowa
Revision: 72965

archrelease: copy trunk to extra-i686

Added:
  usermin/repos/extra-i686/



[arch-commits] Commit in ocfs2-tools/trunk (PKGBUILD ocfs2-build.patch)

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:55:55
  Author: tpowa
Revision: 72966

upgpkg: ocfs2-tools 1.4.3-1
bump to latest version

Modified:
  ocfs2-tools/trunk/PKGBUILD
Deleted:
  ocfs2-tools/trunk/ocfs2-build.patch

---+
 PKGBUILD  |   11 ---
 ocfs2-build.patch |   10 --
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 16:52:23 UTC (rev 72965)
+++ PKGBUILD2010-03-21 16:55:55 UTC (rev 72966)
@@ -1,20 +1,18 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=ocfs2-tools
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.3
+pkgrel=1
 pkgdesc=Oracle Cluster File System 2 utilities
 arch=(i686 x86_64)
 url=http://oss.oracle.com/projects/ocfs2-tools/;
 depends=('e2fsprogs' 'glib2' 'readline=6.0.00')
 license=('GPL2')
-source=(http://oss.oracle.com/projects/ocfs2-tools/dist/files/source/v1.4/$pkgname-$pkgver.tar.gz
-ocfs2-build.patch)
+source=(http://oss.oracle.com/projects/ocfs2-tools/dist/files/source/v1.4/$pkgname-$pkgver.tar.gz)
 options=(!makeflags)
 optdepends=('python: for using ocfs2console')
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np0 -i ../ocfs2-build.patch || return 1
   ./configure --prefix=/usr --mandir=/usr/share/man
   make LDFLAGS=-L/usr/lib || return 1
   make DESTDIR=$pkgdir install
@@ -23,5 +21,4 @@
   install -m 755 -D $srcdir/$pkgname-$pkgver/vendor/common/o2cb.init \
$pkgdir/etc/rc.d/o2cb
 }
-md5sums=('92f4f9f16c3f74307ad508f5e6a300a1'
- 'fa095cdad5e1f4e3ea3ae31995dc2263')
+md5sums=('7d8895ea41999ce8f468e2bc7dc55ddc')

Deleted: ocfs2-build.patch
===
--- ocfs2-build.patch   2010-03-21 16:52:23 UTC (rev 72965)
+++ ocfs2-build.patch   2010-03-21 16:55:55 UTC (rev 72966)
@@ -1,10 +0,0 @@
 libo2cb/client_proto.c~2009-04-09 11:53:05.0 +0200
-+++ libo2cb/client_proto.c 2009-04-09 11:53:05.0 +0200
-@@ -17,6 +17,7 @@
- #include sys/types.h
- #include sys/socket.h
- #include sys/un.h
-+#include limits.h
- 
- #include o2cb/o2cb_client_proto.h
- 



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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 12:56:05
  Author: jgc
Revision: 72967

upgpkg: libtasn1 2.5-1
Update to 2.5

Modified:
  libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 16:55:55 UTC (rev 72966)
+++ PKGBUILD2010-03-21 16:56:05 UTC (rev 72967)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=libtasn1
-pkgver=2.4
+pkgver=2.5
 pkgrel=1
 pkgdesc=The ASN.1 library used in GNUTLS
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=('!libtool')
 install=libtasn1.install
 source=(ftp://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz)
-md5sums=('bdfd59d6eb7924350e91367eb8adaa3c')
+md5sums=('e60b863697713c3d6a59b1e8c6f9b0d1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 12:56:08
  Author: jgc
Revision: 72968

archrelease: remove extra-i686

Deleted:
  libtasn1/repos/extra-i686/



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:56:10
  Author: tpowa
Revision: 72969

upgpkg: webmin 1.510-1
bump to latest version

Modified:
  webmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 16:56:08 UTC (rev 72968)
+++ PKGBUILD2010-03-21 16:56:10 UTC (rev 72969)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=webmin
-pkgver=1.500
+pkgver=1.510
 pkgrel=1
 pkgdesc=a web-based interface for system administration
 arch=(i686 x86_64)
@@ -209,7 +209,7 @@
   # install license
   install -m 644 -D $startdir/src/$pkgname-$pkgver/LICENCE 
$startdir/pkg/usr/share/licenses/webmin/LICENCE
 }
-md5sums=('b0272f97ea2d1283dd4d35585af256b9'
+md5sums=('cdcc09d71d85d81914a90413eaf21d3f'
  'da6bea412a5be8cf82a813078fec5847'
  '4cf1139093ea59044be42a4f173fb8aa'
  '0673e51af0e81418b4a6c1e205f7e5cd')



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:56:11
  Author: tpowa
Revision: 72970

archrelease: remove extra-i686

Deleted:
  ocfs2-tools/repos/extra-i686/



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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 12:56:17
  Author: jgc
Revision: 72972

archrelease: remove extra-x86_64

Deleted:
  libtasn1/repos/extra-x86_64/



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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 12:56:14
  Author: jgc
Revision: 72971

archrelease: copy trunk to extra-i686

Added:
  libtasn1/repos/extra-i686/



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

2010-03-21 Thread Jan de Groot
Date: Sunday, March 21, 2010 @ 12:56:24
  Author: jgc
Revision: 72973

archrelease: copy trunk to extra-x86_64

Added:
  libtasn1/repos/extra-x86_64/



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

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:57:49
  Author: tpowa
Revision: 72974

archrelease: copy trunk to extra-i686

Added:
  ocfs2-tools/repos/extra-i686/



  1   2   >