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

2012-09-07 Thread andyrtr
Date: Friday, September 7, 2012 @ 02:45:30
  Author: andyrtr
Revision: 166373

upgpkg: qpdf 3.0.2-1

upstream update 3.0.2

Modified:
  qpdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 04:50:36 UTC (rev 166372)
+++ PKGBUILD2012-09-07 06:45:30 UTC (rev 166373)
@@ -5,8 +5,8 @@
 # Contributor: Nuno Araujo nuno.ara...@russo79.com
 
 pkgname=qpdf
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
 pkgdesc=QPDF: A Content-Preserving PDF Transformation System
 arch=('i686' 'x86_64')
 url=http://qpdf.sourceforge.net/;
@@ -15,7 +15,7 @@
 makedepends=('make')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('48767e2519029d0214cd0fcafa3a8f8c')
+md5sums=('af6f6f964481295a6ca0766185bfa274')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-09-07 Thread andyrtr
Date: Friday, September 7, 2012 @ 02:46:11
  Author: andyrtr
Revision: 166374

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-07 06:45:30 UTC (rev 166373)
+++ extra-i686/PKGBUILD 2012-09-07 06:46:11 UTC (rev 166374)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Miguel Revilla yo at miguelrevilla.com
-# Contributor: David Sotelo dvsotelo at gmail.com
-# Contributor: Nuno Araujo nuno.ara...@russo79.com
-
-pkgname=qpdf
-pkgver=3.0.1
-pkgrel=2
-pkgdesc=QPDF: A Content-Preserving PDF Transformation System
-arch=('i686' 'x86_64')
-url=http://qpdf.sourceforge.net/;
-license=('custom:Artistic-2.0')
-depends=('pcre' 'perl')
-makedepends=('make')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('48767e2519029d0214cd0fcafa3a8f8c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # fix rpath errors (from Fedora spec)
-  autoreconf -vfi
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}/ install
-
-  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: qpdf/repos/extra-i686/PKGBUILD (from rev 166373, qpdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-07 06:46:11 UTC (rev 166374)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Miguel Revilla yo at miguelrevilla.com
+# Contributor: David Sotelo dvsotelo at gmail.com
+# Contributor: Nuno Araujo nuno.ara...@russo79.com
+
+pkgname=qpdf
+pkgver=3.0.2
+pkgrel=1
+pkgdesc=QPDF: A Content-Preserving PDF Transformation System
+arch=('i686' 'x86_64')
+url=http://qpdf.sourceforge.net/;
+license=('custom:Artistic-2.0')
+depends=('pcre' 'perl')
+makedepends=('make')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('af6f6f964481295a6ca0766185bfa274')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # fix rpath errors (from Fedora spec)
+  autoreconf -vfi
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+
+  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-07 06:45:30 UTC (rev 166373)
+++ extra-x86_64/PKGBUILD   2012-09-07 06:46:11 UTC (rev 166374)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Miguel Revilla yo at miguelrevilla.com
-# Contributor: David Sotelo dvsotelo at gmail.com
-# Contributor: Nuno Araujo nuno.ara...@russo79.com
-
-pkgname=qpdf
-pkgver=3.0.1
-pkgrel=2
-pkgdesc=QPDF: A Content-Preserving PDF Transformation System
-arch=('i686' 'x86_64')
-url=http://qpdf.sourceforge.net/;
-license=('custom:Artistic-2.0')
-depends=('pcre' 'perl')
-makedepends=('make')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('48767e2519029d0214cd0fcafa3a8f8c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # fix rpath errors (from Fedora spec)
-  autoreconf -vfi
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}/ install
-
-  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: qpdf/repos/extra-x86_64/PKGBUILD (from rev 166373, qpdf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-07 06:46:11 UTC (rev 166374)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Miguel Revilla yo at miguelrevilla.com
+# Contributor: David Sotelo dvsotelo at 

[arch-commits] Commit in java7-openjdk/trunk (jre7-openjdk-headless.install)

2012-09-07 Thread andyrtr
Date: Friday, September 7, 2012 @ 04:05:51
  Author: andyrtr
Revision: 166375

cleanup install scriptlet. pacman fails over it when removing the package 
claiming command not found...

Modified:
  java7-openjdk/trunk/jre7-openjdk-headless.install

---+
 jre7-openjdk-headless.install |4 
 1 file changed, 4 deletions(-)

Modified: jre7-openjdk-headless.install
===
--- jre7-openjdk-headless.install   2012-09-07 06:46:11 UTC (rev 166374)
+++ jre7-openjdk-headless.install   2012-09-07 08:05:51 UTC (rev 166375)
@@ -9,7 +9,3 @@
 /usr/sbin/init-jks-keystore
   fi
 }
-
-#post_remove() {
-#
-#}



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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 05:11:17
  Author: tpowa
Revision: 166376

upgpkg: alsa-lib 1.0.26-1

bump to latest version

Modified:
  alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 08:05:51 UTC (rev 166375)
+++ PKGBUILD2012-09-07 09:11:17 UTC (rev 166376)
@@ -2,7 +2,7 @@
 # Maintainer: judd jvi...@zeroflux.org
 
 pkgname=alsa-lib
-pkgver=1.0.25
+pkgver=1.0.26
 pkgrel=1
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
@@ -24,4 +24,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
-md5sums=('06fe5819020c6684b991dcffc5471304')
+md5sums=('2dfa35d28471d721e592b616beedf965')



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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 05:11:49
  Author: tpowa
Revision: 166377

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

Added:
  alsa-lib/repos/extra-i686/PKGBUILD
(from rev 166376, alsa-lib/trunk/PKGBUILD)
  alsa-lib/repos/extra-x86_64/PKGBUILD
(from rev 166376, alsa-lib/trunk/PKGBUILD)
Deleted:
  alsa-lib/repos/extra-i686/PKGBUILD
  alsa-lib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-07 09:11:17 UTC (rev 166376)
+++ extra-i686/PKGBUILD 2012-09-07 09:11:49 UTC (rev 166377)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: judd jvi...@zeroflux.org
-
-pkgname=alsa-lib
-pkgver=1.0.25
-pkgrel=1
-pkgdesc=An alternative implementation of Linux sound support
-arch=('i686' 'x86_64')
-url=http://www.alsa-project.org;
-depends=('glibc')
-optdepends=('python2: for python smixer plugin')
-makedepends=('python2')
-license=('GPL')
-options=(!libtool)
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-pythonlibs=-lpthread -lm -ldl -lpython2.7 
--with-pythonincludes=-I/usr/include/python2.7
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('06fe5819020c6684b991dcffc5471304')

Copied: alsa-lib/repos/extra-i686/PKGBUILD (from rev 166376, 
alsa-lib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-07 09:11:49 UTC (rev 166377)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: judd jvi...@zeroflux.org
+
+pkgname=alsa-lib
+pkgver=1.0.26
+pkgrel=1
+pkgdesc=An alternative implementation of Linux sound support
+arch=('i686' 'x86_64')
+url=http://www.alsa-project.org;
+depends=('glibc')
+optdepends=('python2: for python smixer plugin')
+makedepends=('python2')
+license=('GPL')
+options=(!libtool)
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-pythonlibs=-lpthread -lm -ldl -lpython2.7 
--with-pythonincludes=-I/usr/include/python2.7
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('2dfa35d28471d721e592b616beedf965')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-07 09:11:17 UTC (rev 166376)
+++ extra-x86_64/PKGBUILD   2012-09-07 09:11:49 UTC (rev 166377)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: judd jvi...@zeroflux.org
-
-pkgname=alsa-lib
-pkgver=1.0.25
-pkgrel=1
-pkgdesc=An alternative implementation of Linux sound support
-arch=('i686' 'x86_64')
-url=http://www.alsa-project.org;
-depends=('glibc')
-optdepends=('python2: for python smixer plugin')
-makedepends=('python2')
-license=('GPL')
-options=(!libtool)
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-pythonlibs=-lpthread -lm -ldl -lpython2.7 
--with-pythonincludes=-I/usr/include/python2.7
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('06fe5819020c6684b991dcffc5471304')

Copied: alsa-lib/repos/extra-x86_64/PKGBUILD (from rev 166376, 
alsa-lib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-07 09:11:49 UTC (rev 166377)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: judd jvi...@zeroflux.org
+
+pkgname=alsa-lib
+pkgver=1.0.26
+pkgrel=1
+pkgdesc=An alternative implementation of Linux sound support
+arch=('i686' 'x86_64')
+url=http://www.alsa-project.org;
+depends=('glibc')
+optdepends=('python2: for python smixer plugin')
+makedepends=('python2')
+license=('GPL')
+options=(!libtool)
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-pythonlibs=-lpthread -lm -ldl -lpython2.7 
--with-pythonincludes=-I/usr/include/python2.7
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('2dfa35d28471d721e592b616beedf965')



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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 05:12:43
  Author: tpowa
Revision: 166378

upgpkg: alsa-utils 1.0.26-1

bump to latest version

Modified:
  alsa-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 09:11:49 UTC (rev 166377)
+++ PKGBUILD2012-09-07 09:12:43 UTC (rev 166378)
@@ -3,8 +3,8 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=alsa-utils
-pkgver=1.0.25
-pkgrel=3
+pkgver=1.0.26
+pkgrel=1
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
 url=http://www.alsa-project.org;
@@ -36,7 +36,7 @@
   # dir where to save ALSA state
   install -d ${pkgdir}/var/lib/alsa
 }
-md5sums=('f81f9dcb9a014fd32cb3a70066a5b9a9'
+md5sums=('4dcf1017fafc91603af96705c073eca9'
  '2ba1a1cbf653bf1a69f8a720fd6549da'
  '4c8ae9f976c7df5e271a4cb91ccc7767'
  '529216f6a46e61a546640e08ea7a0879')



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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 05:13:20
  Author: tpowa
Revision: 166379

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

Added:
  alsa-utils/repos/extra-i686/90alsa
(from rev 166378, alsa-utils/trunk/90alsa)
  alsa-utils/repos/extra-i686/PKGBUILD
(from rev 166378, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/extra-i686/alsa
(from rev 166378, alsa-utils/trunk/alsa)
  alsa-utils/repos/extra-i686/alsa.conf.d
(from rev 166378, alsa-utils/trunk/alsa.conf.d)
  alsa-utils/repos/extra-x86_64/90alsa
(from rev 166378, alsa-utils/trunk/90alsa)
  alsa-utils/repos/extra-x86_64/PKGBUILD
(from rev 166378, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/extra-x86_64/alsa
(from rev 166378, alsa-utils/trunk/alsa)
  alsa-utils/repos/extra-x86_64/alsa.conf.d
(from rev 166378, alsa-utils/trunk/alsa.conf.d)
Deleted:
  alsa-utils/repos/extra-i686/90alsa
  alsa-utils/repos/extra-i686/PKGBUILD
  alsa-utils/repos/extra-i686/alsa
  alsa-utils/repos/extra-i686/alsa.conf.d
  alsa-utils/repos/extra-x86_64/90alsa
  alsa-utils/repos/extra-x86_64/PKGBUILD
  alsa-utils/repos/extra-x86_64/alsa
  alsa-utils/repos/extra-x86_64/alsa.conf.d

--+
 extra-i686/90alsa|   26 -
 extra-i686/PKGBUILD  |   84 +++---
 extra-i686/alsa  |  124 ++---
 extra-i686/alsa.conf.d   |   30 +-
 extra-x86_64/90alsa  |   26 -
 extra-x86_64/PKGBUILD|   84 +++---
 extra-x86_64/alsa|  124 ++---
 extra-x86_64/alsa.conf.d |   30 +-
 8 files changed, 264 insertions(+), 264 deletions(-)

Deleted: extra-i686/90alsa
===
--- extra-i686/90alsa   2012-09-07 09:12:43 UTC (rev 166378)
+++ extra-i686/90alsa   2012-09-07 09:13:20 UTC (rev 166379)
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# 90alsa: suspend/wakeup ALSA devices
-
-case $1 in
-hibernate|suspend)
-;;
-thaw|resume)
-aplay -d 1 /dev/zero
-;;
-*) exit $NA
-;;
-esac

Copied: alsa-utils/repos/extra-i686/90alsa (from rev 166378, 
alsa-utils/trunk/90alsa)
===
--- extra-i686/90alsa   (rev 0)
+++ extra-i686/90alsa   2012-09-07 09:13:20 UTC (rev 166379)
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# 90alsa: suspend/wakeup ALSA devices
+
+case $1 in
+hibernate|suspend)
+;;
+thaw|resume)
+aplay -d 1 /dev/zero
+;;
+*) exit $NA
+;;
+esac

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-07 09:12:43 UTC (rev 166378)
+++ extra-i686/PKGBUILD 2012-09-07 09:13:20 UTC (rev 166379)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=alsa-utils
-pkgver=1.0.25
-pkgrel=3
-pkgdesc=An alternative implementation of Linux sound support
-arch=('i686' 'x86_64')
-url=http://www.alsa-project.org;
-#can not use =$pkgver due to use of letters in alsa-lib update versioning
-depends=(alsa-lib1.0.24 'dialog' 'pciutils' 'ncurses' 'psmisc' 
'libsamplerate')
-makedepends=('xmlto' 'docbook-xsl')
-license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
-alsa
-alsa.conf.d
-90alsa)
-backup=(etc/conf.d/alsa)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-alsaconf \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m755 ../alsa ${pkgdir}/etc/rc.d/alsa
-  install -D -m644 ../alsa.conf.d ${pkgdir}/etc/conf.d/alsa
-  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
-
-  # dir where to save ALSA state
-  install -d ${pkgdir}/var/lib/alsa
-}
-md5sums=('f81f9dcb9a014fd32cb3a70066a5b9a9'
- '2ba1a1cbf653bf1a69f8a720fd6549da'
- '4c8ae9f976c7df5e271a4cb91ccc7767'
- '529216f6a46e61a546640e08ea7a0879')

Copied: alsa-utils/repos/extra-i686/PKGBUILD (from rev 166378, 
alsa-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-07 09:13:20 UTC (rev 166379)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=alsa-utils
+pkgver=1.0.26
+pkgrel=1
+pkgdesc=An alternative implementation of Linux sound support
+arch=('i686' 'x86_64')
+url=http://www.alsa-project.org;
+#can not use =$pkgver due to use of letters in alsa-lib update versioning
+depends=(alsa-lib1.0.24 'dialog' 'pciutils' 'ncurses' 'psmisc' 
'libsamplerate')
+makedepends=('xmlto' 'docbook-xsl')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
+  

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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 05:13:50
  Author: tpowa
Revision: 166380

upgpkg: alsa-plugins 1.0.26-1

bump to latest version

Modified:
  alsa-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 09:13:20 UTC (rev 166379)
+++ PKGBUILD2012-09-07 09:13:50 UTC (rev 166380)
@@ -4,8 +4,8 @@
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=alsa-plugins
-pkgver=1.0.25
-pkgrel=2
+pkgver=1.0.26
+pkgrel=1
 pkgdesc=Extra alsa plugins
 arch=(i686 x86_64)
 url=http://www.alsa-project.org;
@@ -21,9 +21,6 @@
 source=(ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;
 alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
 alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch)
-md5sums=('038c023eaa51171f018fbf7141255185'
- '50d9adcda20756d063e676a563c201d9'
- '697c6275f678d86ded2e5092d8a154c9')
 
 build() {
   cd $pkgname-$pkgver
@@ -40,3 +37,6 @@
   install -d $pkgdir/usr/share/doc/$pkgname
   install -m644 doc/README* doc/*.txt $pkgdir/usr/share/doc/$pkgname/
 }
+md5sums=('4facd408326ef5567a7d4ceb6589e6b0'
+ '50d9adcda20756d063e676a563c201d9'
+ '697c6275f678d86ded2e5092d8a154c9')



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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 05:14:25
  Author: tpowa
Revision: 166381

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

Added:
  alsa-plugins/repos/extra-i686/PKGBUILD
(from rev 166380, alsa-plugins/trunk/PKGBUILD)
  
alsa-plugins/repos/extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch
(from rev 166380, 
alsa-plugins/trunk/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch)
  
alsa-plugins/repos/extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
(from rev 166380, 
alsa-plugins/trunk/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch)
  alsa-plugins/repos/extra-x86_64/PKGBUILD
(from rev 166380, alsa-plugins/trunk/PKGBUILD)
  
alsa-plugins/repos/extra-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch
(from rev 166380, 
alsa-plugins/trunk/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch)
  
alsa-plugins/repos/extra-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
(from rev 166380, 
alsa-plugins/trunk/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch)
Deleted:
  alsa-plugins/repos/extra-i686/PKGBUILD
  
alsa-plugins/repos/extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch
  
alsa-plugins/repos/extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
  alsa-plugins/repos/extra-x86_64/PKGBUILD
  
alsa-plugins/repos/extra-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch
  
alsa-plugins/repos/extra-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch

--+
 extra-i686/PKGBUILD  | 
  84 +-
 extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch   | 
  22 +-
 extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch   | 
  58 +++---
 extra-x86_64/PKGBUILD| 
  84 +-
 extra-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch | 
  22 +-
 extra-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch | 
  58 +++---
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-07 09:13:50 UTC (rev 166380)
+++ extra-i686/PKGBUILD 2012-09-07 09:14:25 UTC (rev 166381)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=alsa-plugins
-pkgver=1.0.25
-pkgrel=2
-pkgdesc=Extra alsa plugins
-arch=(i686 x86_64)
-url=http://www.alsa-project.org;
-license=(GPL)
-depends=(alsa-lib)
-makedepends=(libpulse jack ffmpeg)
-optdepends=('libpulse: PulseAudio plugin'
-'jack: Jack plugin'
-'ffmpeg: libavcodec resampling plugin'
-'libsamplerate: libsamplerate resampling plugin'
-'speex: libspeexdsp resampling plugin')
-options=('!libtool')
-source=(ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;
-alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
-alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch)
-md5sums=('038c023eaa51171f018fbf7141255185'
- '50d9adcda20756d063e676a563c201d9'
- '697c6275f678d86ded2e5092d8a154c9')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i 
../alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
-  patch -Np1 -i ../alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/doc/$pkgname
-  install -m644 doc/README* doc/*.txt $pkgdir/usr/share/doc/$pkgname/
-}

Copied: alsa-plugins/repos/extra-i686/PKGBUILD (from rev 166380, 
alsa-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-07 09:14:25 UTC (rev 166381)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=alsa-plugins
+pkgver=1.0.26
+pkgrel=1
+pkgdesc=Extra alsa plugins
+arch=(i686 x86_64)
+url=http://www.alsa-project.org;
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+options=('!libtool')

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

2012-09-07 Thread Pierre Schmitz
Date: Friday, September 7, 2012 @ 05:26:58
  Author: pierre
Revision: 166382

upgpkg: archiso 2-1

Modified:
  archiso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 09:14:25 UTC (rev 166381)
+++ PKGBUILD2012-09-07 09:26:58 UTC (rev 166382)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=archiso
-pkgver=1
+pkgver=2
 pkgrel=1
 pkgdesc='Tools for creating Arch Linux live and install iso images'
 arch=('any')
@@ -11,8 +11,8 @@
 depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'patch' 'lynx')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('e71bd307872fc66fec2e0236e2976e4a'
- '2b6b0516f15179f81250bebb2224f1ac')
+md5sums=('c22dd105d2fb27adecc5563a9a1a9130'
+ '6abc0ec6b442bb9c677ec4c46c9ccfd6')
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2012-09-07 Thread Pierre Schmitz
Date: Friday, September 7, 2012 @ 05:27:19
  Author: pierre
Revision: 166383

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/PKGBUILD
(from rev 166382, archiso/trunk/PKGBUILD)
Deleted:
  archiso/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-07 09:26:58 UTC (rev 166382)
+++ PKGBUILD2012-09-07 09:27:19 UTC (rev 166383)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=archiso
-pkgver=1
-pkgrel=1
-pkgdesc='Tools for creating Arch Linux live and install iso images'
-arch=('any')
-license=('GPL')
-url='https://projects.archlinux.org/archiso.git/'
-depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'patch' 'lynx')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('e71bd307872fc66fec2e0236e2976e4a'
- '2b6b0516f15179f81250bebb2224f1ac')
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 166382, 
archiso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-07 09:27:19 UTC (rev 166383)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=archiso
+pkgver=2
+pkgrel=1
+pkgdesc='Tools for creating Arch Linux live and install iso images'
+arch=('any')
+license=('GPL')
+url='https://projects.archlinux.org/archiso.git/'
+depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'patch' 'lynx')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('c22dd105d2fb27adecc5563a9a1a9130'
+ '6abc0ec6b442bb9c677ec4c46c9ccfd6')
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 08:54:33
  Author: tpowa
Revision: 166384

upgpkg: qemu 1.2.0-1

bump to latest version

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 09:27:19 UTC (rev 166383)
+++ PKGBUILD2012-09-07 12:54:33 UTC (rev 166384)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=qemu
-pkgver=1.1.1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
 arch=('i686' 'x86_64')
@@ -12,17 +12,13 @@
 backup=('etc/qemu/target-x86_64.conf')
 install=qemu.install
 source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
-65-kvm.rules
-qemu-glibc-2.16-build.patch)
+65-kvm.rules)
 options=(!strip)
 
 build()
 {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -i -e 's/lib64/lib/g' x86_64.ld
-  # patch from fedora git: http://pkgs.fedoraproject.org/gitweb/?p=qemu.git
-  # fix changes from glibc-2.16
-  patch -Np1 -i ../qemu-glibc-2.16-build.patch
   ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,pa 
\
   --python=/usr/bin/python2 \
   --audio-card-list=ac97,sb16,es1370,hda \
@@ -46,6 +42,8 @@
 done
 
 }
-md5sums=('f691baa30e8fb40f37f2797fba892e12'
+md5sums=('78eb1e984f4532aa9f2bdd3c127b5b61'
  'b316a066d2f1bb57d8f5b7ea1d0d1caf'
  '8687179e77ab954c4a43017d030f7349')
+md5sums=('78eb1e984f4532aa9f2bdd3c127b5b61'
+ 'b316a066d2f1bb57d8f5b7ea1d0d1caf')



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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 08:55:19
  Author: tpowa
Revision: 166385

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

Added:
  qemu/repos/extra-i686/65-kvm.rules
(from rev 166384, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-i686/PKGBUILD
(from rev 166384, qemu/trunk/PKGBUILD)
  qemu/repos/extra-i686/qemu-glibc-2.16-build.patch
(from rev 166384, qemu/trunk/qemu-glibc-2.16-build.patch)
  qemu/repos/extra-i686/qemu.install
(from rev 166384, qemu/trunk/qemu.install)
  qemu/repos/extra-x86_64/65-kvm.rules
(from rev 166384, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-x86_64/PKGBUILD
(from rev 166384, qemu/trunk/PKGBUILD)
  qemu/repos/extra-x86_64/qemu-glibc-2.16-build.patch
(from rev 166384, qemu/trunk/qemu-glibc-2.16-build.patch)
  qemu/repos/extra-x86_64/qemu.install
(from rev 166384, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/extra-i686/65-kvm.rules
  qemu/repos/extra-i686/PKGBUILD
  qemu/repos/extra-i686/qemu-glibc-2.16-build.patch
  qemu/repos/extra-i686/qemu.install
  qemu/repos/extra-x86_64/65-kvm.rules
  qemu/repos/extra-x86_64/PKGBUILD
  qemu/repos/extra-x86_64/qemu-glibc-2.16-build.patch
  qemu/repos/extra-x86_64/qemu.install

--+
 extra-i686/65-kvm.rules  |2 
 extra-i686/PKGBUILD  |  100 ++--
 extra-i686/qemu-glibc-2.16-build.patch   |  140 ++---
 extra-i686/qemu.install  |   46 -
 extra-x86_64/65-kvm.rules|2 
 extra-x86_64/PKGBUILD|  100 ++--
 extra-x86_64/qemu-glibc-2.16-build.patch |  140 ++---
 extra-x86_64/qemu.install|   46 -
 8 files changed, 286 insertions(+), 290 deletions(-)

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2012-09-07 12:54:33 UTC (rev 166384)
+++ extra-i686/65-kvm.rules 2012-09-07 12:55:19 UTC (rev 166385)
@@ -1 +0,0 @@
-KERNEL==kvm, GROUP=kvm, MODE=0660

Copied: qemu/repos/extra-i686/65-kvm.rules (from rev 166384, 
qemu/trunk/65-kvm.rules)
===
--- extra-i686/65-kvm.rules (rev 0)
+++ extra-i686/65-kvm.rules 2012-09-07 12:55:19 UTC (rev 166385)
@@ -0,0 +1 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-07 12:54:33 UTC (rev 166384)
+++ extra-i686/PKGBUILD 2012-09-07 12:55:19 UTC (rev 166385)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=qemu
-pkgver=1.1.1
-pkgrel=1
-pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url=http://wiki.qemu.org/Index.html;
-makedepends=('texi2html' 'perl' 'python2')
-depends=('libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls=2.4.1' 
'bluez' 'vde2' 'util-linux' 'curl' 'libsasl' 'libgl' 'libpulse' 'seabios' 
'libcap-ng')
-backup=('etc/qemu/target-x86_64.conf')
-install=qemu.install
-source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
-65-kvm.rules
-qemu-glibc-2.16-build.patch)
-options=(!strip)
-
-build()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e 's/lib64/lib/g' x86_64.ld
-  # patch from fedora git: http://pkgs.fedoraproject.org/gitweb/?p=qemu.git
-  # fix changes from glibc-2.16
-  patch -Np1 -i ../qemu-glibc-2.16-build.patch
-  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,pa 
\
-  --python=/usr/bin/python2 \
-  --audio-card-list=ac97,sb16,es1370,hda \
-  --enable-docs 
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} libexecdir=/usr/lib/qemu install
-  rm ${pkgdir}/usr/share/qemu/bios.bin
-
-  install -D -m644 ${srcdir}/65-kvm.rules \
-   ${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules
-  # strip scripts directory
-find ${pkgdir}/usr/src/linux-${_kernver}/scripts  -type f -perm -u+w 
2/dev/null | while read binary ; do
-  case $(file -bi $binary) in
-*application/x-executable*) # Binaries
-/usr/bin/strip $STRIP_BINARIES $binary;;
-  esac
-done
-
-}
-md5sums=('f691baa30e8fb40f37f2797fba892e12'
- 'b316a066d2f1bb57d8f5b7ea1d0d1caf'
- '8687179e77ab954c4a43017d030f7349')

Copied: qemu/repos/extra-i686/PKGBUILD (from rev 166384, qemu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-07 12:55:19 UTC (rev 166385)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=qemu
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=A generic and open 

[arch-commits] Commit in qemu/trunk (PKGBUILD qemu-glibc-2.16-build.patch)

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 09:13:58
  Author: tpowa
Revision: 166386

fix md5sum and remove patch

Modified:
  qemu/trunk/PKGBUILD
Deleted:
  qemu/trunk/qemu-glibc-2.16-build.patch

-+
 PKGBUILD|3 -
 qemu-glibc-2.16-build.patch |   70 --
 2 files changed, 73 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 12:55:19 UTC (rev 166385)
+++ PKGBUILD2012-09-07 13:13:58 UTC (rev 166386)
@@ -43,7 +43,4 @@
 
 }
 md5sums=('78eb1e984f4532aa9f2bdd3c127b5b61'
- 'b316a066d2f1bb57d8f5b7ea1d0d1caf'
- '8687179e77ab954c4a43017d030f7349')
-md5sums=('78eb1e984f4532aa9f2bdd3c127b5b61'
  'b316a066d2f1bb57d8f5b7ea1d0d1caf')

Deleted: qemu-glibc-2.16-build.patch
===
--- qemu-glibc-2.16-build.patch 2012-09-07 12:55:19 UTC (rev 166385)
+++ qemu-glibc-2.16-build.patch 2012-09-07 13:13:58 UTC (rev 166386)
@@ -1,70 +0,0 @@
-From baf954154e7c0acda038c01a5c28aea4db7eec67 Mon Sep 17 00:00:00 2001
-From: Richard W.M. Jones rjo...@redhat.com
-Date: Thu, 5 Jul 2012 14:28:03 +0100
-Subject: [PATCH] Replace 'struct siginfo' with 'siginfo_t'.
-
-glibc 2.16 will remove the undocumented definition of 'struct siginfo'
-from bits/siginfo.h.
-
-This change is already present in glibc 2.15.90, so qemu compilation
-of certain targets (eg. cris-user) breaks.
-
-This struct was always typedef'd to be the same as 'siginfo_t' which
-is what POSIX documents, so use that instead.
-
-Signed-off-by: Richard W.M. Jones rjo...@redhat.com

- linux-user/signal.c |8 
- user-exec.c |2 +-
- 2 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/linux-user/signal.c b/linux-user/signal.c
-index 43346dc..108dff9 100644
 a/linux-user/signal.c
-+++ b/linux-user/signal.c
-@@ -2849,7 +2849,7 @@ static void setup_rt_frame(int sig, struct 
target_sigaction *ka,
- * Arguments to signal handler:
- *
- *   a0 = signal number
--*   a1 = pointer to struct siginfo
-+*   a1 = pointer to siginfo_t
- *   a2 = pointer to struct ucontext
- *
- * $25 and PC point to the signal handler, $29 points to the
-@@ -3255,7 +3255,7 @@ struct target_signal_frame {
- };
- 
- struct rt_signal_frame {
--struct siginfo info;
-+siginfo_t info;
- struct ucontext uc;
- uint32_t tramp[2];
- };
-@@ -3474,9 +3474,9 @@ struct target_signal_frame {
- };
- 
- struct rt_signal_frame {
--struct siginfo *pinfo;
-+siginfo_t *pinfo;
- void *puc;
--struct siginfo info;
-+siginfo_t info;
- struct ucontext uc;
- uint8_t retcode[8];   /* Trampoline code. */
- };
-diff --git a/user-exec.c b/user-exec.c
-index b2a4261..1a9c276 100644
 a/user-exec.c
-+++ b/user-exec.c
-@@ -588,7 +588,7 @@ int cpu_signal_handler(int host_signum, void *pinfo,
- int cpu_signal_handler(int host_signum, void *pinfo,
-void *puc)
- {
--struct siginfo *info = pinfo;
-+siginfo_t *info = pinfo;
- struct ucontext *uc = puc;
- unsigned long pc = uc-uc_mcontext.sc_iaoq[0];
- uint32_t insn = *(uint32_t *)pc;
--- 
-1.7.10.4
-



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

2012-09-07 Thread andyrtr
Date: Friday, September 7, 2012 @ 09:33:10
  Author: andyrtr
Revision: 166387

upgpkg: cups-filters 1.0.24-1

upstream update 1.0.24

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 13:13:58 UTC (rev 166386)
+++ PKGBUILD2012-09-07 13:33:10 UTC (rev 166387)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=cups-filters
-pkgver=1.0.23
+pkgver=1.0.24
 pkgrel=1
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf)
 options=(!libtool)
 
source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-md5sums=('5b8aec86c9ec37d439c1c2b0d3dcf48a')
+md5sums=('242ea48cd41f8546d71b00bf2b06c564')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-09-07 Thread andyrtr
Date: Friday, September 7, 2012 @ 09:33:52
  Author: andyrtr
Revision: 166388

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 166387, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 166387, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-07 13:33:10 UTC (rev 166387)
+++ extra-i686/PKGBUILD 2012-09-07 13:33:52 UTC (rev 166388)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=cups-filters
-pkgver=1.0.23
-pkgrel=1
-pkgdesc=OpenPrinting CUPS Filters
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-depends=('lcms2' 'poppler=0.20.3' 'qpdf')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf)
-options=(!libtool)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-md5sums=('5b8aec86c9ec37d439c1c2b0d3dcf48a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  # drop static lib
-  rm -f ${pkgdir}/usr/lib/*.a
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 166387, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-07 13:33:52 UTC (rev 166388)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.24
+pkgrel=1
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.20.3' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+md5sums=('242ea48cd41f8546d71b00bf2b06c564')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-07 13:33:10 UTC (rev 166387)
+++ extra-x86_64/PKGBUILD   2012-09-07 13:33:52 UTC (rev 166388)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=cups-filters
-pkgver=1.0.23
-pkgrel=1
-pkgdesc=OpenPrinting CUPS Filters
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-depends=('lcms2' 'poppler=0.20.3' 'qpdf')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable 

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

2012-09-07 Thread Dave Reisner
Date: Friday, September 7, 2012 @ 09:56:29
  Author: dreisner
Revision: 166389

upgpkg: kmod 10-1

- remove rootprefix
- add gtk-doc

Modified:
  kmod/trunk/PKGBUILD
Deleted:
  kmod/trunk/kmod.install

--+
 PKGBUILD |   12 ++--
 kmod.install |9 -
 2 files changed, 6 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 13:33:52 UTC (rev 166388)
+++ PKGBUILD2012-09-07 13:56:29 UTC (rev 166389)
@@ -2,21 +2,21 @@
 # Maintainer: Dave Reisner dreis...@archlinux.org
 
 pkgname=kmod
-pkgver=9
-pkgrel=2
+pkgver=10
+pkgrel=1
 pkgdesc=Linux kernel module handling
 arch=('i686' 'x86_64')
 url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
 license=('GPL2')
 depends=('glibc' 'zlib')
+makedepends=('gtk-doc')
 options=('!libtool')
 provides=('module-init-tools=3.16')
 conflicts=('module-init-tools')
 replaces=('module-init-tools')
-install=kmod.install
 
source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
 depmod-search.conf)
-md5sums=('c8ae2d2694fbca2b28e238b30543a0cd'
+md5sums=('e2a883c4df15a50f78a7a61d5b64089f'
  'dd62cbf62bd8f212f51ef8c43bec9a77')
 
 build() {
@@ -24,8 +24,8 @@
 
   ./configure \
 --sysconfdir=/etc \
---with-zlib \
---with-rootprefix=/usr
+--enable-gtk-doc \
+--with-zlib
 
   make
 }

Deleted: kmod.install
===
--- kmod.install2012-09-07 13:33:52 UTC (rev 166388)
+++ kmod.install2012-09-07 13:56:29 UTC (rev 166389)
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-post_upgrade() {
-  if [ $(vercmp 9-2 $2) -eq 1 ]; then
-echo == Kernel modules are now only read from /usr/lib/modules, all 
custom
-echo built kernels and modules must be moved there before rebooting.
-  fi
-}
-



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

2012-09-07 Thread Dave Reisner
Date: Friday, September 7, 2012 @ 09:56:39
  Author: dreisner
Revision: 166390

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

Added:
  kmod/repos/testing-i686/
  kmod/repos/testing-i686/PKGBUILD
(from rev 166389, kmod/trunk/PKGBUILD)
  kmod/repos/testing-i686/depmod-search.conf
(from rev 166389, kmod/trunk/depmod-search.conf)
  kmod/repos/testing-x86_64/
  kmod/repos/testing-x86_64/PKGBUILD
(from rev 166389, kmod/trunk/PKGBUILD)
  kmod/repos/testing-x86_64/depmod-search.conf
(from rev 166389, kmod/trunk/depmod-search.conf)

---+
 testing-i686/PKGBUILD |   56 
 testing-i686/depmod-search.conf   |5 +++
 testing-x86_64/PKGBUILD   |   56 
 testing-x86_64/depmod-search.conf |5 +++
 4 files changed, 122 insertions(+)

Copied: kmod/repos/testing-i686/PKGBUILD (from rev 166389, kmod/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-07 13:56:39 UTC (rev 166390)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=10
+pkgrel=1
+pkgdesc=Linux kernel module handling
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
+license=('GPL2')
+depends=('glibc' 'zlib')
+makedepends=('gtk-doc')
+options=('!libtool')
+provides=('module-init-tools=3.16')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
+depmod-search.conf)
+md5sums=('e2a883c4df15a50f78a7a61d5b64089f'
+ 'dd62cbf62bd8f212f51ef8c43bec9a77')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--with-zlib
+
+  make
+}
+
+check() {
+  # testsuite is broken on 32-bit because of an unhandled EEXIST on mkdir_p
+  make -C $pkgname-$pkgver check || :
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # extra directories
+  install -dm755 $pkgdir/{etc,usr/lib}/{depmod,modprobe}.d $pkgdir/sbin
+
+  # add symlinks to kmod
+  ln -s ../usr/bin/kmod $pkgdir/sbin/modprobe
+  ln -s ../usr/bin/kmod $pkgdir/sbin/depmod
+
+  for tool in {ins,ls,rm}mod modinfo; do
+ln -s kmod $pkgdir/usr/bin/$tool
+  done
+
+  # install depmod.d file for search/ dir
+  install -Dm644 $srcdir/depmod-search.conf 
$pkgdir/usr/lib/depmod.d/search.conf
+}
+
+# vim: ft=sh syn=sh et

Copied: kmod/repos/testing-i686/depmod-search.conf (from rev 166389, 
kmod/trunk/depmod-search.conf)
===
--- testing-i686/depmod-search.conf (rev 0)
+++ testing-i686/depmod-search.conf 2012-09-07 13:56:39 UTC (rev 166390)
@@ -0,0 +1,5 @@
+#
+# /usr/lib/depmod.d/search.conf
+#
+
+search updates extramodules built-in

Copied: kmod/repos/testing-x86_64/PKGBUILD (from rev 166389, 
kmod/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-07 13:56:39 UTC (rev 166390)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=10
+pkgrel=1
+pkgdesc=Linux kernel module handling
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
+license=('GPL2')
+depends=('glibc' 'zlib')
+makedepends=('gtk-doc')
+options=('!libtool')
+provides=('module-init-tools=3.16')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
+depmod-search.conf)
+md5sums=('e2a883c4df15a50f78a7a61d5b64089f'
+ 'dd62cbf62bd8f212f51ef8c43bec9a77')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--with-zlib
+
+  make
+}
+
+check() {
+  # testsuite is broken on 32-bit because of an unhandled EEXIST on mkdir_p
+  make -C $pkgname-$pkgver check || :
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # extra directories
+  install -dm755 $pkgdir/{etc,usr/lib}/{depmod,modprobe}.d $pkgdir/sbin
+
+  # add symlinks to kmod
+  ln -s ../usr/bin/kmod $pkgdir/sbin/modprobe
+  ln -s ../usr/bin/kmod $pkgdir/sbin/depmod
+
+  for tool in {ins,ls,rm}mod modinfo; do
+ln -s kmod $pkgdir/usr/bin/$tool
+  done
+
+  # install depmod.d file for search/ dir
+  install -Dm644 $srcdir/depmod-search.conf 
$pkgdir/usr/lib/depmod.d/search.conf
+}
+
+# vim: ft=sh syn=sh et

Copied: kmod/repos/testing-x86_64/depmod-search.conf (from rev 166389, 
kmod/trunk/depmod-search.conf)
===
--- testing-x86_64/depmod-search.conf   (rev 0)
+++ 

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

2012-09-07 Thread andyrtr
Date: Friday, September 7, 2012 @ 10:27:44
  Author: andyrtr
Revision: 166391

prepare Xorg 1.13.0 release, add ABI providers that drivers can depend on the 
ABI and no more on major Xorg-server versions

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 13:56:39 UTC (rev 166390)
+++ PKGBUILD2012-09-07 14:27:44 UTC (rev 166391)
@@ -3,7 +3,7 @@
 
 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.12.4
+pkgver=1.13.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
@@ -19,7 +19,7 @@
 xvfb-run
 xvfb-run.1
 10-quirks.conf)
-sha256sums=('8ac07c35306ba3fb3c0972722dd4e919303039eca1d40ac7862560e0b2c94cf7'
+sha256sums=('548b91cb01087ad4f892428e7ac4955251cf12393e86c70420436b33848ef28a'
 '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
 'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
@@ -94,7 +94,8 @@
   pkgdesc=Xorg X server
   depends=(libxdmcp libxfont udev libpciaccess libdrm pixman libgcrypt libxau 
xorg-server-common xf86-input-evdev)
   backup=('etc/X11/xorg.conf.d/10-evdev.conf' 
'etc/X11/xorg.conf.d/10-quirks.conf')
-  provides=('x-server')
+  # see xorg-server-1.13.0/hw/xfree86/common/xf86Module.h for ABI version
+  provides=('X-ABI-VIDEODRV_VERSION=13.0' 'X-ABI-XINPUT_VERSION=18.0' 
'X-ABI-EXTENSION_VERSION=7.0' 'x-server')
   groups=('xorg')
   conflicts=('nvidia-utils=290.10')
 



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

2012-09-07 Thread Dave Reisner
Date: Friday, September 7, 2012 @ 10:56:07
  Author: dreisner
Revision: 166392

reverse module move and depmod calls

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 14:27:44 UTC (rev 166391)
+++ PKGBUILD2012-09-07 14:56:07 UTC (rev 166392)
@@ -162,11 +162,11 @@
   mkdir -p 
${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}
   echo ${_kernver}  
${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}/version
 
+  # Now we call depmod...
+  depmod -b $pkgdir -F System.map $_kernver
+
   # move module tree /lib - /usr/lib
   mv $pkgdir/lib $pkgdir/usr
-
-  # Now we call depmod...
-  depmod -b $pkgdir -F System.map $_kernver
 }
 
 _package-headers() {



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

2012-09-07 Thread Dave Reisner
Date: Friday, September 7, 2012 @ 10:56:34
  Author: dreisner
Revision: 166393

reverse module move and depmod calls

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 14:56:07 UTC (rev 166392)
+++ PKGBUILD2012-09-07 14:56:34 UTC (rev 166393)
@@ -160,11 +160,11 @@
   mkdir -p 
${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}
   echo ${_kernver}  
${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}/version
 
+  # Now we call depmod...
+  depmod -b $pkgdir -F System.map $_kernver
+
   # move module tree /lib - /usr/lib
   mv $pkgdir/lib $pkgdir/usr
-
-  # Now we call depmod...
-  depmod -b $pkgdir -F System.map $_kernver
 }
 
 _package-headers() {



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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 12:07:30
  Author: tpowa
Revision: 166394

upgpkg: ocaml 4.00.0-1

bump to latest version

Modified:
  ocaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 14:56:34 UTC (rev 166393)
+++ PKGBUILD2012-09-07 16:07:30 UTC (rev 166394)
@@ -3,8 +3,8 @@
 
 pkgbase='ocaml'
 pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=3.12.1
-pkgrel=3
+pkgver=4.00.0
+pkgrel=1
 pkgdesc=A functional language with OO extensions
 arch=('i686' 'x86_64')
 license=('LGPL2' 'custom: QPL-1.0')
@@ -12,8 +12,7 @@
 depends=('gdbm')
 makedepends=('tk' 'ncurses=5.6-7' 'libx11')
 optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-3.12/${pkgname}-${pkgver}.tar.gz)
-md5sums=('814a047085f0f901ab7d8e3a4b7a9e65')
+source=(http://caml.inria.fr/distrib/ocaml-4.00/${pkgname}-${pkgver}.tar.gz)
 options=('!makeflags' '!emptydirs')
 
 build() {
@@ -55,3 +54,4 @@
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
 }
+md5sums=('fa11560a45793bd9fa45c1295a6f4a91')



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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 12:07:57
  Author: tpowa
Revision: 166395

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

Added:
  ocaml/repos/extra-i686/PKGBUILD
(from rev 166394, ocaml/trunk/PKGBUILD)
  ocaml/repos/extra-i686/fix-ocaml-binutils-2.21.patch
(from rev 166394, ocaml/trunk/fix-ocaml-binutils-2.21.patch)
  ocaml/repos/extra-x86_64/PKGBUILD
(from rev 166394, ocaml/trunk/PKGBUILD)
  ocaml/repos/extra-x86_64/fix-ocaml-binutils-2.21.patch
(from rev 166394, ocaml/trunk/fix-ocaml-binutils-2.21.patch)
Deleted:
  ocaml/repos/extra-i686/PKGBUILD
  ocaml/repos/extra-i686/fix-ocaml-binutils-2.21.patch
  ocaml/repos/extra-x86_64/PKGBUILD
  ocaml/repos/extra-x86_64/fix-ocaml-binutils-2.21.patch

+
 extra-i686/PKGBUILD|  114 +++
 extra-i686/fix-ocaml-binutils-2.21.patch   |  132 +--
 extra-x86_64/PKGBUILD  |  114 +++
 extra-x86_64/fix-ocaml-binutils-2.21.patch |  132 +--
 4 files changed, 246 insertions(+), 246 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-07 16:07:30 UTC (rev 166394)
+++ extra-i686/PKGBUILD 2012-09-07 16:07:57 UTC (rev 166395)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgbase='ocaml'
-pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=3.12.1
-pkgrel=3
-pkgdesc=A functional language with OO extensions
-arch=('i686' 'x86_64')
-license=('LGPL2' 'custom: QPL-1.0')
-url=http://caml.inria.fr/;
-depends=('gdbm')
-makedepends=('tk' 'ncurses=5.6-7' 'libx11')
-optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-3.12/${pkgname}-${pkgver}.tar.gz)
-md5sums=('814a047085f0f901ab7d8e3a4b7a9e65')
-options=('!makeflags' '!emptydirs')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure -prefix /usr 
-  make world.opt
-}
-
-package_ocaml() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make PREFIX=${pkgdir}/usr MANDIR=${pkgdir}/usr/share/man install
-   
-  # Save 10MB with this one, makepkg only strips debug symbols.
-  #find ${pkgdir}/usr/lib -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
-
-  # install license
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-package_ocaml-compiler-libs() {
-pkgdesc=Several modules used internally by the OCaml compiler
-license=('custom: QPL-1.0')
-depends=('ocaml')
-optdepends=()
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # Install compiler libraries
-  local compiler_libs=${pkgdir}/usr/lib/ocaml/compiler-libs
-  mkdir -p $compiler_libs/{parsing,typing,utils}
-  cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} $compiler_libs/parsing
-  cp typing/*.{cmi,cmo,cmx,ml,mli,o} $compiler_libs/typing
-  cp utils/*.{cmi,cmo,cmx,ml,mli,o} $compiler_libs/utils
-  # duplicated by installation
-  rm -f $compiler_libs/typing/outcometree.{cmi,mli}
-
-  # install license
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: ocaml/repos/extra-i686/PKGBUILD (from rev 166394, ocaml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-07 16:07:57 UTC (rev 166395)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgbase='ocaml'
+pkgname=('ocaml' 'ocaml-compiler-libs')
+pkgver=4.00.0
+pkgrel=1
+pkgdesc=A functional language with OO extensions
+arch=('i686' 'x86_64')
+license=('LGPL2' 'custom: QPL-1.0')
+url=http://caml.inria.fr/;
+depends=('gdbm')
+makedepends=('tk' 'ncurses=5.6-7' 'libx11')
+optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
+source=(http://caml.inria.fr/distrib/ocaml-4.00/${pkgname}-${pkgver}.tar.gz)
+options=('!makeflags' '!emptydirs')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure -prefix /usr 
+  make world.opt
+}
+
+package_ocaml() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make PREFIX=${pkgdir}/usr MANDIR=${pkgdir}/usr/share/man install
+   
+  # Save 10MB with this one, makepkg only strips debug symbols.
+  #find ${pkgdir}/usr/lib -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
+
+  # install license
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+package_ocaml-compiler-libs() {
+pkgdesc=Several modules used internally by the OCaml compiler
+license=('custom: QPL-1.0')
+depends=('ocaml')
+optdepends=()
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Install compiler libraries
+  local compiler_libs=${pkgdir}/usr/lib/ocaml/compiler-libs
+  mkdir -p $compiler_libs/{parsing,typing,utils}
+  cp 

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

2012-09-07 Thread Pierre Schmitz
Date: Friday, September 7, 2012 @ 12:30:23
  Author: pierre
Revision: 166396

upgpkg: php-apc 3.1.13-1

Modified:
  php-apc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 16:07:57 UTC (rev 166395)
+++ PKGBUILD2012-09-07 16:30:23 UTC (rev 166396)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-apc
-pkgver=3.1.12
+pkgver=3.1.13
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
@@ -11,7 +11,7 @@
 license=('PHP')
 source=(http://pecl.php.net/get/APC-${pkgver}.tgz;)
 backup=('etc/php/conf.d/apc.ini')
-md5sums=('b0ab91726717f410dfa284d5d1723b60')
+md5sums=('c9e47002e3a67ebde3a6f81437c7b6e0')
 
 build() {
cd $srcdir/APC-$pkgver



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

2012-09-07 Thread Pierre Schmitz
Date: Friday, September 7, 2012 @ 12:30:54
  Author: pierre
Revision: 166397

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

Added:
  php-apc/repos/testing-i686/
  php-apc/repos/testing-i686/PKGBUILD
(from rev 166396, php-apc/trunk/PKGBUILD)
  php-apc/repos/testing-x86_64/
  php-apc/repos/testing-x86_64/PKGBUILD
(from rev 166396, php-apc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: php-apc/repos/testing-i686/PKGBUILD (from rev 166396, 
php-apc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-07 16:30:54 UTC (rev 166397)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-apc
+pkgver=3.1.13
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
+url='http://pecl.php.net/package/APC'
+depends=('php')
+license=('PHP')
+source=(http://pecl.php.net/get/APC-${pkgver}.tgz;)
+backup=('etc/php/conf.d/apc.ini')
+md5sums=('c9e47002e3a67ebde3a6f81437c7b6e0')
+
+build() {
+   cd $srcdir/APC-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/APC-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/APC-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   echo ';extension=apc.so'  apc.ini
+   install -D -m644 apc.ini $pkgdir/etc/php/conf.d/apc.ini
+   install -D -m644 apc.php $pkgdir/usr/share/php-apc/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apc/install.txt
+}

Copied: php-apc/repos/testing-x86_64/PKGBUILD (from rev 166396, 
php-apc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-07 16:30:54 UTC (rev 166397)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-apc
+pkgver=3.1.13
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
+url='http://pecl.php.net/package/APC'
+depends=('php')
+license=('PHP')
+source=(http://pecl.php.net/get/APC-${pkgver}.tgz;)
+backup=('etc/php/conf.d/apc.ini')
+md5sums=('c9e47002e3a67ebde3a6f81437c7b6e0')
+
+build() {
+   cd $srcdir/APC-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/APC-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/APC-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   echo ';extension=apc.so'  apc.ini
+   install -D -m644 apc.ini $pkgdir/etc/php/conf.d/apc.ini
+   install -D -m644 apc.php $pkgdir/usr/share/php-apc/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apc/install.txt
+}



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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 12:42:49
  Author: tpowa
Revision: 166398

upgpkg: lablgtk2 2.16.0-1

bump to latest version

Modified:
  lablgtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 16:30:54 UTC (rev 166397)
+++ PKGBUILD2012-09-07 16:42:49 UTC (rev 166398)
@@ -2,8 +2,8 @@
 #Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=lablgtk2
-pkgver=2.14.2
-pkgrel=5
+pkgver=2.16.0
+pkgrel=1
 pkgdesc= An Objective Caml interface to gtk2
 arch=(i686 x86_64)
 license=('LGPL')
@@ -12,9 +12,8 @@
 makedepends=('ocaml')
 optdepends=('ocaml: for using the tools')
 DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/561/lablgtk-${pkgver}.tar.gz)
+source=(https://forge.ocamlcore.org/frs/download.php/979/lablgtk-${pkgver}.tar.gz)
 options=(!makeflags)
-md5sums=('bad77680a72dab8b915cae99d1ec9b1f')
 
 build() {
   cd ${srcdir}/lablgtk-${pkgver}
@@ -25,6 +24,7 @@
 
 package() {
   cd ${srcdir}/lablgtk-${pkgver}
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} old-install
   install -m644 META ${pkgdir}/usr/lib/ocaml/lablgtk2/
 }
+md5sums=('052519ce2a77d2316732bc4d565b6399')



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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 12:43:18
  Author: tpowa
Revision: 166399

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-07 16:42:49 UTC (rev 166398)
+++ extra-i686/PKGBUILD 2012-09-07 16:43:18 UTC (rev 166399)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=lablgtk2
-pkgver=2.14.2
-pkgrel=5
-pkgdesc= An Objective Caml interface to gtk2
-arch=(i686 x86_64)
-license=('LGPL')
-url=http://lablgtk.forge.ocamlcore.org/;
-depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
-makedepends=('ocaml')
-optdepends=('ocaml: for using the tools')
-DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/561/lablgtk-${pkgver}.tar.gz)
-options=(!makeflags)
-md5sums=('bad77680a72dab8b915cae99d1ec9b1f')
-
-build() {
-  cd ${srcdir}/lablgtk-${pkgver}
-  ./configure --prefix=/usr
-  make world
-  make opt
-}
-
-package() {
-  cd ${srcdir}/lablgtk-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m644 META ${pkgdir}/usr/lib/ocaml/lablgtk2/
-}

Copied: lablgtk2/repos/extra-i686/PKGBUILD (from rev 166398, 
lablgtk2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-07 16:43:18 UTC (rev 166399)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=lablgtk2
+pkgver=2.16.0
+pkgrel=1
+pkgdesc= An Objective Caml interface to gtk2
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://lablgtk.forge.ocamlcore.org/;
+depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
+makedepends=('ocaml')
+optdepends=('ocaml: for using the tools')
+DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
+source=(https://forge.ocamlcore.org/frs/download.php/979/lablgtk-${pkgver}.tar.gz)
+options=(!makeflags)
+
+build() {
+  cd ${srcdir}/lablgtk-${pkgver}
+  ./configure --prefix=/usr
+  make world
+  make opt
+}
+
+package() {
+  cd ${srcdir}/lablgtk-${pkgver}
+  make DESTDIR=${pkgdir} old-install
+  install -m644 META ${pkgdir}/usr/lib/ocaml/lablgtk2/
+}
+md5sums=('052519ce2a77d2316732bc4d565b6399')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-07 16:42:49 UTC (rev 166398)
+++ extra-x86_64/PKGBUILD   2012-09-07 16:43:18 UTC (rev 166399)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=lablgtk2
-pkgver=2.14.2
-pkgrel=5
-pkgdesc= An Objective Caml interface to gtk2
-arch=(i686 x86_64)
-license=('LGPL')
-url=http://lablgtk.forge.ocamlcore.org/;
-depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
-makedepends=('ocaml')
-optdepends=('ocaml: for using the tools')
-DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/561/lablgtk-${pkgver}.tar.gz)
-options=(!makeflags)
-md5sums=('bad77680a72dab8b915cae99d1ec9b1f')
-
-build() {
-  cd ${srcdir}/lablgtk-${pkgver}
-  ./configure --prefix=/usr
-  make world
-  make opt
-}
-
-package() {
-  cd ${srcdir}/lablgtk-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m644 META ${pkgdir}/usr/lib/ocaml/lablgtk2/
-}

Copied: lablgtk2/repos/extra-x86_64/PKGBUILD (from rev 166398, 
lablgtk2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-07 16:43:18 UTC (rev 166399)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=lablgtk2
+pkgver=2.16.0
+pkgrel=1
+pkgdesc= An Objective Caml interface to gtk2
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://lablgtk.forge.ocamlcore.org/;
+depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
+makedepends=('ocaml')
+optdepends=('ocaml: for using the tools')
+DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
+source=(https://forge.ocamlcore.org/frs/download.php/979/lablgtk-${pkgver}.tar.gz)
+options=(!makeflags)
+
+build() {
+  cd ${srcdir}/lablgtk-${pkgver}
+  ./configure --prefix=/usr
+ 

[arch-commits] Commit in facile/trunk (PKGBUILD ocaml-facile-ocaml-4.patch)

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 12:45:50
  Author: tpowa
Revision: 166400

upgpkg: facile 1.1-14

rebuild against ocaml4

Added:
  facile/trunk/ocaml-facile-ocaml-4.patch
Modified:
  facile/trunk/PKGBUILD

+
 PKGBUILD   |   10 --
 ocaml-facile-ocaml-4.patch |   25 +
 2 files changed, 33 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 16:43:18 UTC (rev 166399)
+++ PKGBUILD2012-09-07 16:45:50 UTC (rev 166400)
@@ -3,21 +3,27 @@
 
 pkgname=facile
 pkgver=1.1
-pkgrel=13
+pkgrel=14
 pkgdesc=A Functional Constraint Library
 arch=(i686 x86_64)
 url=http://www.recherche.enac.fr/opti/facile/;
 license=LGPL
 makedepends=('ocaml')
 depends=()
-source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz)
+source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
+ocaml-facile-ocaml-4.patch)
+
 md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
+  # fix ocaml4
+  patch -Np1 -i ../ocaml-facile-ocaml-4.patch
   ./configure
   make || return 1
   mkdir -p $startdir/pkg/usr/lib/ocaml/facile
   cd src
   install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
$startdir/pkg/usr/lib/ocaml/facile
 }
+md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
+ '1ffc2f08c9f1db8ef0d444ec06f82b79')

Added: ocaml-facile-ocaml-4.patch
===
--- ocaml-facile-ocaml-4.patch  (rev 0)
+++ ocaml-facile-ocaml-4.patch  2012-09-07 16:45:50 UTC (rev 166400)
@@ -0,0 +1,25 @@
+diff -ur facile-1.1.old/src/facile.mli facile-1.1/src/facile.mli
+--- facile-1.1.old/src/facile.mli  2004-09-08 10:51:02.0 +0100
 facile-1.1/src/facile.mli  2012-06-10 21:06:41.553916954 +0100
+@@ -127,7 +127,7 @@
+   module Hashtbl :
+ sig
+   type ('a, 'b) t
+-  val create : int - ('a, 'b) t
++  val create : ?random:bool - int - ('a, 'b) t
+   val get : ('a, 'b) t - ('a, 'b) Hashtbl.t
+   val add : ('a, 'b) t - 'a - 'b - unit
+   val find : ('a, 'b) t - 'a - 'b
+Binary files facile-1.1.old/src/fcl_data.cmi and facile-1.1/src/fcl_data.cmi 
differ
+diff -ur facile-1.1.old/src/fcl_data.mli facile-1.1/src/fcl_data.mli
+--- facile-1.1.old/src/fcl_data.mli2004-09-08 10:51:02.0 +0100
 facile-1.1/src/fcl_data.mli2012-06-10 21:06:25.841590828 +0100
+@@ -23,7 +23,7 @@
+ 
+ module Hashtbl : sig
+   type ('a, 'b) t
+-  val create : int - ('a, 'b) t
++  val create : ?random:bool - int - ('a, 'b) t
+   val get : ('a, 'b) t - ('a, 'b) Hashtbl.t
+   val add : ('a, 'b) t - 'a - 'b - unit
+   val find : ('a, 'b) t - 'a - 'b



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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 12:46:16
  Author: tpowa
Revision: 166401

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

Added:
  facile/repos/extra-i686/PKGBUILD
(from rev 166400, facile/trunk/PKGBUILD)
  facile/repos/extra-i686/ocaml-facile-ocaml-4.patch
(from rev 166400, facile/trunk/ocaml-facile-ocaml-4.patch)
  facile/repos/extra-x86_64/PKGBUILD
(from rev 166400, facile/trunk/PKGBUILD)
  facile/repos/extra-x86_64/ocaml-facile-ocaml-4.patch
(from rev 166400, facile/trunk/ocaml-facile-ocaml-4.patch)
Deleted:
  facile/repos/extra-i686/PKGBUILD
  facile/repos/extra-x86_64/PKGBUILD

-+
 extra-i686/PKGBUILD |   52 --
 extra-i686/ocaml-facile-ocaml-4.patch   |   25 ++
 extra-x86_64/PKGBUILD   |   52 --
 extra-x86_64/ocaml-facile-ocaml-4.patch |   25 ++
 4 files changed, 108 insertions(+), 46 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-07 16:45:50 UTC (rev 166400)
+++ extra-i686/PKGBUILD 2012-09-07 16:46:16 UTC (rev 166401)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=facile
-pkgver=1.1
-pkgrel=13
-pkgdesc=A Functional Constraint Library
-arch=(i686 x86_64)
-url=http://www.recherche.enac.fr/opti/facile/;
-license=LGPL
-makedepends=('ocaml')
-depends=()
-source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz)
-md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure
-  make || return 1
-  mkdir -p $startdir/pkg/usr/lib/ocaml/facile
-  cd src
-  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
$startdir/pkg/usr/lib/ocaml/facile
-}

Copied: facile/repos/extra-i686/PKGBUILD (from rev 166400, 
facile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-07 16:46:16 UTC (rev 166401)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=facile
+pkgver=1.1
+pkgrel=14
+pkgdesc=A Functional Constraint Library
+arch=(i686 x86_64)
+url=http://www.recherche.enac.fr/opti/facile/;
+license=LGPL
+makedepends=('ocaml')
+depends=()
+source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
+ocaml-facile-ocaml-4.patch)
+
+md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e')
+
+build() {
+  cd $startdir/src/$pkgname-$pkgver
+  # fix ocaml4
+  patch -Np1 -i ../ocaml-facile-ocaml-4.patch
+  ./configure
+  make || return 1
+  mkdir -p $startdir/pkg/usr/lib/ocaml/facile
+  cd src
+  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
$startdir/pkg/usr/lib/ocaml/facile
+}
+md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
+ '1ffc2f08c9f1db8ef0d444ec06f82b79')

Copied: facile/repos/extra-i686/ocaml-facile-ocaml-4.patch (from rev 166400, 
facile/trunk/ocaml-facile-ocaml-4.patch)
===
--- extra-i686/ocaml-facile-ocaml-4.patch   (rev 0)
+++ extra-i686/ocaml-facile-ocaml-4.patch   2012-09-07 16:46:16 UTC (rev 
166401)
@@ -0,0 +1,25 @@
+diff -ur facile-1.1.old/src/facile.mli facile-1.1/src/facile.mli
+--- facile-1.1.old/src/facile.mli  2004-09-08 10:51:02.0 +0100
 facile-1.1/src/facile.mli  2012-06-10 21:06:41.553916954 +0100
+@@ -127,7 +127,7 @@
+   module Hashtbl :
+ sig
+   type ('a, 'b) t
+-  val create : int - ('a, 'b) t
++  val create : ?random:bool - int - ('a, 'b) t
+   val get : ('a, 'b) t - ('a, 'b) Hashtbl.t
+   val add : ('a, 'b) t - 'a - 'b - unit
+   val find : ('a, 'b) t - 'a - 'b
+Binary files facile-1.1.old/src/fcl_data.cmi and facile-1.1/src/fcl_data.cmi 
differ
+diff -ur facile-1.1.old/src/fcl_data.mli facile-1.1/src/fcl_data.mli
+--- facile-1.1.old/src/fcl_data.mli2004-09-08 10:51:02.0 +0100
 facile-1.1/src/fcl_data.mli2012-06-10 21:06:25.841590828 +0100
+@@ -23,7 +23,7 @@
+ 
+ module Hashtbl : sig
+   type ('a, 'b) t
+-  val create : int - ('a, 'b) t
++  val create : ?random:bool - int - ('a, 'b) t
+   val get : ('a, 'b) t - ('a, 'b) Hashtbl.t
+   val add : ('a, 'b) t - 'a - 'b - unit
+   val find : ('a, 'b) t - 'a - 'b

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-07 16:45:50 UTC (rev 166400)
+++ extra-x86_64/PKGBUILD   2012-09-07 16:46:16 UTC (rev 166401)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=facile
-pkgver=1.1
-pkgrel=13
-pkgdesc=A Functional Constraint Library
-arch=(i686 x86_64)
-url=http://www.recherche.enac.fr/opti/facile/;
-license=LGPL
-makedepends=('ocaml')
-depends=()

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

2012-09-07 Thread Dave Reisner
Date: Friday, September 7, 2012 @ 12:49:13
  Author: dreisner
Revision: 166402

upgpkg: abs 2.4.4-1

Modified:
  abs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 16:46:16 UTC (rev 166401)
+++ PKGBUILD2012-09-07 16:49:13 UTC (rev 166402)
@@ -2,31 +2,32 @@
 # Maintainer: Allan McRae al...@archlinux.org
 
 pkgname=abs
-pkgver=2.4.3
-pkgrel=2
+pkgver=2.4.4
+pkgrel=1
 pkgdesc=Utilities to download and work with the Arch Build System (ABS)
 arch=('i686' 'x86_64')
 url=http://projects.archlinux.org/abs.git/;
 license=('GPL')
 depends=('bash' 'rsync')
 backup=(etc/abs.conf)
-source=(ftp://ftp.archlinux.org/other/abs/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b8b46b22d2f9a2aec2c994ccf230b4fd')
+source=(ftp://ftp.archlinux.org/other/abs/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('7258c739a93e02a4f31f114e9fc3b0ba'
+ 'a628f7d5b1cd1e838366b88709690c24')
 
 build() {
-  cd ${srcdir}/${pkgname}
+  cd $pkgname-$pkgver
 
-  make prefix=/usr sysconfdir=/etc prepare
+  make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}
+  cd $pkgname-$pkgver
 
   make DESTDIR=${pkgdir} install
 
   # Add readme file, and make base /var/abs path
-  install -dm0755 ${pkgdir}/var/abs/local/
-  install -Dm0644 ${srcdir}/abs/README ${pkgdir}/var/abs/README
+  install -dm755 ${pkgdir}/var/abs/local/
+  install -Dm644 README ${pkgdir}/var/abs/README
 
   # make adjustments to abs.conf
   if [[ $CARCH = i686 ]]; then



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

2012-09-07 Thread Dave Reisner
Date: Friday, September 7, 2012 @ 12:50:29
  Author: dreisner
Revision: 166403

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-07 16:49:13 UTC (rev 166402)
+++ extra-i686/PKGBUILD 2012-09-07 16:50:29 UTC (rev 166403)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=abs
-pkgver=2.4.3
-pkgrel=2
-pkgdesc=Utilities to download and work with the Arch Build System (ABS)
-arch=('i686' 'x86_64')
-url=http://projects.archlinux.org/abs.git/;
-license=('GPL')
-depends=('bash' 'rsync')
-backup=(etc/abs.conf)
-source=(ftp://ftp.archlinux.org/other/abs/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b8b46b22d2f9a2aec2c994ccf230b4fd')
-
-build() {
-  cd ${srcdir}/${pkgname}
-
-  make prefix=/usr sysconfdir=/etc prepare
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-
-  make DESTDIR=${pkgdir} install
-
-  # Add readme file, and make base /var/abs path
-  install -dm0755 ${pkgdir}/var/abs/local/
-  install -Dm0644 ${srcdir}/abs/README ${pkgdir}/var/abs/README
-
-  # make adjustments to abs.conf
-  if [[ $CARCH = i686 ]]; then
-sed -i -e 's| multilib||' -e 's| !multilib-testing||' 
${pkgdir}/etc/abs.conf
-  fi
-  if [[ $CARCH = x86_64 ]]; then
-sed -i '/ARCH=/s|i686|x86_64|' ${pkgdir}/etc/abs.conf
-  fi
-}

Copied: abs/repos/extra-i686/PKGBUILD (from rev 166402, abs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-07 16:50:29 UTC (rev 166403)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=abs
+pkgver=2.4.4
+pkgrel=1
+pkgdesc=Utilities to download and work with the Arch Build System (ABS)
+arch=('i686' 'x86_64')
+url=http://projects.archlinux.org/abs.git/;
+license=('GPL')
+depends=('bash' 'rsync')
+backup=(etc/abs.conf)
+source=(ftp://ftp.archlinux.org/other/abs/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('7258c739a93e02a4f31f114e9fc3b0ba'
+ 'a628f7d5b1cd1e838366b88709690c24')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # Add readme file, and make base /var/abs path
+  install -dm755 ${pkgdir}/var/abs/local/
+  install -Dm644 README ${pkgdir}/var/abs/README
+
+  # make adjustments to abs.conf
+  if [[ $CARCH = i686 ]]; then
+sed -i -e 's| multilib||' -e 's| !multilib-testing||' 
${pkgdir}/etc/abs.conf
+  fi
+  if [[ $CARCH = x86_64 ]]; then
+sed -i '/ARCH=/s|i686|x86_64|' ${pkgdir}/etc/abs.conf
+  fi
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-07 16:49:13 UTC (rev 166402)
+++ extra-x86_64/PKGBUILD   2012-09-07 16:50:29 UTC (rev 166403)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=abs
-pkgver=2.4.3
-pkgrel=2
-pkgdesc=Utilities to download and work with the Arch Build System (ABS)
-arch=('i686' 'x86_64')
-url=http://projects.archlinux.org/abs.git/;
-license=('GPL')
-depends=('bash' 'rsync')
-backup=(etc/abs.conf)
-source=(ftp://ftp.archlinux.org/other/abs/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b8b46b22d2f9a2aec2c994ccf230b4fd')
-
-build() {
-  cd ${srcdir}/${pkgname}
-
-  make prefix=/usr sysconfdir=/etc prepare
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-
-  make DESTDIR=${pkgdir} install
-
-  # Add readme file, and make base /var/abs path
-  install -dm0755 ${pkgdir}/var/abs/local/
-  install -Dm0644 ${srcdir}/abs/README ${pkgdir}/var/abs/README
-
-  # make adjustments to abs.conf
-  if [[ $CARCH = i686 ]]; then
-sed -i -e 's| multilib||' -e 's| !multilib-testing||' 
${pkgdir}/etc/abs.conf
-  fi
-  if [[ $CARCH = x86_64 ]]; then
-sed -i '/ARCH=/s|i686|x86_64|' ${pkgdir}/etc/abs.conf
-  fi
-}

Copied: abs/repos/extra-x86_64/PKGBUILD (from rev 166402, abs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-07 16:50:29 UTC (rev 166403)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=abs
+pkgver=2.4.4
+pkgrel=1
+pkgdesc=Utilities to download and work with the Arch Build System (ABS)
+arch=('i686' 'x86_64')
+url=http://projects.archlinux.org/abs.git/;
+license=('GPL')
+depends=('bash' 'rsync')
+backup=(etc/abs.conf)

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

2012-09-07 Thread Pierre Schmitz
Date: Friday, September 7, 2012 @ 12:52:02
  Author: pierre
Revision: 166404

db-move: moved php-apc from [testing] to [extra] (i686, x86_64)

Added:
  php-apc/repos/extra-i686/PKGBUILD
(from rev 166403, php-apc/repos/testing-i686/PKGBUILD)
  php-apc/repos/extra-x86_64/PKGBUILD
(from rev 166403, php-apc/repos/testing-x86_64/PKGBUILD)
Deleted:
  php-apc/repos/extra-i686/PKGBUILD
  php-apc/repos/extra-x86_64/PKGBUILD
  php-apc/repos/testing-i686/
  php-apc/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-07 16:50:29 UTC (rev 166403)
+++ extra-i686/PKGBUILD 2012-09-07 16:52:02 UTC (rev 166404)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-apc
-pkgver=3.1.12
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
-url='http://pecl.php.net/package/APC'
-depends=('php')
-license=('PHP')
-source=(http://pecl.php.net/get/APC-${pkgver}.tgz;)
-backup=('etc/php/conf.d/apc.ini')
-md5sums=('b0ab91726717f410dfa284d5d1723b60')
-
-build() {
-   cd $srcdir/APC-$pkgver
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-# check() {
-#  cd $srcdir/APC-$pkgver
-#  make test
-# }
-
-package() {
-   cd $srcdir/APC-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-   echo ';extension=apc.so'  apc.ini
-   install -D -m644 apc.ini $pkgdir/etc/php/conf.d/apc.ini
-   install -D -m644 apc.php $pkgdir/usr/share/php-apc/apc.php
-   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apc/install.txt
-}

Copied: php-apc/repos/extra-i686/PKGBUILD (from rev 166403, 
php-apc/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-07 16:52:02 UTC (rev 166404)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-apc
+pkgver=3.1.13
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
+url='http://pecl.php.net/package/APC'
+depends=('php')
+license=('PHP')
+source=(http://pecl.php.net/get/APC-${pkgver}.tgz;)
+backup=('etc/php/conf.d/apc.ini')
+md5sums=('c9e47002e3a67ebde3a6f81437c7b6e0')
+
+build() {
+   cd $srcdir/APC-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/APC-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/APC-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   echo ';extension=apc.so'  apc.ini
+   install -D -m644 apc.ini $pkgdir/etc/php/conf.d/apc.ini
+   install -D -m644 apc.php $pkgdir/usr/share/php-apc/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apc/install.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-07 16:50:29 UTC (rev 166403)
+++ extra-x86_64/PKGBUILD   2012-09-07 16:52:02 UTC (rev 166404)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-apc
-pkgver=3.1.12
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
-url='http://pecl.php.net/package/APC'
-depends=('php')
-license=('PHP')
-source=(http://pecl.php.net/get/APC-${pkgver}.tgz;)
-backup=('etc/php/conf.d/apc.ini')
-md5sums=('b0ab91726717f410dfa284d5d1723b60')
-
-build() {
-   cd $srcdir/APC-$pkgver
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-# check() {
-#  cd $srcdir/APC-$pkgver
-#  make test
-# }
-
-package() {
-   cd $srcdir/APC-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-   echo ';extension=apc.so'  apc.ini
-   install -D -m644 apc.ini $pkgdir/etc/php/conf.d/apc.ini
-   install -D -m644 apc.php $pkgdir/usr/share/php-apc/apc.php
-   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apc/install.txt
-}

Copied: php-apc/repos/extra-x86_64/PKGBUILD (from rev 166403, 
php-apc/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-07 16:52:02 UTC (rev 166404)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-apc
+pkgver=3.1.13
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
+url='http://pecl.php.net/package/APC'
+depends=('php')
+license=('PHP')

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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 12:52:13
  Author: tpowa
Revision: 166405

upgpkg: unison 2.40.65-1

bump to latest version

Modified:
  unison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 16:52:02 UTC (rev 166404)
+++ PKGBUILD2012-09-07 16:52:13 UTC (rev 166405)
@@ -2,8 +2,8 @@
 #Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=unison
-pkgver=2.40.63
-pkgrel=4
+pkgver=2.40.65
+pkgrel=1
 pkgdesc=Unison is a file-synchronization tool
 arch=(i686 x86_64)
 license=('GPL2')
@@ -11,10 +11,9 @@
 depends=('glibc')
 makedepends=('ocaml' 'lablgtk2' 'imagemagick')
 optdepends=('gtk2: for gtk2 support')
-source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/$pkgname-$pkgver.tar.gz
+source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
 $pkgname.desktop)
-md5sums=('3281207850cf6f0a17fe73f371893bd3'
- '2daecba7705455a8e4b769e48b059872')
+
 options=(!makeflags)
 
 build() {
@@ -51,3 +50,5 @@
  # make versioned symlink #29827
   ln -s unison unison-2.40
 }
+md5sums=('ade42565aa0f94834664040108119f5e'
+ '2daecba7705455a8e4b769e48b059872')



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

2012-09-07 Thread Pierre Schmitz
Date: Friday, September 7, 2012 @ 12:52:15
  Author: pierre
Revision: 166406

db-move: moved fetchmail from [testing] to [extra] (i686, x86_64)

Added:
  fetchmail/repos/extra-i686/PKGBUILD
(from rev 166403, fetchmail/repos/testing-i686/PKGBUILD)
  fetchmail/repos/extra-i686/fetchmail.conf
(from rev 166403, fetchmail/repos/testing-i686/fetchmail.conf)
  fetchmail/repos/extra-i686/fetchmail.install
(from rev 166403, fetchmail/repos/testing-i686/fetchmail.install)
  fetchmail/repos/extra-i686/fetchmail.rc
(from rev 166403, fetchmail/repos/testing-i686/fetchmail.rc)
  fetchmail/repos/extra-i686/fetchmail.service
(from rev 166403, fetchmail/repos/testing-i686/fetchmail.service)
  fetchmail/repos/extra-i686/fetchmail.tmpfiles
(from rev 166403, fetchmail/repos/testing-i686/fetchmail.tmpfiles)
  fetchmail/repos/extra-x86_64/PKGBUILD
(from rev 166403, fetchmail/repos/testing-x86_64/PKGBUILD)
  fetchmail/repos/extra-x86_64/fetchmail.conf
(from rev 166403, fetchmail/repos/testing-x86_64/fetchmail.conf)
  fetchmail/repos/extra-x86_64/fetchmail.install
(from rev 166403, fetchmail/repos/testing-x86_64/fetchmail.install)
  fetchmail/repos/extra-x86_64/fetchmail.rc
(from rev 166403, fetchmail/repos/testing-x86_64/fetchmail.rc)
  fetchmail/repos/extra-x86_64/fetchmail.service
(from rev 166403, fetchmail/repos/testing-x86_64/fetchmail.service)
  fetchmail/repos/extra-x86_64/fetchmail.tmpfiles
(from rev 166403, fetchmail/repos/testing-x86_64/fetchmail.tmpfiles)
Deleted:
  fetchmail/repos/extra-i686/PKGBUILD
  fetchmail/repos/extra-i686/fetchmail.conf
  fetchmail/repos/extra-i686/fetchmail.install
  fetchmail/repos/extra-i686/fetchmail.rc
  fetchmail/repos/extra-i686/fetchmail.service
  fetchmail/repos/extra-i686/fetchmail.tmpfiles
  fetchmail/repos/extra-x86_64/PKGBUILD
  fetchmail/repos/extra-x86_64/fetchmail.conf
  fetchmail/repos/extra-x86_64/fetchmail.install
  fetchmail/repos/extra-x86_64/fetchmail.rc
  fetchmail/repos/extra-x86_64/fetchmail.service
  fetchmail/repos/extra-x86_64/fetchmail.tmpfiles
  fetchmail/repos/testing-i686/
  fetchmail/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   84 +++---
 extra-i686/fetchmail.conf   |   10 ++--
 extra-i686/fetchmail.install|   52 +++
 extra-i686/fetchmail.rc |   76 +-
 extra-i686/fetchmail.service|   24 +-
 extra-i686/fetchmail.tmpfiles   |2 
 extra-x86_64/PKGBUILD   |   84 +++---
 extra-x86_64/fetchmail.conf |   10 ++--
 extra-x86_64/fetchmail.install  |   52 +++
 extra-x86_64/fetchmail.rc   |   76 +-
 extra-x86_64/fetchmail.service  |   24 +-
 extra-x86_64/fetchmail.tmpfiles |2 
 12 files changed, 248 insertions(+), 248 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-07 16:52:13 UTC (rev 166405)
+++ extra-i686/PKGBUILD 2012-09-07 16:52:15 UTC (rev 166406)
@@ -1,42 +0,0 @@
-# $Id$
-
-pkgname=fetchmail
-pkgver=6.3.21
-pkgrel=4
-pkgdesc=A remote-mail retrieval utility
-arch=('i686' 'x86_64')
-url=http://fetchmail.berlios.de/;
-license=('GPL')
-depends=('openssl')
-makedepends=('python2')
-optdepends=('tk: for using fetchmailconf'
-'python2: for using fetchmailconf')
-backup=('etc/conf.d/fetchmail')
-options=('!makeflags')
-install='fetchmail.install'
-source=(http://downloads.sourceforge.net/$pkgname.berlios/${pkgname}-${pkgver}.tar.xz;
-
http://downloads.sourceforge.net/$pkgname.berlios/${pkgname}-${pkgver}.tar.xz.asc;
-'fetchmail.rc' 'fetchmail.conf' 'fetchmail.tmpfiles' 
'fetchmail.service')
-sha1sums=('4f1e5f2e1a616d4007da1de9c976c2c1fb5dcb81'
-  'bc8c68ec0d71b97d3168981cbaa4b04ab8e56059'
-  'fc25180f1add26df0a3bdaac03fd9d2e3473ff88'
-  '30401729386d6f774c6c36ab8530842166de54a8'
-  '199ba749c829f22286c34aabcf8b7dd5bbd7c0e6'
-  '11ff81fc8363a54099880da18634b0d1ecf9fa82')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' fetchmailconf.py
-  PYTHON=python2 ./configure --prefix=/usr --with-ssl=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm755 ${srcdir}/fetchmail.rc ${pkgdir}/etc/rc.d/fetchmail
-  install -Dm644 ${srcdir}/fetchmail.conf ${pkgdir}/etc/conf.d/fetchmail
-  install -d -o 90 -g nobody ${pkgdir}/var/lib/fetchmail
-  install -D -m644 ${srcdir}/fetchmail.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/fetchmail.conf
-  install -D -m644 ${srcdir}/fetchmail.service 
${pkgdir}/usr/lib/systemd/system/fetchmail.service
-}

Copied: fetchmail/repos/extra-i686/PKGBUILD (from rev 166403, 
fetchmail/repos/testing-i686/PKGBUILD)

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

2012-09-07 Thread Stéphane Gaudreault
Date: Friday, September 7, 2012 @ 12:52:17
  Author: stephane
Revision: 166407

upgpkg: elfutils 0.155-1

upstream update

Added:
  elfutils/trunk/elfutils-0.155-binutils-pr-ld-13621.patch
(from rev 166395, elfutils/trunk/elfutils-0.154-binutils-pr-ld-13621.patch)
Modified:
  elfutils/trunk/PKGBUILD
Deleted:
  elfutils/trunk/elfutils-0.154-binutils-pr-ld-13621.patch

---+
 PKGBUILD  |   18 +-
 elfutils-0.154-binutils-pr-ld-13621.patch |   10 --
 elfutils-0.155-binutils-pr-ld-13621.patch |   16 
 3 files changed, 25 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 16:52:15 UTC (rev 166406)
+++ PKGBUILD2012-09-07 16:52:17 UTC (rev 166407)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: 
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
 
 pkgname=elfutils
-pkgver=0.154
+pkgver=0.155
 pkgrel=1
-pkgdesc=Collection of libraries and utilities for working with ELF object 
files and DWARF debugging information
+pkgdesc=Libraries and utilities to handle ELF object files and DWARF 
debugging information
 arch=('i686' 'x86_64')
 url=https://fedorahosted.org/elfutils/;
 license=('LGPL3' 'GPL' 'GPL3')
@@ -14,16 +14,16 @@
 replaces=('libelf')
 conflicts=('libelf')
 options=('!makeflags')
-source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig}
 \
-elfutils-0.154-binutils-pr-ld-13621.patch)
-sha1sums=('3a92a6f636cc3d14d4b3b00ba5c1e88a2a8d510b'
-  '956461d44b03823e0b448e78b1f4aa25ef269e1e'
-  '09681b728edb86c77eed47286554bef048f3507f')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig}
+elfutils-0.155-binutils-pr-ld-13621.patch)
+sha1sums=('1b96084cd9fe037c1c0bd2c280aaa701f913462b'
+  'fcd0ebd029b305bf030983daf151a2a1ab5294af'
+  '8a8be7c0686c6311c1ce969ba10494e704ead48c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   CFLAGS+= -g  # required for test-suite success
-  patch -p1 -i ${srcdir}/elfutils-0.154-binutils-pr-ld-13621.patch
+  patch -Np1 -i ../elfutils-0.155-binutils-pr-ld-13621.patch
   ./configure --prefix=/usr --program-prefix=eu-
   make
 }

Deleted: elfutils-0.154-binutils-pr-ld-13621.patch
===
--- elfutils-0.154-binutils-pr-ld-13621.patch   2012-09-07 16:52:15 UTC (rev 
166406)
+++ elfutils-0.154-binutils-pr-ld-13621.patch   2012-09-07 16:52:17 UTC (rev 
166407)
@@ -1,10 +0,0 @@
-diff --git a/tests/run-elflint-self.sh b/tests/run-elflint-self.sh
-index 8aca9e1..d449416 100755
 a/tests/run-elflint-self.sh
-+++ b/tests/run-elflint-self.sh
-@@ -51,4 +51,4 @@ runtest ../libebl/libebl_sh.so
- runtest ../libebl/libebl_sparc.so
- runtest ../libebl/libebl_x86_64.so
- 
--exit $status
-+test $status == 0 || echo binutils PR ld/13621 workaround

Copied: elfutils/trunk/elfutils-0.155-binutils-pr-ld-13621.patch (from rev 
166395, elfutils/trunk/elfutils-0.154-binutils-pr-ld-13621.patch)
===
--- elfutils-0.155-binutils-pr-ld-13621.patch   (rev 0)
+++ elfutils-0.155-binutils-pr-ld-13621.patch   2012-09-07 16:52:17 UTC (rev 
166407)
@@ -0,0 +1,16 @@
+diff --git a/tests/run-elflint-self.sh b/tests/run-elflint-self.sh
+index 4b01008..7a5f0c8 100755
+--- a/tests/run-elflint-self.sh
 b/tests/run-elflint-self.sh
+@@ -18,4 +18,11 @@
+ 
+ . $srcdir/test-subr.sh
+ 
++# Makes sure we exit cleanly even when we don't...
++clean_exit()
++{
++  if test $? != 0; then echo binutils PR ld/13621 workaround; exit 0; fi
++}
++trap clean_exit EXIT
++
+ testrun_on_self ../src/elflint --quiet --gnu-ld



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

2012-09-07 Thread Stéphane Gaudreault
Date: Friday, September 7, 2012 @ 12:52:26
  Author: stephane
Revision: 166408

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

Added:
  elfutils/repos/testing-i686/
  elfutils/repos/testing-i686/PKGBUILD
(from rev 166407, elfutils/trunk/PKGBUILD)
  elfutils/repos/testing-i686/elfutils-0.155-binutils-pr-ld-13621.patch
(from rev 166407, elfutils/trunk/elfutils-0.155-binutils-pr-ld-13621.patch)
  elfutils/repos/testing-x86_64/
  elfutils/repos/testing-x86_64/PKGBUILD
(from rev 166407, elfutils/trunk/PKGBUILD)
  elfutils/repos/testing-x86_64/elfutils-0.155-binutils-pr-ld-13621.patch
(from rev 166407, elfutils/trunk/elfutils-0.155-binutils-pr-ld-13621.patch)

--+
 testing-i686/PKGBUILD|   39 +
 testing-i686/elfutils-0.155-binutils-pr-ld-13621.patch   |   16 +
 testing-x86_64/PKGBUILD  |   39 +
 testing-x86_64/elfutils-0.155-binutils-pr-ld-13621.patch |   16 +
 4 files changed, 110 insertions(+)

Copied: elfutils/repos/testing-i686/PKGBUILD (from rev 166407, 
elfutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-07 16:52:26 UTC (rev 166408)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
+
+pkgname=elfutils
+pkgver=0.155
+pkgrel=1
+pkgdesc=Libraries and utilities to handle ELF object files and DWARF 
debugging information
+arch=('i686' 'x86_64')
+url=https://fedorahosted.org/elfutils/;
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
+provides=('libelf')
+replaces=('libelf')
+conflicts=('libelf')
+options=('!makeflags')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig}
+elfutils-0.155-binutils-pr-ld-13621.patch)
+sha1sums=('1b96084cd9fe037c1c0bd2c280aaa701f913462b'
+  'fcd0ebd029b305bf030983daf151a2a1ab5294af'
+  '8a8be7c0686c6311c1ce969ba10494e704ead48c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  CFLAGS+= -g  # required for test-suite success
+  patch -Np1 -i ../elfutils-0.155-binutils-pr-ld-13621.patch
+  ./configure --prefix=/usr --program-prefix=eu-
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: elfutils/repos/testing-i686/elfutils-0.155-binutils-pr-ld-13621.patch 
(from rev 166407, elfutils/trunk/elfutils-0.155-binutils-pr-ld-13621.patch)
===
--- testing-i686/elfutils-0.155-binutils-pr-ld-13621.patch  
(rev 0)
+++ testing-i686/elfutils-0.155-binutils-pr-ld-13621.patch  2012-09-07 
16:52:26 UTC (rev 166408)
@@ -0,0 +1,16 @@
+diff --git a/tests/run-elflint-self.sh b/tests/run-elflint-self.sh
+index 4b01008..7a5f0c8 100755
+--- a/tests/run-elflint-self.sh
 b/tests/run-elflint-self.sh
+@@ -18,4 +18,11 @@
+ 
+ . $srcdir/test-subr.sh
+ 
++# Makes sure we exit cleanly even when we don't...
++clean_exit()
++{
++  if test $? != 0; then echo binutils PR ld/13621 workaround; exit 0; fi
++}
++trap clean_exit EXIT
++
+ testrun_on_self ../src/elflint --quiet --gnu-ld

Copied: elfutils/repos/testing-x86_64/PKGBUILD (from rev 166407, 
elfutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-07 16:52:26 UTC (rev 166408)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
+
+pkgname=elfutils
+pkgver=0.155
+pkgrel=1
+pkgdesc=Libraries and utilities to handle ELF object files and DWARF 
debugging information
+arch=('i686' 'x86_64')
+url=https://fedorahosted.org/elfutils/;
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
+provides=('libelf')
+replaces=('libelf')
+conflicts=('libelf')
+options=('!makeflags')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig}
+elfutils-0.155-binutils-pr-ld-13621.patch)
+sha1sums=('1b96084cd9fe037c1c0bd2c280aaa701f913462b'
+  'fcd0ebd029b305bf030983daf151a2a1ab5294af'
+  '8a8be7c0686c6311c1ce969ba10494e704ead48c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  CFLAGS+= -g  # required for test-suite success
+  patch -Np1 -i ../elfutils-0.155-binutils-pr-ld-13621.patch
+  ./configure --prefix=/usr --program-prefix=eu-
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: 

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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 12:52:52
  Author: tpowa
Revision: 166409

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

Added:
  unison/repos/extra-i686/PKGBUILD
(from rev 166408, unison/trunk/PKGBUILD)
  unison/repos/extra-i686/unison-ssh-ocaml.patch
(from rev 166408, unison/trunk/unison-ssh-ocaml.patch)
  unison/repos/extra-i686/unison.desktop
(from rev 166408, unison/trunk/unison.desktop)
  unison/repos/extra-i686/unison.install
(from rev 166408, unison/trunk/unison.install)
  unison/repos/extra-x86_64/PKGBUILD
(from rev 166408, unison/trunk/PKGBUILD)
  unison/repos/extra-x86_64/unison-ssh-ocaml.patch
(from rev 166408, unison/trunk/unison-ssh-ocaml.patch)
  unison/repos/extra-x86_64/unison.desktop
(from rev 166408, unison/trunk/unison.desktop)
  unison/repos/extra-x86_64/unison.install
(from rev 166408, unison/trunk/unison.install)
Deleted:
  unison/repos/extra-i686/PKGBUILD
  unison/repos/extra-i686/unison-ssh-ocaml.patch
  unison/repos/extra-i686/unison.desktop
  unison/repos/extra-i686/unison.install
  unison/repos/extra-x86_64/PKGBUILD
  unison/repos/extra-x86_64/unison-ssh-ocaml.patch
  unison/repos/extra-x86_64/unison.desktop
  unison/repos/extra-x86_64/unison.install

-+
 extra-i686/PKGBUILD |  107 +-
 extra-i686/unison-ssh-ocaml.patch   |   50 +++
 extra-i686/unison.desktop   |   26 
 extra-i686/unison.install   |   56 -
 extra-x86_64/PKGBUILD   |  107 +-
 extra-x86_64/unison-ssh-ocaml.patch |   50 +++
 extra-x86_64/unison.desktop |   26 
 extra-x86_64/unison.install |   56 -
 8 files changed, 240 insertions(+), 238 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-07 16:52:26 UTC (rev 166408)
+++ extra-i686/PKGBUILD 2012-09-07 16:52:52 UTC (rev 166409)
@@ -1,53 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=unison
-pkgver=2.40.63
-pkgrel=4
-pkgdesc=Unison is a file-synchronization tool
-arch=(i686 x86_64)
-license=('GPL2')
-url=http://www.cis.upenn.edu/~bcpierce/unison;
-depends=('glibc')
-makedepends=('ocaml' 'lablgtk2' 'imagemagick')
-optdepends=('gtk2: for gtk2 support')
-source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/$pkgname-$pkgver.tar.gz
-$pkgname.desktop)
-md5sums=('3281207850cf6f0a17fe73f371893bd3'
- '2daecba7705455a8e4b769e48b059872')
-options=(!makeflags)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  CFLAGS=
-  make clean
-  make mkProjectInfo 
-  make UISTYLE=text DEBUGGING=false THREADS=true 
-  mv unison unison-text
- 
- # clean the builddir and rebuild with gtk support
-  # broken at the moment!
-  # make clean
-  # make mkProjectInfo
-  # make UISTYLE=gtk DEBUGGING=false THREADS=true
-  # install -Dm755 unison $pkgdir/usr/bin/unison-gtk
- # clean the builddir and rebuild with gtk2 support
-  make clean
-  make mkProjectInfo
-  make UISTYLE=gtk2 DEBUGGING=false THREADS=true
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -Dm755 unison-text $pkgdir/usr/bin/unison
-  install -Dm755 unison $pkgdir/usr/bin/unison-gtk2
- # install a .desktop file; create a compliant icon from ico file and install 
the png
-  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  convert win32rc/U.ico unison.png
-  install -Dm644 ${pkgname}-1.png  $pkgdir/usr/share/pixmaps/$pkgname.png
- # make symlink for .desktop file
-  cd $pkgdir/usr/bin
-  ln -s unison-gtk2 unison-x11
- # make versioned symlink #29827
-  ln -s unison unison-2.40
-}

Copied: unison/repos/extra-i686/PKGBUILD (from rev 166408, 
unison/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-07 16:52:52 UTC (rev 166409)
@@ -0,0 +1,54 @@
+# $Id$
+#Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=unison
+pkgver=2.40.65
+pkgrel=1
+pkgdesc=Unison is a file-synchronization tool
+arch=(i686 x86_64)
+license=('GPL2')
+url=http://www.cis.upenn.edu/~bcpierce/unison;
+depends=('glibc')
+makedepends=('ocaml' 'lablgtk2' 'imagemagick')
+optdepends=('gtk2: for gtk2 support')
+source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
+$pkgname.desktop)
+
+options=(!makeflags)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  CFLAGS=
+  make clean
+  make mkProjectInfo 
+  make UISTYLE=text DEBUGGING=false THREADS=true 
+  mv unison unison-text
+ 
+ # clean the builddir and rebuild with gtk support
+  # broken at the moment!
+  # make clean
+  # make mkProjectInfo
+  # make UISTYLE=gtk DEBUGGING=false THREADS=true
+  # install -Dm755 unison $pkgdir/usr/bin/unison-gtk
+ # clean the 

[arch-commits] Commit in gnome-keyring/trunk (PKGBUILD gpg-agent-fix-encoding.patch)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 12:59:33
  Author: jgc
Revision: 166410

upgpkg: gnome-keyring 3.5.91-1

Update to 3.5.91, remove patch, which was taken from git master and included in 
3.5.x

Modified:
  gnome-keyring/trunk/PKGBUILD
Deleted:
  gnome-keyring/trunk/gpg-agent-fix-encoding.patch

--+
 PKGBUILD |   11 +
 gpg-agent-fix-encoding.patch |   86 -
 2 files changed, 4 insertions(+), 93 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 16:52:52 UTC (rev 166409)
+++ PKGBUILD2012-09-07 16:59:33 UTC (rev 166410)
@@ -2,8 +2,8 @@
 # Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=gnome-keyring
-pkgver=3.4.1
-pkgrel=3
+pkgver=3.5.91
+pkgrel=1
 pkgdesc=GNOME Password Management daemon
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
@@ -13,14 +13,11 @@
 options=('!libtool' '!emptydirs')
 url=http://www.gnome.org;
 install=gnome-keyring.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-gpg-agent-fix-encoding.patch)
-sha256sums=('9e90267721198cbe6ebc08f6390d24901d9c0de39b180cd2ad1bbcdd7b30b249'
-'05ae4ec8db316b1b7552099721226e3a211bcf3d2445f1ea464d26bf31590760')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6e2d0f837aef54392621ed09be6eb28a97c9e27b0e10248c6fef31aef61080a3')
 
 build() {
   cd $pkgname-$pkgver
-  patch -Np1 -i $srcdir/gpg-agent-fix-encoding.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/gnome-keyring \

Deleted: gpg-agent-fix-encoding.patch
===
--- gpg-agent-fix-encoding.patch2012-09-07 16:52:52 UTC (rev 166409)
+++ gpg-agent-fix-encoding.patch2012-09-07 16:59:33 UTC (rev 166410)
@@ -1,86 +0,0 @@
-From d31a26df7ce8d9c084b9c66fe00458683dde9864 Mon Sep 17 00:00:00 2001
-From: Stef Walter st...@gnome.org
-Date: Thu, 28 Jun 2012 15:51:54 +0200
-Subject: [PATCH] gpg-agent: Encode passwords when --data was requested
-
- * Use URI encoding to return passwords when gnupg calls us with
-   a --data argument.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=678771

- daemon/gpg-agent/gkd-gpg-agent-ops.c |   41 ++
- 1 file changed, 37 insertions(+), 4 deletions(-)
-
-diff --git a/daemon/gpg-agent/gkd-gpg-agent-ops.c 
b/daemon/gpg-agent/gkd-gpg-agent-ops.c
-index be6c4d3..a1a21ff 100644
 a/daemon/gpg-agent/gkd-gpg-agent-ops.c
-+++ b/daemon/gpg-agent/gkd-gpg-agent-ops.c
-@@ -632,11 +632,12 @@ command_has_option (gchar *command, gchar *option)
-   return has_option;
- }
- 
-+static const char HEXC[] = 0123456789abcdef;
-+
- /* Encode a password in hex */
- static gchar*
--encode_password (const gchar *pass)
-+hex_encode_password (const gchar *pass)
- {
--  static const char HEXC[] = 0123456789abcdef;
-   int j, c;
-   gchar *enc, *k;
- 
-@@ -656,6 +657,36 @@ encode_password (const gchar *pass)
-   return enc;
- }
- 
-+static gchar*
-+uri_encode_password (const gchar *value)
-+{
-+  gchar *p;
-+  gchar *result;
-+
-+  /* Just allocate for worst case */
-+  result = egg_secure_alloc ((strlen (value) * 3) + 1);
-+
-+  /* Now loop through looking for escapes */
-+  p = result;
-+  while (*value) {
-+
-+  /* These characters we let through verbatim */
-+  if (*value  (g_ascii_isalnum (*value) || strchr (_-., 
*value) != NULL)) {
-+  *(p++) = *(value++);
-+
-+  /* All others get encoded */
-+  } else {
-+  *(p++) = '%';
-+  *(p++) = HEXC[((unsigned char)*value)  4];
-+  *(p++) = HEXC[((unsigned char)*value)  0x0F];
-+  ++value;
-+  }
-+  }
-+
-+  *p = 0;
-+  return result;
-+}
-+
- /* 
--
-  * OPERATIONS
-  */
-@@ -737,10 +768,12 @@ gkd_gpg_agent_ops_getpass (GkdGpgAgentCall *call, gchar 
*args)
-   if (password == NULL) {
-   gkd_gpg_agent_send_reply (call, FALSE, 111 cancelled);
-   } else if (flags  GKD_GPG_AGENT_PASS_AS_DATA) {
--  gkd_gpg_agent_send_data (call, password);
-+  encoded = uri_encode_password (password);
-+  gkd_gpg_agent_send_data (call, encoded);
-   gkd_gpg_agent_send_reply (call, TRUE, NULL);
-+  egg_secure_strfree (encoded);
-   } else {
--  encoded = encode_password (password);
-+  encoded = hex_encode_password (password);
-   gkd_gpg_agent_send_reply (call, TRUE, encoded);
-   egg_secure_strfree (encoded);
-   }
--- 
-1.7.10.2
\ No newline at end of 

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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 12:59:55
  Author: jgc
Revision: 166411

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-keyring/repos/gnome-unstable-i686/
  gnome-keyring/repos/gnome-unstable-i686/PKGBUILD
(from rev 166410, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install
(from rev 166410, gnome-keyring/trunk/gnome-keyring.install)
  gnome-keyring/repos/gnome-unstable-x86_64/
  gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166410, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install
(from rev 166410, gnome-keyring/trunk/gnome-keyring.install)

-+
 gnome-unstable-i686/PKGBUILD|   32 ++
 gnome-unstable-i686/gnome-keyring.install   |   12 +
 gnome-unstable-x86_64/PKGBUILD  |   32 ++
 gnome-unstable-x86_64/gnome-keyring.install |   12 +
 4 files changed, 88 insertions(+)

Copied: gnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 166410, 
gnome-keyring/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-07 16:59:55 UTC (rev 166411)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=gnome-keyring
+pkgver=3.5.91
+pkgrel=1
+pkgdesc=GNOME Password Management daemon
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'gcr' 'libcap-ng')
+makedepends=('intltool')
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6e2d0f837aef54392621ed09be6eb28a97c9e27b0e10248c6fef31aef61080a3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install (from rev 
166410, gnome-keyring/trunk/gnome-keyring.install)
===
--- gnome-unstable-i686/gnome-keyring.install   (rev 0)
+++ gnome-unstable-i686/gnome-keyring.install   2012-09-07 16:59:55 UTC (rev 
166411)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Copied: gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166410, 
gnome-keyring/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-07 16:59:55 UTC (rev 166411)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=gnome-keyring
+pkgver=3.5.91
+pkgrel=1
+pkgdesc=GNOME Password Management daemon
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'gcr' 'libcap-ng')
+makedepends=('intltool')
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6e2d0f837aef54392621ed09be6eb28a97c9e27b0e10248c6fef31aef61080a3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install (from 
rev 166410, gnome-keyring/trunk/gnome-keyring.install)
===
--- gnome-unstable-x86_64/gnome-keyring.install (rev 0)
+++ gnome-unstable-x86_64/gnome-keyring.install 2012-09-07 16:59:55 UTC (rev 
166411)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}



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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 13:05:41
  Author: jgc
Revision: 166412

upgpkg: libgnome-keyring 3.5.6-1

Update to 3.5.6

Modified:
  libgnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 16:59:55 UTC (rev 166411)
+++ PKGBUILD2012-09-07 17:05:41 UTC (rev 166412)
@@ -2,7 +2,7 @@
 #Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=libgnome-keyring
-pkgver=3.4.1
+pkgver=3.5.6
 pkgrel=1
 pkgdesc=GNOME keyring client library
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 options=('!libtool' '!emptydirs')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e74a3e4521767fe5f05cc97cda8a355239567d9763ec628280ede8c2a4a379e8')
+sha256sums=('c4b99d7d24fe125d4bebb09b468ac086069e2f48ffdb9a33e894ea28542d4467')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-07 Thread Ionut Biru
Date: Friday, September 7, 2012 @ 13:05:43
  Author: ibiru
Revision: 166413

update to 15.0.1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 17:05:41 UTC (rev 166412)
+++ PKGBUILD2012-09-07 17:05:43 UTC (rev 166413)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke sja...@gmail.com
 
 pkgname=firefox
-pkgver=15.0
+pkgver=15.0.1
 pkgrel=1
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=(!emptydirs)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
shared-libs.patch)
-md5sums=('64220887a349515f16e5aa990acb4db3'
+md5sums=('743ba71fbce7b32023405db02d44143f'
  '5644c7b42f51013e2023787938fa955e'
  'bdeb0380c7fae30dd0ead6d2d3bc5873'
  '594523c536a9be951b52c90dd85aff18'



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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 13:06:04
  Author: jgc
Revision: 166414

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgnome-keyring/repos/gnome-unstable-i686/
  libgnome-keyring/repos/gnome-unstable-i686/PKGBUILD
(from rev 166413, libgnome-keyring/trunk/PKGBUILD)
  libgnome-keyring/repos/gnome-unstable-x86_64/
  libgnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166413, libgnome-keyring/trunk/PKGBUILD)

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

Copied: libgnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 166413, 
libgnome-keyring/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-07 17:06:04 UTC (rev 166414)
@@ -0,0 +1,28 @@
+#$Id$
+#Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=libgnome-keyring
+pkgver=3.5.6
+pkgrel=1
+pkgdesc=GNOME keyring client library
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus-core' 'glib2' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c4b99d7d24fe125d4bebb09b468ac086069e2f48ffdb9a33e894ea28542d4467')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libgnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166413, 
libgnome-keyring/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-07 17:06:04 UTC (rev 166414)
@@ -0,0 +1,28 @@
+#$Id$
+#Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=libgnome-keyring
+pkgver=3.5.6
+pkgrel=1
+pkgdesc=GNOME keyring client library
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus-core' 'glib2' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c4b99d7d24fe125d4bebb09b468ac086069e2f48ffdb9a33e894ea28542d4467')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in gsettings-desktop-schemas/trunk (PKGBUILD)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 13:12:06
  Author: jgc
Revision: 166415

upgpkg: gsettings-desktop-schemas 3.5.91-1

Update to 3.5.91

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 17:06:04 UTC (rev 166414)
+++ PKGBUILD2012-09-07 17:12:06 UTC (rev 166415)
@@ -4,7 +4,7 @@
 # Contributor: Adam Hani Schakaki (krzd) k...@krzd.net
 
 pkgname=gsettings-desktop-schemas
-pkgver=3.5.90
+pkgver=3.5.91
 pkgrel=1
 pkgdesc=Shared GSettings schemas for the desktop
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'gobject-introspection')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ac52ebda8b27bc9357eb39a19b163d9d8cd030f886f76260055cbe6eee85f0e2')
+sha256sums=('104194a6787f4188a18d73785cd895e6463e6eece5b4b24f982afc591cc0c2ab')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gsettings-desktop-schemas/repos/gnome-unstable-any (4 files)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 13:12:22
  Author: jgc
Revision: 166416

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 166415, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 166415, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

---+
 PKGBUILD  |   62 ++--
 gsettings-desktop-schemas.install |   22 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-07 17:12:06 UTC (rev 166415)
+++ PKGBUILD2012-09-07 17:12:22 UTC (rev 166416)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Adam Hani Schakaki (krzd) k...@krzd.net
-
-pkgname=gsettings-desktop-schemas
-pkgver=3.5.90
-pkgrel=1
-pkgdesc=Shared GSettings schemas for the desktop
-arch=('any')
-url=http://live.gnome.org/;
-license=('GPL')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ac52ebda8b27bc9357eb39a19b163d9d8cd030f886f76260055cbe6eee85f0e2')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD (from rev 
166415, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-07 17:12:22 UTC (rev 166416)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Adam Hani Schakaki (krzd) k...@krzd.net
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.5.91
+pkgrel=1
+pkgdesc=Shared GSettings schemas for the desktop
+arch=('any')
+url=http://live.gnome.org/;
+license=('GPL')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('104194a6787f4188a18d73785cd895e6463e6eece5b4b24f982afc591cc0c2ab')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: gsettings-desktop-schemas.install
===
--- gsettings-desktop-schemas.install   2012-09-07 17:12:06 UTC (rev 166415)
+++ gsettings-desktop-schemas.install   2012-09-07 17:12:22 UTC (rev 166416)
@@ -1,11 +0,0 @@
-post_install() {
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 166415, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2012-09-07 17:12:22 UTC (rev 166416)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-09-07 Thread Dave Reisner
Date: Friday, September 7, 2012 @ 13:12:22
  Author: dreisner
Revision: 166417

re-add initscripts conflict in sysvcompat

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 17:12:22 UTC (rev 166416)
+++ PKGBUILD2012-09-07 17:12:22 UTC (rev 166417)
@@ -130,9 +130,14 @@
 
 package_systemd-sysvcompat() {
   pkgdesc=sysvinit compat for systemd
-  conflicts=('sysvinit')
+  conflicts=('sysvinit' 'initscripts')
   depends=('sysvinit-tools')
 
+  # the initscripts conflict here isn't actually needed, but in order to make
+  # this package remove both sysvinit and initscripts, the initscripts conflict
+  # is needed. There's no case in which you would ever want initscripts 
installed
+  # without sysvinit, and vice versa, as in both cases, they are unusable.
+
   mv $srcdir/_sysvcompat/* $pkgdir
 
   install -dm755 $pkgdir/sbin



[arch-commits] Commit in firefox/repos (28 files)

2012-09-07 Thread Ionut Biru
Date: Friday, September 7, 2012 @ 13:18:20
  Author: ibiru
Revision: 166418

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 166417, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 166417, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 166417, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 166417, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 166417, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/shared-libs.patch
(from rev 166417, firefox/trunk/shared-libs.patch)
  firefox/repos/extra-i686/vendor.js
(from rev 166417, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 166417, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 166417, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 166417, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 166417, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 166417, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/shared-libs.patch
(from rev 166417, firefox/trunk/shared-libs.patch)
  firefox/repos/extra-x86_64/vendor.js
(from rev 166417, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/shared-libs.patch
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/shared-libs.patch
  firefox/repos/extra-x86_64/vendor.js

+
 extra-i686/PKGBUILD|  164 +++
 extra-i686/firefox-install-dir.patch   |   56 +-
 extra-i686/firefox.desktop |  162 +++---
 extra-i686/firefox.install |   26 ++--
 extra-i686/mozconfig   |   76 +++---
 extra-i686/shared-libs.patch   |   24 ++--
 extra-i686/vendor.js   |   18 +--
 extra-x86_64/PKGBUILD  |  164 +++
 extra-x86_64/firefox-install-dir.patch |   56 +-
 extra-x86_64/firefox.desktop   |  162 +++---
 extra-x86_64/firefox.install   |   26 ++--
 extra-x86_64/mozconfig |   76 +++---
 extra-x86_64/shared-libs.patch |   24 ++--
 extra-x86_64/vendor.js |   18 +--
 14 files changed, 526 insertions(+), 526 deletions(-)

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


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

2012-09-07 Thread Ionut Biru
Date: Friday, September 7, 2012 @ 13:20:10
  Author: ibiru
Revision: 166419

update to 15.0.1

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  179 ++---
 1 file changed, 89 insertions(+), 90 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 17:18:20 UTC (rev 166418)
+++ PKGBUILD2012-09-07 17:20:10 UTC (rev 166419)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgbase=firefox-i18n
-pkgver=15.0
+pkgver=15.0.1
 pkgname=('firefox-i18n'
 'firefox-i18n-af'
 'firefox-i18n-ak'
@@ -190,96 +190,7 @@
 firefox-i18n-$pkgver-zh-CN.xpi::$_url/zh-CN.xpi
 firefox-i18n-$pkgver-zh-TW.xpi::$_url/zh-TW.xpi
 firefox-i18n-$pkgver-zu.xpi::$_url/zu.xpi)
-md5sums=('65d7e6e61e1738011676aa22006465bd'
- '510ec28293128276005670bd98548933'
- 'df63b7ec6291e0062636b32f90d334c3'
- 'd520efdf2769a5de5df928b32dc3705c'
- '1d5b6a3418fee526f61770eb5d7f620b'
- '65c1f284bd835bf6d166a965fa2d9ed7'
- '1a78bdc711a13fe456ee560026cead0e'
- '9f78cab5cc299fd36da6974360956c72'
- '98d6ddd0c184031fd3b2059b89c3a6c6'
- 'd5f4d36e3ebc222cb202ec14c169d7d1'
- 'd3f0e58781a2334e153582ca58902a51'
- '676b87a5514609300df1ef8090ea55ca'
- '287eb1d461be0e0dffc87e8ea1dd79f1'
- '7c8d3205f7caeb3c32ff94645625a2f7'
- 'a79540915ee63760b7b442588e08f891'
- 'a249b26804e665eb93081fb0d91d878c'
- '6ff261f7da74b6584c1c79a4f5ad40e4'
- '08d8c8d04910eb30d645d1f19054cf31'
- '7e60fcc305ee75064730964b7dfcb704'
- 'b23e16c7e249776c4c2dfb7c9af53565'
- 'dd69f39b012a32884e4182872aa78ca7'
- '9f8d24c6ee9d8774a002258f202fedfd'
- '78f2dd5e43cba6e767436adef709b5d2'
- 'd6052b8140930e9605f0bb3572ec0fb1'
- '72cb9f91720388386ec3fc1a56b7fe51'
- '6fbb6b9fcdd43a91c7214380804be2ce'
- 'f5d1b0f54e349755b0611f28e709fcd3'
- '5c0782d428ab57967bf18cf2c1d2e8fd'
- '4312c5c67cbb4e59a34df0dfc32e2125'
- '3c89f0a7c95a3cbd5f124fd535040861'
- 'eb9f79849231519c80570a5d0f824b2d'
- 'ddbd05f827f24003f06e9ed7e89ba114'
- '5c795637dae1d1fb841734791e06eca7'
- '791a258f741a0f89176530295cfbe12f'
- 'f8ad1285d43a019ab4b61d7562d94f1b'
- 'a6f1f23d6115504ff706ba514f14c7bc'
- '8705ed24ea7c509cc9351d71a0ee3eb3'
- 'a04b8a77c7846feb58bae9ff29e77e27'
- '73c405db5d024513770b0b276b9612f9'
- 'cccf90b2df2182f99480b8e4b1ed9fe2'
- '6e1c9badbfe15e9e4ac0001f0ae4527f'
- '9bf415734336821f1cc4503be88b86cc'
- 'afd5acc6dcc6fd1bd3e679cf97911060'
- '8a62b9ff0ec5dcfd2ac354a2a0382a66'
- '19a8b835af2b6d47eaa1b9713c9a01ee'
- '725494278a11eb66c1d8dcb419ca5db1'
- 'a5490ac6a7e0906685061690b520aabf'
- '03fff6c6a1fc915d6bfb62e74398ce71'
- '9c2a0827916cee47a522eeb7714003d4'
- '04b4fe15be76c69cdd348a37846e7f82'
- '7beb35d68f43cb197b6bf05c98742414'
- '2ebfb4cb14a355150541f991a950e17b'
- '10ba933eb72be49df830e43ee8e925f4'
- '749d7705081157358eb38c4e42596d74'
- 'ddfcbd0cf294364060b80a7a4210f7d0'
- 'a6b45e67d4925eabbd25e05e07fd6054'
- '5e0f75aa5066b2beaf768992d5d63392'
- '079fa30b0dec7ac4263f9dd91c53155a'
- 'a5e44066a8d5007d4492e20a0bdb2bcc'
- '05fc69488b3a372e48daea4631cdbf3e'
- '7c8eefa28629729642daaf5176f5e681'
- '6987559fa5cde560c2f94610d8d2ec8e'
- 'fcbc5e3a20fa1f31fda8a8a3d2999668'
- '2c8856d4ba153871a7a59724eaf98b3b'
- '12dea1b5a1e9eaa3b7f05e012c1e21db'
- '2246abd4c61a452ca1d5e42af6793694'
- 'd836af8ac3f175e71e828d869d625000'
- '7f2f3ab1365bcc9bad53cbe2a7097080'
- '310cb47781f60a6aadbabe80ba78c42c'
- '8404076a0cd2aca42a760b161edad55c'
- 'bca3547445a5d6ffeacb9cfb11b4dd6d'
- 'c0206b29ef2fad4c7dcaa55b814aea2b'
- 'd0878787f4709c070a66fac8a37429bb'
- '86f163baa0947c6ac3c5c560e8022760'
- '1608cde22a3891be36aa307243847ca3'
- '2f5ce697f82fdb744fe9e419c3de15f9'
- 'ef24c60f64e629b79e9ad33985572b83'
- '3ef944f4d4546500cd1351b554493a6f'
- 'a2356b4e6c71572496f604389527d3cf'
- 'f920ad058e87e940f482fd28ea13790c'
- '8f8c987864244930baff966eb95523b5'
- 'a8e6b23265d3b3c43bce8bdedb8b64f8'
- '33389d4856585f22dba275257e359050'
- 'acff7854152e698294cb6afdaef57ac0'
- '699932d86e13ef510f8df35484e2e649'
- 'cd6e53df237ddbba319dac3b13bbeeb2'
- '7cfaf668c2a6ddd82fdf239eb4cf3aee'
- 'b9a2679f4ca837d7db8a60cb9bcb32ee')
 
-
 # Don't extract anything
 noextract=(${source[@]%%::*})
 
@@ -906,3 +817,91 @@
   cd ${srcdir}
   install -Dm644 firefox-i18n-$pkgver-zu.xpi 

[arch-commits] Commit in firefox-i18n/repos/extra-any (4 files)

2012-09-07 Thread Ionut Biru
Date: Friday, September 7, 2012 @ 13:21:20
  Author: ibiru
Revision: 166420

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 166419, firefox-i18n/trunk/PKGBUILD)
  firefox-i18n/repos/extra-any/firefox-i18n.install
(from rev 166419, firefox-i18n/trunk/firefox-i18n.install)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD
  firefox-i18n/repos/extra-any/firefox-i18n.install

--+
 PKGBUILD | 1815 -
 firefox-i18n.install |   16 
 2 files changed, 915 insertions(+), 916 deletions(-)

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


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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 13:45:47
  Author: jgc
Revision: 166421

upgpkg: gnome-session 3.5.91-1

Update to 3.5.91, remove the old startup-notification lib from depends

Modified:
  gnome-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 17:21:20 UTC (rev 166420)
+++ PKGBUILD2012-09-07 17:45:47 UTC (rev 166421)
@@ -2,14 +2,14 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-session
-pkgver=3.4.2
-pkgrel=3
+pkgver=3.5.91
+pkgrel=1
 pkgdesc=The GNOME Session Handler
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
-depends=('libsystemd' 'consolekit' 'dconf' 'gconf' 'gsettings-desktop-schemas' 
'gtk3'
+depends=('libsystemd' 'dconf' 'gconf' 'gsettings-desktop-schemas' 'gtk3'
  'hicolor-icon-theme' 'json-glib' 'libgl' 'libsm' 'libxtst' 
'polkit-gnome'
- 'startup-notification' 'upower')
+ 'upower')
 makedepends=('intltool' 'mesa' 'xtrans')
 options=('!emptydirs')
 install=gnome-session.install
@@ -17,7 +17,7 @@
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 gnome-session-3.3.1-llvmpipe.patch timeout.patch)
-sha256sums=('6c2cbc86b63bb4869f4f95e7771ec6eee0c02965b732d634de5c8122607c4356'
+sha256sums=('407fe44f8567318a789ae013f2f5f6da27b458e93ad4f66e287719e23b4e6c84'
 '59ea58012febe48a67dabd944dc638400637ad4d296d63b63b585f10eea4f85e'
 '9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc')
 



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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 13:46:20
  Author: jgc
Revision: 166422

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-session/repos/gnome-unstable-i686/
  gnome-session/repos/gnome-unstable-i686/PKGBUILD
(from rev 166421, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/gnome-unstable-i686/gnome-session-3.3.1-llvmpipe.patch
(from rev 166421, gnome-session/trunk/gnome-session-3.3.1-llvmpipe.patch)
  gnome-session/repos/gnome-unstable-i686/gnome-session.install
(from rev 166421, gnome-session/trunk/gnome-session.install)
  gnome-session/repos/gnome-unstable-i686/timeout.patch
(from rev 166421, gnome-session/trunk/timeout.patch)
  gnome-session/repos/gnome-unstable-x86_64/
  gnome-session/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166421, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/gnome-unstable-x86_64/gnome-session-3.3.1-llvmpipe.patch
(from rev 166421, gnome-session/trunk/gnome-session-3.3.1-llvmpipe.patch)
  gnome-session/repos/gnome-unstable-x86_64/gnome-session.install
(from rev 166421, gnome-session/trunk/gnome-session.install)
  gnome-session/repos/gnome-unstable-x86_64/timeout.patch
(from rev 166421, gnome-session/trunk/timeout.patch)

--+
 gnome-unstable-i686/PKGBUILD |   42 +
 gnome-unstable-i686/gnome-session-3.3.1-llvmpipe.patch   |9 ++
 gnome-unstable-i686/gnome-session.install|   12 +++
 gnome-unstable-i686/timeout.patch|   24 +++
 gnome-unstable-x86_64/PKGBUILD   |   42 +
 gnome-unstable-x86_64/gnome-session-3.3.1-llvmpipe.patch |9 ++
 gnome-unstable-x86_64/gnome-session.install  |   12 +++
 gnome-unstable-x86_64/timeout.patch  |   24 +++
 8 files changed, 174 insertions(+)

Copied: gnome-session/repos/gnome-unstable-i686/PKGBUILD (from rev 166421, 
gnome-session/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-07 17:46:20 UTC (rev 166422)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-session
+pkgver=3.5.91
+pkgrel=1
+pkgdesc=The GNOME Session Handler
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('libsystemd' 'dconf' 'gconf' 'gsettings-desktop-schemas' 'gtk3'
+ 'hicolor-icon-theme' 'json-glib' 'libgl' 'libsm' 'libxtst' 
'polkit-gnome'
+ 'upower')
+makedepends=('intltool' 'mesa' 'xtrans')
+options=('!emptydirs')
+install=gnome-session.install
+url=http://www.gnome.org;
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+gnome-session-3.3.1-llvmpipe.patch timeout.patch)
+sha256sums=('407fe44f8567318a789ae013f2f5f6da27b458e93ad4f66e287719e23b4e6c84'
+'59ea58012febe48a67dabd944dc638400637ad4d296d63b63b585f10eea4f85e'
+'9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Allow software rendering
+  patch -Np1 -i ../gnome-session-3.3.1-llvmpipe.patch
+
+  # Increase timeout, for slow machines
+  patch -Np1 -i ../timeout.patch
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-session \
+  --disable-schemas-compile --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
gnome-session/repos/gnome-unstable-i686/gnome-session-3.3.1-llvmpipe.patch 
(from rev 166421, gnome-session/trunk/gnome-session-3.3.1-llvmpipe.patch)
===
--- gnome-unstable-i686/gnome-session-3.3.1-llvmpipe.patch  
(rev 0)
+++ gnome-unstable-i686/gnome-session-3.3.1-llvmpipe.patch  2012-09-07 
17:46:20 UTC (rev 166422)
@@ -0,0 +1,9 @@
+diff -up gnome-session-3.3.1/data/hardware-compatibility.jx 
gnome-session-3.3.1/data/hardware-compatibility
+--- gnome-session-3.3.1/data/hardware-compatibility.jx 2011-10-21 
10:35:39.0 -0400
 gnome-session-3.3.1/data/hardware-compatibility2011-11-03 
17:53:17.156407217 -0400
+@@ -20,4 +20,4 @@
+ 
+ # Gallium has softpipe and llvmpipe
+ -softpipe
+--llvmpipe
++#llvmpipe

Copied: gnome-session/repos/gnome-unstable-i686/gnome-session.install (from rev 
166421, gnome-session/trunk/gnome-session.install)
===
--- gnome-unstable-i686/gnome-session.install   (rev 0)
+++ gnome-unstable-i686/gnome-session.install   2012-09-07 17:46:20 UTC (rev 
166422)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+

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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 13:53:07
  Author: jgc
Revision: 166423

upgpkg: mutter 3.5.91-1

Update to 3.5.91

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 17:46:20 UTC (rev 166422)
+++ PKGBUILD2012-09-07 17:53:07 UTC (rev 166423)
@@ -4,8 +4,8 @@
 # Contributor: Michael Kanis mkanis_at_gmx_dot_de
 
 pkgname=mutter
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.5.91
+pkgrel=1
 pkgdesc=A window manager for GNOME
 arch=(i686 x86_64)
 license=('GPL')
@@ -16,7 +16,7 @@
 options=('!libtool' '!emptydirs')
 install=mutter.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('dbf08b014179980ab3d0cce645c5391c83b0ce070c73504feea8eec0ad000449')
+sha256sums=('ceb69923e691a9a10ac34535634795f96b17b6cbdec8f38d846a46f8a73b9332')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 13:53:28
  Author: jgc
Revision: 166424

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  mutter/repos/gnome-unstable-i686/
  mutter/repos/gnome-unstable-i686/PKGBUILD
(from rev 166423, mutter/trunk/PKGBUILD)
  mutter/repos/gnome-unstable-i686/mutter.install
(from rev 166423, mutter/trunk/mutter.install)
  mutter/repos/gnome-unstable-x86_64/
  mutter/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166423, mutter/trunk/PKGBUILD)
  mutter/repos/gnome-unstable-x86_64/mutter.install
(from rev 166423, mutter/trunk/mutter.install)

--+
 gnome-unstable-i686/PKGBUILD |   33 +
 gnome-unstable-i686/mutter.install   |   19 +++
 gnome-unstable-x86_64/PKGBUILD   |   33 +
 gnome-unstable-x86_64/mutter.install |   19 +++
 4 files changed, 104 insertions(+)

Copied: mutter/repos/gnome-unstable-i686/PKGBUILD (from rev 166423, 
mutter/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-07 17:53:28 UTC (rev 166424)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.5.91
+pkgrel=1
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity')
+makedepends=('intltool' 'gnome-doc-utils')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ceb69923e691a9a10ac34535634795f96b17b6cbdec8f38d846a46f8a73b9332')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: mutter/repos/gnome-unstable-i686/mutter.install (from rev 166423, 
mutter/trunk/mutter.install)
===
--- gnome-unstable-i686/mutter.install  (rev 0)
+++ gnome-unstable-i686/mutter.install  2012-09-07 17:53:28 UTC (rev 166424)
@@ -0,0 +1,19 @@
+pkgname=mutter
+
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+/usr/sbin/gconfpkg --uninstall $pkgname
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mutter/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166423, 
mutter/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-07 17:53:28 UTC (rev 166424)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.5.91
+pkgrel=1
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity')
+makedepends=('intltool' 'gnome-doc-utils')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ceb69923e691a9a10ac34535634795f96b17b6cbdec8f38d846a46f8a73b9332')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: mutter/repos/gnome-unstable-x86_64/mutter.install (from rev 166423, 
mutter/trunk/mutter.install)
===
--- gnome-unstable-x86_64/mutter.install(rev 0)
+++ gnome-unstable-x86_64/mutter.install2012-09-07 17:53:28 UTC (rev 
166424)
@@ -0,0 +1,19 @@
+pkgname=mutter
+
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+/usr/sbin/gconfpkg --uninstall $pkgname
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install

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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 13:59:55
  Author: jgc
Revision: 166425

upgpkg: gnome-backgrounds 3.5.90-1

Update to 3.5.90

Modified:
  gnome-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 17:53:28 UTC (rev 166424)
+++ PKGBUILD2012-09-07 17:59:55 UTC (rev 166425)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-backgrounds
-pkgver=3.4.2
+pkgver=3.5.90
 pkgrel=1
 pkgdesc=Background images and data for GNOME
 arch=(any)
@@ -11,7 +11,7 @@
 license=('GPL')
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d5e6e6e205f83222c739274851e52691caa1cf383784195e196f343436cf1ae8')
+sha256sums=('5b29bd2a295087659335219d8f8b5b233a223765bde177974cce7d1108ce2c9d')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-backgrounds/repos (2 files)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 14:00:10
  Author: jgc
Revision: 166426

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-backgrounds/repos/gnome-unstable-any/
  gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD
(from rev 166425, gnome-backgrounds/trunk/PKGBUILD)

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

Copied: gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD (from rev 166425, 
gnome-backgrounds/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2012-09-07 18:00:10 UTC (rev 166426)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-backgrounds
+pkgver=3.5.90
+pkgrel=1
+pkgdesc=Background images and data for GNOME
+arch=(any)
+makedepends=('intltool')
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5b29bd2a295087659335219d8f8b5b233a223765bde177974cce7d1108ce2c9d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 14:13:05
  Author: jgc
Revision: 166427

upgpkg: gnome-desktop 1:3.5.91-1

Update to 3.5.91

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 18:00:10 UTC (rev 166426)
+++ PKGBUILD2012-09-07 18:13:05 UTC (rev 166427)
@@ -2,24 +2,25 @@
 # Maintainer:  Jan de Groot j...@archlinux.org
 
 pkgname=gnome-desktop
-pkgver=3.4.2
+pkgver=3.5.91
 pkgrel=1
 epoch=1
 pkgdesc=Library with common API for various GNOME modules
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
-depends=('gsettings-desktop-schemas' 'gtk3')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+depends=('gsettings-desktop-schemas' 'gtk3' 'xkeyboard-config')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection' 'itstool')
 url=http://www.gnome.org;
 groups=('gnome')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7565e0a822132ea7b699cb8c64d42b57081ddefd0b5d911f4f4209be0c755952')
+sha256sums=('68b85b31e137af27edc0f9a0b56c9113f4df61d0172716c97b3e96ad12a2112a')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-desktop \
   --with-gnome-distributor=Arch Linux
   make
 }



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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 14:13:29
  Author: jgc
Revision: 166428

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-desktop/repos/gnome-unstable-i686/
  gnome-desktop/repos/gnome-unstable-i686/PKGBUILD
(from rev 166427, gnome-desktop/trunk/PKGBUILD)
  gnome-desktop/repos/gnome-unstable-x86_64/
  gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166427, gnome-desktop/trunk/PKGBUILD)

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

Copied: gnome-desktop/repos/gnome-unstable-i686/PKGBUILD (from rev 166427, 
gnome-desktop/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-07 18:13:29 UTC (rev 166428)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+
+pkgname=gnome-desktop
+pkgver=3.5.91
+pkgrel=1
+epoch=1
+pkgdesc=Library with common API for various GNOME modules
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('gsettings-desktop-schemas' 'gtk3' 'xkeyboard-config')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection' 'itstool')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('68b85b31e137af27edc0f9a0b56c9113f4df61d0172716c97b3e96ad12a2112a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-desktop \
+  --with-gnome-distributor=Arch Linux
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166427, 
gnome-desktop/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-07 18:13:29 UTC (rev 166428)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+
+pkgname=gnome-desktop
+pkgver=3.5.91
+pkgrel=1
+epoch=1
+pkgdesc=Library with common API for various GNOME modules
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('gsettings-desktop-schemas' 'gtk3' 'xkeyboard-config')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection' 'itstool')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('68b85b31e137af27edc0f9a0b56c9113f4df61d0172716c97b3e96ad12a2112a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-desktop \
+  --with-gnome-distributor=Arch Linux
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 14:22:39
  Author: jgc
Revision: 166429

upgpkg: vala 0.17.6-1

Update to 0.17.6

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 18:13:29 UTC (rev 166428)
+++ PKGBUILD2012-09-07 18:22:39 UTC (rev 166429)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz t...@preetz.us
 
 pkgname=vala
-pkgver=0.16.1
+pkgver=0.17.6
 pkgrel=1
 pkgdesc=Compiler for the GObject type system
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('libxslt')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8be28ff6347feecb391220ceb4e2209d32b697278e87ed7fc6c9fb1e9345e0d8')
+sha256sums=('79bfa454813c22ca9eb0864a77bf51764e8944dc02c7e4b301feb45d782e2e25')
 
 build() {
 cd $pkgname-$pkgver



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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 14:23:02
  Author: jgc
Revision: 166430

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vala/repos/gnome-unstable-i686/
  vala/repos/gnome-unstable-i686/PKGBUILD
(from rev 166429, vala/trunk/PKGBUILD)
  vala/repos/gnome-unstable-x86_64/
  vala/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166429, vala/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   27 +++
 gnome-unstable-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: vala/repos/gnome-unstable-i686/PKGBUILD (from rev 166429, 
vala/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-07 18:23:02 UTC (rev 166430)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.17.6
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('79bfa454813c22ca9eb0864a77bf51764e8944dc02c7e4b301feb45d782e2e25')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: vala/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166429, 
vala/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-07 18:23:02 UTC (rev 166430)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.17.6
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('79bfa454813c22ca9eb0864a77bf51764e8944dc02c7e4b301feb45d782e2e25')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in gnome-icon-theme-symbolic/trunk (PKGBUILD)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 14:25:20
  Author: jgc
Revision: 166431

upgpkg: gnome-icon-theme-symbolic 3.5.90-1

Update to 3.5.90

Modified:
  gnome-icon-theme-symbolic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 18:23:02 UTC (rev 166430)
+++ PKGBUILD2012-09-07 18:25:20 UTC (rev 166431)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-icon-theme-symbolic
-pkgver=3.4.0
+pkgver=3.5.90
 pkgrel=1
 pkgdesc=GNOME icon theme, symbolic icons
 arch=(any)
@@ -14,7 +14,7 @@
 install=gnome-icon-theme-symbolic.install
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8f2738b1e8992827427f007e0eafc8deed32039c2bcf8345b82243864292d021')
+sha256sums=('ab84501eaf5f83460993d44208f3755ce161e7ec7fdd8dc1e6de71f0bda5ccca')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-icon-theme-symbolic/repos (3 files)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 14:25:51
  Author: jgc
Revision: 166432

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-icon-theme-symbolic/repos/gnome-unstable-any/
  gnome-icon-theme-symbolic/repos/gnome-unstable-any/PKGBUILD
(from rev 166431, gnome-icon-theme-symbolic/trunk/PKGBUILD)
  
gnome-icon-theme-symbolic/repos/gnome-unstable-any/gnome-icon-theme-symbolic.install
(from rev 166431, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install)

---+
 PKGBUILD  |   28 
 gnome-icon-theme-symbolic.install |   11 +++
 2 files changed, 39 insertions(+)

Copied: gnome-icon-theme-symbolic/repos/gnome-unstable-any/PKGBUILD (from rev 
166431, gnome-icon-theme-symbolic/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2012-09-07 18:25:51 UTC (rev 166432)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-icon-theme-symbolic
+pkgver=3.5.90
+pkgrel=1
+pkgdesc=GNOME icon theme, symbolic icons
+arch=(any)
+depends=('gtk-update-icon-cache' 'icon-naming-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+url=http://www.gnome.org;
+license=('GPL')
+install=gnome-icon-theme-symbolic.install
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ab84501eaf5f83460993d44208f3755ce161e7ec7fdd8dc1e6de71f0bda5ccca')
+
+build() {
+  cd $pkgname-$pkgver
+  GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
gnome-icon-theme-symbolic/repos/gnome-unstable-any/gnome-icon-theme-symbolic.install
 (from rev 166431, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install)
===
--- gnome-unstable-any/gnome-icon-theme-symbolic.install
(rev 0)
+++ gnome-unstable-any/gnome-icon-theme-symbolic.install2012-09-07 
18:25:51 UTC (rev 166432)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in gnome-icon-theme/trunk (PKGBUILD)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 15:04:51
  Author: jgc
Revision: 166433

upgpkg: gnome-icon-theme 3.5.90-1

Update to 3.5.90

Modified:
  gnome-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 18:25:51 UTC (rev 166432)
+++ PKGBUILD2012-09-07 19:04:51 UTC (rev 166433)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-icon-theme
-pkgver=3.4.0
+pkgver=3.5.90
 pkgrel=1
 pkgdesc=GNOME icon theme
 arch=(any)
@@ -14,7 +14,7 @@
 install=gnome-icon-theme.install
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0963524f488f48e8b982ca80c1b5207c4e0946ccb95c131b853c9ff448f8e159')
+sha256sums=('ec3256f2cf48a33b8be3c02d3022dc840ec5e815015058a04b11ce0fab9f583f')
 
 build() {
 cd $pkgname-$pkgver



[arch-commits] Commit in gnome-icon-theme/repos (3 files)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 15:05:05
  Author: jgc
Revision: 166434

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-icon-theme/repos/gnome-unstable-any/
  gnome-icon-theme/repos/gnome-unstable-any/PKGBUILD
(from rev 166433, gnome-icon-theme/trunk/PKGBUILD)
  gnome-icon-theme/repos/gnome-unstable-any/gnome-icon-theme.install
(from rev 166433, gnome-icon-theme/trunk/gnome-icon-theme.install)

--+
 PKGBUILD |   29 +
 gnome-icon-theme.install |   11 +++
 2 files changed, 40 insertions(+)

Copied: gnome-icon-theme/repos/gnome-unstable-any/PKGBUILD (from rev 166433, 
gnome-icon-theme/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2012-09-07 19:05:05 UTC (rev 166434)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-icon-theme
+pkgver=3.5.90
+pkgrel=1
+pkgdesc=GNOME icon theme
+arch=(any)
+depends=('hicolor-icon-theme' 'icon-naming-utils' 'gtk-update-icon-cache' 
'gnome-icon-theme-symbolic')
+makedepends=('intltool')
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome')
+install=gnome-icon-theme.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ec3256f2cf48a33b8be3c02d3022dc840ec5e815015058a04b11ce0fab9f583f')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+rm -f  ${pkgdir}/usr/share/icons/gnome/icon-theme.cache
+}

Copied: gnome-icon-theme/repos/gnome-unstable-any/gnome-icon-theme.install 
(from rev 166433, gnome-icon-theme/trunk/gnome-icon-theme.install)
===
--- gnome-unstable-any/gnome-icon-theme.install (rev 0)
+++ gnome-unstable-any/gnome-icon-theme.install 2012-09-07 19:05:05 UTC (rev 
166434)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 15:19:25
  Author: jgc
Revision: 166435

upgpkg: libpeas 1.5.0-1

Update to 1.5.0, disable vala plugin as it is broken

Modified:
  libpeas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 19:05:05 UTC (rev 166434)
+++ PKGBUILD2012-09-07 19:19:25 UTC (rev 166435)
@@ -2,25 +2,25 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libpeas
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc=A GObject-based plugins engine
 arch=('i686' 'x86_64')
 url=http://www.gtk.org/;
 license=('GPL2')
 depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
-makedepends=('gtk-doc' 'intltool' 'vala' 'python2-gobject' 'gjs' 'seed' 
'glade')
+makedepends=('gtk-doc' 'intltool' 'python2-gobject' 'gjs' 'seed' 'glade')
 optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
 'seed: gobject-based plugin engine - seed runtime loader')
 options=('!libtool')
 install=libpeas.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('d508df249d5aefad0e5a720095e0103355ab13856dae6a10e6e5b8235d5eecf6')
+sha256sums=('f5ccc0f4e0b24db273d5e11d161494a6751dd2178813b9d98832dac0a049b0bb')
 
 build() {
   cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---sysconfdir=/etc --localstatedir=/var --enable-vala
+--sysconfdir=/etc --localstatedir=/var
   make
 }
 



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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 15:19:46
  Author: jgc
Revision: 166436

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libpeas/repos/gnome-unstable-i686/
  libpeas/repos/gnome-unstable-i686/PKGBUILD
(from rev 166435, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-i686/libpeas.install
(from rev 166435, libpeas/trunk/libpeas.install)
  libpeas/repos/gnome-unstable-x86_64/
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166435, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-x86_64/libpeas.install
(from rev 166435, libpeas/trunk/libpeas.install)

---+
 gnome-unstable-i686/PKGBUILD  |   32 
 gnome-unstable-i686/libpeas.install   |   11 +++
 gnome-unstable-x86_64/PKGBUILD|   32 
 gnome-unstable-x86_64/libpeas.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 166435, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-07 19:19:46 UTC (rev 166436)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.5.0
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
+makedepends=('gtk-doc' 'intltool' 'python2-gobject' 'gjs' 'seed' 'glade')
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('f5ccc0f4e0b24db273d5e11d161494a6751dd2178813b9d98832dac0a049b0bb')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-i686/libpeas.install (from rev 166435, 
libpeas/trunk/libpeas.install)
===
--- gnome-unstable-i686/libpeas.install (rev 0)
+++ gnome-unstable-i686/libpeas.install 2012-09-07 19:19:46 UTC (rev 166436)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: libpeas/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166435, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-07 19:19:46 UTC (rev 166436)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.5.0
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
+makedepends=('gtk-doc' 'intltool' 'python2-gobject' 'gjs' 'seed' 'glade')
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('f5ccc0f4e0b24db273d5e11d161494a6751dd2178813b9d98832dac0a049b0bb')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-x86_64/libpeas.install (from rev 166435, 
libpeas/trunk/libpeas.install)
===
--- gnome-unstable-x86_64/libpeas.install   (rev 0)
+++ gnome-unstable-x86_64/libpeas.install   2012-09-07 19:19:46 UTC (rev 
166436)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 15:26:30
  Author: jgc
Revision: 166437

upgpkg: eog 3.5.91-1

Update to 3.5.91

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 19:19:46 UTC (rev 166436)
+++ PKGBUILD2012-09-07 19:26:30 UTC (rev 166437)
@@ -3,24 +3,24 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=eog
-pkgver=3.4.3
+pkgver=3.5.91
 pkgrel=1
 pkgdesc=Eye of Gnome: An image viewing and cataloging program
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
-makedepends=('gtk-doc' 'intltool')
+makedepends=('gtk-doc' 'intltool' 'itstool')
 install=eog.install
 groups=('gnome-extra')
 options=('!emptydirs' '!libtool')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('66e468f09de4b8097671cb6e56cd057c0e7869d836a2345e640b6cf4c404d5d9')
+sha256sums=('316966a89666df57c1ed55a58eed6eb59701d356ed4594978e4c4b4d05b1e9c2')
 
 build() {
   cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
+  --localstatedir=/var
   make
 }
 



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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 15:26:51
  Author: jgc
Revision: 166438

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  eog/repos/gnome-unstable-i686/
  eog/repos/gnome-unstable-i686/PKGBUILD
(from rev 166437, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-i686/eog.install
(from rev 166437, eog/trunk/eog.install)
  eog/repos/gnome-unstable-x86_64/
  eog/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166437, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-x86_64/eog.install
(from rev 166437, eog/trunk/eog.install)

---+
 gnome-unstable-i686/PKGBUILD  |   33 +
 gnome-unstable-i686/eog.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD|   33 +
 gnome-unstable-x86_64/eog.install |   13 +
 4 files changed, 92 insertions(+)

Copied: eog/repos/gnome-unstable-i686/PKGBUILD (from rev 166437, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-07 19:26:51 UTC (rev 166438)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.5.91
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool' 'itstool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('316966a89666df57c1ed55a58eed6eb59701d356ed4594978e4c4b4d05b1e9c2')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/gnome-unstable-i686/eog.install (from rev 166437, 
eog/trunk/eog.install)
===
--- gnome-unstable-i686/eog.install (rev 0)
+++ gnome-unstable-i686/eog.install 2012-09-07 19:26:51 UTC (rev 166438)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166437, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-07 19:26:51 UTC (rev 166438)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.5.91
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool' 'itstool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('316966a89666df57c1ed55a58eed6eb59701d356ed4594978e4c4b4d05b1e9c2')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/gnome-unstable-x86_64/eog.install (from rev 166437, 
eog/trunk/eog.install)
===
--- gnome-unstable-x86_64/eog.install   (rev 0)
+++ gnome-unstable-x86_64/eog.install   2012-09-07 19:26:51 UTC (rev 166438)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in mesa/trunk (PKGBUILD mesa-radeon-parallel-make.diff)

2012-09-07 Thread andyrtr
Date: Friday, September 7, 2012 @ 15:59:25
  Author: andyrtr
Revision: 166439

prepare mesa 9.x release; make it build parallel; needs further work to use 
automake make install

Added:
  mesa/trunk/mesa-radeon-parallel-make.diff
Modified:
  mesa/trunk/PKGBUILD

+
 PKGBUILD   |   84 +
 mesa-radeon-parallel-make.diff |  129 +++
 2 files changed, 162 insertions(+), 51 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 19:26:51 UTC (rev 166438)
+++ PKGBUILD2012-09-07 19:59:25 UTC (rev 166439)
@@ -3,73 +3,48 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgbase=mesa
-pkgname=('mesa' 'libgl' 'osmesa' 'libglapi' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel' 'ati-dri' 'intel-dri' 'svga-dri')  #'nouveau-dri')
+pkgname=('mesa' 'libgl' 'osmesa' 'libglapi' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel' 'ati-dri' 'intel-dri' 'svga-dri' 'nouveau-dri')
 
-#_git=true
-_gitdate=20111031
-_git=false
+_git=true
+_gitdate=20120907
+#_git=false
 
 if [ ${_git} = true ]; then
-pkgver=7.10.99.git20110709
-#pkgver=7.11
+pkgver=8.99.git_$_gitdate
   else
 pkgver=8.0.4
 fi
-pkgrel=3
+pkgrel=1
 arch=('i686' 'x86_64')
-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.7.1-5' 'dri2proto=2.6' 'python2' 'libxml2' 'imake' 
'llvm' 'systemd-tools')
+makedepends=('glproto=1.4.16' 'libdrm=2.4.39' 'libxxf86vm=1.1.2' 
'libxdamage=1.1.3' 'expat=2.1.0' 'libx11=1.5.0' 'libxt=1.1.3' 
+ 'gcc-libs=4.7.1-6' 'dri2proto=2.8' 'python2' 'libxml2' 'imake' 
'llvm' 'systemd' 'libvdpau=0.5')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 source=(LICENSE
-mesa-8.0.3-llvm-3.1-fixes.patch)
+mesa-radeon-parallel-make.diff)
 if [ ${_git} = true ]; then
-   # mesa git shot from 7.11 branch - see for state: 
http://cgit.freedesktop.org/mesa/mesa/commit/?h=7.11id=1ae00c5960af83bea9545a18a1754bad83d5cbd0
-   #source=(${source[@]} 
'ftp://ftp.archlinux.org/other/mesa/mesa-1ae00c5960af83bea9545a18a1754bad83d5cbd0.tar.bz2')
-   source=(${source[@]} 
MesaLib-git${_gitdate}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-ef9f16f6322a89fb699fbe3da868b10f9acaef98.tar.bz2;)
+   # mesa git shot from 9.0 branch - see for state: 
http://cgit.freedesktop.org/mesa/mesa/log/?h=9.0
+   #source=(${source[@]} 
'ftp://ftp.archlinux.org/other/mesa/mesa-41d14eaf193c6b1eb87fe1998808a887f1c6c698.tar.gz')
+   source=(${source[@]} 
MesaLib-git${_gitdate}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-41d14eaf193c6b1eb87fe1998808a887f1c6c698.tar.gz;)
   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-rc2.tar.bz2;
-   #source=(${source[@]} 
MesaLib-git${_gitdate}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-4464ee1a9aa3745109cee23531e3fb2323234d07.tar.bz2;
 )
 fi
 md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
- 'c452ed3392468170726c004c2f4e02ca'
- 'd546f988adfdf986cff45b1efa2d8a46')
+ '5dca6edbe6b636c59c2e64f77271f12a'
+ '0cb1a5fe39b1766eb72fa5f77553241d')
 
 build() {
 cd ${srcdir}/?esa-*
 
-patch -Np1 -i ${srcdir}/mesa-8.0.3-llvm-3.1-fixes.patch
+# fix parallel build - 
http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/radeon/Makefile?id=cebbdd4ac23725963207bf6f8fc7101150e6065f
+# and the next commit - 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2baaa5c7eb21517f0197bfd91154e9b4886fbb1b
+patch -Np1 -i ${srcdir}/mesa-radeon-parallel-make.diff
 
-if [ ${_git} = true ]; then
-autoreconf -vfi
-./autogen.sh --prefix=/usr \
+COMMONOPTS=--prefix=/usr \
 --with-dri-driverdir=/usr/lib/xorg/modules/dri \
---with-gallium-drivers=r300,r600,nouveau,svga,swrast \
---enable-gallium-llvm \
---enable-egl \
---enable-gallium-egl \
---with-egl-platforms=x11,drm \
---enable-shared-glapi \
---enable-gbm \
---enable-glx-tls \
---enable-dri \
---enable-glx \
---enable-osmesa \
---enable-gles1 \
---enable-gles2 \
---enable-texture-float \
---enable-xa \
---enable-shared-dricore
-#--enable-gbm \
-#--enable-gallium-svga \
-
-  else
- autoreconf -vfi
-./configure --prefix=/usr \
---with-dri-driverdir=/usr/lib/xorg/modules/dri \
---with-gallium-drivers=r300,r600,svga,swrast \
+--with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast \
 --with-dri-drivers=i915,i965,r200,radeon,swrast \
 --enable-gallium-llvm \
 --enable-egl \
@@ -85,24 +60,31 @@
 --enable-gles2 \
 --enable-texture-float \
 --enable-xa \
---enable-shared-dricore

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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 16:18:14
  Author: tpowa
Revision: 166440

upgpkg: pinentry 0.8.2-1

bump to latest version

Modified:
  pinentry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 19:59:25 UTC (rev 166439)
+++ PKGBUILD2012-09-07 20:18:14 UTC (rev 166440)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=pinentry
-pkgver=0.8.1
-pkgrel=4
+pkgver=0.8.2
+pkgrel=1
 pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -11,7 +11,7 @@
 makedepends=('gtk2' 'qt')
 optdepends=('gtk2: for gtk2 backend'
 'qt: for qt4 backend')  
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.gz
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2
 qt4-pinentry-window.patch)
 install=pinentry.install
 
@@ -36,5 +36,5 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=${pkgdir} install 
 }
-md5sums=('81f99904daee5331eb6738408bb024b6'
+md5sums=('82e6114e5e27a8ab36f314b332a6e024'
  '450b8713fe42f1bd93311ef84767c3d8')



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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 16:18:41
  Author: tpowa
Revision: 166441

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

Added:
  pinentry/repos/testing-i686/
  pinentry/repos/testing-i686/PKGBUILD
(from rev 166440, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-i686/pinentry.install
(from rev 166440, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-i686/qt4-pinentry-window.patch
(from rev 166440, pinentry/trunk/qt4-pinentry-window.patch)
  pinentry/repos/testing-x86_64/
  pinentry/repos/testing-x86_64/PKGBUILD
(from rev 166440, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-x86_64/pinentry.install
(from rev 166440, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-x86_64/qt4-pinentry-window.patch
(from rev 166440, pinentry/trunk/qt4-pinentry-window.patch)

--+
 testing-i686/PKGBUILD|   40 +
 testing-i686/pinentry.install|   20 ++
 testing-i686/qt4-pinentry-window.patch   |   28 
 testing-x86_64/PKGBUILD  |   40 +
 testing-x86_64/pinentry.install  |   20 ++
 testing-x86_64/qt4-pinentry-window.patch |   28 
 6 files changed, 176 insertions(+)

Copied: pinentry/repos/testing-i686/PKGBUILD (from rev 166440, 
pinentry/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-07 20:18:41 UTC (rev 166441)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pinentry
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnupg.org/aegypten2;
+depends=('ncurses' 'libcap=2.16')
+makedepends=('gtk2' 'qt')
+optdepends=('gtk2: for gtk2 backend'
+'qt: for qt4 backend')  
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2
+qt4-pinentry-window.patch)
+install=pinentry.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #fix: https://bugs.archlinux.org/task/29998
+  patch -Np1 -i ../qt4-pinentry-window.patch
+  for file in qt4/*.moc; do
+   /usr/bin/moc ${file/.moc/.h}  ${file}
+   done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+--disable-pinentry-gtk \
+--disable-pinentry-qt \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install 
+}
+md5sums=('82e6114e5e27a8ab36f314b332a6e024'
+ '450b8713fe42f1bd93311ef84767c3d8')

Copied: pinentry/repos/testing-i686/pinentry.install (from rev 166440, 
pinentry/trunk/pinentry.install)
===
--- testing-i686/pinentry.install   (rev 0)
+++ testing-i686/pinentry.install   2012-09-07 20:18:41 UTC (rev 166441)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: pinentry/repos/testing-i686/qt4-pinentry-window.patch (from rev 166440, 
pinentry/trunk/qt4-pinentry-window.patch)
===
--- testing-i686/qt4-pinentry-window.patch  (rev 0)
+++ testing-i686/qt4-pinentry-window.patch  2012-09-07 20:18:41 UTC (rev 
166441)
@@ -0,0 +1,28 @@
+From c2ab12b3742c929a225c3753439438edc27bfa81 Mon Sep 17 00:00:00 2001
+From: Stanislav Ochotnicky sochotni...@redhat.com
+Date: Tue, 1 Feb 2011 14:42:27 +0100
+Subject: [PATCH] Fix qt4 pinentry window created in the background
+
+This is probably just a workaround. Proper fix is being investigated.
+See:
+https://bugzilla.redhat.com/show_bug.cgi?id=589532
+http://stackoverflow.com/questions/2788518/calling-activatewindow-on-qdialog-sends-window-to-background
+---
+ qt4/pinentrydialog.cpp |1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/qt4/pinentrydialog.cpp b/qt4/pinentrydialog.cpp
+index 541baf4..d634eb6 100644
+--- a/qt4/pinentrydialog.cpp
 b/qt4/pinentrydialog.cpp
+@@ -69,7 +69,6 @@ void raiseWindow( QWidget* w )
+ SetForegroundWindow( w-winId() );
+ #endif
+ w-raise();
+-w-activateWindow();
+ }
+ 
+ QPixmap icon( QStyle::StandardPixmap which )
+-- 
+1.7.3.5
+

Copied: pinentry/repos/testing-x86_64/PKGBUILD (from rev 166440, 

[arch-commits] Commit in (5 files)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 18:13:35
  Author: jgc
Revision: 166442

Add ibus package. Configure as the GNOME 3.5.91 jhbuild module set says, this 
will probably break other uses, but right now I do not care

Added:
  ibus/
  ibus/repos/
  ibus/trunk/
  ibus/trunk/PKGBUILD
  ibus/trunk/ibus.install

--+
 PKGBUILD |   38 ++
 ibus.install |   17 +
 2 files changed, 55 insertions(+)

Added: ibus/trunk/PKGBUILD
===
--- ibus/trunk/PKGBUILD (rev 0)
+++ ibus/trunk/PKGBUILD 2012-09-07 22:13:35 UTC (rev 166442)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Rainy rainylau(at)gmail(dot)com
+# Contributor: Lee.MaRS leemars at gmail dot com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=ibus
+pkgver=1.4.99.20120822
+pkgrel=1
+pkgdesc=Next Generation Input Bus for Linux
+arch=('i686' 'x86_64')
+url=http://ibus.googlecode.com;
+license=('LGPL')
+makedepends=('gobject-introspection' 'dconf' 'iso-codes' 'intltool')
+depends=('hicolor-icon-theme' 'gtk2' 'gtk3')
+options=('!libtool')
+install=ibus.install
+source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('46d836b68733953b443859f47ad6991f4584658d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--disable-memconf \
+--disable-ui
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Added: ibus/trunk/ibus.install
===
--- ibus/trunk/ibus.install (rev 0)
+++ ibus/trunk/ibus.install 2012-09-07 22:13:35 UTC (rev 166442)
@@ -0,0 +1,17 @@
+post_install() {
+gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
+gtk-query-immodules-3.0 --update-cache 
+
+gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_remove() {
+gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
+gtk-query-immodules-3.0 --update-cache 
+
+gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}



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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 18:14:15
  Author: jgc
Revision: 166443

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  ibus/repos/gnome-unstable-i686/
  ibus/repos/gnome-unstable-i686/PKGBUILD
(from rev 166442, ibus/trunk/PKGBUILD)
  ibus/repos/gnome-unstable-i686/ibus.install
(from rev 166442, ibus/trunk/ibus.install)
  ibus/repos/gnome-unstable-x86_64/
  ibus/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166442, ibus/trunk/PKGBUILD)
  ibus/repos/gnome-unstable-x86_64/ibus.install
(from rev 166442, ibus/trunk/ibus.install)

+
 gnome-unstable-i686/PKGBUILD   |   38 +++
 gnome-unstable-i686/ibus.install   |   17 +++
 gnome-unstable-x86_64/PKGBUILD |   38 +++
 gnome-unstable-x86_64/ibus.install |   17 +++
 4 files changed, 110 insertions(+)

Copied: ibus/repos/gnome-unstable-i686/PKGBUILD (from rev 166442, 
ibus/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-07 22:14:15 UTC (rev 166443)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Rainy rainylau(at)gmail(dot)com
+# Contributor: Lee.MaRS leemars at gmail dot com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=ibus
+pkgver=1.4.99.20120822
+pkgrel=1
+pkgdesc=Next Generation Input Bus for Linux
+arch=('i686' 'x86_64')
+url=http://ibus.googlecode.com;
+license=('LGPL')
+makedepends=('gobject-introspection' 'dconf' 'iso-codes' 'intltool')
+depends=('hicolor-icon-theme' 'gtk2' 'gtk3')
+options=('!libtool')
+install=ibus.install
+source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('46d836b68733953b443859f47ad6991f4584658d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--disable-memconf \
+--disable-ui
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: ibus/repos/gnome-unstable-i686/ibus.install (from rev 166442, 
ibus/trunk/ibus.install)
===
--- gnome-unstable-i686/ibus.install(rev 0)
+++ gnome-unstable-i686/ibus.install2012-09-07 22:14:15 UTC (rev 166443)
@@ -0,0 +1,17 @@
+post_install() {
+gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
+gtk-query-immodules-3.0 --update-cache 
+
+gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_remove() {
+gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
+gtk-query-immodules-3.0 --update-cache 
+
+gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Copied: ibus/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166442, 
ibus/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-07 22:14:15 UTC (rev 166443)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Rainy rainylau(at)gmail(dot)com
+# Contributor: Lee.MaRS leemars at gmail dot com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=ibus
+pkgver=1.4.99.20120822
+pkgrel=1
+pkgdesc=Next Generation Input Bus for Linux
+arch=('i686' 'x86_64')
+url=http://ibus.googlecode.com;
+license=('LGPL')
+makedepends=('gobject-introspection' 'dconf' 'iso-codes' 'intltool')
+depends=('hicolor-icon-theme' 'gtk2' 'gtk3')
+options=('!libtool')
+install=ibus.install
+source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('46d836b68733953b443859f47ad6991f4584658d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--disable-memconf \
+--disable-ui
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: ibus/repos/gnome-unstable-x86_64/ibus.install (from rev 166442, 
ibus/trunk/ibus.install)
===
--- gnome-unstable-x86_64/ibus.install  (rev 0)
+++ gnome-unstable-x86_64/ibus.install  2012-09-07 22:14:15 UTC (rev 166443)
@@ -0,0 +1,17 @@
+post_install() {
+gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
+gtk-query-immodules-3.0 --update-cache 
+
+gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+

[arch-commits] Commit in gnome-settings-daemon/trunk (PKGBUILD systemd-fallback.patch)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 18:40:29
  Author: jgc
Revision: 166444

upgpkg: gnome-settings-daemon 3.5.91-1

Update to 3.5.91. Remove consolekit fallback

Modified:
  gnome-settings-daemon/trunk/PKGBUILD
Deleted:
  gnome-settings-daemon/trunk/systemd-fallback.patch

+
 PKGBUILD   |   18 ++---
 systemd-fallback.patch |  154 ---
 2 files changed, 7 insertions(+), 165 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 22:14:15 UTC (rev 166443)
+++ PKGBUILD2012-09-07 22:40:29 UTC (rev 166444)
@@ -2,29 +2,25 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-settings-daemon
-pkgver=3.4.2
+pkgver=3.5.91
 pkgrel=1
 pkgdesc=The GNOME Settings daemon
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('colord' 'dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libgnomekbd' 'libnotify'
- 'libsystemd' 'libwacom' 'nss' 'pulseaudio' 'pulseaudio-alsa' 'upower')
-makedepends=('intltool' 'gtk-doc' 'gnome-desktop' 'gnome-common' 
'xf86-input-wacom')
+depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
+ 'libsystemd' 'libwacom' 'nss' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'ibus')
+makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
 options=('!emptydirs' '!libtool')
 install=gnome-settings-daemon.install
 url=http://www.gnome.org;
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-systemd-fallback.patch)
-sha256sums=('00499118c80474981f3389ef518e2d001f1b1a3b1fb78e54859d59f3bee38ff4'
-'3af86d4b341d5ca7c94cc814b250b122309d38f48be0bf0581d0c77e763a8008')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('005ad39fb50259fa2a8780db98498bb0af50ce4002cfe0c6e3017107df25ae9e')
 
 build() {
   cd $pkgname-$pkgver
 
-  patch -Np1 -i ../systemd-fallback.patch
-
-  gnome-autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/gnome-settings-daemon --disable-static \
   --enable-systemd
 

Deleted: systemd-fallback.patch
===
--- systemd-fallback.patch  2012-09-07 22:14:15 UTC (rev 166443)
+++ systemd-fallback.patch  2012-09-07 22:40:29 UTC (rev 166444)
@@ -1,154 +0,0 @@
-commit b9ded09387f0b99ece97baee18595eb9e86a5b9b
-Author: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-Date:   Mon Mar 12 01:52:54 2012 +0100
-
-Fallback to CK if systemd is not available
-
-Be nice to distributions where systemd is optional. This will select
-the code path at runtime depending on whether the system was booted
-using systemd.
-
-diff --git a/configure.ac b/configure.ac
-index 3b4789f..d522852 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -299,7 +299,7 @@ AC_ARG_ENABLE([systemd],
-   [with_systemd=$enableval],
-   [with_systemd=no])
- if test $with_systemd = yes ; then
--  PKG_CHECK_MODULES(SYSTEMD, [libsystemd-login])
-+  PKG_CHECK_MODULES(SYSTEMD, [libsystemd-daemon libsystemd-login])
-   AC_DEFINE(HAVE_SYSTEMD, 1, [Define if systemd is used for session tracking])
-   SESSION_TRACKING=systemd
- else
-diff --git a/gnome-settings-daemon/gnome-settings-session.c 
b/gnome-settings-daemon/gnome-settings-session.c
-index 5786300..83fe21e 100644
 a/gnome-settings-daemon/gnome-settings-session.c
-+++ b/gnome-settings-daemon/gnome-settings-session.c
-@@ -30,6 +30,7 @@
- #include gnome-settings-session.h
- 
- #ifdef HAVE_SYSTEMD
-+#include systemd/sd-daemon.h
- #include systemd/sd-login.h
- 
- typedef struct
-@@ -130,10 +131,9 @@ struct GnomeSettingsSessionPrivate
- {
- #ifdef HAVE_SYSTEMD
- GSource   *sd_source;
--#else
-+#endif
-   GDBusProxy  *proxy_session;
-   GCancellable*cancellable;
--#endif
-   gchar   *session_id;
-   GnomeSettingsSessionState state;
- };
-@@ -237,7 +237,7 @@ sessions_changed (gpointer user_data)
- return TRUE;
- }
- 
--#else /* HAVE_SYSTEMD */
-+#endif /* HAVE_SYSTEMD */
- 
- static void
- gnome_settings_session_proxy_signal_cb (GDBusProxy *proxy,
-@@ -371,22 +371,25 @@ got_manager_proxy_cb (GObject *source_object, 
GAsyncResult *res, gpointer user_d
-   g_object_unref (proxy_manager);
- }
- 
--#endif /* HAVE_SYSTEMD */
--
- static void
- gnome_settings_session_init (GnomeSettingsSession *session)
- {
-   session-priv = GNOME_SETTINGS_SESSION_GET_PRIVATE (session);
- 
- #ifdef HAVE_SYSTEMD
--sd_pid_get_session (getpid(), session-priv-session_id);
-+session-priv-sd_source = NULL;
-+
-+if 

[arch-commits] Commit in gnome-settings-daemon/repos (6 files)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 18:40:50
  Author: jgc
Revision: 166445

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-settings-daemon/repos/gnome-unstable-i686/
  gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD
(from rev 166444, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/gnome-unstable-i686/gnome-settings-daemon.install
(from rev 166444, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/gnome-unstable-x86_64/
  gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166444, gnome-settings-daemon/trunk/PKGBUILD)
  
gnome-settings-daemon/repos/gnome-unstable-x86_64/gnome-settings-daemon.install
(from rev 166444, gnome-settings-daemon/trunk/gnome-settings-daemon.install)

-+
 gnome-unstable-i686/PKGBUILD|   36 ++
 gnome-unstable-i686/gnome-settings-daemon.install   |   12 ++
 gnome-unstable-x86_64/PKGBUILD  |   36 ++
 gnome-unstable-x86_64/gnome-settings-daemon.install |   12 ++
 4 files changed, 96 insertions(+)

Copied: gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD (from rev 
166444, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-07 22:40:50 UTC (rev 166445)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-settings-daemon
+pkgver=3.5.91
+pkgrel=1
+pkgdesc=The GNOME Settings daemon
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
+ 'libsystemd' 'libwacom' 'nss' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'ibus')
+makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
+options=('!emptydirs' '!libtool')
+install=gnome-settings-daemon.install
+url=http://www.gnome.org;
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('005ad39fb50259fa2a8780db98498bb0af50ce4002cfe0c6e3017107df25ae9e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-settings-daemon --disable-static \
+  --enable-systemd
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
gnome-settings-daemon/repos/gnome-unstable-i686/gnome-settings-daemon.install 
(from rev 166444, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
===
--- gnome-unstable-i686/gnome-settings-daemon.install   
(rev 0)
+++ gnome-unstable-i686/gnome-settings-daemon.install   2012-09-07 22:40:50 UTC 
(rev 166445)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
166444, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-07 22:40:50 UTC (rev 166445)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-settings-daemon
+pkgver=3.5.91
+pkgrel=1
+pkgdesc=The GNOME Settings daemon
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
+ 'libsystemd' 'libwacom' 'nss' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'ibus')
+makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
+options=('!emptydirs' '!libtool')
+install=gnome-settings-daemon.install
+url=http://www.gnome.org;
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('005ad39fb50259fa2a8780db98498bb0af50ce4002cfe0c6e3017107df25ae9e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-settings-daemon --disable-static \
+  --enable-systemd
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 

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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 18:45:55
  Author: jgc
Revision: 166446

upgpkg: cantarell-fonts 0.0.9-1

Update to 0.0.9, clean up install scriptlet

Modified:
  cantarell-fonts/trunk/PKGBUILD
  cantarell-fonts/trunk/cantarell-fonts.install

-+
 PKGBUILD|4 ++--
 cantarell-fonts.install |4 +---
 2 files changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 22:40:50 UTC (rev 166445)
+++ PKGBUILD2012-09-07 22:45:55 UTC (rev 166446)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=cantarell-fonts
-pkgver=0.0.8
+pkgver=0.0.9
 pkgrel=1
 pkgdesc=Cantarell font family for the GNOME desktop
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('fontconfig')
 install=cantarell-fonts.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('e5468861cee84c034dfc53ed9836a360bea45767873dd7840fe403a06bcc61fb')
+sha256sums=('793f4e2f28e5d03b266f4f714570c9569cb7f8b993a56219539788d45e0fa3fe')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: cantarell-fonts.install
===
--- cantarell-fonts.install 2012-09-07 22:40:50 UTC (rev 166445)
+++ cantarell-fonts.install 2012-09-07 22:45:55 UTC (rev 166446)
@@ -1,7 +1,5 @@
 post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  echo done.
+  fc-cache -f
 }
 
 post_upgrade() {



[arch-commits] Commit in cantarell-fonts/repos/extra-any (4 files)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 18:46:09
  Author: jgc
Revision: 166447

archrelease: copy trunk to extra-any

Added:
  cantarell-fonts/repos/extra-any/PKGBUILD
(from rev 166446, cantarell-fonts/trunk/PKGBUILD)
  cantarell-fonts/repos/extra-any/cantarell-fonts.install
(from rev 166446, cantarell-fonts/trunk/cantarell-fonts.install)
Deleted:
  cantarell-fonts/repos/extra-any/PKGBUILD
  cantarell-fonts/repos/extra-any/cantarell-fonts.install

-+
 PKGBUILD|   64 +++---
 cantarell-fonts.install |   24 +++--
 2 files changed, 43 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-07 22:45:55 UTC (rev 166446)
+++ PKGBUILD2012-09-07 22:46:09 UTC (rev 166447)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=cantarell-fonts
-pkgver=0.0.8
-pkgrel=1
-pkgdesc=Cantarell font family for the GNOME desktop
-arch=('any')
-url=http://abattis.org/cantarell/;
-license=('GPL2')
-depends=('fontconfig')
-install=cantarell-fonts.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('e5468861cee84c034dfc53ed9836a360bea45767873dd7840fe403a06bcc61fb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  mkdir -p $pkgdir/etc/fonts/conf.d
-  mv $pkgdir/usr/share/fontconfig/conf.avail $pkgdir/etc/fonts/conf.avail
-  rmdir $pkgdir/usr/share/fontconfig
-  ln -s ../conf.avail/31-cantarell.conf $pkgdir/etc/fonts/conf.d
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cantarell-fonts/repos/extra-any/PKGBUILD (from rev 166446, 
cantarell-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-07 22:46:09 UTC (rev 166447)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cantarell-fonts
+pkgver=0.0.9
+pkgrel=1
+pkgdesc=Cantarell font family for the GNOME desktop
+arch=('any')
+url=http://abattis.org/cantarell/;
+license=('GPL2')
+depends=('fontconfig')
+install=cantarell-fonts.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('793f4e2f28e5d03b266f4f714570c9569cb7f8b993a56219539788d45e0fa3fe')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  mkdir -p $pkgdir/etc/fonts/conf.d
+  mv $pkgdir/usr/share/fontconfig/conf.avail $pkgdir/etc/fonts/conf.avail
+  rmdir $pkgdir/usr/share/fontconfig
+  ln -s ../conf.avail/31-cantarell.conf $pkgdir/etc/fonts/conf.d
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cantarell-fonts.install
===
--- cantarell-fonts.install 2012-09-07 22:45:55 UTC (rev 166446)
+++ cantarell-fonts.install 2012-09-07 22:46:09 UTC (rev 166447)
@@ -1,13 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: cantarell-fonts/repos/extra-any/cantarell-fonts.install (from rev 
166446, cantarell-fonts/trunk/cantarell-fonts.install)
===
--- cantarell-fonts.install (rev 0)
+++ cantarell-fonts.install 2012-09-07 22:46:09 UTC (rev 166447)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -f
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in gnome-themes-standard/trunk (PKGBUILD)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 18:50:22
  Author: jgc
Revision: 166448

upgpkg: gnome-themes-standard 3.5.91-1

Update to 3.5.91

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 22:46:09 UTC (rev 166447)
+++ PKGBUILD2012-09-07 22:50:22 UTC (rev 166448)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.4.2
+pkgver=3.5.91
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('gnome-themes')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aa29d23708e3357775fb7ea2de14b90551a2c732fce297f3372dae005374c3a8')
+sha256sums=('b6f514b60aa6e8d748a0356d5c4dc6951d8068396772c8497d780017dadbc0f1')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-themes-standard/repos (2 files)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 18:50:36
  Author: jgc
Revision: 166449

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-themes-standard/repos/gnome-unstable-x86_64/
  gnome-themes-standard/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166448, gnome-themes-standard/trunk/PKGBUILD)

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

Copied: gnome-themes-standard/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
166448, gnome-themes-standard/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-07 22:50:36 UTC (rev 166449)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-themes-standard
+pkgver=3.5.91
+pkgrel=1
+pkgdesc=Default themes for the GNOME desktop
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('cantarell-fonts' 'ttf-dejavu' 'gtk3' 'gtk-engines' 'librsvg')
+makedepends=('intltool')
+groups=('gnome')
+replaces=('gnome-themes')
+conflicts=('gnome-themes')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b6f514b60aa6e8d748a0356d5c4dc6951d8068396772c8497d780017dadbc0f1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in gnome-themes-standard/repos (2 files)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 18:53:28
  Author: jgc
Revision: 166450

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-themes-standard/repos/gnome-unstable-i686/
  gnome-themes-standard/repos/gnome-unstable-i686/PKGBUILD
(from rev 166449, gnome-themes-standard/trunk/PKGBUILD)

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

Copied: gnome-themes-standard/repos/gnome-unstable-i686/PKGBUILD (from rev 
166449, gnome-themes-standard/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-07 22:53:28 UTC (rev 166450)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-themes-standard
+pkgver=3.5.91
+pkgrel=1
+pkgdesc=Default themes for the GNOME desktop
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('cantarell-fonts' 'ttf-dejavu' 'gtk3' 'gtk-engines' 'librsvg')
+makedepends=('intltool')
+groups=('gnome')
+replaces=('gnome-themes')
+conflicts=('gnome-themes')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b6f514b60aa6e8d748a0356d5c4dc6951d8068396772c8497d780017dadbc0f1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-module-build/trunk (PKGBUILD)

2012-09-07 Thread Eric Bélanger
Date: Friday, September 7, 2012 @ 21:51:23
  Author: eric
Revision: 166451

upgpkg: perl-module-build 0.4003-1

Upstream update

Modified:
  perl-module-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 22:53:28 UTC (rev 166450)
+++ PKGBUILD2012-09-08 01:51:23 UTC (rev 166451)
@@ -3,16 +3,16 @@
 # Contributor : Alan Young harley...@gmail.com
 
 pkgname=perl-module-build
-pkgver=0.40
-pkgrel=3
+pkgver=0.4003
+pkgrel=1
 pkgdesc=Build, test, and install Perl modules
 arch=('any')
 license=('PerlArtistic' 'GPL')
 url='http://search.cpan.org/dist/Module-Build'
 depends=('perl=5.6.1')
 options=('!emptydirs')
-source=('http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-0.40.tar.gz')
-md5sums=('7ef4a7d968cbcd2ab7286b834f885142')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+md5sums=('ed5fe7e023af43b0722639b13ece8d2d')
 
 build() {
   cd Module-Build-$pkgver
@@ -28,5 +28,4 @@
 package() {
   cd Module-Build-$pkgver
   perl Build install destdir=$pkgdir
-  #find $pkgdir -name .packlist -o -name perllocal.pod -delete
 }



[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2012-09-07 Thread Eric Bélanger
Date: Friday, September 7, 2012 @ 21:51:46
  Author: eric
Revision: 166452

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 166451, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-08 01:51:23 UTC (rev 166451)
+++ PKGBUILD2012-09-08 01:51:46 UTC (rev 166452)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor : Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.40
-pkgrel=3
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url='http://search.cpan.org/dist/Module-Build'
-depends=('perl=5.6.1')
-options=('!emptydirs')
-source=('http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-0.40.tar.gz')
-md5sums=('7ef4a7d968cbcd2ab7286b834f885142')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-  #find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 166451, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-08 01:51:46 UTC (rev 166452)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor : Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4003
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url='http://search.cpan.org/dist/Module-Build'
+depends=('perl=5.6.1')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+md5sums=('ed5fe7e023af43b0722639b13ece8d2d')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}



[arch-commits] Commit in avfs/trunk (PKGBUILD avfs-1.0.0-fix_open_missing_mode.patch)

2012-09-07 Thread Eric Bélanger
Date: Friday, September 7, 2012 @ 22:47:58
  Author: eric
Revision: 166453

upgpkg: avfs 1.0.1-1

Upstream update, Fix license, Remove old patch

Modified:
  avfs/trunk/PKGBUILD
Deleted:
  avfs/trunk/avfs-1.0.0-fix_open_missing_mode.patch

+
 PKGBUILD   |   16 ++--
 avfs-1.0.0-fix_open_missing_mode.patch |   11 ---
 2 files changed, 6 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-08 01:51:46 UTC (rev 166452)
+++ PKGBUILD2012-09-08 02:47:58 UTC (rev 166453)
@@ -3,24 +3,20 @@
 # Contributor: K. Piche kpi...@rogers.com
 
 pkgname=avfs
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc=A virtual filesystem that allows browsing of compressed files
 arch=('i686' 'x86_64')
-license=('GPL')
+license=('GPL' 'LGPL')
 url=http://avf.sourceforge.net/;
-source=(http://downloads.sourceforge.net/sourceforge/avf/${pkgname}-${pkgver}.tar.bz2;
-'avfs-1.0.0-fix_open_missing_mode.patch')
-options=(!emptydirs !libtool)
 depends=('fuse' 'xz' 'perl')
-md5sums=('c58421e4f294125895f2c6653a7366a7'
- 'bdd84b179a869bc6d64529a64a640fc6')
+options=('!emptydirs' '!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/avf/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('f0f254d092e54da14bbf3ea22b76da99'
+ 'd71607de21819f3d67246473f0bc21f3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/avfs-1.0.0-fix_open_missing_mode.patch
-
   ./configure --prefix=/usr \
   --enable-library \
   --enable-fuse \

Deleted: avfs-1.0.0-fix_open_missing_mode.patch
===
--- avfs-1.0.0-fix_open_missing_mode.patch  2012-09-08 01:51:46 UTC (rev 
166452)
+++ avfs-1.0.0-fix_open_missing_mode.patch  2012-09-08 02:47:58 UTC (rev 
166453)
@@ -1,11 +0,0 @@
 a/modules/urar.c   2007-05-14 20:21:23.0 +0200
-+++ b/modules/urar.c   2009-02-09 13:48:56.780225932 +0100
-@@ -587,7 +587,7 @@
- if(res  0)
- return res;
- 
--fd = open(tmpfile, O_RDWR | O_CREAT | O_TRUNC);
-+fd = open(tmpfile, O_RDWR | O_CREAT | O_TRUNC, 0644);
- if(fd == -1) {
- res = -errno; 
- av_log(AVLOG_ERROR, RAR: Could not open %s: %s, tmpfile,



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

2012-09-07 Thread Eric Bélanger
Date: Friday, September 7, 2012 @ 22:48:18
  Author: eric
Revision: 166454

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

Added:
  avfs/repos/extra-i686/PKGBUILD
(from rev 166453, avfs/trunk/PKGBUILD)
  avfs/repos/extra-x86_64/PKGBUILD
(from rev 166453, avfs/trunk/PKGBUILD)
Deleted:
  avfs/repos/extra-i686/PKGBUILD
  avfs/repos/extra-i686/avfs-1.0.0-fix_open_missing_mode.patch
  avfs/repos/extra-x86_64/PKGBUILD
  avfs/repos/extra-x86_64/avfs-1.0.0-fix_open_missing_mode.patch

-+
 extra-i686/PKGBUILD |   66 --
 extra-i686/avfs-1.0.0-fix_open_missing_mode.patch   |   11 ---
 extra-x86_64/PKGBUILD   |   66 --
 extra-x86_64/avfs-1.0.0-fix_open_missing_mode.patch |   11 ---
 4 files changed, 62 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-08 02:47:58 UTC (rev 166453)
+++ extra-i686/PKGBUILD 2012-09-08 02:48:18 UTC (rev 166454)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: K. Piche kpi...@rogers.com
-
-pkgname=avfs
-pkgver=1.0.0
-pkgrel=1
-pkgdesc=A virtual filesystem that allows browsing of compressed files
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://avf.sourceforge.net/;
-source=(http://downloads.sourceforge.net/sourceforge/avf/${pkgname}-${pkgver}.tar.bz2;
-'avfs-1.0.0-fix_open_missing_mode.patch')
-options=(!emptydirs !libtool)
-depends=('fuse' 'xz' 'perl')
-md5sums=('c58421e4f294125895f2c6653a7366a7'
- 'bdd84b179a869bc6d64529a64a640fc6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/avfs-1.0.0-fix_open_missing_mode.patch
-
-  ./configure --prefix=/usr \
-  --enable-library \
-  --enable-fuse \
-  --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: avfs/repos/extra-i686/PKGBUILD (from rev 166453, avfs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-08 02:48:18 UTC (rev 166454)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: K. Piche kpi...@rogers.com
+
+pkgname=avfs
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=A virtual filesystem that allows browsing of compressed files
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url=http://avf.sourceforge.net/;
+depends=('fuse' 'xz' 'perl')
+options=('!emptydirs' '!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/avf/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('f0f254d092e54da14bbf3ea22b76da99'
+ 'd71607de21819f3d67246473f0bc21f3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --enable-library \
+  --enable-fuse \
+  --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/avfs-1.0.0-fix_open_missing_mode.patch
===
--- extra-i686/avfs-1.0.0-fix_open_missing_mode.patch   2012-09-08 02:47:58 UTC 
(rev 166453)
+++ extra-i686/avfs-1.0.0-fix_open_missing_mode.patch   2012-09-08 02:48:18 UTC 
(rev 166454)
@@ -1,11 +0,0 @@
 a/modules/urar.c   2007-05-14 20:21:23.0 +0200
-+++ b/modules/urar.c   2009-02-09 13:48:56.780225932 +0100
-@@ -587,7 +587,7 @@
- if(res  0)
- return res;
- 
--fd = open(tmpfile, O_RDWR | O_CREAT | O_TRUNC);
-+fd = open(tmpfile, O_RDWR | O_CREAT | O_TRUNC, 0644);
- if(fd == -1) {
- res = -errno; 
- av_log(AVLOG_ERROR, RAR: Could not open %s: %s, tmpfile,

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-08 02:47:58 UTC (rev 166453)
+++ extra-x86_64/PKGBUILD   2012-09-08 02:48:18 UTC (rev 166454)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: K. Piche kpi...@rogers.com
-
-pkgname=avfs
-pkgver=1.0.0
-pkgrel=1
-pkgdesc=A virtual filesystem that allows browsing of compressed files
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://avf.sourceforge.net/;
-source=(http://downloads.sourceforge.net/sourceforge/avf/${pkgname}-${pkgver}.tar.bz2;
-'avfs-1.0.0-fix_open_missing_mode.patch')
-options=(!emptydirs !libtool)
-depends=('fuse' 'xz' 'perl')
-md5sums=('c58421e4f294125895f2c6653a7366a7'
- 'bdd84b179a869bc6d64529a64a640fc6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/avfs-1.0.0-fix_open_missing_mode.patch
-
-  ./configure --prefix=/usr \
-  --enable-library \
-  --enable-fuse \
-  --disable-static
-  make
-}
-