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

2012-02-03 Thread Allan McRae
Date: Friday, February 3, 2012 @ 05:52:42
  Author: allan
Revision: 148525

upgpkg: isl 0.09-1

upstream update

Modified:
  isl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 07:46:00 UTC (rev 148524)
+++ PKGBUILD2012-02-03 10:52:42 UTC (rev 148525)
@@ -2,7 +2,7 @@
 # Maintainer: Allan McRae al...@archlinux.org
 
 pkgname=isl
-pkgver=0.08
+pkgver=0.09
 pkgrel=1
 pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('LGPL2.1')
 options=('!libtool')
 source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('ea6d534348cae97ff9b20ac5ea13d6bc')
+md5sums=('6873f0b3c9f4d1fb8efae4aea53f2ab2')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -29,5 +29,5 @@
   
   # this seems a better place for this file...
   install -dm755 $pkgdir/usr/share/gdb/auto-load/
-  mv $pkgdir/usr/{lib,share/gdb/auto-load}/libisl.so.8.0.0-gdb.py
+  mv $pkgdir/usr/{lib,share/gdb/auto-load}/libisl.so.9.0.0-gdb.py
 }



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

2012-02-03 Thread Allan McRae
Date: Friday, February 3, 2012 @ 05:53:45
  Author: allan
Revision: 148526

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

Added:
  isl/repos/staging-i686/
  isl/repos/staging-i686/PKGBUILD
(from rev 148525, isl/trunk/PKGBUILD)
  isl/repos/staging-x86_64/
  isl/repos/staging-x86_64/PKGBUILD
(from rev 148525, isl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: isl/repos/staging-i686/PKGBUILD (from rev 148525, isl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-03 10:53:45 UTC (rev 148526)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=isl
+pkgver=0.09
+pkgrel=1
+pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
+arch=('i686' 'x86_64')
+url=http://www.kotnet.org/~skimo/isl/;
+license=('LGPL2.1')
+options=('!libtool')
+source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
+md5sums=('6873f0b3c9f4d1fb8efae4aea53f2ab2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir/ install
+  
+  # this seems a better place for this file...
+  install -dm755 $pkgdir/usr/share/gdb/auto-load/
+  mv $pkgdir/usr/{lib,share/gdb/auto-load}/libisl.so.9.0.0-gdb.py
+}

Copied: isl/repos/staging-x86_64/PKGBUILD (from rev 148525, isl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-03 10:53:45 UTC (rev 148526)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=isl
+pkgver=0.09
+pkgrel=1
+pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
+arch=('i686' 'x86_64')
+url=http://www.kotnet.org/~skimo/isl/;
+license=('LGPL2.1')
+options=('!libtool')
+source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
+md5sums=('6873f0b3c9f4d1fb8efae4aea53f2ab2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir/ install
+  
+  # this seems a better place for this file...
+  install -dm755 $pkgdir/usr/share/gdb/auto-load/
+  mv $pkgdir/usr/{lib,share/gdb/auto-load}/libisl.so.9.0.0-gdb.py
+}



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

2012-02-03 Thread Allan McRae
Date: Friday, February 3, 2012 @ 05:54:15
  Author: allan
Revision: 148527

upgpkg: cloog 0.17.0-1

upstream update

Modified:
  cloog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 10:53:45 UTC (rev 148526)
+++ PKGBUILD2012-02-03 10:54:15 UTC (rev 148527)
@@ -3,7 +3,7 @@
 
 pkgname=cloog
 pkgver=0.17.0
-pkgrel=2
+pkgrel=1
 pkgdesc=Library that generates loops for scanning polyhedra
 arch=('i686' 'x86_64')
 url=http://www.bastoul.net/cloog/;



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

2012-02-03 Thread Allan McRae
Date: Friday, February 3, 2012 @ 05:55:17
  Author: allan
Revision: 148528

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

Added:
  cloog/repos/staging-i686/
  cloog/repos/staging-i686/PKGBUILD
(from rev 148527, cloog/trunk/PKGBUILD)
  cloog/repos/staging-x86_64/
  cloog/repos/staging-x86_64/PKGBUILD
(from rev 148527, cloog/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: cloog/repos/staging-i686/PKGBUILD (from rev 148527, 
cloog/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-03 10:55:17 UTC (rev 148528)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=cloog
+pkgver=0.17.0
+pkgrel=1
+pkgdesc=Library that generates loops for scanning polyhedra
+arch=('i686' 'x86_64')
+url=http://www.bastoul.net/cloog/;
+license=('GPL')
+depends=('isl' 'gmp')
+conflicts=('cloog-ppl0.15.10-2')
+options=('!libtool')
+source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
+md5sums=('0aa3302c81f65ca62c114e5264f8a802')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-isl=system --with-gmp=system
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: cloog/repos/staging-x86_64/PKGBUILD (from rev 148527, 
cloog/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-03 10:55:17 UTC (rev 148528)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=cloog
+pkgver=0.17.0
+pkgrel=1
+pkgdesc=Library that generates loops for scanning polyhedra
+arch=('i686' 'x86_64')
+url=http://www.bastoul.net/cloog/;
+license=('GPL')
+depends=('isl' 'gmp')
+conflicts=('cloog-ppl0.15.10-2')
+options=('!libtool')
+source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
+md5sums=('0aa3302c81f65ca62c114e5264f8a802')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-isl=system --with-gmp=system
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 09:41:00
  Author: andyrtr
Revision: 148529

upgpkg: getmail 4.25.0-1

upstream update 4.25.0

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 10:55:17 UTC (rev 148528)
+++ PKGBUILD2012-02-03 14:41:00 UTC (rev 148529)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.24.0
+pkgver=4.25.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('85cf05f692f282c254b14fae9ec236bd')
+md5sums=('ec0be67bc1e472c13201c1e3a0c35e66')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 09:41:27
  Author: andyrtr
Revision: 148530

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 148529, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-03 14:41:00 UTC (rev 148529)
+++ PKGBUILD2012-02-03 14:41:27 UTC (rev 148530)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Committer: Manolis Tzanidakis mano...@archlinux.org
-
-pkgname=getmail
-pkgver=4.24.0
-pkgrel=1
-pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
-arch=(any)
-url=http://pyropus.ca/software/getmail;
-license=(GPL)
-depends=('python2')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('85cf05f692f282c254b14fae9ec236bd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  # fix some broken shebang calls
-  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
-  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 148529, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-03 14:41:27 UTC (rev 148530)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Committer: Manolis Tzanidakis mano...@archlinux.org
+
+pkgname=getmail
+pkgver=4.25.0
+pkgrel=1
+pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
+arch=(any)
+url=http://pyropus.ca/software/getmail;
+license=(GPL)
+depends=('python2')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('ec0be67bc1e472c13201c1e3a0c35e66')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  # fix some broken shebang calls
+  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
+  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
+}



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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 09:50:54
  Author: andyrtr
Revision: 148531

upgpkg: gnupg 1.4.12-1

upstream update 1.4.12

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 14:41:27 UTC (rev 148530)
+++ PKGBUILD2012-02-03 14:50:54 UTC (rev 148531)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke andyrtr at archlinux.org
 # Committer: Judd Vinet jvi...@zeroflux.org
 pkgname=gnupg
-pkgver=1.4.11
-pkgrel=3
+pkgver=1.4.12
+pkgrel=1
 pkgdesc=GNU Privacy Guard - a PGP replacement tool
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -11,7 +11,7 @@
 
source=(ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg/$pkgname-$pkgver.tar.bz2)
 install=gnupg.install
 url=http://www.gnupg.org/;
-md5sums=('411744e1ef8ce90b87938c4203f001f1')
+md5sums=('ce3742e5c7912559cab7894ad8ba7f6b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 09:51:21
  Author: andyrtr
Revision: 148532

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 148531, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/gnupg.install
(from rev 148531, gnupg/trunk/gnupg.install)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 148531, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/gnupg.install
(from rev 148531, gnupg/trunk/gnupg.install)

--+
 testing-i686/PKGBUILD|   36 
 testing-i686/gnupg.install   |   21 +
 testing-x86_64/PKGBUILD  |   36 
 testing-x86_64/gnupg.install |   21 +
 4 files changed, 114 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 148531, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-03 14:51:21 UTC (rev 148532)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke andyrtr at archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+pkgname=gnupg
+pkgver=1.4.12
+pkgrel=1
+pkgdesc=GNU Privacy Guard - a PGP replacement tool
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'bzip2' 'libldap=2.4.18' 'libusb-compat' 'curl=7.16.2' 
'readline=6.0.00')
+source=(ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg/$pkgname-$pkgver.tar.bz2)
+install=gnupg.install
+url=http://www.gnupg.org/;
+md5sums=('ce3742e5c7912559cab7894ad8ba7f6b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --enable-noexecstack
+  make
+  #ln -s ${pkgname}-${pkgver}/scripts .. # seems obsolete now
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check #All 27 tests passed
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # fix fileconflict with gnupg2 pkg
+  rm ${pkgdir}/usr/share/man/man1/gpg-zip.1
+}

Copied: gnupg/repos/testing-i686/gnupg.install (from rev 148531, 
gnupg/trunk/gnupg.install)
===
--- testing-i686/gnupg.install  (rev 0)
+++ testing-i686/gnupg.install  2012-02-03 14:51:21 UTC (rev 148532)
@@ -0,0 +1,21 @@
+info_dir=/usr/share/info
+info_files=(gnupg1.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 
/dev/null
+  done
+}
+# vim:set ts=2 sw=2 et:

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 148531, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-03 14:51:21 UTC (rev 148532)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke andyrtr at archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+pkgname=gnupg
+pkgver=1.4.12
+pkgrel=1
+pkgdesc=GNU Privacy Guard - a PGP replacement tool
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'bzip2' 'libldap=2.4.18' 'libusb-compat' 'curl=7.16.2' 
'readline=6.0.00')
+source=(ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg/$pkgname-$pkgver.tar.bz2)
+install=gnupg.install
+url=http://www.gnupg.org/;
+md5sums=('ce3742e5c7912559cab7894ad8ba7f6b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --enable-noexecstack
+  make
+  #ln -s ${pkgname}-${pkgver}/scripts .. # seems obsolete now
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check #All 27 tests passed
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # fix fileconflict with gnupg2 pkg
+  rm ${pkgdir}/usr/share/man/man1/gpg-zip.1
+}

Copied: gnupg/repos/testing-x86_64/gnupg.install (from rev 148531, 
gnupg/trunk/gnupg.install)
===
--- testing-x86_64/gnupg.install(rev 0)
+++ testing-x86_64/gnupg.install2012-02-03 14:51:21 UTC (rev 148532)
@@ -0,0 +1,21 @@
+info_dir=/usr/share/info
+info_files=(gnupg1.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do

[arch-commits] Commit in cheese/repos (8 files)

2012-02-03 Thread Ionut Biru
Date: Friday, February 3, 2012 @ 10:37:59
  Author: ibiru
Revision: 148533

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

Added:
  cheese/repos/extra-i686/PKGBUILD
(from rev 148532, cheese/trunk/PKGBUILD)
  cheese/repos/extra-i686/cheese.install
(from rev 148532, cheese/trunk/cheese.install)
  cheese/repos/extra-x86_64/PKGBUILD
(from rev 148532, cheese/trunk/PKGBUILD)
  cheese/repos/extra-x86_64/cheese.install
(from rev 148532, cheese/trunk/cheese.install)
Deleted:
  cheese/repos/extra-i686/PKGBUILD
  cheese/repos/extra-i686/cheese.install
  cheese/repos/extra-x86_64/PKGBUILD
  cheese/repos/extra-x86_64/cheese.install

-+
 extra-i686/PKGBUILD |   64 +-
 extra-i686/cheese.install   |   40 +-
 extra-x86_64/PKGBUILD   |   64 +-
 extra-x86_64/cheese.install |   40 +-
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-03 14:51:21 UTC (rev 148532)
+++ extra-i686/PKGBUILD 2012-02-03 15:37:59 UTC (rev 148533)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=cheese
-pkgver=3.2.1
-pkgrel=1
-pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 
'clutter-gst'
- 'clutter-gtk' 'mx' 'libgee' 'gnome-video-effects' 
'hicolor-icon-theme' 'dconf')
-makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-url=http://www.gnome.org/projects/cheese/;
-install=cheese.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0abc54aeaf1cec931b8a6e148f40341be4b2bc0e9a1164eba4fef7989499059c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: cheese/repos/extra-i686/PKGBUILD (from rev 148532, 
cheese/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-03 15:37:59 UTC (rev 148533)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 
'clutter-gst'
+ 'clutter-gtk' 'mx' 'libgee' 'gnome-video-effects' 
'hicolor-icon-theme' 'dconf')
+makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org/projects/cheese/;
+install=cheese.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8f050b03365310d739c54e48c8c62f8e2d6d9a028fed3eb3c8da4c7654a9009a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/cheese.install
===
--- extra-i686/cheese.install   2012-02-03 14:51:21 UTC (rev 148532)
+++ extra-i686/cheese.install   2012-02-03 15:37:59 UTC (rev 148533)
@@ -1,20 +0,0 @@
-pkgname=cheese
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-   if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-   usr/sbin/gconfpkg --uninstall $pkgname
-   fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: cheese/repos/extra-i686/cheese.install (from rev 148532, 
cheese/trunk/cheese.install)
===
--- extra-i686/cheese.install   (rev 0)
+++ extra-i686/cheese.install   2012-02-03 15:37:59 UTC (rev 148533)
@@ -0,0 +1,20 @@
+pkgname=cheese
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+   

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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 10:53:04
  Author: andyrtr
Revision: 148534

upgpkg: inputproto 2.1.99.5-1

upstream prerelease 2.1.99.5; add asciidoc makedep to create the doc files

Modified:
  inputproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 15:37:59 UTC (rev 148533)
+++ PKGBUILD2012-02-03 15:53:04 UTC (rev 148534)
@@ -2,20 +2,24 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=inputproto
-pkgver=2.0.2
+pkgver=2.1.99.5
 pkgrel=1
 pkgdesc=X11 Input extension wire protocol
 arch=(any)
 license=('custom')
 url=http://xorg.freedesktop.org/;
-makedepends=('xorg-util-macros')
+makedepends=('xorg-util-macros' 'asciidoc')
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a34c01c67aa2ed9058ff19ace0041978b1d8d711')
+sha1sums=('cfc5c69a47a7fe4eb1349c08d09c209087b1a9e3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}



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

2012-02-03 Thread Ionut Biru
Date: Friday, February 3, 2012 @ 10:53:43
  Author: ibiru
Revision: 148535

update to 2.14.2

Modified:
  gthumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 15:53:04 UTC (rev 148534)
+++ PKGBUILD2012-02-03 15:53:43 UTC (rev 148535)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Kieslich tob...@justdreams.de
 
 pkgname=gthumb
-pkgver=2.14.1
-pkgrel=2
+pkgver=2.14.2
+pkgrel=1
 pkgdesc=Image browser and viewer for the GNOME Desktop
 arch=(i686 x86_64)
 license=('GPL')
@@ -14,21 +14,21 @@
 optdepends=('gstreamer0.10-base: video support')
 options=('!libtool' '!emptydirs')
 install=gthumb.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('002a662273189348871ff7c717fb3c776f5570656389e3d6c5b26bffa11f')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5386e50e934c7f276584a6c47d0208f4756cf72e0dc6cff19eaf9d8a3ab53d7c')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
 
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gthumb ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain gthumb $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
 }



[arch-commits] Commit in gthumb/repos (8 files)

2012-02-03 Thread Ionut Biru
Date: Friday, February 3, 2012 @ 10:54:44
  Author: ibiru
Revision: 148536

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

Added:
  gthumb/repos/testing-i686/PKGBUILD
(from rev 148535, gthumb/trunk/PKGBUILD)
  gthumb/repos/testing-i686/gthumb.install
(from rev 148535, gthumb/trunk/gthumb.install)
  gthumb/repos/testing-x86_64/PKGBUILD
(from rev 148535, gthumb/trunk/PKGBUILD)
  gthumb/repos/testing-x86_64/gthumb.install
(from rev 148535, gthumb/trunk/gthumb.install)
Deleted:
  gthumb/repos/testing-i686/PKGBUILD
  gthumb/repos/testing-i686/gthumb.install
  gthumb/repos/testing-x86_64/PKGBUILD
  gthumb/repos/testing-x86_64/gthumb.install

---+
 testing-i686/PKGBUILD |   68 
 testing-i686/gthumb.install   |   48 ++--
 testing-x86_64/PKGBUILD   |   68 
 testing-x86_64/gthumb.install |   48 ++--
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-02-03 15:53:43 UTC (rev 148535)
+++ testing-i686/PKGBUILD   2012-02-03 15:54:44 UTC (rev 148536)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=gthumb
-pkgver=2.14.1
-pkgrel=2
-pkgdesc=Image browser and viewer for the GNOME Desktop
-arch=(i686 x86_64)
-license=('GPL')
-url=http://gthumb.sourceforge.net/;
-depends=('desktop-file-utils' 'libunique' 'gconf' 'exiv2' 'libsoup-gnome' 
'clutter-gtk2' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils' 'libsm' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base: video support')
-options=('!libtool' '!emptydirs')
-install=gthumb.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('002a662273189348871ff7c717fb3c776f5570656389e3d6c5b26bffa11f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gthumb ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gthumb/repos/testing-i686/PKGBUILD (from rev 148535, 
gthumb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-03 15:54:44 UTC (rev 148536)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gthumb
+pkgver=2.14.2
+pkgrel=1
+pkgdesc=Image browser and viewer for the GNOME Desktop
+arch=(i686 x86_64)
+license=('GPL')
+url=http://gthumb.sourceforge.net/;
+depends=('desktop-file-utils' 'libunique' 'gconf' 'exiv2' 'libsoup-gnome' 
'clutter-gtk2' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils' 'libsm' 'gstreamer0.10-base')
+optdepends=('gstreamer0.10-base: video support')
+options=('!libtool' '!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5386e50e934c7f276584a6c47d0208f4756cf72e0dc6cff19eaf9d8a3ab53d7c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain gthumb $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Deleted: testing-i686/gthumb.install
===
--- testing-i686/gthumb.install 2012-02-03 15:53:43 UTC (rev 148535)
+++ testing-i686/gthumb.install 2012-02-03 15:54:44 UTC (rev 148536)
@@ -1,24 +0,0 @@
-pkgname=gthumb
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: gthumb/repos/testing-i686/gthumb.install (from rev 148535, 
gthumb/trunk/gthumb.install)
===
--- 

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

2012-02-03 Thread Ionut Biru
Date: Friday, February 3, 2012 @ 10:57:10
  Author: ibiru
Revision: 148537

uodate to 2.24.5

Modified:
  libgnomeui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 15:54:44 UTC (rev 148536)
+++ PKGBUILD2012-02-03 15:57:10 UTC (rev 148537)
@@ -2,20 +2,20 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libgnomeui
-pkgver=2.24.4
-pkgrel=2
+pkgver=2.24.5
+pkgrel=1
 pkgdesc=User Interface library for GNOME
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('libbonoboui=2.24.3' 'libgnome-keyring=2.31.92' 'libsm')
+depends=('libbonoboui' 'libgnome-keyring' 'libsm')
 makedepends=('intltool' 'pkg-config')
 options=('!libtool')
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.24/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('a64dcb5af190ec0bfe2ba647ab09a90e4187336fa417d301abfb736be41283b2')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/2.24/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ae352f2495889e65524c979932c909f4629a58e64290fb0c9573225d3c0f')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/libgnomeui
@@ -23,6 +23,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in inputproto/repos (staging-any staging-any/PKGBUILD)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 10:58:06
  Author: andyrtr
Revision: 148538

archrelease: copy trunk to staging-any

Added:
  inputproto/repos/staging-any/
  inputproto/repos/staging-any/PKGBUILD
(from rev 148537, inputproto/trunk/PKGBUILD)

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

Copied: inputproto/repos/staging-any/PKGBUILD (from rev 148537, 
inputproto/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2012-02-03 15:58:06 UTC (rev 148538)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=inputproto
+pkgver=2.1.99.5
+pkgrel=1
+pkgdesc=X11 Input extension wire protocol
+arch=(any)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+makedepends=('xorg-util-macros' 'asciidoc')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('cfc5c69a47a7fe4eb1349c08d09c209087b1a9e3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+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 memcached/trunk (PKGBUILD)

2012-02-03 Thread Dan McGee
Date: Friday, February 3, 2012 @ 10:59:31
  Author: dan
Revision: 148539

upgpkg: memcached 1.4.13-1

Modified:
  memcached/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 15:58:06 UTC (rev 148538)
+++ PKGBUILD2012-02-03 15:59:31 UTC (rev 148539)
@@ -3,7 +3,7 @@
 # Contributor: Michael Irwin 6d6...@gmail.com
 
 pkgname=memcached
-pkgver=1.4.11
+pkgver=1.4.13
 pkgrel=1
 pkgdesc=A distributed memory object caching system
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 memcached.conf
memcached.sh)
 changelog=ChangeLog
-sha256sums=('e3dcc4ff29d2b3f3c66f2b5b95a1bcef0163a65b588d6ba92a56cd6c8d73e83e'
+sha256sums=('cb0b8b87aa57890d2327906a11f2f1b61b8d870c0885b54c61ca46f954f27e29'
 '0e57a0f528b387f1f04f628ec74856c615d82d44f4d6bc041c33b3814ce13d0a'
 '72efa639c5a39c7c14f07cc51731ebbf82299870d9cf31cf3aaa981bc084b4eb')
 



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

2012-02-03 Thread Ionut Biru
Date: Friday, February 3, 2012 @ 10:59:35
  Author: ibiru
Revision: 148540

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

Added:
  libgnomeui/repos/testing-i686/PKGBUILD
(from rev 148538, libgnomeui/trunk/PKGBUILD)
  libgnomeui/repos/testing-x86_64/PKGBUILD
(from rev 148539, libgnomeui/trunk/PKGBUILD)
Deleted:
  libgnomeui/repos/testing-i686/PKGBUILD
  libgnomeui/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-02-03 15:59:31 UTC (rev 148539)
+++ testing-i686/PKGBUILD   2012-02-03 15:59:35 UTC (rev 148540)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libgnomeui
-pkgver=2.24.4
-pkgrel=2
-pkgdesc=User Interface library for GNOME
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libbonoboui=2.24.3' 'libgnome-keyring=2.31.92' 'libsm')
-makedepends=('intltool' 'pkg-config')
-options=('!libtool')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.24/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('a64dcb5af190ec0bfe2ba647ab09a90e4187336fa417d301abfb736be41283b2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/libgnomeui
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libgnomeui/repos/testing-i686/PKGBUILD (from rev 148538, 
libgnomeui/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-03 15:59:35 UTC (rev 148540)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgnomeui
+pkgver=2.24.5
+pkgrel=1
+pkgdesc=User Interface library for GNOME
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libbonoboui' 'libgnome-keyring' 'libsm')
+makedepends=('intltool' 'pkg-config')
+options=('!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/2.24/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ae352f2495889e65524c979932c909f4629a58e64290fb0c9573225d3c0f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/libgnomeui
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-02-03 15:59:31 UTC (rev 148539)
+++ testing-x86_64/PKGBUILD 2012-02-03 15:59:35 UTC (rev 148540)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libgnomeui
-pkgver=2.24.4
-pkgrel=2
-pkgdesc=User Interface library for GNOME
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libbonoboui=2.24.3' 'libgnome-keyring=2.31.92' 'libsm')
-makedepends=('intltool' 'pkg-config')
-options=('!libtool')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.24/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('a64dcb5af190ec0bfe2ba647ab09a90e4187336fa417d301abfb736be41283b2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/libgnomeui
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libgnomeui/repos/testing-x86_64/PKGBUILD (from rev 148539, 
libgnomeui/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-03 15:59:35 UTC (rev 148540)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgnomeui
+pkgver=2.24.5
+pkgrel=1
+pkgdesc=User Interface library for GNOME
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libbonoboui' 'libgnome-keyring' 'libsm')
+makedepends=('intltool' 'pkg-config')
+options=('!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/2.24/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ae352f2495889e65524c979932c909f4629a58e64290fb0c9573225d3c0f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/libgnomeui
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-02-03 Thread Ionut Biru
Date: Friday, February 3, 2012 @ 10:59:51
  Author: ibiru
Revision: 148541

update to 3.32

Modified:
  iso-codes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 15:59:35 UTC (rev 148540)
+++ PKGBUILD2012-02-03 15:59:51 UTC (rev 148541)
@@ -2,23 +2,23 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=iso-codes
-pkgver=3.29
+pkgver=3.32
 pkgrel=1
 pkgdesc=Lists of the country, language, and currency names
 arch=('any')
 url=http://pkg-isocodes.alioth.debian.org/;
 license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('c8c0c18d76cf204ad0da1e61229ea4c7'
- '81b3071ab9d4b40d3af21d0dea415b49')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('32c8e19258796b38af79a15d658e40e7'
+ '01cca4ffe8b31321c12db830be7b2ecd')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} pkgconfigdir=/usr/lib/pkgconfig install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
 }



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

2012-02-03 Thread Dan McGee
Date: Friday, February 3, 2012 @ 11:00:11
  Author: dan
Revision: 148542

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

Added:
  memcached/repos/extra-i686/ChangeLog
(from rev 148540, memcached/trunk/ChangeLog)
  memcached/repos/extra-i686/PKGBUILD
(from rev 148540, memcached/trunk/PKGBUILD)
  memcached/repos/extra-i686/memcached.conf
(from rev 148540, memcached/trunk/memcached.conf)
  memcached/repos/extra-i686/memcached.sh
(from rev 148540, memcached/trunk/memcached.sh)
  memcached/repos/extra-x86_64/ChangeLog
(from rev 148541, memcached/trunk/ChangeLog)
  memcached/repos/extra-x86_64/PKGBUILD
(from rev 148541, memcached/trunk/PKGBUILD)
  memcached/repos/extra-x86_64/memcached.conf
(from rev 148541, memcached/trunk/memcached.conf)
  memcached/repos/extra-x86_64/memcached.sh
(from rev 148541, 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/ChangeLog2012-02-03 15:59:51 UTC (rev 148541)
+++ extra-i686/ChangeLog2012-02-03 16:00:11 UTC (rev 148542)
@@ -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 148540, 
memcached/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-02-03 16:00:11 UTC (rev 148542)
@@ -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 2012-02-03 15:59:51 UTC (rev 148541)
+++ extra-i686/PKGBUILD 2012-02-03 16:00:11 UTC (rev 148542)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Michael Irwin 6d6...@gmail.com
-
-pkgname=memcached
-pkgver=1.4.11
-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=('e3dcc4ff29d2b3f3c66f2b5b95a1bcef0163a65b588d6ba92a56cd6c8d73e83e'
-'0e57a0f528b387f1f04f628ec74856c615d82d44f4d6bc041c33b3814ce13d0a'
-'72efa639c5a39c7c14f07cc51731ebbf82299870d9cf31cf3aaa981bc084b4eb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make 

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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 11:06:58
  Author: andyrtr
Revision: 148543

upgpkg: libpciaccess 0.12.902-1

upstream prerelease 0.12.902

Modified:
  libpciaccess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 16:00:11 UTC (rev 148542)
+++ PKGBUILD2012-02-03 16:06:58 UTC (rev 148543)
@@ -1,8 +1,9 @@
 # $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Alexander Baldeck alexan...@archlinux.org
+
 pkgname=libpciaccess
-pkgver=0.12.1
+pkgver=0.12.902
 pkgrel=1
 pkgdesc=X11 PCI access library
 arch=(i686 x86_64)
@@ -12,12 +13,15 @@
 makedepends=('pkgconfig' 'xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4933bda545df37395e57ff6b4bd61e17a5431770')
+sha1sums=('e605bb4f12ba16246567dc4eae654ec0ed6c3324')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc
   make
+}
+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 libpciaccess/repos (4 files)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 11:07:28
  Author: andyrtr
Revision: 148544

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

Added:
  libpciaccess/repos/staging-i686/
  libpciaccess/repos/staging-i686/PKGBUILD
(from rev 148543, libpciaccess/trunk/PKGBUILD)
  libpciaccess/repos/staging-x86_64/
  libpciaccess/repos/staging-x86_64/PKGBUILD
(from rev 148543, libpciaccess/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   28 
 staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: libpciaccess/repos/staging-i686/PKGBUILD (from rev 148543, 
libpciaccess/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-03 16:07:28 UTC (rev 148544)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libpciaccess
+pkgver=0.12.902
+pkgrel=1
+pkgdesc=X11 PCI access library
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('pkgconfig' 'xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('e605bb4f12ba16246567dc4eae654ec0ed6c3324')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+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: libpciaccess/repos/staging-x86_64/PKGBUILD (from rev 148543, 
libpciaccess/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-03 16:07:28 UTC (rev 148544)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libpciaccess
+pkgver=0.12.902
+pkgrel=1
+pkgdesc=X11 PCI access library
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('pkgconfig' 'xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('e605bb4f12ba16246567dc4eae654ec0ed6c3324')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+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 iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-03 Thread Ionut Biru
Date: Friday, February 3, 2012 @ 11:07:37
  Author: ibiru
Revision: 148545

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 148544, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-03 16:07:28 UTC (rev 148544)
+++ PKGBUILD2012-02-03 16:07:37 UTC (rev 148545)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=iso-codes
-pkgver=3.29
-pkgrel=1
-pkgdesc=Lists of the country, language, and currency names
-arch=('any')
-url=http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('c8c0c18d76cf204ad0da1e61229ea4c7'
- '81b3071ab9d4b40d3af21d0dea415b49')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} pkgconfigdir=/usr/lib/pkgconfig install
-}

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 148544, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-03 16:07:37 UTC (rev 148545)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=iso-codes
+pkgver=3.32
+pkgrel=1
+pkgdesc=Lists of the country, language, and currency names
+arch=('any')
+url=http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('32c8e19258796b38af79a15d658e40e7'
+ '01cca4ffe8b31321c12db830be7b2ecd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
+}



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

2012-02-03 Thread Ionut Biru
Date: Friday, February 3, 2012 @ 11:14:57
  Author: ibiru
Revision: 148546

update to 0.104

Modified:
  polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 16:07:37 UTC (rev 148545)
+++ PKGBUILD2012-02-03 16:14:57 UTC (rev 148546)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=polkit
-pkgver=0.103
+pkgver=0.104
 pkgrel=1
 pkgdesc=Application development toolkit for controlling system-wide 
privileges
 arch=(i686 x86_64)
@@ -12,18 +12,18 @@
 makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
 replaces=('policykit')
 options=('!libtool')
-source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
+source=(http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.gz
 polkit.pam)
-md5sums=('aaacf2ef18774ea8a825a426a7cfe763'
+md5sums=('e380b4c6fb1e7bccf854e92edc0a8ce1'
  '6564f95878297b954f0572bc1610dd15')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
   --disable-static --enable-gtk-doc
   make
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=$pkgdir install
 
-  install -m644 ${srcdir}/polkit.pam ${pkgdir}/etc/pam.d/polkit-1
+  install -m644 $srcdir/polkit.pam $pkgdir/etc/pam.d/polkit-1
 }



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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 11:16:56
  Author: andyrtr
Revision: 148547

upgpkg: xcb-proto 1.7-2

upstream release 1.7

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 16:14:57 UTC (rev 148546)
+++ PKGBUILD2012-02-03 16:16:56 UTC (rev 148547)
@@ -4,7 +4,7 @@
 
 pkgname=xcb-proto
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc=XML-XCB protocol descriptions
 arch=(any)
 url=http://xcb.freedesktop.org/;



[arch-commits] Commit in xcb-proto/repos (staging-any staging-any/PKGBUILD)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 11:17:15
  Author: andyrtr
Revision: 148548

archrelease: copy trunk to staging-any

Added:
  xcb-proto/repos/staging-any/
  xcb-proto/repos/staging-any/PKGBUILD
(from rev 148547, xcb-proto/trunk/PKGBUILD)

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

Copied: xcb-proto/repos/staging-any/PKGBUILD (from rev 148547, 
xcb-proto/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2012-02-03 16:17:15 UTC (rev 148548)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=xcb-proto
+pkgver=1.7
+pkgrel=2
+pkgdesc=XML-XCB protocol descriptions
+arch=(any)
+url=http://xcb.freedesktop.org/;
+license=('custom')
+makedepends=('python2' 'libxml2')
+source=($url/dist/$pkgname-$pkgver.tar.bz2)
+sha1sums=('f47772de91394aa9ad8ee8a5b57a71072d438b2b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+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 polkit/repos (8 files)

2012-02-03 Thread Ionut Biru
Date: Friday, February 3, 2012 @ 11:19:24
  Author: ibiru
Revision: 148549

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

Added:
  polkit/repos/extra-i686/PKGBUILD
(from rev 148548, polkit/trunk/PKGBUILD)
  polkit/repos/extra-i686/polkit.pam
(from rev 148548, polkit/trunk/polkit.pam)
  polkit/repos/extra-x86_64/PKGBUILD
(from rev 148548, polkit/trunk/PKGBUILD)
  polkit/repos/extra-x86_64/polkit.pam
(from rev 148548, polkit/trunk/polkit.pam)
Deleted:
  polkit/repos/extra-i686/PKGBUILD
  polkit/repos/extra-i686/polkit.pam
  polkit/repos/extra-x86_64/PKGBUILD
  polkit/repos/extra-x86_64/polkit.pam

-+
 extra-i686/PKGBUILD |   58 +++---
 extra-i686/polkit.pam   |   14 +--
 extra-x86_64/PKGBUILD   |   58 +++---
 extra-x86_64/polkit.pam |   14 +--
 4 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-03 16:17:15 UTC (rev 148548)
+++ extra-i686/PKGBUILD 2012-02-03 16:19:24 UTC (rev 148549)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=polkit
-pkgver=0.103
-pkgrel=1
-pkgdesc=Application development toolkit for controlling system-wide 
privileges
-arch=(i686 x86_64)
-license=('LGPL')
-url=http://www.freedesktop.org/wiki/Software/PolicyKit;
-depends=('glib2' 'pam' 'expat')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-replaces=('policykit')
-options=('!libtool')
-source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
-polkit.pam)
-md5sums=('aaacf2ef18774ea8a825a426a7cfe763'
- '6564f95878297b954f0572bc1610dd15')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
-  --disable-static --enable-gtk-doc
-  make
-  make DESTDIR=${pkgdir} install
-
-  install -m644 ${srcdir}/polkit.pam ${pkgdir}/etc/pam.d/polkit-1
-}

Copied: polkit/repos/extra-i686/PKGBUILD (from rev 148548, 
polkit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-03 16:19:24 UTC (rev 148549)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=polkit
+pkgver=0.104
+pkgrel=1
+pkgdesc=Application development toolkit for controlling system-wide 
privileges
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://www.freedesktop.org/wiki/Software/PolicyKit;
+depends=('glib2' 'pam' 'expat')
+makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
+replaces=('policykit')
+options=('!libtool')
+source=(http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.gz
+polkit.pam)
+md5sums=('e380b4c6fb1e7bccf854e92edc0a8ce1'
+ '6564f95878297b954f0572bc1610dd15')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
+  --disable-static --enable-gtk-doc
+  make
+  make DESTDIR=$pkgdir install
+
+  install -m644 $srcdir/polkit.pam $pkgdir/etc/pam.d/polkit-1
+}

Deleted: extra-i686/polkit.pam
===
--- extra-i686/polkit.pam   2012-02-03 16:17:15 UTC (rev 148548)
+++ extra-i686/polkit.pam   2012-02-03 16:19:24 UTC (rev 148549)
@@ -1,7 +0,0 @@
-authrequisite   pam_nologin.so
-authrequiredpam_env.so
-authrequiredpam_unix.so
-account requiredpam_unix.so
-session requiredpam_limits.so
-session requiredpam_unix.so
-passwordrequiredpam_unix.so

Copied: polkit/repos/extra-i686/polkit.pam (from rev 148548, 
polkit/trunk/polkit.pam)
===
--- extra-i686/polkit.pam   (rev 0)
+++ extra-i686/polkit.pam   2012-02-03 16:19:24 UTC (rev 148549)
@@ -0,0 +1,7 @@
+authrequisite   pam_nologin.so
+authrequiredpam_env.so
+authrequiredpam_unix.so
+account requiredpam_unix.so
+session requiredpam_limits.so
+session requiredpam_unix.so
+passwordrequiredpam_unix.so

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-03 16:17:15 UTC (rev 148548)
+++ extra-x86_64/PKGBUILD   2012-02-03 16:19:24 UTC (rev 148549)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=polkit
-pkgver=0.103
-pkgrel=1
-pkgdesc=Application development toolkit for controlling system-wide 
privileges
-arch=(i686 x86_64)
-license=('LGPL')

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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 11:31:59
  Author: andyrtr
Revision: 148550

upgpkg: libxcb 1.8-2

upstream release 1.8

Modified:
  libxcb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 16:19:24 UTC (rev 148549)
+++ PKGBUILD2012-02-03 16:31:59 UTC (rev 148550)
@@ -4,7 +4,7 @@
 
 pkgname=libxcb
 pkgver=1.8
-pkgrel=1
+pkgrel=2
 pkgdesc=X11 client-side library
 arch=(i686 x86_64)
 url=http://xcb.freedesktop.org/;



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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 11:32:29
  Author: andyrtr
Revision: 148551

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

Added:
  libxcb/repos/staging-i686/
  libxcb/repos/staging-i686/PKGBUILD
(from rev 148550, libxcb/trunk/PKGBUILD)
  libxcb/repos/staging-i686/libxcb-1.1-no-pthread-stubs.patch
(from rev 148550, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
  libxcb/repos/staging-x86_64/
  libxcb/repos/staging-x86_64/PKGBUILD
(from rev 148550, libxcb/trunk/PKGBUILD)
  libxcb/repos/staging-x86_64/libxcb-1.1-no-pthread-stubs.patch
(from rev 148550, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)

--+
 staging-i686/PKGBUILD|   32 +
 staging-i686/libxcb-1.1-no-pthread-stubs.patch   |   12 +++
 staging-x86_64/PKGBUILD  |   32 +
 staging-x86_64/libxcb-1.1-no-pthread-stubs.patch |   12 +++
 4 files changed, 88 insertions(+)

Copied: libxcb/repos/staging-i686/PKGBUILD (from rev 148550, 
libxcb/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-03 16:32:29 UTC (rev 148551)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxcb
+pkgver=1.8
+pkgrel=2
+pkgdesc=X11 client-side library
+arch=(i686 x86_64)
+url=http://xcb.freedesktop.org/;
+depends=('xcb-proto=1.7' 'libxdmcp' 'libxau')
+makedepends=('pkgconfig' 'libxslt' 'python2')
+options=('!libtool')
+license=('custom')
+source=($url/dist/$pkgname-$pkgver.tar.bz2
+libxcb-1.1-no-pthread-stubs.patch)
+sha1sums=('18b76759d5bbb863777f37bf3aec23ebaa31d5be'
+  '3455e84642283bc91c8313af319002a20bbcbdf4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/libxcb-1.1-no-pthread-stubs.patch
+  PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr --enable-xinput
+  make
+}
+
+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: libxcb/repos/staging-i686/libxcb-1.1-no-pthread-stubs.patch (from rev 
148550, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===
--- staging-i686/libxcb-1.1-no-pthread-stubs.patch  
(rev 0)
+++ staging-i686/libxcb-1.1-no-pthread-stubs.patch  2012-02-03 16:32:29 UTC 
(rev 148551)
@@ -0,0 +1,12 @@
+diff -up libxcb-1.1/configure.ac.pthread-stubs libxcb-1.1/configure.ac
+--- libxcb-1.1/configure.ac.pthread-stubs  2007-11-04 18:17:11.0 
-0500
 libxcb-1.1/configure.ac2007-11-12 10:27:06.0 -0500
+@@ -31,7 +31,7 @@ AC_SUBST(HTML_CHECK_RESULT)
+ 
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto = 1.6)
+-NEEDED=pthread-stubs xau = 0.99.2
++NEEDED=xau = 0.99.2
+ PKG_CHECK_MODULES(NEEDED, $NEEDED)
+ 
+ have_xdmcp=no

Copied: libxcb/repos/staging-x86_64/PKGBUILD (from rev 148550, 
libxcb/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-03 16:32:29 UTC (rev 148551)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxcb
+pkgver=1.8
+pkgrel=2
+pkgdesc=X11 client-side library
+arch=(i686 x86_64)
+url=http://xcb.freedesktop.org/;
+depends=('xcb-proto=1.7' 'libxdmcp' 'libxau')
+makedepends=('pkgconfig' 'libxslt' 'python2')
+options=('!libtool')
+license=('custom')
+source=($url/dist/$pkgname-$pkgver.tar.bz2
+libxcb-1.1-no-pthread-stubs.patch)
+sha1sums=('18b76759d5bbb863777f37bf3aec23ebaa31d5be'
+  '3455e84642283bc91c8313af319002a20bbcbdf4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/libxcb-1.1-no-pthread-stubs.patch
+  PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr --enable-xinput
+  make
+}
+
+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: libxcb/repos/staging-x86_64/libxcb-1.1-no-pthread-stubs.patch (from rev 
148550, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===
--- staging-x86_64/libxcb-1.1-no-pthread-stubs.patch
(rev 0)
+++ staging-x86_64/libxcb-1.1-no-pthread-stubs.patch2012-02-03 16:32:29 UTC 
(rev 148551)
@@ -0,0 +1,12 @@
+diff -up libxcb-1.1/configure.ac.pthread-stubs libxcb-1.1/configure.ac
+--- libxcb-1.1/configure.ac.pthread-stubs  2007-11-04 18:17:11.0 
-0500
 

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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 11:34:12
  Author: andyrtr
Revision: 148552

upgpkg: glproto 1.4.15-1

upstream release 1.4.15

Modified:
  glproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 16:32:29 UTC (rev 148551)
+++ PKGBUILD2012-02-03 16:34:12 UTC (rev 148552)
@@ -3,14 +3,14 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=glproto
-pkgver=1.4.14
+pkgver=1.4.15
 pkgrel=1
 pkgdesc=X11 OpenGL extension wire protocol
 arch=(any)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 
source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ab1941ad184a76c023858dd1623edd625d70fc2c')
+sha1sums=('4cee35232f1926312b29d59a94da1c526b01e5c3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in glproto/repos (staging-any staging-any/PKGBUILD)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 11:34:31
  Author: andyrtr
Revision: 148553

archrelease: copy trunk to staging-any

Added:
  glproto/repos/staging-any/
  glproto/repos/staging-any/PKGBUILD
(from rev 148552, glproto/trunk/PKGBUILD)

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

Copied: glproto/repos/staging-any/PKGBUILD (from rev 148552, 
glproto/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2012-02-03 16:34:31 UTC (rev 148553)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=glproto
+pkgver=1.4.15
+pkgrel=1
+pkgdesc=X11 OpenGL extension wire protocol
+arch=(any)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('4cee35232f1926312b29d59a94da1c526b01e5c3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+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 xorg-util-macros/trunk (PKGBUILD)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 11:49:10
  Author: andyrtr
Revision: 148554

upgpkg: xorg-util-macros 1.16.1-1

upstream update 1.16.1

Modified:
  xorg-util-macros/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 16:34:31 UTC (rev 148553)
+++ PKGBUILD2012-02-03 16:49:10 UTC (rev 148554)
@@ -2,14 +2,14 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-util-macros
-pkgver=1.16.0
+pkgver=1.16.1
 pkgrel=1
 pkgdesc=X.Org Autotools macros
 arch=(any)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2)
-sha1sums=('1c08e52ec492df85be49a3b157ec39f7d4e52fa4')
+sha1sums=('56d8a9f67ba0571547a8e8e27f009ed1b4431471')
 
 build() {
   cd ${srcdir}/util-macros-${pkgver}



[arch-commits] Commit in xorg-util-macros/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 11:49:35
  Author: andyrtr
Revision: 148555

archrelease: copy trunk to extra-any

Added:
  xorg-util-macros/repos/extra-any/PKGBUILD
(from rev 148554, xorg-util-macros/trunk/PKGBUILD)
Deleted:
  xorg-util-macros/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-03 16:49:10 UTC (rev 148554)
+++ PKGBUILD2012-02-03 16:49:35 UTC (rev 148555)
@@ -1,28 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-util-macros
-pkgver=1.16.0
-pkgrel=1
-pkgdesc=X.Org Autotools macros
-arch=(any)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2)
-sha1sums=('1c08e52ec492df85be49a3b157ec39f7d4e52fa4')
-
-build() {
-  cd ${srcdir}/util-macros-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/util-macros-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/lib
-  mv ${pkgdir}/usr/share/pkgconfig ${pkgdir}/usr/lib/
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-util-macros/repos/extra-any/PKGBUILD (from rev 148554, 
xorg-util-macros/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-03 16:49:35 UTC (rev 148555)
@@ -0,0 +1,28 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-util-macros
+pkgver=1.16.1
+pkgrel=1
+pkgdesc=X.Org Autotools macros
+arch=(any)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2)
+sha1sums=('56d8a9f67ba0571547a8e8e27f009ed1b4431471')
+
+build() {
+  cd ${srcdir}/util-macros-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/util-macros-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/lib
+  mv ${pkgdir}/usr/share/pkgconfig ${pkgdir}/usr/lib/
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 12:01:41
  Author: andyrtr
Revision: 148556

upgpkg: xorg-xinput 1.5.4-1

upstream release 1.5.4

Modified:
  xorg-xinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 16:49:35 UTC (rev 148555)
+++ PKGBUILD2012-02-03 17:01:41 UTC (rev 148556)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xinput
-pkgver=1.5.3
-pkgrel=2
+pkgver=1.5.4
+pkgrel=1
 pkgdesc=Small commandline tool to configure devices
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -12,12 +12,16 @@
 makedepends=('xorg-util-macros' 'inputproto')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2)
-sha1sums=('70f258279acaa45fb77820ae3f8c2bee9f2d2235')
+sha1sums=('4e77f4034aa4bc720726beb0795d77a47a71d2c8')
 
 build() {
   cd ${srcdir}/xinput-${pkgver}
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd ${srcdir}/xinput-${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 xorg-xinput/repos (4 files)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 12:02:15
  Author: andyrtr
Revision: 148557

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

Added:
  xorg-xinput/repos/staging-i686/
  xorg-xinput/repos/staging-i686/PKGBUILD
(from rev 148556, xorg-xinput/trunk/PKGBUILD)
  xorg-xinput/repos/staging-x86_64/
  xorg-xinput/repos/staging-x86_64/PKGBUILD
(from rev 148556, xorg-xinput/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   28 
 staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: xorg-xinput/repos/staging-i686/PKGBUILD (from rev 148556, 
xorg-xinput/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-03 17:02:15 UTC (rev 148557)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xinput
+pkgver=1.5.4
+pkgrel=1
+pkgdesc=Small commandline tool to configure devices
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxi')
+makedepends=('xorg-util-macros' 'inputproto')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2)
+sha1sums=('4e77f4034aa4bc720726beb0795d77a47a71d2c8')
+
+build() {
+  cd ${srcdir}/xinput-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xinput-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xorg-xinput/repos/staging-x86_64/PKGBUILD (from rev 148556, 
xorg-xinput/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-03 17:02:15 UTC (rev 148557)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xinput
+pkgver=1.5.4
+pkgrel=1
+pkgdesc=Small commandline tool to configure devices
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxi')
+makedepends=('xorg-util-macros' 'inputproto')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2)
+sha1sums=('4e77f4034aa4bc720726beb0795d77a47a71d2c8')
+
+build() {
+  cd ${srcdir}/xinput-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xinput-${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 xorg-xinit/trunk (PKGBUILD)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 12:11:08
  Author: andyrtr
Revision: 148558

upgpkg: xorg-xinit 1.3.2-1

upstream update 1.3.2

Modified:
  xorg-xinit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 17:02:15 UTC (rev 148557)
+++ PKGBUILD2012-02-03 17:11:08 UTC (rev 148558)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xorg-xinit
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
 pkgdesc=X.Org initialisation program 
 arch=('i686' 'x86_64')
 license=('custom')
@@ -23,7 +23,7 @@
 xsession
 xserverrc)
 options=(!emptydirs)
-md5sums=('ee234056d8a3dbf37b61b4bcb35b88e4'
+md5sums=('9c0943cbd83e489ad1b05221b97efd44'
  'abd072ec435ce084cf4e89c58f83d45c'
  '73a597d3fb7f5b9487318ac8cfd4bedf'
  'c7b406c3c5c1e8011b3ac7d6b29c1a2c'



[arch-commits] Commit in xorg-xinit/repos (14 files)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 12:12:06
  Author: andyrtr
Revision: 148559

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

Added:
  xorg-xinit/repos/testing-i686/
  xorg-xinit/repos/testing-i686/06_move_serverauthfile_into_tmp.diff
(from rev 148558, xorg-xinit/trunk/06_move_serverauthfile_into_tmp.diff)
  xorg-xinit/repos/testing-i686/PKGBUILD
(from rev 148558, xorg-xinit/trunk/PKGBUILD)
  xorg-xinit/repos/testing-i686/fs25361.patch
(from rev 148558, xorg-xinit/trunk/fs25361.patch)
  xorg-xinit/repos/testing-i686/xinitrc
(from rev 148558, xorg-xinit/trunk/xinitrc)
  xorg-xinit/repos/testing-i686/xserverrc
(from rev 148558, xorg-xinit/trunk/xserverrc)
  xorg-xinit/repos/testing-i686/xsession
(from rev 148558, xorg-xinit/trunk/xsession)
  xorg-xinit/repos/testing-x86_64/
  xorg-xinit/repos/testing-x86_64/06_move_serverauthfile_into_tmp.diff
(from rev 148558, xorg-xinit/trunk/06_move_serverauthfile_into_tmp.diff)
  xorg-xinit/repos/testing-x86_64/PKGBUILD
(from rev 148558, xorg-xinit/trunk/PKGBUILD)
  xorg-xinit/repos/testing-x86_64/fs25361.patch
(from rev 148558, xorg-xinit/trunk/fs25361.patch)
  xorg-xinit/repos/testing-x86_64/xinitrc
(from rev 148558, xorg-xinit/trunk/xinitrc)
  xorg-xinit/repos/testing-x86_64/xserverrc
(from rev 148558, xorg-xinit/trunk/xserverrc)
  xorg-xinit/repos/testing-x86_64/xsession
(from rev 148558, xorg-xinit/trunk/xsession)

-+
 testing-i686/06_move_serverauthfile_into_tmp.diff   |   20 ++
 testing-i686/PKGBUILD   |   52 ++
 testing-i686/fs25361.patch  |   16 +
 testing-i686/xinitrc|   17 +
 testing-i686/xserverrc  |1 
 testing-i686/xsession   |   10 +++
 testing-x86_64/06_move_serverauthfile_into_tmp.diff |   20 ++
 testing-x86_64/PKGBUILD |   52 ++
 testing-x86_64/fs25361.patch|   16 +
 testing-x86_64/xinitrc  |   17 +
 testing-x86_64/xserverrc|1 
 testing-x86_64/xsession |   10 +++
 12 files changed, 232 insertions(+)

Copied: xorg-xinit/repos/testing-i686/06_move_serverauthfile_into_tmp.diff 
(from rev 148558, xorg-xinit/trunk/06_move_serverauthfile_into_tmp.diff)
===
--- testing-i686/06_move_serverauthfile_into_tmp.diff   
(rev 0)
+++ testing-i686/06_move_serverauthfile_into_tmp.diff   2012-02-03 17:12:06 UTC 
(rev 148559)
@@ -0,0 +1,20 @@
+Move startx auth files in /tmp so they are removed on reboot.
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357736
+The trap patch didn't seem to work on reboot.
+---
+ startx.cpp |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: xinit/startx.cpp
+===
+--- xinit.orig/startx.cpp
 xinit/startx.cpp
+@@ -273,7 +273,7 @@
+ dummy=0
+ 
+ XCOMM create a file with auth information for the server. ':0' is a dummy.
+-xserverauthfile=$HOME/.serverauth.$$
++xserverauthfile=`mktemp -p /tmp serverauth.XX`
+ trap rm -f '$xserverauthfile' HUP INT QUIT ILL TRAP KILL BUS TERM
+ xauth -q -f $xserverauthfile  EOF
+ add :$dummy . $mcookie

Copied: xorg-xinit/repos/testing-i686/PKGBUILD (from rev 148558, 
xorg-xinit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-03 17:12:06 UTC (rev 148559)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xorg-xinit
+pkgver=1.3.2
+pkgrel=1
+pkgdesc=X.Org initialisation program 
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libx11' 'xorg-xauth' 'inetutils')
+makedepends=('xorg-util-macros')
+optdepends=('xorg-twm' 'xterm')
+backup=('etc/skel/.xinitrc'
+'etc/skel/.xsession'
+'etc/X11/xinit/xserverrc'
+'etc/X11/xinit/xinitrc')
+source=(${url}/releases/individual/app/xinit-${pkgver}.tar.bz2
+06_move_serverauthfile_into_tmp.diff
+fs25361.patch
+xinitrc
+xsession
+xserverrc)
+options=(!emptydirs)
+md5sums=('9c0943cbd83e489ad1b05221b97efd44'
+ 'abd072ec435ce084cf4e89c58f83d45c'
+ '73a597d3fb7f5b9487318ac8cfd4bedf'
+ 'c7b406c3c5c1e8011b3ac7d6b29c1a2c'
+ '7873d97db30d6c279ed37e3559e7c59d'
+ 'c5baef10fdb7239594daee72a94ddab3')
+
+build() {
+  cd ${srcdir}/xinit-${pkgver}
+  patch -Np1 -i ${srcdir}/06_move_serverauthfile_into_tmp.diff
+  patch -Np1 -i ${srcdir}/fs25361.patch
+  sed -i -e 

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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 12:14:18
  Author: andyrtr
Revision: 148560

upgpkg: xkeyboard-config 2.5.1-1

upstream update 2.5.1

Modified:
  xkeyboard-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 17:12:06 UTC (rev 148559)
+++ PKGBUILD2012-02-03 17:14:18 UTC (rev 148560)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xkeyboard-config
-pkgver=2.5
+pkgver=2.5.1
 pkgrel=1
 pkgdesc=X keyboard configuration files
 arch=(any)
@@ -14,7 +14,7 @@
 replaces=('xkbdata')
 conflicts=('xkbdata')
 
source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0f50579d34e56d817a1bf7ff26582984dd7262209e9e74862237cfae5a7a2961')
+sha256sums=('eb80e8dc38c389728bfca1f041af7658e7dd67faca8c763de02d5014ffd2cc92')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 12:14:40
  Author: andyrtr
Revision: 148561

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 148560, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-03 17:14:18 UTC (rev 148560)
+++ PKGBUILD2012-02-03 17:14:40 UTC (rev 148561)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xkeyboard-config
-pkgver=2.5
-pkgrel=1
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-depends=('xorg-xkbcomp')
-makedepends=('intltool')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0f50579d34e56d817a1bf7ff26582984dd7262209e9e74862237cfae5a7a2961')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 148560, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-03 17:14:40 UTC (rev 148561)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xkeyboard-config
+pkgver=2.5.1
+pkgrel=1
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+depends=('xorg-xkbcomp')
+makedepends=('intltool')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('eb80e8dc38c389728bfca1f041af7658e7dd67faca8c763de02d5014ffd2cc92')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+   cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 12:24:56
  Author: andyrtr
Revision: 148562

upgpkg: libx11 1.4.99.1-1

upstream prerelease 1.4.99.1

Modified:
  libx11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 17:14:40 UTC (rev 148561)
+++ PKGBUILD2012-02-03 17:24:56 UTC (rev 148562)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libx11
-pkgver=1.4.4
+pkgver=1.4.99.1
 pkgrel=1
 pkgdesc=X11 client-side library
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 xorg.sh
 xorg.csh)
-sha1sums=('2d9d38bfd7003ec60eea0b1999ab72cfd5fa3b90'
+sha1sums=('317e0112926926a52c13f56f71c1ec9e4540cf4d '
   '4b756387426afb2a5bb7a155631ec42348abf5c1'
   '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
 
@@ -22,6 +22,10 @@
   cd ${srcdir}/libX11-${pkgver}
   ./configure --prefix=/usr --disable-static --disable-xf86bigfont
   make
+}
+
+package() {
+  cd ${srcdir}/libX11-${pkgver}
   make check
 }
 



[arch-commits] Commit in libx11/repos (8 files)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 12:25:36
  Author: andyrtr
Revision: 148563

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

Added:
  libx11/repos/staging-i686/
  libx11/repos/staging-i686/PKGBUILD
(from rev 148562, libx11/trunk/PKGBUILD)
  libx11/repos/staging-i686/xorg.csh
(from rev 148562, libx11/trunk/xorg.csh)
  libx11/repos/staging-i686/xorg.sh
(from rev 148562, libx11/trunk/xorg.sh)
  libx11/repos/staging-x86_64/
  libx11/repos/staging-x86_64/PKGBUILD
(from rev 148562, libx11/trunk/PKGBUILD)
  libx11/repos/staging-x86_64/xorg.csh
(from rev 148562, libx11/trunk/xorg.csh)
  libx11/repos/staging-x86_64/xorg.sh
(from rev 148562, libx11/trunk/xorg.sh)

-+
 staging-i686/PKGBUILD   |   41 +
 staging-i686/xorg.csh   |   15 +++
 staging-i686/xorg.sh|   15 +++
 staging-x86_64/PKGBUILD |   41 +
 staging-x86_64/xorg.csh |   15 +++
 staging-x86_64/xorg.sh  |   15 +++
 6 files changed, 142 insertions(+)

Copied: libx11/repos/staging-i686/PKGBUILD (from rev 148562, 
libx11/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-03 17:25:36 UTC (rev 148563)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libx11
+pkgver=1.4.99.1
+pkgrel=1
+pkgdesc=X11 client-side library
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+options=('!libtool')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
+xorg.sh
+xorg.csh)
+sha1sums=('317e0112926926a52c13f56f71c1ec9e4540cf4d '
+  '4b756387426afb2a5bb7a155631ec42348abf5c1'
+  '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
+
+build() {
+  cd ${srcdir}/libX11-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
+  make
+}
+
+package() {
+  cd ${srcdir}/libX11-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/libX11-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/xorg.{sh,csh} ${pkgdir}/etc/profile.d/
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: libx11/repos/staging-i686/xorg.csh (from rev 148562, 
libx11/trunk/xorg.csh)
===
--- staging-i686/xorg.csh   (rev 0)
+++ staging-i686/xorg.csh   2012-02-03 17:25:36 UTC (rev 148563)
@@ -0,0 +1,15 @@
+setenv XDG_DATA_HOME ${HOME}/.local/share
+setenv XDG_CONFIG_HOME ${HOME}/.config
+setenv XDG_CACHE_HOME ${HOME}/.cache
+
+if (! ($?XDG_DATA_DIRS) ) then
+   setenv XDG_DATA_DIRS /usr/share/:/usr/local/share/
+else
+   setenv XDG_DATA_DIRS /usr/share/:/usr/local/share/:${XDG_DATA_DIRS}
+endif
+
+if (! ($?XDG_CONFIG_DIRS) ) then
+   setenv XDG_CONFIG_DIRS /etc/xdg
+else
+   setenv XDG_CONFIG_DIRS /etc/xdg:${XDG_CONFIG_DIRS}
+endif

Copied: libx11/repos/staging-i686/xorg.sh (from rev 148562, 
libx11/trunk/xorg.sh)
===
--- staging-i686/xorg.sh(rev 0)
+++ staging-i686/xorg.sh2012-02-03 17:25:36 UTC (rev 148563)
@@ -0,0 +1,15 @@
+export XDG_DATA_HOME=$HOME/.local/share
+export XDG_CONFIG_HOME=$HOME/.config
+export XDG_CACHE_HOME=$HOME/.cache
+
+if [ -z $XDG_DATA_DIRS ]; then
+   export XDG_DATA_DIRS=/usr/share/:/usr/local/share/
+else
+   export XDG_DATA_DIRS=/usr/share/:/usr/local/share/:$XDG_DATA_DIRS
+fi
+
+if [ -z $XDG_CONFIG_DIRS ]; then
+   export XDG_CONFIG_DIRS=/etc/xdg
+else
+   export XDG_CONFIG_DIRS=/etc/xdg:$XDG_CONFIG_DIRS
+fi

Copied: libx11/repos/staging-x86_64/PKGBUILD (from rev 148562, 
libx11/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-03 17:25:36 UTC (rev 148563)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libx11
+pkgver=1.4.99.1
+pkgrel=1
+pkgdesc=X11 client-side library
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+options=('!libtool')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
+xorg.sh
+xorg.csh)
+sha1sums=('317e0112926926a52c13f56f71c1ec9e4540cf4d '
+  '4b756387426afb2a5bb7a155631ec42348abf5c1'
+  '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
+
+build() {
+  cd ${srcdir}/libX11-${pkgver}
+  ./configure 

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

2012-02-03 Thread Stéphane Gaudreault
Date: Friday, February 3, 2012 @ 12:32:48
  Author: stephane
Revision: 148564

upgpkg: python-logilab-astng 0.23.1-1

upstream update

Modified:
  python-logilab-astng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 17:25:36 UTC (rev 148563)
+++ PKGBUILD2012-02-03 17:32:48 UTC (rev 148564)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr pizzapunk gmail com
 
 pkgname=python-logilab-astng
-pkgver=0.23.0
+pkgver=0.23.1
 pkgrel=1
 pkgdesc=Extend python's abstract syntax tree
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python-logilab-common')
 makedepends=('python2-distribute')
 source=(ftp://ftp.logilab.org/pub/astng/logilab-astng-${pkgver}.tar.gz)
-sha1sums=('24e58f7efc3f0ed8b6643a1fd842f1014e8dc267')
+sha1sums=('cc72ecda206f03df14401f26da4e8806066d3aaf')
 
 build() {
   cd ${srcdir}/logilab-astng-${pkgver}



[arch-commits] Commit in python-logilab-astng/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-03 Thread Stéphane Gaudreault
Date: Friday, February 3, 2012 @ 12:32:56
  Author: stephane
Revision: 148565

archrelease: copy trunk to extra-any

Added:
  python-logilab-astng/repos/extra-any/PKGBUILD
(from rev 148564, python-logilab-astng/trunk/PKGBUILD)
Deleted:
  python-logilab-astng/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-03 17:32:48 UTC (rev 148564)
+++ PKGBUILD2012-02-03 17:32:56 UTC (rev 148565)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=python-logilab-astng
-pkgver=0.23.0
-pkgrel=1
-pkgdesc=Extend python's abstract syntax tree
-arch=('any')
-url=http://www.logilab.org/project/logilab-astng;
-license=('LGPL')
-depends=('python-logilab-common')
-makedepends=('python2-distribute')
-source=(ftp://ftp.logilab.org/pub/astng/logilab-astng-${pkgver}.tar.gz)
-sha1sums=('24e58f7efc3f0ed8b6643a1fd842f1014e8dc267')
-
-build() {
-  cd ${srcdir}/logilab-astng-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/logilab-astng-${pkgver}
-
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
-
-  # Resolve conflict with python-logilab-common
-  rm -f ${pkgdir}/usr/lib/python2.7/site-packages/logilab/__init__.py
-}

Copied: python-logilab-astng/repos/extra-any/PKGBUILD (from rev 148564, 
python-logilab-astng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-03 17:32:56 UTC (rev 148565)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=python-logilab-astng
+pkgver=0.23.1
+pkgrel=1
+pkgdesc=Extend python's abstract syntax tree
+arch=('any')
+url=http://www.logilab.org/project/logilab-astng;
+license=('LGPL')
+depends=('python-logilab-common')
+makedepends=('python2-distribute')
+source=(ftp://ftp.logilab.org/pub/astng/logilab-astng-${pkgver}.tar.gz)
+sha1sums=('cc72ecda206f03df14401f26da4e8806066d3aaf')
+
+build() {
+  cd ${srcdir}/logilab-astng-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/logilab-astng-${pkgver}
+
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
+
+  # Resolve conflict with python-logilab-common
+  rm -f ${pkgdir}/usr/lib/python2.7/site-packages/logilab/__init__.py
+}



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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 12:43:20
  Author: andyrtr
Revision: 148566

upgpkg: mesa 8.0rc2-1

upstream prerelease 8.0-rc2

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 17:32:56 UTC (rev 148565)
+++ PKGBUILD2012-02-03 17:43:20 UTC (rev 148566)
@@ -15,11 +15,11 @@
 pkgver=7.10.99.git20110709
 #pkgver=7.11
   else
-pkgver=8.0rc1
+pkgver=8.0rc2
 fi
 pkgrel=1
 arch=('i686' 'x86_64')
-makedepends=('glproto=1.4.14' 'libdrm=2.4.26' 'libxxf86vm=1.1.1' 
'libxdamage=1.1.3' 'expat=2.0.1' 'libx11=1.4.3' 'libxt=1.1.1' 
+makedepends=('glproto=1.4.15' 'libdrm=2.4.30' 'libxxf86vm=1.1.1' 
'libxdamage=1.1.3' 'expat=2.0.1' 'libx11=1.4.99.1' 'libxt=1.1.1' 
  'gcc-libs=4.6.1' 'dri2proto=2.6' 'python2' 'libxml2' 'imake' 
'llvm' 'udev')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
@@ -30,12 +30,12 @@
source=(${source[@]} 
MesaLib-git${_gitdate}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-ef9f16f6322a89fb699fbe3da868b10f9acaef98.tar.bz2;)
   else
#source=(${source[@]} 
ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2;
-   source=(${source[@]} 
ftp://ftp.freedesktop.org/pub/mesa/8.0/MesaLib-8.0-rc1.tar.bz2;
+   source=(${source[@]} 
ftp://ftp.freedesktop.org/pub/mesa/8.0/MesaLib-8.0-rc2.tar.bz2;
#source=(${source[@]} 
MesaLib-git${_gitdate}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-4464ee1a9aa3745109cee23531e3fb2323234d07.tar.bz2;
 )
 fi
 md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
- 'efcdfe2e686cb47926c2241661687c71')
+ '8fd3c3315b7b394b1225aaab5301f8dd')
 
 build() {
 cd ${srcdir}/?esa-*
@@ -66,8 +66,6 @@
 --enable-gallium-egl --enable-shared-glapi\
 --enable-glx-tls \
 --with-driver=dri \
---enable-xcb \
---disable-glut \
 --enable-gles1 \
 --enable-gles2 \
 --enable-egl \



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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 12:43:53
  Author: andyrtr
Revision: 148567

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

Added:
  mesa/repos/staging-i686/
  mesa/repos/staging-i686/LICENSE
(from rev 148566, mesa/trunk/LICENSE)
  mesa/repos/staging-i686/PKGBUILD
(from rev 148566, mesa/trunk/PKGBUILD)
  mesa/repos/staging-x86_64/
  mesa/repos/staging-x86_64/LICENSE
(from rev 148566, mesa/trunk/LICENSE)
  mesa/repos/staging-x86_64/PKGBUILD
(from rev 148566, mesa/trunk/PKGBUILD)

-+
 staging-i686/LICENSE|   82 
 staging-i686/PKGBUILD   |  300 ++
 staging-x86_64/LICENSE  |   82 
 staging-x86_64/PKGBUILD |  300 ++
 4 files changed, 764 insertions(+)

Copied: mesa/repos/staging-i686/LICENSE (from rev 148566, mesa/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2012-02-03 17:43:53 UTC (rev 148567)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the Software),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/   SGI SGI Free B
+
+demo programs progs/demos/   various see source files
+
+X demos   progs/xdemos/  Brian Paul  see source files
+
+SGI demos progs/samples/ SGI SGI copyright
+
+RedBook demos progs/redbook/ SGI SGI copyright

Copied: mesa/repos/staging-i686/PKGBUILD (from rev 148566, mesa/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-03 17:43:53 UTC (rev 

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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 13:08:00
  Author: andyrtr
Revision: 148568

upgpkg: xorg-server 1.11.99.902-1

upstream prerelease 1.11.99.902 - 1.12rc2

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 17:43:53 UTC (rev 148567)
+++ PKGBUILD2012-02-03 18:08:00 UTC (rev 148568)
@@ -3,12 +3,15 @@
 
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
-pkgver=1.11.4
+pkgver=1.11.99.902
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
-makedepends=('pixman' 'libx11' 'mesa' 'libgl' 'xf86driproto' 'xcmiscproto' 
'xtrans' 'bigreqsproto' 'randrproto' 'inputproto' 'fontsproto' 'videoproto' 
'compositeproto' 'recordproto' 'scrnsaverproto' 'resourceproto' 'xineramaproto' 
'libxkbfile' 'libxfont' 'renderproto' 'libpciaccess' 'libxv' 'xf86dgaproto' 
'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 'libdmx' 'libxtst' 'libxres' 
'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 'dri2proto' 'udev' 
'libgcrypt')
+makedepends=('pixman' 'libx11' 'mesa' 'libgl' 'xf86driproto' 'xcmiscproto' 
'xtrans' 'bigreqsproto' 'randrproto' 'inputproto' 'fontsproto' 'videoproto'
+ 'compositeproto' 'recordproto' 'scrnsaverproto' 'resourceproto' 
'xineramaproto' 'libxkbfile' 'libxfont' 'renderproto' 'libpciaccess'
+ 'libxv' 'xf86dgaproto' 'libxmu' 'libxrender' 'libxi' 'dmxproto' 
'libxaw' 'libdmx' 'libxtst' 'libxres' 'xorg-xkbcomp' 'xorg-util-macros'
+ 'xorg-font-util' 'glproto' 'dri2proto' 'udev' 'libgcrypt')
 options=('!libtool')
 source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2
 autoconfig-nvidia.patch
@@ -18,7 +21,7 @@
 xvfb-run
 xvfb-run.1
 10-quirks.conf)
-md5sums=('256325e9b17dff479d92bed97f6b0adb'
+md5sums=('c1535e351dc73836a9000b7c9bc13112'
  '6c7e87d63ac4b535e19a80c89d0cf091'
  'f8194638ca4872c2b0a67862a70bcebf'
  'f6c84f4936f8e00abdfbd9fb4eda83fb'
@@ -30,7 +33,7 @@
   cd ${srcdir}/${pkgbase}-${pkgver}
 
   # Use nouveau/nv/nvidia drivers for nvidia devices
-  patch -Np1 -i ${srcdir}/autoconfig-nvidia.patch
+#  patch -Np1 -i ${srcdir}/autoconfig-nvidia.patch
 
   # Use unofficial imedia SiS driver for supported SiS devices
   patch -Np0 -i ${srcdir}/autoconfig-sis.patch
@@ -99,6 +102,7 @@
   backup=('etc/X11/xorg.conf.d/10-evdev.conf' 
'etc/X11/xorg.conf.d/10-quirks.conf')
   provides=('x-server')
   groups=('xorg')
+  conflicts=('nvidia-utils=290.10')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install



[arch-commits] Commit in xorg-server/repos (18 files)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 13:09:18
  Author: andyrtr
Revision: 148569

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

Added:
  xorg-server/repos/staging-i686/
  xorg-server/repos/staging-i686/10-quirks.conf
(from rev 148568, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/staging-i686/PKGBUILD
(from rev 148568, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-i686/autoconfig-nvidia.patch
(from rev 148568, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-i686/autoconfig-sis.patch
(from rev 148568, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-i686/git-fixes.patch
(from rev 148568, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/staging-i686/revert-trapezoids.patch
(from rev 148568, xorg-server/trunk/revert-trapezoids.patch)
  xorg-server/repos/staging-i686/xvfb-run
(from rev 148568, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-i686/xvfb-run.1
(from rev 148568, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/staging-x86_64/
  xorg-server/repos/staging-x86_64/10-quirks.conf
(from rev 148568, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/staging-x86_64/PKGBUILD
(from rev 148568, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-x86_64/autoconfig-nvidia.patch
(from rev 148568, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-x86_64/autoconfig-sis.patch
(from rev 148568, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-x86_64/git-fixes.patch
(from rev 148568, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/staging-x86_64/revert-trapezoids.patch
(from rev 148568, xorg-server/trunk/revert-trapezoids.patch)
  xorg-server/repos/staging-x86_64/xvfb-run
(from rev 148568, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-x86_64/xvfb-run.1
(from rev 148568, xorg-server/trunk/xvfb-run.1)

+
 staging-i686/10-quirks.conf|   10 +
 staging-i686/PKGBUILD  |  196 +
 staging-i686/autoconfig-nvidia.patch   |   29 +++
 staging-i686/autoconfig-sis.patch  |   19 ++
 staging-i686/git-fixes.patch   |  161 +
 staging-i686/revert-trapezoids.patch   |  179 +++
 staging-i686/xvfb-run  |  180 +++
 staging-i686/xvfb-run.1|  282 +++
 staging-x86_64/10-quirks.conf  |   10 +
 staging-x86_64/PKGBUILD|  196 +
 staging-x86_64/autoconfig-nvidia.patch |   29 +++
 staging-x86_64/autoconfig-sis.patch|   19 ++
 staging-x86_64/git-fixes.patch |  161 +
 staging-x86_64/revert-trapezoids.patch |  179 +++
 staging-x86_64/xvfb-run|  180 +++
 staging-x86_64/xvfb-run.1  |  282 +++
 16 files changed, 2112 insertions(+)

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


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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 14:33:09
  Author: andyrtr
Revision: 148570

upgpkg: linux-lts 3.0.19-1

upstream update 3.0.19

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 18:09:18 UTC (rev 148569)
+++ PKGBUILD2012-02-03 19:33:09 UTC (rev 148570)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.18
+pkgver=${_basekernel}.19
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -23,7 +23,7 @@
 'change-default-console-loglevel.patch'
 'i915-fix-ghost-tv-output.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '0aa3ef9fc671a4912c36206f2498dc96'
+ '5767439f602877a41d81ee7c9aebbfd6'
  '516780158b2dcf6791edc062674a1e7a'
  '5fee953e4746c31eb7ce8890ce2d24de'
  '21a33df5fba2da2f56e447fb171f02c0'



[arch-commits] Commit in linux-lts/repos (32 files)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 14:34:52
  Author: andyrtr
Revision: 148571

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

Added:
  linux-lts/repos/testing-i686/CVE-2012-0056.patch
(from rev 148570, linux-lts/trunk/CVE-2012-0056.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 148570, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 148570, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 148570, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 148570, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 148570, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 148570, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 148570, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/CVE-2012-0056.patch
(from rev 148570, linux-lts/trunk/CVE-2012-0056.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 148570, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 148570, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 148570, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 148570, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 148570, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 148570, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 148570, linux-lts/trunk/linux-lts.preset)
Deleted:
  linux-lts/repos/testing-i686/CVE-2012-0056.patch
  linux-lts/repos/testing-i686/PKGBUILD
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
  linux-lts/repos/testing-i686/config
  linux-lts/repos/testing-i686/config.x86_64
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
  linux-lts/repos/testing-i686/linux-lts.install
  linux-lts/repos/testing-i686/linux-lts.preset
  linux-lts/repos/testing-x86_64/CVE-2012-0056.patch
  linux-lts/repos/testing-x86_64/PKGBUILD
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/testing-x86_64/config
  linux-lts/repos/testing-x86_64/config.x86_64
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
  linux-lts/repos/testing-x86_64/linux-lts.install
  linux-lts/repos/testing-x86_64/linux-lts.preset

--+
 testing-i686/CVE-2012-0056.patch |  538 
 testing-i686/PKGBUILD|  546 
 testing-i686/change-default-console-loglevel.patch   |   24 
 testing-i686/config  |11664 -
 testing-i686/config.x86_64   |11142 
 testing-i686/i915-fix-ghost-tv-output.patch  |   52 
 testing-i686/linux-lts.install   |  124 
 testing-i686/linux-lts.preset|   28 
 testing-x86_64/CVE-2012-0056.patch   |  538 
 testing-x86_64/PKGBUILD  |  546 
 testing-x86_64/change-default-console-loglevel.patch |   24 
 testing-x86_64/config|11664 -
 testing-x86_64/config.x86_64 |11142 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   52 
 testing-x86_64/linux-lts.install |  124 
 testing-x86_64/linux-lts.preset  |   28 
 16 files changed, 24118 insertions(+), 24118 deletions(-)

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


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

2012-02-03 Thread Eric Bélanger
Date: Friday, February 3, 2012 @ 15:14:34
  Author: eric
Revision: 148572

upgpkg: racket 5.2.1-1

Upstream update

Modified:
  racket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 19:34:52 UTC (rev 148571)
+++ PKGBUILD2012-02-03 20:14:34 UTC (rev 148572)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=racket
-pkgver=5.2
-pkgrel=2
+pkgver=5.2.1
+pkgrel=1
 pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
 arch=('i686' 'x86_64')
 url=http://racket-lang.org/;
@@ -14,7 +14,7 @@
 install=racket.install
 
source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
 drracket.desktop)
-sha1sums=('f88007c12d7e5f2773b122d3652c8cd1d15da8c3'
+sha1sums=('a4ea408818236f8eaf937291dd641fd73a997793'
   'a20808f6b250225704856f82a544681a962a299d')
 
 build() {



[arch-commits] Commit in racket/repos (12 files)

2012-02-03 Thread Eric Bélanger
Date: Friday, February 3, 2012 @ 15:15:23
  Author: eric
Revision: 148573

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

Added:
  racket/repos/extra-i686/PKGBUILD
(from rev 148572, racket/trunk/PKGBUILD)
  racket/repos/extra-i686/drracket.desktop
(from rev 148572, racket/trunk/drracket.desktop)
  racket/repos/extra-i686/racket.install
(from rev 148572, racket/trunk/racket.install)
  racket/repos/extra-x86_64/PKGBUILD
(from rev 148572, racket/trunk/PKGBUILD)
  racket/repos/extra-x86_64/drracket.desktop
(from rev 148572, racket/trunk/drracket.desktop)
  racket/repos/extra-x86_64/racket.install
(from rev 148572, racket/trunk/racket.install)
Deleted:
  racket/repos/extra-i686/PKGBUILD
  racket/repos/extra-i686/drracket.desktop
  racket/repos/extra-i686/racket.install
  racket/repos/extra-x86_64/PKGBUILD
  racket/repos/extra-x86_64/drracket.desktop
  racket/repos/extra-x86_64/racket.install

---+
 extra-i686/PKGBUILD   |   64 
 extra-i686/drracket.desktop   |   18 +--
 extra-i686/racket.install |   22 ++---
 extra-x86_64/PKGBUILD |   64 
 extra-x86_64/drracket.desktop |   18 +--
 extra-x86_64/racket.install   |   22 ++---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-03 20:14:34 UTC (rev 148572)
+++ extra-i686/PKGBUILD 2012-02-03 20:15:23 UTC (rev 148573)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=racket
-pkgver=5.2
-pkgrel=2
-pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
-arch=('i686' 'x86_64')
-url=http://racket-lang.org/;
-license=('LGPL')
-depends=('gtk2' 'desktop-file-utils')
-makedepends=('gsfonts')
-options=('!libtool' '!strip')
-install=racket.install
-source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
-drracket.desktop)
-sha1sums=('f88007c12d7e5f2773b122d3652c8cd1d15da8c3'
-  'a20808f6b250225704856f82a544681a962a299d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/src
-  [ $CARCH == x86_64 ]  export CFLAGS+=-fPIC
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/src
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ../collects/icons/plt.xpm 
${pkgdir}/usr/share/pixmaps/drracket.xpm
-  install -D -m644 ${srcdir}/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
-}

Copied: racket/repos/extra-i686/PKGBUILD (from rev 148572, 
racket/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-03 20:15:23 UTC (rev 148573)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=racket
+pkgver=5.2.1
+pkgrel=1
+pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
+arch=('i686' 'x86_64')
+url=http://racket-lang.org/;
+license=('LGPL')
+depends=('gtk2' 'desktop-file-utils')
+makedepends=('gsfonts')
+options=('!libtool' '!strip')
+install=racket.install
+source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
+drracket.desktop)
+sha1sums=('a4ea408818236f8eaf937291dd641fd73a997793'
+  'a20808f6b250225704856f82a544681a962a299d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+  [ $CARCH == x86_64 ]  export CFLAGS+=-fPIC
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ../collects/icons/plt.xpm 
${pkgdir}/usr/share/pixmaps/drracket.xpm
+  install -D -m644 ${srcdir}/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
+}

Deleted: extra-i686/drracket.desktop
===
--- extra-i686/drracket.desktop 2012-02-03 20:14:34 UTC (rev 148572)
+++ extra-i686/drracket.desktop 2012-02-03 20:15:23 UTC (rev 148573)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=DrRacket
-GenericName=IDE for Racket
-Comment=DrRacket is an interactive, integrated, graphical programming 
environment for the Racket programming languages.
-Exec=drracket
-Terminal=false
-Type=Application
-Categories=Education;Development;
-Icon=drracket

Copied: racket/repos/extra-i686/drracket.desktop (from rev 148572, 
racket/trunk/drracket.desktop)
===
--- extra-i686/drracket.desktop (rev 0)
+++ extra-i686/drracket.desktop 2012-02-03 20:15:23 UTC (rev 148573)
@@ -0,0 +1,9 @@
+[Desktop 

[arch-commits] Commit in gcc/trunk (PKGBUILD gcc-4.6.2-cloog-0.17.patch)

2012-02-03 Thread Allan McRae
Date: Friday, February 3, 2012 @ 16:31:43
  Author: allan
Revision: 148574

upgpkg: gcc 4.6.2-7

libisl and cloog soname bump rebuild

Added:
  gcc/trunk/gcc-4.6.2-cloog-0.17.patch
Modified:
  gcc/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 gcc-4.6.2-cloog-0.17.patch |   36 
 2 files changed, 44 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 20:15:23 UTC (rev 148573)
+++ PKGBUILD2012-02-03 21:31:43 UTC (rev 148574)
@@ -6,7 +6,7 @@
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
 pkgver=4.6.2
-pkgrel=6
+pkgrel=7
 _snapshot=4.6-20120120
 _libstdcppmanver=20111215  # Note: check source directory name 
when updating this
 pkgdesc=The GNU Compiler Collection
@@ -20,11 +20,13 @@

ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2

ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-man.${_libstdcppmanver}.tar.bz2
gcc_pure64.patch
-   gcc-hash-style-both.patch)
+   gcc-hash-style-both.patch
+   gcc-4.6.2-cloog-0.17.patch)
 md5sums=('f7ca5d9f7a07216577f81318b7cf56ef'
  '450772ce32daed97d7383199f8797f33'
  '4030ee1c08dd1e843c0225b772360e76'
- '4df25b623799b148a0703eaeec8fdf3f')
+ '4df25b623799b148a0703eaeec8fdf3f'
+ '6d9939a2e667376031679ac9f9c49263')
 
 if [ -n ${_snapshot} ]; then
   _basedir=${srcdir}/gcc-${_snapshot}
@@ -46,6 +48,9 @@
   fi
   patch -Np0 -i ${srcdir}/gcc-hash-style-both.patch
 
+  # compatibility with latest cloog
+  patch -Np1 -i ${srcdir}/gcc-4.6.2-cloog-0.17.patch
+
   echo ${pkgver}  gcc/BASE-VER
 
   cd ${srcdir}

Added: gcc-4.6.2-cloog-0.17.patch
===
--- gcc-4.6.2-cloog-0.17.patch  (rev 0)
+++ gcc-4.6.2-cloog-0.17.patch  2012-02-03 21:31:43 UTC (rev 148574)
@@ -0,0 +1,36 @@
+diff -Naur gcc-4.6-20120120-orig/configure gcc-4.6-20120120/configure
+--- gcc-4.6-20120120-orig/configure2011-12-18 20:03:44.0 +1000
 gcc-4.6-20120120/configure 2012-02-03 17:55:14.885990135 +1000
+@@ -6049,8 +6049,8 @@
+ LDFLAGS=${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}
+ 
+ if test ${cloog_org} = yes ; then
+-  { $as_echo $as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of 
CLooG 5
+-$as_echo_n checking for version 0.16.1 of CLooG...  6; }
++  { $as_echo $as_me:${as_lineno-$LINENO}: checking for version 0.17 of 
CLooG 5
++$as_echo_n checking for version 0.17 of CLooG...  6; }
+ if test ${gcc_cv_cloog_ct_0_14_0+set} = set; then :
+   $as_echo_n (cached)  6
+ else
+@@ -6061,8 +6061,7 @@
+ main ()
+ {
+ #if CLOOG_VERSION_MAJOR != 0 \
+-|| CLOOG_VERSION_MINOR != 16 \
+-|| CLOOG_VERSION_REVISION  1
++|| CLOOG_VERSION_MINOR != 17
+ choke me
+#endif
+   ;
+diff -Naur gcc-4.6-20120120-orig/gcc/graphite-clast-to-gimple.c 
gcc-4.6-20120120/gcc/graphite-clast-to-gimple.c
+--- gcc-4.6-20120120-orig/gcc/graphite-clast-to-gimple.c   2011-03-13 
08:05:38.0 +1000
 gcc-4.6-20120120/gcc/graphite-clast-to-gimple.c2012-02-03 
17:51:47.943463879 +1000
+@@ -1367,7 +1367,7 @@
+   /* Change cloog output language to C.  If we do use FORTRAN instead, cloog
+  will stop e.g. with ERROR: unbounded loops not allowed in FORTRAN., if
+  we pass an incomplete program to cloog.  */
+-  options-language = LANGUAGE_C;
++  options-language = CLOOG_LANGUAGE_C;
+ 
+   /* Enable complex equality spreading: removes dummy statements
+  (assignments) in the generated code which repeats the



[arch-commits] Commit in gcc/repos (20 files)

2012-02-03 Thread Allan McRae
Date: Friday, February 3, 2012 @ 16:59:18
  Author: allan
Revision: 148575

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

Added:
  gcc/repos/staging-i686/
  gcc/repos/staging-i686/PKGBUILD
(from rev 148574, gcc/trunk/PKGBUILD)
  gcc/repos/staging-i686/gcc-4.6.2-cloog-0.17.patch
(from rev 148574, gcc/trunk/gcc-4.6.2-cloog-0.17.patch)
  gcc/repos/staging-i686/gcc-ada.install
(from rev 148574, gcc/trunk/gcc-ada.install)
  gcc/repos/staging-i686/gcc-fortran.install
(from rev 148574, gcc/trunk/gcc-fortran.install)
  gcc/repos/staging-i686/gcc-go.install
(from rev 148574, gcc/trunk/gcc-go.install)
  gcc/repos/staging-i686/gcc-hash-style-both.patch
(from rev 148574, gcc/trunk/gcc-hash-style-both.patch)
  gcc/repos/staging-i686/gcc-libs.install
(from rev 148574, gcc/trunk/gcc-libs.install)
  gcc/repos/staging-i686/gcc.install
(from rev 148574, gcc/trunk/gcc.install)
  gcc/repos/staging-i686/gcc_pure64.patch
(from rev 148574, gcc/trunk/gcc_pure64.patch)
  gcc/repos/staging-x86_64/
  gcc/repos/staging-x86_64/PKGBUILD
(from rev 148574, gcc/trunk/PKGBUILD)
  gcc/repos/staging-x86_64/gcc-4.6.2-cloog-0.17.patch
(from rev 148574, gcc/trunk/gcc-4.6.2-cloog-0.17.patch)
  gcc/repos/staging-x86_64/gcc-ada.install
(from rev 148574, gcc/trunk/gcc-ada.install)
  gcc/repos/staging-x86_64/gcc-fortran.install
(from rev 148574, gcc/trunk/gcc-fortran.install)
  gcc/repos/staging-x86_64/gcc-go.install
(from rev 148574, gcc/trunk/gcc-go.install)
  gcc/repos/staging-x86_64/gcc-hash-style-both.patch
(from rev 148574, gcc/trunk/gcc-hash-style-both.patch)
  gcc/repos/staging-x86_64/gcc-libs.install
(from rev 148574, gcc/trunk/gcc-libs.install)
  gcc/repos/staging-x86_64/gcc.install
(from rev 148574, gcc/trunk/gcc.install)
  gcc/repos/staging-x86_64/gcc_pure64.patch
(from rev 148574, gcc/trunk/gcc_pure64.patch)

---+
 staging-i686/PKGBUILD |  265 
 staging-i686/gcc-4.6.2-cloog-0.17.patch   |   36 +++
 staging-i686/gcc-ada.install  |   20 ++
 staging-i686/gcc-fortran.install  |   16 +
 staging-i686/gcc-go.install   |   20 ++
 staging-i686/gcc-hash-style-both.patch|  122 
 staging-i686/gcc-libs.install |   16 +
 staging-i686/gcc.install  |   20 ++
 staging-i686/gcc_pure64.patch |   26 ++
 staging-x86_64/PKGBUILD   |  265 
 staging-x86_64/gcc-4.6.2-cloog-0.17.patch |   36 +++
 staging-x86_64/gcc-ada.install|   20 ++
 staging-x86_64/gcc-fortran.install|   16 +
 staging-x86_64/gcc-go.install |   20 ++
 staging-x86_64/gcc-hash-style-both.patch  |  122 
 staging-x86_64/gcc-libs.install   |   16 +
 staging-x86_64/gcc.install|   20 ++
 staging-x86_64/gcc_pure64.patch   |   26 ++
 18 files changed, 1082 insertions(+)

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


[arch-commits] Commit in gcc/repos (36 files)

2012-02-03 Thread Allan McRae
Date: Friday, February 3, 2012 @ 17:05:16
  Author: allan
Revision: 148576

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

Added:
  gcc/repos/staging-i686/PKGBUILD
(from rev 148575, gcc/trunk/PKGBUILD)
  gcc/repos/staging-i686/gcc-4.6.2-cloog-0.17.patch
(from rev 148575, gcc/trunk/gcc-4.6.2-cloog-0.17.patch)
  gcc/repos/staging-i686/gcc-ada.install
(from rev 148575, gcc/trunk/gcc-ada.install)
  gcc/repos/staging-i686/gcc-fortran.install
(from rev 148575, gcc/trunk/gcc-fortran.install)
  gcc/repos/staging-i686/gcc-go.install
(from rev 148575, gcc/trunk/gcc-go.install)
  gcc/repos/staging-i686/gcc-hash-style-both.patch
(from rev 148575, gcc/trunk/gcc-hash-style-both.patch)
  gcc/repos/staging-i686/gcc-libs.install
(from rev 148575, gcc/trunk/gcc-libs.install)
  gcc/repos/staging-i686/gcc.install
(from rev 148575, gcc/trunk/gcc.install)
  gcc/repos/staging-i686/gcc_pure64.patch
(from rev 148575, gcc/trunk/gcc_pure64.patch)
  gcc/repos/staging-x86_64/PKGBUILD
(from rev 148575, gcc/trunk/PKGBUILD)
  gcc/repos/staging-x86_64/gcc-4.6.2-cloog-0.17.patch
(from rev 148575, gcc/trunk/gcc-4.6.2-cloog-0.17.patch)
  gcc/repos/staging-x86_64/gcc-ada.install
(from rev 148575, gcc/trunk/gcc-ada.install)
  gcc/repos/staging-x86_64/gcc-fortran.install
(from rev 148575, gcc/trunk/gcc-fortran.install)
  gcc/repos/staging-x86_64/gcc-go.install
(from rev 148575, gcc/trunk/gcc-go.install)
  gcc/repos/staging-x86_64/gcc-hash-style-both.patch
(from rev 148575, gcc/trunk/gcc-hash-style-both.patch)
  gcc/repos/staging-x86_64/gcc-libs.install
(from rev 148575, gcc/trunk/gcc-libs.install)
  gcc/repos/staging-x86_64/gcc.install
(from rev 148575, gcc/trunk/gcc.install)
  gcc/repos/staging-x86_64/gcc_pure64.patch
(from rev 148575, gcc/trunk/gcc_pure64.patch)
Deleted:
  gcc/repos/staging-i686/PKGBUILD
  gcc/repos/staging-i686/gcc-4.6.2-cloog-0.17.patch
  gcc/repos/staging-i686/gcc-ada.install
  gcc/repos/staging-i686/gcc-fortran.install
  gcc/repos/staging-i686/gcc-go.install
  gcc/repos/staging-i686/gcc-hash-style-both.patch
  gcc/repos/staging-i686/gcc-libs.install
  gcc/repos/staging-i686/gcc.install
  gcc/repos/staging-i686/gcc_pure64.patch
  gcc/repos/staging-x86_64/PKGBUILD
  gcc/repos/staging-x86_64/gcc-4.6.2-cloog-0.17.patch
  gcc/repos/staging-x86_64/gcc-ada.install
  gcc/repos/staging-x86_64/gcc-fortran.install
  gcc/repos/staging-x86_64/gcc-go.install
  gcc/repos/staging-x86_64/gcc-hash-style-both.patch
  gcc/repos/staging-x86_64/gcc-libs.install
  gcc/repos/staging-x86_64/gcc.install
  gcc/repos/staging-x86_64/gcc_pure64.patch

---+
 staging-i686/PKGBUILD |  530 ++--
 staging-i686/gcc-4.6.2-cloog-0.17.patch   |   72 +--
 staging-i686/gcc-ada.install  |   40 +-
 staging-i686/gcc-fortran.install  |   32 -
 staging-i686/gcc-go.install   |   40 +-
 staging-i686/gcc-hash-style-both.patch|  244 ++--
 staging-i686/gcc-libs.install |   32 -
 staging-i686/gcc.install  |   40 +-
 staging-i686/gcc_pure64.patch |   52 +-
 staging-x86_64/PKGBUILD   |  530 ++--
 staging-x86_64/gcc-4.6.2-cloog-0.17.patch |   72 +--
 staging-x86_64/gcc-ada.install|   40 +-
 staging-x86_64/gcc-fortran.install|   32 -
 staging-x86_64/gcc-go.install |   40 +-
 staging-x86_64/gcc-hash-style-both.patch  |  244 ++--
 staging-x86_64/gcc-libs.install   |   32 -
 staging-x86_64/gcc.install|   40 +-
 staging-x86_64/gcc_pure64.patch   |   52 +-
 18 files changed, 1082 insertions(+), 1082 deletions(-)

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


[arch-commits] Commit in psmisc/trunk (COMM_LEN-to-18.patch PKGBUILD)

2012-02-03 Thread Eric Bélanger
Date: Friday, February 3, 2012 @ 18:10:55
  Author: eric
Revision: 148577

upgpkg: psmisc 22.15-1

Upstream update, Add patch to fix pstree crash

Added:
  psmisc/trunk/COMM_LEN-to-18.patch
Modified:
  psmisc/trunk/PKGBUILD

--+
 COMM_LEN-to-18.patch |   85 +
 PKGBUILD |   11 +++---
 2 files changed, 91 insertions(+), 5 deletions(-)

Added: COMM_LEN-to-18.patch
===
--- COMM_LEN-to-18.patch(rev 0)
+++ COMM_LEN-to-18.patch2012-02-03 23:10:55 UTC (rev 148577)
@@ -0,0 +1,85 @@
+From: Craig Small csm...@users.sourceforge.net
+Date: Fri, 27 Jan 2012 01:02:48 + (+1100)
+Subject: Set COMM_LEN to 18 to include brackets in name
+X-Git-Url: 
http://psmisc.git.sourceforge.net/git/gitweb.cgi?p=psmisc%2Fpsmisc;a=commitdiff_plain;h=340f81524cb097d814fcf344a3743de17f988e3d
+
+Set COMM_LEN to 18 to include brackets in name
+
+Also use strncpy in case the command names grow.
+---
+
+diff --git a/src/comm.h b/src/comm.h
+index 956383d..2b780b0 100644
+--- a/src/comm.h
 b/src/comm.h
+@@ -1,18 +1,37 @@
+-/* comm.h - command name length definition */
+-
+-/* Copyright 1995 Werner Almesberger. See file COPYING for details. */
+-
++/*
++ * comm.h - command name length definition 
++ *
++ * Copyright 1995 Werner Almesberger
++ * Copyright 2012 Craig Small csm...@enc.com.au
++ *
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License as published by
++ * the Free Software Foundation; either version 2 of the License, or
++ * (at your option) any later version.
++ *
++ * This program is distributed in the hope that it will be useful,
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++ * GNU General Public License for more details.
++ *
++ * You should have received a copy of the GNU General Public License
++ * along with this program; if not, write to the Free Software
++ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++ */
+ 
+ #ifndef COMM_H
+ #define COMM_H
+ 
+-#if 0 /* broken in 1.3.xx */
+-#include linux/sched.h
+-#define COMM_LEN sizeof(dummy.comm)
+-extern struct task_struct dummy;
+-#else
+-#define COMM_LEN 16   /* synchronize with size of comm in struct 
task_struct in
+- /usr/include/linux/sched.h */
++#ifdef HAVE_CONFIG_H
++#include config.h
+ #endif
+ 
++/*
++ * COMM_LEN should be the same size as TASK_COMM_LEN in the Linux source
++ * at include/linux/sched.h
++ * However, that doesn't include the brackets that may be in the field.
++ */
++#define COMM_LEN 18
++
+ #endif
+diff --git a/src/pstree.c b/src/pstree.c
+index 452f823..3129f76 100644
+--- a/src/pstree.c
 b/src/pstree.c
+@@ -264,7 +264,7 @@ static PROC *new_proc(const char *comm, pid_t pid, uid_t 
uid)
+ perror(malloc);
+ exit(1);
+ }
+-strcpy(new-comm, comm);
++strncpy(new-comm, comm, COMM_LEN);
+ new-pid = pid;
+ new-uid = uid;
+ new-flags = 0;
+@@ -352,7 +352,7 @@ add_proc(const char *comm, pid_t pid, pid_t ppid, uid_t 
uid,
+ this = new_proc(comm, pid, uid);
+ #endif/*WITH_SELINUX */
+ else {
+-strcpy(this-comm, comm);
++strncpy(this-comm, comm, COMM_LEN);
+ this-uid = uid;
+ }
+ if (args)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 22:05:16 UTC (rev 148576)
+++ PKGBUILD2012-02-03 23:10:55 UTC (rev 148577)
@@ -2,20 +2,21 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=psmisc
-pkgver=22.14
+pkgver=22.15
 pkgrel=1
 pkgdesc=Miscellaneous procfs tools
 arch=('i686' 'x86_64')
 url=http://psmisc.sourceforge.net/index.html;
 license=('GPL')
 groups=('base')
-depends=('glibc' 'ncurses')
-source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ba3f4e971895c92bba7770d81c981503')
-sha1sums=('dc6fc0ec131c11796d01512bbd80089719b04a66')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz 
COMM_LEN-to-18.patch)
+sha1sums=('06f507d889afab70ac7ff20fbd419ca2ffcf90c0'
+  '6f45338fc34e453bea5273691a0cf81ed3e20fb8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ../COMM_LEN-to-18.patch
   ./configure --prefix=/usr
   make
 }



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

2012-02-03 Thread Eric Bélanger
Date: Friday, February 3, 2012 @ 18:11:21
  Author: eric
Revision: 148578

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

Added:
  psmisc/repos/testing-i686/
  psmisc/repos/testing-i686/COMM_LEN-to-18.patch
(from rev 148577, psmisc/trunk/COMM_LEN-to-18.patch)
  psmisc/repos/testing-i686/PKGBUILD
(from rev 148577, psmisc/trunk/PKGBUILD)
  psmisc/repos/testing-x86_64/
  psmisc/repos/testing-x86_64/COMM_LEN-to-18.patch
(from rev 148577, psmisc/trunk/COMM_LEN-to-18.patch)
  psmisc/repos/testing-x86_64/PKGBUILD
(from rev 148577, psmisc/trunk/PKGBUILD)

-+
 testing-i686/COMM_LEN-to-18.patch   |   85 ++
 testing-i686/PKGBUILD   |   27 ++
 testing-x86_64/COMM_LEN-to-18.patch |   85 ++
 testing-x86_64/PKGBUILD |   27 ++
 4 files changed, 224 insertions(+)

Copied: psmisc/repos/testing-i686/COMM_LEN-to-18.patch (from rev 148577, 
psmisc/trunk/COMM_LEN-to-18.patch)
===
--- testing-i686/COMM_LEN-to-18.patch   (rev 0)
+++ testing-i686/COMM_LEN-to-18.patch   2012-02-03 23:11:21 UTC (rev 148578)
@@ -0,0 +1,85 @@
+From: Craig Small csm...@users.sourceforge.net
+Date: Fri, 27 Jan 2012 01:02:48 + (+1100)
+Subject: Set COMM_LEN to 18 to include brackets in name
+X-Git-Url: 
http://psmisc.git.sourceforge.net/git/gitweb.cgi?p=psmisc%2Fpsmisc;a=commitdiff_plain;h=340f81524cb097d814fcf344a3743de17f988e3d
+
+Set COMM_LEN to 18 to include brackets in name
+
+Also use strncpy in case the command names grow.
+---
+
+diff --git a/src/comm.h b/src/comm.h
+index 956383d..2b780b0 100644
+--- a/src/comm.h
 b/src/comm.h
+@@ -1,18 +1,37 @@
+-/* comm.h - command name length definition */
+-
+-/* Copyright 1995 Werner Almesberger. See file COPYING for details. */
+-
++/*
++ * comm.h - command name length definition 
++ *
++ * Copyright 1995 Werner Almesberger
++ * Copyright 2012 Craig Small csm...@enc.com.au
++ *
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License as published by
++ * the Free Software Foundation; either version 2 of the License, or
++ * (at your option) any later version.
++ *
++ * This program is distributed in the hope that it will be useful,
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++ * GNU General Public License for more details.
++ *
++ * You should have received a copy of the GNU General Public License
++ * along with this program; if not, write to the Free Software
++ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++ */
+ 
+ #ifndef COMM_H
+ #define COMM_H
+ 
+-#if 0 /* broken in 1.3.xx */
+-#include linux/sched.h
+-#define COMM_LEN sizeof(dummy.comm)
+-extern struct task_struct dummy;
+-#else
+-#define COMM_LEN 16   /* synchronize with size of comm in struct 
task_struct in
+- /usr/include/linux/sched.h */
++#ifdef HAVE_CONFIG_H
++#include config.h
+ #endif
+ 
++/*
++ * COMM_LEN should be the same size as TASK_COMM_LEN in the Linux source
++ * at include/linux/sched.h
++ * However, that doesn't include the brackets that may be in the field.
++ */
++#define COMM_LEN 18
++
+ #endif
+diff --git a/src/pstree.c b/src/pstree.c
+index 452f823..3129f76 100644
+--- a/src/pstree.c
 b/src/pstree.c
+@@ -264,7 +264,7 @@ static PROC *new_proc(const char *comm, pid_t pid, uid_t 
uid)
+ perror(malloc);
+ exit(1);
+ }
+-strcpy(new-comm, comm);
++strncpy(new-comm, comm, COMM_LEN);
+ new-pid = pid;
+ new-uid = uid;
+ new-flags = 0;
+@@ -352,7 +352,7 @@ add_proc(const char *comm, pid_t pid, pid_t ppid, uid_t 
uid,
+ this = new_proc(comm, pid, uid);
+ #endif/*WITH_SELINUX */
+ else {
+-strcpy(this-comm, comm);
++strncpy(this-comm, comm, COMM_LEN);
+ this-uid = uid;
+ }
+ if (args)

Copied: psmisc/repos/testing-i686/PKGBUILD (from rev 148577, 
psmisc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-03 23:11:21 UTC (rev 148578)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=psmisc
+pkgver=22.15
+pkgrel=1
+pkgdesc=Miscellaneous procfs tools
+arch=('i686' 'x86_64')
+url=http://psmisc.sourceforge.net/index.html;
+license=('GPL')
+groups=('base')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz 
COMM_LEN-to-18.patch)
+sha1sums=('06f507d889afab70ac7ff20fbd419ca2ffcf90c0'
+  '6f45338fc34e453bea5273691a0cf81ed3e20fb8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  

[arch-commits] Commit in gcc/repos (11 files)

2012-02-03 Thread Allan McRae
Date: Friday, February 3, 2012 @ 19:03:34
  Author: allan
Revision: 148579

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

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 148578, gcc/repos/staging-i686/PKGBUILD)
  gcc/repos/testing-i686/gcc-4.6.2-cloog-0.17.patch
(from rev 148578, gcc/repos/staging-i686/gcc-4.6.2-cloog-0.17.patch)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 148578, gcc/repos/staging-i686/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 148578, gcc/repos/staging-i686/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 148578, gcc/repos/staging-i686/gcc-go.install)
  gcc/repos/testing-i686/gcc-hash-style-both.patch
(from rev 148578, gcc/repos/staging-i686/gcc-hash-style-both.patch)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 148578, gcc/repos/staging-i686/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 148578, gcc/repos/staging-i686/gcc.install)
  gcc/repos/testing-i686/gcc_pure64.patch
(from rev 148578, gcc/repos/staging-i686/gcc_pure64.patch)
Deleted:
  gcc/repos/staging-i686/

+
 PKGBUILD   |  265 +++
 gcc-4.6.2-cloog-0.17.patch |   36 +
 gcc-ada.install|   20 +++
 gcc-fortran.install|   16 ++
 gcc-go.install |   20 +++
 gcc-hash-style-both.patch  |  122 +++
 gcc-libs.install   |   16 ++
 gcc.install|   20 +++
 gcc_pure64.patch   |   26 
 9 files changed, 541 insertions(+)

Copied: gcc/repos/testing-i686/PKGBUILD (from rev 148578, 
gcc/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-04 00:03:34 UTC (rev 148579)
@@ -0,0 +1,265 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.6.2
+pkgrel=7
+_snapshot=4.6-20120120
+_libstdcppmanver=20111215  # Note: check source directory name 
when updating this
+pkgdesc=The GNU Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.22' 'libmpc' 'cloog' 'ppl' 'gcc-ada')
+checkdepends=('dejagnu')
+options=('!libtool' '!emptydirs')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+   
ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-man.${_libstdcppmanver}.tar.bz2
+   gcc_pure64.patch
+   gcc-hash-style-both.patch
+   gcc-4.6.2-cloog-0.17.patch)
+md5sums=('f7ca5d9f7a07216577f81318b7cf56ef'
+ '450772ce32daed97d7383199f8797f33'
+ '4030ee1c08dd1e843c0225b772360e76'
+ '4df25b623799b148a0703eaeec8fdf3f'
+ '6d9939a2e667376031679ac9f9c49263')
+
+if [ -n ${_snapshot} ]; then
+  _basedir=${srcdir}/gcc-${_snapshot}
+else
+  _basedir=${srcdir}/gcc-${pkgver}
+fi
+
+build() {
+  cd ${_basedir}
+
+  # Do not install libiberty
+  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  if [ ${CARCH} = x86_64 ]; then
+patch -Np1 -i ${srcdir}/gcc_pure64.patch
+  fi
+  patch -Np0 -i ${srcdir}/gcc-hash-style-both.patch
+
+  # compatibility with latest cloog
+  patch -Np1 -i ${srcdir}/gcc-4.6.2-cloog-0.17.patch
+
+  echo ${pkgver}  gcc/BASE-VER
+
+  cd ${srcdir}
+  mkdir gcc-build  cd gcc-build
+
+  ${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --enable-libstdcxx-time \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --with-ppl --enable-cloog-backend=isl \
+  --enable-lto --enable-gold --enable-ld=default \
+  --enable-plugin --with-plugin-ld=ld.gold \
+  --disable-multilib --disable-libssp \
+  --enable-checking=release
+  make
+}
+
+check() {
+  cd gcc-build
+
+  # increase stack size to prevent test failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+  ulimit -s 32768
+
+  # do not abort on error as some are expected
+  make -k check || true
+  ${_basedir}/contrib/test_summary
+}
+
+package_gcc-libs()
+{
+  pkgdesc=Runtime libraries shipped by GCC
+  groups=('base')
+  

[arch-commits] Commit in gcc/repos (11 files)

2012-02-03 Thread Allan McRae
Date: Friday, February 3, 2012 @ 19:03:35
  Author: allan
Revision: 148580

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

Added:
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 148578, gcc/repos/staging-x86_64/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-4.6.2-cloog-0.17.patch
(from rev 148578, gcc/repos/staging-x86_64/gcc-4.6.2-cloog-0.17.patch)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 148578, gcc/repos/staging-x86_64/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 148578, gcc/repos/staging-x86_64/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 148578, gcc/repos/staging-x86_64/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-hash-style-both.patch
(from rev 148578, gcc/repos/staging-x86_64/gcc-hash-style-both.patch)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 148578, gcc/repos/staging-x86_64/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 148578, gcc/repos/staging-x86_64/gcc.install)
  gcc/repos/testing-x86_64/gcc_pure64.patch
(from rev 148578, gcc/repos/staging-x86_64/gcc_pure64.patch)
Deleted:
  gcc/repos/staging-x86_64/

+
 PKGBUILD   |  265 +++
 gcc-4.6.2-cloog-0.17.patch |   36 +
 gcc-ada.install|   20 +++
 gcc-fortran.install|   16 ++
 gcc-go.install |   20 +++
 gcc-hash-style-both.patch  |  122 +++
 gcc-libs.install   |   16 ++
 gcc.install|   20 +++
 gcc_pure64.patch   |   26 
 9 files changed, 541 insertions(+)

Copied: gcc/repos/testing-x86_64/PKGBUILD (from rev 148578, 
gcc/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-04 00:03:35 UTC (rev 148580)
@@ -0,0 +1,265 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.6.2
+pkgrel=7
+_snapshot=4.6-20120120
+_libstdcppmanver=20111215  # Note: check source directory name 
when updating this
+pkgdesc=The GNU Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.22' 'libmpc' 'cloog' 'ppl' 'gcc-ada')
+checkdepends=('dejagnu')
+options=('!libtool' '!emptydirs')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+   
ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-man.${_libstdcppmanver}.tar.bz2
+   gcc_pure64.patch
+   gcc-hash-style-both.patch
+   gcc-4.6.2-cloog-0.17.patch)
+md5sums=('f7ca5d9f7a07216577f81318b7cf56ef'
+ '450772ce32daed97d7383199f8797f33'
+ '4030ee1c08dd1e843c0225b772360e76'
+ '4df25b623799b148a0703eaeec8fdf3f'
+ '6d9939a2e667376031679ac9f9c49263')
+
+if [ -n ${_snapshot} ]; then
+  _basedir=${srcdir}/gcc-${_snapshot}
+else
+  _basedir=${srcdir}/gcc-${pkgver}
+fi
+
+build() {
+  cd ${_basedir}
+
+  # Do not install libiberty
+  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  if [ ${CARCH} = x86_64 ]; then
+patch -Np1 -i ${srcdir}/gcc_pure64.patch
+  fi
+  patch -Np0 -i ${srcdir}/gcc-hash-style-both.patch
+
+  # compatibility with latest cloog
+  patch -Np1 -i ${srcdir}/gcc-4.6.2-cloog-0.17.patch
+
+  echo ${pkgver}  gcc/BASE-VER
+
+  cd ${srcdir}
+  mkdir gcc-build  cd gcc-build
+
+  ${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --enable-libstdcxx-time \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --with-ppl --enable-cloog-backend=isl \
+  --enable-lto --enable-gold --enable-ld=default \
+  --enable-plugin --with-plugin-ld=ld.gold \
+  --disable-multilib --disable-libssp \
+  --enable-checking=release
+  make
+}
+
+check() {
+  cd gcc-build
+
+  # increase stack size to prevent test failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+  ulimit -s 32768
+
+  # do not abort on error as some are expected
+  make -k check || true
+  ${_basedir}/contrib/test_summary
+}
+
+package_gcc-libs()
+{
+  pkgdesc=Runtime libraries 

[arch-commits] Commit in isl/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2012-02-03 Thread Allan McRae
Date: Friday, February 3, 2012 @ 19:03:36
  Author: allan
Revision: 148581

db-move: moved isl from [staging] to [testing] (i686)

Added:
  isl/repos/testing-i686/
  isl/repos/testing-i686/PKGBUILD
(from rev 148578, isl/repos/staging-i686/PKGBUILD)
Deleted:
  isl/repos/staging-i686/

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

Copied: isl/repos/testing-i686/PKGBUILD (from rev 148578, 
isl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-04 00:03:36 UTC (rev 148581)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=isl
+pkgver=0.09
+pkgrel=1
+pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
+arch=('i686' 'x86_64')
+url=http://www.kotnet.org/~skimo/isl/;
+license=('LGPL2.1')
+options=('!libtool')
+source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
+md5sums=('6873f0b3c9f4d1fb8efae4aea53f2ab2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir/ install
+  
+  # this seems a better place for this file...
+  install -dm755 $pkgdir/usr/share/gdb/auto-load/
+  mv $pkgdir/usr/{lib,share/gdb/auto-load}/libisl.so.9.0.0-gdb.py
+}



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

2012-02-03 Thread Allan McRae
Date: Friday, February 3, 2012 @ 19:03:38
  Author: allan
Revision: 148582

db-move: moved isl from [staging] to [testing] (x86_64)

Added:
  isl/repos/testing-x86_64/
  isl/repos/testing-x86_64/PKGBUILD
(from rev 148578, isl/repos/staging-x86_64/PKGBUILD)
Deleted:
  isl/repos/staging-x86_64/

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

Copied: isl/repos/testing-x86_64/PKGBUILD (from rev 148578, 
isl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-04 00:03:38 UTC (rev 148582)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=isl
+pkgver=0.09
+pkgrel=1
+pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
+arch=('i686' 'x86_64')
+url=http://www.kotnet.org/~skimo/isl/;
+license=('LGPL2.1')
+options=('!libtool')
+source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
+md5sums=('6873f0b3c9f4d1fb8efae4aea53f2ab2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir/ install
+  
+  # this seems a better place for this file...
+  install -dm755 $pkgdir/usr/share/gdb/auto-load/
+  mv $pkgdir/usr/{lib,share/gdb/auto-load}/libisl.so.9.0.0-gdb.py
+}



[arch-commits] Commit in cloog/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2012-02-03 Thread Allan McRae
Date: Friday, February 3, 2012 @ 19:03:39
  Author: allan
Revision: 148583

db-move: moved cloog from [staging] to [testing] (i686)

Added:
  cloog/repos/testing-i686/
  cloog/repos/testing-i686/PKGBUILD
(from rev 148578, cloog/repos/staging-i686/PKGBUILD)
Deleted:
  cloog/repos/staging-i686/

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

Copied: cloog/repos/testing-i686/PKGBUILD (from rev 148578, 
cloog/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-04 00:03:39 UTC (rev 148583)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=cloog
+pkgver=0.17.0
+pkgrel=1
+pkgdesc=Library that generates loops for scanning polyhedra
+arch=('i686' 'x86_64')
+url=http://www.bastoul.net/cloog/;
+license=('GPL')
+depends=('isl' 'gmp')
+conflicts=('cloog-ppl0.15.10-2')
+options=('!libtool')
+source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
+md5sums=('0aa3302c81f65ca62c114e5264f8a802')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-isl=system --with-gmp=system
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2012-02-03 Thread Allan McRae
Date: Friday, February 3, 2012 @ 19:03:40
  Author: allan
Revision: 148584

db-move: moved cloog from [staging] to [testing] (x86_64)

Added:
  cloog/repos/testing-x86_64/
  cloog/repos/testing-x86_64/PKGBUILD
(from rev 148578, cloog/repos/staging-x86_64/PKGBUILD)
Deleted:
  cloog/repos/staging-x86_64/

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

Copied: cloog/repos/testing-x86_64/PKGBUILD (from rev 148578, 
cloog/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-04 00:03:40 UTC (rev 148584)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=cloog
+pkgver=0.17.0
+pkgrel=1
+pkgdesc=Library that generates loops for scanning polyhedra
+arch=('i686' 'x86_64')
+url=http://www.bastoul.net/cloog/;
+license=('GPL')
+depends=('isl' 'gmp')
+conflicts=('cloog-ppl0.15.10-2')
+options=('!libtool')
+source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
+md5sums=('0aa3302c81f65ca62c114e5264f8a802')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-isl=system --with-gmp=system
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2012-02-03 Thread Gaetan Bisson
Date: Friday, February 3, 2012 @ 19:06:48
  Author: bisson
Revision: 148585

upstream update

Modified:
  gcin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-04 00:03:40 UTC (rev 148584)
+++ PKGBUILD2012-02-04 00:06:48 UTC (rev 148585)
@@ -4,7 +4,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=gcin
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc='Input method server supporting various input methods'
 url='http://hyperrate.com/dir.php?eid=67'
@@ -18,7 +18,7 @@
 'libchewing: support for chewing input method')
 
source=(http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz;
 'qt4-lib64.patch')
-sha1sums=('16e549f5e602c7834dcc35875e375f1e660a627d'
+sha1sums=('f5b4468d8696af114fa95f46a680bee0182ae1ec'
   '3d1b769dcd8820c8351f239ec32ee5bcd9d98b70')
 
 install=install



[arch-commits] Commit in gcin/repos (12 files)

2012-02-03 Thread Gaetan Bisson
Date: Friday, February 3, 2012 @ 19:07:32
  Author: bisson
Revision: 148586

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

Added:
  gcin/repos/extra-i686/PKGBUILD
(from rev 148585, gcin/trunk/PKGBUILD)
  gcin/repos/extra-i686/install
(from rev 148585, gcin/trunk/install)
  gcin/repos/extra-i686/qt4-lib64.patch
(from rev 148585, gcin/trunk/qt4-lib64.patch)
  gcin/repos/extra-x86_64/PKGBUILD
(from rev 148585, gcin/trunk/PKGBUILD)
  gcin/repos/extra-x86_64/install
(from rev 148585, gcin/trunk/install)
  gcin/repos/extra-x86_64/qt4-lib64.patch
(from rev 148585, gcin/trunk/qt4-lib64.patch)
Deleted:
  gcin/repos/extra-i686/PKGBUILD
  gcin/repos/extra-i686/install
  gcin/repos/extra-i686/qt4-lib64.patch
  gcin/repos/extra-x86_64/PKGBUILD
  gcin/repos/extra-x86_64/install
  gcin/repos/extra-x86_64/qt4-lib64.patch

--+
 extra-i686/PKGBUILD  |   86 -
 extra-i686/install   |   28 ++---
 extra-i686/qt4-lib64.patch   |   62 ++---
 extra-x86_64/PKGBUILD|   86 -
 extra-x86_64/install |   28 ++---
 extra-x86_64/qt4-lib64.patch |   62 ++---
 6 files changed, 176 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-04 00:06:48 UTC (rev 148585)
+++ extra-i686/PKGBUILD 2012-02-04 00:07:32 UTC (rev 148586)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=gcin
-pkgver=2.7.1
-pkgrel=1
-pkgdesc='Input method server supporting various input methods'
-url='http://hyperrate.com/dir.php?eid=67'
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('gtk2' 'libxtst')
-makedepends=('qt' 'gtk3' 'anthy' 'libchewing')
-optdepends=('qt: support for qt4 input method'
-'gtk3: support for gtk3 input method'
-'anthy: support for anthy input method'
-'libchewing: support for chewing input method')
-source=(http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz;
-'qt4-lib64.patch')
-sha1sums=('16e549f5e602c7834dcc35875e375f1e660a627d'
-  '3d1b769dcd8820c8351f239ec32ee5bcd9d98b70')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1 -i ../qt4-lib64.patch
-   sed '/include suffixes-rule/a \
-   CFLAGS+='${CFLAGS}' \
-   LDFLAGS+='${LDFLAGS}' \
-   OPTFLAGS=' \
-   -i Makefile
-
-   ./configure --prefix=/usr --use_i18n=Y
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: gcin/repos/extra-i686/PKGBUILD (from rev 148585, gcin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-04 00:07:32 UTC (rev 148586)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=gcin
+pkgver=2.7.2
+pkgrel=1
+pkgdesc='Input method server supporting various input methods'
+url='http://hyperrate.com/dir.php?eid=67'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('gtk2' 'libxtst')
+makedepends=('qt' 'gtk3' 'anthy' 'libchewing')
+optdepends=('qt: support for qt4 input method'
+'gtk3: support for gtk3 input method'
+'anthy: support for anthy input method'
+'libchewing: support for chewing input method')
+source=(http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz;
+'qt4-lib64.patch')
+sha1sums=('f5b4468d8696af114fa95f46a680bee0182ae1ec'
+  '3d1b769dcd8820c8351f239ec32ee5bcd9d98b70')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../qt4-lib64.patch
+   sed '/include suffixes-rule/a \
+   CFLAGS+='${CFLAGS}' \
+   LDFLAGS+='${LDFLAGS}' \
+   OPTFLAGS=' \
+   -i Makefile
+
+   ./configure --prefix=/usr --use_i18n=Y
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2012-02-04 00:06:48 UTC (rev 148585)
+++ extra-i686/install  2012-02-04 00:07:32 UTC (rev 148586)
@@ -1,14 +0,0 @@
-post_install() {
-   echo -n updating gtk immodules... 
-   [ -x /usr/bin/gtk-query-immodules-2.0 ]  
/usr/bin/gtk-query-immodules-2.0  /etc/gtk-2.0/gtk.immodules
-   [ -x /usr/bin/gtk-query-immodules-3.0 ]  
/usr/bin/gtk-query-immodules-3.0  /usr/lib/gtk-3.0/3.0.0/immodules.cache

[arch-commits] Commit in glibc/trunk (7 files)

2012-02-03 Thread Allan McRae
Date: Saturday, February 4, 2012 @ 01:40:44
  Author: allan
Revision: 148587

upgpkg: glibc 2.15-5

fix x86_64 ifunc relocations, fix avx detection, fix gb18030 charmap, fix 
crashes in __nscd_get_mapping if nscd not running, fix realloc usage in vfscanf

Added:
  glibc/trunk/glibc-2.15-avx.patch
  glibc/trunk/glibc-2.15-gb18030.patch
  glibc/trunk/glibc-2.15-ifunc.patch
  glibc/trunk/glibc-2.15-revert-netlink-cache.patch
  glibc/trunk/glibc-2.15-scanf.patch
Modified:
  glibc/trunk/PKGBUILD
Deleted:
  glibc/trunk/glibc-2.15-strcmp-disable-avx.patch

---+
 PKGBUILD  |   61 
 glibc-2.15-avx.patch  |  196 
 glibc-2.15-gb18030.patch  |49081 
 glibc-2.15-ifunc.patch|  285 
 glibc-2.15-revert-netlink-cache.patch |  700 
 glibc-2.15-scanf.patch|   32 
 glibc-2.15-strcmp-disable-avx.patch   |   48 
 7 files changed, 50337 insertions(+), 66 deletions(-)

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


[arch-commits] Commit in glibc/repos (44 files)

2012-02-03 Thread Allan McRae
Date: Saturday, February 4, 2012 @ 01:45:28
  Author: allan
Revision: 148588

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

Added:
  glibc/repos/testing-i686/
  glibc/repos/testing-i686/PKGBUILD
(from rev 148587, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc-2.10-bz4781.patch
(from rev 148587, glibc/trunk/glibc-2.10-bz4781.patch)
  glibc/repos/testing-i686/glibc-2.10-dont-build-timezone.patch
(from rev 148587, glibc/trunk/glibc-2.10-dont-build-timezone.patch)
  
glibc/repos/testing-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 148587, 
glibc/trunk/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/testing-i686/glibc-2.14-libdl-crash.patch
(from rev 148587, glibc/trunk/glibc-2.14-libdl-crash.patch)
  glibc/repos/testing-i686/glibc-2.14-reexport-rpc-interface.patch
(from rev 148587, glibc/trunk/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/testing-i686/glibc-2.14-reinstall-nis-rpc-headers.patch
(from rev 148587, glibc/trunk/glibc-2.14-reinstall-nis-rpc-headers.patch)
  glibc/repos/testing-i686/glibc-2.14-revert-4768ae77.patch
(from rev 148587, glibc/trunk/glibc-2.14-revert-4768ae77.patch)
  glibc/repos/testing-i686/glibc-2.15-avx.patch
(from rev 148587, glibc/trunk/glibc-2.15-avx.patch)
  glibc/repos/testing-i686/glibc-2.15-gb18030.patch
(from rev 148587, glibc/trunk/glibc-2.15-gb18030.patch)
  glibc/repos/testing-i686/glibc-2.15-ifunc.patch
(from rev 148587, glibc/trunk/glibc-2.15-ifunc.patch)
  glibc/repos/testing-i686/glibc-2.15-lddebug-scopes.patch
(from rev 148587, glibc/trunk/glibc-2.15-lddebug-scopes.patch)
  glibc/repos/testing-i686/glibc-2.15-regex.patch
(from rev 148587, glibc/trunk/glibc-2.15-regex.patch)
  glibc/repos/testing-i686/glibc-2.15-revert-c5a0802a.patch
(from rev 148587, glibc/trunk/glibc-2.15-revert-c5a0802a.patch)
  glibc/repos/testing-i686/glibc-2.15-revert-netlink-cache.patch
(from rev 148587, glibc/trunk/glibc-2.15-revert-netlink-cache.patch)
  glibc/repos/testing-i686/glibc-2.15-scanf.patch
(from rev 148587, glibc/trunk/glibc-2.15-scanf.patch)
  glibc/repos/testing-i686/glibc-__i686.patch
(from rev 148587, glibc/trunk/glibc-__i686.patch)
  glibc/repos/testing-i686/glibc.install
(from rev 148587, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 148587, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 148587, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-i686/nscd
(from rev 148587, glibc/trunk/nscd)
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 148587, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc-2.10-bz4781.patch
(from rev 148587, glibc/trunk/glibc-2.10-bz4781.patch)
  glibc/repos/testing-x86_64/glibc-2.10-dont-build-timezone.patch
(from rev 148587, glibc/trunk/glibc-2.10-dont-build-timezone.patch)
  
glibc/repos/testing-x86_64/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 148587, 
glibc/trunk/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/testing-x86_64/glibc-2.14-libdl-crash.patch
(from rev 148587, glibc/trunk/glibc-2.14-libdl-crash.patch)
  glibc/repos/testing-x86_64/glibc-2.14-reexport-rpc-interface.patch
(from rev 148587, glibc/trunk/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/testing-x86_64/glibc-2.14-reinstall-nis-rpc-headers.patch
(from rev 148587, glibc/trunk/glibc-2.14-reinstall-nis-rpc-headers.patch)
  glibc/repos/testing-x86_64/glibc-2.14-revert-4768ae77.patch
(from rev 148587, glibc/trunk/glibc-2.14-revert-4768ae77.patch)
  glibc/repos/testing-x86_64/glibc-2.15-avx.patch
(from rev 148587, glibc/trunk/glibc-2.15-avx.patch)
  glibc/repos/testing-x86_64/glibc-2.15-gb18030.patch
(from rev 148587, glibc/trunk/glibc-2.15-gb18030.patch)
  glibc/repos/testing-x86_64/glibc-2.15-ifunc.patch
(from rev 148587, glibc/trunk/glibc-2.15-ifunc.patch)
  glibc/repos/testing-x86_64/glibc-2.15-lddebug-scopes.patch
(from rev 148587, glibc/trunk/glibc-2.15-lddebug-scopes.patch)
  glibc/repos/testing-x86_64/glibc-2.15-regex.patch
(from rev 148587, glibc/trunk/glibc-2.15-regex.patch)
  glibc/repos/testing-x86_64/glibc-2.15-revert-c5a0802a.patch
(from rev 148587, glibc/trunk/glibc-2.15-revert-c5a0802a.patch)
  glibc/repos/testing-x86_64/glibc-2.15-revert-netlink-cache.patch
(from rev 148587, glibc/trunk/glibc-2.15-revert-netlink-cache.patch)
  glibc/repos/testing-x86_64/glibc-2.15-scanf.patch
(from rev 148587, glibc/trunk/glibc-2.15-scanf.patch)
  glibc/repos/testing-x86_64/glibc-__i686.patch
(from rev 148587, glibc/trunk/glibc-__i686.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 148587, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 148587, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 148587, glibc/trunk/locale.gen.txt)