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

2010-11-28 Thread Ray Rashif
Date: Sunday, November 28, 2010 @ 04:32:41
  Author: schiv
Revision: 101115

db-move: schedtool removed by schiv for move to [extra] (i686)

Deleted:
  schedtool/repos/extra-i686/



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

2010-11-28 Thread Ray Rashif
Date: Sunday, November 28, 2010 @ 04:32:42
  Author: schiv
Revision: 101117

db-move: schedtool removed by schiv for move to [extra] (x86_64)

Deleted:
  schedtool/repos/extra-x86_64/



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

2010-11-28 Thread Ray Rashif
Date: Sunday, November 28, 2010 @ 04:32:43
  Author: schiv
Revision: 101118

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

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 05:04:15
  Author: ibiru
Revision: 101119

force using python2

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 09:32:43 UTC (rev 101118)
+++ PKGBUILD2010-11-28 10:04:15 UTC (rev 101119)
@@ -18,7 +18,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
   --libexecdir=/usr/lib --disable-scrollkeeper
   make
   make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 05:04:33
  Author: ibiru
Revision: 101120

archrelease: remove extra-x86_64

Deleted:
  gedit/repos/extra-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 05:04:47
  Author: ibiru
Revision: 101121

archrelease: copy trunk to extra-x86_64

Added:
  gedit/repos/extra-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 05:04:52
  Author: ibiru
Revision: 101122

archrelease: remove extra-i686

Deleted:
  gedit/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 05:05:06
  Author: ibiru
Revision: 101123

archrelease: copy trunk to extra-i686

Added:
  gedit/repos/extra-i686/



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

2010-11-28 Thread Giovanni Scafora
Date: Sunday, November 28, 2010 @ 06:18:42
  Author: giovanni
Revision: 101124

upgpkg: amule 10390-1
upstream release

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 10:05:06 UTC (rev 101123)
+++ PKGBUILD2010-11-28 11:18:42 UTC (rev 101124)
@@ -5,7 +5,7 @@
 # Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
 
 pkgname=amule
-pkgver=10386
+pkgver=10390
 pkgrel=1
 pkgdesc=An eMule-like client for ed2k p2p network
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('wxgtk' 'gd' 'geoip' 'libupnp')
 makedepends=('crypto++')
 source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2)
-md5sums=('c6eba2028d853d630336d3429d268b8b')
+md5sums=('3107ea8ab3c8d59543c1d1e541cf4ee8')
 
 build() {
   cd ${srcdir}/aMule-SVN-r${pkgver}



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

2010-11-28 Thread Giovanni Scafora
Date: Sunday, November 28, 2010 @ 06:19:36
  Author: giovanni
Revision: 101125

archrelease: remove extra-i686

Deleted:
  amule/repos/extra-i686/



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

2010-11-28 Thread Giovanni Scafora
Date: Sunday, November 28, 2010 @ 06:19:54
  Author: giovanni
Revision: 101126

archrelease: copy trunk to extra-i686

Added:
  amule/repos/extra-i686/



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

2010-11-28 Thread Gaetan Bisson
Date: Sunday, November 28, 2010 @ 06:20:11
  Author: bisson
Revision: 101127

make python version explicit, fixes FS#21865

Modified:
  avahi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 11:19:54 UTC (rev 101126)
+++ PKGBUILD2010-11-28 11:20:11 UTC (rev 101127)
@@ -37,7 +37,9 @@
   sed -i 's/netdev/network/g' avahi-daemon/avahi-dbus.conf
   patch -Np0 -i ${srcdir}/avahi-daemon-dbus.patch
 
-  ./configure \
+  # pygtk requires python2; make it explicit in case other python are 
installed: FS#21865
+  PYTHON=python2 \
+./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \



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

2010-11-28 Thread Giovanni Scafora
Date: Sunday, November 28, 2010 @ 06:20:45
  Author: giovanni
Revision: 101128

archrelease: remove extra-x86_64

Deleted:
  amule/repos/extra-x86_64/



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

2010-11-28 Thread Giovanni Scafora
Date: Sunday, November 28, 2010 @ 06:21:04
  Author: giovanni
Revision: 101129

archrelease: copy trunk to extra-x86_64

Added:
  amule/repos/extra-x86_64/



[arch-commits] Commit in wireless-regdb/repos (core-any)

2010-11-28 Thread Thomas Bächler
Date: Sunday, November 28, 2010 @ 06:29:19
  Author: thomas
Revision: 101130

db-move: wireless-regdb removed by thomas for move to [core] (any)

Deleted:
  wireless-regdb/repos/core-any/



[arch-commits] Commit in wireless-regdb/repos (core-any testing-any)

2010-11-28 Thread Thomas Bächler
Date: Sunday, November 28, 2010 @ 06:29:19
  Author: thomas
Revision: 101131

db-move: moved wireless-regdb from [testing] to [core] (any)

Added:
  wireless-regdb/repos/core-any/
Deleted:
  wireless-regdb/repos/testing-any/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 07:58:39
  Author: ibiru
Revision: 101132

force python

Modified:
  dbus-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 11:29:19 UTC (rev 101131)
+++ PKGBUILD2010-11-28 12:58:39 UTC (rev 101132)
@@ -16,7 +16,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  PYTHON=python2 ./configure --prefix=/usr
   make
   make DESTDIR=${pkgdir} install
 }



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 07:58:55
  Author: ibiru
Revision: 101133

archrelease: remove extra-i686

Deleted:
  dbus-python/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 07:59:07
  Author: ibiru
Revision: 101134

archrelease: copy trunk to extra-i686

Added:
  dbus-python/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 07:59:11
  Author: ibiru
Revision: 101135

archrelease: remove extra-x86_64

Deleted:
  dbus-python/repos/extra-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 07:59:24
  Author: ibiru
Revision: 101136

archrelease: copy trunk to extra-x86_64

Added:
  dbus-python/repos/extra-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:05:59
  Author: ibiru
Revision: 101137

force python2

Modified:
  deskbar-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 12:59:24 UTC (rev 101136)
+++ PKGBUILD2010-11-28 13:05:59 UTC (rev 101137)
@@ -19,7 +19,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed '/^modulesdir=/ s/@libdir@/@libexecdir@/' -i data/deskbar-applet.pc.in
-  LD_PRELOAD= ./configure --prefix=/usr --sysconfdir=/etc \
+  LD_PRELOAD= PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --libexecdir=/usr/lib \
   --disable-scrollkeeper --enable-evolution \
   --disable-schemas-install



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:06:08
  Author: ibiru
Revision: 101138

archrelease: remove extra-i686

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:06:23
  Author: ibiru
Revision: 101139

archrelease: copy trunk to extra-i686

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:06:27
  Author: ibiru
Revision: 101140

archrelease: remove extra-x86_64

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:06:40
  Author: ibiru
Revision: 101141

archrelease: copy trunk to extra-x86_64

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:08:24
  Author: ibiru
Revision: 101142

archrelease: remove extra-i686

Deleted:
  gimp/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:08:39
  Author: ibiru
Revision: 101143

archrelease: copy trunk to extra-i686

Added:
  gimp/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:08:42
  Author: ibiru
Revision: 101144

archrelease: remove extra-x86_64

Deleted:
  gimp/repos/extra-x86_64/



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

2010-11-28 Thread Jan de Groot
Date: Sunday, November 28, 2010 @ 08:08:43
  Author: jgc
Revision: 101145

Fix build with python 3.x installed, remove LD_PRELOAD hack and use package() 
instead

Modified:
  deskbar-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 13:08:42 UTC (rev 101144)
+++ PKGBUILD2010-11-28 13:08:43 UTC (rev 101145)
@@ -19,16 +19,19 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed '/^modulesdir=/ s/@libdir@/@libexecdir@/' -i data/deskbar-applet.pc.in
-  LD_PRELOAD= PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --libexecdir=/usr/lib \
   --disable-scrollkeeper --enable-evolution \
   --disable-schemas-install
+  make
+}
 
-  make
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
 
   sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-$pkgdir/usr/lib/deskbar-applet/deskbar-applet
+$pkgdir/usr/lib/deskbar-applet/deskbar-applet
 
   install -m755 -d ${pkgdir}/usr/share/gconf/schemas
   gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain deskbar-applet ${pkgdir}/etc/gconf/schemas/*.schemas



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

2010-11-28 Thread Jan de Groot
Date: Sunday, November 28, 2010 @ 08:08:58
  Author: jgc
Revision: 101146

archrelease: remove extra-i686

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:08:59
  Author: ibiru
Revision: 101147

archrelease: copy trunk to extra-x86_64

Added:
  gimp/repos/extra-x86_64/



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

2010-11-28 Thread Jan de Groot
Date: Sunday, November 28, 2010 @ 08:09:04
  Author: jgc
Revision: 101148

archrelease: copy trunk to extra-i686

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



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

2010-11-28 Thread Jan de Groot
Date: Sunday, November 28, 2010 @ 08:09:17
  Author: jgc
Revision: 101149

archrelease: remove extra-x86_64

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



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

2010-11-28 Thread Jan de Groot
Date: Sunday, November 28, 2010 @ 08:09:23
  Author: jgc
Revision: 101150

archrelease: copy trunk to extra-x86_64

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:09:38
  Author: ibiru
Revision: 101151

archrelease: remove extra-i686

Deleted:
  avahi/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:09:51
  Author: ibiru
Revision: 101152

archrelease: copy trunk to extra-i686

Added:
  avahi/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:09:54
  Author: ibiru
Revision: 101153

archrelease: remove extra-x86_64

Deleted:
  avahi/repos/extra-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:10:08
  Author: ibiru
Revision: 101154

archrelease: copy trunk to extra-x86_64

Added:
  avahi/repos/extra-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:11:57
  Author: ibiru
Revision: 101155

force python2

Modified:
  gnome-menus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 13:10:08 UTC (rev 101154)
+++ PKGBUILD2010-11-28 13:11:57 UTC (rev 101155)
@@ -19,7 +19,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np0 -i ${srcdir}/menus.patch
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
   --disable-static
   make



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:12:11
  Author: ibiru
Revision: 101156

archrelease: remove extra-i686

Deleted:
  gnome-menus/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:12:25
  Author: ibiru
Revision: 101157

archrelease: copy trunk to extra-i686

Added:
  gnome-menus/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:12:29
  Author: ibiru
Revision: 101158

archrelease: remove extra-x86_64

Deleted:
  gnome-menus/repos/extra-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:12:42
  Author: ibiru
Revision: 101159

archrelease: copy trunk to extra-x86_64

Added:
  gnome-menus/repos/extra-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:17:44
  Author: ibiru
Revision: 101160

force python2

Modified:
  gnome-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 13:12:42 UTC (rev 101159)
+++ PKGBUILD2010-11-28 13:17:44 UTC (rev 101160)
@@ -16,7 +16,7 @@
 
 build() {
 cd ${srcdir}/gnome-python-${pkgver}
-./configure --prefix=/usr
+PYTHON=python2 ./configure --prefix=/usr
 make
 }
 



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

2010-11-28 Thread Tobias Powalowski
Date: Sunday, November 28, 2010 @ 08:18:01
  Author: tpowa
Revision: 101161

upgpkg: usbutils 0.91-2
fix libusb dependency #21857

Modified:
  usbutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 13:17:44 UTC (rev 101160)
+++ PKGBUILD2010-11-28 13:18:01 UTC (rev 101161)
@@ -3,13 +3,13 @@
 # Contributor: Curtis Campbell curtisjamescampb...@hotmail.com
 pkgname=usbutils
 pkgver=0.91
-pkgrel=1
+pkgrel=2
 pkgdesc=USB Device Utilities
 arch=(i686 x86_64)
 license=('GPL')
 groups=('base')
 makedepends=('wget')
-depends=('glibc' 'libusb')
+depends=('glibc' 'libusb1')
 url=http://linux-usb.sourceforge.net/;
 
source=(http://www.kernel.org/pub/linux/utils/usb/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('49de2403b40bf3a9863faaa8d3858deb')



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:18:06
  Author: ibiru
Revision: 101162

archrelease: remove extra-i686

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:18:26
  Author: ibiru
Revision: 101163

archrelease: copy trunk to extra-i686

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:18:31
  Author: ibiru
Revision: 101164

archrelease: remove extra-x86_64

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 08:18:49
  Author: ibiru
Revision: 101165

archrelease: copy trunk to extra-x86_64

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



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

2010-11-28 Thread Tobias Powalowski
Date: Sunday, November 28, 2010 @ 08:23:19
  Author: tpowa
Revision: 101166

archrelease: copy trunk to testing-i686

Added:
  usbutils/repos/testing-i686/



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

2010-11-28 Thread Tobias Powalowski
Date: Sunday, November 28, 2010 @ 08:23:55
  Author: tpowa
Revision: 101167

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/



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

2010-11-28 Thread Allan McRae
Date: Sunday, November 28, 2010 @ 08:40:07
  Author: allan
Revision: 101168

db-move: jfsutils removed by allan for move to [core] (i686)

Deleted:
  jfsutils/repos/core-i686/



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

2010-11-28 Thread Allan McRae
Date: Sunday, November 28, 2010 @ 08:40:08
  Author: allan
Revision: 101169

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

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



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

2010-11-28 Thread Allan McRae
Date: Sunday, November 28, 2010 @ 08:40:09
  Author: allan
Revision: 101170

db-move: jfsutils removed by allan for move to [core] (x86_64)

Deleted:
  jfsutils/repos/core-x86_64/



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

2010-11-28 Thread Allan McRae
Date: Sunday, November 28, 2010 @ 08:40:10
  Author: allan
Revision: 101171

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

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



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

2010-11-28 Thread Allan McRae
Date: Sunday, November 28, 2010 @ 08:46:49
  Author: allan
Revision: 101172

db-move: readline removed by allan for move to [core] (i686)

Deleted:
  readline/repos/core-i686/



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

2010-11-28 Thread Allan McRae
Date: Sunday, November 28, 2010 @ 08:46:50
  Author: allan
Revision: 101173

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

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



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

2010-11-28 Thread Allan McRae
Date: Sunday, November 28, 2010 @ 08:46:51
  Author: allan
Revision: 101174

db-move: readline removed by allan for move to [core] (x86_64)

Deleted:
  readline/repos/core-x86_64/



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

2010-11-28 Thread Allan McRae
Date: Sunday, November 28, 2010 @ 08:46:51
  Author: allan
Revision: 101175

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

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



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

2010-11-28 Thread Allan McRae
Date: Sunday, November 28, 2010 @ 08:47:17
  Author: allan
Revision: 101177

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

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



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

2010-11-28 Thread Allan McRae
Date: Sunday, November 28, 2010 @ 08:47:18
  Author: allan
Revision: 101178

db-move: gcc removed by allan for move to [core] (x86_64)

Deleted:
  gcc/repos/core-x86_64/



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

2010-11-28 Thread Allan McRae
Date: Sunday, November 28, 2010 @ 08:47:16
  Author: allan
Revision: 101176

db-move: gcc removed by allan for move to [core] (i686)

Deleted:
  gcc/repos/core-i686/



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

2010-11-28 Thread Allan McRae
Date: Sunday, November 28, 2010 @ 08:47:19
  Author: allan
Revision: 101179

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

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



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

2010-11-28 Thread Angel Velásquez
Date: Sunday, November 28, 2010 @ 08:52:49
  Author: angvp
Revision: 101180

db-move: aspell-es removed by angvp for move to [extra] (i686)

Deleted:
  aspell-es/repos/extra-i686/



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

2010-11-28 Thread Angel Velásquez
Date: Sunday, November 28, 2010 @ 08:52:50
  Author: angvp
Revision: 101181

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

Added:
  aspell-es/repos/extra-i686/
Deleted:
  aspell-es/repos/testing-i686/



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

2010-11-28 Thread Angel Velásquez
Date: Sunday, November 28, 2010 @ 08:52:51
  Author: angvp
Revision: 101182

db-move: aspell-es removed by angvp for move to [extra] (x86_64)

Deleted:
  aspell-es/repos/extra-x86_64/



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

2010-11-28 Thread Angel Velásquez
Date: Sunday, November 28, 2010 @ 08:52:52
  Author: angvp
Revision: 101183

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

Added:
  aspell-es/repos/extra-x86_64/
Deleted:
  aspell-es/repos/testing-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 09:11:49
  Author: ibiru
Revision: 101184

force python2

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 13:52:52 UTC (rev 101183)
+++ PKGBUILD2010-11-28 14:11:49 UTC (rev 101184)
@@ -18,7 +18,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-scrollkeeper \
   --enable-python
   make



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 09:13:04
  Author: ibiru
Revision: 101185

archrelease: remove extra-i686

Deleted:
  eog/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 09:13:17
  Author: ibiru
Revision: 101186

archrelease: copy trunk to extra-i686

Added:
  eog/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 09:13:21
  Author: ibiru
Revision: 101187

archrelease: remove extra-x86_64

Deleted:
  eog/repos/extra-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 09:13:38
  Author: ibiru
Revision: 101188

archrelease: copy trunk to extra-x86_64

Added:
  eog/repos/extra-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 09:36:32
  Author: ibiru
Revision: 101189

upgpkg: mplayer 32663-1
add pulse support

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 14:13:38 UTC (rev 101188)
+++ PKGBUILD2010-11-28 14:36:32 UTC (rev 101189)
@@ -3,19 +3,19 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=mplayer
-pkgver=32492
-pkgrel=2
+pkgver=32663
+pkgrel=1
 pkgdesc=A movie player for linux
 arch=('i686' 'x86_64')
 depends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' 'libxinerama' 'sdl' 
'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss'
  'libgl' 'smbclient' 'aalib' 'jack' 'libcaca' 'x264' 'faac' 
'lirc-utils' 'ttf-dejavu' 'libxvmc' 'enca' 'libvdpau=0.4'
- 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx')
+ 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse')
 license=('GPL')
 url=http://www.mplayerhq.hu/;
 makedepends=('unzip' 'mesa' 'live-media=2010.01.13' 'yasm')
 backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz 
mplayer.desktop mplayer.png)
-md5sums=('01beb068608d3977fbb84b0b28935cee'
+md5sums=('b783223d0a175cb1d2f5bcdc99d2f781'
  '647b9f4ab5284a7fef3f84f992214e77'
  'd00874ccc644b7f43d6ef1c942fcef28')
 



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 09:36:52
  Author: ibiru
Revision: 101190

archrelease: remove extra-i686

Deleted:
  mplayer/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 09:37:05
  Author: ibiru
Revision: 101191

archrelease: copy trunk to extra-i686

Added:
  mplayer/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 09:37:20
  Author: ibiru
Revision: 101192

archrelease: remove extra-x86_64

Deleted:
  mplayer/repos/extra-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 09:37:33
  Author: ibiru
Revision: 101193

archrelease: copy trunk to extra-x86_64

Added:
  mplayer/repos/extra-x86_64/



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

2010-11-28 Thread Tobias Powalowski
Date: Sunday, November 28, 2010 @ 10:05:41
  Author: tpowa
Revision: 101194

upgpkg: libusb 1.0.8-1
upgrade to 1.x series

Modified:
  libusb/trunk/PKGBUILD

--+
 PKGBUILD |   31 +++
 1 file changed, 15 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 14:37:33 UTC (rev 101193)
+++ PKGBUILD2010-11-28 15:05:41 UTC (rev 101194)
@@ -1,26 +1,25 @@
 # $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: arjan ar...@archlinux.org
-
+# Maintainer: Jan de Groot j...@archlinux.org
 pkgname=libusb
-pkgver=0.1.12
-pkgrel=5
-pkgdesc=Library to enable user space application programs to communicate with 
USB devices
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'sh')
+pkgver=1.0.8
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library to enable user space application programs to communicate with 
USB devices.
+arch=(i686 x86_64)
 url=http://libusb.sourceforge.net/;
 license=('LGPL')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('caf182cbc7565dac0fd72155919672e6')
-options=('!libtool')
+source=(http://downloads.sourceforge.net/libusb/libusb-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=(libusb1)
+md5sums=('37d34e6eaa69a4b645a19ff4ca63ceef')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-build-docs
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
   make
 }
 
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 }



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

2010-11-28 Thread Tobias Powalowski
Date: Sunday, November 28, 2010 @ 10:06:02
  Author: tpowa
Revision: 101195

archrelease: copy trunk to staging-i686

Added:
  libusb/repos/staging-i686/



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

2010-11-28 Thread Tobias Powalowski
Date: Sunday, November 28, 2010 @ 10:06:21
  Author: tpowa
Revision: 101196

archrelease: copy trunk to staging-x86_64

Added:
  libusb/repos/staging-x86_64/



[arch-commits] Commit in (4 files)

2010-11-28 Thread Tobias Powalowski
Date: Sunday, November 28, 2010 @ 10:10:38
  Author: tpowa
Revision: 101197

add new compat package for libusb

Added:
  libusb-compat/
  libusb-compat/repos/
  libusb-compat/trunk/
  libusb-compat/trunk/PKGBUILD

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

Added: libusb-compat/trunk/PKGBUILD
===
--- libusb-compat/trunk/PKGBUILD(rev 0)
+++ libusb-compat/trunk/PKGBUILD2010-11-28 15:10:38 UTC (rev 101197)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: arjan ar...@archlinux.org
+
+pkgname=libusb-compat
+pkgver=0.1.3
+pkgrel=1
+pkgdesc=Library to enable user space application programs to communicate with 
USB devices
+arch=('i686' 'x86_64')
+depends=('libusb' 'sh')
+url=http://libusb.sourceforge.net/;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/libusb/libusb-compat-0.1/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool')
+md5sums=('570ac2ea085b80d1f74ddc7c6a93c0eb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


Property changes on: libusb-compat/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



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

2010-11-28 Thread Tobias Powalowski
Date: Sunday, November 28, 2010 @ 10:11:21
  Author: tpowa
Revision: 101198

archrelease: copy trunk to staging-x86_64

Added:
  libusb-compat/repos/staging-x86_64/



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

2010-11-28 Thread Tobias Powalowski
Date: Sunday, November 28, 2010 @ 10:11:40
  Author: tpowa
Revision: 101199

archrelease: copy trunk to staging-i686

Added:
  libusb-compat/repos/staging-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:11:44
  Author: ibiru
Revision: 101200

db-move: akonadi removed by ibiru for move to [extra] (i686)

Deleted:
  akonadi/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:11:45
  Author: ibiru
Revision: 101201

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

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:11:46
  Author: ibiru
Revision: 101202

db-move: akonadi removed by ibiru for move to [extra] (x86_64)

Deleted:
  akonadi/repos/extra-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:11:47
  Author: ibiru
Revision: 101203

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

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:11:48
  Author: ibiru
Revision: 101204

db-move: avogadro removed by ibiru for move to [extra] (i686)

Deleted:
  avogadro/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:11:49
  Author: ibiru
Revision: 101205

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

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:11:50
  Author: ibiru
Revision: 101206

db-move: avogadro removed by ibiru for move to [extra] (x86_64)

Deleted:
  avogadro/repos/extra-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:11:51
  Author: ibiru
Revision: 101207

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

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:11:52
  Author: ibiru
Revision: 101208

db-move: boost removed by ibiru for move to [extra] (i686)

Deleted:
  boost/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:11:53
  Author: ibiru
Revision: 101209

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

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:11:54
  Author: ibiru
Revision: 101210

db-move: boost removed by ibiru for move to [extra] (x86_64)

Deleted:
  boost/repos/extra-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:11:55
  Author: ibiru
Revision: 101211

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

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:12:34
  Author: ibiru
Revision: 101223

db-move: liborigin2 removed by ibiru for move to [extra] (x86_64)

Deleted:
  liborigin2/repos/extra-x86_64/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:12:37
  Author: ibiru
Revision: 101224

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

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



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:12:39
  Author: ibiru
Revision: 101225

db-move: libpst removed by ibiru for move to [extra] (i686)

Deleted:
  libpst/repos/extra-i686/



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:12:42
  Author: ibiru
Revision: 101226

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

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



  1   2   3   4   >