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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 03:00:07
  Author: tpowa
Revision: 79217

upgpkg: kshutdown 2.0beta9-1
bump to latest version

Modified:
  kshutdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 02:07:31 UTC (rev 79216)
+++ PKGBUILD2010-05-02 07:00:07 UTC (rev 79217)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kshutdown
-pkgver=2.0beta8
+pkgver=2.0beta9
 pkgrel=1
 pkgdesc=Shutdown Utility for KDE
 arch=(i686 x86_64)
@@ -23,4 +23,4 @@
make || return 1
make DESTDIR=$pkgdir install
 }
-md5sums=('aa391a688e59a32839584a3af89409b8')
+md5sums=('4a8a8f5f5e8323cf23ff37078d182d4e')



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 03:00:18
  Author: tpowa
Revision: 79218

archrelease: remove extra-x86_64

Deleted:
  kshutdown/repos/extra-x86_64/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 03:00:39
  Author: tpowa
Revision: 79219

archrelease: copy trunk to extra-x86_64

Added:
  kshutdown/repos/extra-x86_64/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 03:01:21
  Author: tpowa
Revision: 79220

archrelease: remove extra-i686

Deleted:
  kshutdown/repos/extra-i686/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 03:01:43
  Author: tpowa
Revision: 79221

archrelease: copy trunk to extra-i686

Added:
  kshutdown/repos/extra-i686/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 03:43:27
  Author: tpowa
Revision: 79222

upgpkg: wesnoth 1.8.1-1
bump to latest version

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 07:01:43 UTC (rev 79221)
+++ PKGBUILD2010-05-02 07:43:27 UTC (rev 79222)
@@ -4,7 +4,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=wesnoth
-pkgver=1.8
+pkgver=1.8.1
 pkgrel=1
 pkgdesc=A turn-based strategy game on a fantasy world
 arch=('i686' 'x86_64')
@@ -23,5 +23,5 @@
   make || return 1
   make DESTDIR=$pkgdir install
 }
-sha256sums=('f4defab05ccc50abf4e029b58026e9b062bd3c58c8fff2aaa23b4f3e62cf929b'
-'1661721a004e4f8e7a0ef4209d65f73f1aa3de3ec46baad796e75a1a6eccffdf')
+md5sums=('3d008b0eac291c761a1d27d05651f25f'
+ 'ca7412ffc4682ef55ddf82d56b0e2f08')



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 04:34:01
  Author: tpowa
Revision: 79223

upgpkg: kernel26 2.6.33.3-2
bump to new aufs2 release

Modified:
  kernel26/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 07:43:27 UTC (rev 79222)
+++ PKGBUILD2010-05-02 08:34:01 UTC (rev 79223)
@@ -7,7 +7,7 @@
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.33
 pkgver=${_basekernel}.3
-pkgrel=1
+pkgrel=2
 _patchname=patch-${pkgver}-${pkgrel}-ARCH
 arch=(i686 x86_64)
 license=('GPL2')
@@ -19,7 +19,7 @@
 # standard config files for mkinitcpio ramdisk
 kernel26.preset)
 md5sums=('c3883760b18d50e8d78819c54d579b00'
- 'd8099303d993f803dce587bab314d81a'
+ 'd51b35e5cb37834f87c0eacfe6148a58'
  '2bc6c67ba53b61d0f37cacf519650990'
  '4ace267fc2923eae7245838083752451'
  '25584700a0a679542929c4bed31433b6')
@@ -61,7 +61,7 @@
   pkgdesc=The Linux Kernel and modules
   groups=('base')
   backup=(etc/mkinitcpio.d/${pkgname}.preset)
-  depends=('coreutils' 'kernel26-firmware=2.6.32' 'module-init-tools' 
'mkinitcpio=0.5.20')
+  depends=('coreutils' 'kernel26-firmware=2.6.33' 'module-init-tools' 
'mkinitcpio=0.5.20')
   # pwc, ieee80211 and hostap-driver26 modules are included in kernel26 now
   # nforce package support was abandoned by nvidia, kernel modules should 
cover everything now.
   # kernel24 support is dropped since glibc24



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 05:03:34
  Author: tpowa
Revision: 79224

archrelease: copy trunk to testing-i686

Added:
  kernel26/repos/testing-i686/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 05:18:38
  Author: andyrtr
Revision: 79225

upgpkg: tzdata 2010i-1
new version tzdata 2010i/tzcode 2010f

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 09:03:34 UTC (rev 79224)
+++ PKGBUILD2010-05-02 09:18:38 UTC (rev 79225)
@@ -2,10 +2,10 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2010h
+pkgver=2010i
 pkgrel=1
 _tzcode=2010f
-_tzdata=2010h
+_tzdata=2010i
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('i686' 'x86_64')
 url=http://www.twinsun.com/tz/tz-link.htm;
@@ -18,7 +18,7 @@
 ftp://elsie.nci.nih.gov/pub/${pkgname}${_tzdata}.tar.gz \
 Makefile.patch)
 md5sums=('e530cc9bbdfd5e8c1eac21a68f4d5656'
- 'd384ac091e6d56802f9b3e6b3d3f0f2e'
+ '4d2a90afd5bffe8df97f3def245e178e'
  'a64ed97d1fc03c66ee8612c0d9f40507')
 
 build() {



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 05:19:06
  Author: andyrtr
Revision: 79226

archrelease: copy trunk to testing-i686

Added:
  tzdata/repos/testing-i686/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 05:19:35
  Author: andyrtr
Revision: 79227

archrelease: copy trunk to testing-x86_64

Added:
  tzdata/repos/testing-x86_64/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 05:26:01
  Author: tpowa
Revision: 79228

archrelease: copy trunk to testing-x86_64

Added:
  kernel26/repos/testing-x86_64/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 05:34:37
  Author: andyrtr
Revision: 79229

upgpkg: lftp 4.0.7-1
new version 4.0.7

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 09:26:01 UTC (rev 79228)
+++ PKGBUILD2010-05-02 09:34:37 UTC (rev 79229)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=lftp
-pkgver=4.0.6
+pkgver=4.0.7
 pkgrel=1
 pkgdesc=Sophisticated command line based FTP client
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 url=http://lftp.yar.ru/;
 backup=('etc/lftp.conf')
 source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7cd4f6f7d3b5d9baab4e090ebced9c91')
+md5sums=('a40e4518fc477c82ffcc5b04d9ff64ff')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 05:34:50
  Author: andyrtr
Revision: 79230

archrelease: remove extra-i686

Deleted:
  lftp/repos/extra-i686/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 05:35:12
  Author: andyrtr
Revision: 79231

archrelease: copy trunk to extra-i686

Added:
  lftp/repos/extra-i686/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 05:35:26
  Author: andyrtr
Revision: 79232

archrelease: remove extra-x86_64

Deleted:
  lftp/repos/extra-x86_64/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 05:35:48
  Author: andyrtr
Revision: 79233

archrelease: copy trunk to extra-x86_64

Added:
  lftp/repos/extra-x86_64/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 05:44:02
  Author: tpowa
Revision: 79234

archrelease: remove extra-x86_64

Deleted:
  wesnoth/repos/extra-x86_64/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 05:44:22
  Author: tpowa
Revision: 79235

archrelease: copy trunk to extra-x86_64

Added:
  wesnoth/repos/extra-x86_64/



[arch-commits] Commit in aufs2/trunk (PKGBUILD aufs2.install create-tarball.sh)

2010-05-02 Thread Pierre Schmitz
Date: Sunday, May 2, 2010 @ 06:11:05
  Author: pierre
Revision: 79236

new upstream snapshot
replace deprecated inotify with fsnotify
cleanup install script

Modified:
  aufs2/trunk/PKGBUILD
  aufs2/trunk/aufs2.install
  aufs2/trunk/create-tarball.sh

---+
 PKGBUILD  |   23 ++-
 aufs2.install |   10 ++
 create-tarball.sh |2 +-
 3 files changed, 17 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 09:44:22 UTC (rev 79235)
+++ PKGBUILD2010-05-02 10:11:05 UTC (rev 79236)
@@ -1,25 +1,28 @@
 # $Id$
 # Maintainer: Paul Mattal pjmat...@elys.com
+
 pkgname=aufs2
-pkgver=2.6.33_20100225
+pkgver=2.6.33_20100425
 pkgrel=1
 _kernver=${pkgver%_*}-ARCH
 pkgdesc=Another Unionfs Implementation
 arch=('i686' 'x86_64')
 url=http://aufs.sourceforge.net/;
 license=('GPL2')
-depends=('kernel26=2.6.33' 'kernel262.6.34')
+depends=('kernel26=2.6.33.3-2' 'kernel262.6.34')
 makedepends=('kernel26-headers=2.6.33' 'kernel26-headers2.6.34')
 replaces=('aufs')
 install=${pkgname}.install
-source=(ftp://ftp.archlinux.org/other/aufs2/${pkgname}-${pkgver}.tar.gz)
-options=(!makeflags)
-md5sums=('4f54f9a77b86e2cbab01455613b8e3f6')
+source=(ftp://ftp.archlinux.org/other/aufs2/${pkgname}-${pkgver}.tar.gz;)
+options=('!makeflags')
+md5sums=('271f07ac41e07cb7c30ff29bee8087fa')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver} || return 1
-  sed -i 's|CONFIG_AUFS_HINOTIFY =.*|CONFIG_AUFS_HINOTIFY = y|' \
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|CONFIG_AUFS_HINOTIFY =.*|CONFIG_AUFS_HNOTIFY = y|' \
  config.mk || return 1
+  sed -i 's|CONFIG_AUFS_HINOTIFY =.*|CONFIG_AUFS_HFSNOTIFY = y|' \
+ config.mk || return 1
   sed -i 's|CONFIG_AUFS_EXPORT =.*|CONFIG_AUFS_EXPORT = y|' \
  config.mk || return 1
   sed -i 's|CONFIG_AUFS_SHWH =.*|CONFIG_AUFS_SHWH = y|' \
@@ -39,7 +42,10 @@
  config.mk || return 1
   # build
   make KDIR=/usr/src/linux-${_kernver} || return 1
-  # install
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   install -D -m644 fs/aufs/aufs.ko \
 $pkgdir/lib/modules/${_kernver}/kernel/fs/aufs/aufs.ko || return 1
   # tweak the install script for the right kernel version
@@ -48,4 +54,3 @@
   # install include files
   install -D -m 644 include/linux/aufs_type.h 
$pkgdir/usr/src/linux-$_kernver/include/linux/aufs_type.h || return 1
 }
-

Modified: aufs2.install
===
--- aufs2.install   2010-05-02 09:44:22 UTC (rev 79235)
+++ aufs2.install   2010-05-02 10:11:05 UTC (rev 79236)
@@ -4,15 +4,9 @@
 }
 
 post_upgrade() {
-  KERNEL_VERSION=2.6.33-ARCH
-  depmod $KERNEL_VERSION
+  post_install
 }
 
 post_remove() {
-  KERNEL_VERSION=2.6.33-ARCH
-  depmod $KERNEL_VERSION
+  post_install
 }
-
-op=$1
-shift
-$op $*

Modified: create-tarball.sh
===
--- create-tarball.sh   2010-05-02 09:44:22 UTC (rev 79235)
+++ create-tarball.sh   2010-05-02 10:11:05 UTC (rev 79236)
@@ -1,7 +1,7 @@
 #!/bin/sh
 AUFS2VERSION=-33
 KERNELVERSION=2.6.33
-GITSNAPSHOT=20100225
+GITSNAPSHOT=20100425
 # aufs2 (no -xx) for the latest -rc version.
 git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git 
aufs2-standalone.git
 cd aufs2-standalone.git



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

2010-05-02 Thread Pierre Schmitz
Date: Sunday, May 2, 2010 @ 06:12:17
  Author: pierre
Revision: 79237

archrelease: copy trunk to testing-i686

Added:
  aufs2/repos/testing-i686/



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

2010-05-02 Thread Pierre Schmitz
Date: Sunday, May 2, 2010 @ 06:12:40
  Author: pierre
Revision: 79238

archrelease: copy trunk to testing-x86_64

Added:
  aufs2/repos/testing-x86_64/



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

2010-05-02 Thread Pierre Schmitz
Date: Sunday, May 2, 2010 @ 06:17:21
  Author: pierre
Revision: 79239

new upstream snapshot

Modified:
  aufs2-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 10:12:40 UTC (rev 79238)
+++ PKGBUILD2010-05-02 10:17:21 UTC (rev 79239)
@@ -2,27 +2,24 @@
 # Contributor: Paul Mattal p...@mattal.com
 # Maintainer: Paul Mattal pjmat...@elys.com
 pkgname=aufs2-util
-pkgver=20100116
-pkgrel=2
+pkgver=20100422
+pkgrel=1
 pkgdesc=Another Unionfs Implementation that supports NFS branches
 arch=('i686' 'x86_64')
 url=http://aufs.sourceforge.net/;
 license=('GPL2')
 depends=('glibc')
-makedepends=('aufs2=2.6.32_20100116' 'kernel26-headers')
+makedepends=('aufs2=2.6.32_20100425' 'kernel26-headers')
 replaces=('aufs-utils')
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('d3413ec07be22f5ab918ab3ffae3de72')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('7a782d48fa57caffc92ed74acb421399')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver || return 1
-  # build
+  cd $srcdir/$pkgname-$pkgver
   make || return 1
-  # install
-  #mkdir -p $pkgdir/{sbin,usr/bin,etc/default/aufs}
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install || return 1
-  rm $pkgdir/usr/lib/libau.so.2
-  rm $pkgdir/usr/lib/libau.so
-  ln -sf libau.so.2.2 $pkgdir/usr/lib/libau.so.2
-  ln -sf libau.so.2.2 $pkgdir/usr/lib/libau.so
 }



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

2010-05-02 Thread Pierre Schmitz
Date: Sunday, May 2, 2010 @ 06:17:51
  Author: pierre
Revision: 79240

archrelease: copy trunk to testing-i686

Added:
  aufs2-util/repos/testing-i686/



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

2010-05-02 Thread Pierre Schmitz
Date: Sunday, May 2, 2010 @ 06:18:20
  Author: pierre
Revision: 79241

archrelease: copy trunk to testing-x86_64

Added:
  aufs2-util/repos/testing-x86_64/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 07:23:27
  Author: tpowa
Revision: 79242

archrelease: remove extra-i686

Deleted:
  wesnoth/repos/extra-i686/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 07:23:48
  Author: tpowa
Revision: 79243

archrelease: copy trunk to extra-i686

Added:
  wesnoth/repos/extra-i686/



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

2010-05-02 Thread Paul Mattal
Date: Sunday, May 2, 2010 @ 08:21:06
  Author: paul
Revision: 79247

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

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



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

2010-05-02 Thread Pierre Schmitz
Date: Sunday, May 2, 2010 @ 09:03:44
  Author: pierre
Revision: 79248

upgpkg: aufs2 2.6.33_20100425-2
fix typo

Modified:
  aufs2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 12:21:06 UTC (rev 79247)
+++ PKGBUILD2010-05-02 13:03:44 UTC (rev 79248)
@@ -3,7 +3,7 @@
 
 pkgname=aufs2
 pkgver=2.6.33_20100425
-pkgrel=1
+pkgrel=2
 _kernver=${pkgver%_*}-ARCH
 pkgdesc=Another Unionfs Implementation
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|CONFIG_AUFS_HINOTIFY =.*|CONFIG_AUFS_HNOTIFY = y|' \
+  sed -i 's|CONFIG_AUFS_HNOTIFY =.*|CONFIG_AUFS_HNOTIFY = y|' \
  config.mk || return 1
-  sed -i 's|CONFIG_AUFS_HINOTIFY =.*|CONFIG_AUFS_HFSNOTIFY = y|' \
+  sed -i 's|CONFIG_AUFS_HFSNOTIFY =.*|CONFIG_AUFS_HFSNOTIFY = y|' \
  config.mk || return 1
   sed -i 's|CONFIG_AUFS_EXPORT =.*|CONFIG_AUFS_EXPORT = y|' \
  config.mk || return 1



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

2010-05-02 Thread Pierre Schmitz
Date: Sunday, May 2, 2010 @ 09:03:54
  Author: pierre
Revision: 79249

archrelease: remove testing-i686

Deleted:
  aufs2/repos/testing-i686/



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

2010-05-02 Thread Pierre Schmitz
Date: Sunday, May 2, 2010 @ 09:04:20
  Author: pierre
Revision: 79251

archrelease: remove testing-x86_64

Deleted:
  aufs2/repos/testing-x86_64/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 09:32:32
  Author: andyrtr
Revision: 79253

upgpkg: hdf5 1.8.4_patch1-1
new version 1.8.4-patch1; #19184; enable -O0 optimization taken from Fedora; 
disable useless space wasting static libs

Modified:
  hdf5/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 13:04:43 UTC (rev 79252)
+++ PKGBUILD2010-05-02 13:32:32 UTC (rev 79253)
@@ -4,23 +4,25 @@
 # Contributor: Tom K t...@runbox.com
 
 pkgname=hdf5
-pkgver=1.8.4
-pkgrel=3
+pkgver=1.8.4_patch1
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=General purpose library and file format for storing scientific data
 url=http://www.hdfgroup.org/HDF5/;
 license=('custom')
 depends=('zlib' 'sh')
 makedepends=('time')
-source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver}.tar.gz)
-md5sums=('971cc81ef10f50d2bb63cd6879fca7bc')
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('b19f4dfbf654a2af3653c492fc1c7513')
 options=('!libtool')
 
 build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  unset CFLAGS
-  unset CXXFLAGS
-  ./configure --prefix=/usr \
+  cd $srcdir/${pkgname}-${pkgver/_/-}
+#  unset CFLAGS
+#  unset CXXFLAGS
+  export CFLAGS=${CFLAGS/O2/O0}
+  export CXXFLAGS=${CFLAGS}
+  ./configure --prefix=/usr --disable-static \
 --enable-hl \
 --enable-threadsafe \
 --enable-linux-lfs \
@@ -33,7 +35,7 @@
   make -j1 prefix=$pkgdir/usr install || return 1
 
   install -d -m755 $pkgdir/usr/share/licenses/${pkgname} || return 1
-  install -m644 $srcdir/${pkgname}-${pkgver}/COPYING \
+  install -m644 $srcdir/${pkgname}-${pkgver/_/-}/COPYING \
   $pkgdir/usr/share/licenses/${pkgname}/LICENSE || return 1
 }
 



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 09:32:57
  Author: andyrtr
Revision: 79254

archrelease: remove extra-i686

Deleted:
  hdf5/repos/extra-i686/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 09:33:46
  Author: andyrtr
Revision: 79256

archrelease: remove extra-x86_64

Deleted:
  hdf5/repos/extra-x86_64/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 09:34:15
  Author: andyrtr
Revision: 79257

archrelease: copy trunk to extra-x86_64

Added:
  hdf5/repos/extra-x86_64/



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

2010-05-02 Thread Pierre Schmitz
Date: Sunday, May 2, 2010 @ 09:50:37
  Author: pierre
Revision: 79258

upgpkg: devtools 0.9.6-1
minor update

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 13:34:15 UTC (rev 79257)
+++ PKGBUILD2010-05-02 13:50:37 UTC (rev 79258)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=devtools
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -10,7 +10,7 @@
 url='http://projects.archlinux.org/devtools.git/'
 depends=('namcap' 'openssh' 'subversion' 'rsync')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('24b632bafa81b708426d20f3a4f2fc76')
+md5sums=('324e64c947573b4228dae33c70686576')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2010-05-02 Thread Pierre Schmitz
Date: Sunday, May 2, 2010 @ 09:50:45
  Author: pierre
Revision: 79259

archrelease: remove extra-any

Deleted:
  devtools/repos/extra-any/



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

2010-05-02 Thread Pierre Schmitz
Date: Sunday, May 2, 2010 @ 09:51:01
  Author: pierre
Revision: 79260

archrelease: copy trunk to extra-any

Added:
  devtools/repos/extra-any/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 10:06:52
  Author: andyrtr
Revision: 79261

upgpkg: libmspack 0.0.20060920alpha-2
rebuild to pickup missing pkgdesc; no update expected; #19256

Modified:
  libmspack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 13:51:01 UTC (rev 79260)
+++ PKGBUILD2010-05-02 14:06:52 UTC (rev 79261)
@@ -3,7 +3,7 @@
 
 pkgname=libmspack
 pkgver=0.0.20060920alpha
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for Microsoft compression formats
 arch=('i686' 'x86_64')
 url=http://www.cabextract.org.uk/libmspack/;



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 10:07:04
  Author: andyrtr
Revision: 79262

archrelease: remove extra-i686

Deleted:
  libmspack/repos/extra-i686/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 10:07:42
  Author: andyrtr
Revision: 79264

archrelease: remove extra-x86_64

Deleted:
  libmspack/repos/extra-x86_64/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 10:08:11
  Author: andyrtr
Revision: 79265

archrelease: copy trunk to extra-x86_64

Added:
  libmspack/repos/extra-x86_64/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 10:37:34
  Author: tpowa
Revision: 79266

upgpkg: sane 1.0.21-2
fix install message

Modified:
  sane/trunk/PKGBUILD
  sane/trunk/sane.install

--+
 PKGBUILD |2 +-
 sane.install |6 --
 2 files changed, 1 insertion(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 14:08:11 UTC (rev 79265)
+++ PKGBUILD2010-05-02 14:37:34 UTC (rev 79266)
@@ -4,7 +4,7 @@
 
 pkgname=sane
 pkgver=1.0.21
-pkgrel=1
+pkgrel=2
 pkgdesc=Scanner Access Now Easy
 url=http://www.sane-project.org;
 arch=('i686' 'x86_64')

Modified: sane.install
===
--- sane.install2010-05-02 14:08:11 UTC (rev 79265)
+++ sane.install2010-05-02 14:37:34 UTC (rev 79266)
@@ -8,12 +8,6 @@
 THEEND
 }
 
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-}
-
 # arg 1:  the old package version
 pre_remove() {
   usr/sbin/groupdel scanner /dev/null



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 10:38:41
  Author: tpowa
Revision: 79267

archrelease: remove extra-x86_64

Deleted:
  sane/repos/extra-x86_64/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 10:39:03
  Author: tpowa
Revision: 79268

archrelease: copy trunk to extra-x86_64

Added:
  sane/repos/extra-x86_64/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 10:40:16
  Author: tpowa
Revision: 79269

archrelease: remove extra-i686

Deleted:
  sane/repos/extra-i686/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 10:40:37
  Author: tpowa
Revision: 79270

archrelease: copy trunk to extra-i686

Added:
  sane/repos/extra-i686/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 10:42:00
  Author: tpowa
Revision: 79271

upgpkg: alsa-utils 1.0.23-2
fix #19314

Modified:
  alsa-utils/trunk/PKGBUILD
  alsa-utils/trunk/alsa

--+
 PKGBUILD |4 ++--
 alsa |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 14:40:37 UTC (rev 79270)
+++ PKGBUILD2010-05-02 14:42:00 UTC (rev 79271)
@@ -2,7 +2,7 @@
 # Maintainer: judd jvi...@zeroflux.org
 pkgname=alsa-utils
 pkgver=1.0.23
-pkgrel=1
+pkgrel=2
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
 url=http://www.alsa-project.org;
@@ -26,6 +26,6 @@
   install -D -m644 ../alsa.conf.d $startdir/pkg/etc/conf.d/alsa
 }
 md5sums=('cb0cf46029ac9549cf3a31bff6a4f4e1'
- '9dff78913b13b10e67c4195e90395ed2'
+ '3ef812cae83053d01cd560284efad71f'
  '62ebef77d5617d0036012cc541dcf23c'
  '93089f0d8872078939f76dd2acaebc2b')

Modified: alsa
===
--- alsa2010-05-02 14:40:37 UTC (rev 79270)
+++ alsa2010-05-02 14:42:00 UTC (rev 79271)
@@ -19,13 +19,13 @@
 if [ -e /sys/module/snd_ac97_codec/parameters/power_save \
  -a $POWERSAVE -ne 0 ]; then
   echo $POWERSAVE  /sys/module/snd_ac97_codec/parameters/power_save
-  echo 1  /dev/dsp
+  [ -c /dev/dsp ]  echo 1  /dev/dsp
 fi
 
 if [ -e /sys/module/snd_hda_intel/parameters/power_save \
   -a $POWERSAVE -ne 0 ]; then
   echo $POWERSAVE  /sys/module/snd_hda_intel/parameters/power_save
-  echo 1  /dev/dsp
+  [ -c /dev/dsp ]  echo 1  /dev/dsp
 fi
 ;;
   stop)



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 10:42:32
  Author: tpowa
Revision: 79272

archrelease: remove extra-x86_64

Deleted:
  alsa-utils/repos/extra-x86_64/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 10:42:59
  Author: tpowa
Revision: 79273

archrelease: copy trunk to extra-x86_64

Added:
  alsa-utils/repos/extra-x86_64/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 10:43:39
  Author: tpowa
Revision: 79274

archrelease: remove extra-i686

Deleted:
  alsa-utils/repos/extra-i686/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 10:44:05
  Author: tpowa
Revision: 79275

archrelease: copy trunk to extra-i686

Added:
  alsa-utils/repos/extra-i686/



[arch-commits] Commit in xfce4-quicklauncher-plugin/trunk (6 files)

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 11:18:41
  Author: andyrtr
Revision: 79276

upgpkg: xfce4-quicklauncher-plugin 1.9.4-4
fix #17126; apply some upstream patches taken from Fedora

Added:
  
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
  
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
  
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
  
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
  
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch
Modified:
  xfce4-quicklauncher-plugin/trunk/PKGBUILD

+
 PKGBUILD   |   28 
++
 xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch|   10 
 xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch |  103 
++
 xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch |   27 
++
 xfce4-quicklauncher-plugin-1.9.4-save-settings.patch   |   12 +
 xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch  |   11 +
 6 files changed, 187 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 14:44:05 UTC (rev 79275)
+++ PKGBUILD2010-05-02 15:18:41 UTC (rev 79276)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-quicklauncher-plugin
 pkgver=1.9.4
-pkgrel=3
+pkgrel=4
 pkgdesc=plugin that creates 4 little application launcher in the Xfce4 panel
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,13 +13,33 @@
 depends=('xfce4-panel')
 makedepends=('pkgconfig' 'perlxml')
 options=('!libtool')
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('299e17f196ecfa5fb018cf65abb19b56')
+source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
+   xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
+   xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
+   xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
+   xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch)
+md5sums=('299e17f196ecfa5fb018cf65abb19b56'
+ 'a7826c9f8199a2f1e914fd39b7f9e2bf'
+ '4ea4d06ab7284e78ddc4d60304f02cdf'
+ '5e8126c05def1211fb4a2a65f2812a1b'
+ '474237b205035214df1c723407251ade'
+ '9e7f789129b08c787978c7a72a55fae7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  # Fedora patches
+  patch -Np0 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch 
|| return 1
+  patch -Np0 -i 
${srcdir}/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch || return 1
+  patch -Np1 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch 
|| return 1
+  patch -Np1 -i 
${srcdir}/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
 || return 1
+  patch -Np0 -i 
${srcdir}/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch || 
return 1
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
 --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${pkgdir} install
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install || return 1
+}

Added: xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
===
--- xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch 
(rev 0)
+++ xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch 2010-05-02 15:18:41 UTC 
(rev 79276)
@@ -0,0 +1,10 @@
+--- panel-plugin/quicklauncher.desktop.in.in.orig  2009-07-04 
00:46:34.0 +0200
 panel-plugin/quicklauncher.desktop.in.in   2009-07-04 00:46:51.0 
+0200
+@@ -4,4 +4,6 @@
+ _Name=Quicklauncher
+ _Comment=Program with several launchers
+ Icon=gnome-fs-executable
+-x-xfce-modu...@internal_plugin_path@/libquicklauncher.so
++X-XFCE-Module=quicklauncher
++x-xfce-module-pa...@internal_plugin_path@
++X-XFCE-Unique=false

Added: xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
===
--- xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch  
(rev 0)
+++ xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch  
2010-05-02 15:18:41 UTC (rev 79276)
@@ -0,0 +1,103 @@
+diff -Nur -x '*.orig' -x '*~' xfce4-quicklauncher-plugin-1.9.4/configure 
xfce4-quicklauncher-plugin-1.9.4.new/configure
+--- xfce4-quicklauncher-plugin-1.9.4/configure 2007-06-27 21:07:14.0 
+0200
 xfce4-quicklauncher-plugin-1.9.4.new/configure 2008-03-04 
22:11:23.0 +0100
+@@ -21181,7 +21181,7 @@
+ 
+ 
+ 

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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 11:18:52
  Author: andyrtr
Revision: 79277

archrelease: remove extra-i686

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



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 11:25:25
  Author: tpowa
Revision: 79284

archrelease: remove extra-i686

Deleted:
  lablgtk2/repos/extra-i686/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 11:36:35
  Author: tpowa
Revision: 79286

db-move: b43-fwcutter removed by tpowa for move to core

Deleted:
  b43-fwcutter/repos/core-i686/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 11:36:45
  Author: tpowa
Revision: 79289

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

Added:
  b43-fwcutter/repos/core-x86_64/
Deleted:
  b43-fwcutter/repos/testing-x86_64/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 13:05:00
  Author: andyrtr
Revision: 79290

upgpkg: xfconf 4.6.1-4
ship doc - fixes #18315; fix perl files installation path

Modified:
  xfconf/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 15:36:45 UTC (rev 79289)
+++ PKGBUILD2010-05-02 17:05:00 UTC (rev 79290)
@@ -3,8 +3,8 @@
 
 pkgname=xfconf
 pkgver=4.6.1
-pkgrel=3
-pkgdesc=xfconf.. thingie
+pkgrel=4
+pkgdesc=a simple client-server configuration storage and query system
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://www.xfce.org/;
@@ -12,8 +12,8 @@
 # http://www.xfce.org/documentation/requirements
 # keep dbus and gtk2, see also http://bugs.archlinux.org/task/14536
 depends=( libxfce4util=4.6.1 dbus-glib=0.80 'dbus=1.2.16' 
'gtk2=2.18.5')
-makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig')
-options=('!libtool')
+makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 
'glib-perl')
+options=('!libtool' '!emptydirs')
 replaces=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins')
 conflicts=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins')
 
source=(http://mocha.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
@@ -22,9 +22,13 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
---localstatedir=/var --disable-static
+--localstatedir=/var --disable-static 
--with-perl-options=INSTALLDIRS=vendor 
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${startdir}/pkg install || return 1
-  rm -rf ${startdir}/pkg/usr/share/gtk-doc
-  rm -f ${pkgdir}/usr/lib/perl5/core_perl/perllocal.pod
+  # remove unneeded dynloader bootstrap file
+  rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.bs 
 }



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 13:05:13
  Author: andyrtr
Revision: 79291

archrelease: remove extra-i686

Deleted:
  xfconf/repos/extra-i686/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 13:05:36
  Author: andyrtr
Revision: 79292

archrelease: copy trunk to extra-i686

Added:
  xfconf/repos/extra-i686/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 13:05:47
  Author: andyrtr
Revision: 79293

archrelease: remove extra-x86_64

Deleted:
  xfconf/repos/extra-x86_64/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 13:06:10
  Author: andyrtr
Revision: 79294

archrelease: copy trunk to extra-x86_64

Added:
  xfconf/repos/extra-x86_64/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 13:10:11
  Author: andyrtr
Revision: 79298

archrelease: remove extra-x86_64

Deleted:
  libxfce4util/repos/extra-x86_64/



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 13:10:34
  Author: andyrtr
Revision: 79299

archrelease: copy trunk to extra-x86_64

Added:
  libxfce4util/repos/extra-x86_64/



[arch-commits] Commit in gnome-keyring/trunk (3 files)

2010-05-02 Thread Ionut Biru
Date: Sunday, May 2, 2010 @ 13:29:10
  Author: ibiru
Revision: 79300

upgpkg: gnome-keyring 2.30.1-2
backport the fix for adding service for org.freedesktop.secrets.

Added:
  gnome-keyring/trunk/add_service_for_org.freedesktop.secrets_1.patch
  gnome-keyring/trunk/add_service_for_org.freedesktop.secrets_2.patch
Modified:
  gnome-keyring/trunk/PKGBUILD

-+
 PKGBUILD|   14 ++-
 add_service_for_org.freedesktop.secrets_1.patch |   40 ++
 add_service_for_org.freedesktop.secrets_2.patch |   21 +++
 3 files changed, 72 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 17:10:34 UTC (rev 79299)
+++ PKGBUILD2010-05-02 17:29:10 UTC (rev 79300)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-keyring
 pkgver=2.30.1
-pkgrel=1
+pkgrel=2
 pkgdesc=GNOME Password Management daemon
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
@@ -12,11 +12,19 @@
 options=('!libtool' '!emptydirs')
 url=http://www.gnome.org;
 install=gnome-keyring.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('a76e7e06c3daa44340f8a3a0f3ef4b784973cdddff2d854cb30a3e7950796e5a')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2
+add_service_for_org.freedesktop.secrets_1.patch
+   add_service_for_org.freedesktop.secrets_2.patch)
+sha256sums=('a76e7e06c3daa44340f8a3a0f3ef4b784973cdddff2d854cb30a3e7950796e5a'
+'4172736975e9b3edb7e7aeaff11effea2a6bd9165059d977111083ad7624ad51'
+   '4afad6d8e84731a85162f82c995128cc0b36b3db239ef7dce1a2f742a7fe9b68')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/add_service_for_org.freedesktop.secrets_1.patch || 
return 1
+  patch -Np1 -i ${srcdir}/add_service_for_org.freedesktop.secrets_2.patch || 
return 1
+  autoconf || return 1
+  automake || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/gnome-keyring \

Added: add_service_for_org.freedesktop.secrets_1.patch
===
--- add_service_for_org.freedesktop.secrets_1.patch 
(rev 0)
+++ add_service_for_org.freedesktop.secrets_1.patch 2010-05-02 17:29:10 UTC 
(rev 79300)
@@ -0,0 +1,40 @@
+From b36d6beeb2fa430210c8a2aa19f772bd75325e42 Mon Sep 17 00:00:00 2001
+From: Rob Bradford r...@linux.intel.com
+Date: Wed, 14 Apr 2010 18:12:41 +
+Subject: Add dbus activation service file for org.freedesktop.secrets
+
+Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=611002
+---
+diff --git a/daemon/Makefile.am b/daemon/Makefile.am
+index be96523..4c95b5a 100644
+--- a/daemon/Makefile.am
 b/daemon/Makefile.am
+@@ -54,14 +54,16 @@ gnome_keyring_daemon_LDADD = \
+ 
+ EXTRA_DIST = \
+   org.gnome.keyring.service.in \
++  org.freedesktop.secrets.service.in \
+   $(desktop_in_files)
+ 
+ CLEANFILES = \
+   org.gnome.keyring.service \
++  org.freedesktop.service \
+   $(desktop_DATA)
+ 
+ servicedir   = $(DBUS_SERVICES_DIR)
+-service_in_files = org.gnome.keyring.service.in
++service_in_files = org.gnome.keyring.service.in 
org.freedesktop.secrets.service.in
+ service_DATA = $(service_in_files:.service.in=.service)
+ service_PATH = $(VALGRIND_RUN)$(bindir)
+ 
+diff --git a/daemon/org.freedesktop.secrets.service.in 
b/daemon/org.freedesktop.secrets.service.in
+new file mode 100644
+index 000..d4db713
+--- a/dev/null
 b/daemon/org.freedesktop.secrets.service.in
+@@ -0,0 +1,3 @@
++[D-BUS Service]
++Name=org.freedesktop.secrets
++ex...@path@/gnome-keyring-daemon --start --foreground --components=secrets
+--
+cgit v0.8.3.1

Added: add_service_for_org.freedesktop.secrets_2.patch
===
--- add_service_for_org.freedesktop.secrets_2.patch 
(rev 0)
+++ add_service_for_org.freedesktop.secrets_2.patch 2010-05-02 17:29:10 UTC 
(rev 79300)
@@ -0,0 +1,21 @@
+From d6bb94e9c05072fc791fb5045f5b1ab22d11d916 Mon Sep 17 00:00:00 2001
+From: Sjoerd Simons sjoerd.sim...@collabora.co.uk
+Date: Mon, 19 Apr 2010 13:47:26 +
+Subject: Make sure the service files are created correctly
+
+---
+diff --git a/daemon/Makefile.am b/daemon/Makefile.am
+index 4c95b5a..9edb13f 100644
+--- a/daemon/Makefile.am
 b/daemon/Makefile.am
+@@ -68,7 +68,7 @@ service_DATA = $(service_in_files:.service.in=.service)
+ service_PATH = $(VALGRIND_RUN)$(bindir)
+ 
+ # Rule to make the service file with bindir expanded
+-$(service_DATA): $(service_in_files) Makefile
++%.service: %.service.in Makefile
+   @sed -e s|\...@path\@|$(service_PATH)| $  $@
+ 
+ desktop_in_files = \
+--
+cgit v0.8.3.1



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

2010-05-02 Thread Ionut Biru
Date: Sunday, May 2, 2010 @ 13:29:22
  Author: ibiru
Revision: 79301

archrelease: remove extra-i686

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



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

2010-05-02 Thread Ionut Biru
Date: Sunday, May 2, 2010 @ 13:29:40
  Author: ibiru
Revision: 79302

archrelease: copy trunk to extra-i686

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



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

2010-05-02 Thread Ionut Biru
Date: Sunday, May 2, 2010 @ 13:30:10
  Author: ibiru
Revision: 79304

archrelease: copy trunk to extra-x86_64

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



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 13:30:41
  Author: andyrtr
Revision: 79305

upgpkg: xfce4-screenshooter 1.7.9-1
new version 1.7.9

Added:
  xfce4-screenshooter/trunk/xfce4-screenshooter-1.7.9-dsofix.patch
Modified:
  xfce4-screenshooter/trunk/PKGBUILD

+
 PKGBUILD   |   17 -
 xfce4-screenshooter-1.7.9-dsofix.patch |   11 +++
 2 files changed, 23 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 17:30:10 UTC (rev 79304)
+++ PKGBUILD2010-05-02 17:30:41 UTC (rev 79305)
@@ -3,26 +3,33 @@
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-screenshooter
-pkgver=1.6.0
+pkgver=1.7.9
 pkgrel=1
 pkgdesc=plugin that makes screenshots for the Xfce4 panel
 arch=(i686 x86_64)
 license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
+url=http://goodies.xfce.org/projects/applications/xfce4-screenshooter;
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'hicolor-icon-theme')
+depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool')
 install=${pkgname}.install
 options=('!libtool')
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://archive.xfce.org/src/apps/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2
+   xfce4-screenshooter-1.7.9-dsofix.patch)
 conflicts=('xfce4-screenshooter-plugin')
 replaces=('xfce4-screenshooter-plugin')
-md5sums=('331750879b966eec639eb3fe3045cb16')
+md5sums=('c01d1cf3830bf8d60e09c0cdd223034c'
+ '355a7d005bf9200f5a5577f0bc901945')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/xfce4-screenshooter-1.7.9-dsofix.patch || return 1
   ./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
 }

Added: xfce4-screenshooter-1.7.9-dsofix.patch
===
--- xfce4-screenshooter-1.7.9-dsofix.patch  (rev 0)
+++ xfce4-screenshooter-1.7.9-dsofix.patch  2010-05-02 17:30:41 UTC (rev 
79305)
@@ -0,0 +1,11 @@
+--- xfce4-screenshooter-1.7.9.orig/Makefile.in 2010-02-07 14:45:15.0 
+0100
 xfce4-screenshooter-1.7.9/Makefile.in  2010-02-16 23:57:31.0 
+0100
+@@ -282,7 +282,7 @@
+ INTLTOOL_PERL = @INTLTOOL_PERL@
+ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+ LD = @LD@
+-LDFLAGS = @LDFLAGS@
++LDFLAGS = @LDFLAGS@ -lm -lX11
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 13:31:43
  Author: andyrtr
Revision: 79308

archrelease: remove extra-x86_64

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



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

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 13:32:06
  Author: andyrtr
Revision: 79309

archrelease: copy trunk to extra-x86_64

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



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

2010-05-02 Thread Ionut Biru
Date: Sunday, May 2, 2010 @ 13:40:37
  Author: ibiru
Revision: 79310

upgpkg: librsvg 2.26.3-1
update to 2.26.3

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 17:32:06 UTC (rev 79309)
+++ PKGBUILD2010-05-02 17:40:37 UTC (rev 79310)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=librsvg
-pkgver=2.26.2
+pkgver=2.26.3
 pkgrel=1
 pkgdesc=SAX-based renderer for SVG files into a GdkPixbuf
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gtk2=2.20.0' 'libcroco=0.6.1' 'libgsf=1.14.11')
+depends=('gtk2=2.20.0' 'libcroco=0.6.2' 'libgsf=1.14.16')
 makedepends=('intltool' 'pkgconfig' 'gtk-doc')
 optdepends=('python: rsvg commandline utility')
 options=('!libtool')
 url=http://librsvg.sourceforge.net/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
 install=librsvg.install
-sha256sums=('e82fb920901e211a54cff5df88c327bedec8565b324e2f529f428f492361c60f')
+sha256sums=('c0005f9471b4bd3ba4873d165d8e481ee6b1d124dda4efc6bdc24b7da024b7e5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-05-02 Thread Ionut Biru
Date: Sunday, May 2, 2010 @ 13:40:46
  Author: ibiru
Revision: 79311

archrelease: remove extra-i686

Deleted:
  librsvg/repos/extra-i686/



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

2010-05-02 Thread Ionut Biru
Date: Sunday, May 2, 2010 @ 13:41:04
  Author: ibiru
Revision: 79312

archrelease: copy trunk to extra-i686

Added:
  librsvg/repos/extra-i686/



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

2010-05-02 Thread Ionut Biru
Date: Sunday, May 2, 2010 @ 13:41:12
  Author: ibiru
Revision: 79313

archrelease: remove extra-x86_64

Deleted:
  librsvg/repos/extra-x86_64/



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

2010-05-02 Thread Ionut Biru
Date: Sunday, May 2, 2010 @ 13:50:15
  Author: ibiru
Revision: 79315

upgpkg: deskbar-applet 2.30.1-1
update to 2.30.1

Modified:
  deskbar-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 17:41:30 UTC (rev 79314)
+++ PKGBUILD2010-05-02 17:50:15 UTC (rev 79315)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=deskbar-applet
-pkgver=2.30.0
+pkgver=2.30.1
 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.92' 'gnome-python-desktop=2.29.92' 
'gnome-panel=2.29.92' 'dbus-python=0.83.0')
-makedepends=('evolution-data-server=2.29.92' 'gettext' 'intltool' 'pkgconfig' 
'gnome-doc-utils=0.19.5')
+depends=('gnome-desktop=2.30.0' 'gnome-python-desktop=2.30.0' 
'gnome-panel=2.30.0' 'dbus-python=0.83.0')
+makedepends=('evolution-data-server=2.30.1' '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.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('567b4f01cb8198e018a772ba5fe346d5eae910959625126b6b55c5c132afc290')
+sha256sums=('0754e15db1b5295dbb7e4134bafe06ffad054cf09d8f3034b95b14a0af534a89')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-05-02 Thread Ionut Biru
Date: Sunday, May 2, 2010 @ 13:50:25
  Author: ibiru
Revision: 79316

archrelease: remove extra-i686

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



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

2010-05-02 Thread Ionut Biru
Date: Sunday, May 2, 2010 @ 13:50:47
  Author: ibiru
Revision: 79317

archrelease: copy trunk to extra-i686

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



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

2010-05-02 Thread Ionut Biru
Date: Sunday, May 2, 2010 @ 13:50:56
  Author: ibiru
Revision: 79318

archrelease: remove extra-x86_64

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



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

2010-05-02 Thread Ionut Biru
Date: Sunday, May 2, 2010 @ 13:51:14
  Author: ibiru
Revision: 79319

archrelease: copy trunk to extra-x86_64

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



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:00:13
  Author: andrea
Revision: 79320

switch to SHA1 sum

Modified:
  kdelibs/trunk/PKGBUILD

--+
 PKGBUILD |   59 ---
 1 file changed, 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 17:51:14 UTC (rev 79319)
+++ PKGBUILD2010-05-02 22:00:13 UTC (rev 79320)
@@ -1,59 +0,0 @@
-# $Id: PKGBUILD 60156 2009-12-01 10:21:15Z andrea $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdelibs
-pkgver=4.4.3
-pkgrel=1
-pkgdesc=KDE Core Libraries
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-depends=('shared-mime-info' 'hal' 'xz-utils' 'enchant' 'jasper' 'openexr' 
'giflib'
- 'strigi' 'libxtst' 'soprano' 'ca-certificates' 'xdg-utils' 'qca' 
'polkit-qt'
- 'libxss' 'phonon' 'shared-desktop-ontologies' 'attica' 'heimdal' 
'libxcursor'
- 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 
'hspell' 'libxslt')
-replaces=('arts' 'kdelibs-experimental')
-install='kdelibs.install'
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-md5sums=('6f8f3414d5f679459485aa3716678571'
- '2b30cc3e382e99333e7ff388943473e9'
- 'a2c351e5c4d5bef39865e5fc1a39219a'
- '18ea42696a7f41332a092d6ead7efc6a')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # avoid file conflict with gnome-menu
-   patch -p1 -i $srcdir/kde-applications-menu.patch
-   # add Archlinux menu entry
-   patch -p1 -i $srcdir/archlinux-menu.patch
-   # add syntax highlightning for PKGBUILD and .install files
-   patch -p1 -i $srcdir/abs-syntax-highlight.patch
-
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONF_INSTALL_DIR=/etc \
-   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-   -DKDE_DEFAULT_HOME='.kde4' \
-   -DWITH_FAM=OFF \
-   -DKAUTH_BACKEND=PolkitQt-1 || return 1
-   make || return 1
-}
-
-package() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-
-   # cert bundle seems to be hardcoded
-   # link it to the one from ca-certificates
-   rm -f $pkgdir/usr/share/apps/kssl/ca-bundle.crt
-   ln -sf /etc/ssl/certs/ca-certificates.crt 
$pkgdir/usr/share/apps/kssl/ca-bundle.crt
-}



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:00:18
  Author: andrea
Revision: 79321

switch to SHA1 sum

Modified:
  kdepimlibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:00:13 UTC (rev 79320)
+++ PKGBUILD2010-05-02 22:00:18 UTC (rev 79321)
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap')
 install='kdepimlibs.install'
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('4a1b1a0bb6b50ac55fe9572f3ce30044')
+sha1sums=('37aaf11672010ebf575470a16cc1bed6e868e2ed')
 
 build() {
cd $srcdir



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:00:22
  Author: andrea
Revision: 79322

switch to SHA1 sum

Modified:
  oxygen-icons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:00:18 UTC (rev 79321)
+++ PKGBUILD2010-05-02 22:00:22 UTC (rev 79322)
@@ -12,7 +12,7 @@
 license=('LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('dc99464e79f92feede0d0bd92ef1d1db')
+sha1sums=('d27450e470c1d760d38cdc29ba361d55dee4cea1')
 
 build() {
cd $srcdir



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:00:26
  Author: andrea
Revision: 79323

switch to SHA1 sum

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:00:22 UTC (rev 79322)
+++ PKGBUILD2010-05-02 22:00:26 UTC (rev 79323)
@@ -16,7 +16,7 @@
 'gdb: drkonq crash handler')
 install='kdebase-runtime.install'
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3d5ad5eb5eeef2656cab860ae9f7c079')
+sha1sums=('e060fb54b5d275bc06224a0e2eecc158518c9934')
 
 build() {
cd $srcdir



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:00:31
  Author: andrea
Revision: 79324

switch to SHA1 sum

Modified:
  kdepim-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:00:26 UTC (rev 79323)
+++ PKGBUILD2010-05-02 22:00:31 UTC (rev 79324)
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 install='kdepim-runtime.install'
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('6da3646063137eaadd5bfd90bcf46942')
+sha1sums=('9c5112a61bf8c1f0af7d1d0b60f9e8c1ddcf70eb')
 
 build() {
cd $srcdir



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:00:34
  Author: andrea
Revision: 79325

switch to SHA1 sum

Modified:
  kdegraphics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:00:31 UTC (rev 79324)
+++ PKGBUILD2010-05-02 22:00:34 UTC (rev 79325)
@@ -21,7 +21,7 @@
  'poppler-qt' 'libspectre' 'sane' 'chmlib' 'libdjvu' 'lcms' 'qca'
  'qimageblitz' 'ebook-tools' 'libxxf86vm')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('bd95684c27a74fd7ca759896281916a9')
+sha1sums=('1caa6a6183c8cdf7cd3315d86ecfd37c5c829c9d')
 
 build() {
cd $srcdir



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:00:38
  Author: andrea
Revision: 79326

switch to SHA1 sum

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:00:34 UTC (rev 79325)
+++ PKGBUILD2010-05-02 22:00:38 UTC (rev 79326)
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
  'ruby' 'mono' 'kdegraphics-okular')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('e6cce39fb0f78b589914678588ce5063')
+sha1sums=('dbfaf3760b5cbdaf6fed9672af32f938ddca29a2')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:00:42
  Author: andrea
Revision: 79327

switch to SHA1 sum

Modified:
  kdebase-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:00:38 UTC (rev 79326)
+++ PKGBUILD2010-05-02 22:00:42 UTC (rev 79327)
@@ -27,14 +27,14 @@
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
 'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
 'fixpath.patch' 'terminate-server.patch')
-md5sums=('c334e70b425cbae2efc5a7e7dda4365f'
- '721e97031b62aee8914e8617e86f9235'
- '363a36b63f84bac79959cfbefdb8309e'
- '10a490653b002e6f9e7476ff9d37c011'
- '552337fd9a3982d809ea16c7f0033d42'
- '367a3538f54db71f108b34cfa31088ac'
- '47a1f12673f66e62e2463efd7037a26a'
- '814350c52c135d6f7bdada1e29223d38')
+sha1sums=('efd427dfe8b7beebdfe162006689871c61991336'
+  '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
+  '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
+  'f7b38af38549242a240f1a90ab9964ca8a366129'
+  '603cc79c4d2b4eae62bb5f244aeecb3a778b5516'
+  '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
+  'd7b5883f7e65c6839b1f65f94d58026673dd0226'
+  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:00:46
  Author: andrea
Revision: 79328

switch to SHA1 sum

Modified:
  kdebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:00:42 UTC (rev 79327)
+++ PKGBUILD2010-05-02 22:00:46 UTC (rev 79328)
@@ -21,7 +21,7 @@
 groups=('kde' 'kdebase')
 makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'libraw1394' 
'ruby')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('034eaeaafc1fb0c48fc54336283891ce')
+sha1sums=('2a9a47f95a260189047ff10339d4c1fcd6fe0df5')
 
 build() {
cd $srcdir



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:01:20
  Author: andrea
Revision: 79329

switch to SHA1 sum

Modified:
  kdeedu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:00:46 UTC (rev 79328)
+++ PKGBUILD2010-05-02 22:01:20 UTC (rev 79329)
@@ -34,7 +34,7 @@
  'kdebase-runtime' 'openbabel' 'libqalculate' 'gsl' 'boost' 
'indilib' 'r'
  'libspectre' 'python')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('6afd15d2d4c912cb5e2ca94c8a2bf5f4')
+sha1sums=('12d06cdb65471a35d5ef8a255859dde06ad02f2e')
 
 build() {
cd $srcdir



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:01:25
  Author: andrea
Revision: 79330

switch to SHA1 sum

Modified:
  kdeaccessibility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:01:20 UTC (rev 79329)
+++ PKGBUILD2010-05-02 22:01:25 UTC (rev 79330)
@@ -15,7 +15,7 @@
 groups=('kde' 'kdeaccessibility')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime' 'kdelibs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('f225cc7bc12f585a64f755764931a23e')
+sha1sums=('a3dbe6c24af7345ba47dce667ea38bd13fbd6abf')
 
 build() {
cd $srcdir



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:01:29
  Author: andrea
Revision: 79331

switch to SHA1 sum

Modified:
  kdeadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:01:25 UTC (rev 79330)
+++ PKGBUILD2010-05-02 22:01:29 UTC (rev 79331)
@@ -16,8 +16,8 @@
  'kdebindings-python' 'system-config-printer-common' 
'kdepim-runtime')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
'fix-syslog-path.patch')
-md5sums=('e66161a079841bdbce7d5fb5f61f3ee5'
- '41b71823c7a33975ec08aaf75d67a374')
+sha1sums=('88bba4cfb6db2d3b38be9e0d1f6137fafaa74399'
+  'c9e7839ba3dd7be15ce140cfebc57c0f57871fdf')
 
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:01:34
  Author: andrea
Revision: 79332

switch to SHA1 sum

Modified:
  kdeartwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:01:29 UTC (rev 79331)
+++ PKGBUILD2010-05-02 22:01:34 UTC (rev 79332)
@@ -19,7 +19,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'xscreensaver' 'eigen' 
'kdebase-workspace')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('52f055c299afeca2f076629217f5f6a4')
+sha1sums=('82e62269295309efa2e4f9f9d3d9168fe16500c2')
 
 build() {
cd $srcdir



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:01:39
  Author: andrea
Revision: 79333

switch to SHA1 sum

Modified:
  kdegames/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:01:34 UTC (rev 79332)
+++ PKGBUILD2010-05-02 22:01:39 UTC (rev 79333)
@@ -49,7 +49,7 @@
 groups=('kde' 'kdegames')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'kdebase-runtime' 'qca' 
'ggz-client-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('72b5b0ed4ee317c2301010c447a9a366')
+sha1sums=('f9c79889abd8d0067ecbf0cea63e43cdc9523457')
 
 build() {
cd $srcdir



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:01:44
  Author: andrea
Revision: 79334

switch to SHA1 sum

Modified:
  kdemultimedia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:01:39 UTC (rev 79333)
+++ PKGBUILD2010-05-02 22:01:44 UTC (rev 79334)
@@ -18,8 +18,8 @@
  'tunepimp' 'cdparanoia' 'mplayer')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
 'mplayerthumbs.config')
-md5sums=('cb1648e560f523a1bac6caf5574854be'
- '698c1579905135043dcdd4dbe55f2c7e')
+sha1sums=('e22bf2af585305563e414672060c06b78d8c6c7f'
+  'ba016fa2563c14ffcba852c62506b66bfc6ee683')
 
 build() {
cd $srcdir



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:01:48
  Author: andrea
Revision: 79335

switch to SHA1 sum

Modified:
  kdenetwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:01:44 UTC (rev 79334)
+++ PKGBUILD2010-05-02 22:01:48 UTC (rev 79335)
@@ -20,7 +20,7 @@
  'ppp' 'libv4l' 'libidn' 'rdesktop' 'qimageblitz' 'libxss' 
'libxdamage'
  'libgadu' 'telepathy-qt4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('9e8e285aff018807fd5967806cebf083')
+sha1sums=('67237e0142f5d4edc893a7dcafffa79f998c534e')
 
 build() {
cd ${srcdir}



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:01:52
  Author: andrea
Revision: 79336

switch to SHA1 sum

Modified:
  kdepim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:01:48 UTC (rev 79335)
+++ PKGBUILD2010-05-02 22:01:52 UTC (rev 79336)
@@ -28,7 +28,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdelibs' 'kdepimlibs'
  'kdepim-runtime' 'gnokii' 'libxss' 'kdebase-runtime' 'pilot-link' 
'kde-agent')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('c3edd9da3d626d19936f92b5da81677c')
+sha1sums=('0bfd843e03836664758baac95e1127d96077993f')
 
 build() {
cd ${srcdir}



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:01:56
  Author: andrea
Revision: 79337

switch to SHA1 sum

Modified:
  kdeplasma-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:01:52 UTC (rev 79336)
+++ PKGBUILD2010-05-02 22:01:56 UTC (rev 79337)
@@ -75,7 +75,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace' 'libqalculate'
  'kdegraphics-libs' 'kdeedu-marble' 'eigen' 'scim' 'qwt')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('e347d1ca1f1e3100e838287365de43e4')
+sha1sums=('8041118514589d09df30de6e771d83b5d1c5e77b')
 
 build() {
cd $srcdir



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:02:06
  Author: andrea
Revision: 79339

switch to SHA1 sum

Modified:
  kdetoys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:02:01 UTC (rev 79338)
+++ PKGBUILD2010-05-02 22:02:06 UTC (rev 79339)
@@ -14,7 +14,7 @@
 groups=('kde' 'kdetoys')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('2e0f065b3b40cc4a4246ee4a0f97065a')
+sha1sums=('1ea310ccfcaa99d25dc2eceb28c026b49d5ebe65')
 
 build() {
cd $srcdir



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:02:01
  Author: andrea
Revision: 79338

switch to SHA1 sum

Modified:
  kdesdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:01:56 UTC (rev 79337)
+++ PKGBUILD2010-05-02 22:02:01 UTC (rev 79338)
@@ -30,7 +30,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdebase-runtime' 
'kdepimlibs' 'subversion'
  'kdepim-runtime' 'kdebindings-python')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('e2690f233dc4cdf04de236cbbcbf82e4')
+sha1sums=('63b66969a31e8eeb22fcbae043476859da90dead')
 
 build() {
cd $srcdir



  1   2   >