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

2013-11-19 Thread Jan de Groot
Date: Tuesday, November 19, 2013 @ 11:00:28
  Author: jgc
Revision: 199925

Remove sqlite dependency (FS#37833)

Modified:
  gnome-chess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 03:50:58 UTC (rev 199924)
+++ PKGBUILD2013-11-19 10:00:28 UTC (rev 199925)
@@ -8,7 +8,7 @@
 pkgdesc=Play the classic two-player boardgame of chess
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
 makedepends=('intltool' 'itstool' 'gobject-introspection')
 optdepends=('gnuchess: Play against computer')
 conflicts=('gnome-games')



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

2013-11-19 Thread Jan de Groot
Date: Tuesday, November 19, 2013 @ 11:28:25
  Author: jgc
Revision: 199927

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

Added:
  mod_fastcgi/repos/extra-i686/PKGBUILD
(from rev 199926, mod_fastcgi/trunk/PKGBUILD)
  mod_fastcgi/repos/extra-x86_64/PKGBUILD
(from rev 199926, mod_fastcgi/trunk/PKGBUILD)
Deleted:
  mod_fastcgi/repos/extra-i686/PKGBUILD
  mod_fastcgi/repos/extra-i686/lp381384.patch
  mod_fastcgi/repos/extra-x86_64/PKGBUILD
  mod_fastcgi/repos/extra-x86_64/lp381384.patch

-+
 /PKGBUILD   |   64 ++
 extra-i686/PKGBUILD |   30 ---
 extra-i686/lp381384.patch   |   34 --
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/lp381384.patch |   34 --
 5 files changed, 64 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-19 10:28:17 UTC (rev 199926)
+++ extra-i686/PKGBUILD 2013-11-19 10:28:25 UTC (rev 199927)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=mod_fastcgi
-pkgver=2.4.6
-pkgrel=4
-pkgdesc=Apache module to support the FastCGI protocol
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.fastcgi.com/;
-depends=('apache')
-source=(http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz;
-'lp381384.patch')
-md5sums=('a21a613dd5dacf4c8ad88c8550294fed'
- '7dd09e6579cc9bf2f992bbd82d1d1537')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/lp381384.patch
-  cp Makefile.AP2 Makefile
-  make top_dir=/usr/lib/httpd
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make top_dir=/usr/lib/httpd DESTDIR=${pkgdir} install
-  install -Dm644 docs/LICENSE.TERMS \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: mod_fastcgi/repos/extra-i686/PKGBUILD (from rev 199926, 
mod_fastcgi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-19 10:28:25 UTC (rev 199927)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=mod_fastcgi
+pkgver=2.4.7
+pkgrel=1
+_SNAP=SNAP-0910052141
+pkgdesc=Apache module to support the FastCGI protocol
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.fastcgi.com/;
+depends=('apache')
+source=(http://www.fastcgi.com/dist/${pkgname}-${_SNAP}.tar.gz)
+md5sums=('c23ee51d4f03afd3487bcfeea953db5a')
+
+prepare() {
+  cd $pkgname-$_SNAP
+  cp Makefile.AP2 Makefile
+}
+
+build() {
+  cd $pkgname-$_SNAP
+  make top_dir=/usr/lib/httpd
+}
+
+package() {
+  cd $pkgname-$_SNAP
+  make top_dir=/usr/lib/httpd DESTDIR=${pkgdir} install
+  install -Dm644 docs/LICENSE.TERMS \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/lp381384.patch
===
--- extra-i686/lp381384.patch   2013-11-19 10:28:17 UTC (rev 199926)
+++ extra-i686/lp381384.patch   2013-11-19 10:28:25 UTC (rev 199927)
@@ -1,34 +0,0 @@
-References:
-http://thread.gmane.org/gmane.comp.web.fastcgi.devel/2613
-http://article.gmane.org/gmane.comp.web.fastcgi.devel/1167
-http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509116
-https://bugs.launchpad.net/ubuntu/+source/libapache-mod-fastcgi/+bug/381384
-
-Patch extracted from the SNAP-0811090952 snapshot tarball.
-2009-05-28 Martin von Gagern
-
-diff -ru mod_fastcgi-2.4.6/CHANGES mod_fastcgi-2.4.6-lp381384/CHANGES
 mod_fastcgi-2.4.6/CHANGES  2007-11-13 13:26:35.0 +0100
-+++ mod_fastcgi-2.4.6-lp381384/CHANGES 2009-05-28 21:02:31.0 +0200
-@@ -1,3 +1,6 @@
-+ *) Don't let the Content-Length header propagate on errors or across
-+redirects.  [Artur Zaprzala arturz ownmail.net]
-+
- 2.4.6
- 
-  *) Fix a bug I introduced in 2.4.4 that broke dynamic application
-diff -ru mod_fastcgi-2.4.6/mod_fastcgi.c 
mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c
 mod_fastcgi-2.4.6/mod_fastcgi.c2007-11-13 00:00:10.0 +0100
-+++ mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c   2009-05-28 21:02:31.0 
+0200
-@@ -753,6 +753,11 @@
- ap_table_set(r-headers_out, Location, value);
- continue;
- }
-+
-+if (strcasecmp(name, Content-Length) == 0) {
-+ap_table_set(r-headers_out, name, value);
-+  continue;
-+}
- 
- /* If the script wants them merged, it can do it */
- ap_table_add(r-err_headers_out, name, value);

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-19 10:28:17 UTC (rev 199926)
+++ extra-x86_64/PKGBUILD   2013-11-19 10:28:25 UTC (rev 199927)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# 

[arch-commits] Commit in mod_fastcgi/trunk (PKGBUILD lp381384.patch)

2013-11-19 Thread Jan de Groot
Date: Tuesday, November 19, 2013 @ 11:28:17
  Author: jgc
Revision: 199926

upgpkg: mod_fastcgi 2.4.7-1

Update to snapshot. Label as 2.4.7. This should fix the internal server errors 
I get on the bugtracker now and then.

Modified:
  mod_fastcgi/trunk/PKGBUILD
Deleted:
  mod_fastcgi/trunk/lp381384.patch

+
 PKGBUILD   |   22 --
 lp381384.patch |   34 --
 2 files changed, 12 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 10:00:28 UTC (rev 199925)
+++ PKGBUILD2013-11-19 10:28:17 UTC (rev 199926)
@@ -3,27 +3,29 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=mod_fastcgi
-pkgver=2.4.6
-pkgrel=4
+pkgver=2.4.7
+pkgrel=1
+_SNAP=SNAP-0910052141
 pkgdesc=Apache module to support the FastCGI protocol
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://www.fastcgi.com/;
 depends=('apache')
-source=(http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz;
-'lp381384.patch')
-md5sums=('a21a613dd5dacf4c8ad88c8550294fed'
- '7dd09e6579cc9bf2f992bbd82d1d1537')
+source=(http://www.fastcgi.com/dist/${pkgname}-${_SNAP}.tar.gz)
+md5sums=('c23ee51d4f03afd3487bcfeea953db5a')
 
+prepare() {
+  cd $pkgname-$_SNAP
+  cp Makefile.AP2 Makefile
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/lp381384.patch
-  cp Makefile.AP2 Makefile
+  cd $pkgname-$_SNAP
   make top_dir=/usr/lib/httpd
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$_SNAP
   make top_dir=/usr/lib/httpd DESTDIR=${pkgdir} install
   install -Dm644 docs/LICENSE.TERMS \
 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE

Deleted: lp381384.patch
===
--- lp381384.patch  2013-11-19 10:00:28 UTC (rev 199925)
+++ lp381384.patch  2013-11-19 10:28:17 UTC (rev 199926)
@@ -1,34 +0,0 @@
-References:
-http://thread.gmane.org/gmane.comp.web.fastcgi.devel/2613
-http://article.gmane.org/gmane.comp.web.fastcgi.devel/1167
-http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509116
-https://bugs.launchpad.net/ubuntu/+source/libapache-mod-fastcgi/+bug/381384
-
-Patch extracted from the SNAP-0811090952 snapshot tarball.
-2009-05-28 Martin von Gagern
-
-diff -ru mod_fastcgi-2.4.6/CHANGES mod_fastcgi-2.4.6-lp381384/CHANGES
 mod_fastcgi-2.4.6/CHANGES  2007-11-13 13:26:35.0 +0100
-+++ mod_fastcgi-2.4.6-lp381384/CHANGES 2009-05-28 21:02:31.0 +0200
-@@ -1,3 +1,6 @@
-+ *) Don't let the Content-Length header propagate on errors or across
-+redirects.  [Artur Zaprzala arturz ownmail.net]
-+
- 2.4.6
- 
-  *) Fix a bug I introduced in 2.4.4 that broke dynamic application
-diff -ru mod_fastcgi-2.4.6/mod_fastcgi.c 
mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c
 mod_fastcgi-2.4.6/mod_fastcgi.c2007-11-13 00:00:10.0 +0100
-+++ mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c   2009-05-28 21:02:31.0 
+0200
-@@ -753,6 +753,11 @@
- ap_table_set(r-headers_out, Location, value);
- continue;
- }
-+
-+if (strcasecmp(name, Content-Length) == 0) {
-+ap_table_set(r-headers_out, name, value);
-+  continue;
-+}
- 
- /* If the script wants them merged, it can do it */
- ap_table_add(r-err_headers_out, name, value);



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

2013-11-19 Thread Jan de Groot
Date: Tuesday, November 19, 2013 @ 11:55:19
  Author: jgc
Revision: 199929

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

Added:
  python-numpy/repos/testing-i686/
  python-numpy/repos/testing-i686/PKGBUILD
(from rev 199928, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/testing-x86_64/
  python-numpy/repos/testing-x86_64/PKGBUILD
(from rev 199928, python-numpy/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   82 ++
 testing-x86_64/PKGBUILD |   82 ++
 2 files changed, 164 insertions(+)

Copied: python-numpy/repos/testing-i686/PKGBUILD (from rev 199928, 
python-numpy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-19 10:55:19 UTC (rev 199929)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
+
+pkgbase=python-numpy
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=Scientific tools for Python
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.numpy.org/;
+makedepends=('lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran' 'python-nose' 'python2-nose')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
+md5sums=('2a4b0423a758706d592abb6721ec8dcd')
+
+prepare() {
+  cp -a numpy-$pkgver numpy-py2-$pkgver
+  cd numpy-py2-$pkgver
+
+  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  export ATLAS=None
+  export LDFLAGS=$LDFLAGS -shared
+
+  echo Building Python2
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 build
+
+  echo Building Python3
+  cd ../numpy-$pkgver
+  python setup.py config_fc --fcompiler=gnu95 build
+}
+
+package_python2-numpy() {
+  depends=('lapack' 'python2')
+  optdepends=('python2-nose: testsuite')
+
+  _pyver=2.7
+
+  export ATLAS=None
+  export LDFLAGS=$LDFLAGS -shared
+
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir} --optimize=1
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/python2-numpy
+  install -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/python2-numpy/
+
+  install -m755 -d ${pkgdir}/usr/include/python${_pyver}
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
${pkgdir}/usr/include/python${_pyver}/numpy
+}
+
+package_python-numpy() {
+  depends=('lapack' 'python')
+  optdepends=('python-nose: testsuite')
+  provides=(python3-numpy=${pkgver})
+  replaces=('python3-numpy')
+  conflicts=('python3-numpy')
+
+  _pyver=3.3
+  _pyinc=3.3m
+
+  export ATLAS=None
+  export LDFLAGS=$LDFLAGS -shared
+
+  cd numpy-$pkgver
+  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir} --optimize=1
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/python-numpy
+  install -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/python-numpy/
+
+  install -m755 -d ${pkgdir}/usr/include/python${_pyinc}
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
${pkgdir}/usr/include/python${_pyinc}/numpy
+}

Copied: python-numpy/repos/testing-x86_64/PKGBUILD (from rev 199928, 
python-numpy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-19 10:55:19 UTC (rev 199929)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
+
+pkgbase=python-numpy
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=Scientific tools for Python
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.numpy.org/;
+makedepends=('lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran' 'python-nose' 'python2-nose')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
+md5sums=('2a4b0423a758706d592abb6721ec8dcd')
+
+prepare() {
+  cp -a numpy-$pkgver numpy-py2-$pkgver
+  cd numpy-py2-$pkgver
+
+  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  export ATLAS=None
+  export LDFLAGS=$LDFLAGS -shared
+
+  echo Building Python2
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 build
+
+  echo 

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

2013-11-19 Thread Jan de Groot
Date: Tuesday, November 19, 2013 @ 11:55:13
  Author: jgc
Revision: 199928

upgpkg: python-numpy 1.8.0-1

Update to 1.8.0, fix sed after install (FS#37761)

Modified:
  python-numpy/trunk/PKGBUILD

--+
 PKGBUILD |   32 +---
 1 file changed, 17 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 10:28:25 UTC (rev 199927)
+++ PKGBUILD2013-11-19 10:55:13 UTC (rev 199928)
@@ -5,8 +5,8 @@
 
 pkgbase=python-numpy
 pkgname=('python2-numpy' 'python-numpy')
-pkgver=1.7.1
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
 pkgdesc=Scientific tools for Python
 arch=('i686' 'x86_64')
 license=('custom')
@@ -14,21 +14,28 @@
 makedepends=('lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran' 'python-nose' 'python2-nose')
 options=('staticlibs')
 source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
-md5sums=('0ab72b3b83528a7ae79c6df9042d61c6')
+md5sums=('2a4b0423a758706d592abb6721ec8dcd')
 
+prepare() {
+  cp -a numpy-$pkgver numpy-py2-$pkgver
+  cd numpy-py2-$pkgver
+
+  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
+  -i $(find . -name '*.py')
+}
+
 build() {
-  cd ${srcdir}
-  cp -a numpy-${pkgver} numpy-py2-${pkgver}
-
   export ATLAS=None
   export LDFLAGS=$LDFLAGS -shared
 
   echo Building Python2
-  cd ${srcdir}/numpy-py2-${pkgver}
+  cd numpy-py2-$pkgver
   python2 setup.py config_fc --fcompiler=gnu95 build
 
   echo Building Python3
-  cd ${srcdir}/numpy-${pkgver}
+  cd ../numpy-$pkgver
   python setup.py config_fc --fcompiler=gnu95 build
 }
 
@@ -41,17 +48,12 @@
   export ATLAS=None
   export LDFLAGS=$LDFLAGS -shared
 
-  cd ${srcdir}/numpy-py2-${pkgver}
+  cd numpy-py2-$pkgver
   python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir} --optimize=1
 
   install -m755 -d ${pkgdir}/usr/share/licenses/python2-numpy
   install -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/python2-numpy/
 
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
- -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
- -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
- $(find ${pkgdir} -name '*.py')
-
   install -m755 -d ${pkgdir}/usr/include/python${_pyver}
   ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
${pkgdir}/usr/include/python${_pyver}/numpy
 }
@@ -69,7 +71,7 @@
   export ATLAS=None
   export LDFLAGS=$LDFLAGS -shared
 
-  cd ${srcdir}/numpy-${pkgver}
+  cd numpy-$pkgver
   python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir} --optimize=1
 
   install -m755 -d ${pkgdir}/usr/share/licenses/python-numpy



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

2013-11-19 Thread Sergej Pupykin
Date: Tuesday, November 19, 2013 @ 12:00:40
  Author: spupykin
Revision: 101190

upgpkg: gnustep-gui 0.23.1-5

upd

Modified:
  gnustep-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-18 22:15:18 UTC (rev 101189)
+++ PKGBUILD2013-11-19 11:00:40 UTC (rev 101190)
@@ -5,12 +5,12 @@
 
 pkgname=gnustep-gui
 pkgver=0.23.1
-pkgrel=4
+pkgrel=5
 pkgdesc=The GNUstep GUI class library
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;
 license=('LGPL')
-depends=('gnustep-back' 'libungif' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 
'libsndfile' 'giflib' 'libao')
+depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 
'giflib' 'libao')
 makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
 conflicts=('gnustep-gui-svn')
 groups=('gnustep-core')



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

2013-11-19 Thread Sergej Pupykin
Date: Tuesday, November 19, 2013 @ 12:01:21
  Author: spupykin
Revision: 101191

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

Added:
  gnustep-gui/repos/community-i686/ChangeLog
(from rev 101190, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-i686/PKGBUILD
(from rev 101190, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-i686/giflib-5.0.patch
(from rev 101190, gnustep-gui/trunk/giflib-5.0.patch)
  gnustep-gui/repos/community-x86_64/ChangeLog
(from rev 101190, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-x86_64/PKGBUILD
(from rev 101190, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-x86_64/giflib-5.0.patch
(from rev 101190, gnustep-gui/trunk/giflib-5.0.patch)
Deleted:
  gnustep-gui/repos/community-i686/ChangeLog
  gnustep-gui/repos/community-i686/PKGBUILD
  gnustep-gui/repos/community-i686/giflib-5.0.patch
  gnustep-gui/repos/community-x86_64/ChangeLog
  gnustep-gui/repos/community-x86_64/PKGBUILD
  gnustep-gui/repos/community-x86_64/giflib-5.0.patch

---+
 /ChangeLog|4 ++
 /PKGBUILD |   72 
 /giflib-5.0.patch |   42 +
 community-i686/ChangeLog  |2 -
 community-i686/PKGBUILD   |   36 --
 community-i686/giflib-5.0.patch   |   21 --
 community-x86_64/ChangeLog|2 -
 community-x86_64/PKGBUILD |   36 --
 community-x86_64/giflib-5.0.patch |   21 --
 9 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-11-19 11:00:40 UTC (rev 101190)
+++ community-i686/ChangeLog2013-11-19 11:01:21 UTC (rev 101191)
@@ -1,2 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* version upgrade

Copied: gnustep-gui/repos/community-i686/ChangeLog (from rev 101190, 
gnustep-gui/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-11-19 11:01:21 UTC (rev 101191)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-19 11:00:40 UTC (rev 101190)
+++ community-i686/PKGBUILD 2013-11-19 11:01:21 UTC (rev 101191)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Sebastian Sareyko pub...@nooms.de
-
-pkgname=gnustep-gui
-pkgver=0.23.1
-pkgrel=4
-pkgdesc=The GNUstep GUI class library
-arch=('i686' 'x86_64')
-url=http://www.gnustep.org/;
-license=('LGPL')
-depends=('gnustep-back' 'libungif' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 
'libsndfile' 'giflib' 'libao')
-makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
-conflicts=('gnustep-gui-svn')
-groups=('gnustep-core')
-options=('!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
-giflib-5.0.patch)
-md5sums=('1771bdb42f27ee946b17bf60fef5eb2e'
- 'b998c0bc3e2bc260c2779d7a50ce6407')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  . /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
-  sed -i 's|#include GNUstepBase/preface.h|//#include 
GNUstepBase/preface.h |' Source/GSGuiPrivate.h
-  sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m
-  patch -Np1 -i ../giflib-5.0.patch
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnustep-gui/repos/community-i686/PKGBUILD (from rev 101190, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-19 11:01:21 UTC (rev 101191)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-gui
+pkgver=0.23.1
+pkgrel=5
+pkgdesc=The GNUstep GUI class library
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=('LGPL')
+depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 
'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.0.patch)
+md5sums=('1771bdb42f27ee946b17bf60fef5eb2e'
+ 'b998c0bc3e2bc260c2779d7a50ce6407')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  sed -i 's|#include 

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

2013-11-19 Thread Sergej Pupykin
Date: Tuesday, November 19, 2013 @ 12:01:55
  Author: spupykin
Revision: 101194

upgpkg: xplanet 1.3.0-4

upd

Modified:
  xplanet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 11:01:48 UTC (rev 101193)
+++ PKGBUILD2013-11-19 11:01:55 UTC (rev 101194)
@@ -5,12 +5,12 @@
 
 pkgname=xplanet
 pkgver=1.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc=An Xearth wannabe
 arch=(i686 x86_64)
 url=http://xplanet.sourceforge.net/;
 license=('GPL')
-depends=('pango' 'libungif' 'libtiff' 'libxss')
+depends=('pango' 'giflib' 'libtiff' 'libxss')
 
source=(http://downloads.sourceforge.net/project/xplanet/xplanet/$pkgver/xplanet-$pkgver.tar.gz
giflib6.patch)
 md5sums=('41f7db2ccd1d8b4b989cacaf9adfe692'



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

2013-11-19 Thread Sergej Pupykin
Date: Tuesday, November 19, 2013 @ 12:01:48
  Author: spupykin
Revision: 101193

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

Added:
  rocksndiamonds/repos/community-i686/PKGBUILD
(from rev 101192, rocksndiamonds/trunk/PKGBUILD)
  rocksndiamonds/repos/community-i686/rocksndiamonds.desktop
(from rev 101192, rocksndiamonds/trunk/rocksndiamonds.desktop)
  rocksndiamonds/repos/community-x86_64/PKGBUILD
(from rev 101192, rocksndiamonds/trunk/PKGBUILD)
  rocksndiamonds/repos/community-x86_64/rocksndiamonds.desktop
(from rev 101192, rocksndiamonds/trunk/rocksndiamonds.desktop)
Deleted:
  rocksndiamonds/repos/community-i686/PKGBUILD
  rocksndiamonds/repos/community-i686/rocksndiamonds.desktop
  rocksndiamonds/repos/community-x86_64/PKGBUILD
  rocksndiamonds/repos/community-x86_64/rocksndiamonds.desktop

-+
 /PKGBUILD   |   72 ++
 /rocksndiamonds.desktop |   20 
 community-i686/PKGBUILD |   36 ---
 community-i686/rocksndiamonds.desktop   |   10 
 community-x86_64/PKGBUILD   |   36 ---
 community-x86_64/rocksndiamonds.desktop |   10 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-19 11:01:32 UTC (rev 101192)
+++ community-i686/PKGBUILD 2013-11-19 11:01:48 UTC (rev 101193)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jacek Poplawski jacekpoplaw...@gmail.com
-
-pkgname=rocksndiamonds
-pkgver=3.3.1.1
-pkgrel=1
-pkgdesc=game similiar to Boulderdash with lots of levels
-arch=(i686 x86_64)
-url=http://www.artsoft.org/rocksndiamonds/;
-license=('GPL')
-depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg')
-makedepends=('unzip' 'p7zip')
-source=(http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
-   rocksndiamonds.desktop)
-md5sums=('d897ddfb1b14123240a6dbc207ca27ee'
- '18a3541db4d71feb0ad3b50ea4006738')
-
-build() {
-  depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 
'rocksndiamonds-data')
-
-  cd $srcdir/rocksndiamonds-$pkgver
-  make clean
-  make RO_GAME_DIR=/usr/share/rocksndiamonds 
RW_GAME_DIR=/usr/share/rocksndiamonds
-}
-
-package() {
-  cd $srcdir/rocksndiamonds-$pkgver
-
-  install -d $pkgdir/usr/bin
-  install -d $pkgdir/usr/share/man/man1
-  cp $srcdir/rocksndiamonds-$pkgver/rocksndiamonds 
$pkgdir/usr/bin/rocksndiamonds
-  cp $srcdir/rocksndiamonds-$pkgver/rocksndiamonds.1 $pkgdir/usr/share/man/man1
-
-  install -Dm0644 $srcdir/rocksndiamonds.desktop 
$pkgdir/usr/share/applications/rocksndiamonds.desktop
-}

Copied: rocksndiamonds/repos/community-i686/PKGBUILD (from rev 101192, 
rocksndiamonds/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-19 11:01:48 UTC (rev 101193)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jacek Poplawski jacekpoplaw...@gmail.com
+
+pkgname=rocksndiamonds
+pkgver=3.3.1.1
+pkgrel=2
+pkgdesc=game similiar to Boulderdash with lots of levels
+arch=(i686 x86_64)
+url=http://www.artsoft.org/rocksndiamonds/;
+license=('GPL')
+depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg')
+makedepends=('unzip' 'p7zip')
+source=(http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
+   rocksndiamonds.desktop)
+md5sums=('d897ddfb1b14123240a6dbc207ca27ee'
+ '18a3541db4d71feb0ad3b50ea4006738')
+
+build() {
+  cd $srcdir/rocksndiamonds-$pkgver
+  make clean
+  make RO_GAME_DIR=/usr/share/rocksndiamonds 
RW_GAME_DIR=/usr/share/rocksndiamonds
+}
+
+package() {
+  depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 
'rocksndiamonds-data')
+
+  cd $srcdir/rocksndiamonds-$pkgver
+
+  install -d $pkgdir/usr/bin
+  install -d $pkgdir/usr/share/man/man1
+  cp $srcdir/rocksndiamonds-$pkgver/rocksndiamonds 
$pkgdir/usr/bin/rocksndiamonds
+  cp $srcdir/rocksndiamonds-$pkgver/rocksndiamonds.1 $pkgdir/usr/share/man/man1
+
+  install -Dm0644 $srcdir/rocksndiamonds.desktop 
$pkgdir/usr/share/applications/rocksndiamonds.desktop
+}

Deleted: community-i686/rocksndiamonds.desktop
===
--- community-i686/rocksndiamonds.desktop   2013-11-19 11:01:32 UTC (rev 
101192)
+++ community-i686/rocksndiamonds.desktop   2013-11-19 11:01:48 UTC (rev 
101193)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Rocks'N'Diamonds
-GenericName=Rocks'N'Diamonds
-Comment=Arcade game
-Exec=rocksndiamonds
-Terminal=false
-Type=Application
-Categories=Application;Game;
-StartupNotify=false

Copied: rocksndiamonds/repos/community-i686/rocksndiamonds.desktop (from rev 

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

2013-11-19 Thread Sergej Pupykin
Date: Tuesday, November 19, 2013 @ 12:02:23
  Author: spupykin
Revision: 101195

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

Added:
  xplanet/repos/community-i686/PKGBUILD
(from rev 101194, xplanet/trunk/PKGBUILD)
  xplanet/repos/community-i686/giflib6.patch
(from rev 101194, xplanet/trunk/giflib6.patch)
  xplanet/repos/community-x86_64/PKGBUILD
(from rev 101194, xplanet/trunk/PKGBUILD)
  xplanet/repos/community-x86_64/giflib6.patch
(from rev 101194, xplanet/trunk/giflib6.patch)
Deleted:
  xplanet/repos/community-i686/PKGBUILD
  xplanet/repos/community-i686/giflib6.patch
  xplanet/repos/community-x86_64/PKGBUILD
  xplanet/repos/community-x86_64/giflib6.patch

+
 /PKGBUILD  |   66 +
 /giflib6.patch |  260 +++
 community-i686/PKGBUILD|   34 -
 community-i686/giflib6.patch   |  130 ---
 community-x86_64/PKGBUILD  |   34 -
 community-x86_64/giflib6.patch |  130 ---
 6 files changed, 326 insertions(+), 328 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-19 11:01:55 UTC (rev 101194)
+++ community-i686/PKGBUILD 2013-11-19 11:02:23 UTC (rev 101195)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: dorphell dorph...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-
-pkgname=xplanet
-pkgver=1.3.0
-pkgrel=3
-pkgdesc=An Xearth wannabe
-arch=(i686 x86_64)
-url=http://xplanet.sourceforge.net/;
-license=('GPL')
-depends=('pango' 'libungif' 'libtiff' 'libxss')
-source=(http://downloads.sourceforge.net/project/xplanet/xplanet/$pkgver/xplanet-$pkgver.tar.gz
-   giflib6.patch)
-md5sums=('41f7db2ccd1d8b4b989cacaf9adfe692'
- '74e1894304fe3b7caf0b3ddf3c471b0b')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/giflib6.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  unset LDFLAGS
-  ./configure --prefix=/usr --with-freetype
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
-}

Copied: xplanet/repos/community-i686/PKGBUILD (from rev 101194, 
xplanet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-19 11:02:23 UTC (rev 101195)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+
+pkgname=xplanet
+pkgver=1.3.0
+pkgrel=4
+pkgdesc=An Xearth wannabe
+arch=(i686 x86_64)
+url=http://xplanet.sourceforge.net/;
+license=('GPL')
+depends=('pango' 'giflib' 'libtiff' 'libxss')
+source=(http://downloads.sourceforge.net/project/xplanet/xplanet/$pkgver/xplanet-$pkgver.tar.gz
+   giflib6.patch)
+md5sums=('41f7db2ccd1d8b4b989cacaf9adfe692'
+ '74e1894304fe3b7caf0b3ddf3c471b0b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/giflib6.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-freetype
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}

Deleted: community-i686/giflib6.patch
===
--- community-i686/giflib6.patch2013-11-19 11:01:55 UTC (rev 101194)
+++ community-i686/giflib6.patch2013-11-19 11:02:23 UTC (rev 101195)
@@ -1,130 +0,0 @@
-diff -wbBur xplanet-1.3.0/src/libimage/gif.c 
/home/sergej/tmp/BUILD/staging-i686/sergej/build/xplanet/src/xplanet-1.3.0/src/libimage/gif.c
 xplanet-1.3.0/src/libimage/gif.c   2006-03-26 01:50:51.0 +0300
-+++ 
/home/sergej/tmp/BUILD/staging-i686/sergej/build/xplanet/src/xplanet-1.3.0/src/libimage/gif.c
  2013-07-30 18:21:17.412474692 +0400
-@@ -20,7 +20,7 @@
- 
- #include stdio.h
- #include stdlib.h
--
-+#define FALSE 0
- #include gif_lib.h
- 
- /*
-@@ -42,11 +42,11 @@
- int color_index;
- unsigned char *ptr = NULL;
- 
--infile = DGifOpenFileName(filename);
-+infile = DGifOpenFileName(filename, NULL);
- 
- if (infile == NULL)
- {
--PrintGifError();
-+printf(%s\n, GifErrorString(GIF_ERROR));
- return(0);
- }
- 
-@@ -54,7 +54,7 @@
- {
- if (DGifGetRecordType(infile, record_type) == GIF_ERROR) 
- {
--PrintGifError();
-+printf(%s\n, GifErrorString(GIF_ERROR));
- return(0);
- }
- 
-@@ -63,7 +63,7 @@
- case IMAGE_DESC_RECORD_TYPE:
- if (DGifGetImageDesc(infile) == GIF_ERROR)
- {
--PrintGifError();
-+printf(%s\n, GifErrorString(GIF_ERROR));
- return(0);
- }
- 
-@@ -107,14 +107,14 @@
- GifByteType *ext;
-

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

2013-11-19 Thread Sergej Pupykin
Date: Tuesday, November 19, 2013 @ 12:01:32
  Author: spupykin
Revision: 101192

upgpkg: rocksndiamonds 3.3.1.1-2

upd

Modified:
  rocksndiamonds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 11:01:21 UTC (rev 101191)
+++ PKGBUILD2013-11-19 11:01:32 UTC (rev 101192)
@@ -4,7 +4,7 @@
 
 pkgname=rocksndiamonds
 pkgver=3.3.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=game similiar to Boulderdash with lots of levels
 arch=(i686 x86_64)
 url=http://www.artsoft.org/rocksndiamonds/;
@@ -17,8 +17,6 @@
  '18a3541db4d71feb0ad3b50ea4006738')
 
 build() {
-  depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 
'rocksndiamonds-data')
-
   cd $srcdir/rocksndiamonds-$pkgver
   make clean
   make RO_GAME_DIR=/usr/share/rocksndiamonds 
RW_GAME_DIR=/usr/share/rocksndiamonds
@@ -25,6 +23,8 @@
 }
 
 package() {
+  depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 
'rocksndiamonds-data')
+
   cd $srcdir/rocksndiamonds-$pkgver
 
   install -d $pkgdir/usr/bin



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

2013-11-19 Thread Alexander Rødseth
Date: Tuesday, November 19, 2013 @ 12:30:51
  Author: arodseth
Revision: 101196

upgpkg: python2-pyparsing 2.0.1-1

Modified:
  python2-pyparsing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 11:02:23 UTC (rev 101195)
+++ PKGBUILD2013-11-19 11:30:51 UTC (rev 101196)
@@ -6,18 +6,19 @@
 # Contributor: Michael Krauss hippodri...@gmx.net
 
 pkgname=python2-pyparsing
-pkgver=1.5.7
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='General parsing module for Python'
 arch=('any')
-url='http://pyparsing.wikispaces.com'
+url='http://pyparsing.wikispaces.com/'
 license=('MIT')
 depends=('python2')
 source=(http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
-sha256sums=('2b3a013582cbff858e71ff23129e01acc5e99f511578d106ffb1e74bde15e893')
+sha256sums=('0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4')
 
 package() {
-  cd $srcdir/pyparsing-$pkgver
+  cd pyparsing-$pkgver
+
   rm -rf build
   python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-pyparsing/LICENSE



[arch-commits] Commit in python2-pyparsing/repos/community-any (PKGBUILD PKGBUILD)

2013-11-19 Thread Alexander Rødseth
Date: Tuesday, November 19, 2013 @ 12:30:58
  Author: arodseth
Revision: 101197

archrelease: copy trunk to community-any

Added:
  python2-pyparsing/repos/community-any/PKGBUILD
(from rev 101196, python2-pyparsing/trunk/PKGBUILD)
Deleted:
  python2-pyparsing/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-19 11:30:51 UTC (rev 101196)
+++ PKGBUILD2013-11-19 11:30:58 UTC (rev 101197)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Arvid Ephraim Picciani a...@exys.org
-# Contributor: Michael Krauss hippodri...@gmx.net
-
-pkgname=python2-pyparsing
-pkgver=1.5.7
-pkgrel=2
-pkgdesc='General parsing module for Python'
-arch=('any')
-url='http://pyparsing.wikispaces.com'
-license=('MIT')
-depends=('python2')
-source=(http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
-sha256sums=('2b3a013582cbff858e71ff23129e01acc5e99f511578d106ffb1e74bde15e893')
-
-package() {
-  cd $srcdir/pyparsing-$pkgver
-  rm -rf build
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-pyparsing/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-pyparsing/repos/community-any/PKGBUILD (from rev 101196, 
python2-pyparsing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-19 11:30:58 UTC (rev 101197)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Arvid Ephraim Picciani a...@exys.org
+# Contributor: Michael Krauss hippodri...@gmx.net
+
+pkgname=python2-pyparsing
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='http://pyparsing.wikispaces.com/'
+license=('MIT')
+depends=('python2')
+source=(http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
+sha256sums=('0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4')
+
+package() {
+  cd pyparsing-$pkgver
+
+  rm -rf build
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-pyparsing/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-11-19 Thread Sergej Pupykin
Date: Tuesday, November 19, 2013 @ 12:58:45
  Author: spupykin
Revision: 101198

Modified:
  chrpath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 11:30:58 UTC (rev 101197)
+++ PKGBUILD2013-11-19 11:58:45 UTC (rev 101198)
@@ -4,7 +4,7 @@
 
 pkgname=chrpath
 pkgver=0.13
-pkgrel=3
+pkgrel=4
 pkgdesc=Change or delete the rpath or runpath in ELF files
 arch=('i686' 'x86_64')
 url=http://directory.fsf.org/project/chrpath/;
@@ -13,6 +13,14 @@
 
source=(http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('b73072a8fbba277558c50364b65bb407')
 
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  rm -f config.guess
+  libtoolize
+  automake --add-missing
+  autoconf
+}
+
 build() {
   cd ${srcdir}/$pkgname-$pkgver
   ./configure --prefix=/usr --mandir=/usr/share/man



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

2013-11-19 Thread Sergej Pupykin
Date: Tuesday, November 19, 2013 @ 13:04:02
  Author: spupykin
Revision: 101199

Modified:
  chrpath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 11:58:45 UTC (rev 101198)
+++ PKGBUILD2013-11-19 12:04:02 UTC (rev 101199)
@@ -16,6 +16,7 @@
 prepare() {
   cd ${srcdir}/$pkgname-$pkgver
   rm -f config.guess
+  aclocal
   libtoolize
   automake --add-missing
   autoconf



[arch-commits] Commit in povray/trunk (4 files)

2013-11-19 Thread Alexander Rødseth
Date: Tuesday, November 19, 2013 @ 13:37:52
  Author: arodseth
Revision: 101200

Updated the license information (fixes FS#37782)

Modified:
  povray/trunk/PKGBUILD
Deleted:
  povray/trunk/LICENSE
  povray/trunk/distribution-license.txt
  povray/trunk/source-license.txt

--+
 LICENSE  |  237 
 PKGBUILD |   17 -
 distribution-license.txt |  532 -
 source-license.txt   |  360 --
 4 files changed, 4 insertions(+), 1142 deletions(-)

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


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

2013-11-19 Thread Alexander Rødseth
Date: Tuesday, November 19, 2013 @ 13:48:08
  Author: arodseth
Revision: 101201

Updated checksums

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 12:37:52 UTC (rev 101200)
+++ PKGBUILD2013-11-19 12:48:08 UTC (rev 101201)
@@ -20,10 +20,7 @@
 source=(https://github.com/POV-Ray/$pkgname/archive/$pkgver-stable.zip;
 'povray3.7.0_rc3-user-conf.patch')
 sha256sums=('1261d963327a4b04c09d56bbd7436d0062e6bf8363674e3fb4e240beefb5b5cb'
-'95b04ec4973e6e8a80fc83df2e3caff0b4d6699c4154144f3017d42cab7236e0'
-'bcf6893c741568bbff6839bb7310b0c43af8cb54bae792da21123e1026f91ae9'
-'9162060797de4f7f91ccf5e1fac5ec3378a0b0fed382393797ba3f4f27896402'
-'7d80992314f7947f5f672a4ad8b1d072a6179f01fb0228a88e4224a8bd45de96')
+'95b04ec4973e6e8a80fc83df2e3caff0b4d6699c4154144f3017d42cab7236e0')
 
 prepare() {
   cd $pkgname-$pkgver-stable



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

2013-11-19 Thread Alexander Rødseth
Date: Tuesday, November 19, 2013 @ 15:59:28
  Author: arodseth
Revision: 101202

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

Added:
  povray/repos/community-i686/PKGBUILD
(from rev 101201, povray/trunk/PKGBUILD)
  povray/repos/community-i686/povray3.7.0_rc3-user-conf.patch
(from rev 101201, povray/trunk/povray3.7.0_rc3-user-conf.patch)
  povray/repos/community-x86_64/PKGBUILD
(from rev 101201, povray/trunk/PKGBUILD)
  povray/repos/community-x86_64/povray3.7.0_rc3-user-conf.patch
(from rev 101201, povray/trunk/povray3.7.0_rc3-user-conf.patch)
Deleted:
  povray/repos/community-i686/LICENSE
  povray/repos/community-i686/PKGBUILD
  povray/repos/community-i686/distribution-license.txt
  povray/repos/community-i686/povray3.7.0_rc3-user-conf.patch
  povray/repos/community-i686/source-license.txt
  povray/repos/community-x86_64/LICENSE
  povray/repos/community-x86_64/PKGBUILD
  povray/repos/community-x86_64/distribution-license.txt
  povray/repos/community-x86_64/povray3.7.0_rc3-user-conf.patch
  povray/repos/community-x86_64/source-license.txt

--+
 /PKGBUILD|  118 
 /povray3.7.0_rc3-user-conf.patch |   54 ++
 community-i686/LICENSE   |  237 -
 community-i686/PKGBUILD  |   70 --
 community-i686/distribution-license.txt  |  532 -
 community-i686/povray3.7.0_rc3-user-conf.patch   |   27 -
 community-i686/source-license.txt|  360 --
 community-x86_64/LICENSE |  237 -
 community-x86_64/PKGBUILD|   70 --
 community-x86_64/distribution-license.txt|  532 -
 community-x86_64/povray3.7.0_rc3-user-conf.patch |   27 -
 community-x86_64/source-license.txt  |  360 --
 12 files changed, 172 insertions(+), 2452 deletions(-)

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


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

2013-11-19 Thread Alexander Rødseth
Date: Tuesday, November 19, 2013 @ 16:26:45
  Author: arodseth
Revision: 101203

Upgrade

Modified:
  milkytracker/trunk/PKGBUILD
Deleted:
  milkytracker/trunk/milkytracker.patch

+
 PKGBUILD   |   22 -
 milkytracker.patch |  632 ---
 2 files changed, 8 insertions(+), 646 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 14:59:28 UTC (rev 101202)
+++ PKGBUILD2013-11-19 15:26:45 UTC (rev 101203)
@@ -4,8 +4,8 @@
 # Contributor: Maks Verver maksver...@geocities.com
 
 pkgname=milkytracker
-pkgver=0.90.85
-pkgrel=8
+pkgver=0.90.86
+pkgrel=1
 pkgdesc='Fast Tracker II inspired music tracker'
 arch=('x86_64' 'i686')
 url=http://www.milkytracker.org/;
@@ -15,18 +15,12 @@
 optdepends=('jack-audio-connection-kit: JACK audio support')
 options=('docs' '!strip')
 install=$pkgname.install
-source=(http://milkytracker.org/files/$pkgname-$pkgver.tar.bz2;
-$pkgname.patch)
-sha256sums=('59a0d294d63752be74b157e07b0c70252c9198c312d9b1ad0ca460129fe5bd80'
-'0b701bf97375343f13d1af8a30df052c85b526e527bf6402634c37c7e9fa5b42')
-_name=('MilkyTracker')
-_categories=('AudioVideo;Audio;AudioVideoEditing;')
+source=(http://milkytracker.org/files/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('eb93000ed4855e198dfb02df54f3e3536dc891084ca47cdd5393121137ba3bed')
 
 prepare() {
-  cd $srcdir
-
-  gendesk -n
-  patch -p0 -i $pkgname.patch
+  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc --name 'MilkyTracker' \
+--categories 'AudioVideo;Audio;AudioVideoEditing;'
 }
 
 build() {
@@ -33,11 +27,11 @@
   cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --with-alsa --with-jack
-  make
+  make CXXFLAGS=$CXXFLAGS -lasound
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
   mkdir -p $pkgdir/usr/share/applications \

Deleted: milkytracker.patch
===
--- milkytracker.patch  2013-11-19 14:59:28 UTC (rev 101202)
+++ milkytracker.patch  2013-11-19 15:26:45 UTC (rev 101203)
@@ -1,632 +0,0 @@
-*** milkytracker-0.90.85/src/tracker/sdl/SDL_Main.cpp  2009-02-22 
10:20:39.140388000 +
 milkytracker-trunk/src/tracker/sdl/SDL_Main.cpp2010-01-03 
18:11:52.541377210 +
-***
-*** 751,758 
-   case SDLUserEventLMouseRepeat:
-   {
-   PPPoint p;
-!  p.x = (pp_int32)event.data1;
-!  p.y = (pp_int32)event.data2;
-   PPEvent myEvent(eLMouseRepeat, p, sizeof(PPPoint));

-   RaiseEventSerialized(myEvent);
-   break;
 751,758 
-   case SDLUserEventLMouseRepeat:
-   {
-   PPPoint p;
-!  p.x = reinterpret_castintptr_t (event.data1);
-!  p.y = reinterpret_castintptr_t (event.data2);
-   PPEvent myEvent(eLMouseRepeat, p, sizeof(PPPoint));

-   RaiseEventSerialized(myEvent);
-   break;
-***
-*** 761,768 
-   case SDLUserEventRMouseRepeat:
-   {
-   PPPoint p;
-!  p.x = (pp_int32)event.data1;
-!  p.y = (pp_int32)event.data2;
-   PPEvent myEvent(eRMouseRepeat, p, sizeof(PPPoint));

-   RaiseEventSerialized(myEvent);
-   break;
 761,768 
-   case SDLUserEventRMouseRepeat:
-   {
-   PPPoint p;
-!  p.x = reinterpret_castintptr_t (event.data1);
-!  p.y = reinterpret_castintptr_t (event.data2);
-   PPEvent myEvent(eRMouseRepeat, p, sizeof(PPPoint));

-   RaiseEventSerialized(myEvent);
-   break;
-***
-*** 770,777 
-  
-   case SDLUserEventMidiKeyDown:
-   {
-!  pp_int32 note = (pp_int32)event.data1;
-!  pp_int32 volume = (pp_int32)event.data2;
-   globalMutex-lock();
-   myTracker-sendNoteDown(note, volume);
-   globalMutex-unlock();
 770,777 
-  
-   case SDLUserEventMidiKeyDown:
-   {
-!  pp_int32 note = reinterpret_castintptr_t 
(event.data1);
-!  pp_int32 volume = reinterpret_castintptr_t 
(event.data2);
-   globalMutex-lock();
-   myTracker-sendNoteDown(note, volume);
-   globalMutex-unlock();
-***
-*** 780,786 
-  
-   case SDLUserEventMidiKeyUp:
-   {
-!  pp_int32 note = 

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

2013-11-19 Thread Alexander Rødseth
Date: Tuesday, November 19, 2013 @ 16:27:04
  Author: arodseth
Revision: 101204

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

Added:
  milkytracker/repos/community-i686/PKGBUILD
(from rev 101203, milkytracker/trunk/PKGBUILD)
  milkytracker/repos/community-i686/milkytracker.install
(from rev 101203, milkytracker/trunk/milkytracker.install)
  milkytracker/repos/community-x86_64/PKGBUILD
(from rev 101203, milkytracker/trunk/PKGBUILD)
  milkytracker/repos/community-x86_64/milkytracker.install
(from rev 101203, milkytracker/trunk/milkytracker.install)
Deleted:
  milkytracker/repos/community-i686/PKGBUILD
  milkytracker/repos/community-i686/milkytracker.install
  milkytracker/repos/community-i686/milkytracker.patch
  milkytracker/repos/community-x86_64/PKGBUILD
  milkytracker/repos/community-x86_64/milkytracker.install
  milkytracker/repos/community-x86_64/milkytracker.patch

---+
 /PKGBUILD |   98 
 /milkytracker.install |   32 +
 community-i686/PKGBUILD   |   55 --
 community-i686/milkytracker.install   |   16 
 community-i686/milkytracker.patch |  632 
 community-x86_64/PKGBUILD |   55 --
 community-x86_64/milkytracker.install |   16 
 community-x86_64/milkytracker.patch   |  632 
 8 files changed, 130 insertions(+), 1406 deletions(-)

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


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

2013-11-19 Thread Alexander Rødseth
Date: Tuesday, November 19, 2013 @ 16:27:48
  Author: arodseth
Revision: 101205

Only display the message when installing, not at every upgrade

Modified:
  milkytracker/trunk/milkytracker.install

--+
 milkytracker.install |   10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

Modified: milkytracker.install
===
--- milkytracker.install2013-11-19 15:27:04 UTC (rev 101204)
+++ milkytracker.install2013-11-19 15:27:48 UTC (rev 101205)
@@ -1,4 +1,4 @@
-post_upgrade() {
+post_install() {
   echo 'If you wish to use jack (or jack2), use this command the first time'
   echo 'you start milkytracker: SDL_AUDIODRIVER=jack milkytracker'
   echo 'Then select the jack driver in milkytracker and connect the audio'
@@ -5,12 +5,4 @@
   echo 'with a program like qjackctl.'
 }
 
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
 # vim:set ts=2 sw=2 et:



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

2013-11-19 Thread Jan Steffens
Date: Tuesday, November 19, 2013 @ 19:02:43
  Author: heftig
Revision: 199930

2.40.1

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 10:55:19 UTC (rev 199929)
+++ PKGBUILD2013-11-19 18:02:43 UTC (rev 199930)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=librsvg
-pkgver=2.40.0
+pkgver=2.40.1
 pkgrel=1
 epoch=1
 pkgdesc=A SVG viewing library
@@ -15,7 +15,7 @@
 url=https://live.gnome.org/LibRsvg;
 install=librsvg.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8f7db31df235813dbd035888035cf862d682e7cc5706c4e7ec05750d3f64a2f9')
+sha256sums=('8813b4fe776d5e7acbce28bacbaed30ccb0cec3734eb3632c711a16ebe2961d7')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-19 Thread Jan Steffens
Date: Tuesday, November 19, 2013 @ 19:03:47
  Author: heftig
Revision: 199931

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

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

--+
 /PKGBUILD|   58 +
 /librsvg.install |   22 +++
 extra-i686/PKGBUILD  |   29 
 extra-i686/librsvg.install   |   11 ---
 extra-x86_64/PKGBUILD|   29 
 extra-x86_64/librsvg.install |   11 ---
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-19 18:02:43 UTC (rev 199930)
+++ extra-i686/PKGBUILD 2013-11-19 18:03:47 UTC (rev 199931)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=librsvg
-pkgver=2.40.0
-pkgrel=1
-epoch=1
-pkgdesc=A SVG viewing library
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'pango' 'libcroco')
-makedepends=('intltool' 'gtk3' 'gobject-introspection')
-optdepends=('gtk3: for rsvg-view-3')
-options=('!emptydirs')
-url=https://live.gnome.org/LibRsvg;
-install=librsvg.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8f7db31df235813dbd035888035cf862d682e7cc5706c4e7ec05750d3f64a2f9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: librsvg/repos/extra-i686/PKGBUILD (from rev 199930, 
librsvg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-19 18:03:47 UTC (rev 199931)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=librsvg
+pkgver=2.40.1
+pkgrel=1
+epoch=1
+pkgdesc=A SVG viewing library
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gtk3' 'gobject-introspection')
+optdepends=('gtk3: for rsvg-view-3')
+options=('!emptydirs')
+url=https://live.gnome.org/LibRsvg;
+install=librsvg.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8813b4fe776d5e7acbce28bacbaed30ccb0cec3734eb3632c711a16ebe2961d7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/librsvg.install
===
--- extra-i686/librsvg.install  2013-11-19 18:02:43 UTC (rev 199930)
+++ extra-i686/librsvg.install  2013-11-19 18:03:47 UTC (rev 199931)
@@ -1,11 +0,0 @@
-post_install() {
-gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: librsvg/repos/extra-i686/librsvg.install (from rev 199930, 
librsvg/trunk/librsvg.install)
===
--- extra-i686/librsvg.install  (rev 0)
+++ extra-i686/librsvg.install  2013-11-19 18:03:47 UTC (rev 199931)
@@ -0,0 +1,11 @@
+post_install() {
+gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-19 18:02:43 UTC (rev 199930)
+++ extra-x86_64/PKGBUILD   2013-11-19 18:03:47 UTC (rev 199931)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=librsvg
-pkgver=2.40.0
-pkgrel=1
-epoch=1
-pkgdesc=A SVG viewing library
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'pango' 'libcroco')
-makedepends=('intltool' 'gtk3' 'gobject-introspection')
-optdepends=('gtk3: for rsvg-view-3')
-options=('!emptydirs')
-url=https://live.gnome.org/LibRsvg;
-install=librsvg.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8f7db31df235813dbd035888035cf862d682e7cc5706c4e7ec05750d3f64a2f9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: 

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

2013-11-19 Thread Thomas Bächler
Date: Tuesday, November 19, 2013 @ 19:26:48
  Author: thomas
Revision: 101206

upgpkg: lib32-mesa 9.2.3-2: change mesa-libgl and *-dri to make replacing 
mesa-libgl easier

This is the same as commit svn-packages/mesa@199795

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 15:27:48 UTC (rev 101205)
+++ PKGBUILD2013-11-19 18:26:48 UTC (rev 101206)
@@ -5,7 +5,7 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
 pkgver=9.2.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'lib32-libxxf86vm' 'lib32-libxdamage'
  'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd')
@@ -55,7 +55,7 @@
 
 package_lib32-ati-dri() {
   pkgdesc=Mesa drivers for AMD/ATI Radeon (32-bit)
-  depends=(lib32-mesa-libgl=${pkgver} 'lib32-libtxc_dxtn' 'ati-dri')
+  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'ati-dri')
 
   install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
   mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri/
@@ -69,7 +69,7 @@
 
 package_lib32-intel-dri() {
   pkgdesc=Mesa DRI drivers for Intel (32-bit)
-  depends=(lib32-mesa-libgl=${pkgver} 'lib32-libtxc_dxtn' 'intel-dri')
+  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'intel-dri')
 
   install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
   mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
@@ -80,7 +80,7 @@
 
 package_lib32-nouveau-dri() {
   pkgdesc=Mesa drivers for Nouveau (32-bit)
-  depends=(lib32-mesa-libgl=${pkgver} 'lib32-libtxc_dxtn' 'nouveau-dri')
+  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'nouveau-dri')
 
   install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
   mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
@@ -102,6 +102,7 @@
 
   mv -v ${srcdir}/fakeinstall/* ${pkgdir}
   mv ${pkgdir}/usr/lib32/libGL.so.1.2.0 ${pkgdir}/usr/lib32/mesa-libGL.so.1.2.0
+  ln -s mesa-libGL.so.1.2.0 ${pkgdir}/usr/lib32/mesa-libGL.so.1
   rm ${pkgdir}/usr/lib32/libGL.so{,.1}
   rm -r ${pkgdir}/etc
   rm -r ${pkgdir}/usr/include



[arch-commits] Commit in mingw-w64-gcc/repos/community-i686 (4 files)

2013-11-19 Thread Sergej Pupykin
Date: Tuesday, November 19, 2013 @ 19:31:06
  Author: spupykin
Revision: 101207

archrelease: copy trunk to community-i686

Added:
  mingw-w64-gcc/repos/community-i686/PKGBUILD
(from rev 101206, mingw-w64-gcc/trunk/PKGBUILD)
  
mingw-w64-gcc/repos/community-i686/gcc-make-xmmintrin-header-cplusplus-compatible.patch
(from rev 101206, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
Deleted:
  mingw-w64-gcc/repos/community-i686/PKGBUILD
  
mingw-w64-gcc/repos/community-i686/gcc-make-xmmintrin-header-cplusplus-compatible.patch

--+
 PKGBUILD |  148 -
 gcc-make-xmmintrin-header-cplusplus-compatible.patch |   48 ++---
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-19 18:26:48 UTC (rev 101206)
+++ PKGBUILD2013-11-19 18:31:06 UTC (rev 101207)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-gcc
-pkgver=4.8.2
-pkgrel=3
-pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
-arch=('i686' 'x86_64')
-url=http://gcc.gnu.org;
-license=('GPL' 'LGPL' 'FDL' 'custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib' 'libmpc' 'ppl' 'cloog' 'mingw-w64-crt' 'mingw-w64-binutils' 
'mingw-w64-winpthreads' 'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
-makedepends=(gcc-ada=${pkgver} 'mingw-w64-gcc-base')
-#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
-optdepends=()
-provides=('mingw-w64-gcc-base')
-conflicts=('mingw-w64-gcc-base')
-replaces=()
-backup=()
-options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-'gcc-make-xmmintrin-header-cplusplus-compatible.patch')
-md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d'
- 'da6c9ba6baebe1286f3219d4181cdbb8')
-
-prepare() {
-  cd ${srcdir}/gcc-${pkgver}
-
-  #do not install libiberty
-  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-  # hack! - some configure tests for header files using $CPP $CPPFLAGS
-  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
-
-  # The file xmmintrin.h doesn't contain an extern C part
-  # This conflicts with mingw-w64 intrin.h and results in build
-  # failure like this one in mingw-w64-qt5-qtbase:
-  # /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/xmmintrin.h:997:1: error: 
previous declaration of 'int _m_pextrw(__m64, int)' with 'C++' linkage
-  # /usr/i686-w64-mingw32/include/intrin.h:561:28: error: conflicts with new 
declaration with 'C' linkage
-  patch -p0 -i ${srcdir}/gcc-make-xmmintrin-header-cplusplus-compatible.patch
-}
-
-build() {
-  for _target in ${_targets}; do
-mkdir -p ${srcdir}/gcc-build-${_target}  cd 
${srcdir}/gcc-build-${_target}
-
-${srcdir}/gcc-${pkgver}/configure --prefix=/usr \
---target=${_target} \
---enable-languages=c,lto,c++,objc,obj-c++,fortran,ada \
---enable-shared --enable-static \
---enable-threads=posix --enable-fully-dynamic-string 
--enable-libstdcxx-time=yes \
---with-system-zlib --enable-cloog-backend=isl \
---disable-cloog-version-check --disable-isl-version-check \
---enable-lto --disable-dw2-exceptions --enable-libgomp \
---disable-multilib --enable-checking=release
-make all
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-cd ${srcdir}/gcc-build-${_target}
-make DESTDIR=${pkgdir} install
-${_target}-strip ${pkgdir}/usr/${_target}/lib/*.dll
-strip ${pkgdir}/usr/bin/${_target}-*
-strip 
${pkgdir}/usr/libexec/gcc/${_target}/${pkgver}/{cc1*,collect2,gnat1,f951,lto*}
-  done
-  ln -s ${_target}-gcc $pkgdir/usr/bin/${_target}-cc
-  strip ${pkgdir}/usr/bin/*
-  # remove unnecessary files
-  rm -r ${pkgdir}/usr/share
-}

Copied: mingw-w64-gcc/repos/community-i686/PKGBUILD (from rev 101206, 
mingw-w64-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-19 18:31:06 UTC (rev 101207)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-gcc
+pkgver=4.8.2
+pkgrel=4
+pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
+arch=('i686' 'x86_64')
+url=http://gcc.gnu.org;
+license=('GPL' 'LGPL' 'FDL' 'custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+depends=('zlib' 'libmpc' 'ppl' 'cloog' 'mingw-w64-crt' 'mingw-w64-binutils' 
'mingw-w64-winpthreads' 'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
+makedepends=(gcc-ada=${pkgver} 

[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-11-19 Thread Thomas Bächler
Date: Tuesday, November 19, 2013 @ 19:33:35
  Author: thomas
Revision: 101208

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 101207, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  255 ++---
 1 file changed, 128 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-19 18:31:06 UTC (rev 101207)
+++ PKGBUILD2013-11-19 18:33:35 UTC (rev 101208)
@@ -1,127 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgbase=lib32-mesa
-pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=9.2.3
-pkgrel=1
-arch=('x86_64')
-makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'lib32-libxxf86vm' 'lib32-libxdamage'
- 'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd')
-url=http://mesa3d.sourceforge.net;
-license=('custom')
-options=('!libtool')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
-md5sums=('f56b6beb556e4b9072814419f7c554e3')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  export LLVM_CONFIG=/usr/bin/llvm-config32
-
-  cd ${srcdir}/?esa-*
-
-  # our automake is far too new for their build system :)
-  autoreconf -vfi
-
-  ./configure --enable-32-bit \
---libdir=/usr/lib32 \
---prefix=/usr \
---sysconfdir=/etc \
---with-dri-driverdir=/usr/lib32/xorg/modules/dri \
---with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \
---with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
---with-llvm-shared-libs \
---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
-  make
-
-  mkdir $srcdir/fakeinstall
-  make DESTDIR=${srcdir}/fakeinstall install
-}
-
-package_lib32-ati-dri() {
-  pkgdesc=Mesa drivers for AMD/ATI Radeon (32-bit)
-  depends=(lib32-mesa-libgl=${pkgver} 'lib32-libtxc_dxtn' 'ati-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib32/gallium-pipe/
-  
-  install -m755 -d ${pkgdir}/usr/share/licenses/ati-dri
-  ln -s ati-dri $pkgdir/usr/share/licenses/ati-dri/lib32-ati-dri
-}
-
-package_lib32-intel-dri() {
-  pkgdesc=Mesa DRI drivers for Intel (32-bit)
-  depends=(lib32-mesa-libgl=${pkgver} 'lib32-libtxc_dxtn' 'intel-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/intel-dri
-  ln -s intel-dri $pkgdir/usr/share/licenses/intel-dri/lib32-intel-dri
-}
-
-package_lib32-nouveau-dri() {
-  pkgdesc=Mesa drivers for Nouveau (32-bit)
-  depends=(lib32-mesa-libgl=${pkgver} 'lib32-libtxc_dxtn' 'nouveau-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib32/gallium-pipe/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/nouveau-dri
-  ln -s nouveau-dri $pkgdir/usr/share/licenses/nouveau-dri/lib32-nouveau-dri
-}
-
-package_lib32-mesa() {
-  pkgdesc=an open-source implementation of the OpenGL specification (32-bit)
-  depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-systemd' 'lib32-elfutils' 'lib32-llvm-libs' 'mesa')
-  optdepends=('opengl-man-pages: for the OpenGL API man pages')
-  provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-  conflicts=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-  replaces=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-
-  mv -v ${srcdir}/fakeinstall/* ${pkgdir}
-  mv ${pkgdir}/usr/lib32/libGL.so.1.2.0 ${pkgdir}/usr/lib32/mesa-libGL.so.1.2.0
-  rm ${pkgdir}/usr/lib32/libGL.so{,.1}
-  rm -r ${pkgdir}/etc
-  rm -r ${pkgdir}/usr/include
-  
-  install -m755 -d ${pkgdir}/usr/share/licenses/mesa
-  ln -s mesa $pkgdir/usr/share/licenses/mesa/lib32-mesa
-}
-

[arch-commits] Commit in mingw-w64-gcc/repos/community-x86_64 (4 files)

2013-11-19 Thread Sergej Pupykin
Date: Tuesday, November 19, 2013 @ 20:03:58
  Author: spupykin
Revision: 101210

archrelease: copy trunk to community-x86_64

Added:
  mingw-w64-gcc/repos/community-x86_64/PKGBUILD
(from rev 101209, mingw-w64-gcc/trunk/PKGBUILD)
  
mingw-w64-gcc/repos/community-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch
(from rev 101209, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
Deleted:
  mingw-w64-gcc/repos/community-x86_64/PKGBUILD
  
mingw-w64-gcc/repos/community-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch

--+
 PKGBUILD |  148 -
 gcc-make-xmmintrin-header-cplusplus-compatible.patch |   48 ++---
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-19 18:51:22 UTC (rev 101209)
+++ PKGBUILD2013-11-19 19:03:58 UTC (rev 101210)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-gcc
-pkgver=4.8.2
-pkgrel=3
-pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
-arch=('i686' 'x86_64')
-url=http://gcc.gnu.org;
-license=('GPL' 'LGPL' 'FDL' 'custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib' 'libmpc' 'ppl' 'cloog' 'mingw-w64-crt' 'mingw-w64-binutils' 
'mingw-w64-winpthreads' 'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
-makedepends=(gcc-ada=${pkgver} 'mingw-w64-gcc-base')
-#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
-optdepends=()
-provides=('mingw-w64-gcc-base')
-conflicts=('mingw-w64-gcc-base')
-replaces=()
-backup=()
-options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-'gcc-make-xmmintrin-header-cplusplus-compatible.patch')
-md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d'
- 'da6c9ba6baebe1286f3219d4181cdbb8')
-
-prepare() {
-  cd ${srcdir}/gcc-${pkgver}
-
-  #do not install libiberty
-  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-  # hack! - some configure tests for header files using $CPP $CPPFLAGS
-  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
-
-  # The file xmmintrin.h doesn't contain an extern C part
-  # This conflicts with mingw-w64 intrin.h and results in build
-  # failure like this one in mingw-w64-qt5-qtbase:
-  # /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/xmmintrin.h:997:1: error: 
previous declaration of 'int _m_pextrw(__m64, int)' with 'C++' linkage
-  # /usr/i686-w64-mingw32/include/intrin.h:561:28: error: conflicts with new 
declaration with 'C' linkage
-  patch -p0 -i ${srcdir}/gcc-make-xmmintrin-header-cplusplus-compatible.patch
-}
-
-build() {
-  for _target in ${_targets}; do
-mkdir -p ${srcdir}/gcc-build-${_target}  cd 
${srcdir}/gcc-build-${_target}
-
-${srcdir}/gcc-${pkgver}/configure --prefix=/usr \
---target=${_target} \
---enable-languages=c,lto,c++,objc,obj-c++,fortran,ada \
---enable-shared --enable-static \
---enable-threads=posix --enable-fully-dynamic-string 
--enable-libstdcxx-time=yes \
---with-system-zlib --enable-cloog-backend=isl \
---disable-cloog-version-check --disable-isl-version-check \
---enable-lto --disable-dw2-exceptions --enable-libgomp \
---disable-multilib --enable-checking=release
-make all
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-cd ${srcdir}/gcc-build-${_target}
-make DESTDIR=${pkgdir} install
-${_target}-strip ${pkgdir}/usr/${_target}/lib/*.dll
-strip ${pkgdir}/usr/bin/${_target}-*
-strip 
${pkgdir}/usr/libexec/gcc/${_target}/${pkgver}/{cc1*,collect2,gnat1,f951,lto*}
-  done
-  ln -s ${_target}-gcc $pkgdir/usr/bin/${_target}-cc
-  strip ${pkgdir}/usr/bin/*
-  # remove unnecessary files
-  rm -r ${pkgdir}/usr/share
-}

Copied: mingw-w64-gcc/repos/community-x86_64/PKGBUILD (from rev 101209, 
mingw-w64-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-19 19:03:58 UTC (rev 101210)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-gcc
+pkgver=4.8.2
+pkgrel=4
+pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
+arch=('i686' 'x86_64')
+url=http://gcc.gnu.org;
+license=('GPL' 'LGPL' 'FDL' 'custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+depends=('zlib' 'libmpc' 'ppl' 'cloog' 'mingw-w64-crt' 'mingw-w64-binutils' 
'mingw-w64-winpthreads' 'mingw-w64-headers' 'mingw-w64-headers-bootstrap')

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

2013-11-19 Thread Andreas Radke
Date: Tuesday, November 19, 2013 @ 20:10:14
  Author: andyrtr
Revision: 199933

upgpkg: pixman 0.32.4-1

upstream update 0.32.4

Modified:
  pixman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 18:50:37 UTC (rev 199932)
+++ PKGBUILD2013-11-19 19:10:14 UTC (rev 199933)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=pixman
-pkgver=0.32.2
+pkgver=0.32.4
 pkgrel=1
 pkgdesc=The pixel-manipulation library for X and cairo
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('custom')
 depends=('glibc')
 
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('f1490e3fbe3012ea1ca1b45d0a4af23fdaba70e7')
+sha1sums=('e2708db16595412e5aaf21a66b6f18b7223eb6c3')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-19 Thread Andreas Radke
Date: Tuesday, November 19, 2013 @ 20:10:39
  Author: andyrtr
Revision: 199934

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-19 19:10:14 UTC (rev 199933)
+++ extra-i686/PKGBUILD 2013-11-19 19:10:39 UTC (rev 199934)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=pixman
-pkgver=0.32.2
-pkgrel=1
-pkgdesc=The pixel-manipulation library for X and cairo
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org;
-license=('custom')
-depends=('glibc')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('f1490e3fbe3012ea1ca1b45d0a4af23fdaba70e7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: pixman/repos/extra-i686/PKGBUILD (from rev 199933, 
pixman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-19 19:10:39 UTC (rev 199934)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=pixman
+pkgver=0.32.4
+pkgrel=1
+pkgdesc=The pixel-manipulation library for X and cairo
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('glibc')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('e2708db16595412e5aaf21a66b6f18b7223eb6c3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-19 19:10:14 UTC (rev 199933)
+++ extra-x86_64/PKGBUILD   2013-11-19 19:10:39 UTC (rev 199934)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=pixman
-pkgver=0.32.2
-pkgrel=1
-pkgdesc=The pixel-manipulation library for X and cairo
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org;
-license=('custom')
-depends=('glibc')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('f1490e3fbe3012ea1ca1b45d0a4af23fdaba70e7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: pixman/repos/extra-x86_64/PKGBUILD (from rev 199933, 
pixman/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-19 19:10:39 UTC (rev 199934)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=pixman
+pkgver=0.32.4
+pkgrel=1
+pkgdesc=The pixel-manipulation library for X and cairo
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('glibc')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('e2708db16595412e5aaf21a66b6f18b7223eb6c3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} 

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

2013-11-19 Thread Daniel Wallace
Date: Tuesday, November 19, 2013 @ 20:33:20
  Author: dwallace
Revision: 101211

upgpkg: udiskie 0.5.2-2

upgpkg: udiskie 0.5.2-2

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 19:03:58 UTC (rev 101210)
+++ PKGBUILD2013-11-19 19:33:20 UTC (rev 101211)
@@ -3,13 +3,13 @@
 # Contributor: Byron Clark by...@theclarkfamily.name
 pkgname=udiskie
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Removable disk automounter using udisks
 arch=('any')
 url=https://pypi.python.org/pypi/udiskie;
 license=('MIT')
-depends=('udisks' 'python2-dbus' 'python2-gobject2' 'python2-notify')
-makedepends=('asciidoc' 'python2-setuptools')
+depends=('udisks' 'python2-dbus' 'python2-gobject2' 'python2-notify' 
'python2-setuptools')
+makedepends=('asciidoc')
 optdepends=('zenity: for luks decryption')
 options=(!emptydirs)
 replaces=('python2-udiskie')



[arch-commits] Commit in udiskie/repos/community-any (PKGBUILD PKGBUILD)

2013-11-19 Thread Daniel Wallace
Date: Tuesday, November 19, 2013 @ 20:33:48
  Author: dwallace
Revision: 101212

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 101211, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-19 19:33:20 UTC (rev 101211)
+++ PKGBUILD2013-11-19 19:33:48 UTC (rev 101212)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Byron Clark by...@theclarkfamily.name
-pkgname=udiskie
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=Removable disk automounter using udisks
-arch=('any')
-url=https://pypi.python.org/pypi/udiskie;
-license=('MIT')
-depends=('udisks' 'python2-dbus' 'python2-gobject2' 'python2-notify')
-makedepends=('asciidoc' 'python2-setuptools')
-optdepends=('zenity: for luks decryption')
-options=(!emptydirs)
-replaces=('python2-udiskie')
-source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('6d28ca4ffa0ebaada34b4857f0344d79')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  make -C doc
-  install -m 0644 -D doc/${pkgname}.8 
$pkgdir/usr/share/man/man8/${pkgname}.8
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-}
-
-# vim:set ts=2 sw=2 et:

Copied: udiskie/repos/community-any/PKGBUILD (from rev 101211, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-19 19:33:48 UTC (rev 101212)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Byron Clark by...@theclarkfamily.name
+pkgname=udiskie
+pkgver=0.5.2
+pkgrel=2
+pkgdesc=Removable disk automounter using udisks
+arch=('any')
+url=https://pypi.python.org/pypi/udiskie;
+license=('MIT')
+depends=('udisks' 'python2-dbus' 'python2-gobject2' 'python2-notify' 
'python2-setuptools')
+makedepends=('asciidoc')
+optdepends=('zenity: for luks decryption')
+options=(!emptydirs)
+replaces=('python2-udiskie')
+source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('6d28ca4ffa0ebaada34b4857f0344d79')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  make -C doc
+  install -m 0644 -D doc/${pkgname}.8 
$pkgdir/usr/share/man/man8/${pkgname}.8
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in ruby-treetop/repos/community-any (PKGBUILD PKGBUILD)

2013-11-19 Thread Maxime Gauduin
Date: Tuesday, November 19, 2013 @ 20:38:52
  Author: alucryd
Revision: 101214

archrelease: copy trunk to community-any

Added:
  ruby-treetop/repos/community-any/PKGBUILD
(from rev 101213, ruby-treetop/trunk/PKGBUILD)
Deleted:
  ruby-treetop/repos/community-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-19 19:38:43 UTC (rev 101213)
+++ PKGBUILD2013-11-19 19:38:52 UTC (rev 101214)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd@gmail@com
-# Contributor: Emiliano Vavassori syntaxerror...@gmail.com
-# Contributor: Guilherme Nogueira guilhe...@nirev.org
-
-pkgname=ruby-treetop
-pkgver=1.4.15
-pkgrel=2
-pkgdesc=A Ruby-based text parsing and interpretation DSL
-arch=('any')
-url=http://functionalform.blogspot.com/;
-license=('MIT')
-depends=('ruby-polyglot')
-source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
-noextract=(${pkgname#*-}-$pkgver.gem)
-sha256sums=('ffa68f201c0f62c26b0a1d13233d73194400596964696843f87ebb5d812f12ff')
-
-prepare() {
-  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
-}
-
-package() {
-  cd gems/${pkgname#*-}-${pkgver}
-
-  local _rubyver=$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')
-
-  install -dm 755 ${pkgdir}/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
-  mv bin ${pkgdir}/usr/
-  mv lib ${pkgdir}/usr/lib/ruby/vendor_ruby/${_rubyver}
-
-# Gem compatibility
-  mv ../../specifications ${pkgdir}/usr/lib/ruby/gems/${_rubyver}/
-
-# License
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-treetop/repos/community-any/PKGBUILD (from rev 101213, 
ruby-treetop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-19 19:38:52 UTC (rev 101214)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd@gmail@com
+# Contributor: Emiliano Vavassori syntaxerror...@gmail.com
+# Contributor: Guilherme Nogueira guilhe...@nirev.org
+
+pkgname=ruby-treetop
+pkgver=1.4.15
+pkgrel=3
+pkgdesc='A Ruby-based text parsing and interpretation DSL'
+arch=('any')
+url='http://treetop.rubyforge.org/'
+license=('MIT')
+depends=('ruby-polyglot')
+source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=(${pkgname#*-}-$pkgver.gem)
+sha256sums=('ffa68f201c0f62c26b0a1d13233d73194400596964696843f87ebb5d812f12ff')
+
+prepare() {
+  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
+}
+
+package() {
+  cd gems/${pkgname#*-}-${pkgver}
+
+  local _rubyver=$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')
+
+  install -dm 755 ${pkgdir}/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
+  mv bin ${pkgdir}/usr/
+  mv lib ${pkgdir}/usr/lib/ruby/vendor_ruby/${_rubyver}
+
+# Gem compatibility
+  mv ../../specifications ${pkgdir}/usr/lib/ruby/gems/${_rubyver}/
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}LICENSE
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in ruby-mime-types/trunk (PKGBUILD)

2013-11-19 Thread Maxime Gauduin
Date: Tuesday, November 19, 2013 @ 20:40:18
  Author: alucryd
Revision: 101215

upgpkg: ruby-mime-types 2.0-1

Modified:
  ruby-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 19:38:52 UTC (rev 101214)
+++ PKGBUILD2013-11-19 19:40:18 UTC (rev 101215)
@@ -3,8 +3,8 @@
 # Contributor: Alexsandr Pavlov ki...@mail.ru
 
 pkgname=ruby-mime-types
-pkgver=1.25
-pkgrel=2
+pkgver=2.0
+pkgrel=1
 pkgdesc=MIME Content-Type database
 arch=('any')
 url=http://mime-types.rubyforge.org;
@@ -12,7 +12,7 @@
 depends=('ruby')
 source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('ee2dc47f195959f3b0729e889c3dabfce7ba0cf9e04cfba31eddcb02e885a641')
+sha256sums=('d3e53ba4162d4ee93ce75e644c7fca5503fad1c512277b9ca80ad43aa8103ae0')
 
 prepare() {
   gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem



[arch-commits] Commit in ruby-mime-types/repos/community-any (PKGBUILD PKGBUILD)

2013-11-19 Thread Maxime Gauduin
Date: Tuesday, November 19, 2013 @ 20:40:25
  Author: alucryd
Revision: 101216

archrelease: copy trunk to community-any

Added:
  ruby-mime-types/repos/community-any/PKGBUILD
(from rev 101215, ruby-mime-types/trunk/PKGBUILD)
Deleted:
  ruby-mime-types/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-19 19:40:18 UTC (rev 101215)
+++ PKGBUILD2013-11-19 19:40:25 UTC (rev 101216)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Alexsandr Pavlov ki...@mail.ru
-
-pkgname=ruby-mime-types
-pkgver=1.25
-pkgrel=2
-pkgdesc=MIME Content-Type database
-arch=('any')
-url=http://mime-types.rubyforge.org;
-license=('GPL2' 'MIT' 'PerlArtistic')
-depends=('ruby')
-source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
-noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('ee2dc47f195959f3b0729e889c3dabfce7ba0cf9e04cfba31eddcb02e885a641')
-
-prepare() {
-  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
-}
-
-package() {
-  cd gems/${pkgname#*-}-${pkgver}
-
-  local _rubyver=$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')
-
-  install -dm 755 ${pkgdir}/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
-  mv lib ${pkgdir}/usr/lib/ruby/vendor_ruby/${_rubyver}
-
-# Gem compatibility
-  mv ../../specifications ${pkgdir}/usr/lib/ruby/gems/${_rubyver}/
-
-# License
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}Licence.rdoc
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-mime-types/repos/community-any/PKGBUILD (from rev 101215, 
ruby-mime-types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-19 19:40:25 UTC (rev 101216)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Alexsandr Pavlov ki...@mail.ru
+
+pkgname=ruby-mime-types
+pkgver=2.0
+pkgrel=1
+pkgdesc=MIME Content-Type database
+arch=('any')
+url=http://mime-types.rubyforge.org;
+license=('GPL2' 'MIT' 'PerlArtistic')
+depends=('ruby')
+source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=(${pkgname#*-}-${pkgver}.gem)
+sha256sums=('d3e53ba4162d4ee93ce75e644c7fca5503fad1c512277b9ca80ad43aa8103ae0')
+
+prepare() {
+  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
+}
+
+package() {
+  cd gems/${pkgname#*-}-${pkgver}
+
+  local _rubyver=$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')
+
+  install -dm 755 ${pkgdir}/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
+  mv lib ${pkgdir}/usr/lib/ruby/vendor_ruby/${_rubyver}
+
+# Gem compatibility
+  mv ../../specifications ${pkgdir}/usr/lib/ruby/gems/${_rubyver}/
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}Licence.rdoc
+}
+
+# vim: ts=2 sw=2 et:



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

2013-11-19 Thread Maxime Gauduin
Date: Tuesday, November 19, 2013 @ 20:38:43
  Author: alucryd
Revision: 101213

FS#37822: ruby-treetop 1.4.15-3

Modified:
  ruby-treetop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 19:33:48 UTC (rev 101212)
+++ PKGBUILD2013-11-19 19:38:43 UTC (rev 101213)
@@ -5,10 +5,10 @@
 
 pkgname=ruby-treetop
 pkgver=1.4.15
-pkgrel=2
-pkgdesc=A Ruby-based text parsing and interpretation DSL
+pkgrel=3
+pkgdesc='A Ruby-based text parsing and interpretation DSL'
 arch=('any')
-url=http://functionalform.blogspot.com/;
+url='http://treetop.rubyforge.org/'
 license=('MIT')
 depends=('ruby-polyglot')
 source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)



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

2013-11-19 Thread Maxime Gauduin
Date: Tuesday, November 19, 2013 @ 22:08:32
  Author: alucryd
Revision: 101217

upgpkg: plank 0.5.0-1

Modified:
  plank/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 19:40:25 UTC (rev 101216)
+++ PKGBUILD2013-11-19 21:08:32 UTC (rev 101217)
@@ -4,8 +4,8 @@
 # Contributor: dcelasun dcelasun at gmaild dot com
 
 pkgname=plank
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
 pkgdesc=Elegant, simple, clean dock
 arch=('i686' 'x86_64')
 url=https://launchpad.net/plank;
@@ -14,7 +14,7 @@
 makedepends=('gnome-common' 'intltool' 'vala')
 install=${pkgname}.install
 
source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('b8417bce7d88ac1f339e948c964822049a9261f9d9dedc0d0e636c73442856fe')
+sha256sums=('bf0e14dbdc9d30d57e55cc88644ef6e6c296be924bbfc1b345cba1e0c9be1804')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2013-11-19 Thread Maxime Gauduin
Date: Tuesday, November 19, 2013 @ 22:08:43
  Author: alucryd
Revision: 101218

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

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

+
 /PKGBUILD  |   78 +++
 /plank.install |   30 +++
 community-i686/PKGBUILD|   39 ---
 community-i686/plank.install   |   15 ---
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/plank.install |   15 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-19 21:08:32 UTC (rev 101217)
+++ community-i686/PKGBUILD 2013-11-19 21:08:43 UTC (rev 101218)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.4.0
-pkgrel=2
-pkgdesc=Elegant, simple, clean dock
-arch=('i686' 'x86_64')
-url=https://launchpad.net/plank;
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee06' 'python2')
-makedepends=('gnome-common' 'intltool' 'vala')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('b8417bce7d88ac1f339e948c964822049a9261f9d9dedc0d0e636c73442856fe')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--disable-gee-0.8
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/share/apport}
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 101217, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-19 21:08:43 UTC (rev 101218)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.5.0
+pkgrel=1
+pkgdesc=Elegant, simple, clean dock
+arch=('i686' 'x86_64')
+url=https://launchpad.net/plank;
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee06' 'python2')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('bf0e14dbdc9d30d57e55cc88644ef6e6c296be924bbfc1b345cba1e0c9be1804')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--disable-gee-0.8
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/share/apport}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2013-11-19 21:08:32 UTC (rev 101217)
+++ community-i686/plank.install2013-11-19 21:08:43 UTC (rev 101218)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 101217, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2013-11-19 21:08:43 UTC (rev 101218)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-19 21:08:32 UTC (rev 101217)
+++ community-x86_64/PKGBUILD   2013-11-19 21:08:43 UTC (rev 101218)
@@ 

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

2013-11-19 Thread Evangelos Foutras
Date: Tuesday, November 19, 2013 @ 22:18:32
  Author: foutrelis
Revision: 199935

upgpkg: thunderbird 24.1.1-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 19:10:39 UTC (rev 199934)
+++ PKGBUILD2013-11-19 21:18:32 UTC (rev 199935)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 
 pkgname=thunderbird
-pkgver=24.1.0
+pkgver=24.1.1
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 thunderbird-install-dir.patch
 vendor.js)
 options=(!emptydirs)
-sha256sums=('275a482f6ffd24cbea347c593d0e9f4d82ae5b2c6fe7345340b0efc1cf4d'
+sha256sums=('22fb5f1e36ec4c4b42163879729b78463322412bf2f380af917b0024f355eee9'
 'SKIP'
 'd8844a988b660d40732d4694104d38dd5e8924a987d79247f9651e52fe9e4516'
 'd506b771e765e09e2e039b975e25befade8eec97e8950813a32463604955ab4e'



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

2013-11-19 Thread Evangelos Foutras
Date: Tuesday, November 19, 2013 @ 22:19:01
  Author: foutrelis
Revision: 199936

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

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

+
 /PKGBUILD  |  142 +++
 /mozconfig |   82 +++
 /thunderbird-install-dir.patch |   94 +
 /thunderbird.desktop   |   26 
 /thunderbird.install   |   24 
 /vendor.js |   18 +++
 extra-i686/PKGBUILD|   71 -
 extra-i686/mozconfig   |   41 ---
 extra-i686/thunderbird-install-dir.patch   |   47 
 extra-i686/thunderbird.desktop |   13 --
 extra-i686/thunderbird.install |   12 --
 extra-i686/vendor.js   |9 -
 extra-x86_64/PKGBUILD  |   71 -
 extra-x86_64/mozconfig |   41 ---
 extra-x86_64/thunderbird-install-dir.patch |   47 
 extra-x86_64/thunderbird.desktop   |   13 --
 extra-x86_64/thunderbird.install   |   12 --
 extra-x86_64/vendor.js |9 -
 18 files changed, 386 insertions(+), 386 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-19 21:18:32 UTC (rev 199935)
+++ extra-i686/PKGBUILD 2013-11-19 21:19:01 UTC (rev 199936)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Anders Bostrom anders.bost...@home.se
-
-pkgname=thunderbird
-pkgver=24.1.0
-pkgrel=1
-pkgdesc=Standalone Mail/News reader
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url=http://www.mozilla.org/thunderbird/;
-depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 
'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-optdepends=('libcanberra: for sound support')
-install=thunderbird.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2{,.asc}
-mozconfig
-thunderbird.desktop
-thunderbird-install-dir.patch
-vendor.js)
-options=(!emptydirs)
-sha256sums=('275a482f6ffd24cbea347c593d0e9f4d82ae5b2c6fe7345340b0efc1cf4d'
-'SKIP'
-'d8844a988b660d40732d4694104d38dd5e8924a987d79247f9651e52fe9e4516'
-'d506b771e765e09e2e039b975e25befade8eec97e8950813a32463604955ab4e'
-'929a7ceca0e90d0635a2099b7df24033e865fb5b5b8c5824468c4561c21c377d'
-'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed')
-
-prepare() {
-  cd comm-esr24
-  patch -Np1 -i $srcdir/thunderbird-install-dir.patch
-
-  cp $srcdir/mozconfig .mozconfig
-
-  # 

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

2013-11-19 Thread Andreas Radke
Date: Tuesday, November 19, 2013 @ 22:22:17
  Author: andyrtr
Revision: 199937

upgpkg: getmail 4.43.0-2

add support to store passwords in gnome-keyring; FS#37834

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 21:19:01 UTC (rev 199936)
+++ PKGBUILD2013-11-19 21:22:17 UTC (rev 199937)
@@ -4,12 +4,13 @@
 
 pkgname=getmail
 pkgver=4.43.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
 url=http://pyropus.ca/software/getmail;
 license=(GPL)
 depends=('python2')
+optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
 md5sums=('921ba1fab03b6076ae1c9a424f00a9b8')
 



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

2013-11-19 Thread Andreas Radke
Date: Tuesday, November 19, 2013 @ 22:22:33
  Author: andyrtr
Revision: 199938

archrelease: copy trunk to extra-any

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

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

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

Copied: getmail/repos/extra-any/PKGBUILD (from rev 199937, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-19 21:22:33 UTC (rev 199938)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Committer: Manolis Tzanidakis mano...@archlinux.org
+
+pkgname=getmail
+pkgver=4.43.0
+pkgrel=2
+pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
+arch=(any)
+url=http://pyropus.ca/software/getmail;
+license=(GPL)
+depends=('python2')
+optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('921ba1fab03b6076ae1c9a424f00a9b8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  # fix some broken shebang calls
+  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
+  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
+}



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

2013-11-19 Thread Evangelos Foutras
Date: Tuesday, November 19, 2013 @ 22:22:58
  Author: foutrelis
Revision: 199939

upgpkg: thunderbird-i18n 24.1.1-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 21:22:33 UTC (rev 199938)
+++ PKGBUILD2013-11-19 21:22:58 UTC (rev 199939)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgbase=thunderbird-i18n
-pkgver=24.1.0
+pkgver=24.1.1
 pkgrel=1
 pkgdesc=Language pack for Thunderbird
 arch=('any')
@@ -94,58 +94,58 @@
 
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
 }
 
-md5sums=('3d35d75b9461668cc77abcca784a0a69'
- '06d347cb14efc6276bd1a817e0697b36'
- '09bc2901a5988aaf1fce17bab499511e'
- '6b0e72e20636f6a91b7e5916dd429c25'
- '8c2f3727c7ec454862eedb5f0df44bd4'
- '8b87a82b06ce067d26da7be071ff04e7'
- '2c60788e4cc0859424bc2c323fe6b54f'
- 'ad6df976fb37549793e8b85f0c66e811'
- '35544dc71ab33bc31d60d8cf7dba9f8c'
- '11ec3aae2c13c5133b0e94faa70dad40'
- 'f9c1be9a41a0811ebdd8479b582b3e19'
- '46e6dfdc70f82a09f15264073362ca4e'
- 'd98ef254be076e9b99d47395434bb78d'
- '2736144dd497a9ee8605bb4063b40696'
- '757439d3aa58eb6d9a36f2dd6e70c5d9'
- '637d72b45ceff7399bc15fe3f16200d3'
- 'dfe628f2f8f091270c0f2bf9be2a6e15'
- 'a66826dc5f573ba120a3fa9643336645'
- '99bdbfedafd69e7563604612b60ebb04'
- '0a69ec779f1fbb0285622f66a02b74e5'
- 'b3dc04fdb15fcdbac1dea3df60dd55ba'
- '46419c8508094b57bcaf303d52e25f4d'
- '02d57fab986da0ec79f1ecbb412cd481'
- 'c322b4e32edee3cb0e582dd1ffedfb28'
- 'e52ac5e4a4929da81e3f29a4238e355f'
- '0d7d31a4c88f7fa0d1f2b394c8ad32ac'
- '0f73f8e9dd814bca6bb1caf818d8379c'
- '8e053970efda0f247d15f41ca364e18c'
- 'd01c2a89215ebb2796cc3243922eda46'
- '133149b26b7bb0364d1b7225849ce412'
- 'c34df305168248faa5be954af9430185'
- '798b76d26b98dc5fd0f4ec7029feba2d'
- 'f80bc0bc640d06aa3d01cb3206a40998'
- '8bf2f6e5f1a9db1bbf5e53383f701e1d'
- '3f43f5e6bcd897c0ef38579fa9af16ea'
- '6a37829c4b6764c2dc6fb60d5e86e24d'
- '81b8a7667148e32d1315b50de3f8e702'
- 'df31297327a9bf92391e420b8834d1db'
- 'a9dd89e13c8ca43dee05e001133044c8'
- 'e6ad5e0f51eb25153198d4a6046cc79e'
- 'e217020c17826918711a31800a34607f'
- '4c52581a327d1c27936930c9bced6e54'
- '6ba084dc7b31808d17855c51a793090e'
- '4d5186963b9578404b9d20c3a178bc6c'
- 'be2b910825341c2098cb72bd20537be4'
- 'a01bef0f8c5783c3d716b6fb6a43e511'
- 'a7f9293aa8b137e99393d024fedf522f'
- '024557d855df996b6772e2034ae1d96c'
- '99c1ac1fec26882c44756adc349e7edb'
- '5ccad769ed58f5d6d18a520aad7188f7'
- 'a54545af46a867591a0670631d80e28f'
- '33e810cd53078574009fbbf5359a2c2e'
- '7496c5c3b3534fadd47bc08e954c9391'
- 'be1e49e4d95be8badbe0acdacf246a8f'
- 'ba5e6c32da52e1d7c2c9b7e6922f52b2')
+md5sums=('71b52e9b2ea4b2813579151107b26d7c'
+ '0001f92a0a732b2d8d4abe5b73739871'
+ '0ca3fd860debb0f4bea75c295cd794bf'
+ '3fa1b7e34efb29fcf12ff84c9b7cfb99'
+ '0d412e040d7db1bff6ba7a5901c194a3'
+ '196390a5683708ea9d1dff08d5da4969'
+ '1b580efd13589da4a7c700ce675b4de8'
+ '3f0b570ace30f4b8439328f63424914a'
+ '5d7890dce639c703319185dcca099c19'
+ '02352099e2bb79b9ed57b8b735d1b662'
+ '1b463b18db5640f9fb1fbb82f9862d51'
+ 'f8053c0d509c95643be7c993f79469e8'
+ 'c7286e9fb549480c7565947162473eb3'
+ 'a180d36ebe0e04a452c452d8ca249936'
+ 'faa9054e681927eec112b989b9b9f916'
+ 'd5b4bbe5cd18b72b7d8c649b68a095bb'
+ '5fd037b2d60ff663eccbf0788a52cce7'
+ '824805de27a69e5323c6e547974c6c02'
+ '6a3e55d20d4945ead133054127b1ba17'
+ '81db405732d6b5e6fd057505be5b03c1'
+ '25338963e6cbf51ea9c18bc7bd786a44'
+ 'bfc2a548805ba54bb81d8deaa5fcf406'
+ 'da5d4edacaf56bbb015987b334c49a46'
+ '264aa5440cd50dd1d09b1f6c682dde95'
+ '1a671a227b2713f0d7ede3b8c547e003'
+ '4dfce580e8d6f889ef868cf1a85ddd89'
+ 'cded11a2ee85f1bfa704a8bcfd7063ac'
+ 'ca08979c98adc6b1c1086c1bf037d64a'
+ '6d433d1b6395957c9c16eb9efe79c461'
+ '412186cd09492af191ef5b8e5523997b'
+ '9f5f15ba89ed4a7dd82b973616a84fb1'
+ 'ff817ed985260ba5b2284d70ede97cfc'
+ 'c6474a9d0a49b177b8d1daca5e3faf54'
+ '81f1379b774a9762918b5bb6fd613a94'
+ 'dfb5c1393033518e12ae9ff91afeed97'
+ '24383d610a424cc71c44b9fa923b9743'
+ 'c5918f13d25dd124ed8050b7177a6adf'
+ 

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

2013-11-19 Thread Evangelos Foutras
Date: Tuesday, November 19, 2013 @ 22:23:09
  Author: foutrelis
Revision: 199940

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 199939, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  302 ++---
 1 file changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-19 21:22:58 UTC (rev 199939)
+++ PKGBUILD2013-11-19 21:23:09 UTC (rev 199940)
@@ -1,151 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgbase=thunderbird-i18n
-pkgver=24.1.0
-pkgrel=1
-pkgdesc=Language pack for Thunderbird
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(thunderbird=$pkgver)
-
-_languages=(
-  'ar Arabic'
-  'astAsturian'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'br Breton'
-  'ca Catalan'
-  'cs Czech'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en-GB  English (United Kingdom)'
-  'en-US  English (United States)'
-  'es-AR  Spanish (Argentina)'
-  'es-ES  Spanish (Spain)'
-  'et Estonian'
-  'eu Basque'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian (Netherlands)'
-  'ga-IE  Irish'
-  'gd Gaelic'
-  'gl Galician'
-  'he Hebrew'
-  'hr Croatian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'ko Korean'
-  'lt Lithuanian'
-  'nb-NO  Norwegian (Bokmal)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'pa-IN  Punjabi'
-  'pl Polish'
-  'pt-BR  Brazilian Portuguese'
-  'pt-PT  Portuguese'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhalese'
-  'sk Slovak'
-  'sl Slovenian'
-  'sq Albanian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta-LK  Tamil (Sri Lanka)'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'zh-CN  Chinese (simplified)'
-  'zh-TW  Chinese (traditional)'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc=$2 language pack for Thunderbird
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
-}
-
-md5sums=('3d35d75b9461668cc77abcca784a0a69'
- '06d347cb14efc6276bd1a817e0697b36'
- '09bc2901a5988aaf1fce17bab499511e'
- '6b0e72e20636f6a91b7e5916dd429c25'
- '8c2f3727c7ec454862eedb5f0df44bd4'
- '8b87a82b06ce067d26da7be071ff04e7'
- '2c60788e4cc0859424bc2c323fe6b54f'
- 'ad6df976fb37549793e8b85f0c66e811'
- '35544dc71ab33bc31d60d8cf7dba9f8c'
- '11ec3aae2c13c5133b0e94faa70dad40'
- 'f9c1be9a41a0811ebdd8479b582b3e19'
- '46e6dfdc70f82a09f15264073362ca4e'
- 'd98ef254be076e9b99d47395434bb78d'
- '2736144dd497a9ee8605bb4063b40696'
- '757439d3aa58eb6d9a36f2dd6e70c5d9'
- '637d72b45ceff7399bc15fe3f16200d3'
- 'dfe628f2f8f091270c0f2bf9be2a6e15'
- 'a66826dc5f573ba120a3fa9643336645'
- '99bdbfedafd69e7563604612b60ebb04'
- '0a69ec779f1fbb0285622f66a02b74e5'
- 'b3dc04fdb15fcdbac1dea3df60dd55ba'
- '46419c8508094b57bcaf303d52e25f4d'
- '02d57fab986da0ec79f1ecbb412cd481'
- 'c322b4e32edee3cb0e582dd1ffedfb28'
- 'e52ac5e4a4929da81e3f29a4238e355f'
- '0d7d31a4c88f7fa0d1f2b394c8ad32ac'
- '0f73f8e9dd814bca6bb1caf818d8379c'
- '8e053970efda0f247d15f41ca364e18c'
- 'd01c2a89215ebb2796cc3243922eda46'
- '133149b26b7bb0364d1b7225849ce412'
- 'c34df305168248faa5be954af9430185'
- '798b76d26b98dc5fd0f4ec7029feba2d'
- 'f80bc0bc640d06aa3d01cb3206a40998'
- '8bf2f6e5f1a9db1bbf5e53383f701e1d'
- '3f43f5e6bcd897c0ef38579fa9af16ea'
- '6a37829c4b6764c2dc6fb60d5e86e24d'
- '81b8a7667148e32d1315b50de3f8e702'
- 'df31297327a9bf92391e420b8834d1db'
- 'a9dd89e13c8ca43dee05e001133044c8'
- 'e6ad5e0f51eb25153198d4a6046cc79e'
- 'e217020c17826918711a31800a34607f'
- '4c52581a327d1c27936930c9bced6e54'
- '6ba084dc7b31808d17855c51a793090e'
- '4d5186963b9578404b9d20c3a178bc6c'
- 'be2b910825341c2098cb72bd20537be4'
- 'a01bef0f8c5783c3d716b6fb6a43e511'
- 

[arch-commits] Commit in perl-module-implementation/repos/community-any (2 files)

2013-11-19 Thread Sergej Pupykin
Date: Tuesday, November 19, 2013 @ 22:29:37
  Author: spupykin
Revision: 101220

archrelease: copy trunk to community-any

Added:
  perl-module-implementation/repos/community-any/PKGBUILD
(from rev 101219, perl-module-implementation/trunk/PKGBUILD)
Deleted:
  perl-module-implementation/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-19 21:29:28 UTC (rev 101219)
+++ PKGBUILD2013-11-19 21:29:37 UTC (rev 101220)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: 3ED krzysztof1987 at gmail dot com
-
-pkgname=perl-module-implementation
-pkgver=0.07
-pkgrel=1
-pkgdesc=Loads one of several alternate underlying implementations for a 
module
-arch=('any')
-license=('PerlArtistic')
-options=('!emptydirs')
-depends=('perl-module-runtime=0.012')
-checkdepends=('perl-test-requires' 'perl-test-fatal')
-url=http://search.cpan.org/dist/Module-Implementation/;
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Module-Implementation-$pkgver.tar.gz)
-md5sums=('55483fce4266747e823a1004499bd70c')
-
-build() {
-  cd ${srcdir}/Module-Implementation-${pkgver}
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
-PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
-MODULEBUILDRC=/dev/null
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd ${srcdir}/Module-Implementation-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/Module-Implementation-${pkgver}
-  make install
-  find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-module-implementation/repos/community-any/PKGBUILD (from rev 
101219, perl-module-implementation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-19 21:29:37 UTC (rev 101220)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: 3ED krzysztof1987 at gmail dot com
+
+pkgname=perl-module-implementation
+pkgver=0.07
+pkgrel=2
+pkgdesc=Loads one of several alternate underlying implementations for a 
module
+arch=('any')
+license=('PerlArtistic')
+options=('!emptydirs')
+depends=('perl-module-runtime=0.012' 'perl-try-tiny')
+checkdepends=('perl-test-requires' 'perl-test-fatal')
+url=http://search.cpan.org/dist/Module-Implementation/;
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Module-Implementation-$pkgver.tar.gz)
+md5sums=('55483fce4266747e823a1004499bd70c')
+
+build() {
+  cd ${srcdir}/Module-Implementation-${pkgver}
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
+PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+MODULEBUILDRC=/dev/null
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd ${srcdir}/Module-Implementation-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/Module-Implementation-${pkgver}
+  make install
+  find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
+}



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

2013-11-19 Thread Sergej Pupykin
Date: Tuesday, November 19, 2013 @ 22:29:28
  Author: spupykin
Revision: 101219

upgpkg: perl-module-implementation 0.07-2

upd

Modified:
  perl-module-implementation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 21:08:43 UTC (rev 101218)
+++ PKGBUILD2013-11-19 21:29:28 UTC (rev 101219)
@@ -4,12 +4,12 @@
 
 pkgname=perl-module-implementation
 pkgver=0.07
-pkgrel=1
+pkgrel=2
 pkgdesc=Loads one of several alternate underlying implementations for a 
module
 arch=('any')
 license=('PerlArtistic')
 options=('!emptydirs')
-depends=('perl-module-runtime=0.012')
+depends=('perl-module-runtime=0.012' 'perl-try-tiny')
 checkdepends=('perl-test-requires' 'perl-test-fatal')
 url=http://search.cpan.org/dist/Module-Implementation/;
 
source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Module-Implementation-$pkgver.tar.gz)



[arch-commits] Commit in bluez/trunk (2 files)

2013-11-19 Thread Andreas Radke
Date: Tuesday, November 19, 2013 @ 23:14:52
  Author: andyrtr
Revision: 199941

prepare next release

Added:
  bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch
Modified:
  bluez/trunk/PKGBUILD

-+
 0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch |   59 
++
 PKGBUILD|   15 ++
 2 files changed, 71 insertions(+), 3 deletions(-)

Added: 0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch
===
--- 0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch 
(rev 0)
+++ 0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch 
2013-11-19 22:14:52 UTC (rev 199941)
@@ -0,0 +1,59 @@
+From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna gcampagna-cnudlrotfmnnlxjtenl...@public.gmane.org
+Date: Sat, 12 Oct 2013 17:45:25 +0200
+Subject: [PATCH] Allow using obexd without systemd in the user session
+
+Not all sessions run systemd --user (actually, the majority
+doesn't), so the dbus daemon must be able to spawn obexd
+directly, and to do so it needs the full path of the daemon.
+---
+ Makefile.obexd  | 4 ++--
+ obexd/src/org.bluez.obex.service| 4 
+ obexd/src/org.bluez.obex.service.in | 4 
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+ delete mode 100644 obexd/src/org.bluez.obex.service
+ create mode 100644 obexd/src/org.bluez.obex.service.in
+
+diff --git a/Makefile.obexd b/Makefile.obexd
+index 3760867..142e7c3 100644
+--- a/Makefile.obexd
 b/Makefile.obexd
+@@ -2,12 +2,12 @@
+ if SYSTEMD
+ systemduserunitdir = @SYSTEMD_USERUNITDIR@
+ systemduserunit_DATA = obexd/src/obex.service
++endif
+ 
+ dbussessionbusdir = @DBUS_SESSIONBUSDIR@
+ dbussessionbus_DATA = obexd/src/org.bluez.obex.service
+-endif
+ 
+-EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
++EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
+ 
+ obex_plugindir = $(libdir)/obex/plugins
+ 
+diff --git a/obexd/src/org.bluez.obex.service 
b/obexd/src/org.bluez.obex.service
+deleted file mode 100644
+index a538088..000
+--- a/obexd/src/org.bluez.obex.service
 /dev/null
+@@ -1,4 +0,0 @@
+-[D-BUS Service]
+-Name=org.bluez.obex
+-Exec=/bin/false
+-SystemdService=dbus-org.bluez.obex.service
+diff --git a/obexd/src/org.bluez.obex.service.in 
b/obexd/src/org.bluez.obex.service.in
+new file mode 100644
+index 000..9c815f2
+--- /dev/null
 b/obexd/src/org.bluez.obex.service.in
+@@ -0,0 +1,4 @@
++[D-BUS Service]
++Name=org.bluez.obex
++Exec=@libexecdir@/obexd
++SystemdService=dbus-org.bluez.obex.service
+-- 
+1.8.3.1
+
+

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 21:23:09 UTC (rev 199940)
+++ PKGBUILD2013-11-19 22:14:52 UTC (rev 199941)
@@ -10,15 +10,24 @@
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
-makedepends=('dbus' 'libical' 'systemd')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
+makedepends=('dbus' 'libical' 'systemd' 'readline')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2
+0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch
 bluetooth.modprobe)
 md5sums=('c3675ed157a433b6de7391854b907b8c'
+ 'ec97f23123456900446e8ab17361d6c2'
  '671c15e99d7154c2df987b71c5851b3d')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # patch not upstreamable for obex file transfer - FS#37773 taken from FC
+  # http://www.hadess.net/2013/11/bluetooth-file-sharing-obexpush-in.html
+  patch -Np1 -i 
${srcdir}/0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch
+  autoreconf -vfi
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-
   ./configure \
   --prefix=/usr \
   --mandir=/usr/share/man \



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

2013-11-19 Thread Eric Bélanger
Date: Wednesday, November 20, 2013 @ 02:36:06
  Author: eric
Revision: 101221

upgpkg: youtube-dl 2013.11.19-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 21:29:37 UTC (rev 101220)
+++ PKGBUILD2013-11-20 01:36:06 UTC (rev 101221)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2013.11.18.1
+pkgver=2013.11.19
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('24dd19fa981018884580a31436f331711dd94d90'
+sha1sums=('a3b303e3b5e8f8eb273621de9f8c06af7a367c84'
   'SKIP')
 
 prepare() {



[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)

2013-11-19 Thread Eric Bélanger
Date: Wednesday, November 20, 2013 @ 02:36:32
  Author: eric
Revision: 101222

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 101221, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-20 01:36:06 UTC (rev 101221)
+++ PKGBUILD2013-11-20 01:36:32 UTC (rev 101222)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2013.11.18.1
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('24dd19fa981018884580a31436f331711dd94d90'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 101221, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-20 01:36:32 UTC (rev 101222)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2013.11.19
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('a3b303e3b5e8f8eb273621de9f8c06af7a367c84'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in rdesktop/trunk (6 files)

2013-11-19 Thread Eric Bélanger
Date: Wednesday, November 20, 2013 @ 03:52:31
  Author: eric
Revision: 199943

upgpkg: rdesktop 1.8.1-1

Upstream update, Remove old patches

Modified:
  rdesktop/trunk/PKGBUILD
Deleted:
  rdesktop/trunk/rdesktop-libao.patch
  rdesktop/trunk/rdesktop-r1729.patch
  rdesktop/trunk/rdesktop-r1731.patch
  rdesktop/trunk/rdesktop-r1732.patch
  rdesktop/trunk/rdesktop-tcp.patch

--+
 PKGBUILD |   28 +++---
 rdesktop-libao.patch |   12 
 rdesktop-r1729.patch |   33 --
 rdesktop-r1731.patch |   13 
 rdesktop-r1732.patch |   73 -
 rdesktop-tcp.patch   |   11 ---
 6 files changed, 5 insertions(+), 165 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-20 02:11:51 UTC (rev 199942)
+++ PKGBUILD2013-11-20 02:52:31 UTC (rev 199943)
@@ -4,8 +4,8 @@
 # Contributor: Dan McGee d...@archlinux.org
 
 pkgname=rdesktop
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc=An open source client for Windows Remote Desktop Services
 arch=('i686' 'x86_64')
 url=http://www.rdesktop.org/;
@@ -12,32 +12,14 @@
 license=('GPL3')
 depends=('libao' 'libsamplerate' 'xorg-xrandr' 'pcsclite')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'rdesktop-send_physical_buttons.diff' 'rdesktop-libao.patch' 
'rdesktop-tcp.patch'
-   rdesktop-r1729.patch rdesktop-r1731.patch rdesktop-r1732.patch)
-sha1sums=('2d39a41d29ad1ad2509d1e343a2817a3c7d666de'
-  '809a9dc11ad4f704f79fc4bc2a70b76a4f42596d'
-  '68a48061e5ed76150c1444891a192f7884fd056e'
-  'a14793c72194bed74725bcf75fdb8b93c7577399'
-  '972d6ec59cf140383880464e3ef43e03969f3bfe'
-  '9a417aba27ded0ab595cbb07fccd452bdc0af20c'
-  '1bc92e04058a2f5c02f42a5c97da7ee672a71698')
+rdesktop-send_physical_buttons.diff)
+sha1sums=('57bb41f98ddf9eeef875c613d790fee37971d0f8'
+  '809a9dc11ad4f704f79fc4bc2a70b76a4f42596d')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-
   # FS#15113
   patch -i ${srcdir}/rdesktop-send_physical_buttons.diff
-
-  # Fix libao segfault, from Fedora
-  patch -i ${srcdir}/rdesktop-libao.patch
-
-  # FS#36488
-  patch -i ${srcdir}/rdesktop-tcp.patch
-  patch -i ${srcdir}/rdesktop-r1731.patch
-  patch -i ${srcdir}/rdesktop-r1732.patch
-
-  # FS#36505
-  patch -i ${srcdir}/rdesktop-r1729.patch
 }
 
 build() {

Deleted: rdesktop-libao.patch
===
--- rdesktop-libao.patch2013-11-20 02:11:51 UTC (rev 199942)
+++ rdesktop-libao.patch2013-11-20 02:52:31 UTC (rev 199943)
@@ -1,12 +0,0 @@
-Index: rdpsnd_libao.c
-===
 rdpsnd_libao.c (revision 1729)
-+++ rdpsnd_libao.c (revision 1730)
-@@ -111,6 +111,7 @@
- {
-   ao_sample_format format;
- 
-+  memset(format, 0, sizeof(format));
-   format.bits = pwfx-wBitsPerSample;
-   format.channels = pwfx-nChannels;
-   format.rate = 44100;

Deleted: rdesktop-r1729.patch
===
--- rdesktop-r1729.patch2013-11-20 02:11:51 UTC (rev 199942)
+++ rdesktop-r1729.patch2013-11-20 02:52:31 UTC (rev 199943)
@@ -1,33 +0,0 @@
-Index: scard.c
-===
 scard.c(revision 1728)
-+++ scard.c(revision 1729)
-@@ -2,8 +2,8 @@
-rdesktop: A Remote Desktop Protocol client.
-Smart Card support
-Copyright (C) Alexi Volkov al...@myrealbox.com 2006
--   Copyright 2010 Pierre Ossman oss...@cendio.se for Cendio AB
--   Copyright 2011 Henrik Andersson hea...@cendio.se for Cendio AB
-+   Copyright 2010-2013 Pierre Ossman oss...@cendio.se for Cendio AB
-+   Copyright 2011-2013 Henrik Andersson hea...@cendio.se for Cendio AB
- 
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-@@ -1109,6 +1109,7 @@
-   MYPCSC_SCARDCONTEXT myHContext;
-   SERVER_DWORD dwTimeout;
-   SERVER_DWORD dwCount;
-+  SERVER_DWORD dwPointerId;
-   SERVER_LPSCARD_READERSTATE_A rsArray, cur;
-   MYPCSC_LPSCARD_READERSTATE_A myRsArray;
-   long i;
-@@ -1133,7 +1134,8 @@
-   memset(rsArray, 0, dwCount * 
sizeof(SERVER_SCARD_READERSTATE_A));
-   for (i = 0, cur = rsArray; i  dwCount; i++, cur++)
-   {
--  in_uint32_le(in, cur-szReader);
-+  in_uint32_le(in, dwPointerId);
-+  cur-szReader = (char *)(intptr_t)dwPointerId;
-   in_uint32_le(in, cur-dwCurrentState);
-   in_uint32_le(in, cur-dwEventState);
-   in_uint32_le(in, cur-cbAtr);

Deleted: rdesktop-r1731.patch

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

2013-11-19 Thread Eric Bélanger
Date: Wednesday, November 20, 2013 @ 03:52:58
  Author: eric
Revision: 199944

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

Added:
  rdesktop/repos/extra-i686/PKGBUILD
(from rev 199943, rdesktop/trunk/PKGBUILD)
  rdesktop/repos/extra-i686/rdesktop-send_physical_buttons.diff
(from rev 199943, rdesktop/trunk/rdesktop-send_physical_buttons.diff)
  rdesktop/repos/extra-x86_64/PKGBUILD
(from rev 199943, rdesktop/trunk/PKGBUILD)
  rdesktop/repos/extra-x86_64/rdesktop-send_physical_buttons.diff
(from rev 199943, rdesktop/trunk/rdesktop-send_physical_buttons.diff)
Deleted:
  rdesktop/repos/extra-i686/PKGBUILD
  rdesktop/repos/extra-i686/rdesktop-libao.patch
  rdesktop/repos/extra-i686/rdesktop-r1729.patch
  rdesktop/repos/extra-i686/rdesktop-r1731.patch
  rdesktop/repos/extra-i686/rdesktop-r1732.patch
  rdesktop/repos/extra-i686/rdesktop-send_physical_buttons.diff
  rdesktop/repos/extra-i686/rdesktop-tcp.patch
  rdesktop/repos/extra-x86_64/PKGBUILD
  rdesktop/repos/extra-x86_64/rdesktop-libao.patch
  rdesktop/repos/extra-x86_64/rdesktop-r1729.patch
  rdesktop/repos/extra-x86_64/rdesktop-r1731.patch
  rdesktop/repos/extra-x86_64/rdesktop-r1732.patch
  rdesktop/repos/extra-x86_64/rdesktop-send_physical_buttons.diff
  rdesktop/repos/extra-x86_64/rdesktop-tcp.patch

--+
 /PKGBUILD|   72 ++
 /rdesktop-send_physical_buttons.diff |  140 +
 extra-i686/PKGBUILD  |   54 
 extra-i686/rdesktop-libao.patch  |   12 -
 extra-i686/rdesktop-r1729.patch  |   33 
 extra-i686/rdesktop-r1731.patch  |   13 -
 extra-i686/rdesktop-r1732.patch  |   73 --
 extra-i686/rdesktop-send_physical_buttons.diff   |   70 --
 extra-i686/rdesktop-tcp.patch|   11 -
 extra-x86_64/PKGBUILD|   54 
 extra-x86_64/rdesktop-libao.patch|   12 -
 extra-x86_64/rdesktop-r1729.patch|   33 
 extra-x86_64/rdesktop-r1731.patch|   13 -
 extra-x86_64/rdesktop-r1732.patch|   73 --
 extra-x86_64/rdesktop-send_physical_buttons.diff |   70 --
 extra-x86_64/rdesktop-tcp.patch  |   11 -
 16 files changed, 212 insertions(+), 532 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-20 02:52:31 UTC (rev 199943)
+++ extra-i686/PKGBUILD 2013-11-20 02:52:58 UTC (rev 199944)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Dan McGee d...@archlinux.org
-
-pkgname=rdesktop
-pkgver=1.8.0
-pkgrel=3
-pkgdesc=An open source client for Windows Remote Desktop Services
-arch=('i686' 'x86_64')
-url=http://www.rdesktop.org/;
-license=('GPL3')
-depends=('libao' 'libsamplerate' 'xorg-xrandr' 'pcsclite')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'rdesktop-send_physical_buttons.diff' 'rdesktop-libao.patch' 
'rdesktop-tcp.patch'
-   rdesktop-r1729.patch rdesktop-r1731.patch rdesktop-r1732.patch)
-sha1sums=('2d39a41d29ad1ad2509d1e343a2817a3c7d666de'
-  '809a9dc11ad4f704f79fc4bc2a70b76a4f42596d'
-  '68a48061e5ed76150c1444891a192f7884fd056e'
-  'a14793c72194bed74725bcf75fdb8b93c7577399'
-  '972d6ec59cf140383880464e3ef43e03969f3bfe'
-  '9a417aba27ded0ab595cbb07fccd452bdc0af20c'
-  '1bc92e04058a2f5c02f42a5c97da7ee672a71698')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # FS#15113
-  patch -i ${srcdir}/rdesktop-send_physical_buttons.diff
-
-  # Fix libao segfault, from Fedora
-  patch -i ${srcdir}/rdesktop-libao.patch
-
-  # FS#36488
-  patch -i ${srcdir}/rdesktop-tcp.patch
-  patch -i ${srcdir}/rdesktop-r1731.patch
-  patch -i ${srcdir}/rdesktop-r1732.patch
-
-  # FS#36505
-  patch -i ${srcdir}/rdesktop-r1729.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-smartcard \
---with-ipv6
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: rdesktop/repos/extra-i686/PKGBUILD (from rev 199943, 
rdesktop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-20 02:52:58 UTC (rev 199944)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Dan McGee d...@archlinux.org
+
+pkgname=rdesktop
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=An open source client for Windows Remote Desktop Services
+arch=('i686' 'x86_64')
+url=http://www.rdesktop.org/;
+license=('GPL3')
+depends=('libao' 'libsamplerate' 'xorg-xrandr' 'pcsclite')

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

2013-11-19 Thread Felix Yan
Date: Wednesday, November 20, 2013 @ 07:00:58
  Author: fyan
Revision: 101223

upgpkg: librime 1.0-2 fix boost dependency

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-20 01:36:32 UTC (rev 101222)
+++ PKGBUILD2013-11-20 06:00:58 UTC (rev 101223)
@@ -5,23 +5,23 @@
 
 pkgname=librime
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Rime input method engine
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/rimeime/;
 license=('GPL3')
-depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5')
+depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5')
 optdepends=('brise: Rime schema repository')
-makedepends=('cmake')
+makedepends=('cmake' 'boost')
 source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
 
 build() {
-  cd ${srcdir}/$pkgname
+  cd $pkgname
   make
 }
 
 package() {
-  cd ${srcdir}/$pkgname
+  cd $pkgname
   make DESTDIR=$pkgdir install
 }
 



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

2013-11-19 Thread Felix Yan
Date: Wednesday, November 20, 2013 @ 07:02:37
  Author: fyan
Revision: 101224

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

Added:
  librime/repos/community-i686/PKGBUILD
(from rev 101223, librime/trunk/PKGBUILD)
  librime/repos/community-x86_64/PKGBUILD
(from rev 101223, librime/trunk/PKGBUILD)
Deleted:
  librime/repos/community-i686/PKGBUILD
  librime/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 2013-11-20 06:00:58 UTC (rev 101223)
+++ community-i686/PKGBUILD 2013-11-20 06:02:37 UTC (rev 101224)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: GONG Chen chen dot sst at gmail dot com
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=1.0
-pkgrel=1
-pkgdesc=Rime input method engine
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake')
-source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd ${srcdir}/$pkgname
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-  make DESTDIR=$pkgdir install
-}
-
-sha512sums=('79f51174043e0ff524f8af090fd1d0a21301b4e5e530c772648ff59894d39135d15c53c0f4d197895c301defca2e084635eb222464dd20859ab3bdbc6ae8fb2c')

Copied: librime/repos/community-i686/PKGBUILD (from rev 101223, 
librime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-20 06:02:37 UTC (rev 101224)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.0
+pkgrel=2
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost')
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('79f51174043e0ff524f8af090fd1d0a21301b4e5e530c772648ff59894d39135d15c53c0f4d197895c301defca2e084635eb222464dd20859ab3bdbc6ae8fb2c')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-20 06:00:58 UTC (rev 101223)
+++ community-x86_64/PKGBUILD   2013-11-20 06:02:37 UTC (rev 101224)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: GONG Chen chen dot sst at gmail dot com
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=1.0
-pkgrel=1
-pkgdesc=Rime input method engine
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake')
-source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd ${srcdir}/$pkgname
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-  make DESTDIR=$pkgdir install
-}
-
-sha512sums=('79f51174043e0ff524f8af090fd1d0a21301b4e5e530c772648ff59894d39135d15c53c0f4d197895c301defca2e084635eb222464dd20859ab3bdbc6ae8fb2c')

Copied: librime/repos/community-x86_64/PKGBUILD (from rev 101223, 
librime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-20 06:02:37 UTC (rev 101224)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.0
+pkgrel=2
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost')
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('79f51174043e0ff524f8af090fd1d0a21301b4e5e530c772648ff59894d39135d15c53c0f4d197895c301defca2e084635eb222464dd20859ab3bdbc6ae8fb2c')



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

2013-11-19 Thread Jelle van der Waa
Date: Wednesday, November 20, 2013 @ 08:48:32
  Author: jelle
Revision: 101226

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

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

-+
 /PKGBUILD   |   52 ++
 /autocutsel.install |   40 ++
 community-i686/PKGBUILD |   25 
 community-i686/autocutsel.install   |   20 -
 community-x86_64/PKGBUILD   |   25 
 community-x86_64/autocutsel.install |   20 -
 6 files changed, 92 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-20 07:48:21 UTC (rev 101225)
+++ community-i686/PKGBUILD 2013-11-20 07:48:32 UTC (rev 101226)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Tom Killian t...@archlinux.org
-# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
-# Maintainer: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=autocutsel
-pkgver=0.9.0
-pkgrel=7
-pkgdesc=synchronizes the two copy/paste buffers mainly used by X applications
-arch=('i686' 'x86_64')
-depends=('libxaw')
-source=(http://lepton.fr/tools/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ba4a6f632cb4815ae4e5c3027c24cfc5')
-url=http://lepton.fr/tools/autocutsel/;
-install=autocutsel.install
-license=('GPL')
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install 
-}

Copied: autocutsel/repos/community-i686/PKGBUILD (from rev 101225, 
autocutsel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-20 07:48:32 UTC (rev 101226)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Tom Killian t...@archlinux.org
+# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
+# Maintainer: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=autocutsel
+pkgver=0.9.1
+pkgrel=1
+pkgdesc=synchronizes the two copy/paste buffers mainly used by X applications
+arch=('i686' 'x86_64')
+depends=('libxaw')
+source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
+url=http://www.nongnu.org/autocutsel/;
+install=autocutsel.install
+license=('GPL')
+md5sums=('7bf76b1ea7a15592f05d02b4c086d4cd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install 
+}

Deleted: community-i686/autocutsel.install
===
--- community-i686/autocutsel.install   2013-11-20 07:48:21 UTC (rev 101225)
+++ community-i686/autocutsel.install   2013-11-20 07:48:32 UTC (rev 101226)
@@ -1,20 +0,0 @@
-post_install() {
-cat  EOF
-Add the following lines to your ~/.xinitrc or, for
-system-wide use, to a new file, named, say, 40-autocutsel
-in the directory /etc/X11/xinit/xinitrc.d/ :
-
-autocutsel -fork 
-autocutsel -selection PRIMARY -fork 
-EOF
-}
-
-post_upgrade() {
-  post_install 
-}
-post_remove() {
-cat  EOF
-  you might want to remove autocutsel related files in 
-  /etc/X11/xinit/xinitrc.d now.
-EOF
-}

Copied: autocutsel/repos/community-i686/autocutsel.install (from rev 101225, 
autocutsel/trunk/autocutsel.install)
===
--- community-i686/autocutsel.install   (rev 0)
+++ community-i686/autocutsel.install   2013-11-20 07:48:32 UTC (rev 101226)
@@ -0,0 +1,20 @@
+post_install() {
+cat  EOF
+Add the following lines to your ~/.xinitrc or, for
+system-wide use, to a new file, named, say, 40-autocutsel
+in the directory /etc/X11/xinit/xinitrc.d/ :
+
+autocutsel -fork 
+autocutsel -selection PRIMARY -fork 
+EOF
+}
+
+post_upgrade() {
+  post_install 
+}
+post_remove() {
+cat  EOF
+  you might want to remove autocutsel related files in 
+  /etc/X11/xinit/xinitrc.d now.
+EOF
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-20 07:48:21 UTC (rev 101225)
+++ community-x86_64/PKGBUILD   2013-11-20 

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

2013-11-19 Thread Jelle van der Waa
Date: Wednesday, November 20, 2013 @ 08:48:21
  Author: jelle
Revision: 101225

upgpkg: autocutsel 0.9.1-1

Modified:
  autocutsel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-20 06:02:37 UTC (rev 101224)
+++ PKGBUILD2013-11-20 07:48:21 UTC (rev 101225)
@@ -4,16 +4,16 @@
 # Maintainer: Stefan Husmann stefan-husm...@t-online.de
 
 pkgname=autocutsel
-pkgver=0.9.0
-pkgrel=7
+pkgver=0.9.1
+pkgrel=1
 pkgdesc=synchronizes the two copy/paste buffers mainly used by X applications
 arch=('i686' 'x86_64')
 depends=('libxaw')
-source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
 url=http://www.nongnu.org/autocutsel/;
 install=autocutsel.install
 license=('GPL')
-md5sums=('ba4a6f632cb4815ae4e5c3027c24cfc5')
+md5sums=('7bf76b1ea7a15592f05d02b4c086d4cd')
 
 build() {
   cd $srcdir/$pkgname-$pkgver