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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:15:01
  Author: andyrtr
Revision: 81849

upgpkg: lftp 4.0.8-1
new version 4.0.8

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-05 21:06:46 UTC (rev 81848)
+++ PKGBUILD2010-06-06 11:15:01 UTC (rev 81849)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=lftp
-pkgver=4.0.7
+pkgver=4.0.8
 pkgrel=1
 pkgdesc=Sophisticated command line based FTP client
 arch=('i686' 'x86_64')
@@ -14,13 +14,17 @@
 url=http://lftp.yar.ru/;
 backup=('etc/lftp.conf')
 source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a40e4518fc477c82ffcc5b04d9ff64ff')
+md5sums=('02db04d2dd93596d45a0dde1470c2292')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --with-gnutls \
--without-openssl --disable-static
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
   rm -rf ${pkgdir}/usr/lib
-}
+}
\ No newline at end of file



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:15:16
  Author: andyrtr
Revision: 81850

archrelease: remove extra-i686

Deleted:
  lftp/repos/extra-i686/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:15:41
  Author: andyrtr
Revision: 81851

archrelease: copy trunk to extra-i686

Added:
  lftp/repos/extra-i686/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:15:56
  Author: andyrtr
Revision: 81852

archrelease: remove extra-x86_64

Deleted:
  lftp/repos/extra-x86_64/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:16:19
  Author: andyrtr
Revision: 81853

archrelease: copy trunk to extra-x86_64

Added:
  lftp/repos/extra-x86_64/



[arch-commits] Commit in xfce4-sensors-plugin/trunk (PKGBUILD)

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:24:56
  Author: andyrtr
Revision: 81854

upgpkg: xfce4-sensors-plugin 1.0.0-2
add gnu-netcat dep for hddtemp access; #19276

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-06 11:16:19 UTC (rev 81853)
+++ PKGBUILD2010-06-06 11:24:56 UTC (rev 81854)
@@ -1,9 +1,10 @@
 # $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
 # Contributor: Merk Matthias ma...@chello.at
 
 pkgname=xfce4-sensors-plugin
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A lm_sensors plugin for the Xfce panel
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -11,6 +12,7 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel=4.6.0' 'lm_sensors=3.1.0' 'libnotify' 
'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool' 'hddtemp=0.3.beta15.45-2' 'gnu-netcat')
+optdepends=('gnu-netcat: for hddtemp access')
 options=(!libtool)
 install=${pkgname}.install
 
source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
@@ -22,5 +24,9 @@
--libexecdir=/usr/lib --localstatedir=/var \
--disable-static --with-pathhddtemp=/usr/sbin/hddtemp
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 }



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:25:04
  Author: andyrtr
Revision: 81855

archrelease: remove extra-i686

Deleted:
  xfce4-sensors-plugin/repos/extra-i686/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:25:23
  Author: andyrtr
Revision: 81856

archrelease: copy trunk to extra-i686

Added:
  xfce4-sensors-plugin/repos/extra-i686/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:25:31
  Author: andyrtr
Revision: 81857

archrelease: remove extra-x86_64

Deleted:
  xfce4-sensors-plugin/repos/extra-x86_64/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:25:50
  Author: andyrtr
Revision: 81858

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-sensors-plugin/repos/extra-x86_64/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:53:13
  Author: andyrtr
Revision: 81859

Prepare new beta branch/rewrite. It's not ready to use. So we delay it and stay 
with the old one for now.

Modified:
  xfce4-taskmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-06 11:25:50 UTC (rev 81858)
+++ PKGBUILD2010-06-06 11:53:13 UTC (rev 81859)
@@ -2,23 +2,28 @@
 # Maintainer: 
 
 pkgname=xfce4-taskmanager
-pkgver=0.4.1
+pkgver=0.5.92
 pkgrel=1
 pkgdesc=a simple taskmanager for the Xfce Desktop Environment
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://xfce-goodies.berlios.de/;
 groups=('xfce4-goodies')
-depends=('libxfcegui4')
+depends=('gtk2')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4ed599faf6b734b2d2e7be16adf0b2d9')
+source=(#http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   http://dl.dropbox.com/u/2670286/taskmgr/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4d725c1e5df70867684f6078d185e46c')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
 --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
 }
+
+package() {
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  make DESTDIR=${startdir}/pkg install || return 1
+}



[arch-commits] Commit in xfce4-notes-plugin/trunk (PKGBUILD)

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:55:45
  Author: andyrtr
Revision: 81860

upgpkg: xfce4-notes-plugin 1.7.6-1
new version 1.7.6

Modified:
  xfce4-notes-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-06 11:53:13 UTC (rev 81859)
+++ PKGBUILD2010-06-06 11:55:45 UTC (rev 81860)
@@ -1,10 +1,9 @@
 # $Id$
-# Maintainer: tobias tobias at archlinux.org
 # Maintainer: Andreas Radke andyrtr at archlinux.org
 # Contributor: Ben Mazer contrasu...@myrealbox.com
 
 pkgname=xfce4-notes-plugin
-pkgver=1.7.4
+pkgver=1.7.6
 pkgrel=1
 pkgdesc=A notes plugin for the Xfce4 panel
 arch=(i686 x86_64)
@@ -16,12 +15,16 @@
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('47bd8d19d807a471d9d4d09db2ebafb6')
+md5sums=('a9fff3633f2d0b87f57f4aa93a8a3784')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
 --localstatedir=/var --disable-static
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 }



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:55:53
  Author: andyrtr
Revision: 81861

archrelease: remove extra-i686

Deleted:
  xfce4-notes-plugin/repos/extra-i686/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:56:10
  Author: andyrtr
Revision: 81862

archrelease: copy trunk to extra-i686

Added:
  xfce4-notes-plugin/repos/extra-i686/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:56:18
  Author: andyrtr
Revision: 81863

archrelease: remove extra-x86_64

Deleted:
  xfce4-notes-plugin/repos/extra-x86_64/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:56:36
  Author: andyrtr
Revision: 81864

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-notes-plugin/repos/extra-x86_64/



[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 08:37:21
  Author: andyrtr
Revision: 81865

upgpkg: xfce4-mpc-plugin 0.3.5-1
new version 0.3.5

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-06 11:56:36 UTC (rev 81864)
+++ PKGBUILD2010-06-06 12:37:21 UTC (rev 81865)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: aurelien aurel...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: aurelien aurel...@archlinux.org
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-mpc-plugin
-pkgver=0.3.3
-pkgrel=3
+pkgver=0.3.5
+pkgrel=1
 pkgdesc=plugin to control the music player daemon from the xfce4-panel
 arch=(i686 x86_64)
 license=('GPL2')
@@ -13,13 +14,17 @@
 depends=('xfce4-panel' 'libmpd=0.16.1')
 makedepends=('pkgconfig' 'perlxml')
 options=(!libtool)
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b4f7f67589f34f77973a51dd5069712d')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('20ea8c37dcb90a8ae3cb026463b27f06')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
 --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${pkgdir} install
 }
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install || return 1
+}



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 08:37:28
  Author: andyrtr
Revision: 81866

archrelease: remove extra-i686

Deleted:
  xfce4-mpc-plugin/repos/extra-i686/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 08:37:46
  Author: andyrtr
Revision: 81867

archrelease: copy trunk to extra-i686

Added:
  xfce4-mpc-plugin/repos/extra-i686/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 08:37:54
  Author: andyrtr
Revision: 81868

archrelease: remove extra-x86_64

Deleted:
  xfce4-mpc-plugin/repos/extra-x86_64/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 08:38:11
  Author: andyrtr
Revision: 81869

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-mpc-plugin/repos/extra-x86_64/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 08:40:37
  Author: andyrtr
Revision: 81870

upgpkg: nouveau-firmware 20091212-4
remove dependency

Modified:
  nouveau-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-06 12:38:11 UTC (rev 81869)
+++ PKGBUILD2010-06-06 12:40:37 UTC (rev 81870)
@@ -3,11 +3,11 @@
 
 pkgname=nouveau-firmware
 pkgver=20091212
-pkgrel=3
+pkgrel=4
 pkgdesc=nvidia opensource X driver - firmware needed for NV40 and above
 arch=('any')
 url=http://nouveau.freedesktop.org/;
-depends=(nouveau-drm-lts)
+depends=('')
 license=('custom') # needs to be added
 
source=(http://people.freedesktop.org/~pq/nouveau-drm/nouveau-firmware-$pkgver.tar.gz)
 md5sums=('518ce9f432498969c88f63579032da74')



[arch-commits] Commit in nouveau-firmware/repos (extra-any)

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 08:40:45
  Author: andyrtr
Revision: 81871

archrelease: remove extra-any

Deleted:
  nouveau-firmware/repos/extra-any/



[arch-commits] Commit in nouveau-firmware/repos (extra-any)

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 08:41:02
  Author: andyrtr
Revision: 81872

archrelease: copy trunk to extra-any

Added:
  nouveau-firmware/repos/extra-any/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 09:30:42
  Author: andyrtr
Revision: 81873

upgpkg: libchamplain 0.6.0-1
new version 0.6.0

Modified:
  libchamplain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-06 12:41:02 UTC (rev 81872)
+++ PKGBUILD2010-06-06 13:30:42 UTC (rev 81873)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis mka...@gmx.de
 
 pkgname=libchamplain
-pkgver=0.4.5
+pkgver=0.6.0
 pkgrel=1
 pkgdesc=C library aimed to provide a Gtk+ widget to display rasterized maps
 url=http://projects.gnome.org/libchamplain/;
@@ -12,8 +12,8 @@
 replaces=('libchamplain-gtk')
 options=('!libtool')
 depends=('clutter-gtk=0.10.2' 'libsoup' 'cairo=1.4' 'sqlite3')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e9bdecaadb9196694a299951389ec935')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.6/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('273d874c8bc5a0df443e22d58a3fac30')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 09:30:51
  Author: andyrtr
Revision: 81874

archrelease: remove extra-i686

Deleted:
  libchamplain/repos/extra-i686/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 09:31:09
  Author: andyrtr
Revision: 81875

archrelease: copy trunk to extra-i686

Added:
  libchamplain/repos/extra-i686/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 09:31:17
  Author: andyrtr
Revision: 81876

archrelease: remove extra-x86_64

Deleted:
  libchamplain/repos/extra-x86_64/



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 09:31:35
  Author: andyrtr
Revision: 81877

archrelease: copy trunk to extra-x86_64

Added:
  libchamplain/repos/extra-x86_64/



[arch-commits] Commit in claws-mail-extra-plugins/trunk (PKGBUILD)

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 09:41:48
  Author: andyrtr
Revision: 81878

upgpkg: claws-mail-extra-plugins 3.7.6-3
rebuild for geolocation/libchamplain .so bump

Modified:
  claws-mail-extra-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-06 13:31:35 UTC (rev 81877)
+++ PKGBUILD2010-06-06 13:41:48 UTC (rev 81878)
@@ -4,13 +4,13 @@
 
 pkgname=claws-mail-extra-plugins
 pkgver=3.7.6
-pkgrel=2
+pkgrel=3
 pkgdesc=Extra plugins for claws-mail
 url=http://www.claws-mail.org/plugins.php?branch=EXT;
 license=('GPL3')
 arch=('i686' 'x86_64')
 depends=('claws-mail=3.7.6')
-makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.4.5' 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.1.15.4-2' 'libchamplain=0.4.4' 'pygtk=2.16.0' 'libsoup-gnome')
+makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.4.5' 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.1.15.4-2' 'libchamplain=0.6.0' 'pygtk=2.16.0' 'libsoup-gnome')
 optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
 'perl: for perl plugin'
 'libnotify: for notification plugin'
@@ -29,6 +29,8 @@
 
 build() {
 cd ${srcdir}/claws-mail-extra-plugins-$pkgver
+# hack for new libchamplain
+sed -i -e s/champlain-gtk-0.4/champlain-gtk-0.6/ 
${srcdir}/claws-mail-extra-plugins-$pkgver/geolocation*/configure
 for dir in *; do
 # Continue if it is not a directory or the synce plugin
 [ ! -d $dir ]  continue



[arch-commits] Commit in claws-mail-extra-plugins/repos (extra-i686)

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 09:42:02
  Author: andyrtr
Revision: 81879

archrelease: remove extra-i686

Deleted:
  claws-mail-extra-plugins/repos/extra-i686/



[arch-commits] Commit in claws-mail-extra-plugins/repos (extra-i686)

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 09:42:20
  Author: andyrtr
Revision: 81880

archrelease: copy trunk to extra-i686

Added:
  claws-mail-extra-plugins/repos/extra-i686/



[arch-commits] Commit in claws-mail-extra-plugins/repos (extra-x86_64)

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 09:42:34
  Author: andyrtr
Revision: 81881

archrelease: remove extra-x86_64

Deleted:
  claws-mail-extra-plugins/repos/extra-x86_64/



[arch-commits] Commit in claws-mail-extra-plugins/repos (extra-x86_64)

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 09:42:52
  Author: andyrtr
Revision: 81882

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail-extra-plugins/repos/extra-x86_64/



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

2010-06-06 Thread Tobias Powalowski
Date: Sunday, June 6, 2010 @ 11:19:12
  Author: tpowa
Revision: 81883

upgpkg: hwdetect 2010.06-2
more btrfs fixes

Modified:
  hwdetect/trunk/PKGBUILD
  hwdetect/trunk/hwdetect

--+
 PKGBUILD |4 ++--
 hwdetect |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-06 13:42:52 UTC (rev 81882)
+++ PKGBUILD2010-06-06 15:19:12 UTC (rev 81883)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=hwdetect
 pkgver=2010.06
-pkgrel=1
+pkgrel=2
 pkgdesc=Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support
 arch=(any)
 license=('GPL')
@@ -17,4 +17,4 @@
   install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
 }
 
-md5sums=('6dd1834a651c9117866632ef8fb88c49')
+md5sums=('436b5fc458d26395c0c8c2317c8f8ef2')

Modified: hwdetect
===
--- hwdetect2010-06-06 13:42:52 UTC (rev 81882)
+++ hwdetect2010-06-06 15:19:12 UTC (rev 81883)
@@ -445,6 +445,7 @@
for i in $FILESYSTEM; do
 [ $(grep $i /tmp/.blkid) ]  
FS=$FS $i
done
+   [ $(grep btrfs $FS) ]  FS=$FS crc32c
MODULES_INITRAMFS=$MODULES_INITRAMFS $FS
showlist2 MODULES \$MODULES_INITRAMFS\ | 
sed -e 's/(\  /(/g' -e 's/\ //g' -e 's/\ //g' -e 's/\ \ /\ /g'
;;



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

2010-06-06 Thread Tobias Powalowski
Date: Sunday, June 6, 2010 @ 11:19:37
  Author: tpowa
Revision: 81884

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



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

2010-06-06 Thread Tobias Powalowski
Date: Sunday, June 6, 2010 @ 11:19:56
  Author: tpowa
Revision: 81885

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



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

2010-06-06 Thread Thomas Bächler
Date: Sunday, June 6, 2010 @ 13:59:43
  Author: thomas
Revision: 81886

Update to latest linux-firmware tree, this includes latest Intel 6050 
wifi/wimax firmware

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-06 15:19:56 UTC (rev 81885)
+++ PKGBUILD2010-06-06 17:59:43 UTC (rev 81886)
@@ -7,7 +7,7 @@
 #
 
 pkgname=linux-firmware
-pkgver=20100519
+pkgver=20100606
 pkgrel=1
 pkgdesc=Firmware files for Linux
 arch=('any')
@@ -39,7 +39,7 @@
'rt2x00-rt71w-fw')
 options=(!strip)
 source=(ftp://ftp.archlinux.org/other/linux-firmware/$pkgname-$pkgver.tar.xz)
-sha256sums=('2c0d22e9ce469d8095c1c4921350ea6021088ce21b5a46139f4ed8c6003dad01')
+sha256sums=('198696d94883a5f093a2c6458eef79f807d128ae6601a1803b6e01163de9b954')
 
 build() {
   :
@@ -51,6 +51,7 @@
   install -d -m755 ${pkgdir}/lib/firmware
   cp -a * ${pkgdir}/lib/firmware/
   install -d -m755 ${pkgdir}/usr/share/licenses/linux-firmware/
-  mv ${pkgdir}/lib/firmware/LICEN* 
${pkgdir}/usr/share/licenses/linux-firmware/
+  rm -f ${pkgdir}/lib/firmware/GPL*
+  mv ${pkgdir}/lib/firmware/{LICEN*,WHENCE} 
${pkgdir}/usr/share/licenses/linux-firmware/
 }
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in linux-firmware/repos (testing-any)

2010-06-06 Thread Thomas Bächler
Date: Sunday, June 6, 2010 @ 14:00:27
  Author: thomas
Revision: 81888

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/



[arch-commits] Commit in linux-firmware/repos (testing-any)

2010-06-06 Thread Thomas Bächler
Date: Sunday, June 6, 2010 @ 14:00:21
  Author: thomas
Revision: 81887

archrelease: remove testing-any

Deleted:
  linux-firmware/repos/testing-any/



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

2010-06-06 Thread Tobias Powalowski
Date: Sunday, June 6, 2010 @ 15:52:38
  Author: tpowa
Revision: 81889

upgpkg: hwdetect 2010.06-3
fix btrfs detection

Modified:
  hwdetect/trunk/PKGBUILD
  hwdetect/trunk/hwdetect

--+
 PKGBUILD |5 ++---
 hwdetect |2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-06 18:00:27 UTC (rev 81888)
+++ PKGBUILD2010-06-06 19:52:38 UTC (rev 81889)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=hwdetect
 pkgver=2010.06
-pkgrel=2
+pkgrel=3
 pkgdesc=Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support
 arch=(any)
 license=('GPL')
@@ -16,5 +16,4 @@
 build() {
   install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
 }
-
-md5sums=('436b5fc458d26395c0c8c2317c8f8ef2')
+md5sums=('12854d7a9f3e0347355e12a00b52cdb9')

Modified: hwdetect
===
--- hwdetect2010-06-06 18:00:27 UTC (rev 81888)
+++ hwdetect2010-06-06 19:52:38 UTC (rev 81889)
@@ -445,7 +445,7 @@
for i in $FILESYSTEM; do
 [ $(grep $i /tmp/.blkid) ]  
FS=$FS $i
done
-   [ $(grep btrfs $FS) ]  FS=$FS crc32c
+   [ $(echo $FS | grep btrfs) ]  FS=$FS 
crc32c
MODULES_INITRAMFS=$MODULES_INITRAMFS $FS
showlist2 MODULES \$MODULES_INITRAMFS\ | 
sed -e 's/(\  /(/g' -e 's/\ //g' -e 's/\ //g' -e 's/\ \ /\ /g'
;;



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

2010-06-06 Thread Tobias Powalowski
Date: Sunday, June 6, 2010 @ 15:52:45
  Author: tpowa
Revision: 81890

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



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

2010-06-06 Thread Tobias Powalowski
Date: Sunday, June 6, 2010 @ 15:53:04
  Author: tpowa
Revision: 81891

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



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

2010-06-06 Thread Dan McGee
Date: Sunday, June 6, 2010 @ 17:30:28
  Author: dan
Revision: 81892

upgpkg: dash 0.5.6.1-1
verbump

Modified:
  dash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-06 19:53:04 UTC (rev 81891)
+++ PKGBUILD2010-06-06 21:30:28 UTC (rev 81892)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=dash
-pkgver=0.5.6
+pkgver=0.5.6.1
 pkgrel=1
 pkgdesc=A POSIX compliant shell that aims to be as small as possible
 arch=('i686' 'x86_64')
@@ -12,8 +12,7 @@
 depends=('glibc')
 #provides=('sh')
 source=(http://gondor.apana.org.au/~herbert/dash/files/dash-$pkgver.tar.gz;)
-md5sums=('1474d9c90052b78055af6b68ddf9351f')
-sha256sums=('8527b4bf3b3a711e2d9a461020f73546244aaf9d19020e6c0d5e81e349e8d862')
+md5sums=('1c846f4f5a33c0050b2045a6f7037e56')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2010-06-06 Thread Dan McGee
Date: Sunday, June 6, 2010 @ 17:30:40
  Author: dan
Revision: 81893

archrelease: copy trunk to testing-i686

Added:
  dash/repos/testing-i686/



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

2010-06-06 Thread Allan McRae
Date: Sunday, June 6, 2010 @ 18:27:27
  Author: allan
Revision: 81894

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

Deleted:
  libtool/repos/core-i686/



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

2010-06-06 Thread Allan McRae
Date: Sunday, June 6, 2010 @ 18:27:29
  Author: allan
Revision: 81895

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

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



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

2010-06-06 Thread Allan McRae
Date: Sunday, June 6, 2010 @ 18:27:52
  Author: allan
Revision: 81896

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

Deleted:
  libtool/repos/core-x86_64/



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

2010-06-06 Thread Allan McRae
Date: Sunday, June 6, 2010 @ 18:27:54
  Author: allan
Revision: 81897

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

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