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

2010-06-13 Thread Tobias Powalowski
Date: Sunday, June 13, 2010 @ 03:14:30
  Author: tpowa
Revision: 82542

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

Deleted:
  gettext/repos/core-i686/



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

2010-06-13 Thread Tobias Powalowski
Date: Sunday, June 13, 2010 @ 03:14:32
  Author: tpowa
Revision: 82543

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

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



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

2010-06-13 Thread Tobias Powalowski
Date: Sunday, June 13, 2010 @ 03:14:58
  Author: tpowa
Revision: 82544

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

Deleted:
  gettext/repos/core-x86_64/



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

2010-06-13 Thread Tobias Powalowski
Date: Sunday, June 13, 2010 @ 03:15:02
  Author: tpowa
Revision: 82545

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

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



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

2010-06-13 Thread Jan de Groot
Date: Sunday, June 13, 2010 @ 03:21:03
  Author: jgc
Revision: 82547

archrelease: remove testing-i686

Deleted:
  libdrm/repos/testing-i686/



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

2010-06-13 Thread Jan de Groot
Date: Sunday, June 13, 2010 @ 03:21:12
  Author: jgc
Revision: 82548

archrelease: copy trunk to testing-i686

Added:
  libdrm/repos/testing-i686/



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

2010-06-13 Thread Jan de Groot
Date: Sunday, June 13, 2010 @ 03:21:16
  Author: jgc
Revision: 82549

archrelease: remove testing-x86_64

Deleted:
  libdrm/repos/testing-x86_64/



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

2010-06-13 Thread Jan de Groot
Date: Sunday, June 13, 2010 @ 03:21:24
  Author: jgc
Revision: 82550

archrelease: copy trunk to testing-x86_64

Added:
  libdrm/repos/testing-x86_64/



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

2010-06-13 Thread Allan McRae
Date: Sunday, June 13, 2010 @ 08:07:11
  Author: allan
Revision: 82551

upgpkg: coreutils 8.5-2
remove i18n patch, PKGBUILD tidy-up

Added:
  coreutils/trunk/su.pam
Modified:
  coreutils/trunk/PKGBUILD
  coreutils/trunk/coreutils.install
Deleted:
  coreutils/trunk/coreutils-6.10-configuration.patch
  coreutils/trunk/coreutils-i18n.patch
  coreutils/trunk/su

+
 PKGBUILD   |   46 
 coreutils-6.10-configuration.patch |   93 
 coreutils-i18n.patch   | 4048 ---
 coreutils.install  |4 
 su |9 
 su.pam |9 
 6 files changed, 31 insertions(+), 4178 deletions(-)

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


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

2010-06-13 Thread Allan McRae
Date: Sunday, June 13, 2010 @ 08:08:11
  Author: allan
Revision: 82552

archrelease: copy trunk to testing-i686

Added:
  coreutils/repos/testing-i686/



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

2010-06-13 Thread Allan McRae
Date: Sunday, June 13, 2010 @ 08:09:13
  Author: allan
Revision: 82553

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/



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

2010-06-13 Thread Allan McRae
Date: Sunday, June 13, 2010 @ 09:10:44
  Author: allan
Revision: 82554

upgpkg: quilt 0.48-2
removed mktemp dep

Modified:
  quilt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-13 12:09:13 UTC (rev 82553)
+++ PKGBUILD2010-06-13 13:10:44 UTC (rev 82554)
@@ -4,18 +4,18 @@
 
 pkgname=quilt
 pkgver=0.48
-pkgrel=1
+pkgrel=2
 pkgdesc=Manage a series of patches by keeping track of the changes each patch 
makes.
 arch=('i686' 'x86_64')
 url=http://savannah.nongnu.org/projects/quilt;
 license=('GPL')
-depends=('perl' 'diffstat' 'gawk' 'patch' 'diffutils' 'mktemp' 'gettext')
+depends=('perl' 'diffstat' 'gawk' 'patch' 'diffutils' 'gettext')
 source=(http://savannah.nongnu.org/download/quilt/${pkgname}-${pkgver}.tar.gz)
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --mandir=/usr/share/man || return 1
   make || return 1
-  make prefix=${startdir}/pkg/usr mandir=${startdir}/pkg/usr/share/man install 
|| return 1
+  make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man install || return 1
 }
 md5sums=('f77adda60039ffa753f3c584a286f12b')



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

2010-06-13 Thread Allan McRae
Date: Sunday, June 13, 2010 @ 09:10:59
  Author: allan
Revision: 82555

archrelease: remove extra-i686

Deleted:
  quilt/repos/extra-i686/



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

2010-06-13 Thread Allan McRae
Date: Sunday, June 13, 2010 @ 09:11:46
  Author: allan
Revision: 82557

archrelease: remove extra-x86_64

Deleted:
  quilt/repos/extra-x86_64/



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

2010-06-13 Thread Allan McRae
Date: Sunday, June 13, 2010 @ 09:12:20
  Author: allan
Revision: 82558

archrelease: copy trunk to extra-x86_64

Added:
  quilt/repos/extra-x86_64/



[arch-commits] Commit in xfce4-taskmanager/trunk (2 files)

2010-06-13 Thread andyrtr
Date: Sunday, June 13, 2010 @ 10:44:53
  Author: andyrtr
Revision: 82559

upgpkg: xfce4-taskmanager 0.5.92-1
new version 0.5.92 + a fix for proper memory calculation on x86_64 systems

Added:
  
xfce4-taskmanager/trunk/0001-linux-Fix-64-bit-issue-for-the-system-Memory-usage.patch
Modified:
  xfce4-taskmanager/trunk/PKGBUILD

---+
 0001-linux-Fix-64-bit-issue-for-the-system-Memory-usage.patch |   25 ++
 PKGBUILD  |9 ++-
 2 files changed, 31 insertions(+), 3 deletions(-)

Added: 0001-linux-Fix-64-bit-issue-for-the-system-Memory-usage.patch
===
--- 0001-linux-Fix-64-bit-issue-for-the-system-Memory-usage.patch   
(rev 0)
+++ 0001-linux-Fix-64-bit-issue-for-the-system-Memory-usage.patch   
2010-06-13 14:44:53 UTC (rev 82559)
@@ -0,0 +1,25 @@
+ src/task-manager-linux.c |7 +++
+ 1 files changed, 7 insertions(+), 0 deletions(-)
+
+diff --git a/src/task-manager-linux.c b/src/task-manager-linux.c
+index 938cee8..f329629 100644
+--- a/src/task-manager-linux.c
 b/src/task-manager-linux.c
+@@ -30,6 +30,13 @@ get_memory_usage (guint64 *memory_total, guint64 
*memory_free, guint64 *memory_c
+   gchar *filename = /proc/meminfo;
+   gushort found = 0;
+ 
++  *memory_total = 0;
++  *memory_free = 0;
++  *memory_cache = 0;
++  *memory_buffers = 0;
++  *swap_total = 0;
++  *swap_free = 0;
++
+   if ((file = fopen (filename, r)) == NULL)
+   return FALSE;
+ 
+-- 
+1.7.0.4
+
+

Modified: PKGBUILD
===
--- PKGBUILD2010-06-13 13:12:20 UTC (rev 82558)
+++ PKGBUILD2010-06-13 14:44:53 UTC (rev 82559)
@@ -13,11 +13,14 @@
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
 
source=(#http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-   http://dl.dropbox.com/u/2670286/taskmgr/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4d725c1e5df70867684f6078d185e46c')
+   http://dl.dropbox.com/u/2670286/taskmgr/${pkgname}-${pkgver}.tar.bz2
+   0001-linux-Fix-64-bit-issue-for-the-system-Memory-usage.patch)
+md5sums=('4d725c1e5df70867684f6078d185e46c'
+ '09d0a4c7e99d50178e9e013427ffbd61')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i 
${srcdir}/0001-linux-Fix-64-bit-issue-for-the-system-Memory-usage.patch || 
return 1
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
 --localstatedir=/var --disable-static
   make || return 1



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

2010-06-13 Thread andyrtr
Date: Sunday, June 13, 2010 @ 10:45:02
  Author: andyrtr
Revision: 82560

archrelease: remove extra-i686

Deleted:
  xfce4-taskmanager/repos/extra-i686/



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

2010-06-13 Thread andyrtr
Date: Sunday, June 13, 2010 @ 10:45:21
  Author: andyrtr
Revision: 82561

archrelease: copy trunk to extra-i686

Added:
  xfce4-taskmanager/repos/extra-i686/



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

2010-06-13 Thread andyrtr
Date: Sunday, June 13, 2010 @ 10:45:29
  Author: andyrtr
Revision: 82562

archrelease: remove extra-x86_64

Deleted:
  xfce4-taskmanager/repos/extra-x86_64/



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

2010-06-13 Thread andyrtr
Date: Sunday, June 13, 2010 @ 10:45:52
  Author: andyrtr
Revision: 82563

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-taskmanager/repos/extra-x86_64/



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:04:51
  Author: ibiru
Revision: 82565

archrelease: remove extra-i686

Deleted:
  bzr/repos/extra-i686/



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:05:08
  Author: ibiru
Revision: 82566

archrelease: copy trunk to extra-i686

Added:
  bzr/repos/extra-i686/



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:05:47
  Author: ibiru
Revision: 82567

archrelease: remove extra-x86_64

Deleted:
  bzr/repos/extra-x86_64/



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:06:02
  Author: ibiru
Revision: 82568

archrelease: copy trunk to extra-x86_64

Added:
  bzr/repos/extra-x86_64/



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:12:31
  Author: ibiru
Revision: 82569

upgpkg: gnome-python-desktop 2.30.2-1
update to 2.30.2

Modified:
  gnome-python-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-13 18:06:02 UTC (rev 82568)
+++ PKGBUILD2010-06-13 18:12:31 UTC (rev 82569)
@@ -4,18 +4,18 @@
 # Contributor: Wael Nasreddine gand...@siemens-mobiles.org
 
 pkgname=gnome-python-desktop
-pkgver=2.30.0
+pkgver=2.30.2
 pkgrel=1
 pkgdesc=Gnome Python interfaces for libraries not part of the core platform
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
-depends=('gnome-desktop=2.30.0' 'gnome-python=2.28.0')
+depends=('gnome-desktop=2.30.0' 'gnome-python=2.28.1')
 options=('!libtool')
-makedepends=('intltool' 'pkgconfig' 'gnome-media=2.30.0' 
'gnome-panel=2.30.0' 'gtksourceview=1.8.5' 'libgnomeprintui=2.18.5' 
'libgtop=2.28.1' 'totem-plparser=2.30.0' 'evince=2.30.0' 'bug-buddy=2.30.0' 
'brasero=2.30.0')
+makedepends=('intltool' 'pkg-config' 'gnome-media=2.30.0' 
'gnome-panel=2.30.0' 'gtksourceview=1.8.5' 'libgnomeprintui=2.18.5' 
'libgtop=2.28.1' 'totem-plparser=2.30.1' 'evince=2.30.1' 'bug-buddy=2.30.0' 
'brasero=2.30.1')
 optdepends=('gnome-media' 'gnome-panel' 'gtksourceview' 'libgnomeprintui' 
'libgtop' 'totem-plparser' 'evince' 'bug-buddy' 'brasero')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('db997a3c81967d6dc7210dd83e06f18ac6417f804f672e42f15a1d68af371f49')
+sha256sums=('23aa8dbae4bd3d00a5da1eae9500ba3787af4ad0481073ea53e5bff824bbcebb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:12:41
  Author: ibiru
Revision: 82570

archrelease: remove extra-i686

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



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:13:06
  Author: ibiru
Revision: 82572

archrelease: remove extra-x86_64

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



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:13:27
  Author: ibiru
Revision: 82573

archrelease: copy trunk to extra-x86_64

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



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:15:31
  Author: ibiru
Revision: 82574

upgpkg: clutter-gtk 0.10.4-1
update to 0.10.4

Modified:
  clutter-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-13 18:13:27 UTC (rev 82573)
+++ PKGBUILD2010-06-13 18:15:31 UTC (rev 82574)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=clutter-gtk
-pkgver=0.10.2
-pkgrel=2
+pkgver=0.10.4
+pkgrel=1
 pkgdesc=GTK clutter widget
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('clutter=1.0.10' 'gtk2=2.19.5-2')
+depends=('clutter=1.2.8' 'gtk2=2.20.1')
 makedepends=('gobject-introspection')
 
source=(http://www.clutter-project.org/sources/${pkgname}/0.10/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('bb275b07f722631ff1764dd212843d11')
+md5sums=('fd015e8080e1212dacc95d0e3d776d0d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:15:41
  Author: ibiru
Revision: 82575

archrelease: remove extra-i686

Deleted:
  clutter-gtk/repos/extra-i686/



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:31:37
  Author: ibiru
Revision: 82579

upgpkg: banshee 1.6.1-1
update to 1.6.1

Modified:
  banshee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-13 18:16:23 UTC (rev 82578)
+++ PKGBUILD2010-06-13 18:31:37 UTC (rev 82579)
@@ -2,15 +2,15 @@
 # Maintainer: Hugo Doria h...@archlinux.org
 
 pkgname=banshee
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc=Music management and playback for GNOME
 arch=('i686' 'x86_64')
 url=http://banshee-project.org/;
 license=('MIT')
-depends=('sqlite3' 'ndesk-dbus-glib' 'mono-addins' 'taglib-sharp' 
- 'gstreamer0.10-good-plugins' 'gstreamer0.10-base-plugins' 
- 'gnome-sharp' 'libmtp' 'ipod-sharp' 'boo' 'mono-zeroconf' 
+depends=('sqlite3' 'ndesk-dbus-glib' 'mono-addins' 'taglib-sharp'
+ 'gstreamer0.10-good-plugins' 'gstreamer0.10-base-plugins'
+ 'gnome-sharp' 'libmtp' 'ipod-sharp' 'boo' 'mono-zeroconf'
  'libxxf86vm' 'gnome-icon-theme' 'desktop-file-utils' 'webkit-sharp')
 makedepends=('pkgconfig' 'intltool')
 optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
@@ -21,7 +21,7 @@
 options=('!libtool' '!makeflags' '!emptydirs')
 install=banshee.install
 
source=(http://download.banshee-project.org/${pkgname}/stable/${pkgver}/${pkgname}-1-${pkgver}.tar.bz2)
-md5sums=('4ab6f48198627ed7a9a10b13c2656cd2')
+md5sums=('c3456dfa052d9a323f68d3763212c23d')
 
 build() {
   export MONO_SHARED_DIR=${srcdir}/.wabi



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:32:04
  Author: ibiru
Revision: 82580

archrelease: remove extra-i686

Deleted:
  banshee/repos/extra-i686/



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:32:20
  Author: ibiru
Revision: 82581

archrelease: copy trunk to extra-i686

Added:
  banshee/repos/extra-i686/



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:32:49
  Author: ibiru
Revision: 82582

archrelease: remove extra-x86_64

Deleted:
  banshee/repos/extra-x86_64/



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:33:06
  Author: ibiru
Revision: 82583

archrelease: copy trunk to extra-x86_64

Added:
  banshee/repos/extra-x86_64/



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:57:57
  Author: ibiru
Revision: 82585

archrelease: remove extra-i686

Deleted:
  mtr/repos/extra-i686/



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:58:12
  Author: ibiru
Revision: 82586

archrelease: copy trunk to extra-i686

Added:
  mtr/repos/extra-i686/



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:58:19
  Author: ibiru
Revision: 82587

archrelease: remove extra-x86_64

Deleted:
  mtr/repos/extra-x86_64/



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:58:34
  Author: ibiru
Revision: 82588

archrelease: copy trunk to extra-x86_64

Added:
  mtr/repos/extra-x86_64/



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

2010-06-13 Thread Ionut Biru
Date: Sunday, June 13, 2010 @ 14:57:50
  Author: ibiru
Revision: 82584

upgpkg: mtr 0.79-1
update to 0.79

Modified:
  mtr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-13 18:33:06 UTC (rev 82583)
+++ PKGBUILD2010-06-13 18:57:50 UTC (rev 82584)
@@ -1,16 +1,17 @@
 # $Id$
-# Maintainer: Douglas Soares de Andrade doug...@archlinux.org
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=mtr
-pkgver=0.75
-pkgrel=4
+pkgver=0.79
+pkgrel=1
 pkgdesc=Combines the functionality of traceroute and ping into one tool
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtk2=2.14.7' 'ncurses=5.7')
+depends=('gtk2=2.20.1' 'ncurses=5.7')
 source=(ftp://ftp.bitwizard.nl/mtr/${pkgname}-${pkgver}.tar.gz)
 url=http://www.bitwizard.nl/mtr/;
-md5sums=('23baca52d0922c2ecba7eba05317868c')
+md5sums=('f7c1f873e68e7176f60ae9fbb2ca20f4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}