[arch-commits] Commit in mpfr/repos (7 files)

2011-11-09 Thread Allan McRae
Date: Wednesday, November 9, 2011 @ 04:27:31
  Author: allan
Revision: 142420

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

Added:
  mpfr/repos/core-i686/PKGBUILD
(from rev 142419, mpfr/repos/testing-i686/PKGBUILD)
  mpfr/repos/core-i686/mpfr-3.1.0.p3.patch
(from rev 142419, mpfr/repos/testing-i686/mpfr-3.1.0.p3.patch)
  mpfr/repos/core-i686/mpfr.install
(from rev 142419, mpfr/repos/testing-i686/mpfr.install)
Deleted:
  mpfr/repos/core-i686/PKGBUILD
  mpfr/repos/core-i686/mpfr-3.1.0.p1.patch
  mpfr/repos/core-i686/mpfr.install
  mpfr/repos/testing-i686/

-+
 PKGBUILD|   75 -
 mpfr-3.1.0.p1.patch |   50 --
 mpfr-3.1.0.p3.patch |  393 ++
 mpfr.install|   40 ++---
 4 files changed, 451 insertions(+), 107 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-09 07:46:48 UTC (rev 142419)
+++ core-i686/PKGBUILD  2011-11-09 09:27:31 UTC (rev 142420)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=mpfr
-_pkgver=3.1.0
-_patchlevel=p1
-pkgver=${_pkgver}.${_patchlevel}
-pkgrel=1
-pkgdesc=Multiple-precision floating-point library
-arch=('i686' 'x86_64')
-url=http://www.mpfr.org/;
-license=('LGPL')
-depends=('gmp=5.0')
-options=('!libtool')
-install=mpfr.install
-source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz
-mpfr-${_pkgver}.${_patchlevel}.patch)
-md5sums=('6e495841bb026481567006cec0f821c3'
- 'ec988293368d4988c76f50d6a3460166')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  patch -Np1 -i $srcdir/mpfr-${_pkgver}.${_patchlevel}.patch
-  ./configure --prefix=/usr --enable-thread-safe --enable-shared
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: mpfr/repos/core-i686/PKGBUILD (from rev 142419, 
mpfr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-09 09:27:31 UTC (rev 142420)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=mpfr
+_pkgver=3.1.0
+_patchlevel=p3
+pkgver=${_pkgver}.${_patchlevel}
+pkgrel=1
+pkgdesc=Multiple-precision floating-point library
+arch=('i686' 'x86_64')
+url=http://www.mpfr.org/;
+license=('LGPL')
+depends=('gmp=5.0')
+options=('!libtool')
+install=mpfr.install
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
+mpfr-${_pkgver}.${_patchlevel}.patch)
+md5sums=('6e495841bb026481567006cec0f821c3'
+ '293374ee4b01527f8f7889fdfa9016f8'
+ 'd65858ccddbea968d6580124320fb6a0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  patch -Np1 -i $srcdir/mpfr-${_pkgver}.${_patchlevel}.patch
+  ./configure --prefix=/usr --enable-thread-safe --enable-shared
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/mpfr-3.1.0.p1.patch
===
--- core-i686/mpfr-3.1.0.p1.patch   2011-11-09 07:46:48 UTC (rev 142419)
+++ core-i686/mpfr-3.1.0.p1.patch   2011-11-09 09:27:31 UTC (rev 142420)
@@ -1,50 +0,0 @@
-diff -Naurd mpfr-3.1.0-a/PATCHES mpfr-3.1.0-b/PATCHES
 mpfr-3.1.0-a/PATCHES   2011-10-05 21:39:57.0 +
-+++ mpfr-3.1.0-b/PATCHES   2011-10-05 21:39:57.0 +
-@@ -0,0 +1 @@
-+mpfr_unlikely
-diff -Naurd mpfr-3.1.0-a/VERSION mpfr-3.1.0-b/VERSION
 mpfr-3.1.0-a/VERSION   2011-10-03 08:17:15.0 +
-+++ mpfr-3.1.0-b/VERSION   2011-10-05 21:39:57.0 +
-@@ -1 +1 @@
--3.1.0
-+3.1.0-p1
-diff -Naurd mpfr-3.1.0-a/src/mpfr-impl.h mpfr-3.1.0-b/src/mpfr-impl.h
 mpfr-3.1.0-a/src/mpfr-impl.h   2011-10-03 08:17:09.0 +
-+++ mpfr-3.1.0-b/src/mpfr-impl.h   2011-10-05 21:39:57.0 +
-@@ -988,10 +988,11 @@
-  **/
- 
- /* Theses macros help the compiler to determine if a test is
-- * likely or unlikely. */
-+   likely or unlikely. The !! is necessary in case x is larger
-+   than a long. */
- #if __MPFR_GNUC(3,0) || __MPFR_ICC(8,1,0)
- # define MPFR_LIKELY(x) (__builtin_expect(!!(x),1))
--# define MPFR_UNLIKELY(x) (__builtin_expect((x),0))
-+# define MPFR_UNLIKELY(x) (__builtin_expect(!!(x),0))
- #else
- # define MPFR_LIKELY(x) (x)
- # define MPFR_UNLIKELY(x) (x)
-diff -Naurd mpfr-3.1.0-a/src/mpfr.h mpfr-3.1.0-b/src/mpfr.h
 mpfr-3.1.0-a/src/mpfr.h2011-10-03 08:17:09.0 +
-+++ mpfr-3.1.0-b/src/mpfr.h2011-10-05 21:39:57.0 +
-@@ -27,7 +27,7 @@
- #define 

[arch-commits] Commit in mpfr/repos (7 files)

2011-11-09 Thread Allan McRae
Date: Wednesday, November 9, 2011 @ 04:27:32
  Author: allan
Revision: 142421

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

Added:
  mpfr/repos/core-x86_64/PKGBUILD
(from rev 142419, mpfr/repos/testing-x86_64/PKGBUILD)
  mpfr/repos/core-x86_64/mpfr-3.1.0.p3.patch
(from rev 142419, mpfr/repos/testing-x86_64/mpfr-3.1.0.p3.patch)
  mpfr/repos/core-x86_64/mpfr.install
(from rev 142419, mpfr/repos/testing-x86_64/mpfr.install)
Deleted:
  mpfr/repos/core-x86_64/PKGBUILD
  mpfr/repos/core-x86_64/mpfr-3.1.0.p1.patch
  mpfr/repos/core-x86_64/mpfr.install
  mpfr/repos/testing-x86_64/

-+
 PKGBUILD|   75 -
 mpfr-3.1.0.p1.patch |   50 --
 mpfr-3.1.0.p3.patch |  393 ++
 mpfr.install|   40 ++---
 4 files changed, 451 insertions(+), 107 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-09 09:27:31 UTC (rev 142420)
+++ core-x86_64/PKGBUILD2011-11-09 09:27:32 UTC (rev 142421)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=mpfr
-_pkgver=3.1.0
-_patchlevel=p1
-pkgver=${_pkgver}.${_patchlevel}
-pkgrel=1
-pkgdesc=Multiple-precision floating-point library
-arch=('i686' 'x86_64')
-url=http://www.mpfr.org/;
-license=('LGPL')
-depends=('gmp=5.0')
-options=('!libtool')
-install=mpfr.install
-source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz
-mpfr-${_pkgver}.${_patchlevel}.patch)
-md5sums=('6e495841bb026481567006cec0f821c3'
- 'ec988293368d4988c76f50d6a3460166')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  patch -Np1 -i $srcdir/mpfr-${_pkgver}.${_patchlevel}.patch
-  ./configure --prefix=/usr --enable-thread-safe --enable-shared
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: mpfr/repos/core-x86_64/PKGBUILD (from rev 142419, 
mpfr/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-09 09:27:32 UTC (rev 142421)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=mpfr
+_pkgver=3.1.0
+_patchlevel=p3
+pkgver=${_pkgver}.${_patchlevel}
+pkgrel=1
+pkgdesc=Multiple-precision floating-point library
+arch=('i686' 'x86_64')
+url=http://www.mpfr.org/;
+license=('LGPL')
+depends=('gmp=5.0')
+options=('!libtool')
+install=mpfr.install
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
+mpfr-${_pkgver}.${_patchlevel}.patch)
+md5sums=('6e495841bb026481567006cec0f821c3'
+ '293374ee4b01527f8f7889fdfa9016f8'
+ 'd65858ccddbea968d6580124320fb6a0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  patch -Np1 -i $srcdir/mpfr-${_pkgver}.${_patchlevel}.patch
+  ./configure --prefix=/usr --enable-thread-safe --enable-shared
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-x86_64/mpfr-3.1.0.p1.patch
===
--- core-x86_64/mpfr-3.1.0.p1.patch 2011-11-09 09:27:31 UTC (rev 142420)
+++ core-x86_64/mpfr-3.1.0.p1.patch 2011-11-09 09:27:32 UTC (rev 142421)
@@ -1,50 +0,0 @@
-diff -Naurd mpfr-3.1.0-a/PATCHES mpfr-3.1.0-b/PATCHES
 mpfr-3.1.0-a/PATCHES   2011-10-05 21:39:57.0 +
-+++ mpfr-3.1.0-b/PATCHES   2011-10-05 21:39:57.0 +
-@@ -0,0 +1 @@
-+mpfr_unlikely
-diff -Naurd mpfr-3.1.0-a/VERSION mpfr-3.1.0-b/VERSION
 mpfr-3.1.0-a/VERSION   2011-10-03 08:17:15.0 +
-+++ mpfr-3.1.0-b/VERSION   2011-10-05 21:39:57.0 +
-@@ -1 +1 @@
--3.1.0
-+3.1.0-p1
-diff -Naurd mpfr-3.1.0-a/src/mpfr-impl.h mpfr-3.1.0-b/src/mpfr-impl.h
 mpfr-3.1.0-a/src/mpfr-impl.h   2011-10-03 08:17:09.0 +
-+++ mpfr-3.1.0-b/src/mpfr-impl.h   2011-10-05 21:39:57.0 +
-@@ -988,10 +988,11 @@
-  **/
- 
- /* Theses macros help the compiler to determine if a test is
-- * likely or unlikely. */
-+   likely or unlikely. The !! is necessary in case x is larger
-+   than a long. */
- #if __MPFR_GNUC(3,0) || __MPFR_ICC(8,1,0)
- # define MPFR_LIKELY(x) (__builtin_expect(!!(x),1))
--# define MPFR_UNLIKELY(x) (__builtin_expect((x),0))
-+# define MPFR_UNLIKELY(x) (__builtin_expect(!!(x),0))
- #else
- # define MPFR_LIKELY(x) (x)
- # define MPFR_UNLIKELY(x) (x)
-diff -Naurd mpfr-3.1.0-a/src/mpfr.h mpfr-3.1.0-b/src/mpfr.h
 mpfr-3.1.0-a/src/mpfr.h2011-10-03 08:17:09.0 +
-+++ mpfr-3.1.0-b/src/mpfr.h2011-10-05 

[arch-commits] Commit in pixman/repos (3 files)

2011-11-09 Thread Jan de Groot
Date: Wednesday, November 9, 2011 @ 05:25:23
  Author: jgc
Revision: 142422

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

Added:
  pixman/repos/extra-i686/PKGBUILD
(from rev 142421, pixman/repos/testing-i686/PKGBUILD)
Deleted:
  pixman/repos/extra-i686/PKGBUILD
  pixman/repos/testing-i686/

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-09 09:27:32 UTC (rev 142421)
+++ extra-i686/PKGBUILD 2011-11-09 10:25:23 UTC (rev 142422)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=pixman
-pkgver=0.22.2
-pkgrel=1
-pkgdesc=Pixman library
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org;
-license=('custom')
-depends=('glibc')
-options=('!libtool')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ad2b828ce4280472f5933d8bb5f0f4d583aed7f3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: pixman/repos/extra-i686/PKGBUILD (from rev 142421, 
pixman/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-09 10:25:23 UTC (rev 142422)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=pixman
+pkgver=0.24.0
+pkgrel=1
+pkgdesc=Pixman library
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('a3b73c3ea6cada20d705203a394f574aa69e2177')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in pixman/repos (3 files)

2011-11-09 Thread Jan de Groot
Date: Wednesday, November 9, 2011 @ 05:25:24
  Author: jgc
Revision: 142423

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

Added:
  pixman/repos/extra-x86_64/PKGBUILD
(from rev 142421, pixman/repos/testing-x86_64/PKGBUILD)
Deleted:
  pixman/repos/extra-x86_64/PKGBUILD
  pixman/repos/testing-x86_64/

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-09 10:25:23 UTC (rev 142422)
+++ extra-x86_64/PKGBUILD   2011-11-09 10:25:24 UTC (rev 142423)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=pixman
-pkgver=0.22.2
-pkgrel=1
-pkgdesc=Pixman library
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org;
-license=('custom')
-depends=('glibc')
-options=('!libtool')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ad2b828ce4280472f5933d8bb5f0f4d583aed7f3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: pixman/repos/extra-x86_64/PKGBUILD (from rev 142421, 
pixman/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-09 10:25:24 UTC (rev 142423)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=pixman
+pkgver=0.24.0
+pkgrel=1
+pkgdesc=Pixman library
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('a3b73c3ea6cada20d705203a394f574aa69e2177')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in paprefs/trunk (PKGBUILD do-not-require-recompile.patch)

2011-11-09 Thread Jan Steffens
Date: Wednesday, November 9, 2011 @ 05:58:56
  Author: heftig
Revision: 142424

fix paths

Added:
  paprefs/trunk/do-not-require-recompile.patch
Modified:
  paprefs/trunk/PKGBUILD

+
 PKGBUILD   |8 +---
 do-not-require-recompile.patch |   33 +
 2 files changed, 38 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-09 10:25:24 UTC (rev 142423)
+++ PKGBUILD2011-11-09 10:58:56 UTC (rev 142424)
@@ -6,7 +6,7 @@
 
 pkgname=paprefs
 pkgver=0.9.10
-pkgrel=1
+pkgrel=2
 pkgdesc=A simple GTK-based configuration dialog for PulseAudio
 arch=(i686 x86_64)
 url=http://0pointer.de/lennart/projects/paprefs;
@@ -14,12 +14,14 @@
 depends=(gconfmm gnome-icon-theme libglademm libsigc++ pulseaudio)
 makedepends=(intltool)
 
source=(http://freedesktop.org/software/pulseaudio/$pkgname/$pkgname-$pkgver.tar.xz
-paprefs.desktop)
+paprefs.desktop do-not-require-recompile.patch)
 sha256sums=('261c5a67543f2d0c019894fb933949f6ee7c5e181808e1e9565f0784961eabb0'
-'5cdd6cffb08d611451f01b34b08b316fb14cbd14b283bf5d180b8dcde11fa46b')
+'5cdd6cffb08d611451f01b34b08b316fb14cbd14b283bf5d180b8dcde11fa46b'
+'00fd4b14e81d90ac6d74e6eb689fa4e20e1a2fbc2eefbb440a11b1373e115a9d')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/do-not-require-recompile.patch
   ./configure --prefix=/usr --disable-lynx
   make
 }

Added: do-not-require-recompile.patch
===
--- do-not-require-recompile.patch  (rev 0)
+++ do-not-require-recompile.patch  2011-11-09 10:58:56 UTC (rev 142424)
@@ -0,0 +1,33 @@
+From 4fcee37cb92c689b43a0d8fc1d8e6b2764834cbf Mon Sep 17 00:00:00 2001
+From: Colin Guthrie co...@mageia.org
+Date: Sun, 6 Nov 2011 14:31:27 +
+Subject: [PATCH] Do not require a recompile for each new PA version in order 
to detect the modules.
+
+---
+ src/paprefs.cc |9 +++--
+ 1 files changed, 7 insertions(+), 2 deletions(-)
+
+diff --git a/src/paprefs.cc b/src/paprefs.cc
+index 21fdc95..919b15c 100644
+--- a/src/paprefs.cc
 b/src/paprefs.cc
+@@ -637,9 +637,14 @@ void MainWindow::readFromGConf() {
+ }
+ 
+ gchar * MainWindow::modulePath(const gchar *name) {
+-  gchar *path, *pulsedir, *c;
++  gchar *path, *pulsedir, *c, **versions;
+ 
+-  pulsedir = g_strdup_printf (pulse-%d.%d, PA_MAJOR, PA_MINOR);
++  versions = g_strsplit(pa_get_library_version(), ., 3);
++  if (versions[0]  versions[1])
++pulsedir = g_strdup_printf (pulse-%s.%s, versions[0], versions[1]);
++  else
++pulsedir = g_strdup_printf (pulse-%d.%d, PA_MAJOR, PA_MINOR);
++  g_strfreev(versions);
+ 
+   path = g_build_filename (MODLIBDIR, pulsedir, modules, name, NULL);
+   g_free (pulsedir);
+-- 
+1.6.3.3
+



[arch-commits] Commit in paprefs/repos (10 files)

2011-11-09 Thread Jan Steffens
Date: Wednesday, November 9, 2011 @ 06:00:22
  Author: heftig
Revision: 142425

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  paprefs/repos/extra-i686/PKGBUILD
(from rev 142424, paprefs/trunk/PKGBUILD)
  paprefs/repos/extra-i686/do-not-require-recompile.patch
(from rev 142424, paprefs/trunk/do-not-require-recompile.patch)
  paprefs/repos/extra-i686/paprefs.desktop
(from rev 142424, paprefs/trunk/paprefs.desktop)
  paprefs/repos/extra-x86_64/PKGBUILD
(from rev 142424, paprefs/trunk/PKGBUILD)
  paprefs/repos/extra-x86_64/do-not-require-recompile.patch
(from rev 142424, paprefs/trunk/do-not-require-recompile.patch)
  paprefs/repos/extra-x86_64/paprefs.desktop
(from rev 142424, paprefs/trunk/paprefs.desktop)
Deleted:
  paprefs/repos/extra-i686/PKGBUILD
  paprefs/repos/extra-i686/paprefs.desktop
  paprefs/repos/extra-x86_64/PKGBUILD
  paprefs/repos/extra-x86_64/paprefs.desktop

-+
 extra-i686/PKGBUILD |   68 +-
 extra-i686/do-not-require-recompile.patch   |   33 
 extra-i686/paprefs.desktop  |   26 -
 extra-x86_64/PKGBUILD   |   68 +-
 extra-x86_64/do-not-require-recompile.patch |   33 
 extra-x86_64/paprefs.desktop|   26 -
 6 files changed, 162 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-09 10:58:56 UTC (rev 142424)
+++ extra-i686/PKGBUILD 2011-11-09 11:00:22 UTC (rev 142425)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=paprefs
-pkgver=0.9.10
-pkgrel=1
-pkgdesc=A simple GTK-based configuration dialog for PulseAudio
-arch=(i686 x86_64)
-url=http://0pointer.de/lennart/projects/paprefs;
-license=(GPL)
-depends=(gconfmm gnome-icon-theme libglademm libsigc++ pulseaudio)
-makedepends=(intltool)
-source=(http://0pointer.de/lennart/projects/paprefs/$pkgname-$pkgver.tar.gz
-paprefs.desktop)
-md5sums=('15bc6caea388e4de17e8746293cfb529'
- '20dc978f0bd4a0bf925a4eaf80a2b8f8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-lynx
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/paprefs.desktop \
-$pkgdir/usr/share/applications/paprefs.desktop
-}

Copied: paprefs/repos/extra-i686/PKGBUILD (from rev 142424, 
paprefs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-09 11:00:22 UTC (rev 142425)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=paprefs
+pkgver=0.9.10
+pkgrel=2
+pkgdesc=A simple GTK-based configuration dialog for PulseAudio
+arch=(i686 x86_64)
+url=http://0pointer.de/lennart/projects/paprefs;
+license=(GPL)
+depends=(gconfmm gnome-icon-theme libglademm libsigc++ pulseaudio)
+makedepends=(intltool)
+source=(http://freedesktop.org/software/pulseaudio/$pkgname/$pkgname-$pkgver.tar.xz
+paprefs.desktop do-not-require-recompile.patch)
+sha256sums=('261c5a67543f2d0c019894fb933949f6ee7c5e181808e1e9565f0784961eabb0'
+'5cdd6cffb08d611451f01b34b08b316fb14cbd14b283bf5d180b8dcde11fa46b'
+'00fd4b14e81d90ac6d74e6eb689fa4e20e1a2fbc2eefbb440a11b1373e115a9d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/do-not-require-recompile.patch
+  ./configure --prefix=/usr --disable-lynx
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/paprefs.desktop \
+$pkgdir/usr/share/applications/paprefs.desktop
+}

Copied: paprefs/repos/extra-i686/do-not-require-recompile.patch (from rev 
142424, paprefs/trunk/do-not-require-recompile.patch)
===
--- extra-i686/do-not-require-recompile.patch   (rev 0)
+++ extra-i686/do-not-require-recompile.patch   2011-11-09 11:00:22 UTC (rev 
142425)
@@ -0,0 +1,33 @@
+From 4fcee37cb92c689b43a0d8fc1d8e6b2764834cbf Mon Sep 17 00:00:00 2001
+From: Colin Guthrie co...@mageia.org
+Date: Sun, 6 Nov 2011 14:31:27 +
+Subject: [PATCH] Do not require a recompile for each new PA version in order 
to detect the modules.
+
+---
+ src/paprefs.cc |9 +++--
+ 1 files changed, 7 insertions(+), 2 deletions(-)
+
+diff --git a/src/paprefs.cc b/src/paprefs.cc
+index 21fdc95..919b15c 100644
+--- 

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

2011-11-09 Thread Tobias Powalowski
Date: Wednesday, November 9, 2011 @ 08:05:04
  Author: tpowa
Revision: 142426

upgpkg: kernel26-lts 2.6.32.47-1

bump to latest versi

Modified:
  kernel26-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-09 11:00:22 UTC (rev 142425)
+++ PKGBUILD2011-11-09 13:05:04 UTC (rev 142426)
@@ -5,22 +5,22 @@
 pkgname=('kernel26-lts' 'kernel26-lts-headers') # Build stock -lts kernel 
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.32
-pkgver=${_basekernel}.46
+pkgver=${_basekernel}.47
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://www.kernel.org;
 source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
-
ftp://ftp.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/patch-$pkgver.bz2
+ftp://ftp.kernel.org/pub/linux/kernel/v2.6/longterm/patch-$pkgver.bz2
# the main kernel config files
 config config.x86_64
 # standard config files for mkinitcpio ramdisk
 ${pkgname}.preset)
 options=(!strip)
 md5sums=('260551284ac224c3a43c4adac7df4879'
- '1b630a58fd4f179e9f255331f147ed33'
- '463b4db10710c17200a584067f7151a0'
- '9990806b3bf3cec6f8bd419249903613'
+ 'ceeeacc7743f3c097a74fe1275c0bae1'
+ '654348dff2640538acc37e3a5133ab48'
+ '53c4210913f7c8a1c13e73522b5ca1f0'
  '2cbfeb3e2a18d45f82f613e97fc23355')
 
 build() {



[arch-commits] Commit in kernel26-lts/repos (16 files)

2011-11-09 Thread Tobias Powalowski
Date: Wednesday, November 9, 2011 @ 08:06:05
  Author: tpowa
Revision: 142427

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kernel26-lts/repos/testing-i686/
  kernel26-lts/repos/testing-i686/PKGBUILD
(from rev 142426, kernel26-lts/trunk/PKGBUILD)
  kernel26-lts/repos/testing-i686/buildfix-gcc46.diff
(from rev 142426, kernel26-lts/trunk/buildfix-gcc46.diff)
  kernel26-lts/repos/testing-i686/config
(from rev 142426, kernel26-lts/trunk/config)
  kernel26-lts/repos/testing-i686/config.x86_64
(from rev 142426, kernel26-lts/trunk/config.x86_64)
  kernel26-lts/repos/testing-i686/kernel26-lts.install
(from rev 142426, kernel26-lts/trunk/kernel26-lts.install)
  kernel26-lts/repos/testing-i686/kernel26-lts.preset
(from rev 142426, kernel26-lts/trunk/kernel26-lts.preset)
  kernel26-lts/repos/testing-i686/libata-alignment.patch
(from rev 142426, kernel26-lts/trunk/libata-alignment.patch)
  kernel26-lts/repos/testing-x86_64/
  kernel26-lts/repos/testing-x86_64/PKGBUILD
(from rev 142426, kernel26-lts/trunk/PKGBUILD)
  kernel26-lts/repos/testing-x86_64/buildfix-gcc46.diff
(from rev 142426, kernel26-lts/trunk/buildfix-gcc46.diff)
  kernel26-lts/repos/testing-x86_64/config
(from rev 142426, kernel26-lts/trunk/config)
  kernel26-lts/repos/testing-x86_64/config.x86_64
(from rev 142426, kernel26-lts/trunk/config.x86_64)
  kernel26-lts/repos/testing-x86_64/kernel26-lts.install
(from rev 142426, kernel26-lts/trunk/kernel26-lts.install)
  kernel26-lts/repos/testing-x86_64/kernel26-lts.preset
(from rev 142426, kernel26-lts/trunk/kernel26-lts.preset)
  kernel26-lts/repos/testing-x86_64/libata-alignment.patch
(from rev 142426, kernel26-lts/trunk/libata-alignment.patch)

---+
 testing-i686/PKGBUILD |  214 +
 testing-i686/buildfix-gcc46.diff  |   32 
 testing-i686/config   | 4776 
 testing-i686/config.x86_64| 4585 ++
 testing-i686/kernel26-lts.install |  147 
 testing-i686/kernel26-lts.preset  |   17 
 testing-i686/libata-alignment.patch   |   48 
 testing-x86_64/PKGBUILD   |  214 +
 testing-x86_64/buildfix-gcc46.diff|   32 
 testing-x86_64/config | 4776 
 testing-x86_64/config.x86_64  | 4585 ++
 testing-x86_64/kernel26-lts.install   |  147 
 testing-x86_64/kernel26-lts.preset|   17 
 testing-x86_64/libata-alignment.patch |   48 
 14 files changed, 19638 insertions(+)

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


[arch-commits] Commit in libmsn/trunk (PKGBUILD openssl1.patch)

2011-11-09 Thread Andrea Scarpino
Date: Wednesday, November 9, 2011 @ 13:01:55
  Author: andrea
Revision: 142428

upgpkg: libmsn 4.2-1

Upstream release

Modified:
  libmsn/trunk/PKGBUILD (contents, properties)
Deleted:
  libmsn/trunk/openssl1.patch

+
 PKGBUILD   |   26 --
 openssl1.patch |   17 -
 2 files changed, 12 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-09 13:06:05 UTC (rev 142427)
+++ PKGBUILD2011-11-09 18:01:55 UTC (rev 142428)
@@ -1,33 +1,31 @@
-# $Id: $
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Charly Ghislain charlyghisl...@gmail.com
 
 pkgname=libmsn
-pkgver=4.1
-pkgrel=2
+pkgver=4.2
+pkgrel=1
 pkgdesc=A reusable, open-source, fully documented library for connecting to 
Microsoft's MSN
 url=http://sourceforge.net/projects/libmsn/;
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('openssl')
 makedepends=('cmake')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;
-   'openssl1.patch')
-md5sums=('769d3cf0e5625263fbc23321c1ddfcb0'
-   'c8d7e2113d967a1d38a531e9fe8e7861')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8887196051d2960a9279a5e00c8416a4')
 
 build() {
-  cd ${srcdir}
-  patch -Np0 -i ${srcdir}/openssl1.patch || return 1
+  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release || return 1
-  make || return 1
+-DCMAKE_BUILD_TYPE=Release
+  make
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
 }


Property changes on: libmsn/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Deleted: openssl1.patch
===
--- openssl1.patch  2011-11-09 13:06:05 UTC (rev 142427)
+++ openssl1.patch  2011-11-09 18:01:55 UTC (rev 142428)
@@ -1,17 +0,0 @@
 libmsn-4.1/msntest/msntest.cpp~2010-04-01 15:05:13.248056050 +0200
-+++ libmsn-4.1/msntest/msntest.cpp 2010-04-01 15:07:18.938878993 +0200
-@@ -259,7 +259,13 @@
- if(mySocketsSsl[i].isSSL  !mySocketsSsl[i].isConnected)
- {
- BIO *bio_socket_new;
--SSL_METHOD *meth=NULL;
-+
-+#if OPENSSL_VERSION_NUMBER = 0x1000L
-+  const SSL_METHOD *meth=NULL;
-+#else
-+  SSL_METHOD *meth=NULL;
-+#endif
-+
- meth=SSLv23_client_method();
- SSLeay_add_ssl_algorithms();
- mySocketsSsl[i].ctx = SSL_CTX_new(meth);



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

2011-11-09 Thread Evangelos Foutras
Date: Wednesday, November 9, 2011 @ 13:10:08
  Author: foutrelis
Revision: 142429

upgpkg: xfce4-weather-plugin 0.7.4-2

Fix FS#26815: expired XOAP license key

Modified:
  xfce4-weather-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-09 18:01:55 UTC (rev 142428)
+++ PKGBUILD2011-11-09 18:10:08 UTC (rev 142429)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-weather-plugin
 pkgver=0.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A weather plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
@@ -15,11 +15,18 @@
 options=('!libtool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
-sha1sums=('b99be64134693a428c27a5f147a163e194c29f39')
+sha256sums=('3f76207b8a845d15bfec6825bd5300aedd086c455259c4dd8670a89a3c8ab382')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
+  # Switch to a working license key
+  # https://bugs.archlinux.org/task/26815
+  sed -i \
+-e 's/^#define PARTNER_ID.*/#define PARTNER_ID 1003666583/' \
+-e 's/^#define LICENSE_KEY.*/#define LICENSE_KEY 4128909340a9b2fc/' \
+panel-plugin/weather.h
+
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib \



[arch-commits] Commit in xfce4-weather-plugin/repos (8 files)

2011-11-09 Thread Evangelos Foutras
Date: Wednesday, November 9, 2011 @ 13:10:30
  Author: foutrelis
Revision: 142430

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
(from rev 142429, xfce4-weather-plugin/trunk/PKGBUILD)
  xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install
(from rev 142429, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
(from rev 142429, xfce4-weather-plugin/trunk/PKGBUILD)
  xfce4-weather-plugin/repos/extra-x86_64/xfce4-weather-plugin.install
(from rev 142429, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
Deleted:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
  xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-weather-plugin/repos/extra-x86_64/xfce4-weather-plugin.install

---+
 extra-i686/PKGBUILD   |   78 +++-
 extra-i686/xfce4-weather-plugin.install   |   26 -
 extra-x86_64/PKGBUILD |   78 +++-
 extra-x86_64/xfce4-weather-plugin.install |   26 -
 4 files changed, 114 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-09 18:10:08 UTC (rev 142429)
+++ extra-i686/PKGBUILD 2011-11-09 18:10:30 UTC (rev 142430)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Suzy Williams suzanne.willia...@verizon.net
-
-pkgname=xfce4-weather-plugin
-pkgver=0.7.4
-pkgrel=1
-pkgdesc=A weather plugin for the Xfce4 panel
-arch=(i686 x86_64)
-license=('GPL2')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel=4.8.0' 'libxfcegui4' 'libxml2' 'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('03c972d13eba5cd226432ff66e3ff282')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-weather-plugin/repos/extra-i686/PKGBUILD (from rev 142429, 
xfce4-weather-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-09 18:10:30 UTC (rev 142430)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Suzy Williams suzanne.willia...@verizon.net
+
+pkgname=xfce4-weather-plugin
+pkgver=0.7.4
+pkgrel=2
+pkgdesc=A weather plugin for the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4' 'libxml2' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3f76207b8a845d15bfec6825bd5300aedd086c455259c4dd8670a89a3c8ab382')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Switch to a working license key
+  # https://bugs.archlinux.org/task/26815
+  sed -i \
+-e 's/^#define PARTNER_ID.*/#define PARTNER_ID 1003666583/' \
+-e 's/^#define LICENSE_KEY.*/#define LICENSE_KEY 4128909340a9b2fc/' \
+panel-plugin/weather.h
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-weather-plugin.install
===
--- extra-i686/xfce4-weather-plugin.install 2011-11-09 18:10:08 UTC (rev 
142429)
+++ extra-i686/xfce4-weather-plugin.install 2011-11-09 18:10:30 UTC (rev 
142430)
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install 
(from rev 142429, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
===
--- extra-i686/xfce4-weather-plugin.install (rev 0)
+++ extra-i686/xfce4-weather-plugin.install 2011-11-09 18:10:30 UTC (rev 
142430)
@@ 

[arch-commits] Commit in virtuoso/trunk (PKGBUILD fix-unicode.patch)

2011-11-09 Thread Andrea Scarpino
Date: Wednesday, November 9, 2011 @ 13:23:06
  Author: andrea
Revision: 142431

upgpkg: virtuoso 6.1.4-1

Upstream release

Modified:
  virtuoso/trunk/PKGBUILD
Deleted:
  virtuoso/trunk/fix-unicode.patch

---+
 PKGBUILD  |   15 +--
 fix-unicode.patch |   21 -
 2 files changed, 5 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-09 18:10:30 UTC (rev 142430)
+++ PKGBUILD2011-11-09 18:23:06 UTC (rev 142431)
@@ -3,26 +3,21 @@
 # Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
 
 pkgname=virtuoso
-pkgver=6.1.3
-pkgrel=2
+pkgver=6.1.4
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data 
Management with Web Application Server and Web Services Platform functionality'
 url='http://virtuoso.openlinksw.com/wiki/main/Main/'
 license=('GPL')
-depends=('openssl')
+depends=('libldap')
 makedepends=('bison' 'flex')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-opensource-${pkgver}.tar.gz;
-'fix-unicode.patch')
-md5sums=('7d4b0497411ff1c34d7ca247618cdd17'
- '550dcc877dcbda707aa7ba53800e5d5b')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-opensource-${pkgver}.tar.gz;)
+md5sums=('7110a0b4b171b84850d346f4fe648172')
 
 build() {
   cd ${srcdir}/${pkgname}-opensource-${pkgver}
 
-  # Already fixed upstream
-  patch -p0 -i ${srcdir}/fix-unicode.patch
-
   ./configure --prefix=/usr \
 --localstatedir=/var \
 --sysconfdir=/etc \

Deleted: fix-unicode.patch
===
--- fix-unicode.patch   2011-11-09 18:10:30 UTC (rev 142430)
+++ fix-unicode.patch   2011-11-09 18:23:06 UTC (rev 142431)
@@ -1,21 +0,0 @@
-Index: libsrc/Wi/xqf.c
-===
-RCS file: /opldev/source/CVS-MASTER/virtuoso-opensource/libsrc/Wi/xqf.c,v
-retrieving revision 1.21.2.9
-retrieving revision 1.21.2.12
-diff -u -r1.21.2.9 -r1.21.2.12
 libsrc/Wi/xqf.c3 Mar 2011 11:56:45 -   1.21.2.9
-+++ libsrc/Wi/xqf.c26 Aug 2011 19:34:56 -  1.21.2.12
-@@ -3520,6 +3552,12 @@
-   desc = xqf_str_parser_descs + desc_idx;
-   if (DV_DB_NULL == arg_dtp)
- return NEW_DB_NULL;
-+  /* if we have wide and we want typed string we do utf8, cast do to default 
charset so we do not do it */
-+  if (DV_WIDE == arg_dtp  desc-p_dest_dtp == DV_STRING)
-+{
-+  res = box_wide_as_utf8_char (arg, box_length (arg) / sizeof (wchar_t) - 
1, DV_STRING);
-+  goto res_ready;
-+}
-   if (DV_STRING != arg_dtp)
- {
-   caddr_t err = NULL;



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

2011-11-09 Thread Ionut Biru
Date: Wednesday, November 9, 2011 @ 13:23:52
  Author: ibiru
Revision: 142432

upgpkg: libgee 0.6.3-1

Modified:
  libgee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-09 18:23:06 UTC (rev 142431)
+++ PKGBUILD2011-11-09 18:23:52 UTC (rev 142432)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=libgee
-pkgver=0.6.2.1
+pkgver=0.6.3
 pkgrel=1
 pkgdesc=GObject collection library
 url=http://live.gnome.org/Libgee;
@@ -12,16 +12,16 @@
 depends=('glib2')
 makedepends=('gobject-introspection')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('478f7daebe8369ad72bf83431d953db772af6865ff3aa21bf75bf6730f561389')
+source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/$pkgname-$pkgver.tar.xz)
+sha256sums=('6b1ef59e26dd10feed279fdd7cc49c3391e124d31c46ac56c410ba0ce3bd1716')
 
 build() {
-cd ${srcdir}/${pkgname}-${pkgver}
+cd $srcdir/$pkgname-$pkgver
 ./configure --prefix=/usr --disable-static
 make
 }
 
 package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
+cd $srcdir/$pkgname-$pkgver
+make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in libgee/repos (4 files)

2011-11-09 Thread Ionut Biru
Date: Wednesday, November 9, 2011 @ 13:26:23
  Author: ibiru
Revision: 142433

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libgee/repos/extra-i686/PKGBUILD
(from rev 142432, libgee/trunk/PKGBUILD)
  libgee/repos/extra-x86_64/PKGBUILD
(from rev 142432, libgee/trunk/PKGBUILD)
Deleted:
  libgee/repos/extra-i686/PKGBUILD
  libgee/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   54 
 extra-x86_64/PKGBUILD |   54 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-09 18:23:52 UTC (rev 142432)
+++ extra-i686/PKGBUILD 2011-11-09 18:26:23 UTC (rev 142433)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=libgee
-pkgver=0.6.2.1
-pkgrel=1
-pkgdesc=GObject collection library
-url=http://live.gnome.org/Libgee;
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('478f7daebe8369ad72bf83431d953db772af6865ff3aa21bf75bf6730f561389')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr --disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: libgee/repos/extra-i686/PKGBUILD (from rev 142432, 
libgee/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-09 18:26:23 UTC (rev 142433)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=libgee
+pkgver=0.6.3
+pkgrel=1
+pkgdesc=GObject collection library
+url=http://live.gnome.org/Libgee;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/$pkgname-$pkgver.tar.xz)
+sha256sums=('6b1ef59e26dd10feed279fdd7cc49c3391e124d31c46ac56c410ba0ce3bd1716')
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+./configure --prefix=/usr --disable-static
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-09 18:23:52 UTC (rev 142432)
+++ extra-x86_64/PKGBUILD   2011-11-09 18:26:23 UTC (rev 142433)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=libgee
-pkgver=0.6.2.1
-pkgrel=1
-pkgdesc=GObject collection library
-url=http://live.gnome.org/Libgee;
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('478f7daebe8369ad72bf83431d953db772af6865ff3aa21bf75bf6730f561389')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr --disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: libgee/repos/extra-x86_64/PKGBUILD (from rev 142432, 
libgee/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-09 18:26:23 UTC (rev 142433)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=libgee
+pkgver=0.6.3
+pkgrel=1
+pkgdesc=GObject collection library
+url=http://live.gnome.org/Libgee;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/$pkgname-$pkgver.tar.xz)
+sha256sums=('6b1ef59e26dd10feed279fdd7cc49c3391e124d31c46ac56c410ba0ce3bd1716')
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+./configure --prefix=/usr --disable-static
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in libmsn/repos (6 files)

2011-11-09 Thread Andrea Scarpino
Date: Wednesday, November 9, 2011 @ 13:49:42
  Author: andrea
Revision: 142434

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libmsn/repos/extra-i686/PKGBUILD
(from rev 142433, libmsn/trunk/PKGBUILD)
  libmsn/repos/extra-x86_64/PKGBUILD
(from rev 142433, libmsn/trunk/PKGBUILD)
Deleted:
  libmsn/repos/extra-i686/PKGBUILD
  libmsn/repos/extra-i686/openssl1.patch
  libmsn/repos/extra-x86_64/PKGBUILD
  libmsn/repos/extra-x86_64/openssl1.patch

-+
 extra-i686/PKGBUILD |   64 --
 extra-i686/openssl1.patch   |   17 ---
 extra-x86_64/PKGBUILD   |   64 --
 extra-x86_64/openssl1.patch |   17 ---
 4 files changed, 62 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-09 18:26:23 UTC (rev 142433)
+++ extra-i686/PKGBUILD 2011-11-09 18:49:42 UTC (rev 142434)
@@ -1,33 +0,0 @@
-# $Id: $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Charly Ghislain charlyghisl...@gmail.com
-
-pkgname=libmsn
-pkgver=4.1
-pkgrel=2
-pkgdesc=A reusable, open-source, fully documented library for connecting to 
Microsoft's MSN
-url=http://sourceforge.net/projects/libmsn/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('openssl')
-makedepends=('cmake')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;
-   'openssl1.patch')
-md5sums=('769d3cf0e5625263fbc23321c1ddfcb0'
-   'c8d7e2113d967a1d38a531e9fe8e7861')
-
-build() {
-  cd ${srcdir}
-  patch -Np0 -i ${srcdir}/openssl1.patch || return 1
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release || return 1
-  make || return 1
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libmsn/repos/extra-i686/PKGBUILD (from rev 142433, 
libmsn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-09 18:49:42 UTC (rev 142434)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Charly Ghislain charlyghisl...@gmail.com
+
+pkgname=libmsn
+pkgver=4.2
+pkgrel=1
+pkgdesc=A reusable, open-source, fully documented library for connecting to 
Microsoft's MSN
+url=http://sourceforge.net/projects/libmsn/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('openssl')
+makedepends=('cmake')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8887196051d2960a9279a5e00c8416a4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/openssl1.patch
===
--- extra-i686/openssl1.patch   2011-11-09 18:26:23 UTC (rev 142433)
+++ extra-i686/openssl1.patch   2011-11-09 18:49:42 UTC (rev 142434)
@@ -1,17 +0,0 @@
 libmsn-4.1/msntest/msntest.cpp~2010-04-01 15:05:13.248056050 +0200
-+++ libmsn-4.1/msntest/msntest.cpp 2010-04-01 15:07:18.938878993 +0200
-@@ -259,7 +259,13 @@
- if(mySocketsSsl[i].isSSL  !mySocketsSsl[i].isConnected)
- {
- BIO *bio_socket_new;
--SSL_METHOD *meth=NULL;
-+
-+#if OPENSSL_VERSION_NUMBER = 0x1000L
-+  const SSL_METHOD *meth=NULL;
-+#else
-+  SSL_METHOD *meth=NULL;
-+#endif
-+
- meth=SSLv23_client_method();
- SSLeay_add_ssl_algorithms();
- mySocketsSsl[i].ctx = SSL_CTX_new(meth);

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-09 18:26:23 UTC (rev 142433)
+++ extra-x86_64/PKGBUILD   2011-11-09 18:49:42 UTC (rev 142434)
@@ -1,33 +0,0 @@
-# $Id: $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Charly Ghislain charlyghisl...@gmail.com
-
-pkgname=libmsn
-pkgver=4.1
-pkgrel=2
-pkgdesc=A reusable, open-source, fully documented library for connecting to 
Microsoft's MSN
-url=http://sourceforge.net/projects/libmsn/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('openssl')
-makedepends=('cmake')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;
-   'openssl1.patch')
-md5sums=('769d3cf0e5625263fbc23321c1ddfcb0'
-   'c8d7e2113d967a1d38a531e9fe8e7861')
-
-build() {
-  cd ${srcdir}
-  patch -Np0 -i ${srcdir}/openssl1.patch || return 1
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
-

[arch-commits] Commit in virtuoso/repos (6 files)

2011-11-09 Thread Andrea Scarpino
Date: Wednesday, November 9, 2011 @ 13:50:28
  Author: andrea
Revision: 142435

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  virtuoso/repos/extra-i686/PKGBUILD
(from rev 142434, virtuoso/trunk/PKGBUILD)
  virtuoso/repos/extra-x86_64/PKGBUILD
(from rev 142434, virtuoso/trunk/PKGBUILD)
Deleted:
  virtuoso/repos/extra-i686/PKGBUILD
  virtuoso/repos/extra-i686/fix-unicode.patch
  virtuoso/repos/extra-x86_64/PKGBUILD
  virtuoso/repos/extra-x86_64/fix-unicode.patch

+
 extra-i686/PKGBUILD|   81 ++-
 extra-i686/fix-unicode.patch   |   21 --
 extra-x86_64/PKGBUILD  |   81 ++-
 extra-x86_64/fix-unicode.patch |   21 --
 4 files changed, 76 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-09 18:49:42 UTC (rev 142434)
+++ extra-i686/PKGBUILD 2011-11-09 18:50:28 UTC (rev 142435)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
-
-pkgname=virtuoso
-pkgver=6.1.3
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data 
Management with Web Application Server and Web Services Platform functionality'
-url='http://virtuoso.openlinksw.com/wiki/main/Main/'
-license=('GPL')
-depends=('openssl')
-makedepends=('bison' 'flex')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-opensource-${pkgver}.tar.gz;
-'fix-unicode.patch')
-md5sums=('7d4b0497411ff1c34d7ca247618cdd17'
- '550dcc877dcbda707aa7ba53800e5d5b')
-
-build() {
-  cd ${srcdir}/${pkgname}-opensource-${pkgver}
-
-  # Already fixed upstream
-  patch -p0 -i ${srcdir}/fix-unicode.patch
-
-  ./configure --prefix=/usr \
---localstatedir=/var \
---sysconfdir=/etc \
---disable-rendezvous \
---disable-hslookup \
---disable-all-vads
-  make
-}
-
-package() {
-  # install server
-  cd ${srcdir}/${pkgname}-opensource-${pkgver}/binsrc/virtuoso
-  make DESTDIR=${pkgdir} install
-
-  # install driver
-  cd ${srcdir}/${pkgname}-opensource-${pkgver}/binsrc/driver
-  make DESTDIR=${pkgdir} install
-}

Copied: virtuoso/repos/extra-i686/PKGBUILD (from rev 142434, 
virtuoso/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-09 18:50:28 UTC (rev 142435)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
+
+pkgname=virtuoso
+pkgver=6.1.4
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data 
Management with Web Application Server and Web Services Platform functionality'
+url='http://virtuoso.openlinksw.com/wiki/main/Main/'
+license=('GPL')
+depends=('libldap')
+makedepends=('bison' 'flex')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-opensource-${pkgver}.tar.gz;)
+md5sums=('7110a0b4b171b84850d346f4fe648172')
+
+build() {
+  cd ${srcdir}/${pkgname}-opensource-${pkgver}
+
+  ./configure --prefix=/usr \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--disable-rendezvous \
+--disable-hslookup \
+--disable-all-vads
+  make
+}
+
+package() {
+  # install server
+  cd ${srcdir}/${pkgname}-opensource-${pkgver}/binsrc/virtuoso
+  make DESTDIR=${pkgdir} install
+
+  # install driver
+  cd ${srcdir}/${pkgname}-opensource-${pkgver}/binsrc/driver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/fix-unicode.patch
===
--- extra-i686/fix-unicode.patch2011-11-09 18:49:42 UTC (rev 142434)
+++ extra-i686/fix-unicode.patch2011-11-09 18:50:28 UTC (rev 142435)
@@ -1,21 +0,0 @@
-Index: libsrc/Wi/xqf.c
-===
-RCS file: /opldev/source/CVS-MASTER/virtuoso-opensource/libsrc/Wi/xqf.c,v
-retrieving revision 1.21.2.9
-retrieving revision 1.21.2.12
-diff -u -r1.21.2.9 -r1.21.2.12
 libsrc/Wi/xqf.c3 Mar 2011 11:56:45 -   1.21.2.9
-+++ libsrc/Wi/xqf.c26 Aug 2011 19:34:56 -  1.21.2.12
-@@ -3520,6 +3552,12 @@
-   desc = xqf_str_parser_descs + desc_idx;
-   if (DV_DB_NULL == arg_dtp)
- return NEW_DB_NULL;
-+  /* if we have wide and we want typed string we do utf8, cast do to default 
charset so we do not do it */
-+  if (DV_WIDE == arg_dtp  desc-p_dest_dtp == DV_STRING)
-+{
-+  res = box_wide_as_utf8_char (arg, box_length (arg) / sizeof (wchar_t) - 
1, DV_STRING);
-+  goto res_ready;
-+}
-   if (DV_STRING != arg_dtp)
- {
-   caddr_t err = NULL;

Deleted: 

[arch-commits] Commit in chromium/trunk (PKGBUILD fix-downloads-on-ntfs.patch)

2011-11-09 Thread Evangelos Foutras
Date: Wednesday, November 9, 2011 @ 14:26:16
  Author: foutrelis
Revision: 142436

upgpkg: chromium 15.0.874.106-2

Fix downloading on NTFS partitions (FS#26804)

Added:
  chromium/trunk/fix-downloads-on-ntfs.patch
Modified:
  chromium/trunk/PKGBUILD

-+
 PKGBUILD|   20 +---
 fix-downloads-on-ntfs.patch |   26 ++
 2 files changed, 39 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-09 18:50:28 UTC (rev 142435)
+++ PKGBUILD2011-11-09 19:26:16 UTC (rev 142436)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=15.0.874.106
-pkgrel=1
+pkgrel=2
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
 url=http://www.chromium.org/;
@@ -22,12 +22,14 @@
 chromium.desktop
 chromium.sh
 gcc-4.6.patch
-nacl.gypi)
-sha1sums=('ddf41ebb6f4a050e2dafc97d7b333675fced8d68'
-  '7d97535ec0ed124e95888de84b2c6a3654a27d4a'
-  '427ecf06cae11f28f59b1912d659ad5541391682'
-  '3918746524fff30e73dc656754733df5c2c2'
-  'df4cee39e1d49e10f9c075f5e6e9db28e8260926')
+nacl.gypi
+fix-downloads-on-ntfs.patch)
+sha256sums=('d203de54fad4737434fc60c62406dd7548afb590e138defbfa5609ee8d91965c'
+'09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
+'c53bfc4db9dde684fbaed6a4bbecb207e3e7a0a2703233426fe076a6d3c557f3'
+'9c5e0803904d1a0e71ab7444c92a7046a34a9518eeba7a70f2eec7abecb8bf4e'
+'25bddd2eee7821e18ddda06f6e69552c359e1c04a10971ac3985556c3d8ef059'
+'6364c464d1885b2ec21076f01f993725925ccc066805f1ecbbeaf6f79b93c209')
 
 build() {
   cd $srcdir/chromium-$pkgver
@@ -43,6 +45,10 @@
   sed -i '/#include cups\/cups.h/ a #include cups/ppd.h' \
 chrome/browser/ui/webui/print_preview_handler.cc
 
+  # Fix downloading on NTFS partitions
+  # http://code.google.com/p/chromium/issues/detail?id=102200
+  patch -Np2 -i $srcdir/fix-downloads-on-ntfs.patch
+
   # Use Python 2
   find . -type f -exec sed -i -r \
 -e 's|/usr/bin/python$|2|g' \

Added: fix-downloads-on-ntfs.patch
===
--- fix-downloads-on-ntfs.patch (rev 0)
+++ fix-downloads-on-ntfs.patch 2011-11-09 19:26:16 UTC (rev 142436)
@@ -0,0 +1,26 @@
+--- trunk/src/content/browser/download/base_file.cc2011/11/03 00:57:14 
108379
 trunk/src/content/browser/download/base_file.cc2011/11/03 00:57:22 
108380
+@@ -332,16 +332,19 @@
+ int stat_error = stat(new_path.value().c_str(), st);
+ bool stat_succeeded = (stat_error == 0);
+ if (!stat_succeeded)
+-  return LOG_ERROR(stat, net::MapSystemError(errno));
++  LOG_ERROR(stat, net::MapSystemError(errno));
+ 
+ // TODO(estade): Move() falls back to copying and deleting when a simple
+ // rename fails. Copying sucks for large downloads. crbug.com/8737
+ if (!file_util::Move(full_path_, new_path))
+   return LOG_ERROR(Move, net::MapSystemError(errno));
+ 
+-int chmod_error = chmod(new_path.value().c_str(), st.st_mode);
+-if (chmod_error  0)
+-  return LOG_ERROR(chmod, net::MapSystemError(errno));
++if (stat_succeeded) {
++  // On Windows file systems (FAT, NTFS), chmod fails.  This is OK.
++  int chmod_error = chmod(new_path.value().c_str(), st.st_mode);
++  if (chmod_error  0)
++LOG_ERROR(chmod, net::MapSystemError(errno));
++}
+   }
+ #endif
+ 



[arch-commits] Commit in chromium/repos (26 files)

2011-11-09 Thread Evangelos Foutras
Date: Wednesday, November 9, 2011 @ 14:27:00
  Author: foutrelis
Revision: 142437

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 142436, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium.desktop
(from rev 142436, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 142436, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 142436, chromium/trunk/chromium.sh)
  chromium/repos/extra-i686/fix-downloads-on-ntfs.patch
(from rev 142436, chromium/trunk/fix-downloads-on-ntfs.patch)
  chromium/repos/extra-i686/gcc-4.6.patch
(from rev 142436, chromium/trunk/gcc-4.6.patch)
  chromium/repos/extra-i686/nacl.gypi
(from rev 142436, chromium/trunk/nacl.gypi)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 142436, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 142436, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 142436, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 142436, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/fix-downloads-on-ntfs.patch
(from rev 142436, chromium/trunk/fix-downloads-on-ntfs.patch)
  chromium/repos/extra-x86_64/gcc-4.6.patch
(from rev 142436, chromium/trunk/gcc-4.6.patch)
  chromium/repos/extra-x86_64/nacl.gypi
(from rev 142436, chromium/trunk/nacl.gypi)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-i686/gcc-4.6.patch
  chromium/repos/extra-i686/nacl.gypi
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh
  chromium/repos/extra-x86_64/gcc-4.6.patch
  chromium/repos/extra-x86_64/nacl.gypi

--+
 extra-i686/PKGBUILD  |  248 ++---
 extra-i686/chromium.desktop  |  226 +-
 extra-i686/chromium.install  |   24 +-
 extra-i686/chromium.sh   |8 
 extra-i686/fix-downloads-on-ntfs.patch   |   26 +++
 extra-i686/gcc-4.6.patch |  198 +++
 extra-i686/nacl.gypi |   16 -
 extra-x86_64/PKGBUILD|  248 ++---
 extra-x86_64/chromium.desktop|  226 +-
 extra-x86_64/chromium.install|   24 +-
 extra-x86_64/chromium.sh |8 
 extra-x86_64/fix-downloads-on-ntfs.patch |   26 +++
 extra-x86_64/gcc-4.6.patch   |  198 +++
 extra-x86_64/nacl.gypi   |   16 -
 14 files changed, 778 insertions(+), 714 deletions(-)

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


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

2011-11-09 Thread Dan McGee
Date: Wednesday, November 9, 2011 @ 15:36:02
  Author: dan
Revision: 142438

upgpkg: memcached 1.4.9-1

Modified:
  memcached/trunk/ChangeLog
  memcached/trunk/PKGBUILD

---+
 ChangeLog |2 +-
 PKGBUILD  |   13 -
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2011-11-09 19:27:00 UTC (rev 142437)
+++ ChangeLog   2011-11-09 20:36:02 UTC (rev 142438)
@@ -1,5 +1,5 @@
 2011-02-07 Ionut Biru ib...@archlinux.org
-   * Rebuild 1.4.5 against libeven 2.0.10
+   * Rebuild 1.4.5 against libevent 2.0.10
 
 2011-01-31 Dan McGee d...@archlinux.org
* Rebuild 1.4.5 with gcc 4.5.X patch accepted upstream

Modified: PKGBUILD
===
--- PKGBUILD2011-11-09 19:27:00 UTC (rev 142437)
+++ PKGBUILD2011-11-09 20:36:02 UTC (rev 142438)
@@ -3,7 +3,7 @@
 # Contributor: Michael Irwin 6d6...@gmail.com
 
 pkgname=memcached
-pkgver=1.4.7
+pkgver=1.4.9
 pkgrel=1
 pkgdesc=A distributed memory object caching system
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 memcached.conf
memcached.sh)
 changelog=ChangeLog
-sha256sums=('925837a4cf440e3cb451e338413ed9ad1429fd0d80ba4d903955f5fed8da7be6'
+sha256sums=('854a5fa6dfde478d1bb440498e378bd073f303d51bb82c611001eecdec9b4a79'
 '0e57a0f528b387f1f04f628ec74856c615d82d44f4d6bc041c33b3814ce13d0a'
 '72efa639c5a39c7c14f07cc51731ebbf82299870d9cf31cf3aaa981bc084b4eb')
 
@@ -29,7 +29,10 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
-  install -D -m 755 scripts/memcached-tool $pkgdir/usr/bin/memcached-tool
-  install -D -m 644 $srcdir/memcached.conf $pkgdir/etc/conf.d/memcached
-  install -D -m 755 $srcdir/memcached.sh $pkgdir/etc/rc.d/memcached
+  install -D -m 755 scripts/memcached-tool $pkgdir/usr/bin/memcached-tool
+  # This POS is entirely RedHat specific, so not including it now
+  #install -D -m 755 scripts/memcached.service 
$pkgdir/lib/systemd/system/memcached.service
+  #sed -i -e 's#^EnvironmentFile.*#EnvironmentFile=/etc/conf.d/memcached#' 
$pkgdir/lib/systemd/system/memcached.service
+  install -D -m 644 $srcdir/memcached.conf $pkgdir/etc/conf.d/memcached
+  install -D -m 755 $srcdir/memcached.sh $pkgdir/etc/rc.d/memcached
 }



[arch-commits] Commit in memcached/repos (16 files)

2011-11-09 Thread Dan McGee
Date: Wednesday, November 9, 2011 @ 15:36:25
  Author: dan
Revision: 142439

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  memcached/repos/extra-i686/ChangeLog
(from rev 142438, memcached/trunk/ChangeLog)
  memcached/repos/extra-i686/PKGBUILD
(from rev 142438, memcached/trunk/PKGBUILD)
  memcached/repos/extra-i686/memcached.conf
(from rev 142438, memcached/trunk/memcached.conf)
  memcached/repos/extra-i686/memcached.sh
(from rev 142438, memcached/trunk/memcached.sh)
  memcached/repos/extra-x86_64/ChangeLog
(from rev 142438, memcached/trunk/ChangeLog)
  memcached/repos/extra-x86_64/PKGBUILD
(from rev 142438, memcached/trunk/PKGBUILD)
  memcached/repos/extra-x86_64/memcached.conf
(from rev 142438, memcached/trunk/memcached.conf)
  memcached/repos/extra-x86_64/memcached.sh
(from rev 142438, memcached/trunk/memcached.sh)
Deleted:
  memcached/repos/extra-i686/ChangeLog
  memcached/repos/extra-i686/PKGBUILD
  memcached/repos/extra-i686/memcached.conf
  memcached/repos/extra-i686/memcached.sh
  memcached/repos/extra-x86_64/ChangeLog
  memcached/repos/extra-x86_64/PKGBUILD
  memcached/repos/extra-x86_64/memcached.conf
  memcached/repos/extra-x86_64/memcached.sh

-+
 extra-i686/ChangeLog|   48 
 extra-i686/PKGBUILD |   73 
 extra-i686/memcached.conf   |8 +-
 extra-i686/memcached.sh |  126 +-
 extra-x86_64/ChangeLog  |   48 
 extra-x86_64/PKGBUILD   |   73 
 extra-x86_64/memcached.conf |8 +-
 extra-x86_64/memcached.sh   |  126 +-
 8 files changed, 258 insertions(+), 252 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-11-09 20:36:02 UTC (rev 142438)
+++ extra-i686/ChangeLog2011-11-09 20:36:25 UTC (rev 142439)
@@ -1,24 +0,0 @@
-2011-02-07 Ionut Biru ib...@archlinux.org
-   * Rebuild 1.4.5 against libeven 2.0.10
-
-2011-01-31 Dan McGee d...@archlinux.org
-   * Rebuild 1.4.5 with gcc 4.5.X patch accepted upstream
-
-2009-11-14 Dan McGee d...@archlinux.org
-   * Bump to 1.4.3
-   * Added memcached-tool to package
-
-2009-09-13 Dan McGee d...@archlinux.org
-   * Bump to 1.4.1
-   * Add new required conf.d option MEMCACHED_USER
-   * Rework the way we store the PID for init script usage
-
-2009-04-12 Dan McGee d...@archlinux.org
-   * Bump to 1.2.8
-
-2009-04-05 Dan McGee d...@archlinux.org
-   * Bump to 1.2.7
-
-2008-12-13 Dan McGee d...@archlinux.org
-   * Added conf file to backup array
-   * Fixed the not quite right default config

Copied: memcached/repos/extra-i686/ChangeLog (from rev 142438, 
memcached/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-11-09 20:36:25 UTC (rev 142439)
@@ -0,0 +1,24 @@
+2011-02-07 Ionut Biru ib...@archlinux.org
+   * Rebuild 1.4.5 against libevent 2.0.10
+
+2011-01-31 Dan McGee d...@archlinux.org
+   * Rebuild 1.4.5 with gcc 4.5.X patch accepted upstream
+
+2009-11-14 Dan McGee d...@archlinux.org
+   * Bump to 1.4.3
+   * Added memcached-tool to package
+
+2009-09-13 Dan McGee d...@archlinux.org
+   * Bump to 1.4.1
+   * Add new required conf.d option MEMCACHED_USER
+   * Rework the way we store the PID for init script usage
+
+2009-04-12 Dan McGee d...@archlinux.org
+   * Bump to 1.2.8
+
+2009-04-05 Dan McGee d...@archlinux.org
+   * Bump to 1.2.7
+
+2008-12-13 Dan McGee d...@archlinux.org
+   * Added conf file to backup array
+   * Fixed the not quite right default config

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-09 20:36:02 UTC (rev 142438)
+++ extra-i686/PKGBUILD 2011-11-09 20:36:25 UTC (rev 142439)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Michael Irwin 6d6...@gmail.com
-
-pkgname=memcached
-pkgver=1.4.7
-pkgrel=1
-pkgdesc=A distributed memory object caching system
-arch=(i686 x86_64)
-url=http://memcached.org/;
-license=('GPL')
-depends=('libevent')
-optdepends=('perl: for memcached-tool usage')
-backup=('etc/conf.d/memcached')
-source=(http://memcached.googlecode.com/files/$pkgname-$pkgver.tar.gz
-memcached.conf
-   memcached.sh)
-changelog=ChangeLog
-sha256sums=('925837a4cf440e3cb451e338413ed9ad1429fd0d80ba4d903955f5fed8da7be6'
-'0e57a0f528b387f1f04f628ec74856c615d82d44f4d6bc041c33b3814ce13d0a'
-'72efa639c5a39c7c14f07cc51731ebbf82299870d9cf31cf3aaa981bc084b4eb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make 

[arch-commits] Commit in memcached/repos (16 files)

2011-11-09 Thread Dan McGee
Date: Wednesday, November 9, 2011 @ 15:39:02
  Author: dan
Revision: 142440

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  memcached/repos/extra-i686/ChangeLog
(from rev 142439, memcached/trunk/ChangeLog)
  memcached/repos/extra-i686/PKGBUILD
(from rev 142439, memcached/trunk/PKGBUILD)
  memcached/repos/extra-i686/memcached.conf
(from rev 142439, memcached/trunk/memcached.conf)
  memcached/repos/extra-i686/memcached.sh
(from rev 142439, memcached/trunk/memcached.sh)
  memcached/repos/extra-x86_64/ChangeLog
(from rev 142439, memcached/trunk/ChangeLog)
  memcached/repos/extra-x86_64/PKGBUILD
(from rev 142439, memcached/trunk/PKGBUILD)
  memcached/repos/extra-x86_64/memcached.conf
(from rev 142439, memcached/trunk/memcached.conf)
  memcached/repos/extra-x86_64/memcached.sh
(from rev 142439, memcached/trunk/memcached.sh)
Deleted:
  memcached/repos/extra-i686/ChangeLog
  memcached/repos/extra-i686/PKGBUILD
  memcached/repos/extra-i686/memcached.conf
  memcached/repos/extra-i686/memcached.sh
  memcached/repos/extra-x86_64/ChangeLog
  memcached/repos/extra-x86_64/PKGBUILD
  memcached/repos/extra-x86_64/memcached.conf
  memcached/repos/extra-x86_64/memcached.sh

-+
 extra-i686/ChangeLog|   48 
 extra-i686/PKGBUILD |   76 -
 extra-i686/memcached.conf   |8 +-
 extra-i686/memcached.sh |  126 +-
 extra-x86_64/ChangeLog  |   48 
 extra-x86_64/PKGBUILD   |   76 -
 extra-x86_64/memcached.conf |8 +-
 extra-x86_64/memcached.sh   |  126 +-
 8 files changed, 258 insertions(+), 258 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-11-09 20:36:25 UTC (rev 142439)
+++ extra-i686/ChangeLog2011-11-09 20:39:02 UTC (rev 142440)
@@ -1,24 +0,0 @@
-2011-02-07 Ionut Biru ib...@archlinux.org
-   * Rebuild 1.4.5 against libevent 2.0.10
-
-2011-01-31 Dan McGee d...@archlinux.org
-   * Rebuild 1.4.5 with gcc 4.5.X patch accepted upstream
-
-2009-11-14 Dan McGee d...@archlinux.org
-   * Bump to 1.4.3
-   * Added memcached-tool to package
-
-2009-09-13 Dan McGee d...@archlinux.org
-   * Bump to 1.4.1
-   * Add new required conf.d option MEMCACHED_USER
-   * Rework the way we store the PID for init script usage
-
-2009-04-12 Dan McGee d...@archlinux.org
-   * Bump to 1.2.8
-
-2009-04-05 Dan McGee d...@archlinux.org
-   * Bump to 1.2.7
-
-2008-12-13 Dan McGee d...@archlinux.org
-   * Added conf file to backup array
-   * Fixed the not quite right default config

Copied: memcached/repos/extra-i686/ChangeLog (from rev 142439, 
memcached/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-11-09 20:39:02 UTC (rev 142440)
@@ -0,0 +1,24 @@
+2011-02-07 Ionut Biru ib...@archlinux.org
+   * Rebuild 1.4.5 against libevent 2.0.10
+
+2011-01-31 Dan McGee d...@archlinux.org
+   * Rebuild 1.4.5 with gcc 4.5.X patch accepted upstream
+
+2009-11-14 Dan McGee d...@archlinux.org
+   * Bump to 1.4.3
+   * Added memcached-tool to package
+
+2009-09-13 Dan McGee d...@archlinux.org
+   * Bump to 1.4.1
+   * Add new required conf.d option MEMCACHED_USER
+   * Rework the way we store the PID for init script usage
+
+2009-04-12 Dan McGee d...@archlinux.org
+   * Bump to 1.2.8
+
+2009-04-05 Dan McGee d...@archlinux.org
+   * Bump to 1.2.7
+
+2008-12-13 Dan McGee d...@archlinux.org
+   * Added conf file to backup array
+   * Fixed the not quite right default config

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-09 20:36:25 UTC (rev 142439)
+++ extra-i686/PKGBUILD 2011-11-09 20:39:02 UTC (rev 142440)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Michael Irwin 6d6...@gmail.com
-
-pkgname=memcached
-pkgver=1.4.9
-pkgrel=1
-pkgdesc=A distributed memory object caching system
-arch=(i686 x86_64)
-url=http://memcached.org/;
-license=('GPL')
-depends=('libevent')
-optdepends=('perl: for memcached-tool usage')
-backup=('etc/conf.d/memcached')
-source=(http://memcached.googlecode.com/files/$pkgname-$pkgver.tar.gz
-memcached.conf
-   memcached.sh)
-changelog=ChangeLog
-sha256sums=('854a5fa6dfde478d1bb440498e378bd073f303d51bb82c611001eecdec9b4a79'
-'0e57a0f528b387f1f04f628ec74856c615d82d44f4d6bc041c33b3814ce13d0a'
-'72efa639c5a39c7c14f07cc51731ebbf82299870d9cf31cf3aaa981bc084b4eb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make 

[arch-commits] Commit in brltty/repos (16 files)

2011-11-09 Thread Guillaume Alaux
Date: Wednesday, November 9, 2011 @ 16:20:39
  Author: guillaume
Revision: 142442

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  brltty/repos/extra-i686/PKGBUILD
(from rev 142441, brltty/trunk/PKGBUILD)
  brltty/repos/extra-i686/brltty
(from rev 142441, brltty/trunk/brltty)
  brltty/repos/extra-i686/brltty-4.2-S_ISCHR.patch
(from rev 142441, brltty/trunk/brltty-4.2-S_ISCHR.patch)
  brltty/repos/extra-i686/brltty.conf
(from rev 142441, brltty/trunk/brltty.conf)
  brltty/repos/extra-x86_64/PKGBUILD
(from rev 142441, brltty/trunk/PKGBUILD)
  brltty/repos/extra-x86_64/brltty
(from rev 142441, brltty/trunk/brltty)
  brltty/repos/extra-x86_64/brltty-4.2-S_ISCHR.patch
(from rev 142441, brltty/trunk/brltty-4.2-S_ISCHR.patch)
  brltty/repos/extra-x86_64/brltty.conf
(from rev 142441, brltty/trunk/brltty.conf)
Deleted:
  brltty/repos/extra-i686/PKGBUILD
  brltty/repos/extra-i686/brltty
  brltty/repos/extra-i686/brltty-4.2-S_ISCHR.patch
  brltty/repos/extra-i686/brltty.conf
  brltty/repos/extra-x86_64/PKGBUILD
  brltty/repos/extra-x86_64/brltty
  brltty/repos/extra-x86_64/brltty-4.2-S_ISCHR.patch
  brltty/repos/extra-x86_64/brltty.conf

---+
 extra-i686/PKGBUILD   |   98 +++
 extra-i686/brltty |  136 
 extra-i686/brltty-4.2-S_ISCHR.patch   |   22 ++---
 extra-i686/brltty.conf|4 
 extra-x86_64/PKGBUILD |   98 +++
 extra-x86_64/brltty   |  136 
 extra-x86_64/brltty-4.2-S_ISCHR.patch |   22 ++---
 extra-x86_64/brltty.conf  |4 
 8 files changed, 260 insertions(+), 260 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-09 21:19:49 UTC (rev 142441)
+++ extra-i686/PKGBUILD 2011-11-09 21:20:39 UTC (rev 142442)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=brltty
-pkgver=4.2
-pkgrel=4
-pkgdesc=Braille display driver for Linux/Unix
-arch=('i686' 'x86_64')
-url=http://mielke.cc/brltty;
-license=('GPL' 'LGPL')
-depends=('libxaw' 'at-spi' 'gpm' 'icu' 'python2' 'tcl' 'atk' 'libxtst')
-makedepends=('pyrex' 'bluez')
-optdepends=('bluez: bluetooth support')
-backup=(etc/brltty.conf etc/conf.d/brltty.conf)
-options=('!makeflags' '!emptydirs')
-source=(http://mielke.cc/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz
-'brltty-4.2-S_ISCHR.patch'
-'brltty'
-'brltty.conf')
-md5sums=('192af5e634210616928496645e392097'
- '5954b289efaf2ff17676d06de9a88854'
- '831ebaf0c56091702929c68805d20c4f'
- 'a8ab8b3dd059e96e1734bc9cdcf844fc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  CFLAGS+=${CFLAGS} -D_GNU_SOURCE \
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---localstatedir=/var \
---enable-gpm \
---disable-java-bindings \
---disable-caml-bindings \
-PYTHON=/usr/bin/python2
-
-  patch -Np1 -i ${srcdir}/brltty-4.2-S_ISCHR.patch
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make INSTALL_ROOT=${pkgdir} install
-  install -D -m755 ${srcdir}/brltty ${pkgdir}/etc/rc.d/brltty
-  install -D -m644 ${srcdir}/brltty.conf ${pkgdir}/etc/conf.d/brltty.conf
-  install -D -m644 Documents/brltty.conf ${pkgdir}/etc/brltty.conf
-}

Copied: brltty/repos/extra-i686/PKGBUILD (from rev 142441, 
brltty/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-09 21:20:39 UTC (rev 142442)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=4.3
+pkgrel=1
+pkgdesc=Braille display driver for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://mielke.cc/brltty;
+license=('GPL' 'LGPL')
+depends=('libxaw' 'at-spi' 'gpm' 'icu' 'python2' 'tcl' 'atk' 'libxtst')
+makedepends=('pyrex' 'bluez')
+optdepends=('bluez: bluetooth support')
+backup=(etc/brltty.conf etc/conf.d/brltty.conf)
+options=('!makeflags' '!emptydirs')
+source=(http://mielke.cc/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz
+'brltty'
+'brltty.conf')
+#'brltty-4.2-S_ISCHR.patch'
+md5sums=('5ada573f88df32b6150db3b9a620e20b'
+ '831ebaf0c56091702929c68805d20c4f'
+ 'a8ab8b3dd059e96e1734bc9cdcf844fc')
+# '5954b289efaf2ff17676d06de9a88854'
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  CFLAGS+=${CFLAGS} -D_GNU_SOURCE \
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--localstatedir=/var \
+--enable-gpm \
+--disable-java-bindings \
+--disable-caml-bindings \
+

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

2011-11-09 Thread Allan McRae
Date: Wednesday, November 9, 2011 @ 18:57:35
  Author: allan
Revision: 142444

upgpkg: tcl 8.5.11-1

upstream update

Modified:
  tcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-09 21:29:38 UTC (rev 142443)
+++ PKGBUILD2011-11-09 23:57:35 UTC (rev 142444)
@@ -3,15 +3,14 @@
 # Committer: Judd Vinet jvi...@zeroflux.org
 
 pkgname=tcl
-pkgver=8.5.10
+pkgver=8.5.11
 pkgrel=1
 pkgdesc=The Tcl scripting language
 arch=('i686' 'x86_64')
 url=http://tcl.sourceforge.net/;
 license=('custom')
-depends=('glibc')
 
source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
-md5sums=('a08eaf8467c0631937067c1948dd326b')
+md5sums=('b01a9691c83990b3db0ce62d1012ca67')
 
 build() {
   cd ${srcdir}/tcl${pkgver}/unix
@@ -25,6 +24,11 @@
   make
 }
 
+#check() {
+#  cd ${srcdir}/tcl${pkgver}/unix
+#  make test
+#}
+
 package()
 {
   cd ${srcdir}/tcl${pkgver}/unix



[arch-commits] Commit in tcl/repos (4 files)

2011-11-09 Thread Allan McRae
Date: Wednesday, November 9, 2011 @ 18:58:47
  Author: allan
Revision: 142445

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  tcl/repos/testing-i686/
  tcl/repos/testing-i686/PKGBUILD
(from rev 142444, tcl/trunk/PKGBUILD)
  tcl/repos/testing-x86_64/
  tcl/repos/testing-x86_64/PKGBUILD
(from rev 142444, tcl/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   52 ++
 testing-x86_64/PKGBUILD |   52 ++
 2 files changed, 104 insertions(+)

Copied: tcl/repos/testing-i686/PKGBUILD (from rev 142444, tcl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-09 23:58:47 UTC (rev 142445)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+
+pkgname=tcl
+pkgver=8.5.11
+pkgrel=1
+pkgdesc=The Tcl scripting language
+arch=('i686' 'x86_64')
+url=http://tcl.sourceforge.net/;
+license=('custom')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
+md5sums=('b01a9691c83990b3db0ce62d1012ca67')
+
+build() {
+  cd ${srcdir}/tcl${pkgver}/unix
+  
+  if [ $CARCH = x86_64 ]; then
+./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--enable-64bit
+  else
+./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-64bit
+  fi
+  
+  make
+}
+
+#check() {
+#  cd ${srcdir}/tcl${pkgver}/unix
+#  make test
+#}
+
+package()
+{
+  cd ${srcdir}/tcl${pkgver}/unix
+  
+  make INSTALL_ROOT=${pkgdir} install install-private-headers
+  ln -sf tclsh8.5 ${pkgdir}/usr/bin/tclsh
+  
+  # install license
+  install -Dm644 ../license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove buildroot traces
+  sed -i \
+-e s,^TCL_BUILD_LIB_SPEC='-L.*/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib, \
+-e s,^TCL_SRC_DIR='.*',TCL_SRC_DIR='/usr/include', \
+-e 
s,^TCL_BUILD_STUB_LIB_SPEC='-L.*/unix,TCL_BUILD_STUB_LIB_SPEC='-L/usr/lib, \
+-e 
s,^TCL_BUILD_STUB_LIB_PATH='.*/unix,TCL_BUILD_STUB_LIB_PATH='/usr/lib, \
+-e 
s,^TCL_LIB_FILE='libtcl8.5..TCL_DBGX..so',TCL_LIB_FILE=\libtcl8.5\$\{TCL_DBGX\}.so\,
 \
+-e s,^TCL_CC_SEARCH_FLAGS='\(.*\)',TCL_CC_SEARCH_FLAGS='\1:/usr/lib', \
+-e s,^TCL_LD_SEARCH_FLAGS='\(.*\)',TCL_LD_SEARCH_FLAGS='\1:/usr/lib', \
+${pkgdir}/usr/lib/tclConfig.sh
+}

Copied: tcl/repos/testing-x86_64/PKGBUILD (from rev 142444, tcl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-09 23:58:47 UTC (rev 142445)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+
+pkgname=tcl
+pkgver=8.5.11
+pkgrel=1
+pkgdesc=The Tcl scripting language
+arch=('i686' 'x86_64')
+url=http://tcl.sourceforge.net/;
+license=('custom')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
+md5sums=('b01a9691c83990b3db0ce62d1012ca67')
+
+build() {
+  cd ${srcdir}/tcl${pkgver}/unix
+  
+  if [ $CARCH = x86_64 ]; then
+./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--enable-64bit
+  else
+./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-64bit
+  fi
+  
+  make
+}
+
+#check() {
+#  cd ${srcdir}/tcl${pkgver}/unix
+#  make test
+#}
+
+package()
+{
+  cd ${srcdir}/tcl${pkgver}/unix
+  
+  make INSTALL_ROOT=${pkgdir} install install-private-headers
+  ln -sf tclsh8.5 ${pkgdir}/usr/bin/tclsh
+  
+  # install license
+  install -Dm644 ../license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove buildroot traces
+  sed -i \
+-e s,^TCL_BUILD_LIB_SPEC='-L.*/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib, \
+-e s,^TCL_SRC_DIR='.*',TCL_SRC_DIR='/usr/include', \
+-e 
s,^TCL_BUILD_STUB_LIB_SPEC='-L.*/unix,TCL_BUILD_STUB_LIB_SPEC='-L/usr/lib, \
+-e 
s,^TCL_BUILD_STUB_LIB_PATH='.*/unix,TCL_BUILD_STUB_LIB_PATH='/usr/lib, \
+-e 
s,^TCL_LIB_FILE='libtcl8.5..TCL_DBGX..so',TCL_LIB_FILE=\libtcl8.5\$\{TCL_DBGX\}.so\,
 \
+-e s,^TCL_CC_SEARCH_FLAGS='\(.*\)',TCL_CC_SEARCH_FLAGS='\1:/usr/lib', \
+-e s,^TCL_LD_SEARCH_FLAGS='\(.*\)',TCL_LD_SEARCH_FLAGS='\1:/usr/lib', \
+${pkgdir}/usr/lib/tclConfig.sh
+}



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

2011-11-09 Thread Allan McRae
Date: Wednesday, November 9, 2011 @ 18:59:53
  Author: allan
Revision: 142446

upgpkg: tk 8.5.11-1

upstream update

Modified:
  tk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-09 23:58:47 UTC (rev 142445)
+++ PKGBUILD2011-11-09 23:59:53 UTC (rev 142446)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=tk
-pkgver=8.5.10
+pkgver=8.5.11
 pkgrel=1
 pkgdesc=A windowing toolkit for use with tcl
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom')
 depends=(tcl=${pkgver} 'libxss' 'libxft')
 
source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
-md5sums=('adfdaca46cc95fec8557df8ecdb0715c')
+md5sums=('b61b72f0aad230091b100746f078b8f1')
 
 build() {
   cd ${srcdir}/tk${pkgver}/unix
@@ -25,6 +25,11 @@
   make
 }
 
+#check() {
+#  cd ${srcdir}/tk${pkgver}/unix
+#  make test
+#}
+
 package() {
   cd ${srcdir}/tk${pkgver}/unix
 



[arch-commits] Commit in tk/repos (4 files)

2011-11-09 Thread Allan McRae
Date: Wednesday, November 9, 2011 @ 19:01:05
  Author: allan
Revision: 142447

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  tk/repos/testing-i686/
  tk/repos/testing-i686/PKGBUILD
(from rev 142446, tk/trunk/PKGBUILD)
  tk/repos/testing-x86_64/
  tk/repos/testing-x86_64/PKGBUILD
(from rev 142446, tk/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   56 ++
 testing-x86_64/PKGBUILD |   56 ++
 2 files changed, 112 insertions(+)

Copied: tk/repos/testing-i686/PKGBUILD (from rev 142446, tk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-10 00:01:05 UTC (rev 142447)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=tk
+pkgver=8.5.11
+pkgrel=1
+pkgdesc=A windowing toolkit for use with tcl
+arch=('i686' 'x86_64')
+url=http://tcl.sourceforge.net/;
+license=('custom')
+depends=(tcl=${pkgver} 'libxss' 'libxft')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
+md5sums=('b61b72f0aad230091b100746f078b8f1')
+
+build() {
+  cd ${srcdir}/tk${pkgver}/unix
+
+  if [ $CARCH = x86_64 ]; then
+./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--enable-64bit
+  else
+./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-64bit
+  fi
+  
+  make
+}
+
+#check() {
+#  cd ${srcdir}/tk${pkgver}/unix
+#  make test
+#}
+
+package() {
+  cd ${srcdir}/tk${pkgver}/unix
+
+  make INSTALL_ROOT=${pkgdir} install install-private-headers
+  ln -sf wish8.5 ${pkgdir}/usr/bin/wish
+  
+  # install private headers (FS#14388)
+  cd ${srcdir}/tk${pkgver}
+  for dir in compat generic generic/ttk unix; do
+install -dm755 ${pkgdir}/usr/include/tk-private/$dir
+install -m644 -t ${pkgdir}/usr/include/tk-private/$dir $dir/*.h
+  done
+
+  # install license
+  install -Dm644 license.terms ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove buildroot traces
+  sed -i \
+-e s,^TK_BUILD_LIB_SPEC='-L.*/unix,TK_BUILD_LIB_SPEC='-L/usr/lib, \
+-e s,^TK_SRC_DIR='.*',TK_SRC_DIR='/usr/include', \
+-e 
s,^TK_BUILD_STUB_LIB_SPEC='-L.*/unix,TK_BUILD_STUB_LIB_SPEC='-L/usr/lib, \
+-e s,^TK_BUILD_STUB_LIB_PATH='.*/unix,TK_BUILD_STUB_LIB_PATH='/usr/lib, \
+${pkgdir}/usr/lib/tkConfig.sh
+}

Copied: tk/repos/testing-x86_64/PKGBUILD (from rev 142446, tk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-10 00:01:05 UTC (rev 142447)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=tk
+pkgver=8.5.11
+pkgrel=1
+pkgdesc=A windowing toolkit for use with tcl
+arch=('i686' 'x86_64')
+url=http://tcl.sourceforge.net/;
+license=('custom')
+depends=(tcl=${pkgver} 'libxss' 'libxft')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
+md5sums=('b61b72f0aad230091b100746f078b8f1')
+
+build() {
+  cd ${srcdir}/tk${pkgver}/unix
+
+  if [ $CARCH = x86_64 ]; then
+./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--enable-64bit
+  else
+./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-64bit
+  fi
+  
+  make
+}
+
+#check() {
+#  cd ${srcdir}/tk${pkgver}/unix
+#  make test
+#}
+
+package() {
+  cd ${srcdir}/tk${pkgver}/unix
+
+  make INSTALL_ROOT=${pkgdir} install install-private-headers
+  ln -sf wish8.5 ${pkgdir}/usr/bin/wish
+  
+  # install private headers (FS#14388)
+  cd ${srcdir}/tk${pkgver}
+  for dir in compat generic generic/ttk unix; do
+install -dm755 ${pkgdir}/usr/include/tk-private/$dir
+install -m644 -t ${pkgdir}/usr/include/tk-private/$dir $dir/*.h
+  done
+
+  # install license
+  install -Dm644 license.terms ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove buildroot traces
+  sed -i \
+-e s,^TK_BUILD_LIB_SPEC='-L.*/unix,TK_BUILD_LIB_SPEC='-L/usr/lib, \
+-e s,^TK_SRC_DIR='.*',TK_SRC_DIR='/usr/include', \
+-e 
s,^TK_BUILD_STUB_LIB_SPEC='-L.*/unix,TK_BUILD_STUB_LIB_SPEC='-L/usr/lib, \
+-e s,^TK_BUILD_STUB_LIB_PATH='.*/unix,TK_BUILD_STUB_LIB_PATH='/usr/lib, \
+${pkgdir}/usr/lib/tkConfig.sh
+}



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

2011-11-09 Thread Eric Bélanger
Date: Thursday, November 10, 2011 @ 00:56:49
  Author: eric
Revision: 142448

upgpkg: proftpd 1.3.4-1

Upstream update

Modified:
  proftpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-10 00:01:05 UTC (rev 142447)
+++ PKGBUILD2011-11-10 05:56:49 UTC (rev 142448)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=proftpd
-pkgver=1.3.3f
+pkgver=1.3.4
 pkgrel=1
 pkgdesc=A high-performance, scalable FTP server
 arch=('i686' 'x86_64')
@@ -12,9 +12,10 @@
 license=('GPL')
 depends=('libldap' 'libmysqlclient' 'postgresql-libs')
 backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
-source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2;
+source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2{,.asc}
 'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
-md5sums=('e9416d2aa7ac1246af4fc8a80fd73f27'
+md5sums=('7734142c7fa7212ab9f188a617a4be87'
+ '0426c03ca88f1b8794006916ac6466ce'
  '99f6f9a989e70e3fa50809fc2b0a'
  'ddb09eb13131becdf0e081eef413116b'
  '71d5932b0461c318ed68c2c0c2660736')
@@ -23,7 +24,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
---mandir=/usr/share/man \
+--libexecdir=/usr/lib \
 --disable-pam \
 
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres
 \
 --sysconfdir=/etc \
@@ -41,12 +42,10 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
+  sed -i 's|nogroup|nobody|g' ${pkgdir}/etc/proftpd.conf
+
   install -Dm644 ../proftpd.logrotate ${pkgdir}/etc/logrotate.d/proftpd
   install -Dm644 ../proftpd.conf.d ${pkgdir}/etc/conf.d/proftpd
   install -Dm755 ../proftpd ${pkgdir}/etc/rc.d/proftpd
   install -Dm755 contrib/xferstats.holger-preiss ${pkgdir}/usr/bin/ftpstats
-
-  cd ${pkgdir}/etc
-  sed -i 's|nogroup|nobody|g' proftpd.conf
-  rmdir ${pkgdir}/usr/libexec
 }



[arch-commits] Commit in proftpd/repos (10 files)

2011-11-09 Thread Eric Bélanger
Date: Thursday, November 10, 2011 @ 00:57:41
  Author: eric
Revision: 142449

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  proftpd/repos/testing-i686/
  proftpd/repos/testing-i686/PKGBUILD
(from rev 142448, proftpd/trunk/PKGBUILD)
  proftpd/repos/testing-i686/proftpd
(from rev 142448, proftpd/trunk/proftpd)
  proftpd/repos/testing-i686/proftpd.conf.d
(from rev 142448, proftpd/trunk/proftpd.conf.d)
  proftpd/repos/testing-i686/proftpd.logrotate
(from rev 142448, proftpd/trunk/proftpd.logrotate)
  proftpd/repos/testing-x86_64/
  proftpd/repos/testing-x86_64/PKGBUILD
(from rev 142448, proftpd/trunk/PKGBUILD)
  proftpd/repos/testing-x86_64/proftpd
(from rev 142448, proftpd/trunk/proftpd)
  proftpd/repos/testing-x86_64/proftpd.conf.d
(from rev 142448, proftpd/trunk/proftpd.conf.d)
  proftpd/repos/testing-x86_64/proftpd.logrotate
(from rev 142448, proftpd/trunk/proftpd.logrotate)

--+
 testing-i686/PKGBUILD|   51 +
 testing-i686/proftpd |   41 +
 testing-i686/proftpd.conf.d  |4 ++
 testing-i686/proftpd.logrotate   |5 +++
 testing-x86_64/PKGBUILD  |   51 +
 testing-x86_64/proftpd   |   41 +
 testing-x86_64/proftpd.conf.d|4 ++
 testing-x86_64/proftpd.logrotate |5 +++
 8 files changed, 202 insertions(+)

Copied: proftpd/repos/testing-i686/PKGBUILD (from rev 142448, 
proftpd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-10 05:57:41 UTC (rev 142449)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer:
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=proftpd
+pkgver=1.3.4
+pkgrel=1
+pkgdesc=A high-performance, scalable FTP server
+arch=('i686' 'x86_64')
+url=http://www.proftpd.org;
+license=('GPL')
+depends=('libldap' 'libmysqlclient' 'postgresql-libs')
+backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
+source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2{,.asc}
+'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
+md5sums=('7734142c7fa7212ab9f188a617a4be87'
+ '0426c03ca88f1b8794006916ac6466ce'
+ '99f6f9a989e70e3fa50809fc2b0a'
+ 'ddb09eb13131becdf0e081eef413116b'
+ '71d5932b0461c318ed68c2c0c2660736')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-pam \
+
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres
 \
+--sysconfdir=/etc \
+--localstatedir=/var/run \
+--enable-ctrls \
+--enable-ipv6 \
+--with-includes=/usr/include/mysql:/usr/include/postgresql \
+--with-libraries=/usr/lib/mysql:/usr/lib/postgresql \
+--enable-nls
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  sed -i 's|nogroup|nobody|g' ${pkgdir}/etc/proftpd.conf
+
+  install -Dm644 ../proftpd.logrotate ${pkgdir}/etc/logrotate.d/proftpd
+  install -Dm644 ../proftpd.conf.d ${pkgdir}/etc/conf.d/proftpd
+  install -Dm755 ../proftpd ${pkgdir}/etc/rc.d/proftpd
+  install -Dm755 contrib/xferstats.holger-preiss ${pkgdir}/usr/bin/ftpstats
+}

Copied: proftpd/repos/testing-i686/proftpd (from rev 142448, 
proftpd/trunk/proftpd)
===
--- testing-i686/proftpd(rev 0)
+++ testing-i686/proftpd2011-11-10 05:57:41 UTC (rev 142449)
@@ -0,0 +1,41 @@
+#!/bin/bash
+
+# source application-specific settings
+PROFTPD_ARGS=
+[ -f /etc/conf.d/proftpd ]  . /etc/conf.d/proftpd
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+  start)
+stat_busy Starting ProFTPd Server
+/usr/sbin/proftpd ${PROFTPD_ARGS}
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  add_daemon proftpd
+  stat_done
+fi
+;;
+  stop)
+stat_busy Stopping ProFTPd Server
+[ -f /var/run/proftpd.pid ]  kill $(cat /var/run/proftpd.pid)  
/dev/null
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  rm -f /var/run/proftpd.pid
+  rm_daemon proftpd
+  stat_done
+fi
+;;
+  restart)
+$0 stop
+sleep 1
+$0 start
+;;
+  *)
+echo usage: $0 {start|stop|restart}
+esac
+exit 0
+

Copied: proftpd/repos/testing-i686/proftpd.conf.d (from rev 142448, 
proftpd/trunk/proftpd.conf.d)
===
--- testing-i686/proftpd.conf.d (rev 0)
+++ testing-i686/proftpd.conf.d 2011-11-10 05:57:41 UTC (rev 142449)
@@ -0,0 +1,4 @@
+#
+# Parameters to be passed to proftpd
+#
+PROFTPD_ARGS=

Copied: 

[arch-commits] Commit in dhcpcd/repos/testing-i686 (8 files)

2011-11-09 Thread Allan McRae
Date: Thursday, November 10, 2011 @ 02:04:59
  Author: allan
Revision: 142450

archrelease: copy trunk to testing-i686

Added:
  
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 142449, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 142449, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 142449, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.conf.d
(from rev 142449, dhcpcd/trunk/dhcpcd.conf.d)
  dhcpcd/repos/testing-i686/remove_ifconfig.patch
(from rev 142449, dhcpcd/trunk/remove_ifconfig.patch)
Deleted:
  
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
  dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch
  dhcpcd/repos/testing-i686/PKGBUILD

---+
 0001-Set-hostname-via-proc-if-file-is-available.patch |   66 
 0001-set-MTU-via-sysfs-if-file-is-available.patch |  122 
 PKGBUILD  |  114 +++---
 dhcpcd.conf.d |6 
 remove_ifconfig.patch |   20 ++
 5 files changed, 177 insertions(+), 151 deletions(-)

Deleted: 0001-Set-hostname-via-proc-if-file-is-available.patch
===
--- 0001-Set-hostname-via-proc-if-file-is-available.patch   2011-11-10 
05:57:41 UTC (rev 142449)
+++ 0001-Set-hostname-via-proc-if-file-is-available.patch   2011-11-10 
07:04:59 UTC (rev 142450)
@@ -1,33 +0,0 @@
-From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
-From: Dan McGee d...@archlinux.org
-Date: Sun, 19 Jun 2011 16:04:25 -0500
-Subject: [PATCH] Set hostname via /proc if file is available
-
-On Linux, the hostname can be set via this file if available, precluding
-the need for a `hostname` binary.
-
-Signed-off-by: Dan McGee d...@archlinux.org

- dhcpcd-hooks/30-hostname |6 +-
- 1 files changed, 5 insertions(+), 1 deletions(-)
-
-diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
-index 65d1a13..af94262 100644
 a/dhcpcd-hooks/30-hostname
-+++ b/dhcpcd-hooks/30-hostname
-@@ -21,7 +21,11 @@ need_hostname()
- try_hostname()
- {
-   if valid_domainname $1; then
--  hostname $1
-+  if [ -w /proc/sys/kernel/hostname ]; then
-+  echo $1  /proc/sys/kernel/hostname
-+  else
-+  hostname $1
-+  fi
-   else
-   syslog err Invalid hostname: $1
-   fi
--- 
-1.7.5.4
-

Copied: 
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch 
(from rev 142449, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
===
--- 0001-Set-hostname-via-proc-if-file-is-available.patch   
(rev 0)
+++ 0001-Set-hostname-via-proc-if-file-is-available.patch   2011-11-10 
07:04:59 UTC (rev 142450)
@@ -0,0 +1,33 @@
+From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
+From: Dan McGee d...@archlinux.org
+Date: Sun, 19 Jun 2011 16:04:25 -0500
+Subject: [PATCH] Set hostname via /proc if file is available
+
+On Linux, the hostname can be set via this file if available, precluding
+the need for a `hostname` binary.
+
+Signed-off-by: Dan McGee d...@archlinux.org
+---
+ dhcpcd-hooks/30-hostname |6 +-
+ 1 files changed, 5 insertions(+), 1 deletions(-)
+
+diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
+index 65d1a13..af94262 100644
+--- a/dhcpcd-hooks/30-hostname
 b/dhcpcd-hooks/30-hostname
+@@ -21,7 +21,11 @@ need_hostname()
+ try_hostname()
+ {
+   if valid_domainname $1; then
+-  hostname $1
++  if [ -w /proc/sys/kernel/hostname ]; then
++  echo $1  /proc/sys/kernel/hostname
++  else
++  hostname $1
++  fi
+   else
+   syslog err Invalid hostname: $1
+   fi
+-- 
+1.7.5.4
+

Deleted: 0001-set-MTU-via-sysfs-if-file-is-available.patch
===
--- 0001-set-MTU-via-sysfs-if-file-is-available.patch   2011-11-10 05:57:41 UTC 
(rev 142449)
+++ 0001-set-MTU-via-sysfs-if-file-is-available.patch   2011-11-10 07:04:59 UTC 
(rev 142450)
@@ -1,61 +0,0 @@
-From 950c00d1b183796034d227ef47a90eb248d79b72 Mon Sep 17 00:00:00 2001
-From: Dave Reisner d...@falconindy.com
-Date: Tue, 21 Jun 2011 09:32:47 -0400
-Subject: [PATCH] set MTU via sysfs if file is available
-
-On Linux, a network interface's MTU can be set by writing to
-/sys/class/net/$interface/mtu, which removes the dependency on ifconfig.
-
-Signed-off-by: 

[arch-commits] Commit in dhcpcd/repos/testing-x86_64 (8 files)

2011-11-09 Thread Allan McRae
Date: Thursday, November 10, 2011 @ 02:06:35
  Author: allan
Revision: 142451

archrelease: copy trunk to testing-x86_64

Added:
  
dhcpcd/repos/testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 142450, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 142450, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 142450, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.conf.d
(from rev 142450, dhcpcd/trunk/dhcpcd.conf.d)
  dhcpcd/repos/testing-x86_64/remove_ifconfig.patch
(from rev 142450, dhcpcd/trunk/remove_ifconfig.patch)
Deleted:
  
dhcpcd/repos/testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
  dhcpcd/repos/testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch
  dhcpcd/repos/testing-x86_64/PKGBUILD

---+
 0001-Set-hostname-via-proc-if-file-is-available.patch |   66 
 0001-set-MTU-via-sysfs-if-file-is-available.patch |  122 
 PKGBUILD  |  114 +++---
 dhcpcd.conf.d |6 
 remove_ifconfig.patch |   20 ++
 5 files changed, 177 insertions(+), 151 deletions(-)

Deleted: 0001-Set-hostname-via-proc-if-file-is-available.patch
===
--- 0001-Set-hostname-via-proc-if-file-is-available.patch   2011-11-10 
07:04:59 UTC (rev 142450)
+++ 0001-Set-hostname-via-proc-if-file-is-available.patch   2011-11-10 
07:06:35 UTC (rev 142451)
@@ -1,33 +0,0 @@
-From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
-From: Dan McGee d...@archlinux.org
-Date: Sun, 19 Jun 2011 16:04:25 -0500
-Subject: [PATCH] Set hostname via /proc if file is available
-
-On Linux, the hostname can be set via this file if available, precluding
-the need for a `hostname` binary.
-
-Signed-off-by: Dan McGee d...@archlinux.org

- dhcpcd-hooks/30-hostname |6 +-
- 1 files changed, 5 insertions(+), 1 deletions(-)
-
-diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
-index 65d1a13..af94262 100644
 a/dhcpcd-hooks/30-hostname
-+++ b/dhcpcd-hooks/30-hostname
-@@ -21,7 +21,11 @@ need_hostname()
- try_hostname()
- {
-   if valid_domainname $1; then
--  hostname $1
-+  if [ -w /proc/sys/kernel/hostname ]; then
-+  echo $1  /proc/sys/kernel/hostname
-+  else
-+  hostname $1
-+  fi
-   else
-   syslog err Invalid hostname: $1
-   fi
--- 
-1.7.5.4
-

Copied: 
dhcpcd/repos/testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
 (from rev 142450, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
===
--- 0001-Set-hostname-via-proc-if-file-is-available.patch   
(rev 0)
+++ 0001-Set-hostname-via-proc-if-file-is-available.patch   2011-11-10 
07:06:35 UTC (rev 142451)
@@ -0,0 +1,33 @@
+From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
+From: Dan McGee d...@archlinux.org
+Date: Sun, 19 Jun 2011 16:04:25 -0500
+Subject: [PATCH] Set hostname via /proc if file is available
+
+On Linux, the hostname can be set via this file if available, precluding
+the need for a `hostname` binary.
+
+Signed-off-by: Dan McGee d...@archlinux.org
+---
+ dhcpcd-hooks/30-hostname |6 +-
+ 1 files changed, 5 insertions(+), 1 deletions(-)
+
+diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
+index 65d1a13..af94262 100644
+--- a/dhcpcd-hooks/30-hostname
 b/dhcpcd-hooks/30-hostname
+@@ -21,7 +21,11 @@ need_hostname()
+ try_hostname()
+ {
+   if valid_domainname $1; then
+-  hostname $1
++  if [ -w /proc/sys/kernel/hostname ]; then
++  echo $1  /proc/sys/kernel/hostname
++  else
++  hostname $1
++  fi
+   else
+   syslog err Invalid hostname: $1
+   fi
+-- 
+1.7.5.4
+

Deleted: 0001-set-MTU-via-sysfs-if-file-is-available.patch
===
--- 0001-set-MTU-via-sysfs-if-file-is-available.patch   2011-11-10 07:04:59 UTC 
(rev 142450)
+++ 0001-set-MTU-via-sysfs-if-file-is-available.patch   2011-11-10 07:06:35 UTC 
(rev 142451)
@@ -1,61 +0,0 @@
-From 950c00d1b183796034d227ef47a90eb248d79b72 Mon Sep 17 00:00:00 2001
-From: Dave Reisner d...@falconindy.com
-Date: Tue, 21 Jun 2011 09:32:47 -0400
-Subject: [PATCH] set MTU via sysfs if file is available
-
-On Linux, a network interface's MTU can be set by writing to
-/sys/class/net/$interface/mtu, which removes the dependency on 

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

2011-11-09 Thread Rémy Oudompheng
Date: Thursday, November 10, 2011 @ 02:30:57
  Author: remy
Revision: 142452

upgpkg: texlive-bin 2011.1-4

Rebuild for libpoppler.so.19

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-10 07:06:35 UTC (rev 142451)
+++ PKGBUILD2011-11-10 07:30:57 UTC (rev 142452)
@@ -4,7 +4,7 @@
 pkgname=texlive-bin
 pkgver=2011.1
 _luatex_ver=0.70.1
-pkgrel=3
+pkgrel=4
 pkgdesc=TeX Live binaries
 license=('GPL')
 arch=('i686' 'x86_64')



[arch-commits] Commit in texlive-bin/repos (14 files)

2011-11-09 Thread Rémy Oudompheng
Date: Thursday, November 10, 2011 @ 02:33:32
  Author: remy
Revision: 142453

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/09-texlive-fonts.conf
(from rev 142452, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 142452, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/archlinux-build.patch
(from rev 142452, texlive-bin/trunk/archlinux-build.patch)
  texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch
(from rev 142452, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 142452, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-i686/texmf.cnf
(from rev 142452, texlive-bin/trunk/texmf.cnf)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/09-texlive-fonts.conf
(from rev 142452, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 142452, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/archlinux-build.patch
(from rev 142452, texlive-bin/trunk/archlinux-build.patch)
  texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch
(from rev 142452, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 142452, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/texmf.cnf
(from rev 142452, texlive-bin/trunk/texmf.cnf)

-+
 staging-i686/09-texlive-fonts.conf  |9 
 staging-i686/PKGBUILD   |  338 +
 staging-i686/archlinux-build.patch  |   40 +
 staging-i686/fix-fontforge-encoding.patch   |   12 
 staging-i686/texlive.install|   18 
 staging-i686/texmf.cnf  |  676 ++
 staging-x86_64/09-texlive-fonts.conf|9 
 staging-x86_64/PKGBUILD |  338 +
 staging-x86_64/archlinux-build.patch|   40 +
 staging-x86_64/fix-fontforge-encoding.patch |   12 
 staging-x86_64/texlive.install  |   18 
 staging-x86_64/texmf.cnf|  676 ++
 12 files changed, 2186 insertions(+)

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