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

2014-06-15 Thread Jakob Gruber
Date: Sunday, June 15, 2014 @ 14:05:42
  Author: schuay
Revision: 113177

openssh-askpass

Modified:
  openssh-askpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 23:27:07 UTC (rev 113176)
+++ PKGBUILD2014-06-15 12:05:42 UTC (rev 113177)
@@ -3,13 +3,13 @@
 # Contributor: Massimiliano Torromeo Massimiliano.Torromeo AT gmail DOT com
 
 pkgname=openssh-askpass
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc='A plasma-like passphrase dialog for ssh'
 arch=('i686' 'x86_64')
 
url='http://hugo.pereira.free.fr/software/index.php?page=packagepackage_list=software_list_qt4package=openssh-askpassfull=0'
 license=('GPL')
-depends=('openssh' 'qt4')
+depends=('openssh' 'qt4' 'xcb-util-keysyms')
 makedepends=('cmake')
 provides=('x11-ssh-askpass')
 conflicts=('x11-ssh-askpass')
@@ -32,5 +32,5 @@
   install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
 }
 
-md5sums=('c196971941ff3773d9f977b52015b214'
+md5sums=('b8237a47f9145d63cd70694e3889e057'
  'baec3f0499b851aca6705968fa9e0df7')



[arch-commits] Commit in openssh-askpass/repos/community-i686 (4 files)

2014-06-15 Thread Jakob Gruber
Date: Sunday, June 15, 2014 @ 14:06:08
  Author: schuay
Revision: 113178

archrelease: copy trunk to community-i686

Added:
  openssh-askpass/repos/community-i686/PKGBUILD
(from rev 113177, openssh-askpass/trunk/PKGBUILD)
  openssh-askpass/repos/community-i686/openssh-askpass.sh
(from rev 113177, openssh-askpass/trunk/openssh-askpass.sh)
Deleted:
  openssh-askpass/repos/community-i686/PKGBUILD
  openssh-askpass/repos/community-i686/openssh-askpass.sh

+
 PKGBUILD   |   72 +--
 openssh-askpass.sh |2 -
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-15 12:05:42 UTC (rev 113177)
+++ PKGBUILD2014-06-15 12:06:08 UTC (rev 113178)
@@ -1,36 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-# Previous Maintainer:  TDY t...@gmx.com
-# Contributor: Massimiliano Torromeo Massimiliano.Torromeo AT gmail DOT com
-
-pkgname=openssh-askpass
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='A plasma-like passphrase dialog for ssh'
-arch=('i686' 'x86_64')
-url='http://hugo.pereira.free.fr/software/index.php?page=packagepackage_list=software_list_qt4package=openssh-askpassfull=0'
-license=('GPL')
-depends=('openssh' 'qt4')
-makedepends=('cmake')
-provides=('x11-ssh-askpass')
-conflicts=('x11-ssh-askpass')
-source=(http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz;
-$pkgname.sh)
- 
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-  install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
-}
-
-md5sums=('c196971941ff3773d9f977b52015b214'
- 'baec3f0499b851aca6705968fa9e0df7')

Copied: openssh-askpass/repos/community-i686/PKGBUILD (from rev 113177, 
openssh-askpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-15 12:06:08 UTC (rev 113178)
@@ -0,0 +1,36 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Previous Maintainer:  TDY t...@gmx.com
+# Contributor: Massimiliano Torromeo Massimiliano.Torromeo AT gmail DOT com
+
+pkgname=openssh-askpass
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='A plasma-like passphrase dialog for ssh'
+arch=('i686' 'x86_64')
+url='http://hugo.pereira.free.fr/software/index.php?page=packagepackage_list=software_list_qt4package=openssh-askpassfull=0'
+license=('GPL')
+depends=('openssh' 'qt4' 'xcb-util-keysyms')
+makedepends=('cmake')
+provides=('x11-ssh-askpass')
+conflicts=('x11-ssh-askpass')
+source=(http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz;
+$pkgname.sh)
+ 
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
+}
+
+md5sums=('b8237a47f9145d63cd70694e3889e057'
+ 'baec3f0499b851aca6705968fa9e0df7')

Deleted: openssh-askpass.sh
===
--- openssh-askpass.sh  2014-06-15 12:05:42 UTC (rev 113177)
+++ openssh-askpass.sh  2014-06-15 12:06:08 UTC (rev 113178)
@@ -1 +0,0 @@
-export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass

Copied: openssh-askpass/repos/community-i686/openssh-askpass.sh (from rev 
113177, openssh-askpass/trunk/openssh-askpass.sh)
===
--- openssh-askpass.sh  (rev 0)
+++ openssh-askpass.sh  2014-06-15 12:06:08 UTC (rev 113178)
@@ -0,0 +1 @@
+export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass



[arch-commits] Commit in openssh-askpass/repos/community-x86_64 (4 files)

2014-06-15 Thread Jakob Gruber
Date: Sunday, June 15, 2014 @ 14:06:17
  Author: schuay
Revision: 113179

archrelease: copy trunk to community-x86_64

Added:
  openssh-askpass/repos/community-x86_64/PKGBUILD
(from rev 113178, openssh-askpass/trunk/PKGBUILD)
  openssh-askpass/repos/community-x86_64/openssh-askpass.sh
(from rev 113178, openssh-askpass/trunk/openssh-askpass.sh)
Deleted:
  openssh-askpass/repos/community-x86_64/PKGBUILD
  openssh-askpass/repos/community-x86_64/openssh-askpass.sh

+
 PKGBUILD   |   72 +--
 openssh-askpass.sh |2 -
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-15 12:06:08 UTC (rev 113178)
+++ PKGBUILD2014-06-15 12:06:17 UTC (rev 113179)
@@ -1,36 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-# Previous Maintainer:  TDY t...@gmx.com
-# Contributor: Massimiliano Torromeo Massimiliano.Torromeo AT gmail DOT com
-
-pkgname=openssh-askpass
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='A plasma-like passphrase dialog for ssh'
-arch=('i686' 'x86_64')
-url='http://hugo.pereira.free.fr/software/index.php?page=packagepackage_list=software_list_qt4package=openssh-askpassfull=0'
-license=('GPL')
-depends=('openssh' 'qt4')
-makedepends=('cmake')
-provides=('x11-ssh-askpass')
-conflicts=('x11-ssh-askpass')
-source=(http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz;
-$pkgname.sh)
- 
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-  install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
-}
-
-md5sums=('c196971941ff3773d9f977b52015b214'
- 'baec3f0499b851aca6705968fa9e0df7')

Copied: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 113178, 
openssh-askpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-15 12:06:17 UTC (rev 113179)
@@ -0,0 +1,36 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Previous Maintainer:  TDY t...@gmx.com
+# Contributor: Massimiliano Torromeo Massimiliano.Torromeo AT gmail DOT com
+
+pkgname=openssh-askpass
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='A plasma-like passphrase dialog for ssh'
+arch=('i686' 'x86_64')
+url='http://hugo.pereira.free.fr/software/index.php?page=packagepackage_list=software_list_qt4package=openssh-askpassfull=0'
+license=('GPL')
+depends=('openssh' 'qt4' 'xcb-util-keysyms')
+makedepends=('cmake')
+provides=('x11-ssh-askpass')
+conflicts=('x11-ssh-askpass')
+source=(http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz;
+$pkgname.sh)
+ 
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
+}
+
+md5sums=('b8237a47f9145d63cd70694e3889e057'
+ 'baec3f0499b851aca6705968fa9e0df7')

Deleted: openssh-askpass.sh
===
--- openssh-askpass.sh  2014-06-15 12:06:08 UTC (rev 113178)
+++ openssh-askpass.sh  2014-06-15 12:06:17 UTC (rev 113179)
@@ -1 +0,0 @@
-export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass

Copied: openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 
113178, openssh-askpass/trunk/openssh-askpass.sh)
===
--- openssh-askpass.sh  (rev 0)
+++ openssh-askpass.sh  2014-06-15 12:06:17 UTC (rev 113179)
@@ -0,0 +1 @@
+export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass



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

2014-06-15 Thread Felix Yan
Date: Sunday, June 15, 2014 @ 14:17:38
  Author: fyan
Revision: 215174

upgpkg: python-setuptools 1:5.0.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-15 02:07:47 UTC (rev 215173)
+++ PKGBUILD2014-06-15 12:17:38 UTC (rev 215174)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('2fa6799e03f5185a154814cffbd693deae46086e9197342e0ee3794510a81b214894b1ebd1d604b36b12517cc0391fdf660cfcd8900f3042f3fc684de1f5ab1a')
+sha512sums=('c31a9c2e29491e8f11fe6e1f5eaaedb6f4c7e222b8e46e59b01b7334847140bece821f6467450afb2141c15928548d59787bcdcba4c2a78982888fde1af68595')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}



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

2014-06-15 Thread Felix Yan
Date: Sunday, June 15, 2014 @ 14:18:26
  Author: fyan
Revision: 215175

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 215174, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-15 12:17:38 UTC (rev 215174)
+++ PKGBUILD2014-06-15 12:18:26 UTC (rev 215175)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.0.1
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('2fa6799e03f5185a154814cffbd693deae46086e9197342e0ee3794510a81b214894b1ebd1d604b36b12517cc0391fdf660cfcd8900f3042f3fc684de1f5ab1a')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
-package_python-setuptools() {
-  depends=('python=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 215174, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-15 12:18:26 UTC (rev 215175)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=5.0.2
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('c31a9c2e29491e8f11fe6e1f5eaaedb6f4c7e222b8e46e59b01b7334847140bece821f6467450afb2141c15928548d59787bcdcba4c2a78982888fde1af68595')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py test
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py test
+}
+ 
+package_python-setuptools() {
+ 

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

2014-06-15 Thread Jan Steffens
Date: Sunday, June 15, 2014 @ 17:39:49
  Author: heftig
Revision: 215176

7.4.2

Modified:
  gc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-15 12:18:26 UTC (rev 215175)
+++ PKGBUILD2014-06-15 15:39:49 UTC (rev 215176)
@@ -3,8 +3,8 @@
 # Contributor: dorphell dorph...@gmx.net
 
 pkgname=gc
-pkgver=7.4.0
-pkgrel=3
+pkgver=7.4.2
+pkgrel=1
 pkgdesc=A garbage collector for C and C++
 arch=('i686' 'x86_64')
 url=http://www.hboehm.info/gc/;
@@ -11,7 +11,7 @@
 license=('GPL')
 source=(http://www.hboehm.info/gc/gc_source/${pkgname}-${pkgver}.tar.gz;)
 depends=('gcc-libs' 'libatomic_ops')
-md5sums=('f40d9a47c90d60791eeecb484f8df5ee')
+md5sums=('12c05fd2811d989341d8c6d81f66af87')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2014-06-15 Thread Jan Steffens
Date: Sunday, June 15, 2014 @ 17:40:57
  Author: heftig
Revision: 215177

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-15 15:39:49 UTC (rev 215176)
+++ extra-i686/PKGBUILD 2014-06-15 15:40:57 UTC (rev 215177)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann daniel [at] archlinux.org
-# Contributor: dorphell dorph...@gmx.net
-
-pkgname=gc
-pkgver=7.4.0
-pkgrel=3
-pkgdesc=A garbage collector for C and C++
-arch=('i686' 'x86_64')
-url=http://www.hboehm.info/gc/;
-license=('GPL')
-source=(http://www.hboehm.info/gc/gc_source/${pkgname}-${pkgver}.tar.gz;)
-depends=('gcc-libs' 'libatomic_ops')
-md5sums=('f40d9a47c90d60791eeecb484f8df5ee')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's#pkgdata#doc#' doc/doc.am
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fi
-  ./configure --prefix=/usr --enable-cplusplus --disable-static
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  sed -i -e 's/GC_MALLOC 1L/gc 3/' doc/gc.man
-  install -m755 -d ${pkgdir}/usr/share/man/man3
-  install -m644 doc/gc.man ${pkgdir}/usr/share/man/man3/gc.3
-}

Copied: gc/repos/extra-i686/PKGBUILD (from rev 215176, gc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-15 15:40:57 UTC (rev 215177)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Isenmann daniel [at] archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgname=gc
+pkgver=7.4.2
+pkgrel=1
+pkgdesc=A garbage collector for C and C++
+arch=('i686' 'x86_64')
+url=http://www.hboehm.info/gc/;
+license=('GPL')
+source=(http://www.hboehm.info/gc/gc_source/${pkgname}-${pkgver}.tar.gz;)
+depends=('gcc-libs' 'libatomic_ops')
+md5sums=('12c05fd2811d989341d8c6d81f66af87')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's#pkgdata#doc#' doc/doc.am
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fi
+  ./configure --prefix=/usr --enable-cplusplus --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  sed -i -e 's/GC_MALLOC 1L/gc 3/' doc/gc.man
+  install -m755 -d ${pkgdir}/usr/share/man/man3
+  install -m644 doc/gc.man ${pkgdir}/usr/share/man/man3/gc.3
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-15 15:39:49 UTC (rev 215176)
+++ extra-x86_64/PKGBUILD   2014-06-15 15:40:57 UTC (rev 215177)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann daniel [at] archlinux.org
-# Contributor: dorphell dorph...@gmx.net
-
-pkgname=gc
-pkgver=7.4.0
-pkgrel=3
-pkgdesc=A garbage collector for C and C++
-arch=('i686' 'x86_64')
-url=http://www.hboehm.info/gc/;
-license=('GPL')
-source=(http://www.hboehm.info/gc/gc_source/${pkgname}-${pkgver}.tar.gz;)
-depends=('gcc-libs' 'libatomic_ops')
-md5sums=('f40d9a47c90d60791eeecb484f8df5ee')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's#pkgdata#doc#' doc/doc.am
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fi
-  ./configure --prefix=/usr --enable-cplusplus --disable-static
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  sed -i -e 's/GC_MALLOC 1L/gc 3/' doc/gc.man
-  install -m755 -d ${pkgdir}/usr/share/man/man3
-  install -m644 doc/gc.man ${pkgdir}/usr/share/man/man3/gc.3
-}

Copied: gc/repos/extra-x86_64/PKGBUILD (from rev 215176, gc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-15 15:40:57 UTC (rev 215177)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Isenmann daniel [at] archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgname=gc
+pkgver=7.4.2
+pkgrel=1
+pkgdesc=A garbage collector for C and C++
+arch=('i686' 'x86_64')
+url=http://www.hboehm.info/gc/;
+license=('GPL')
+source=(http://www.hboehm.info/gc/gc_source/${pkgname}-${pkgver}.tar.gz;)
+depends=('gcc-libs' 'libatomic_ops')
+md5sums=('12c05fd2811d989341d8c6d81f66af87')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's#pkgdata#doc#' doc/doc.am
+}
+

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

2014-06-15 Thread Kyle Keen
Date: Sunday, June 15, 2014 @ 19:57:34
  Author: kkeen
Revision: 113180

upgpkg: opus-tools 0.1.9-1

Modified:
  opus-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-15 12:06:17 UTC (rev 113179)
+++ PKGBUILD2014-06-15 17:57:34 UTC (rev 113180)
@@ -1,10 +1,11 @@
 # $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
 # Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Michael Düll m...@akurei.me
 # Contributor: pumbur
 
 pkgname=opus-tools
-pkgver=0.1.8
+pkgver=0.1.9
 pkgrel=1
 pkgdesc='Collection of tools for Opus audio codec'
 arch=('i686' 'x86_64')
@@ -12,17 +13,17 @@
 license=('BSD')
 depends=('flac' 'libogg' 'opus')
 source=(http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz)
-md5sums=('b424790eda9357a4df394e2d7ca19eac')
+md5sums=('20682e4d8d1ae9ec5af3cf43e808b8cb')
 
 build(){
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2014-06-15 Thread Kyle Keen
Date: Sunday, June 15, 2014 @ 19:58:24
  Author: kkeen
Revision: 113181

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

Added:
  opus-tools/repos/community-i686/PKGBUILD
(from rev 113180, opus-tools/trunk/PKGBUILD)
  opus-tools/repos/community-x86_64/PKGBUILD
(from rev 113180, opus-tools/trunk/PKGBUILD)
Deleted:
  opus-tools/repos/community-i686/PKGBUILD
  opus-tools/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   28 -
 community-x86_64/PKGBUILD |   28 -
 3 files changed, 58 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-15 17:57:34 UTC (rev 113180)
+++ community-i686/PKGBUILD 2014-06-15 17:58:24 UTC (rev 113181)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Michael Düll m...@akurei.me
-# Contributor: pumbur
-
-pkgname=opus-tools
-pkgver=0.1.8
-pkgrel=1
-pkgdesc='Collection of tools for Opus audio codec'
-arch=('i686' 'x86_64')
-url='http://wiki.xiph.org/Opus-tools'
-license=('BSD')
-depends=('flac' 'libogg' 'opus')
-source=(http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz)
-md5sums=('b424790eda9357a4df394e2d7ca19eac')
-
-build(){
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-} 

Copied: opus-tools/repos/community-i686/PKGBUILD (from rev 113180, 
opus-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-15 17:58:24 UTC (rev 113181)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Michael Düll m...@akurei.me
+# Contributor: pumbur
+
+pkgname=opus-tools
+pkgver=0.1.9
+pkgrel=1
+pkgdesc='Collection of tools for Opus audio codec'
+arch=('i686' 'x86_64')
+url='http://wiki.xiph.org/Opus-tools'
+license=('BSD')
+depends=('flac' 'libogg' 'opus')
+source=(http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz)
+md5sums=('20682e4d8d1ae9ec5af3cf43e808b8cb')
+
+build(){
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-15 17:57:34 UTC (rev 113180)
+++ community-x86_64/PKGBUILD   2014-06-15 17:58:24 UTC (rev 113181)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Michael Düll m...@akurei.me
-# Contributor: pumbur
-
-pkgname=opus-tools
-pkgver=0.1.8
-pkgrel=1
-pkgdesc='Collection of tools for Opus audio codec'
-arch=('i686' 'x86_64')
-url='http://wiki.xiph.org/Opus-tools'
-license=('BSD')
-depends=('flac' 'libogg' 'opus')
-source=(http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz)
-md5sums=('b424790eda9357a4df394e2d7ca19eac')
-
-build(){
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-} 

Copied: opus-tools/repos/community-x86_64/PKGBUILD (from rev 113180, 
opus-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-15 17:58:24 UTC (rev 113181)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Michael Düll m...@akurei.me
+# Contributor: pumbur
+
+pkgname=opus-tools
+pkgver=0.1.9
+pkgrel=1
+pkgdesc='Collection of tools for Opus audio codec'
+arch=('i686' 'x86_64')
+url='http://wiki.xiph.org/Opus-tools'
+license=('BSD')
+depends=('flac' 'libogg' 'opus')
+source=(http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz)
+md5sums=('20682e4d8d1ae9ec5af3cf43e808b8cb')
+
+build(){
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-06-15 Thread Kyle Keen
Date: Sunday, June 15, 2014 @ 20:13:11
  Author: kkeen
Revision: 113182

upgpkg: zile 2.4.11-1

Modified:
  zile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-15 17:58:24 UTC (rev 113181)
+++ PKGBUILD2014-06-15 18:13:11 UTC (rev 113182)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=zile
-pkgver=2.4.10
+pkgver=2.4.11
 pkgrel=1
 pkgdesc=A small, fast, and powerful Emacs clone
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('acl' 'gc' 'ncurses')
 makedepends=('help2man')
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('256ae72ee43613c61bdbc558e8eb3dd50fe4de19'
-  '0a7bc694588129e79b997e516a39c9f60ddfef1a')
+sha1sums=('ad2efb80031c3a406f8f83ac5d400a38bc297434'
+  'SKIP')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-06-15 Thread Kyle Keen
Date: Sunday, June 15, 2014 @ 20:13:45
  Author: kkeen
Revision: 113183

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

Added:
  zile/repos/community-i686/PKGBUILD
(from rev 113182, zile/trunk/PKGBUILD)
  zile/repos/community-x86_64/PKGBUILD
(from rev 113182, zile/trunk/PKGBUILD)
Deleted:
  zile/repos/community-i686/PKGBUILD
  zile/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-15 18:13:11 UTC (rev 113182)
+++ community-i686/PKGBUILD 2014-06-15 18:13:45 UTC (rev 113183)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=zile
-pkgver=2.4.10
-pkgrel=1
-pkgdesc=A small, fast, and powerful Emacs clone
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/zile/;
-license=('GPL3')
-depends=('acl' 'gc' 'ncurses')
-makedepends=('help2man')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('256ae72ee43613c61bdbc558e8eb3dd50fe4de19'
-  '0a7bc694588129e79b997e516a39c9f60ddfef1a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: zile/repos/community-i686/PKGBUILD (from rev 113182, 
zile/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-15 18:13:45 UTC (rev 113183)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Kevin Piche ke...@archlinux.org
+
+pkgname=zile
+pkgver=2.4.11
+pkgrel=1
+pkgdesc=A small, fast, and powerful Emacs clone
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/zile/;
+license=('GPL3')
+depends=('acl' 'gc' 'ncurses')
+makedepends=('help2man')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('ad2efb80031c3a406f8f83ac5d400a38bc297434'
+  'SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-15 18:13:11 UTC (rev 113182)
+++ community-x86_64/PKGBUILD   2014-06-15 18:13:45 UTC (rev 113183)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=zile
-pkgver=2.4.10
-pkgrel=1
-pkgdesc=A small, fast, and powerful Emacs clone
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/zile/;
-license=('GPL3')
-depends=('acl' 'gc' 'ncurses')
-makedepends=('help2man')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('256ae72ee43613c61bdbc558e8eb3dd50fe4de19'
-  '0a7bc694588129e79b997e516a39c9f60ddfef1a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: zile/repos/community-x86_64/PKGBUILD (from rev 113182, 
zile/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-15 18:13:45 UTC (rev 113183)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Kevin Piche ke...@archlinux.org
+
+pkgname=zile
+pkgver=2.4.11
+pkgrel=1
+pkgdesc=A small, fast, and powerful Emacs clone
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/zile/;
+license=('GPL3')
+depends=('acl' 'gc' 'ncurses')
+makedepends=('help2man')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('ad2efb80031c3a406f8f83ac5d400a38bc297434'
+  'SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2014-06-15 Thread Thorsten Töpper
Date: Sunday, June 15, 2014 @ 22:41:36
  Author: ttoepper
Revision: 113184

upgpkg: i3-wm 4.8-1

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-15 18:13:45 UTC (rev 113183)
+++ PKGBUILD2014-06-15 20:41:36 UTC (rev 113184)
@@ -3,7 +3,7 @@
 
 pkgname=i3-wm
 _pkgsourcename=i3
-pkgver=4.7.2
+pkgver=4.8
 pkgrel=1
 pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 options=('docs' '!strip')
 source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
 http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
-md5sums=('64141f7c23f97cd1e52c52918476c1c8'
+md5sums=('4151e8e81fdc78b32a7cb953f67e3bef'
  'SKIP')
 
 build() {



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

2014-06-15 Thread Thorsten Töpper
Date: Sunday, June 15, 2014 @ 22:41:41
  Author: ttoepper
Revision: 113185

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 113184, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 113184, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  140 
 community-i686/PKGBUILD   |   70 --
 community-x86_64/PKGBUILD |   70 --
 3 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-15 20:41:36 UTC (rev 113184)
+++ community-i686/PKGBUILD 2014-06-15 20:41:41 UTC (rev 113185)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.7.2
-pkgrel=1
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.')
-options=('docs' '!strip')
-source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
-http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
-md5sums=('64141f7c23f97cd1e52c52918476c1c8'
- 'SKIP')
-
-build() {
-  cd $srcdir/$_pkgsourcename-$pkgver
-  
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS=-j1
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgsourcename-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 113184, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-15 20:41:41 UTC (rev 113185)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.8
+pkgrel=1
+pkgdesc='An improved dynamic tiling window manager'
+arch=('i686' 'x86_64')
+url='http://i3wm.org/'
+license=('BSD')
+replaces=('i3' 'i3bar')
+groups=('i3')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango')
+makedepends=('bison' 'flex')
+optdepends=('dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display systeminformation with a bar.')
+options=('docs' '!strip')
+source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
+http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
+md5sums=('4151e8e81fdc78b32a7cb953f67e3bef'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$_pkgsourcename-$pkgver
+  
+  # In order to avoid problems with bison use only a single process
+  MAKEFLAGS=-j1
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgsourcename-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  
+  install -Dm644 man/i3.1 \
+${pkgdir}/usr/share/man/man1/i3.1
+  install -Dm644 man/i3bar.1 \
+${pkgdir}/usr/share/man/man1/i3bar.1
+  install -Dm644 man/i3-config-wizard.1 \
+${pkgdir}/usr/share/man/man1/i3-config-wizard.1
+  install -Dm644 man/i3-input.1 \
+${pkgdir}/usr/share/man/man1/i3-input.1
+  install -Dm644 man/i3-msg.1 \
+${pkgdir}/usr/share/man/man1/i3-msg.1
+  install -Dm644 

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

2014-06-15 Thread Daniel Micay
Date: Sunday, June 15, 2014 @ 23:36:32
  Author: thestinger
Revision: 113186

upgpkg: paxd 11-1

Modified:
  paxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-15 20:41:41 UTC (rev 113185)
+++ PKGBUILD2014-06-15 21:36:32 UTC (rev 113186)
@@ -1,6 +1,6 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=paxd
-pkgver=10
+pkgver=11
 pkgrel=1
 pkgdesc='PaX exception daemon'
 arch=(i686 x86_64)



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

2014-06-15 Thread Daniel Micay
Date: Sunday, June 15, 2014 @ 23:37:11
  Author: thestinger
Revision: 113187

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

Added:
  paxd/repos/community-i686/10-enable-pax.conf
(from rev 113186, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-i686/PKGBUILD
(from rev 113186, paxd/trunk/PKGBUILD)
  paxd/repos/community-x86_64/10-enable-pax.conf
(from rev 113186, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-x86_64/PKGBUILD
(from rev 113186, paxd/trunk/PKGBUILD)
Deleted:
  paxd/repos/community-i686/10-enable-pax.conf
  paxd/repos/community-i686/PKGBUILD
  paxd/repos/community-x86_64/10-enable-pax.conf
  paxd/repos/community-x86_64/PKGBUILD

-+
 /10-enable-pax.conf |4 ++
 /PKGBUILD   |   54 ++
 community-i686/10-enable-pax.conf   |2 -
 community-i686/PKGBUILD |   27 -
 community-x86_64/10-enable-pax.conf |2 -
 community-x86_64/PKGBUILD   |   27 -
 6 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/10-enable-pax.conf
===
--- community-i686/10-enable-pax.conf   2014-06-15 21:36:32 UTC (rev 113186)
+++ community-i686/10-enable-pax.conf   2014-06-15 21:37:11 UTC (rev 113187)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 113186, 
paxd/trunk/10-enable-pax.conf)
===
--- community-i686/10-enable-pax.conf   (rev 0)
+++ community-i686/10-enable-pax.conf   2014-06-15 21:37:11 UTC (rev 113187)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-15 21:36:32 UTC (rev 113186)
+++ community-i686/PKGBUILD 2014-06-15 21:37:11 UTC (rev 113187)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=paxd
-pkgver=10
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glibc)
-makedepends=(git)
-source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
-md5sums=('SKIP'
- 'a40677d2cd39ada4c2560927c67e0ea2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname
-  make CC=gcc
-}
-
-package() {
-  cd $pkgname
-  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 ../10-enable-pax.conf 
$pkgdir/etc/sysctl.d/10-enable-pax.conf
-}

Copied: paxd/repos/community-i686/PKGBUILD (from rev 113186, 
paxd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-15 21:37:11 UTC (rev 113187)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=paxd
+pkgver=11
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glibc)
+makedepends=(git)
+source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
+md5sums=('SKIP'
+ 'a40677d2cd39ada4c2560927c67e0ea2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname
+  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../10-enable-pax.conf 
$pkgdir/etc/sysctl.d/10-enable-pax.conf
+}

Deleted: community-x86_64/10-enable-pax.conf
===
--- community-x86_64/10-enable-pax.conf 2014-06-15 21:36:32 UTC (rev 113186)
+++ community-x86_64/10-enable-pax.conf 2014-06-15 21:37:11 UTC (rev 113187)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 113186, 
paxd/trunk/10-enable-pax.conf)
===
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2014-06-15 21:37:11 UTC (rev 113187)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-15 21:36:32 UTC (rev 113186)
+++ community-x86_64/PKGBUILD   2014-06-15 21:37:11 UTC (rev 113187)
@@ -1,27 +0,0 @@
-# 

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

2014-06-15 Thread Sven-Hendrik Haase
Date: Sunday, June 15, 2014 @ 23:52:27
  Author: svenstaro
Revision: 113189

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

Added:
  mumble/repos/community-i686/PKGBUILD
(from rev 113188, mumble/trunk/PKGBUILD)
  mumble/repos/community-i686/mumble.install
(from rev 113188, mumble/trunk/mumble.install)
  mumble/repos/community-x86_64/PKGBUILD
(from rev 113188, mumble/trunk/PKGBUILD)
  mumble/repos/community-x86_64/mumble.install
(from rev 113188, mumble/trunk/mumble.install)
Deleted:
  mumble/repos/community-i686/PKGBUILD
  mumble/repos/community-i686/mumble.install
  mumble/repos/community-x86_64/PKGBUILD
  mumble/repos/community-x86_64/mumble.install

-+
 /PKGBUILD   |  132 ++
 /mumble.install |   22 ++
 community-i686/PKGBUILD |   66 ---
 community-i686/mumble.install   |   11 ---
 community-x86_64/PKGBUILD   |   66 ---
 community-x86_64/mumble.install |   11 ---
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-15 21:52:18 UTC (rev 113188)
+++ community-i686/PKGBUILD 2014-06-15 21:52:27 UTC (rev 113189)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Lauri Niskanen a...@ape3000.com
-# Contributor: sebastian.sal...@gmx.de
-# Contributor: Doc Angelo
-
-# If you want support for your G15 Keyboard, please add 'g15daemon'
-# to the depends and delete no-g15 in the configure line below
-
-pkgname=mumble
-pkgver=1.2.6
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=A voice chat application similar to TeamSpeak
-license=('BSD')
-depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus')
-makedepends=('boost' 'mesa')
-#optdepends=('portaudio: for portaudio back-end' 'g15daemon: G15 Keyboard 
support')
-install=mumble.install
-url=http://mumble.sourceforge.net/;
-source=(http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz;
-gcc49.patch::https://github.com/mumble-voip/mumble/commit/349436284b5f1baa61836c98ff0d518392140c5d.patch;)
-md5sums=('32b37ff426863d7abeb1b7c1938652ff'
- 'ca344e0c4a33f1cbff2de94c60112a45')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1  $srcdir/gcc49.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Building mumble
-  qmake-qt4 main.pro \
-CONFIG+=bundled-celt no-bundled-opus no-bundled-speex no-speechd no-g15 
no-xevie no-server \
-no-embed-qt-translations no-update packaged \
-DEFINES+=PLUGIN_PATH=/usr/lib/mumble
-  make release
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # bin stuff
-  install -m755 -D ./release/mumble $pkgdir/usr/bin/mumble
-  install -m755 -D ./scripts/mumble-overlay $pkgdir/usr/bin/mumble-overlay
-
-  # lib stuff
-  install -m755 -D ./release/libmumble.so.$pkgver 
$pkgdir/usr/lib/mumble/libmumble.so.$pkgver
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1.2
-  install -m755 -D ./release/plugins/liblink.so 
$pkgdir/usr/lib/mumble/liblink.so
-  install -m755 -D ./release/plugins/libmanual.so 
$pkgdir/usr/lib/mumble/libmanual.so
-  install -m755 -D ./release/libcelt* $pkgdir/usr/lib/mumble/
-
-  # other stuff
-  install -m644 -D ./scripts/mumble.desktop 
$pkgdir/usr/share/applications/mumble.desktop
-  install -m755 -d $pkgdir/usr/share/man/man1
-  install -m644 -D ./man/mum* $pkgdir/usr/share/man/man1/
-  install -m644 -D ./icons/mumble.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/mumble.svg
-  install -m644 -D ./LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-# vim: sw=2:ts=2 et:

Copied: mumble/repos/community-i686/PKGBUILD (from rev 113188, 
mumble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-15 21:52:27 UTC (rev 113189)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Lauri Niskanen a...@ape3000.com
+# Contributor: sebastian.sal...@gmx.de
+# Contributor: Doc Angelo
+
+# If you want support for your G15 Keyboard, please add 'g15daemon'
+# to the depends and delete no-g15 in the configure line below
+
+pkgname=mumble
+pkgver=1.2.7
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=A voice chat application similar to TeamSpeak
+license=('BSD')
+depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus')
+makedepends=('boost' 'mesa')
+#optdepends=('portaudio: for portaudio back-end' 'g15daemon: G15 Keyboard 
support')
+install=mumble.install
+url=http://mumble.sourceforge.net/;

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

2014-06-15 Thread Sven-Hendrik Haase
Date: Sunday, June 15, 2014 @ 23:52:18
  Author: svenstaro
Revision: 113188

upgpkg: mumble 1.2.7-1

upstream release 1.2.7

Modified:
  mumble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-15 21:37:11 UTC (rev 113187)
+++ PKGBUILD2014-06-15 21:52:18 UTC (rev 113188)
@@ -8,7 +8,7 @@
 # to the depends and delete no-g15 in the configure line below
 
 pkgname=mumble
-pkgver=1.2.6
+pkgver=1.2.7
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=A voice chat application similar to TeamSpeak
@@ -20,7 +20,7 @@
 url=http://mumble.sourceforge.net/;
 source=(http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz;
 
gcc49.patch::https://github.com/mumble-voip/mumble/commit/349436284b5f1baa61836c98ff0d518392140c5d.patch;)
-md5sums=('32b37ff426863d7abeb1b7c1938652ff'
+md5sums=('7f87f57859902b0ea8385a49f34d126d'
  'ca344e0c4a33f1cbff2de94c60112a45')
 
 prepare() {



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

2014-06-15 Thread Sven-Hendrik Haase
Date: Sunday, June 15, 2014 @ 23:55:23
  Author: svenstaro
Revision: 113190

upgpkg: murmur 1.2.7-1

upstream release 1.2.7

Modified:
  murmur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-15 21:52:27 UTC (rev 113189)
+++ PKGBUILD2014-06-15 21:55:23 UTC (rev 113190)
@@ -4,7 +4,7 @@
 # Contributor: Malte Rabenseifner ma...@zearan.de 
 
 pkgname=murmur
-pkgver=1.2.6
+pkgver=1.2.7
 pkgrel=1
 pkgdesc=The voice chat application server for Mumble
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 source=(http://downloads.sourceforge.net/mumble/mumble-$pkgver.tar.gz;
 murmur.dbus.conf
 murmur.service)
-md5sums=('32b37ff426863d7abeb1b7c1938652ff'
+md5sums=('7f87f57859902b0ea8385a49f34d126d'
  'eddea4cdbd0bde4b960a67e16b5d5478'
  'd27a9adcd7561859e7b033046729bc0e')
 



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

2014-06-15 Thread Sven-Hendrik Haase
Date: Sunday, June 15, 2014 @ 23:55:33
  Author: svenstaro
Revision: 113191

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

Added:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
(from rev 113190, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-i686/0004-fix-username-validation.patch
(from rev 113190, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-i686/ChangeLog
(from rev 113190, murmur/trunk/ChangeLog)
  murmur/repos/community-i686/PKGBUILD
(from rev 113190, murmur/trunk/PKGBUILD)
  murmur/repos/community-i686/murmur.dbus.conf
(from rev 113190, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-i686/murmur.install
(from rev 113190, murmur/trunk/murmur.install)
  murmur/repos/community-i686/murmur.service
(from rev 113190, murmur/trunk/murmur.service)
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
(from rev 113190, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
(from rev 113190, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-x86_64/ChangeLog
(from rev 113190, murmur/trunk/ChangeLog)
  murmur/repos/community-x86_64/PKGBUILD
(from rev 113190, murmur/trunk/PKGBUILD)
  murmur/repos/community-x86_64/murmur.dbus.conf
(from rev 113190, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-x86_64/murmur.install
(from rev 113190, murmur/trunk/murmur.install)
  murmur/repos/community-x86_64/murmur.service
(from rev 113190, murmur/trunk/murmur.service)
Deleted:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
  murmur/repos/community-i686/0004-fix-username-validation.patch
  murmur/repos/community-i686/ChangeLog
  murmur/repos/community-i686/PKGBUILD
  murmur/repos/community-i686/murmur.dbus.conf
  murmur/repos/community-i686/murmur.install
  murmur/repos/community-i686/murmur.service
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
  murmur/repos/community-x86_64/ChangeLog
  murmur/repos/community-x86_64/PKGBUILD
  murmur/repos/community-x86_64/murmur.dbus.conf
  murmur/repos/community-x86_64/murmur.install
  murmur/repos/community-x86_64/murmur.service

-+
 /0003-fix-long-username-query.patch |   84 +++
 /0004-fix-username-validation.patch |   72 
 /ChangeLog  |   72 
 /PKGBUILD   |  100 ++
 /murmur.dbus.conf   |   44 +++
 /murmur.install |   32 +
 /murmur.service |   22 +++
 community-i686/0003-fix-long-username-query.patch   |   42 ---
 community-i686/0004-fix-username-validation.patch   |   36 --
 community-i686/ChangeLog|   36 --
 community-i686/PKGBUILD |   50 -
 community-i686/murmur.dbus.conf |   22 ---
 community-i686/murmur.install   |   16 --
 community-i686/murmur.service   |   11 -
 community-x86_64/0003-fix-long-username-query.patch |   42 ---
 community-x86_64/0004-fix-username-validation.patch |   36 --
 community-x86_64/ChangeLog  |   36 --
 community-x86_64/PKGBUILD   |   50 -
 community-x86_64/murmur.dbus.conf   |   22 ---
 community-x86_64/murmur.install |   16 --
 community-x86_64/murmur.service |   11 -
 21 files changed, 426 insertions(+), 426 deletions(-)

Deleted: community-i686/0003-fix-long-username-query.patch
===
--- community-i686/0003-fix-long-username-query.patch   2014-06-15 21:55:23 UTC 
(rev 113190)
+++ community-i686/0003-fix-long-username-query.patch   2014-06-15 21:55:33 UTC 
(rev 113191)
@@ -1,42 +0,0 @@
-commit 6b33dda344f89e5a039b7d79eb43925040654242
-Author: Benjamin Jemlich pc...@users.sourceforge.net
-Date:   Tue Jun 29 14:49:14 2010 +0200
-
-Don't crash on long usernames
-
-diff --git a/src/murmur/Messages.cpp b/src/murmur/Messages.cpp
-index f12867a..de307ea 100644
 a/src/murmur/Messages.cpp
-+++ b/src/murmur/Messages.cpp
-@@ -1231,6 +1231,9 @@ void Server::msgQueryUsers(ServerUser *uSource, 
MumbleProto::QueryUsers msg) {
- 
-   for (int i=0;imsg.names_size();++i) {
-   QString name = u8(msg.names(i));
-+  if (!validateUserName(name)) {
-+  continue;
-+  }
-   int id = getUserID(name);
-   if (id = 0) {
-   name = getUserName(id);
-diff --git 

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

2014-06-15 Thread Sven-Hendrik Haase
Date: Monday, June 16, 2014 @ 00:17:31
  Author: svenstaro
Revision: 113192

upgpkg: wine 1.7.20-1

upstream release 1.7.20

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-15 21:55:33 UTC (rev 113191)
+++ PKGBUILD2014-06-15 22:17:31 UTC (rev 113192)
@@ -5,18 +5,16 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.7.19
-pkgrel=3
+pkgver=1.7.20
+pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf
-
wine-gcc49.patch::http://bugs.winehq.org/attachment.cgi?id=48545action=diffcontext=patchcollapsed=headers=1format=raw;)
-sha1sums=('ee142be03db09290b4adcdf1d412ee1850acd1e9'
+30-win32-aliases.conf)
+sha1sums=('dfe882babfcac97b24521615944e6f2b7a925ba1'
   'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb'
-  '031ceed1a5fd4e1c26b183abfc7c0749b806a237')
+  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 
 pkgdesc=A compatibility layer for running Windows programs
 url=http://www.winehq.com;
@@ -102,7 +100,6 @@
 
 prepare() {
   cd $pkgname-$_pkgbasever
-  patch -Np1  $srcdir/wine-gcc49.patch
 }
 
 build() {



[arch-commits] Commit in wine/repos/community-i686 (6 files)

2014-06-15 Thread Sven-Hendrik Haase
Date: Monday, June 16, 2014 @ 00:17:34
  Author: svenstaro
Revision: 113193

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 113192, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 113192, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 113192, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  369 +++-
 wine.install  |   24 +--
 3 files changed, 215 insertions(+), 218 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2014-06-15 22:17:31 UTC (rev 113192)
+++ 30-win32-aliases.conf   2014-06-15 22:17:34 UTC (rev 113193)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 113192, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2014-06-15 22:17:34 UTC (rev 113193)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-15 22:17:31 UTC (rev 113192)
+++ PKGBUILD2014-06-15 22:17:34 UTC (rev 113193)
@@ -1,186 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.19
-pkgrel=2
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf
-
gcc49.patch::http://bugs.winehq.org/attachment.cgi?id=48545action=diffcontext=patchcollapsed=headers=1format=raw;)
-sha1sums=('ee142be03db09290b4adcdf1d412ee1850acd1e9'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb'
-  '031ceed1a5fd4e1c26b183abfc7c0749b806a237')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  

[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2014-06-15 Thread Sven-Hendrik Haase
Date: Monday, June 16, 2014 @ 00:52:12
  Author: svenstaro
Revision: 113194

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 113193, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 113193, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 113193, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  369 +++-
 wine.install  |   24 +--
 3 files changed, 215 insertions(+), 218 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2014-06-15 22:17:34 UTC (rev 113193)
+++ 30-win32-aliases.conf   2014-06-15 22:52:12 UTC (rev 113194)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 113193, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2014-06-15 22:52:12 UTC (rev 113194)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-15 22:17:34 UTC (rev 113193)
+++ PKGBUILD2014-06-15 22:52:12 UTC (rev 113194)
@@ -1,186 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.19
-pkgrel=3
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf
-
wine-gcc49.patch::http://bugs.winehq.org/attachment.cgi?id=48545action=diffcontext=patchcollapsed=headers=1format=raw;)
-sha1sums=('ee142be03db09290b4adcdf1d412ee1850acd1e9'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb'
-  '031ceed1a5fd4e1c26b183abfc7c0749b806a237')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  

[arch-commits] Commit in (4 files)

2014-06-15 Thread Felix Yan
Date: Monday, June 16, 2014 @ 03:14:20
  Author: fyan
Revision: 215178

addpkg: python-characteristic 0.1.0-1

Added:
  python-characteristic/
  python-characteristic/repos/
  python-characteristic/trunk/
  python-characteristic/trunk/PKGBUILD

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

Added: python-characteristic/trunk/PKGBUILD
===
--- python-characteristic/trunk/PKGBUILD(rev 0)
+++ python-characteristic/trunk/PKGBUILD2014-06-16 01:14:20 UTC (rev 
215178)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-characteristic
+pkgname=('python-characteristic' 'python2-characteristic')
+pkgver=0.1.0
+pkgrel=1
+pkgdesc=Service identity verification for pyOpenSSL
+arch=('any')
+license=('MIT')
+url=http://pypi.python.org/pypi/characteristic;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/c/characteristic/characteristic-${pkgver}.tar.gz;)
+md5sums=('b4eba58e38133e5e90e8c679c116aa62')
+
+prepare() {
+   cp -a characteristic-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd characteristic-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../characteristic-${pkgver}-python2
+   python2 setup.py build
+}
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/characteristic-${pkgver}
+   py.test test_characteristic.py
+
+   # Check python2 module
+   cd ${srcdir}/characteristic-${pkgver}-python2
+   py.test2 test_characteristic.py
+}
+ 
+package_python-characteristic() {
+   depends=('python')
+ 
+   cd characteristic-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+ 
+package_python2-characteristic() {
+   depends=('python2')
+ 
+   cd characteristic-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


Property changes on: python-characteristic/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2014-06-15 Thread Felix Yan
Date: Monday, June 16, 2014 @ 03:15:46
  Author: fyan
Revision: 215179

archrelease: copy trunk to extra-any

Added:
  python-characteristic/repos/extra-any/
  python-characteristic/repos/extra-any/PKGBUILD
(from rev 215178, python-characteristic/trunk/PKGBUILD)

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

Copied: python-characteristic/repos/extra-any/PKGBUILD (from rev 215178, 
python-characteristic/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2014-06-16 01:15:46 UTC (rev 215179)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-characteristic
+pkgname=('python-characteristic' 'python2-characteristic')
+pkgver=0.1.0
+pkgrel=1
+pkgdesc=Service identity verification for pyOpenSSL
+arch=('any')
+license=('MIT')
+url=http://pypi.python.org/pypi/characteristic;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/c/characteristic/characteristic-${pkgver}.tar.gz;)
+md5sums=('b4eba58e38133e5e90e8c679c116aa62')
+
+prepare() {
+   cp -a characteristic-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd characteristic-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../characteristic-${pkgver}-python2
+   python2 setup.py build
+}
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/characteristic-${pkgver}
+   py.test test_characteristic.py
+
+   # Check python2 module
+   cd ${srcdir}/characteristic-${pkgver}-python2
+   py.test2 test_characteristic.py
+}
+ 
+package_python-characteristic() {
+   depends=('python')
+ 
+   cd characteristic-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+ 
+package_python2-characteristic() {
+   depends=('python2')
+ 
+   cd characteristic-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in python-service-identity/trunk (PKGBUILD)

2014-06-15 Thread Felix Yan
Date: Monday, June 16, 2014 @ 03:16:00
  Author: fyan
Revision: 215180

upgpkg: python-service-identity 1.0.0-1

Modified:
  python-service-identity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 01:15:46 UTC (rev 215179)
+++ PKGBUILD2014-06-16 01:16:00 UTC (rev 215180)
@@ -3,7 +3,7 @@
 
 pkgbase=python-service-identity
 pkgname=('python-service-identity' 'python2-service-identity')
-pkgver=0.2
+pkgver=1.0.0
 pkgrel=1
 pkgdesc=Service identity verification for pyOpenSSL
 arch=('any')
@@ -10,9 +10,10 @@
 license=('MIT')
 url=http://pypi.python.org/pypi/service_identity;
 makedepends=('python-pyopenssl' 'python2-pyopenssl' 'python-pyasn1' 
'python2-pyasn1'
- 'python-setuptools' 'python2-setuptools' 'python-pyasn1-modules' 
'python2-pyasn1-modules')
+ 'python-setuptools' 'python2-setuptools' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
+ 'python-characteristic' 'python2-characteristic')
 
source=(http://pypi.python.org/packages/source/s/service_identity/service_identity-${pkgver}.tar.gz;)
-md5sums=('5fd2b5103291e71b3afe23aaeefb89f2')
+md5sums=('437c380ce0fe85a0fbc4780a86b3ee58')
 
 prepare() {
cp -a service_identity-${pkgver}{,-python2}
@@ -39,7 +40,7 @@
 }
  
 package_python-service-identity() {
-   depends=('python' 'python-pyopenssl' 'python-pyasn1' 
'python-pyasn1-modules')
+   depends=('python' 'python-pyopenssl' 'python-pyasn1' 
'python-pyasn1-modules' 'python-characteristic')
  
cd service_identity-${pkgver}
python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
@@ -47,7 +48,7 @@
 }
  
 package_python2-service-identity() {
-   depends=('python2' 'python2-pyopenssl' 'python2-pyasn1' 
'python2-pyasn1-modules')
+   depends=('python2' 'python2-pyopenssl' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-characteristic')
  
cd service_identity-${pkgver}-python2
python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build



[arch-commits] Commit in python-service-identity/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-15 Thread Felix Yan
Date: Monday, June 16, 2014 @ 03:16:50
  Author: fyan
Revision: 215181

archrelease: copy trunk to extra-any

Added:
  python-service-identity/repos/extra-any/PKGBUILD
(from rev 215180, python-service-identity/trunk/PKGBUILD)
Deleted:
  python-service-identity/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-16 01:16:00 UTC (rev 215180)
+++ PKGBUILD2014-06-16 01:16:50 UTC (rev 215181)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-service-identity
-pkgname=('python-service-identity' 'python2-service-identity')
-pkgver=0.2
-pkgrel=1
-pkgdesc=Service identity verification for pyOpenSSL
-arch=('any')
-license=('MIT')
-url=http://pypi.python.org/pypi/service_identity;
-makedepends=('python-pyopenssl' 'python2-pyopenssl' 'python-pyasn1' 
'python2-pyasn1'
- 'python-setuptools' 'python2-setuptools' 'python-pyasn1-modules' 
'python2-pyasn1-modules')
-source=(http://pypi.python.org/packages/source/s/service_identity/service_identity-${pkgver}.tar.gz;)
-md5sums=('5fd2b5103291e71b3afe23aaeefb89f2')
-
-prepare() {
-   cp -a service_identity-${pkgver}{,-python2}
-}
-
-build() {
-   # Build python 3 module
-   cd service_identity-${pkgver}
-   python3 setup.py build
- 
-   # Build python 2 module
-   cd ../service_identity-${pkgver}-python2
-   python2 setup.py build
-}
-
-check() {
-   # Check python3 module
-   cd ${srcdir}/service_identity-${pkgver}
-   python3 setup.py test
-
-   # Check python2 module
-   cd ${srcdir}/service_identity-${pkgver}-python2
-   python2 setup.py test
-}
- 
-package_python-service-identity() {
-   depends=('python' 'python-pyopenssl' 'python-pyasn1' 
'python-pyasn1-modules')
- 
-   cd service_identity-${pkgver}
-   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
-   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
- 
-package_python2-service-identity() {
-   depends=('python2' 'python2-pyopenssl' 'python2-pyasn1' 
'python2-pyasn1-modules')
- 
-   cd service_identity-${pkgver}-python2
-   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
-   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-service-identity/repos/extra-any/PKGBUILD (from rev 215180, 
python-service-identity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-16 01:16:50 UTC (rev 215181)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-service-identity
+pkgname=('python-service-identity' 'python2-service-identity')
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=Service identity verification for pyOpenSSL
+arch=('any')
+license=('MIT')
+url=http://pypi.python.org/pypi/service_identity;
+makedepends=('python-pyopenssl' 'python2-pyopenssl' 'python-pyasn1' 
'python2-pyasn1'
+ 'python-setuptools' 'python2-setuptools' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
+ 'python-characteristic' 'python2-characteristic')
+source=(http://pypi.python.org/packages/source/s/service_identity/service_identity-${pkgver}.tar.gz;)
+md5sums=('437c380ce0fe85a0fbc4780a86b3ee58')
+
+prepare() {
+   cp -a service_identity-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd service_identity-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../service_identity-${pkgver}-python2
+   python2 setup.py build
+}
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/service_identity-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/service_identity-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+package_python-service-identity() {
+   depends=('python' 'python-pyopenssl' 'python-pyasn1' 
'python-pyasn1-modules' 'python-characteristic')
+ 
+   cd service_identity-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+ 
+package_python2-service-identity() {
+   depends=('python2' 'python2-pyopenssl' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-characteristic')
+ 
+   cd service_identity-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-06-15 Thread Felix Yan
Date: Monday, June 16, 2014 @ 03:17:22
  Author: fyan
Revision: 215182

upgpkg: python-setuptools 1:5.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 01:16:50 UTC (rev 215181)
+++ PKGBUILD2014-06-16 01:17:22 UTC (rev 215182)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.0.2
+pkgver=5.1
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('c31a9c2e29491e8f11fe6e1f5eaaedb6f4c7e222b8e46e59b01b7334847140bece821f6467450afb2141c15928548d59787bcdcba4c2a78982888fde1af68595')
+sha512sums=('25d7db2b9a03a2c0193d759e52a1e6df9e6566a9f433aee881138ec695094dc7da44b4392c99b2936bdee78ecfe990db8e730de8ebbf264a66f2e760a2a9c987')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}



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

2014-06-15 Thread Felix Yan
Date: Monday, June 16, 2014 @ 03:18:13
  Author: fyan
Revision: 215183

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 215182, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-16 01:17:22 UTC (rev 215182)
+++ PKGBUILD2014-06-16 01:18:13 UTC (rev 215183)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.0.2
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('c31a9c2e29491e8f11fe6e1f5eaaedb6f4c7e222b8e46e59b01b7334847140bece821f6467450afb2141c15928548d59787bcdcba4c2a78982888fde1af68595')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
-package_python-setuptools() {
-  depends=('python=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 215182, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-16 01:18:13 UTC (rev 215183)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=5.1
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('25d7db2b9a03a2c0193d759e52a1e6df9e6566a9f433aee881138ec695094dc7da44b4392c99b2936bdee78ecfe990db8e730de8ebbf264a66f2e760a2a9c987')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py test
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py test
+}
+ 
+package_python-setuptools() {
+  

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

2014-06-15 Thread Connor Behan
Date: Monday, June 16, 2014 @ 05:28:28
  Author: cbehan
Revision: 113195

upgpkg: xulrunner 30.0-1

Update to 30.0-1

Modified:
  xulrunner/trunk/PKGBUILD
  xulrunner/trunk/mozconfig

---+
 PKGBUILD  |   10 +-
 mozconfig |3 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-15 22:52:12 UTC (rev 113194)
+++ PKGBUILD2014-06-16 03:28:28 UTC (rev 113195)
@@ -4,13 +4,13 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xulrunner
-pkgver=29.0
+pkgver=30.0
 pkgrel=1
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'libpulse' 'libevent' 'libvpx' 
'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'autoconf2.13' 'gstreamer0.10-base')
+depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'libpulse' 'libevent' 'libvpx' 
'icu' 'python2')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'autoconf2.13' 'gst-plugins-base-libs')
 url=http://wiki.mozilla.org/XUL:Xul_Runner;
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.bz2
 mozconfig
@@ -18,8 +18,8 @@
 shared-libs.patch)
 options=('!emptydirs' '!makeflags' 'staticlibs')
 replaces=('xulrunner-oss')
-sha256sums=('408fe73f88f6db2594e4e2bf44b51954c086d1c6948bfa79bb604321d8145230'
-'38f1f7a49a03b67a6b96bb696640a28fd20b42f6e45a27a81d25d66fd0148e4e'
+sha256sums=('7faee20752c87433c746a650006acdeb710b21d216894101bb44356123f557ad'
+'df0e663e7f9246b84936882e564270fac541c6bb39450b759abe686e5c27a052'
 '23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1')
 

Modified: mozconfig
===
--- mozconfig   2014-06-15 22:52:12 UTC (rev 113194)
+++ mozconfig   2014-06-16 03:28:28 UTC (rev 113195)
@@ -12,6 +12,7 @@
 ac_add_options --with-system-png
 ac_add_options --with-system-libevent
 ac_add_options --with-system-libvpx
+ac_add_options --with-system-icu
 ac_add_options --enable-system-hunspell
 ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-ffi
@@ -21,7 +22,7 @@
 
 # Features
 ac_add_options --enable-startup-notification
-ac_add_options --enable-gstreamer
+ac_add_options --enable-gstreamer=1.0
 ac_add_options --disable-crashreporter
 ac_add_options --disable-updater
 ac_add_options --disable-tests



[arch-commits] Commit in xulrunner/repos (24 files)

2014-06-15 Thread Connor Behan
Date: Monday, June 16, 2014 @ 05:29:43
  Author: cbehan
Revision: 113196

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

Added:
  xulrunner/repos/community-i686/PKGBUILD
(from rev 113195, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-i686/freetype-headers.patch
(from rev 113195, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-i686/mozconfig
(from rev 113195, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-i686/mozilla-pkgconfig.patch
(from rev 113195, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-i686/shared-libs.patch
(from rev 113195, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-i686/unbreak-plugin-build.patch
(from rev 113195, xulrunner/trunk/unbreak-plugin-build.patch)
  xulrunner/repos/community-x86_64/PKGBUILD
(from rev 113195, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-x86_64/freetype-headers.patch
(from rev 113195, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-x86_64/mozconfig
(from rev 113195, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-x86_64/mozilla-pkgconfig.patch
(from rev 113195, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-x86_64/shared-libs.patch
(from rev 113195, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-x86_64/unbreak-plugin-build.patch
(from rev 113195, xulrunner/trunk/unbreak-plugin-build.patch)
Deleted:
  xulrunner/repos/community-i686/PKGBUILD
  xulrunner/repos/community-i686/freetype-headers.patch
  xulrunner/repos/community-i686/mozconfig
  xulrunner/repos/community-i686/mozilla-pkgconfig.patch
  xulrunner/repos/community-i686/shared-libs.patch
  xulrunner/repos/community-i686/unbreak-plugin-build.patch
  xulrunner/repos/community-x86_64/PKGBUILD
  xulrunner/repos/community-x86_64/freetype-headers.patch
  xulrunner/repos/community-x86_64/mozconfig
  xulrunner/repos/community-x86_64/mozilla-pkgconfig.patch
  xulrunner/repos/community-x86_64/shared-libs.patch
  xulrunner/repos/community-x86_64/unbreak-plugin-build.patch

-+
 /PKGBUILD   |  144 
 /freetype-headers.patch |  132 ++
 /mozconfig  |   64 ++
 /mozilla-pkgconfig.patch|   80 +
 /shared-libs.patch  |   24 
 /unbreak-plugin-build.patch |  152 ++
 community-i686/PKGBUILD |   72 
 community-i686/freetype-headers.patch   |   66 ---
 community-i686/mozconfig|   31 -
 community-i686/mozilla-pkgconfig.patch  |   40 --
 community-i686/shared-libs.patch|   12 --
 community-i686/unbreak-plugin-build.patch   |   76 -
 community-x86_64/PKGBUILD   |   72 
 community-x86_64/freetype-headers.patch |   66 ---
 community-x86_64/mozconfig  |   31 -
 community-x86_64/mozilla-pkgconfig.patch|   40 --
 community-x86_64/shared-libs.patch  |   12 --
 community-x86_64/unbreak-plugin-build.patch |   76 -
 18 files changed, 596 insertions(+), 594 deletions(-)

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