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

2010-02-25 Thread Tobias Powalowski
Date: Thursday, February 25, 2010 @ 04:41:15
  Author: tpowa
Revision: 70178

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

Deleted:
  iputils/repos/core-i686/



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

2010-02-25 Thread Tobias Powalowski
Date: Thursday, February 25, 2010 @ 04:41:16
  Author: tpowa
Revision: 70179

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

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



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

2010-02-25 Thread Tobias Powalowski
Date: Thursday, February 25, 2010 @ 04:41:22
  Author: tpowa
Revision: 70180

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

Deleted:
  iputils/repos/core-x86_64/



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

2010-02-25 Thread Tobias Powalowski
Date: Thursday, February 25, 2010 @ 04:41:23
  Author: tpowa
Revision: 70181

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

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



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

2010-02-25 Thread Allan McRae
Date: Thursday, February 25, 2010 @ 05:44:28
  Author: allan
Revision: 70182

upgpkg: m4 1.4.14-1
upstream update

Modified:
  m4/trunk/PKGBUILD
  m4/trunk/m4.install

+
 PKGBUILD   |   13 +
 m4.install |6 +++---
 2 files changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 09:41:23 UTC (rev 70181)
+++ PKGBUILD2010-02-25 10:44:28 UTC (rev 70182)
@@ -3,24 +3,21 @@
 # Contributor: Andreas Radke andy...@archlinux.org
 
 pkgname=m4
-pkgver=1.4.13
+pkgver=1.4.14
 pkgrel=1
 pkgdesc=m4 macro processor
-arch=(i686 x86_64)
-license=('GPL')
+arch=('i686' 'x86_64')
+license=('GPL3')
 url=http://www.gnu.org/software/m4;
 install=m4.install
 groups=('base-devel')
 depends=('glibc' 'bash')
-source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.gz)
-md5sums=('e9e36108b5f9855a82ca4a07ebc0fd2e')
+source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz)
+md5sums=('e2b871099546846d1df586f195f79b53')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make prefix=${pkgdir}/usr install || return 1
-
-  rm -f ${pkgdir}/usr/share/info/dir
-  gzip -9 $pkgdir/usr/share/info/*
 }

Modified: m4.install
===
--- m4.install  2010-02-25 09:41:23 UTC (rev 70181)
+++ m4.install  2010-02-25 10:44:28 UTC (rev 70182)
@@ -1,10 +1,10 @@
 infodir=/usr/share/info
-filelist=(m4.info.gz m4.info-1.gz m4.info-2.gz)
+filelist=(m4.info m4.info-1 m4.info-2)
 
 post_install() {
   [ -x usr/bin/install-info ] || return 0
   for file in ${fileli...@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
   done
 }
 
@@ -15,6 +15,6 @@
 pre_remove() {
   [ -x usr/bin/install-info ] || return 0
   for file in ${fileli...@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
   done
 }



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

2010-02-25 Thread Allan McRae
Date: Thursday, February 25, 2010 @ 05:45:07
  Author: allan
Revision: 70183

archrelease: copy trunk to testing-i686

Added:
  m4/repos/testing-i686/



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

2010-02-25 Thread Allan McRae
Date: Thursday, February 25, 2010 @ 05:45:48
  Author: allan
Revision: 70184

archrelease: copy trunk to testing-x86_64

Added:
  m4/repos/testing-x86_64/



[arch-commits] Commit in kernel26/trunk (PKGBUILD config config.x86_64)

2010-02-25 Thread Tobias Powalowski
Date: Thursday, February 25, 2010 @ 06:09:34
  Author: tpowa
Revision: 70185

started .33 config

Modified:
  kernel26/trunk/PKGBUILD
  kernel26/trunk/config
  kernel26/trunk/config.x86_64

---+
 PKGBUILD  |9 -
 config|  390 +++-
 config.x86_64 |  382 ++
 3 files changed, 551 insertions(+), 230 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 70184:70185 to see the changes.


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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 07:30:12
  Author: giovanni
Revision: 70186

upgpkg: taglib-sharp 2.0.3.6-1
upstream release

Modified:
  taglib-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 11:09:34 UTC (rev 70185)
+++ PKGBUILD2010-02-25 12:30:12 UTC (rev 70186)
@@ -3,7 +3,7 @@
 # Contributor: Carlos Ruiz cailovirt...@gmail.com
 
 pkgname=taglib-sharp
-pkgver=2.0.3.2
+pkgver=2.0.3.6
 pkgrel=1
 pkgdesc=Free and Open Source library for the .NET 2.0 and Mono frameworks 
which will let you tag your software with as much or as little detail as you 
like without slowing you down.
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('LGPL2')
 depends=('mono=1.9')
 
source=(http://download.banshee-project.org/taglib-sharp/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7c6e613e803b31d3d62e4def0359fcb4')
+md5sums=('4dc516ccf6719dc71130915bbc413c1a')
 
 build() {
   export MONO_SHARED_DIR=${startdir}/src/.wabi



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 07:30:21
  Author: giovanni
Revision: 70187

archrelease: remove extra-i686

Deleted:
  taglib-sharp/repos/extra-i686/



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 07:30:40
  Author: giovanni
Revision: 70188

archrelease: copy trunk to extra-i686

Added:
  taglib-sharp/repos/extra-i686/



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 07:30:50
  Author: giovanni
Revision: 70189

archrelease: remove extra-x86_64

Deleted:
  taglib-sharp/repos/extra-x86_64/



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 07:31:09
  Author: giovanni
Revision: 70190

archrelease: copy trunk to extra-x86_64

Added:
  taglib-sharp/repos/extra-x86_64/



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

2010-02-25 Thread Allan McRae
Date: Thursday, February 25, 2010 @ 07:35:49
  Author: allan
Revision: 70191

upgpkg: sudo 1.7.2p4-1
upstream update - security fix

Modified:
  sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 12:31:09 UTC (rev 70190)
+++ PKGBUILD2010-02-25 12:35:49 UTC (rev 70191)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sudo
-pkgver=1.7.2p3
+pkgver=1.7.2p4
 pkgrel=1
 pkgdesc=Give certain users the ability to run some commands as root
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$pkgver.tar.gz 
 sudo.pam)
 options=('!libtool' '!makeflags' 'force')
-md5sums=('b4bb9a0ae896958b71e48ef91967cdcb'
+md5sums=('3989e5a00538247d7dcef8b514076752'
  '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
 
 build() {



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

2010-02-25 Thread Allan McRae
Date: Thursday, February 25, 2010 @ 07:36:25
  Author: allan
Revision: 70192

archrelease: copy trunk to testing-i686

Added:
  sudo/repos/testing-i686/



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

2010-02-25 Thread Allan McRae
Date: Thursday, February 25, 2010 @ 07:37:00
  Author: allan
Revision: 70193

archrelease: copy trunk to testing-x86_64

Added:
  sudo/repos/testing-x86_64/



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 07:37:08
  Author: giovanni
Revision: 70194

upgpkg: banshee 1.5.4-1
upstream release

Modified:
  banshee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 12:37:00 UTC (rev 70193)
+++ PKGBUILD2010-02-25 12:37:08 UTC (rev 70194)
@@ -2,13 +2,13 @@
 # Maintainer: Hugo Doria h...@archlinux.org
 
 pkgname=banshee
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc=Music management and playback for GNOME
 arch=('i686' 'x86_64')
 url=http://banshee-project.org/;
 license=('MIT')
-depends=('sqlite3=3.6.20' 'ndesk-dbus-glib=0.4.1' 'mono-addins=0.4' 
'taglib-sharp=2.0.3.2' 'gstreamer0.10-good-plugins=0.10.17' 
'gstreamer0.10-base-plugins=0.10.25' 'gnome-sharp=2.24.1' 'libmtp=0.3.7' 
'ipod-sharp=0.8.5' 'boo' 'mono-zeroconf' 'libxxf86vm' 
'gnome-icon-theme=2.28.0' 'desktop-file-utils')
+depends=('sqlite3=3.6.20' 'ndesk-dbus-glib=0.4.1' 'mono-addins=0.4' 
'taglib-sharp=2.0.3.6' 'gstreamer0.10-good-plugins=0.10.17' 
'gstreamer0.10-base-plugins=0.10.25' 'gnome-sharp=2.24.1' 'libmtp=0.3.7' 
'ipod-sharp=0.8.5' 'boo' 'mono-zeroconf' 'libxxf86vm' 
'gnome-icon-theme=2.28.0' 'desktop-file-utils' 'webkit-sharp')
 makedepends=('pkgconfig' 'intltool')
 optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
'gstreamer0.10-bad-plugins: Extra media codecs'
@@ -18,7 +18,7 @@
 options=('!libtool' '!makeflags' '!emptydirs')
 install=banshee.install
 
source=(http://download.banshee-project.org/${pkgname}/stable/${pkgver}/${pkgname}-1-${pkgver}.tar.bz2)
-md5sums=('953124a1be0e9299f092dbf2f9742376')
+md5sums=('42afe839d9953e06c3dce81af06753b3')
 
 build() {
   export MONO_SHARED_DIR=${srcdir}/.wabi



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 07:37:55
  Author: giovanni
Revision: 70195

archrelease: remove extra-i686

Deleted:
  banshee/repos/extra-i686/



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 07:38:13
  Author: giovanni
Revision: 70196

archrelease: copy trunk to extra-i686

Added:
  banshee/repos/extra-i686/



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 07:38:59
  Author: giovanni
Revision: 70197

archrelease: remove extra-x86_64

Deleted:
  banshee/repos/extra-x86_64/



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 07:39:17
  Author: giovanni
Revision: 70198

archrelease: copy trunk to extra-x86_64

Added:
  banshee/repos/extra-x86_64/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 09:54:10
  Author: ibiru
Revision: 70199

update to 2.29.91

Modified:
  gnome-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 12:39:17 UTC (rev 70198)
+++ PKGBUILD2010-02-25 14:54:10 UTC (rev 70199)
@@ -2,13 +2,13 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-games
-pkgver=2.29.6
-pkgrel=2
+pkgver=2.29.91
+pkgrel=1
 pkgdesc=Some Games for GNOME
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libsm' 'gconf=2.28.0' 'guile=1.8.7' 'librsvg=2.26.0' 
'filesystem=2009.11' 'desktop-file-utils' 'gnome-python-desktop=2.29.1' 
'libcanberra=0.21' 'clutter-gtk=0.10.2' 'hicolor-icon-theme' 'seed=2.29.90' 
'gir-repository')
-makedepends=('pkgconfig' 'gnome-doc-utils=0.18.1' 'intltool')
+depends=('libsm' 'gconf=2.28.0' 'guile=1.8.7' 'librsvg=2.26.0' 
'filesystem=2009.11' 'desktop-file-utils' 'gnome-python-desktop=2.29.1' 
'libcanberra=0.21' 'clutter-gtk=0.10.2' 'hicolor-icon-theme' 'seed=2.29.91' 
'gir-repository')
+makedepends=('pkgconfig' 'gnome-doc-utils=0.19.5' 'intltool')
 provides=('glchess' 'gnome-sudoku')
 conflicts=('glchess' 'gnome-sudoku')
 options=('!emptydirs' '!libtool')
@@ -16,7 +16,7 @@
 url=http://www.gnome.org;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('c80f14099ae9d1b6a525386a26cb8e60de1580cde3710bc7116d4b8e96c61a41')
+sha256sums=('2ba63f895a770cb96bc6ac8db6e8a048808df51424d665cbec54bf0028cdea86')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 09:54:31
  Author: ibiru
Revision: 70201

archrelease: copy trunk to gnome-unstable-x86_64

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



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 09:54:35
  Author: ibiru
Revision: 70202

archrelease: remove gnome-unstable-i686

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



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 09:54:52
  Author: ibiru
Revision: 70203

archrelease: copy trunk to gnome-unstable-i686

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



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 10:10:14
  Author: ibiru
Revision: 70204

update to 2.29.91

Modified:
  cheese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 14:54:52 UTC (rev 70203)
+++ PKGBUILD2010-02-25 15:10:14 UTC (rev 70204)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=2.29.90
+pkgver=2.29.91
 pkgrel=1
 pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gnome-desktop=2.29.90' 'gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'librsvg=2.26.0' 
'gnome-icon-theme=2.28.0' 'libcanberra')
-makedepends=('pkgconfig' 'gnome-doc-utils=0.18.0' 'intltool')
+depends=('gnome-desktop=2.29.91' 'gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'librsvg=2.26.0' 
'gnome-icon-theme=2.28.0' 'libcanberra')
+makedepends=('pkgconfig' 'gnome-doc-utils=0.19.5' 'intltool')
 groups=('gnome-extra')
 options=('!libtool' '!emptydirs')
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6b83f56d3688eb0cea9bddc71c9f51de19cc5e564169550c22d09a042f39e492')
+sha256sums=('94f827fc9fdd7cb362fd087b946041726c7aba1d9f783badbf20b9f7958b6da0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 10:10:18
  Author: ibiru
Revision: 70205

archrelease: remove gnome-unstable-x86_64

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



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 10:10:35
  Author: ibiru
Revision: 70206

archrelease: copy trunk to gnome-unstable-x86_64

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



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 10:10:39
  Author: ibiru
Revision: 70207

archrelease: remove gnome-unstable-i686

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



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 10:10:55
  Author: ibiru
Revision: 70208

archrelease: copy trunk to gnome-unstable-i686

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



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 10:19:11
  Author: giovanni
Revision: 70209

upgpkg: samba 3.4.6-1
upstream release

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 15:10:55 UTC (rev 70208)
+++ PKGBUILD2010-02-25 15:19:11 UTC (rev 70209)
@@ -3,12 +3,12 @@
 # Contributor: judd jvi...@zeroflux.org
 pkgbase=samba
 pkgname=('smbclient' 'samba')
-pkgver=3.4.5
+pkgver=3.4.6
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=3.4.5
-pkgrel=1.1
+_realver=3.4.6
+pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')
@@ -131,7 +131,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('8e8a484782f2b7716b6c6bd9a7d2bf71'
+md5sums=('1090ea7e85b0b915c7e3c427d6457e36'
  'e93533fa2296c07c1f645dfdd373657f'
  '5697da77590ec092cc8a883bae06093c'
  'a4bbfa39fee95bba2e7ad6b535fae7e6'



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 10:27:17
  Author: giovanni
Revision: 70210

archrelease: remove extra-i686

Deleted:
  samba/repos/extra-i686/



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 10:27:37
  Author: giovanni
Revision: 70211

archrelease: copy trunk to extra-i686

Added:
  samba/repos/extra-i686/



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 10:36:30
  Author: giovanni
Revision: 70212

archrelease: remove extra-x86_64

Deleted:
  samba/repos/extra-x86_64/



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 10:36:50
  Author: giovanni
Revision: 70213

archrelease: copy trunk to extra-x86_64

Added:
  samba/repos/extra-x86_64/



[arch-commits] Commit in gnome-settings-daemon/trunk (2 files)

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:00:01
  Author: ibiru
Revision: 70214

update to 2.29.91, modify patch to build with this version

Added:
  gnome-settings-daemon/trunk/gstreamer-volume-2.29.91.patch
Modified:
  gnome-settings-daemon/trunk/PKGBUILD

+
 PKGBUILD   |   10 
 gstreamer-volume-2.29.91.patch | 2741 +++
 2 files changed, 2746 insertions(+), 5 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 70213:70214 to see the changes.


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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:00:07
  Author: ibiru
Revision: 70215

archrelease: remove gnome-unstable-x86_64

Deleted:
  gnome-settings-daemon/repos/gnome-unstable-x86_64/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:00:33
  Author: ibiru
Revision: 70216

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-settings-daemon/repos/gnome-unstable-x86_64/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:00:38
  Author: ibiru
Revision: 70217

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-settings-daemon/repos/gnome-unstable-i686/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:01:07
  Author: ibiru
Revision: 70218

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-settings-daemon/repos/gnome-unstable-i686/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:17:07
  Author: ibiru
Revision: 70219

update to 2.29.91

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 16:01:07 UTC (rev 70218)
+++ PKGBUILD2010-02-25 16:17:07 UTC (rev 70219)
@@ -2,12 +2,12 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-control-center
-pkgver=2.29.90
+pkgver=2.29.91
 pkgrel=1
 pkgdesc=The Control Center for GNOME
-arch=(i686 x86_64)
-depends=('metacity=2.28.1' 'libxss' 'desktop-file-utils' 
'gnome-settings-daemon=2.29.90' 'libgnomekbd=2.29.5' 'libcanberra=0.21' 
'sound-theme-freedesktop' 'libunique=1.1.6' 'gnome-menus=2.29.6' 
'evolution-data-server=2.29.90' 'librsvg=2.26.0')
-makedepends=('gnome-doc-utils=0.18.0' 'pkgconfig' 'intltool')
+arch=('i686' 'x86_64')
+depends=('metacity=2.28.1' 'libxss' 'desktop-file-utils' 
'gnome-settings-daemon=2.29.91' 'libgnomekbd=2.29.5' 'libcanberra=0.21' 
'sound-theme-freedesktop' 'libunique=1.1.6' 'gnome-menus=2.29.6' 
'evolution-data-server=2.29.90' 'librsvg=2.26.0')
+makedepends=('gnome-doc-utils=0.19.5' 'pkgconfig' 'intltool')
 url=http://www.gnome.org;
 groups=('gnome')
 replaces=('control-center')
@@ -17,7 +17,7 @@
 license=('GPL')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('d40ae44e131cae16ab375fbe06ee263955777a17af6ad9fc9af18ebcc42dad82')
+sha256sums=('7cc914f0d28d67382158d683b8c687c57c3b16ea09e90cf2352cbb2ef6636340')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:17:11
  Author: ibiru
Revision: 70220

archrelease: remove gnome-unstable-x86_64

Deleted:
  gnome-control-center/repos/gnome-unstable-x86_64/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:17:33
  Author: ibiru
Revision: 70221

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-control-center/repos/gnome-unstable-x86_64/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:17:37
  Author: ibiru
Revision: 70222

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-control-center/repos/gnome-unstable-i686/



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 11:17:45
  Author: giovanni
Revision: 70223

upgpkg: smb4k 0.10.5-1
upstream release

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 16:17:37 UTC (rev 70222)
+++ PKGBUILD2010-02-25 16:17:45 UTC (rev 70223)
@@ -3,7 +3,7 @@
 # Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
 
 pkgname=smb4k
-pkgver=0.10.4
+pkgver=0.10.5
 pkgrel=1
 pkgdesc=A KDE program that browses samba shares
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=smb4k.install
-source=(http://download.berlios.de/smb4k/$pkgname-$pkgver.tar.bz2)
-md5sums=('e8676d8baaecdbcee60354c687a88a55')
+source=(http://download.berlios.de/smb4k/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('7596632420ebdb50a21dc0f3fa559727')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
   make VERBOSE=1 || return 1



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:17:55
  Author: ibiru
Revision: 70224

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-control-center/repos/gnome-unstable-i686/



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 11:18:15
  Author: giovanni
Revision: 70225

archrelease: remove extra-i686

Deleted:
  smb4k/repos/extra-i686/



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 11:18:35
  Author: giovanni
Revision: 70226

archrelease: copy trunk to extra-i686

Added:
  smb4k/repos/extra-i686/



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 11:19:06
  Author: giovanni
Revision: 70227

archrelease: remove extra-x86_64

Deleted:
  smb4k/repos/extra-x86_64/



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

2010-02-25 Thread Giovanni Scafora
Date: Thursday, February 25, 2010 @ 11:19:26
  Author: giovanni
Revision: 70228

archrelease: copy trunk to extra-x86_64

Added:
  smb4k/repos/extra-x86_64/



[arch-commits] Commit in gnome-settings-daemon/trunk (2 files)

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:25:05
  Author: ibiru
Revision: 70229

redo the patch

Modified:
  gnome-settings-daemon/trunk/PKGBUILD
  gnome-settings-daemon/trunk/gstreamer-volume-2.29.91.patch

+
 PKGBUILD   |2 
 gstreamer-volume-2.29.91.patch | 1944 ---
 2 files changed, 7 insertions(+), 1939 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 70228:70229 to see the changes.


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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:25:47
  Author: ibiru
Revision: 70230

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-settings-daemon/repos/gnome-unstable-i686/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:26:10
  Author: ibiru
Revision: 70231

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-settings-daemon/repos/gnome-unstable-i686/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:26:28
  Author: ibiru
Revision: 70232

archrelease: remove gnome-unstable-x86_64

Deleted:
  gnome-settings-daemon/repos/gnome-unstable-x86_64/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:26:47
  Author: ibiru
Revision: 70233

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-settings-daemon/repos/gnome-unstable-x86_64/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:43:18
  Author: ibiru
Revision: 70234

upgpkg: thunderbird-i18n 3.0.2-1
update to 3.0.2

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 16:26:47 UTC (rev 70233)
+++ PKGBUILD2010-02-25 16:43:18 UTC (rev 70234)
@@ -12,7 +12,7 @@
'thunderbird-pa' 'thunderbird-pl' 'thunderbird-pt-br' 'thunderbird-pt' 
'thunderbird-ro'
'thunderbird-ru' 'thunderbird-sk' 'thunderbird-sv' 'thunderbird-tr' 
'thunderbird-uk'
'thunderbird-zh-cn' 'thunderbird-zh-tw')
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc=Language packs for Thunderbird
 arch=('any')
@@ -94,42 +94,6 @@
 'uk.xpi'
 'zh-CN.xpi'
 'zh-TW.xpi')
-md5sums=('e1fa4f2701ebb977114775983559dee8'
- 'f3bbb6b340976b57510154e75ddf'
- '0a5d6472386e1988757387e2f3e614b6'
- 'c5eb448fad117f1517cc90a7dafaab49'
- 'e51ee66c9ba04161b3cb70afd2249f7d'
- '69b6ea9acc7fd81fcb60a736956e0afc'
- '36b7e626c1e68a391c58fd64d1bcc315'
- '9603fd6df1eff0c69cd5621e9fa72607'
- '1007f20b37c17234485aab675de03713'
- 'b0c1d7b6439e8a880f72ab23f9d6437b'
- '200c3489109435101928749541069962'
- 'c766f722964e854fd6b17843375079da'
- 'c6978d11713d1b96c21b0579905cc74c'
- '490e6303f91dd8a0754c15954f47623d'
- '8f41554790647d96df89e4957d684c72'
- '8e07c431dc1e5eb3d90bdfe3712c42c7'
- 'b1485594e66f785abd125cb61e620aa7'
- '7f7dcdecf6708c4a481db57ea082f306'
- 'f7261cf77a41f50ce0663b1bf9f97eb2'
- 'd768a44fb07afad771852e88a4978247'
- 'ee1d4d3060f1759a1e604197ade1a426'
- 'e06e0fa0f2ccd4fc2c42f08674521420'
- '5ae4eee97b320bc4a575c86f930e03a4'
- 'deb1bd36d277e70f9d600c0c72693fa3'
- 'a0c50f79512e90f1a5b27012fedb6ca2'
- '24fb5db23baf9461ec01774e136ae8e3'
- '7787a4fecd324659c07298da5ca1bff1'
- 'b4d7dcbcd59b1a8a5fc5e59e699fe4bc'
- 'f860280f1bb20fbfcbaa981f51aa564f'
- '708de996c71554760e4e9be738bf2975'
- 'b6d0940ccc7618523ecb8ec2d145ab9b'
- 'd76a46384953fcb5c87cd9078f4cf0ec'
- 'a6ac7e73985675dd1ae17a7bd87be253'
- '31a89856065bfe948e48a68333b91ac5'
- '7bbaf665265e7df78cc94f21a00a704c'
- '545520c3076b94c8c579a46ae305d48b')
 
 build() {
   cd ${srcdir}
@@ -476,3 +440,39 @@
   install -D -m644 chrome/zh-TW.jar 
${pkgdir}/usr/lib/thunderbird-3.0/chrome/zh-TW.jar || return 1
   install -D -m644 chrome.manifest 
${pkgdir}/usr/lib/thunderbird-3.0/chrome/zh-TW.manifest || return 1
 }
+md5sums=('ae59dea59f85341ef0b9a3f64f6ff178'
+ '67c584e23d5b2c9fb69a168fa23fea4c'
+ '531c2e098dd5ddaa2260641c77fda8c9'
+ 'a6bce1e6f26b241d2da00691bd5f55a1'
+ '91d697e97f2f1da0c37bfcae5bc586d5'
+ '41b116c36815dd08a85b8ab5f3b1547d'
+ '9769e5bb76bc4118f5400cb16aa02bf9'
+ 'c5a0abe0e4a3d9c582c5111650f7e8b2'
+ '3b273f4c70df565ce3397425c47ffab1'
+ 'e27710126449e96a216e5f20594fd873'
+ 'efb8e0e4ec2bad77d73b46c06c6a5353'
+ '57000d3576c91f328f29d7aaef95bfa4'
+ 'a279c9c7dafc1f50eb05aa9b74da620c'
+ 'f7409a2062fb9a7219e28ee7a35c0814'
+ 'cb8c5f30c44a0762949820f749719742'
+ '00190f25708de65261d441007d98aa7a'
+ 'f34bf16c1352b6e03ab61a0cc0d1d013'
+ '2df23fa9db2b766aaad855b0ebd6b320'
+ 'd0c9700c78555de870fa58da3d391715'
+ '7738483849137bedf063456e47646ad4'
+ '7743c88094844bc382120d67fa213251'
+ '14b7213475d68e67630baa4400b008d4'
+ '7f7094d63b99153eaeea5bb4548011f0'
+ '24a4caed568d85699e513cb5e8c0512e'
+ 'ae8832024b51f3440509647e3219524b'
+ '3240913204f7055ff4025f1b6bd5b1bb'
+ 'd55cb927ca4503489ad01d5ca238ca89'
+ '68c274e66860ffda56cfd747434bd3ee'
+ '0bb07916cbd0ade94e23f12679b3e52a'
+ '4c0c4d273a45a3ec744f2c5bd3c3c45e'
+ 'a702433c2c4533307d21bf0327404fa2'
+ 'dcac0bbf75c783a153bc8bbf383494be'
+ '4a9de520dafdad5df2a5260a553f12a0'
+ 'c969d733d351a88217ff356f04435a0b'
+ 'c17448de2cd746c74b27e5aaf713733a'
+ '4e8e7a63ce90066b5edaeafd0e2dc9e6')



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:46:52
  Author: ibiru
Revision: 70235

archrelease: remove extra-any

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



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 11:47:14
  Author: ibiru
Revision: 70236

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/



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

2010-02-25 Thread Vesa Kaihlavirta
Date: Thursday, February 25, 2010 @ 12:05:03
  Author: vesa
Revision: 70237

upstream upgrade

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 16:47:14 UTC (rev 70236)
+++ PKGBUILD2010-02-25 17:05:03 UTC (rev 70237)
@@ -3,8 +3,8 @@
 # Maintainer: Vesa Kaihlavirta v...@archlinux.org
 
 pkgname=erlang
-pkgver=R13B03
-pkgrel=2
+pkgver=R13B04
+pkgrel=1
 pkgdesc=A small concurrent functional programming language developed by 
Ericsson.
 arch=(i686 x86_64)
 url=http://www.erlang.org/index.html;
@@ -57,5 +57,5 @@
   install -Dm644 $srcdir/otp_src_${pkgver/./-}/EPLICENCE 
$pkgdir/usr/share/licenses/$pkgname/EPLICENCE
 
 }
-md5sums=('411fcb29f0819973f71e28f6b56d9948'
- '1fe80b110061ef73614824fb06d4d6eb')
+md5sums=('ca6da4921e438891967900aa6a084341'
+ '681aaef70affc64743f4e8c0675034af')



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 14:33:51
  Author: ibiru
Revision: 70265

remove libtracker dependency

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 18:48:52 UTC (rev 70264)
+++ PKGBUILD2010-02-25 19:33:51 UTC (rev 70265)
@@ -3,11 +3,11 @@
 
 pkgname=nautilus
 pkgver=2.29.91
-pkgrel=1
+pkgrel=2
 pkgdesc=The GNOME shell and file manager
 arch=(i686 x86_64)
 license=('GPL')
-depends=('libbeagle=0.3.9' 'libtracker=0.6.95' 'libexif=0.6.19' 
'exempi=2.1.1' 'gnome-icon-theme=2.28.0' 'desktop-file-utils' 'gvfs=1.5.4' 
'libunique=1.1.6' 'gnome-desktop=2.29.91')
+depends=('libbeagle=0.3.9' 'libexif=0.6.19' 'exempi=2.1.1' 
'gnome-icon-theme=2.28.0' 'desktop-file-utils' 'gvfs=1.5.4' 
'libunique=1.1.6' 'gnome-desktop=2.29.91')
 makedepends=('pkgconfig' 'intltool')
 replaces=('gnome-volume-manager')
 url=http://www.gnome.org;



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 14:33:55
  Author: ibiru
Revision: 70266

archrelease: remove gnome-unstable-i686

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



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 14:34:13
  Author: ibiru
Revision: 70267

archrelease: copy trunk to gnome-unstable-i686

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



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 14:34:16
  Author: ibiru
Revision: 70268

archrelease: remove gnome-unstable-x86_64

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



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 14:34:33
  Author: ibiru
Revision: 70269

archrelease: copy trunk to gnome-unstable-x86_64

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



[arch-commits] Commit in gnome-icon-theme/repos (gnome-unstable-any)

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 13:48:52
  Author: ibiru
Revision: 70264

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-icon-theme/repos/gnome-unstable-any/



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

2010-02-25 Thread Ronald van Haren
Date: Thursday, February 25, 2010 @ 13:36:00
  Author: ronald
Revision: 70253

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

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



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 13:43:59
  Author: ibiru
Revision: 70262

archrelease: copy trunk to gnome-unstable-i686

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



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

2010-02-25 Thread Ronald van Haren
Date: Thursday, February 25, 2010 @ 13:36:12
  Author: ronald
Revision: 70257

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

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



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

2010-02-25 Thread Ronald van Haren
Date: Thursday, February 25, 2010 @ 13:35:56
  Author: ronald
Revision: 70251

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

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



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

2010-02-25 Thread Ronald van Haren
Date: Thursday, February 25, 2010 @ 13:35:55
  Author: ronald
Revision: 70250

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

Deleted:
  heimdal/repos/core-i686/



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

2010-02-25 Thread Ronald van Haren
Date: Thursday, February 25, 2010 @ 13:35:59
  Author: ronald
Revision: 70252

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

Deleted:
  e2fsprogs/repos/core-i686/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 13:48:35
  Author: ibiru
Revision: 70263

update to 2.29.90

Modified:
  gnome-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 18:43:59 UTC (rev 70262)
+++ PKGBUILD2010-02-25 18:48:35 UTC (rev 70263)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-icon-theme
-pkgver=2.28.0
+pkgver=2.29.0
 pkgrel=1
 pkgdesc=Default icon theme for GNOME2
 arch=(any)
@@ -12,8 +12,8 @@
 license=('GPL')
 groups=('gnome')
 install=gnome-icon-theme.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('31ecbd459ae059672793e46c773742897cb95e22ca5900ccdfb2a22aa30f3884')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('84072e8e80ab7fba2e94e778f8873dd9606810c6bfb695119d1378361af31779')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 15:09:09
  Author: ibiru
Revision: 70270

update to 2.29.91

Modified:
  deskbar-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 19:34:33 UTC (rev 70269)
+++ PKGBUILD2010-02-25 20:09:09 UTC (rev 70270)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=deskbar-applet
-pkgver=2.29.90
+pkgver=2.29.91
 pkgrel=1
 pkgdesc=An all-in-one search bar for the GNOME panel
 arch=(i686 x86_64)
 url=http://raphael.slinckx.net/deskbar/;
 license=('GPL')
-depends=('gnome-desktop=2.29.90' 'gnome-python-desktop=2.29.1' 
'gnome-panel=2.29.6' 'dbus-python=0.83.0')
-makedepends=('evolution-data-server=2.29.90' 'gettext' 'intltool' 'pkgconfig' 
'gnome-doc-utils=0.18.0')
+depends=('gnome-desktop=2.29.91' 'gnome-python-desktop=2.29.1' 
'gnome-panel=2.29.91' 'dbus-python=0.83.0')
+makedepends=('evolution-data-server=2.29.91' 'gettext' 'intltool' 'pkgconfig' 
'gnome-doc-utils=0.19.5')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 install=deskbar-applet.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/deskbar-applet/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('fc9269394be3f6fbc4b5313ecbc5af1138a9198f2856765c16bf387e7c15d337')
+sha256sums=('489b4762c7499f1c9bbccf92b6769c8fa458f657de99f6aca3110b6767201b0d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 15:09:14
  Author: ibiru
Revision: 70271

archrelease: remove gnome-unstable-i686

Deleted:
  deskbar-applet/repos/gnome-unstable-i686/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 15:09:31
  Author: ibiru
Revision: 70272

archrelease: copy trunk to gnome-unstable-i686

Added:
  deskbar-applet/repos/gnome-unstable-i686/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 13:43:20
  Author: ibiru
Revision: 70259

archrelease: remove gnome-unstable-x86_64

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



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 15:09:35
  Author: ibiru
Revision: 70273

archrelease: remove gnome-unstable-x86_64

Deleted:
  deskbar-applet/repos/gnome-unstable-x86_64/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 15:09:53
  Author: ibiru
Revision: 70274

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  deskbar-applet/repos/gnome-unstable-x86_64/



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

2010-02-25 Thread Ronald van Haren
Date: Thursday, February 25, 2010 @ 13:36:11
  Author: ronald
Revision: 70256

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

Deleted:
  e2fsprogs/repos/core-x86_64/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 13:43:38
  Author: ibiru
Revision: 70260

archrelease: copy trunk to gnome-unstable-x86_64

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



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 13:43:17
  Author: ibiru
Revision: 70258

update to 2.29.91

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 18:36:12 UTC (rev 70257)
+++ PKGBUILD2010-02-25 18:43:17 UTC (rev 70258)
@@ -3,16 +3,16 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.29.4
-pkgrel=2
+pkgver=2.29.91
+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.90' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.60' 'lirc-utils' 'gnome-doc-utils=0.18.1' 
'gnome-control-center=2.29.90' '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.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')
 
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.29/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('04f6fe7fdeb75d2151b5556558b7f8edaa73cfd0ae68fc26b9065848563d9c95')
+sha256sums=('f91f6ca726e3128cc48072f220b9da892f26cbfa253554b39beff01e95c7d378')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



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

2010-02-25 Thread Ronald van Haren
Date: Thursday, February 25, 2010 @ 13:36:07
  Author: ronald
Revision: 70254

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

Deleted:
  heimdal/repos/core-x86_64/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 13:43:42
  Author: ibiru
Revision: 70261

archrelease: remove gnome-unstable-i686

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



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

2010-02-25 Thread Ronald van Haren
Date: Thursday, February 25, 2010 @ 13:36:09
  Author: ronald
Revision: 70255

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

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



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 15:26:54
  Author: ibiru
Revision: 70275

update to 2.29.91

Modified:
  gnome-user-share/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 20:09:53 UTC (rev 70274)
+++ PKGBUILD2010-02-25 20:26:54 UTC (rev 70275)
@@ -2,18 +2,18 @@
 # Maintainer: Roman Kyrylych ro...@archlinux.org
 
 pkgname=gnome-user-share
-pkgver=2.28.2
+pkgver=2.29.91
 pkgrel=1
 pkgdesc=Easy to use user-level file sharing for GNOME.
 arch=('i686' 'x86_64')
 url=http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
 license=('GPL')
-depends=('mod_dnssd=0.6-3' 'gconf=2.28.0' 'hicolor-icon-theme' 
'libnotify=0.4.5' 'gnome-bluetooth=2.28.6' 'libcanberra=0.21')
-makedepends=('intltool' 'gnome-doc-utils=0.18.1')
-options=('!emptydirs')
+depends=('mod_dnssd=0.6-3' 'gconf=2.28.0' 'hicolor-icon-theme' 
'libnotify=0.4.5' 'gnome-bluetooth=2.29.3' 'libcanberra=0.21')
+makedepends=('intltool' 'gnome-doc-utils=0.19.5' 'nautilus=2.29.91')
+options=('!emptydirs' '!libtool')
 install=gnome-user-share.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b3250a8fcccf9f750cfa83f06d9d89abf193df1b689e27bbc802299d6875cfd2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('478e7afc43a068dc3960c6cd3c114d336914e385ed0d21eeb4db339778605318')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 15:27:19
  Author: ibiru
Revision: 70276

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-user-share/repos/gnome-unstable-i686/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 15:27:36
  Author: ibiru
Revision: 70277

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-user-share/repos/gnome-unstable-x86_64/



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

2010-02-25 Thread Daniel Griffiths
Date: Thursday, February 25, 2010 @ 15:28:26
  Author: dgriffiths
Revision: 70278

Modified:
  proftpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 20:27:36 UTC (rev 70277)
+++ PKGBUILD2010-02-25 20:28:26 UTC (rev 70278)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=proftpd
-pkgver=1.3.2d
+pkgver=1.3.3
 pkgrel=1
 pkgdesc=A high-performance, scalable FTP server
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
'proftpd'
 'proftpd.logrotate'
'proftpd.conf.d')
-md5sums=('0941935e30199a3f22f7225fe76bc489'
+md5sums=('3951244f1940f0a40e8af142a9cf67fe'
  '99f6f9a989e70e3fa50809fc2b0a'
  'ddb09eb13131becdf0e081eef413116b'
  '71d5932b0461c318ed68c2c0c2660736')



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

2010-02-25 Thread Daniel Griffiths
Date: Thursday, February 25, 2010 @ 15:28:30
  Author: dgriffiths
Revision: 70279

archrelease: remove extra-i686

Deleted:
  proftpd/repos/extra-i686/



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

2010-02-25 Thread Daniel Griffiths
Date: Thursday, February 25, 2010 @ 15:28:37
  Author: dgriffiths
Revision: 70280

archrelease: copy trunk to extra-i686

Added:
  proftpd/repos/extra-i686/



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

2010-02-25 Thread Daniel Griffiths
Date: Thursday, February 25, 2010 @ 15:28:41
  Author: dgriffiths
Revision: 70281

archrelease: remove extra-x86_64

Deleted:
  proftpd/repos/extra-x86_64/



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

2010-02-25 Thread Daniel Griffiths
Date: Thursday, February 25, 2010 @ 15:28:48
  Author: dgriffiths
Revision: 70282

archrelease: copy trunk to extra-x86_64

Added:
  proftpd/repos/extra-x86_64/



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 15:52:13
  Author: ibiru
Revision: 70283

update to 2.19.6

Modified:
  gtkmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 20:28:48 UTC (rev 70282)
+++ PKGBUILD2010-02-25 20:52:13 UTC (rev 70283)
@@ -3,16 +3,16 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtkmm
-pkgver=2.18.2
+pkgver=2.19.6
 pkgrel=1
 pkgdesc=C++ bindings for gtk2
-arch=(i686 x86_64)
-depends=('gtk2=2.18.1' 'pangomm=2.26.0' 'glibmm=2.22.1')
+arch=('i686' 'x86_64')
+depends=('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/${pkgname}/2.18/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('dfc003e22ecdc046cbae731b24e077ed87efa0f9ca57a0735dfe716c560b474e')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.19/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('5d51071c0cb597778d3aa66245eace32449a0720ab7fae8b2cc5d59282389a7f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 15:52:30
  Author: ibiru
Revision: 70284

archrelease: copy trunk to gnome-unstable-i686

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



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

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 15:52:47
  Author: ibiru
Revision: 70285

archrelease: copy trunk to gnome-unstable-x86_64

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



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

2010-02-25 Thread Allan McRae
Date: Thursday, February 25, 2010 @ 16:24:39
  Author: allan
Revision: 70286

db-move: sudo removed by allan for move to core

Deleted:
  sudo/repos/core-i686/



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

2010-02-25 Thread Allan McRae
Date: Thursday, February 25, 2010 @ 16:24:39
  Author: allan
Revision: 70287

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

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



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

2010-02-25 Thread Allan McRae
Date: Thursday, February 25, 2010 @ 16:24:46
  Author: allan
Revision: 70288

db-move: sudo removed by allan for move to core

Deleted:
  sudo/repos/core-x86_64/



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

2010-02-25 Thread Allan McRae
Date: Thursday, February 25, 2010 @ 16:24:47
  Author: allan
Revision: 70289

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

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



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

2010-02-25 Thread Daniel Griffiths
Date: Thursday, February 25, 2010 @ 16:39:09
  Author: dgriffiths
Revision: 70291

archrelease: remove extra-i686

Deleted:
  avahi/repos/extra-i686/



  1   2   >