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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 02:46:14
  Author: tpowa
Revision: 124155

upgpkg: archboot 2011.05-2
add latest dm fix

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 01:51:11 UTC (rev 124154)
+++ PKGBUILD2011-05-17 06:46:14 UTC (rev 124155)
@@ -3,7 +3,7 @@
 
 pkgname=archboot
 pkgver=2011.05
-pkgrel=1
+pkgrel=2
 pkgdesc=Advanced, modular arch boot/install image creation utility
 arch=(i686 x86_64)
 license=('GPL')
@@ -45,5 +45,5 @@
   gcc -o vmware-detect vmware-detect.c
   install -D -m 755 vmware-detect $startdir/pkg/usr/bin/vmware-detect
 }
-md5sums=('5ea2090ddc56a6b4716961f53584328a'
+md5sums=('e6d26e24c7491a3203421bd14e570c04'
  '7e2b03463747cb22ab388e79a09fa0cb')



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 02:49:18
  Author: tpowa
Revision: 124156

archrelease: remove testing-x86_64

Deleted:
  archboot/repos/testing-x86_64/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 02:52:37
  Author: tpowa
Revision: 124157

archrelease: copy trunk to testing-x86_64

Added:
  archboot/repos/testing-x86_64/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 03:07:39
  Author: tpowa
Revision: 124158

archrelease: remove testing-i686

Deleted:
  archboot/repos/testing-i686/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 03:09:39
  Author: tpowa
Revision: 124159

archrelease: copy trunk to testing-i686

Added:
  archboot/repos/testing-i686/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 03:14:09
  Author: tpowa
Revision: 124160

db-move: libgssglue removed by tpowa for move to [core] (i686)

Deleted:
  libgssglue/repos/core-i686/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 03:14:09
  Author: tpowa
Revision: 124161

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

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



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 03:14:10
  Author: tpowa
Revision: 124162

db-move: libgssglue removed by tpowa for move to [core] (x86_64)

Deleted:
  libgssglue/repos/core-x86_64/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 03:14:11
  Author: tpowa
Revision: 124163

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

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



[arch-commits] Commit in uim/trunk (PKGBUILD home.patch install)

2011-05-17 Thread Gaetan Bisson
Date: Tuesday, May 17, 2011 @ 04:27:15
  Author: bisson
Revision: 124164

upstream update, patch deprecated

Modified:
  uim/trunk/PKGBUILD
  uim/trunk/install
Deleted:
  uim/trunk/home.patch

+
 PKGBUILD   |   25 +++--
 home.patch |   24 
 install|   10 +-
 3 files changed, 16 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 07:14:11 UTC (rev 124163)
+++ PKGBUILD2011-05-17 08:27:15 UTC (rev 124164)
@@ -1,32 +1,29 @@
 # $Id$
-# Maintainer: damir da...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
 
 pkgname=uim
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc='Multilingual input method library'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/uim/'
-license=('custom')
+license=('custom:BSD')
 depends=('gtk2' 'libxft' 'libedit' 'anthy' 'm17n-lib')
 makedepends=('intltool' 'gettext' 'gnome-panel')
 optdepends=('gnome-panel: gnome applet indicator')
 options=('!libtool')
-source=(http://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;
-'home.patch')
-sha1sums=('412bb2df6041185084e2f64fb73357389bf992b5'
-  'dbcf90f3ea246c5723d715e0935072baa9364cd2')
+source=(http://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('b79ed80c2557e804e6d3d2771a213a29cd932a73')
 
 install=install
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-
-   # UIM's Makefile needs to write in $HOME
-   patch -p0  ../home.patch; export HOME=`pwd`
-
-   ./configure --prefix=/usr --libexecdir=/usr/lib/uim \
-   --with-anthy-utf8 
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/uim \
+   --with-anthy-utf8
make
 }
 

Deleted: home.patch
===
--- home.patch  2011-05-17 07:14:11 UTC (rev 124163)
+++ home.patch  2011-05-17 08:27:15 UTC (rev 124164)
@@ -1,24 +0,0 @@
-diff -aur uim/uim-helper.c uim/uim-helper.c
 uim/uim-helper.c   2010-08-22 19:23:37.64698 +0200
-+++ uim/uim-helper.c   2010-08-22 19:26:57.67781 +0200
-@@ -178,7 +178,7 @@
- goto path_error;
-   }
- 
--  if (strlcpy(helper_path, pw-pw_dir, len) = (size_t)len) {
-+  if (strlcpy(helper_path, getenv(HOME), len) = (size_t)len) {
- endpwent();
- goto path_error;
-   }
-diff -aur uim/uim-posix.c uim/uim-posix.c
 uim/uim-posix.c2010-08-22 19:23:37.65031 +0200
-+++ uim/uim-posix.c2010-08-22 19:26:40.09322 +0200
-@@ -100,7 +100,7 @@
- home[0] = '\0';
- return UIM_FALSE;
-   }
--  if (strlcpy(home, pw-pw_dir, len) = (size_t)len) {
-+  if (strlcpy(home, getenv(HOME), len) = (size_t)len) {
- home[0] = '\0';
- endpwent();
- return UIM_FALSE;

Modified: install
===
--- install 2011-05-17 07:14:11 UTC (rev 124163)
+++ install 2011-05-17 08:27:15 UTC (rev 124164)
@@ -1,13 +1,13 @@
 post_install() {
-  echo -n updating gtk.immodules... 
-  usr/bin/gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
-  echo done.
+   echo -n updating gtk.immodules... 
+   usr/bin/gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
+   echo done.
 }
 
 post_upgrade() {
-  post_install
+   post_install
 }
 
 post_remove() {
-  post_install
+   post_install
 }



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

2011-05-17 Thread Gaetan Bisson
Date: Tuesday, May 17, 2011 @ 04:27:21
  Author: bisson
Revision: 124165

archrelease: remove extra-i686

Deleted:
  uim/repos/extra-i686/



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

2011-05-17 Thread Gaetan Bisson
Date: Tuesday, May 17, 2011 @ 04:27:27
  Author: bisson
Revision: 124166

archrelease: copy trunk to extra-i686

Added:
  uim/repos/extra-i686/



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

2011-05-17 Thread Gaetan Bisson
Date: Tuesday, May 17, 2011 @ 04:27:28
  Author: bisson
Revision: 124167

archrelease: remove extra-x86_64

Deleted:
  uim/repos/extra-x86_64/



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

2011-05-17 Thread Gaetan Bisson
Date: Tuesday, May 17, 2011 @ 04:27:34
  Author: bisson
Revision: 124168

archrelease: copy trunk to extra-x86_64

Added:
  uim/repos/extra-x86_64/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 07:45:14
  Author: tpowa
Revision: 124169

db-move: lzo2 removed by tpowa for move to [core] (i686)

Deleted:
  lzo2/repos/core-i686/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 07:45:15
  Author: tpowa
Revision: 124170

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

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



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 07:45:16
  Author: tpowa
Revision: 124171

db-move: lzo2 removed by tpowa for move to [core] (x86_64)

Deleted:
  lzo2/repos/core-x86_64/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 07:45:16
  Author: tpowa
Revision: 124172

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

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



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 08:44:55
  Author: tpowa
Revision: 124173

upgpkg: qemu-kvm 0.14.0-2
fix stripping, added hda sound

Modified:
  qemu-kvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 11:45:16 UTC (rev 124172)
+++ PKGBUILD2011-05-17 12:44:55 UTC (rev 124173)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=qemu-kvm
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Latest KVM QEMU is a generic and open source processor emulator which 
achieves a good emulation speed by using dynamic translation.
 arch=(i686 x86_64)
 license=('GPL2' 'LGPL2.1')
@@ -16,6 +16,7 @@
 replaces=('kvm')
 source=(http://downloads.sourceforge.net/kvm/${pkgname}-${pkgver}.tar.gz
 65-kvm.rules)
+options=(!strip)
 
 build()
 {
@@ -24,7 +25,7 @@
 ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --audio-drv-list=alsa,sdl,oss,esd \
---audio-card-list=ac97,sb16,es1370,adlib \
+--audio-card-list=ac97,sb16,es1370,hda \
 --enable-docs
 make
 }
@@ -44,6 +45,13 @@
 # install udev rules
 install -D -m644 ${srcdir}/65-kvm.rules \
  ${pkgdir}/lib/udev/rules.d/65-kvm.rules
+# strip scripts directory
+find ${pkgdir}/usr/bin  -type f -perm -u+w 2/dev/null | while read binary 
; do
+  case $(file -bi $binary) in
+*application/x-executable*) # Binaries
+/usr/bin/strip $STRIP_BINARIES $binary;;
+  esac
+done
 }
 md5sums=('4ea6f412d85a826e0b0690f5c4c59f13'
  'b316a066d2f1bb57d8f5b7ea1d0d1caf')



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 08:44:59
  Author: tpowa
Revision: 124174

archrelease: remove extra-i686

Deleted:
  qemu-kvm/repos/extra-i686/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 08:45:14
  Author: tpowa
Revision: 124175

archrelease: copy trunk to extra-i686

Added:
  qemu-kvm/repos/extra-i686/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 08:45:17
  Author: tpowa
Revision: 124176

archrelease: remove extra-x86_64

Deleted:
  qemu-kvm/repos/extra-x86_64/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 08:45:30
  Author: tpowa
Revision: 124177

archrelease: copy trunk to extra-x86_64

Added:
  qemu-kvm/repos/extra-x86_64/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 09:06:59
  Author: tpowa
Revision: 124178

upgpkg: qemu 0.14.1-1
bump to latest version, fixed stripping, added hda sound

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 12:45:30 UTC (rev 124177)
+++ PKGBUILD2011-05-17 13:06:59 UTC (rev 124178)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=qemu
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc=QEMU is a generic and open source processor emulator which achieves a 
good emulation speed by using dynamic translation.
 arch=('i686' 'x86_64')
@@ -13,13 +13,14 @@
 install=qemu.install
 
source=(http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz
 65-kvm.rules)
+options=(!strip)
 
 build()
 {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -i -e 's/lib64/lib/g' x86_64.ld
   ./configure --prefix=/usr --sysconfdir=/etc 
--audio-drv-list=oss,alsa,sdl,esd \
-  --audio-card-list=ac97,sb16,es1370,adlib \
+  --audio-card-list=ac97,sb16,es1370,hda \
   --enable-docs \
   --kerneldir=/usr/src/linux-$(uname -r)
   make
@@ -30,6 +31,14 @@
   make DESTDIR=${pkgdir} install
   install -D -m644 ${srcdir}/65-kvm.rules \
${pkgdir}/lib/udev/rules.d/65-kvm.rules
+  # strip scripts directory
+find ${pkgdir}/usr/src/linux-${_kernver}/scripts  -type f -perm -u+w 
2/dev/null | while read binary ; do
+  case $(file -bi $binary) in
+*application/x-executable*) # Binaries
+/usr/bin/strip $STRIP_BINARIES $binary;;
+  esac
+done
+
 }
-md5sums=('f9d145d5c09de9f0984ffe9bd1229970'
+md5sums=('b6c713a8db638e173af53a62d5178640'
  'b316a066d2f1bb57d8f5b7ea1d0d1caf')



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 09:07:04
  Author: tpowa
Revision: 124179

archrelease: remove extra-i686

Deleted:
  qemu/repos/extra-i686/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 09:07:19
  Author: tpowa
Revision: 124180

archrelease: copy trunk to extra-i686

Added:
  qemu/repos/extra-i686/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 09:07:23
  Author: tpowa
Revision: 124181

archrelease: remove extra-x86_64

Deleted:
  qemu/repos/extra-x86_64/



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

2011-05-17 Thread Tobias Powalowski
Date: Tuesday, May 17, 2011 @ 09:07:37
  Author: tpowa
Revision: 124182

archrelease: copy trunk to extra-x86_64

Added:
  qemu/repos/extra-x86_64/



[arch-commits] Commit in udev/trunk (01-settle.patch 02-settle.patch PKGBUILD)

2011-05-17 Thread Tom Gundersen
Date: Tuesday, May 17, 2011 @ 09:17:56
  Author: tomegun
Revision: 124183

Probable fix to settle returning to early.

This caused problems for people without devtmps or with usb drives.

These configs are not recommended, but they should be supported, so will upload 
to testing as soon as it has been confirmed that it fixes the problem.

Added:
  udev/trunk/01-settle.patch
  udev/trunk/02-settle.patch
Modified:
  udev/trunk/PKGBUILD

-+
 01-settle.patch |   68 ++
 02-settle.patch |   29 +++
 PKGBUILD|   21 +++-
 3 files changed, 111 insertions(+), 7 deletions(-)

Added: 01-settle.patch
===
--- 01-settle.patch (rev 0)
+++ 01-settle.patch 2011-05-17 13:17:56 UTC (rev 124183)
@@ -0,0 +1,68 @@
+From 2738ec2cf721db0c0deac2ba0abdc73cf7739e9f Mon Sep 17 00:00:00 2001
+From: Kay Sievers kay.siev...@vrfy.org
+Date: Mon, 16 May 2011 13:17:48 +0200
+Subject: [PATCH 1/7] udevd: create queue file before daemonizing to reliably
+ block 'settle'
+
+---
+ udev/udevd.c |   22 --
+ 1 files changed, 12 insertions(+), 10 deletions(-)
+
+diff --git a/udev/udevd.c b/udev/udevd.c
+index be4b071..258d787 100644
+--- a/udev/udevd.c
 b/udev/udevd.c
+@@ -1408,6 +1408,13 @@ int main(int argc, char *argv[])
+ 
+   udev_monitor_set_receive_buffer_size(monitor, 128*1024*1024);
+ 
++  /* create queue file before signalling 'ready', to make sure we block 
'settle' */
++  udev_queue_export = udev_queue_export_new(udev);
++  if (udev_queue_export == NULL) {
++  err(udev, error creating queue file\n);
++  goto exit;
++  }
++
+   if (daemonize) {
+   pid_t pid;
+   int fd;
+@@ -1421,8 +1428,8 @@ int main(int argc, char *argv[])
+   rc = 4;
+   goto exit;
+   default:
+-  rc = 0;
+-  goto exit;
++  rc = EXIT_SUCCESS;
++  goto exit_keep_queue;
+   }
+ 
+   setsid();
+@@ -1521,12 +1528,6 @@ int main(int argc, char *argv[])
+   goto exit;
+   }
+ 
+-  udev_queue_export = udev_queue_export_new(udev);
+-  if (udev_queue_export == NULL) {
+-  err(udev, error creating queue file\n);
+-  goto exit;
+-  }
+-
+   memset(ep_ctrl, 0, sizeof(struct epoll_event));
+   ep_ctrl.events = EPOLLIN;
+   ep_ctrl.data.fd = fd_ctrl;
+@@ -1708,9 +1709,10 @@ int main(int argc, char *argv[])
+   }
+   }
+ 
+-  udev_queue_export_cleanup(udev_queue_export);
+-  rc = 0;
++  rc = EXIT_SUCCESS;
+ exit:
++  udev_queue_export_cleanup(udev_queue_export);
++exit_keep_queue:
+   if (fd_ep = 0)
+   close(fd_ep);
+   worker_list_cleanup(udev);
+-- 
+1.7.5.1
+

Added: 02-settle.patch
===
--- 02-settle.patch (rev 0)
+++ 02-settle.patch 2011-05-17 13:17:56 UTC (rev 124183)
@@ -0,0 +1,29 @@
+From 12f79fb0b9c919787d8a7d4307895d3d6b4b029b Mon Sep 17 00:00:00 2001
+From: Nix n...@esperi.org.uk
+Date: Mon, 16 May 2011 22:51:38 +0200
+Subject: [PATCH 7/7] libudev: queue - accept NULL passed into
+ udev_queue_export_cleanup()
+
+---
+ libudev/libudev-queue-private.c |3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+diff --git a/libudev/libudev-queue-private.c b/libudev/libudev-queue-private.c
+index 0dcf9b0..6e13d8a 100644
+--- a/libudev/libudev-queue-private.c
 b/libudev/libudev-queue-private.c
+@@ -104,9 +104,10 @@ void udev_queue_export_cleanup(struct udev_queue_export 
*udev_queue_export)
+ {
+   char filename[UTIL_PATH_SIZE];
+ 
++  if (udev_queue_export == NULL)
++  return;
+   util_strscpyl(filename, sizeof(filename), 
udev_get_run_path(udev_queue_export-udev), /queue.tmp, NULL);
+   unlink(filename);
+-
+   util_strscpyl(filename, sizeof(filename), 
udev_get_run_path(udev_queue_export-udev), /queue.bin, NULL);
+   unlink(filename);
+ }
+-- 
+1.7.5.1
+

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 13:07:37 UTC (rev 124182)
+++ PKGBUILD2011-05-17 13:17:56 UTC (rev 124183)
@@ -7,7 +7,7 @@
 pkgbase=udev
 pkgname=('udev' 'udev-compat')
 pkgver=168
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html;
 license=('GPL')
@@ -19,10 +19,15 @@
 80-drivers.rules 
 81-arch.rules 
 load-modules.sh 
-cdsymlinks.sh)
+cdsymlinks.sh
+   01-settle.patch
+   02-settle.patch)
 
 build() {
   cd $srcdir/$pkgbase-$pkgver
+  # fix https://bugs.archlinux.org/task/24288
+  patch -Np1 -i ../01-settle.patch
+  patch -Np1 -i 

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

2011-05-17 Thread Tom Gundersen
Date: Tuesday, May 17, 2011 @ 09:18:21
  Author: tomegun
Revision: 124184

archrelease: copy trunk to testing-i686

Added:
  udev/repos/testing-i686/



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

2011-05-17 Thread Tom Gundersen
Date: Tuesday, May 17, 2011 @ 09:22:57
  Author: tomegun
Revision: 124185

archrelease: remove testing-i686

Deleted:
  udev/repos/testing-i686/



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

2011-05-17 Thread Tom Gundersen
Date: Tuesday, May 17, 2011 @ 09:23:12
  Author: tomegun
Revision: 124186

archrelease: copy trunk to testing-i686

Added:
  udev/repos/testing-i686/



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

2011-05-17 Thread Tom Gundersen
Date: Tuesday, May 17, 2011 @ 09:23:25
  Author: tomegun
Revision: 124187

archrelease: copy trunk to testing-x86_64

Added:
  udev/repos/testing-x86_64/



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

2011-05-17 Thread Ionut Biru
Date: Tuesday, May 17, 2011 @ 11:28:51
  Author: ibiru
Revision: 124188

update to 2.30

Added:
  transmission/trunk/transmission-qt.install
Modified:
  transmission/trunk/PKGBUILD
  transmission/trunk/transmissiond

-+
 PKGBUILD|   12 ++--
 transmission-qt.install |   11 +++
 transmissiond   |   11 ++-
 3 files changed, 27 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 13:23:25 UTC (rev 124187)
+++ PKGBUILD2011-05-17 15:28:51 UTC (rev 124188)
@@ -3,18 +3,17 @@
 
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.22
-pkgrel=3
+pkgver=2.30
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.transmissionbt.com/;
 license=('MIT')
-makedepends=('intltool' 'curl' 'libnotify' 'desktop-file-utils' 'qt' 
'libevent' 'libcanberra' 'dbus-glib')
+makedepends=('gtk2' 'intltool' 'curl' 'libnotify' 'desktop-file-utils' 'qt' 
'libevent' 'libcanberra' 'dbus-glib')
 source=(http://mirrors.m0k.org/transmission/files/${pkgbase}-${pkgver}.tar.bz2
 transmissiond transmissiond.conf)
-md5sums=('6499986bf769276310b00bda1090090d'
- '50b7c17300bc8b38f44fb6f681ba05d0'
+md5sums=('d812539eb6e8547614ab7d0d5c6496a8'
+ '08875299e3fbb68fc546c1f350ac1f06'
  'be39806c35b7544856fa4070b00fc960')
-
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
 
@@ -63,6 +62,7 @@
   pkgdesc=Fast, easy, and free BitTorrent client (Qt GUI)
   depends=('curl' 'qt' 'libevent')
   optdepends=('transmission-cli: daemon and web support')
+  install=transmission-qt.install
 
   cd ${srcdir}/${pkgbase}-${pkgver}
 

Added: transmission-qt.install
===
--- transmission-qt.install (rev 0)
+++ transmission-qt.install 2011-05-17 15:28:51 UTC (rev 124188)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Modified: transmissiond
===
--- transmissiond   2011-05-17 13:23:25 UTC (rev 124187)
+++ transmissiond   2011-05-17 15:28:51 UTC (rev 124188)
@@ -31,7 +31,16 @@
 while [ ! -z $PID -a -d /proc/$PID ]; do sleep 1; done
 $0 start
 ;;
+  reload)
+  stat_busy Reloading config
+  [ ! -z $PID ]  kill -HUP $PID  /dev/null
+  if [ $? -gt 0 ]; then
+  stat_fail
+  else
+  stat_done
+  fi
+  ;;
   *)
-echo usage: $0 {start|stop|restart}
+echo usage: $0 {start|stop|restart|reload}
 esac
 exit 0



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

2011-05-17 Thread Ionut Biru
Date: Tuesday, May 17, 2011 @ 11:32:58
  Author: ibiru
Revision: 124189

archrelease: remove extra-i686

Deleted:
  transmission/repos/extra-i686/



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

2011-05-17 Thread Ionut Biru
Date: Tuesday, May 17, 2011 @ 11:33:13
  Author: ibiru
Revision: 124190

archrelease: copy trunk to extra-i686

Added:
  transmission/repos/extra-i686/



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

2011-05-17 Thread Ionut Biru
Date: Tuesday, May 17, 2011 @ 11:33:16
  Author: ibiru
Revision: 124191

archrelease: remove extra-x86_64

Deleted:
  transmission/repos/extra-x86_64/



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

2011-05-17 Thread Ionut Biru
Date: Tuesday, May 17, 2011 @ 11:33:30
  Author: ibiru
Revision: 124192

archrelease: copy trunk to extra-x86_64

Added:
  transmission/repos/extra-x86_64/



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

2011-05-17 Thread Ionut Biru
Date: Tuesday, May 17, 2011 @ 11:41:27
  Author: ibiru
Revision: 124193

farsight2 only needs the rtp plugins from -good and -bad and not the codecs

Modified:
  farsight2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 15:33:30 UTC (rev 124192)
+++ PKGBUILD2011-05-17 15:41:27 UTC (rev 124193)
@@ -4,12 +4,13 @@
 
 pkgname=farsight2
 pkgver=0.0.28
-pkgrel=1
+pkgrel=2
 pkgdesc=Audio/Video conference software for Instant Messengers
 arch=('i686' 'x86_64')
 url=http://farsight.freedesktop.org;
 license=('LGPL')
-depends=('libnice' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'gstreamer0.10-bad-plugins' 'gstreamer0.10-python' 'pygobject')
+depends=('libnice' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good' 
'gstreamer0.10-bad' 'gstreamer0.10-python' 'pygobject')
+optdepends=('gstreamer0.10-ugly-plugins: h264 codec')
 options=('!libtool' '!emptydirs')
 
source=(http://farsight.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('38767e775067270754a32aaf8e3a7db1')



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

2011-05-17 Thread Ionut Biru
Date: Tuesday, May 17, 2011 @ 11:42:02
  Author: ibiru
Revision: 124194

archrelease: remove extra-i686

Deleted:
  farsight2/repos/extra-i686/



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

2011-05-17 Thread Ionut Biru
Date: Tuesday, May 17, 2011 @ 11:42:16
  Author: ibiru
Revision: 124195

archrelease: copy trunk to extra-i686

Added:
  farsight2/repos/extra-i686/



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

2011-05-17 Thread Ionut Biru
Date: Tuesday, May 17, 2011 @ 11:42:20
  Author: ibiru
Revision: 124196

archrelease: remove extra-x86_64

Deleted:
  farsight2/repos/extra-x86_64/



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

2011-05-17 Thread Ionut Biru
Date: Tuesday, May 17, 2011 @ 11:42:34
  Author: ibiru
Revision: 124197

archrelease: copy trunk to extra-x86_64

Added:
  farsight2/repos/extra-x86_64/



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

2011-05-17 Thread Ionut Biru
Date: Tuesday, May 17, 2011 @ 12:04:12
  Author: ibiru
Revision: 124198

include flash player properties

Modified:
  flashplugin/trunk/PKGBUILD
  flashplugin/trunk/flashplugin.install

-+
 PKGBUILD|   25 +
 flashplugin.install |1 +
 2 files changed, 14 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 15:42:34 UTC (rev 124197)
+++ PKGBUILD2011-05-17 16:04:12 UTC (rev 124198)
@@ -4,12 +4,11 @@
 pkgname=flashplugin
 _licensefile='Reader_Player_AIR_WWEULA-Combined-20080204_1313.pdf'
 pkgver=10.3.181.14
-_pkgver64=10.0.45.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
 arch=('i686') # 'x86_64')
-depends=('mozilla-common' 'libxt' 'gtk2' 'nss' 'curl')
+depends=('mozilla-common' 'libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
 optdepends=('libvdpau: GPU acceleration on Nvidia card')
 provides=('flashplayer')
 license=('custom')
@@ -22,14 +21,16 @@
 md5sums=('e0905bc2475e024cd13e0ec4e9c1'
  '1636037610ee2aa35c5fb736a697b7e0'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
-#[ ${CARCH} = x86_64 ]  
source[0]=http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-${_pkgver64}.linux-${CARCH}.so.tar.gz;
-#[ ${CARCH} = x86_64 ]  md5sums[0]='4a4561e456612a6751653b58342d53df'
 
-build() {
-  install -d -m755 ${pkgdir}/usr/lib/mozilla/plugins/
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}/
-  install -d -m755 ${pkgdir}/etc/adobe
-  install -m755 ${srcdir}/libflashplayer.so ${pkgdir}/usr/lib/mozilla/plugins/
-  install -m644 ${_licensefile} 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf
-  install -m644 ${srcdir}/mms.cfg ${pkgdir}/etc/adobe/mms.cfg
+package () {
+cd ${srcdir}
+install -Dm755 libflashplayer.so 
${pkgdir}/usr/lib/mozilla/plugins/libflashplayer.so
+install -Dm755 usr/bin/flash-player-properties 
${pkgdir}/usr/bin/flash-player-properties
+for i in 16x16 22x22 24x24 32x32 48x48; do
+install -Dm644 
usr/share/icons/hicolor/${i}/apps/flash-player-properties.png \
+
${pkgdir}/usr/share/icons/hicolor/${i}/apps/flash-player-properties.png
+done
+install -Dm644 usr/share/applications/flash-player-properties.desktop 
${pkgdir}/usr/share/applications/flash-player-properties.desktop
+install -Dm644 ${_licensefile} 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf
+install -Dm644 ${srcdir}/mms.cfg ${pkgdir}/etc/adobe/mms.cfg
 }

Modified: flashplugin.install
===
--- flashplugin.install 2011-05-17 15:42:34 UTC (rev 124197)
+++ flashplugin.install 2011-05-17 16:04:12 UTC (rev 124198)
@@ -1,4 +1,5 @@
 post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 echo   
 echo   If you have an NVIDIA card that supports libvdpau or Broadcom 
Crystal HD chips,
 echo   uncomment EnableLinuxHWVideoDecode=1 from /etc/adobe/mms.cfg.



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

2011-05-17 Thread Ionut Biru
Date: Tuesday, May 17, 2011 @ 12:06:19
  Author: ibiru
Revision: 124199

archrelease: remove extra-i686

Deleted:
  flashplugin/repos/extra-i686/



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

2011-05-17 Thread Ionut Biru
Date: Tuesday, May 17, 2011 @ 12:06:33
  Author: ibiru
Revision: 124200

archrelease: copy trunk to extra-i686

Added:
  flashplugin/repos/extra-i686/



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

2011-05-17 Thread andyrtr
Date: Tuesday, May 17, 2011 @ 13:28:05
  Author: andyrtr
Revision: 124201

upgpkg: midori 0.3.6-1
upstream update 0.3.6

Modified:
  midori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 16:06:33 UTC (rev 124200)
+++ PKGBUILD2011-05-17 17:28:05 UTC (rev 124201)
@@ -5,7 +5,7 @@
 
 pkgname=midori
 #_gitdate=20090306
-pkgver=0.3.5 #_git${_gitdate}
+pkgver=0.3.6 #_git${_gitdate}
 pkgrel=1
 pkgdesc=A lightweight web browser based on Gtk WebKit
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 source=(http://archive.xfce.org/src/apps/$pkgname/0.3/$pkgname-$pkgver.tar.bz2
#midori-${_gitdate}.tar.bz2
 )
-md5sums=('f92f0f11276d63150fd321dc08d575fb')
+md5sums=('c4cb0686601b1c470c317de3d3f8e8fd')
 
 # source PKGBUILD  mksource
 mksource() {



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

2011-05-17 Thread andyrtr
Date: Tuesday, May 17, 2011 @ 13:28:19
  Author: andyrtr
Revision: 124202

archrelease: remove extra-i686

Deleted:
  midori/repos/extra-i686/



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

2011-05-17 Thread andyrtr
Date: Tuesday, May 17, 2011 @ 13:28:38
  Author: andyrtr
Revision: 124203

archrelease: copy trunk to extra-i686

Added:
  midori/repos/extra-i686/



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

2011-05-17 Thread Andrea Scarpino
Date: Tuesday, May 17, 2011 @ 13:28:41
  Author: andrea
Revision: 124204

upgpkg: acpid 2.0.9-3
replaces acpid2

Modified:
  acpid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 17:28:38 UTC (rev 124203)
+++ PKGBUILD2011-05-17 17:28:41 UTC (rev 124204)
@@ -6,7 +6,7 @@
 
 pkgname=acpid
 pkgver=2.0.9
-pkgrel=2
+pkgrel=3
 pkgdesc=A daemon for delivering ACPI power management events with netlink 
support
 arch=('i686' 'x86_64')
 url=http://tedfelix.com/linux/acpid-netlink.html;
@@ -17,6 +17,7 @@
 'anything'
 'handler.sh'
 'acpid.conf.d')
+replaces=('acpid2')
 backup=('etc/acpi/handler.sh' 'etc/acpi/events/anything' 'etc/conf.d/acpid')
 
 build() {



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

2011-05-17 Thread Andrea Scarpino
Date: Tuesday, May 17, 2011 @ 13:28:44
  Author: andrea
Revision: 124206

archrelease: remove testing-i686

Deleted:
  acpid/repos/testing-i686/



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

2011-05-17 Thread andyrtr
Date: Tuesday, May 17, 2011 @ 13:28:42
  Author: andyrtr
Revision: 124205

archrelease: remove extra-x86_64

Deleted:
  midori/repos/extra-x86_64/



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

2011-05-17 Thread andyrtr
Date: Tuesday, May 17, 2011 @ 13:29:04
  Author: andyrtr
Revision: 124207

archrelease: copy trunk to extra-x86_64

Added:
  midori/repos/extra-x86_64/



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

2011-05-17 Thread Andrea Scarpino
Date: Tuesday, May 17, 2011 @ 13:29:23
  Author: andrea
Revision: 124208

archrelease: copy trunk to testing-i686

Added:
  acpid/repos/testing-i686/



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

2011-05-17 Thread Andrea Scarpino
Date: Tuesday, May 17, 2011 @ 13:29:26
  Author: andrea
Revision: 124209

archrelease: remove testing-x86_64

Deleted:
  acpid/repos/testing-x86_64/



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

2011-05-17 Thread Andrea Scarpino
Date: Tuesday, May 17, 2011 @ 13:29:41
  Author: andrea
Revision: 124210

archrelease: copy trunk to testing-x86_64

Added:
  acpid/repos/testing-x86_64/



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 13:35:48
  Author: thomas
Revision: 124211

db-move: acl removed by thomas for move to [core] (i686)

Deleted:
  acl/repos/core-i686/



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 13:35:48
  Author: thomas
Revision: 124212

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

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



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 13:35:49
  Author: thomas
Revision: 124213

db-move: acl removed by thomas for move to [core] (x86_64)

Deleted:
  acl/repos/core-x86_64/



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 13:35:51
  Author: thomas
Revision: 124214

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

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



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 13:35:55
  Author: thomas
Revision: 124215

db-move: attr removed by thomas for move to [core] (i686)

Deleted:
  attr/repos/core-i686/



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 13:35:56
  Author: thomas
Revision: 124216

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

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



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 13:35:57
  Author: thomas
Revision: 124217

db-move: attr removed by thomas for move to [core] (x86_64)

Deleted:
  attr/repos/core-x86_64/



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 13:35:57
  Author: thomas
Revision: 124218

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

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



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 13:35:58
  Author: thomas
Revision: 124219

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

Deleted:
  mkinitcpio/repos/core-any/



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 13:35:59
  Author: thomas
Revision: 124220

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

Added:
  mkinitcpio/repos/core-any/
Deleted:
  mkinitcpio/repos/testing-any/



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 13:46:06
  Author: thomas
Revision: 124221

db-move: udev removed by thomas for move to [core] (i686)

Deleted:
  udev/repos/core-i686/



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 13:46:07
  Author: thomas
Revision: 124222

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

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



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 13:46:07
  Author: thomas
Revision: 124223

db-move: udev removed by thomas for move to [core] (x86_64)

Deleted:
  udev/repos/core-x86_64/



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 13:46:11
  Author: thomas
Revision: 124224

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

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



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

2011-05-17 Thread andyrtr
Date: Tuesday, May 17, 2011 @ 14:01:10
  Author: andyrtr
Revision: 124225

upgpkg: vigra 1.7.1-1
upstream update 1.7.1

Added:
  vigra/trunk/vigra-1.7.1.gcc460.patch
Modified:
  vigra/trunk/PKGBUILD
Deleted:
  vigra/trunk/libpng-1.4.patch

--+
 PKGBUILD |   17 +
 libpng-1.4.patch |   14 --
 vigra-1.7.1.gcc460.patch |   33 +
 3 files changed, 42 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 17:46:11 UTC (rev 124224)
+++ PKGBUILD2011-05-17 18:01:10 UTC (rev 124225)
@@ -3,8 +3,8 @@
 # Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
 
 pkgname=vigra
-pkgver=1.7.0
-pkgrel=6
+pkgver=1.7.1
+pkgrel=1
 pkgdesc=Computer vision library
 arch=('i686' 'x86_64')
 url=http://hci.iwr.uni-heidelberg.de/vigra/;
@@ -14,13 +14,14 @@
 optdepends=('python2: for python bindings'
 'boost-libs: for python bindings')
 options=('!libtool')
-source=(http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/${pkgname}-${pkgver}-src.tar.gz
 libpng-1.4.patch)
-md5sums=('a40b3b013653f75dc84ba55b2df1fae2' 'db610e48558eb323490ad21d636bac76')
-sha1sums=('31875646cbb1928d93c96fc4da4fda31772cf8f6' 
'5f668c861f5fe927a4f51014afab94805db60c46')
+source=(http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/${pkgname}-${pkgver}-src.tar.gz
+   vigra-1.7.1.gcc460.patch)
+md5sums=('2bde208e0fd7626770169dd4fa097282'
+ '25ef8bc26bc38ee67e5b512d2acd0166')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}-src
-  patch -p1  ../libpng-1.4.patch
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/vigra-1.7.1.gcc460.patch
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
   -DWITH_VIGRANUMPY=1 \
   -DDOCINSTALL=share/doc 
@@ -28,7 +29,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-src
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   # license
   install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE

Deleted: libpng-1.4.patch
===
--- libpng-1.4.patch2011-05-17 17:46:11 UTC (rev 124224)
+++ libpng-1.4.patch2011-05-17 18:01:10 UTC (rev 124225)
@@ -1,14 +0,0 @@
-diff -Naur vigra1.6.0-orig/src/impex/png.cxx vigra1.6.0/src/impex/png.cxx
 vigra1.6.0-orig/src/impex/png.cxx  2010-01-20 19:46:57.0 -0500
-+++ vigra1.6.0/src/impex/png.cxx   2010-01-20 19:47:55.0 -0500
-@@ -270,8 +270,8 @@
- // expand gray values to at least one byte size
- if ( color_type == PNG_COLOR_TYPE_GRAY  bit_depth  8 ) {
- if (setjmp(png-jmpbuf))
--vigra_postcondition( false,png_error_message.insert(0, error 
in png_set_gray_1_2_4_to_8(): ).c_str());
--png_set_gray_1_2_4_to_8(png);
-+vigra_postcondition( false,png_error_message.insert(0, error 
in png_set_expand_gray_1_2_4_to_8(): ).c_str());
-+png_set_expand_gray_1_2_4_to_8(png);
- bit_depth = 8;
- }
- 

Added: vigra-1.7.1.gcc460.patch
===
--- vigra-1.7.1.gcc460.patch(rev 0)
+++ vigra-1.7.1.gcc460.patch2011-05-17 18:01:10 UTC (rev 124225)
@@ -0,0 +1,33 @@
+diff -baur vigra-1.7.1.old/include/vigra/random_forest.hxx 
vigra-1.7.1/include/vigra/random_forest.hxx
+--- vigra-1.7.1.old/include/vigra/random_forest.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/random_forest.hxx2011-01-28 
00:16:32.0 +
+@@ -43,6 +43,7 @@
+ #include set
+ #include list
+ #include numeric
++#include stddef.h
+ #include mathutil.hxx
+ #include array_vector.hxx
+ #include sized_int.hxx
+diff -baur vigra-1.7.1.old/include/vigra/sifImport.hxx 
vigra-1.7.1/include/vigra/sifImport.hxx
+--- vigra-1.7.1.old/include/vigra/sifImport.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/sifImport.hxx2011-01-28 00:23:31.0 
+
+@@ -57,6 +57,7 @@
+ #include fstream
+ #include cstring
+ #include vector 
++#include stddef.h
+ #include vigra/multi_array.hxx
+ 
+ namespace vigra {
+diff -baur vigra-1.7.1.old/include/vigra/multi_iterator.hxx 
vigra-1.7.1/include/vigra/multi_iterator.hxx
+--- vigra-1.7.1.old/include/vigra/multi_iterator.hxx   2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/multi_iterator.hxx   2011-01-28 
00:23:31.0 +
+@@ -41,6 +41,7 @@
+ #define VIGRA_MULTI_ITERATOR_HXX
+ 
+ #include sys/types.h
++#include stddef.h
+ #include tinyvector.hxx
+ #include iteratortags.hxx
+ 



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

2011-05-17 Thread andyrtr
Date: Tuesday, May 17, 2011 @ 14:01:32
  Author: andyrtr
Revision: 124226

archrelease: copy trunk to testing-i686

Added:
  vigra/repos/testing-i686/



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

2011-05-17 Thread andyrtr
Date: Tuesday, May 17, 2011 @ 14:01:51
  Author: andyrtr
Revision: 124227

archrelease: copy trunk to testing-x86_64

Added:
  vigra/repos/testing-x86_64/



[arch-commits] Commit in apache-ant/trunk (PKGBUILD apache-ant.csh)

2011-05-17 Thread Andrea Scarpino
Date: Tuesday, May 17, 2011 @ 14:29:38
  Author: andrea
Revision: 124228

upgpkg: apache-ant 1.8.2-2
switch to arch any; add .csh profile file (FS#23582); fix python2 path; fix 
wrong dependence on java-runtime (FS#24083)

Added:
  apache-ant/trunk/apache-ant.csh
Modified:
  apache-ant/trunk/PKGBUILD

+
 PKGBUILD   |   42 ++
 apache-ant.csh |2 ++
 2 files changed, 24 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 18:01:51 UTC (rev 124227)
+++ PKGBUILD2011-05-17 18:29:38 UTC (rev 124228)
@@ -4,48 +4,50 @@
 
 pkgname=apache-ant
 pkgver=1.8.2
-pkgrel=1
-pkgdesc=A java-based build tool.
-arch=('i686' 'x86_64')
+pkgrel=2
+pkgdesc=A java-based build tool
+arch=('any')
 license=('APACHE')
 url=http://ant.apache.org/;
-depends=('java-runtime')
+depends=('java-environment')
 optdepends=('junit: to jave junit on the classpath in javac tasks')
 
source=(http://archive.apache.org/dist/ant/binaries/${pkgname}-${pkgver}-bin.tar.bz2
-${pkgname}.sh
+${pkgname}.sh ${pkgname}.csh
 ant_diagnostics.patch)
 md5sums=('9e9ae9fc7352960191489a1286fb0928'
  '593ee6ebd9b8ec321534a028e686880f'
+ '475b684eb8202c09cbb51496cd8ee1e0'
  'cbaab423be40a6e63f0fde901b91eb50')
 
-build() {
+package() {
   # install profile.d script
-  install -dm755 ${pkgdir}/etc/profile.d || return 1
-  install -m755 ${srcdir}/${pkgname}.sh ${pkgdir}/etc/profile.d/ || return 1
+  install -dm755 ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/${pkgname}.{csh,sh} ${pkgdir}/etc/profile.d/
 
   # Get the ANT_HOME env var
-  source ${srcdir}/${pkgname}.sh || return 1
+  source ${srcdir}/${pkgname}.sh
 
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -dm755 ${pkgdir}/${ANT_HOME}/{bin,lib} || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -dm755 ${pkgdir}/${ANT_HOME}/{bin,lib}
 
-  install -m644 ./lib/*.jar ${pkgdir}/${ANT_HOME}/lib || return 1
-  cp -Rp ./etc ${pkgdir}/${ANT_HOME} || return 1
+  install -m644 ./lib/*.jar ${pkgdir}/${ANT_HOME}/lib
+  cp -Rp ./etc ${pkgdir}/${ANT_HOME}
 
   # Do not copy Windows .bat/.cmd files
   find ./bin -type f -a ! -name \*.bat -a ! -name \*.cmd \
--exec install -m755 {} ${pkgdir}/${ANT_HOME}/bin \; || return 1
+-exec install -m755 {} ${pkgdir}/${ANT_HOME}/bin \;
 
   # symlink to junit so it's on the javac build path for ant
   # matches behavior on ubuntu 9 and makes sense for compatibility
   # http://bugs.archlinux.org/task/15229
-  cd $startdir/pkg/usr/share/java/apache-ant/lib || return 1
-  ln -s ../../junit.jar . || return 1
-  cd - || return 1
+  ln -sf /usr/share/java/junit.jar ${pkgdir}/usr/share/java/apache-ant/lib/
 
+  # fix python2 path
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
${pkgdir}/usr/share/java/apache-ant/bin/runant.py
+
   # The license says the NOTICE file should be redistributed for derivative
   # works, so lets supply it.
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname} || return 1
-  install -m644 LICENSE NOTICE ${pkgdir}/usr/share/licenses/${pkgname} || 
return 1
+  cd ${srcdir}/${pkgname}-${pkgver} 
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE NOTICE ${pkgdir}/usr/share/licenses/${pkgname}
 }
-

Added: apache-ant.csh
===
--- apache-ant.csh  (rev 0)
+++ apache-ant.csh  2011-05-17 18:29:38 UTC (rev 124228)
@@ -0,0 +1,2 @@
+setenv ANT_HOME /usr/share/java/apache-ant
+setenv PATH ${PATH}:${ANT_HOME}/bin



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

2011-05-17 Thread Andrea Scarpino
Date: Tuesday, May 17, 2011 @ 14:29:51
  Author: andrea
Revision: 124229

archrelease: copy trunk to extra-any

Added:
  apache-ant/repos/extra-any/



[arch-commits] Commit in apache-ant/repos (extra-i686 extra-x86_64)

2011-05-17 Thread Andrea Scarpino
Date: Tuesday, May 17, 2011 @ 14:30:00
  Author: andrea
Revision: 124230

removed extra-i686 and extra-x86_64 for apache-ant

Deleted:
  apache-ant/repos/extra-i686/
  apache-ant/repos/extra-x86_64/



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

2011-05-17 Thread Andrea Scarpino
Date: Tuesday, May 17, 2011 @ 14:39:16
  Author: andrea
Revision: 124231

remove the kde-l10n group

Modified:
  kde-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 18:30:00 UTC (rev 124230)
+++ PKGBUILD2011-05-17 18:39:16 UTC (rev 124231)
@@ -61,7 +61,6 @@
 arch=('any')
 url='http://www.kde.org'
 license=('GPL')
-groups=('kde-l10n')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs')
 options=('docs')
 
source=(http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-ar-${pkgver}.tar.bz2;



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

2011-05-17 Thread Andrea Scarpino
Date: Tuesday, May 17, 2011 @ 15:20:06
  Author: andrea
Revision: 124232

upgpkg: libvncserver 0.9.8-2
add TLS support

Modified:
  libvncserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 18:39:16 UTC (rev 124231)
+++ PKGBUILD2011-05-17 19:20:06 UTC (rev 124232)
@@ -4,12 +4,12 @@
 
 pkgname=libvncserver
 pkgver=0.9.8
-pkgrel=1
+pkgrel=2
 pkgdesc=A cross-platform C libraries that allow you to easily implement VNC 
server
 arch=('i686' 'x86_64')
 url=http://libvncserver.sourceforge.net/;
 license=('GPL')
-depends=('libjpeg' 'zlib')
+depends=('libjpeg' 'zlib' 'gnutls')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/${pkgname}/LibVNCServer-${pkgver}.tar.gz;)
 md5sums=('dda9e75a1d5d7c37bb57d90ead7b32b3')



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

2011-05-17 Thread Andrea Scarpino
Date: Tuesday, May 17, 2011 @ 15:20:09
  Author: andrea
Revision: 124233

archrelease: remove extra-i686

Deleted:
  libvncserver/repos/extra-i686/



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

2011-05-17 Thread Andrea Scarpino
Date: Tuesday, May 17, 2011 @ 15:20:26
  Author: andrea
Revision: 124234

archrelease: copy trunk to extra-i686

Added:
  libvncserver/repos/extra-i686/



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

2011-05-17 Thread Andrea Scarpino
Date: Tuesday, May 17, 2011 @ 15:20:30
  Author: andrea
Revision: 124235

archrelease: remove extra-x86_64

Deleted:
  libvncserver/repos/extra-x86_64/



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

2011-05-17 Thread Andrea Scarpino
Date: Tuesday, May 17, 2011 @ 15:20:43
  Author: andrea
Revision: 124236

archrelease: copy trunk to extra-x86_64

Added:
  libvncserver/repos/extra-x86_64/



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

2011-05-17 Thread andyrtr
Date: Tuesday, May 17, 2011 @ 16:26:51
  Author: andyrtr
Revision: 124237

prepare 3.4 branch builds; update to rc1 build is broken

Modified:
  libreoffice/trunk/PKGBUILD

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 19:20:43 UTC (rev 124236)
+++ PKGBUILD2011-05-17 20:26:51 UTC (rev 124237)
@@ -24,8 +24,8 @@
'libreoffice-extension-validator'
'libreoffice-extension-watch-window'
'libreoffice-extension-wiki-publisher')
-_LOver=3.3.99.5
-pkgver=3.4beta5
+_LOver=3.4.0.1
+pkgver=3.4rc1
 pkgrel=1
 arch=('i686' 'x86_64')
 #_LO_tree=3.4
@@ -131,25 +131,25 @@
b7b2d0e04e142f26dd96119c80757d1f-oooblogger_0.1.oxt
90401bca927835b6fbae4a707ed187c8-nlpsolver-0.9.tar.bz2
f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2)
-md5sums=('67a63b314b4e854ebcc4ced96ff4372c'
- '46ecfd42087a7282c42a38136da7fdb4'
- '7d8291ab2cce155922981601512aec37'
- '9214906760e11487d63caed53011c0da'
- 'cb6be91516d2927bd22631704de7d7f2'
- 'a6e5cb653bb3162d9f2d2406a0db4490'
- '82c83db58bd3115ce1cb42545df2b587'
- 'dd62d5bc2a547ce250aaaeebccc3bdde'
- '845b8a2e395933cfb84eff59a0e9dade'
- '8f1c7c8d95c289f38688bc36d05573e6'
- 'bbbecdae03c4b49d729c4f28c6387198'
- '7286442d13b228b488c8dd5defd049c6'
- 'db56c88014081942f8e03e8719f4cbc2'
- '52a41525c4470c14088a1bed986b40ae'
- '66c096a5878c18849a80c6584aed0c74'
- '1ff273abaf0afef0606710bae215a053'
- 'ef7d69261aaf4ee6ccd6762a2eb8afb5'
- '90cdcf637dbf945c5fc15cb25678ac77'
- '7b7cbd530eccd2b0da009a250d09f84f'
+md5sums=('61af4cdd4406c03b0534bc683b747865'
+ '7b821f1d15ebe9ac588e3d69cfe2821e'
+ 'bf3edfa43e97da54a0fd15ec9689c7d3'
+ '239addc6153a915691979748b804cae9'
+ 'f23caf17dd85398972dd21761d719641'
+ 'fe5aff88db2863324f590f34722387b4'
+ '76f41326f94bb1afb0f2e4a5060d57bb'
+ '9ac0f83afe70417a05b8e2915154ae33'
+ '4ad184879b836d26c009191b88f99c49'
+ '0ca0c2d8c204e1139d9f2cae3aa6b90a'
+ 'b8efd2b00b872c6cb04bfc81afae3ba0'
+ 'e71ac5ccde6611c0657d8aa1d87f6347'
+ 'a59950dbedde977f48366965790607ec'
+ '18170643d2663c357e58fca05ff5f1b8'
+ '2fccd77f4ee706c2bf418eb712795051'
+ '5c2420845e7fc6918808eb388f98071a'
+ '486c4d8e2598330a4215620eebfbb6d0'
+ '22bfb0efc041523575fc9d296010971a'
+ 'b5d436367fd7f57b9f22618c9e880ccf'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'
  '798b2ffdc8bcfe7bca2cf92b62caf685'



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

2011-05-17 Thread Eric Bélanger
Date: Tuesday, May 17, 2011 @ 16:43:19
  Author: eric
Revision: 124238

db-move: lvm2 removed by eric for move to [core] (i686)

Deleted:
  lvm2/repos/core-i686/



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

2011-05-17 Thread Eric Bélanger
Date: Tuesday, May 17, 2011 @ 16:43:20
  Author: eric
Revision: 124239

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

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



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

2011-05-17 Thread Eric Bélanger
Date: Tuesday, May 17, 2011 @ 16:43:21
  Author: eric
Revision: 124240

db-move: lvm2 removed by eric for move to [core] (x86_64)

Deleted:
  lvm2/repos/core-x86_64/



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

2011-05-17 Thread Eric Bélanger
Date: Tuesday, May 17, 2011 @ 16:43:22
  Author: eric
Revision: 124241

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

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



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 16:51:00
  Author: thomas
Revision: 124242

db-move: cryptsetup removed by thomas for move to [core] (i686)

Deleted:
  cryptsetup/repos/core-i686/



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 16:51:01
  Author: thomas
Revision: 124243

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

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



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 16:51:02
  Author: thomas
Revision: 124244

db-move: cryptsetup removed by thomas for move to [core] (x86_64)

Deleted:
  cryptsetup/repos/core-x86_64/



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

2011-05-17 Thread Thomas Bächler
Date: Tuesday, May 17, 2011 @ 16:51:03
  Author: thomas
Revision: 124245

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

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



[arch-commits] Commit in htop/trunk (ChangeLog PKGBUILD htop.c.patch)

2011-05-17 Thread Angel Velásquez
Date: Wednesday, May 18, 2011 @ 00:38:36
  Author: angvp
Revision: 124246

upgpkg: htop 0.9-2
Applying patch to fix FS#23224

Added:
  htop/trunk/htop.c.patch
Modified:
  htop/trunk/ChangeLog
  htop/trunk/PKGBUILD

--+
 ChangeLog|3 +++
 PKGBUILD |   13 +
 htop.c.patch |   15 +++
 3 files changed, 27 insertions(+), 4 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2011-05-17 20:51:03 UTC (rev 124245)
+++ ChangeLog   2011-05-18 04:38:36 UTC (rev 124246)
@@ -1,3 +1,6 @@
+2011-05-17  Angel Velasquez an...@archlinux.org
+   * Added patch to fix --sort-key (closes FS#23224)
+
 2009-09-21  Eric Belanger  e...@archlinux.org
 
* htop 0.8.3-1

Modified: PKGBUILD
===
--- PKGBUILD2011-05-17 20:51:03 UTC (rev 124245)
+++ PKGBUILD2011-05-18 04:38:36 UTC (rev 124246)
@@ -1,10 +1,11 @@
 # $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
 # Contributor: Eric Belanger e...@archlinux.org
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=htop
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 pkgdesc=Interactive process viewer
 arch=('i686' 'x86_64')
 url=http://htop.sourceforge.net/;
@@ -12,13 +13,17 @@
 depends=('ncurses')
 makedepends=('python2')
 options=('!emptydirs')
-source=(http://downloads.sourceforge.net/htop/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7c5507f35f363f3f40183a2ba3c561f8')
+changelog=ChangeLog
+source=(http://downloads.sourceforge.net/htop/${pkgname}-${pkgver}.tar.gz
+htop.c.patch)
+md5sums=('7c5507f35f363f3f40183a2ba3c561f8'
+ '750e8ad8476c5d9738da2a2bc7a7c2b6')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
sed -i 's|ncursesw/curses.h|curses.h|' RichString.h RichString.c 
configure 
sed -i 's|python|python2|' scripts/MakeHeader.py
+patch -Np0 -i $srcdir/htop.c.patch
./configure --prefix=/usr --enable-unicode --enable-openvz \
--enable-vserver 
make 

Added: htop.c.patch
===
--- htop.c.patch(rev 0)
+++ htop.c.patch2011-05-18 04:38:36 UTC (rev 124246)
@@ -0,0 +1,15 @@
+From: Roman Kosenko madk...@gmail.com
+Date: Thu, 10 Mar 2011 16:23:53 +0200
+Subject: [PATCH] Fix stupid bug with --sort-key
+
+--- htop.c.old 2010-11-24 20:45:38.0 +0200
 htop.c 2011-03-10 16:32:18.473716667 +0200
+@@ -282,7 +282,7 @@
+ printVersionFlag();
+ break;
+  case 's':
+-if (strcmp(optarg, help)) {
++if (!strcmp(optarg, help)) {
+for (int j = 1; j  LAST_PROCESSFIELD; j++)
+   printf (%s\n, Process_fieldNames[j]);
+exit(0);



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

2011-05-17 Thread Angel Velásquez
Date: Wednesday, May 18, 2011 @ 00:38:42
  Author: angvp
Revision: 124247

archrelease: remove extra-i686

Deleted:
  htop/repos/extra-i686/



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

2011-05-17 Thread Angel Velásquez
Date: Wednesday, May 18, 2011 @ 00:38:52
  Author: angvp
Revision: 124248

archrelease: copy trunk to extra-i686

Added:
  htop/repos/extra-i686/



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

2011-05-17 Thread Angel Velásquez
Date: Wednesday, May 18, 2011 @ 00:38:59
  Author: angvp
Revision: 124249

archrelease: remove extra-x86_64

Deleted:
  htop/repos/extra-x86_64/



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

2011-05-17 Thread Angel Velásquez
Date: Wednesday, May 18, 2011 @ 00:39:09
  Author: angvp
Revision: 124250

archrelease: copy trunk to extra-x86_64

Added:
  htop/repos/extra-x86_64/



[arch-commits] Commit in rxvt-unicode/trunk (ChangeLog PKGBUILD popup-menu-hang.diff)

2011-05-17 Thread Angel Velásquez
Date: Wednesday, May 18, 2011 @ 00:52:29
  Author: angvp
Revision: 124251

upgpkg: rxvt-unicode 9.11-2
Removing not accepted patches FS#23324

Added:
  rxvt-unicode/trunk/ChangeLog
Modified:
  rxvt-unicode/trunk/PKGBUILD
Deleted:
  rxvt-unicode/trunk/popup-menu-hang.diff

--+
 ChangeLog|2 ++
 PKGBUILD |   15 +++
 popup-menu-hang.diff |   24 
 3 files changed, 9 insertions(+), 32 deletions(-)

Added: ChangeLog
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2011-05-18 04:52:29 UTC (rev 124251)
@@ -0,0 +1,2 @@
+2011-05-17  Angel Velasquez an...@archlinux.org
+   * Removed not accepted upstream patch (closes FS#23324)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-18 04:39:09 UTC (rev 124250)
+++ PKGBUILD2011-05-18 04:52:29 UTC (rev 124251)
@@ -1,28 +1,27 @@
 # $Id$
-# Maintainer: tobias tob...@archlinux.org
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: tobias tob...@archlinux.org
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 
 pkgname=rxvt-unicode
 pkgver=9.11
-pkgrel=1
+pkgrel=2
 pkgdesc=An unicode enabled rxvt-clone terminal emulator (urxvt)
 arch=('i686' 'x86_64')
 url=http://software.schmorp.de/pkg/rxvt-unicode.html;
 license=('GPL')
 depends=('gcc-libs' 'libxft' 'gdk-pixbuf2')
 optdepends=('perl: lots of utilities' 'gtk2-perl: to use the urxvt-tabbed')
+changelog=ChangeLog
 source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2 \
-${pkgname}.desktop popup-menu-hang.diff)
+${pkgname}.desktop)
 md5sums=('1bed5bfeed026e0bfafa0e9e4f62aa37'
- '3de6c13126a45bc3bc9f6bba077a1311'
- 'aead33ba3b08eeb251fb0c1427a4a024')
+ '3de6c13126a45bc3bc9f6bba077a1311')
 sha1sums=('21d0fad9a6032dbcf2c43a85f288543c6bd5ab3d'
-  '962aebc88982dbeb62a7c4a051ff567e015f61a0'
-  'ec4013f4af3a45da928b75f40fbf6389070e7fdd')
+  '962aebc88982dbeb62a7c4a051ff567e015f61a0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0  ../popup-menu-hang.diff
   ./configure --prefix=/usr \
 --with-terminfo=/usr/share/terminfo \
 --enable-256-color \

Deleted: popup-menu-hang.diff
===
--- popup-menu-hang.diff2011-05-18 04:39:09 UTC (rev 124250)
+++ popup-menu-hang.diff2011-05-18 04:52:29 UTC (rev 124251)
@@ -1,24 +0,0 @@
-Index: src/perl/urxvt-popup
-===
-RCS file: /schmorpforge/rxvt-unicode/src/perl/urxvt-popup,v
-retrieving revision 1.15
-diff -u -r1.15 urxvt-popup
 src/perl/urxvt-popup   24 Dec 2007 08:21:40 -  1.15
-+++ src/perl/urxvt-popup   2 Aug 2009 08:22:52 -
-@@ -120,7 +120,7 @@
-$self-refresh;
- 
-# might fail, but try anyways
--   $self-grab ($self-{data}{event}{time}, 1)
-+   $self-grab ($self-{data}{event}{time})
-   and $self-allow_events_async;
- 
-on_button_press $self, $self-{data}{event} if 
$self-{data}{event}{button};
-@@ -132,7 +132,7 @@
-my ($self, $event) = @_;
- 
-# should definitely not fail
--   $self-grab ($self-{data}{event}{time}, 1)
-+   $self-grab ($self-{data}{event}{time})
-   and $self-allow_events_async;
- }



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

2011-05-17 Thread Angel Velásquez
Date: Wednesday, May 18, 2011 @ 00:52:36
  Author: angvp
Revision: 124252

archrelease: remove extra-i686

Deleted:
  rxvt-unicode/repos/extra-i686/



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

2011-05-17 Thread Angel Velásquez
Date: Wednesday, May 18, 2011 @ 00:52:46
  Author: angvp
Revision: 124253

archrelease: copy trunk to extra-i686

Added:
  rxvt-unicode/repos/extra-i686/



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

2011-05-17 Thread Angel Velásquez
Date: Wednesday, May 18, 2011 @ 00:52:53
  Author: angvp
Revision: 124254

archrelease: remove extra-x86_64

Deleted:
  rxvt-unicode/repos/extra-x86_64/



  1   2   >