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

2014-07-24 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 09:03:54
  Author: fyan
Revision: 116292

upgpkg: bfgminer 4.4.0-1

Modified:
  bfgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 05:55:04 UTC (rev 116291)
+++ PKGBUILD2014-07-24 07:03:54 UTC (rev 116292)
@@ -3,7 +3,7 @@
 # Contributor: Andy Weidenbaum archb...@gmail.com
 
 pkgname=bfgminer
-pkgver=4.3.0
+pkgver=4.4.0
 pkgrel=1
 pkgdesc=Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining.
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 license=('GPL3')
 
source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
 remove-dangerous-rpath.patch)
-sha256sums=('81d8dfa5d2bbe906f8414aa30426ea2df3ee2cb7d86aed59f3ab36eab2ca1f72'
+sha256sums=('8dd39e389b97ee2dea1e03b2ba457588edb25d1ba6458980c3bf5e608412c065'
 'd26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
 
 prepare() {



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

2014-07-24 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 09:04:30
  Author: fyan
Revision: 116293

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

Added:
  bfgminer/repos/community-i686/PKGBUILD
(from rev 116292, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
(from rev 116292, bfgminer/trunk/remove-dangerous-rpath.patch)
  bfgminer/repos/community-x86_64/PKGBUILD
(from rev 116292, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch
(from rev 116292, bfgminer/trunk/remove-dangerous-rpath.patch)
Deleted:
  bfgminer/repos/community-i686/PKGBUILD
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
  bfgminer/repos/community-x86_64/PKGBUILD
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch

---+
 /PKGBUILD |   90 
 /remove-dangerous-rpath.patch |   22 +
 community-i686/PKGBUILD   |   45 
 community-i686/remove-dangerous-rpath.patch   |   11 --
 community-x86_64/PKGBUILD |   45 
 community-x86_64/remove-dangerous-rpath.patch |   11 --
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-24 07:03:54 UTC (rev 116292)
+++ community-i686/PKGBUILD 2014-07-24 07:04:30 UTC (rev 116293)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Andy Weidenbaum archb...@gmail.com
-
-pkgname=bfgminer
-pkgver=4.3.0
-pkgrel=1
-pkgdesc=Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining.
-arch=('i686' 'x86_64')
-depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusbx' 'lm_sensors')
-makedepends=('uthash' 'yasm')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-url='http://bfgminer.org/'
-license=('GPL3')
-source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
-remove-dangerous-rpath.patch)
-sha256sums=('81d8dfa5d2bbe906f8414aa30426ea2df3ee2cb7d86aed59f3ab36eab2ca1f72'
-'d26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -p0  ${srcdir}/remove-dangerous-rpath.patch
-  NOSUBMODULES=1 ./autogen.sh
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure  --prefix=/usr \
---enable-cpumining \
---enable-bfsb \
---enable-metabank \
---enable-scrypt \
---enable-opencl \
---with-udevrulesdir=/usr/lib/udev/rules.d
-  # --enable-knc (FS#33640)
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: bfgminer/repos/community-i686/PKGBUILD (from rev 116292, 
bfgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-24 07:04:30 UTC (rev 116293)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=bfgminer
+pkgver=4.4.0
+pkgrel=1
+pkgdesc=Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining.
+arch=('i686' 'x86_64')
+depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusbx' 'lm_sensors')
+makedepends=('uthash' 'yasm')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
+url='http://bfgminer.org/'
+license=('GPL3')
+source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
+remove-dangerous-rpath.patch)
+sha256sums=('8dd39e389b97ee2dea1e03b2ba457588edb25d1ba6458980c3bf5e608412c065'
+'d26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -p0  ${srcdir}/remove-dangerous-rpath.patch
+  NOSUBMODULES=1 ./autogen.sh
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure  --prefix=/usr \
+--enable-cpumining \
+--enable-bfsb \
+--enable-metabank \
+--enable-scrypt \
+--enable-opencl \
+--with-udevrulesdir=/usr/lib/udev/rules.d
+  # --enable-knc (FS#33640)
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/remove-dangerous-rpath.patch
===
--- community-i686/remove-dangerous-rpath.patch 2014-07-24 07:03:54 UTC (rev 
116292)
+++ community-i686/remove-dangerous-rpath.patch 2014-07-24 07:04:30 UTC (rev 
116293)
@@ -1,11 +0,0 @@
 configure.ac.orig
-+++ configure.ac
-@@ -514,7 +514,7 @@
-   ])
- else
-   libblkmaker_CFLAGS='-Ilibblkmaker'
--  

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

2014-07-24 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 09:08:32
  Author: fyan
Revision: 217809

upgpkg: python-geoip 1.3.1-1

- new upstream release
- add python 3 counterpart

Modified:
  python-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 04:06:57 UTC (rev 217808)
+++ PKGBUILD2014-07-24 07:08:32 UTC (rev 217809)
@@ -2,27 +2,42 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Angel Velasquez an...@archlinux.org
 
-pkgname=('python2-geoip')
 pkgbase=python-geoip
-pkgver=1.2.9
+pkgname=('python-geoip' 'python2-geoip')
+pkgver=1.3.1
 pkgrel=1
 pkgdesc=Python bindings for the GeoIP IP-to-country resolver library
 arch=('i686' 'x86_64')
 url=https://pypi.python.org/pypi/GeoIP/;
 license=('LGPL')
-depends=('python2' 'geoip')
+makedepends=('python' 'python2' 'geoip')
 source=(https://pypi.python.org/packages/source/G/GeoIP/GeoIP-${pkgver}.tar.gz)
-md5sums=('367a083a13c442309eeb47fa061bd262')
+md5sums=('21fbd501fce9822e0ccc147ab8321f7f')
 
+prepare() {
+  cp -a GeoIP-$pkgver{,-py2}
+}
+
 build() {
   cd GeoIP-$pkgver
+  python setup.py build
+
+  cd ../GeoIP-$pkgver-py2
   python2 setup.py build
 }
 
+package_python-geoip() {
+  depends=('python' 'geoip')
+
+  cd GeoIP-$pkgver
+  python setup.py install --root=$pkgdir -O1
+}
+
 package_python2-geoip() {
+  depends=('python2' 'geoip')
   conflicts=('python-geoip1.2.8')
 
-  cd GeoIP-$pkgver
+  cd GeoIP-$pkgver-py2
   python2 setup.py install --root=$pkgdir -O1
 }
 



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

2014-07-24 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 09:09:06
  Author: fyan
Revision: 217810

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

Added:
  python-geoip/repos/extra-i686/PKGBUILD
(from rev 217809, python-geoip/trunk/PKGBUILD)
  python-geoip/repos/extra-x86_64/PKGBUILD
(from rev 217809, python-geoip/trunk/PKGBUILD)
Deleted:
  python-geoip/repos/extra-i686/PKGBUILD
  python-geoip/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   29 ---
 extra-x86_64/PKGBUILD |   29 ---
 3 files changed, 88 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-24 07:08:32 UTC (rev 217809)
+++ extra-i686/PKGBUILD 2014-07-24 07:09:06 UTC (rev 217810)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-
-pkgname=('python2-geoip')
-pkgbase=python-geoip
-pkgver=1.2.9
-pkgrel=1
-pkgdesc=Python bindings for the GeoIP IP-to-country resolver library
-arch=('i686' 'x86_64')
-url=https://pypi.python.org/pypi/GeoIP/;
-license=('LGPL')
-depends=('python2' 'geoip')
-source=(https://pypi.python.org/packages/source/G/GeoIP/GeoIP-${pkgver}.tar.gz)
-md5sums=('367a083a13c442309eeb47fa061bd262')
-
-build() {
-  cd GeoIP-$pkgver
-  python2 setup.py build
-}
-
-package_python2-geoip() {
-  conflicts=('python-geoip1.2.8')
-
-  cd GeoIP-$pkgver
-  python2 setup.py install --root=$pkgdir -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-geoip/repos/extra-i686/PKGBUILD (from rev 217809, 
python-geoip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-24 07:09:06 UTC (rev 217810)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+
+pkgbase=python-geoip
+pkgname=('python-geoip' 'python2-geoip')
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=Python bindings for the GeoIP IP-to-country resolver library
+arch=('i686' 'x86_64')
+url=https://pypi.python.org/pypi/GeoIP/;
+license=('LGPL')
+makedepends=('python' 'python2' 'geoip')
+source=(https://pypi.python.org/packages/source/G/GeoIP/GeoIP-${pkgver}.tar.gz)
+md5sums=('21fbd501fce9822e0ccc147ab8321f7f')
+
+prepare() {
+  cp -a GeoIP-$pkgver{,-py2}
+}
+
+build() {
+  cd GeoIP-$pkgver
+  python setup.py build
+
+  cd ../GeoIP-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-geoip() {
+  depends=('python' 'geoip')
+
+  cd GeoIP-$pkgver
+  python setup.py install --root=$pkgdir -O1
+}
+
+package_python2-geoip() {
+  depends=('python2' 'geoip')
+  conflicts=('python-geoip1.2.8')
+
+  cd GeoIP-$pkgver-py2
+  python2 setup.py install --root=$pkgdir -O1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-24 07:08:32 UTC (rev 217809)
+++ extra-x86_64/PKGBUILD   2014-07-24 07:09:06 UTC (rev 217810)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-
-pkgname=('python2-geoip')
-pkgbase=python-geoip
-pkgver=1.2.9
-pkgrel=1
-pkgdesc=Python bindings for the GeoIP IP-to-country resolver library
-arch=('i686' 'x86_64')
-url=https://pypi.python.org/pypi/GeoIP/;
-license=('LGPL')
-depends=('python2' 'geoip')
-source=(https://pypi.python.org/packages/source/G/GeoIP/GeoIP-${pkgver}.tar.gz)
-md5sums=('367a083a13c442309eeb47fa061bd262')
-
-build() {
-  cd GeoIP-$pkgver
-  python2 setup.py build
-}
-
-package_python2-geoip() {
-  conflicts=('python-geoip1.2.8')
-
-  cd GeoIP-$pkgver
-  python2 setup.py install --root=$pkgdir -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-geoip/repos/extra-x86_64/PKGBUILD (from rev 217809, 
python-geoip/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-24 07:09:06 UTC (rev 217810)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+
+pkgbase=python-geoip
+pkgname=('python-geoip' 'python2-geoip')
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=Python bindings for the GeoIP IP-to-country resolver library
+arch=('i686' 'x86_64')
+url=https://pypi.python.org/pypi/GeoIP/;
+license=('LGPL')
+makedepends=('python' 'python2' 'geoip')
+source=(https://pypi.python.org/packages/source/G/GeoIP/GeoIP-${pkgver}.tar.gz)
+md5sums=('21fbd501fce9822e0ccc147ab8321f7f')
+
+prepare() {
+  cp -a GeoIP-$pkgver{,-py2}
+}
+
+build() {
+  cd GeoIP-$pkgver
+  python setup.py build
+
+  cd ../GeoIP-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-geoip() {
+  depends=('python' 'geoip')
+
+  cd GeoIP-$pkgver
+  python 

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

2014-07-24 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 09:22:33
  Author: fyan
Revision: 217811

upgpkg: netcdf 4.3.2-1

- new upstream release
- move make check to check()

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 07:09:06 UTC (rev 217810)
+++ PKGBUILD2014-07-24 07:22:33 UTC (rev 217811)
@@ -3,7 +3,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=netcdf
-pkgver=4.3.1.1
+pkgver=4.3.2
 pkgrel=1
 pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
 arch=(i686 x86_64)
@@ -13,15 +13,19 @@
 options=('!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('6aed20fa906e4963017ce9d1591aab39d8a556e4')
+sha1sums=('6e1bacab02e5220954fe0328d710ebb71c071d19')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
   make
-#  make check
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 



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

2014-07-24 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 09:23:09
  Author: fyan
Revision: 217812

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

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

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   34 -
 extra-x86_64/PKGBUILD |   34 -
 3 files changed, 76 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-24 07:22:33 UTC (rev 217811)
+++ extra-i686/PKGBUILD 2014-07-24 07:23:09 UTC (rev 217812)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=netcdf
-pkgver=4.3.1.1
-pkgrel=1
-pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
-arch=(i686 x86_64)
-url=http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
-depends=('gcc-libs' 'hdf5' 'curl')
-optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-options=('!makeflags')
-license=('custom')
-source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('6aed20fa906e4963017ce9d1591aab39d8a556e4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
-  make
-#  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -m755 -d ${pkgdir}/usr/lib
-  install -m755 -d ${pkgdir}/usr/share/man
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
-}

Copied: netcdf/repos/extra-i686/PKGBUILD (from rev 217811, 
netcdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-24 07:23:09 UTC (rev 217812)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=netcdf
+pkgver=4.3.2
+pkgrel=1
+pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
+arch=(i686 x86_64)
+url=http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
+depends=('gcc-libs' 'hdf5' 'curl')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+options=('!makeflags')
+license=('custom')
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
+sha1sums=('6e1bacab02e5220954fe0328d710ebb71c071d19')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-24 07:22:33 UTC (rev 217811)
+++ extra-x86_64/PKGBUILD   2014-07-24 07:23:09 UTC (rev 217812)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=netcdf
-pkgver=4.3.1.1
-pkgrel=1
-pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
-arch=(i686 x86_64)
-url=http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
-depends=('gcc-libs' 'hdf5' 'curl')
-optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-options=('!makeflags')
-license=('custom')
-source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('6aed20fa906e4963017ce9d1591aab39d8a556e4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
-  make
-#  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -m755 -d ${pkgdir}/usr/lib
-  install -m755 -d ${pkgdir}/usr/share/man
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
-}

Copied: netcdf/repos/extra-x86_64/PKGBUILD (from rev 217811, 
netcdf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-24 07:23:09 UTC (rev 217812)
@@ -0,0 +1,38 @@

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

2014-07-24 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 09:24:09
  Author: fyan
Revision: 217813

upgpkg: ibus 1.5.8-1

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 07:23:09 UTC (rev 217812)
+++ PKGBUILD2014-07-24 07:24:09 UTC (rev 217813)
@@ -3,8 +3,8 @@
 
 pkgbase=ibus
 pkgname=(ibus libibus)
-pkgver=1.5.7
-pkgrel=2
+pkgver=1.5.8
+pkgrel=1
 pkgdesc=Next Generation Input Bus for Linux
 arch=('i686' 'x86_64')
 url=http://ibus.googlecode.com;



[arch-commits] Commit in perl-net-http/trunk (PKGBUILD)

2014-07-24 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 09:24:25
  Author: fyan
Revision: 217814

upgpkg: perl-net-http 6.07-1

Modified:
  perl-net-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 07:24:09 UTC (rev 217813)
+++ PKGBUILD2014-07-24 07:24:25 UTC (rev 217814)
@@ -3,17 +3,18 @@
 # Contributor: Justin juster Davis jrc...@gmail.com
 
 pkgname=perl-net-http
-pkgver=6.06
-pkgrel=2
+pkgver=6.07
+pkgrel=1
 pkgdesc=Low-level HTTP connection (client)
-arch=(any)
+arch=('any')
 url=http://search.cpan.org/dist/Net-HTTP
-license=(PerlArtistic GPL)
-options=(!emptydirs)
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
 depends=('perl')
+checkdepends=('perl-uri')
 conflicts=('perl-libwww6')
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Net-HTTP-${pkgver}.tar.gz;)
-md5sums=('6e74d76205f168775de68347266793a7')
+source=(http://cpan.metacpan.org/authors/id/M/MS/MSCHILLI/Net-HTTP-$pkgver.tar.gz;)
+md5sums=('b6da691523456089d7a812ac398bc77e')
 
 build() {
 export PERL_MM_USE_DEFAULT=1 PERL5LIB= \



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

2014-07-24 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 09:24:43
  Author: fyan
Revision: 217815

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

Added:
  ibus/repos/extra-i686/PKGBUILD
(from rev 217813, ibus/trunk/PKGBUILD)
  ibus/repos/extra-i686/ibus.install
(from rev 217813, ibus/trunk/ibus.install)
  ibus/repos/extra-x86_64/PKGBUILD
(from rev 217814, ibus/trunk/PKGBUILD)
  ibus/repos/extra-x86_64/ibus.install
(from rev 217814, ibus/trunk/ibus.install)
Deleted:
  ibus/repos/extra-i686/PKGBUILD
  ibus/repos/extra-i686/ibus.install
  ibus/repos/extra-x86_64/PKGBUILD
  ibus/repos/extra-x86_64/ibus.install

---+
 /PKGBUILD |  110 
 /ibus.install |   40 
 extra-i686/PKGBUILD   |   55 --
 extra-i686/ibus.install   |   20 
 extra-x86_64/PKGBUILD |   55 --
 extra-x86_64/ibus.install |   20 
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-24 07:24:25 UTC (rev 217814)
+++ extra-i686/PKGBUILD 2014-07-24 07:24:43 UTC (rev 217815)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=ibus
-pkgname=(ibus libibus)
-pkgver=1.5.7
-pkgrel=2
-pkgdesc=Next Generation Input Bus for Linux
-arch=('i686' 'x86_64')
-url=http://ibus.googlecode.com;
-license=('LGPL')
-depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject' 'iso-codes')
-makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 
'gtk-doc' 'gconf')
-options=('!emptydirs')
-source=(git+https://github.com/ibus/ibus.git#tag=$pkgver;)
-
-build() {
-  cd ${pkgbase}
-  ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus \
---sysconfdir=/etc \
---disable-gconf \
---enable-dconf \
---enable-wayland \
---enable-gtk-doc \
---disable-memconf \
---enable-ui \
---enable-python-library \
---with-python=python3
-  make
-}
-
-package_ibus() {
-  depends+=(libibus=$pkgver)
-  install=ibus.install
-
-  cd ${pkgbase}
-  make DESTDIR=${pkgdir} install
-  make -C src DESTDIR=${pkgdir} uninstall
-  make -C bindings DESTDIR=${pkgdir} uninstall
-  make DESTDIR=${pkgdir} uninstall-pkgconfigDATA
-}
-
-package_libibus() {
-  pkgdesc=IBus support library
-  depends=('glib2')
-
-  cd ${pkgbase}
-  make -C src DESTDIR=${pkgdir} install
-  make -C bindings DESTDIR=${pkgdir} install
-  make DESTDIR=${pkgdir} install-pkgconfigDATA
-}
-
-sha512sums=('SKIP')

Copied: ibus/repos/extra-i686/PKGBUILD (from rev 217813, ibus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-24 07:24:43 UTC (rev 217815)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.8
+pkgrel=1
+pkgdesc=Next Generation Input Bus for Linux
+arch=('i686' 'x86_64')
+url=http://ibus.googlecode.com;
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject' 'iso-codes')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 
'gtk-doc' 'gconf')
+options=('!emptydirs')
+source=(git+https://github.com/ibus/ibus.git#tag=$pkgver;)
+
+build() {
+  cd ${pkgbase}
+  ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--enable-wayland \
+--enable-gtk-doc \
+--disable-memconf \
+--enable-ui \
+--enable-python-library \
+--with-python=python3
+  make
+}
+
+package_ibus() {
+  depends+=(libibus=$pkgver)
+  install=ibus.install
+
+  cd ${pkgbase}
+  make DESTDIR=${pkgdir} install
+  make -C src DESTDIR=${pkgdir} uninstall
+  make -C bindings DESTDIR=${pkgdir} uninstall
+  make DESTDIR=${pkgdir} uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc=IBus support library
+  depends=('glib2')
+
+  cd ${pkgbase}
+  make -C src DESTDIR=${pkgdir} install
+  make -C bindings DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-pkgconfigDATA
+}
+
+sha512sums=('SKIP')

Deleted: extra-i686/ibus.install
===
--- extra-i686/ibus.install 2014-07-24 07:24:25 UTC (rev 217814)
+++ extra-i686/ibus.install 2014-07-24 07:24:43 UTC (rev 217815)
@@ -1,20 +0,0 @@
-post_install() {
-  gtk-query-immodules-2.0 --update-cache
-  gtk-query-immodules-3.0 --update-cache
-
-  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-
-  glib-compile-schemas usr/share/glib-2.0/schemas
-
-  dconf update
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-
-  rm -f etc/dconf/db/ibus
-}

Copied: ibus/repos/extra-i686/ibus.install (from rev 217813, 

[arch-commits] Commit in perl-net-http/repos/extra-any (PKGBUILD PKGBUILD)

2014-07-24 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 09:25:14
  Author: fyan
Revision: 217816

archrelease: copy trunk to extra-any

Added:
  perl-net-http/repos/extra-any/PKGBUILD
(from rev 217815, perl-net-http/trunk/PKGBUILD)
Deleted:
  perl-net-http/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   91 ++---
 1 file changed, 46 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-24 07:24:43 UTC (rev 217815)
+++ PKGBUILD2014-07-24 07:25:14 UTC (rev 217816)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Justin juster Davis jrc...@gmail.com
-
-pkgname=perl-net-http
-pkgver=6.06
-pkgrel=2
-pkgdesc=Low-level HTTP connection (client)
-arch=(any)
-url=http://search.cpan.org/dist/Net-HTTP
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl')
-conflicts=('perl-libwww6')
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Net-HTTP-${pkgver}.tar.gz;)
-md5sums=('6e74d76205f168775de68347266793a7')
-
-build() {
-export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  MODULEBUILDRC=/dev/null
-
-cd Net-HTTP-${pkgver}
-/usr/bin/perl Makefile.PL
-make
-}
-
-check() {
-export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd Net-HTTP-${pkgver}
-make test
-}
-
-package() {
-cd Net-HTTP-${pkgver}
-make DESTDIR=$pkgdir install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-net-http/repos/extra-any/PKGBUILD (from rev 217815, 
perl-net-http/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-24 07:25:14 UTC (rev 217816)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Justin juster Davis jrc...@gmail.com
+
+pkgname=perl-net-http
+pkgver=6.07
+pkgrel=1
+pkgdesc=Low-level HTTP connection (client)
+arch=('any')
+url=http://search.cpan.org/dist/Net-HTTP
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-uri')
+conflicts=('perl-libwww6')
+source=(http://cpan.metacpan.org/authors/id/M/MS/MSCHILLI/Net-HTTP-$pkgver.tar.gz;)
+md5sums=('b6da691523456089d7a812ac398bc77e')
+
+build() {
+export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor \
+  PERL_MB_OPT=--installdirs vendor \
+  MODULEBUILDRC=/dev/null
+
+cd Net-HTTP-${pkgver}
+/usr/bin/perl Makefile.PL
+make
+}
+
+check() {
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+cd Net-HTTP-${pkgver}
+make test
+}
+
+package() {
+cd Net-HTTP-${pkgver}
+make DESTDIR=$pkgdir install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2014-07-24 Thread Connor Behan
Date: Thursday, July 24, 2014 @ 11:30:16
  Author: cbehan
Revision: 116294

upgpkg: xulrunner 31.0-1

Update to 31.0-1

Modified:
  xulrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 07:04:30 UTC (rev 116293)
+++ PKGBUILD2014-07-24 09:30:16 UTC (rev 116294)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xulrunner
-pkgver=30.0
+pkgver=31.0
 pkgrel=1
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 shared-libs.patch)
 options=('!emptydirs' '!makeflags' 'staticlibs')
 replaces=('xulrunner-oss')
-sha256sums=('7faee20752c87433c746a650006acdeb710b21d216894101bb44356123f557ad'
+sha256sums=('6f4cb97e4debe2225f94bc813057154d2aa2680f5aa69573048633507cecb21e'
 'df0e663e7f9246b84936882e564270fac541c6bb39450b759abe686e5c27a052'
 '23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1')
@@ -70,3 +70,4 @@
   sed -i 's|!/usr/bin/env python$|!/usr/bin/env python2|' \
 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/{xpt,header,typelib,xpidl}.py
 }
+sha256sums=('6f4cb97e4debe2225f94bc813057154d2aa2680f5aa69573048633507cecb21e' 
'df0e663e7f9246b84936882e564270fac541c6bb39450b759abe686e5c27a052' 
'23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269' 
'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1')



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

2014-07-24 Thread Connor Behan
Date: Thursday, July 24, 2014 @ 11:31:33
  Author: cbehan
Revision: 116295

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

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

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

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


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

2014-07-24 Thread Alexander Rødseth
Date: Thursday, July 24, 2014 @ 12:13:31
  Author: arodseth
Revision: 116296

upgpkg: nuitka 0.5.3.5-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 09:31:33 UTC (rev 116295)
+++ PKGBUILD2014-07-24 10:13:31 UTC (rev 116296)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
 
 pkgname=nuitka
-pkgver=0.5.3.3
+pkgver=0.5.3.5
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python')
 options=('!emptydirs')
 source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('53ea3bc11bc9dd6aa03f62fdd79b537b247025fff0bbfa276591ce03659cad2f')
+sha256sums=('635762fa15f48b22172b78c28f801e58970b4c792431a5b09e5aad0e233712db')
 
 package() {
   cd Nuitka-$pkgver



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

2014-07-24 Thread Alexander Rødseth
Date: Thursday, July 24, 2014 @ 12:14:13
  Author: arodseth
Revision: 116297

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 116296, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-24 10:13:31 UTC (rev 116296)
+++ PKGBUILD2014-07-24 10:14:13 UTC (rev 116297)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
-
-pkgname=nuitka
-pkgver=0.5.3.3
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python')
-options=('!emptydirs')
-source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('53ea3bc11bc9dd6aa03f62fdd79b537b247025fff0bbfa276591ce03659cad2f')
-
-package() {
-  cd Nuitka-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 116296, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-24 10:14:13 UTC (rev 116297)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+pkgname=nuitka
+pkgver=0.5.3.5
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python')
+options=('!emptydirs')
+source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
+sha256sums=('635762fa15f48b22172b78c28f801e58970b4c792431a5b09e5aad0e233712db')
+
+package() {
+  cd Nuitka-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+# vim: sw=2 ts=2 et:



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

2014-07-24 Thread Alexander Rødseth
Date: Thursday, July 24, 2014 @ 12:15:38
  Author: arodseth
Revision: 116298

new package version

Modified:
  gauche/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 10:14:13 UTC (rev 116297)
+++ PKGBUILD2014-07-24 10:15:38 UTC (rev 116298)
@@ -5,7 +5,7 @@
 # Contributor: nkoizu nko...@gmail.com
 
 pkgname=gauche
-pkgver=0.9.3.3
+pkgver=0.9.4
 pkgrel=1
 url='http://practical-scheme.net/gauche/'
 pkgdesc='R5RS Scheme implementation (provides gosh)'
@@ -14,18 +14,17 @@
 arch=('x86_64' 'i686')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha256sums=('3d8b70075faa0f7a24f8d112cc102ee3e1066680cdd19d324d59f33fab79caac')
+sha256sums=('7b18bcd70beaced1e004594be46c8cff95795318f6f5830dd2a8a700410fc149')
 
 build() {
-  cd $srcdir/Gauche-$pkgver
+  cd Gauche-$pkgver
 
-  ./configure --prefix=/usr --enable-multibyte=utf-8 \
---enable-threads=pthreads
+  ./configure --enable-multibyte=utf-8 --enable-threads=pthreads --prefix=/usr
   make -j1
 }
 
 package() {
-  cd $srcdir/Gauche-$pkgver
+  cd Gauche-$pkgver
 
   make -j1 DESTDIR=$pkgdir install-pkg install-doc
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING



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

2014-07-24 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 12:22:07
  Author: fyan
Revision: 116299

upgpkg: mythtv 1:0.27.3-1

Modified:
  mythtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 10:15:38 UTC (rev 116298)
+++ PKGBUILD2014-07-24 10:22:07 UTC (rev 116299)
@@ -6,18 +6,18 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=mythtv
-pkgver=0.27
-pkgrel=8
+pkgver=0.27.3
+pkgrel=1
 epoch=1
 pkgdesc=A Homebrew PVR project
 arch=('i686' 'x86_64')
 url=http://www.mythtv.org/;
 license=('GPL')
-depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
+depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' 
'libgl'
  'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 
'mariadb-clients'
  'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
  'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 
'x264')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264-dev')
+makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264-dev' 'gdb')
 optdepends=('glew: for GPU commercial flagging'
 'libcec: for consumer electronics control capabilities'
 'libxml2: to read blu-ray metadata'
@@ -29,12 +29,10 @@
 install='mythtv.install'
 
source=($pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz;
 'mythbackend.service'
-
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch'
-
'http://code.mythtv.org/trac/raw-attachment/ticket/12098/ticket12098-dont-load-lib-when-opengles-disabled.diff')
-sha256sums=('494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0'
+
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
+sha256sums=('8eaaf8c6e42ca6eb81f180467de90d597dbeabb1bb14b7085da353d2980db8f4'
 'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
-'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3'
-'55e9827ea8f5c685801c110f879825d1fb3006070e0318188a2fd55921b95bdf')
+'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver/$pkgname
@@ -41,7 +39,6 @@
 
   find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
   patch -Np2 -i $srcdir/libcec-2-support.2.patch
-  patch -Np2 -i $srcdir/ticket12098-dont-load-lib-when-opengles-disabled.diff
 }
 
 build() {



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

2014-07-24 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 12:23:06
  Author: fyan
Revision: 116300

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

Added:
  mythtv/repos/community-testing-i686/
  mythtv/repos/community-testing-i686/PKGBUILD
(from rev 116299, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-testing-i686/mythbackend.service
(from rev 116299, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-testing-i686/mythtv.install
(from rev 116299, mythtv/trunk/mythtv.install)
  mythtv/repos/community-testing-x86_64/
  mythtv/repos/community-testing-x86_64/PKGBUILD
(from rev 116299, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-testing-x86_64/mythbackend.service
(from rev 116299, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-testing-x86_64/mythtv.install
(from rev 116299, mythtv/trunk/mythtv.install)

--+
 community-testing-i686/PKGBUILD  |   73 +
 community-testing-i686/mythbackend.service   |   15 +
 community-testing-i686/mythtv.install|   22 +++
 community-testing-x86_64/PKGBUILD|   73 +
 community-testing-x86_64/mythbackend.service |   15 +
 community-testing-x86_64/mythtv.install  |   22 +++
 6 files changed, 220 insertions(+)

Copied: mythtv/repos/community-testing-i686/PKGBUILD (from rev 116299, 
mythtv/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-24 10:23:06 UTC (rev 116300)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jonathan Conder jonno.con...@gmail.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: kleptophob...@gmail.com
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=mythtv
+pkgver=0.27.3
+pkgrel=1
+epoch=1
+pkgdesc=A Homebrew PVR project
+arch=('i686' 'x86_64')
+url=http://www.mythtv.org/;
+license=('GPL')
+depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' 
'libgl'
+ 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 
'mariadb-clients'
+ 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
+ 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 
'x264')
+makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264-dev' 'gdb')
+optdepends=('glew: for GPU commercial flagging'
+'libcec: for consumer electronics control capabilities'
+'libxml2: to read blu-ray metadata'
+'openssl: for AirTunes (RAOP) support'
+'udisks: detect changes to removable media'
+'xmltv: to download tv listings')
+conflicts=('myththemes' 'mythplugins-mythvideo')
+replaces=('myththemes' 'mythplugins-mythvideo')
+install='mythtv.install'
+source=($pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz;
+'mythbackend.service'
+
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
+sha256sums=('8eaaf8c6e42ca6eb81f180467de90d597dbeabb1bb14b7085da353d2980db8f4'
+'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
+'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver/$pkgname
+
+  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+  patch -Np2 -i $srcdir/libcec-2-support.2.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/$pkgname
+
+  ARCH=${CARCH/_/-}
+  ./configure --prefix=/usr \
+  --cpu=$ARCH \
+  --disable-altivec \
+  --disable-audio-jack \
+  --disable-ccache \
+  --disable-distcc \
+  --enable-libfftw3 \
+  --enable-libmp3lame \
+  --enable-libvpx \
+  --enable-libx264 \
+  --enable-vaapi \
+  --python=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/$pkgname
+  make INSTALL_ROOT=$pkgdir install
+
+  install -D -m644 $srcdir/mythbackend.service 
$pkgdir/usr/lib/systemd/system/mythbackend.service
+  install -D -m644 'database/mc.sql' $pkgdir/usr/share/mythtv/mc.sql
+
+  mkdir -p $pkgdir/usr/share/mythtv
+  cp -R 'contrib' $pkgdir/usr/share/mythtv
+  mkdir -p $pkgdir/var/log/mythtv
+}

Copied: mythtv/repos/community-testing-i686/mythbackend.service (from rev 
116299, mythtv/trunk/mythbackend.service)
===
--- community-testing-i686/mythbackend.service  (rev 0)
+++ community-testing-i686/mythbackend.service  2014-07-24 10:23:06 UTC (rev 
116300)
@@ -0,0 +1,15 @@
+[Unit]
+Description=MythTV Backend
+Wants=network-online.target
+After=network.target mysqld.service
+
+[Service]

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

2014-07-24 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 13:04:51
  Author: fyan
Revision: 116301

upgpkg: mythplugins 1:0.27.3-1

Modified:
  mythplugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 10:23:06 UTC (rev 116300)
+++ PKGBUILD2014-07-24 11:04:51 UTC (rev 116301)
@@ -13,8 +13,8 @@
  'mythplugins-mythweather'
  'mythplugins-mythweb'
  'mythplugins-mythzoneminder')
-pkgver=0.27
-pkgrel=5
+pkgver=0.27.3
+pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
 url=http://www.mythtv.org;
@@ -24,12 +24,12 @@
  'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size'
  'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax'
  'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 
'python2-pillow'
- 'python2-pycurl' 'zlib')
+ 'python2-pycurl' 'zlib' 'gdb')
 
source=(mythtv-$pkgver.tar.gz::https://github.com/MythTV/mythtv/archive/v$pkgver.tar.gz;
 
mythweb-$pkgver.tar.gz::https://github.com/MythTV/mythweb/archive/v$pkgver.tar.gz;
-   'cdparanoia.patch')
-sha256sums=('494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0'
-'7e54d6b388e2e8f3e50515c3fe46113f4217e3989242459a0fa73c928dcca494'
+'cdparanoia.patch')
+sha256sums=('8eaaf8c6e42ca6eb81f180467de90d597dbeabb1bb14b7085da353d2980db8f4'
+'deb00369d89d86fe11c05c275f76eb11d92c6e66279c9ac264bb69a7145f03cd'
 '004f1e4734830709d2ab5ebb804560514f2bf525abc2f11142501a81eba0754c')
 
 prepare() {



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

2014-07-24 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 13:05:39
  Author: fyan
Revision: 116302

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

Added:
  mythplugins/repos/community-testing-i686/
  mythplugins/repos/community-testing-i686/PKGBUILD
(from rev 116301, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-testing-i686/cdparanoia.patch
(from rev 116301, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-testing-i686/mythplugins-mythweb.install
(from rev 116301, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-testing-i686/mythplugins-mythzoneminder.install
(from rev 116301, mythplugins/trunk/mythplugins-mythzoneminder.install)
  mythplugins/repos/community-testing-x86_64/
  mythplugins/repos/community-testing-x86_64/PKGBUILD
(from rev 116301, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-testing-x86_64/cdparanoia.patch
(from rev 116301, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-testing-x86_64/mythplugins-mythweb.install
(from rev 116301, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-testing-x86_64/mythplugins-mythzoneminder.install
(from rev 116301, mythplugins/trunk/mythplugins-mythzoneminder.install)

-+
 community-testing-i686/PKGBUILD |  143 ++
 community-testing-i686/cdparanoia.patch |   52 +++
 community-testing-i686/mythplugins-mythweb.install  |4 
 community-testing-i686/mythplugins-mythzoneminder.install   |3 
 community-testing-x86_64/PKGBUILD   |  143 ++
 community-testing-x86_64/cdparanoia.patch   |   52 +++
 community-testing-x86_64/mythplugins-mythweb.install|4 
 community-testing-x86_64/mythplugins-mythzoneminder.install |3 
 8 files changed, 404 insertions(+)

Copied: mythplugins/repos/community-testing-i686/PKGBUILD (from rev 116301, 
mythplugins/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-24 11:05:39 UTC (rev 116302)
@@ -0,0 +1,143 @@
+# $Id$
+# Maintainer: Jonathan Conder jonno.con...@gmail.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgbase=mythplugins
+pkgname=('mythplugins-mytharchive'
+ 'mythplugins-mythbrowser'
+ 'mythplugins-mythgallery'
+ 'mythplugins-mythgame'
+ 'mythplugins-mythmusic'
+ 'mythplugins-mythnetvision'
+ 'mythplugins-mythnews'
+ 'mythplugins-mythweather'
+ 'mythplugins-mythweb'
+ 'mythplugins-mythzoneminder')
+pkgver=0.27.3
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url=http://www.mythtv.org;
+license=('GPL')
+makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif'
+ 'libvorbis' 'mesa' 'mesa-libgl' 'mplayer' 'mythtv'
+ 'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size'
+ 'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax'
+ 'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 
'python2-pillow'
+ 'python2-pycurl' 'zlib' 'gdb')
+source=(mythtv-$pkgver.tar.gz::https://github.com/MythTV/mythtv/archive/v$pkgver.tar.gz;
+
mythweb-$pkgver.tar.gz::https://github.com/MythTV/mythweb/archive/v$pkgver.tar.gz;
+'cdparanoia.patch')
+sha256sums=('8eaaf8c6e42ca6eb81f180467de90d597dbeabb1bb14b7085da353d2980db8f4'
+'deb00369d89d86fe11c05c275f76eb11d92c6e66279c9ac264bb69a7145f03cd'
+'004f1e4734830709d2ab5ebb804560514f2bf525abc2f11142501a81eba0754c')
+
+prepare() {
+  cd $srcdir/mythtv-$pkgver/$pkgbase
+
+  find . -name '*.py' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+  patch -Np1 -i $srcdir/cdparanoia.patch
+
+  cd $srcdir/mythweb-$pkgver
+
+  sed -re 's@/usr/local.*/usr/share@/usr/share@' -i 'mythweb.php'
+}
+
+build() {
+  cd $srcdir/mythtv-$pkgver/$pkgbase
+
+  ./configure --prefix=/usr \
+  --enable-all \
+  --python=python2
+  qmake-qt4 mythplugins.pro
+  make -s
+}
+
+package_mythplugins-mytharchive() {
+  pkgdesc=Create DVDs or archive recorded shows in MythTV
+  depends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'mythtv'
+   'python2-pillow')
+
+  cd $srcdir/mythtv-$pkgver/$pkgbase/mytharchive
+  make INSTALL_ROOT=$pkgdir install
+}
+
+package_mythplugins-mythbrowser() {
+  pkgdesc=Mini web browser for MythTV
+  depends=('mythtv')
+
+  cd $srcdir/mythtv-$pkgver/$pkgbase/mythbrowser
+  make INSTALL_ROOT=$pkgdir install
+}
+
+package_mythplugins-mythgallery() {
+  pkgdesc=Image gallery plugin for MythTV
+  depends=('libexif' 'mythtv')
+
+  cd $srcdir/mythtv-$pkgver/$pkgbase/mythgallery
+  make INSTALL_ROOT=$pkgdir install
+}
+
+package_mythplugins-mythgame() {
+  pkgdesc=Game emulator 

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

2014-07-24 Thread Alexander Rødseth
Date: Thursday, July 24, 2014 @ 13:24:04
  Author: arodseth
Revision: 116303

Does not compile with pthreads

Modified:
  gauche/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 11:05:39 UTC (rev 116302)
+++ PKGBUILD2014-07-24 11:24:04 UTC (rev 116303)
@@ -19,14 +19,16 @@
 build() {
   cd Gauche-$pkgver
 
-  ./configure --enable-multibyte=utf-8 --enable-threads=pthreads --prefix=/usr
-  make -j1
+  # does not compile with --enable-threads=pthreads
+  ./configure --enable-multibyte=utf-8 --prefix=/usr
+
+  make
 }
 
 package() {
   cd Gauche-$pkgver
 
-  make -j1 DESTDIR=$pkgdir install-pkg install-doc
+  make DESTDIR=$pkgdir install-pkg install-doc
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
 



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

2014-07-24 Thread Alexander Rødseth
Date: Thursday, July 24, 2014 @ 13:30:33
  Author: arodseth
Revision: 116304

No threads for i686, then

Modified:
  gauche/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 11:24:04 UTC (rev 116303)
+++ PKGBUILD2014-07-24 11:30:33 UTC (rev 116304)
@@ -19,9 +19,9 @@
 build() {
   cd Gauche-$pkgver
 
-  # does not compile with --enable-threads=pthreads
-  ./configure --enable-multibyte=utf-8 --prefix=/usr
-
+  [ $CARCH == 'i686' ]  ./configure --enable-multibyte=utf-8 --prefix=/usr \
+--enable-threads=none || ./configure --enable-multibyte=utf-8 \
+--prefix=/usr --enable-threads=pthreads
   make
 }
 



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD apache.conf)

2014-07-24 Thread Sergej Pupykin
Date: Thursday, July 24, 2014 @ 14:02:09
  Author: spupykin
Revision: 116305

upgpkg: roundcubemail 1.0.2-3

upd

Modified:
  roundcubemail/trunk/PKGBUILD
  roundcubemail/trunk/apache.conf

-+
 PKGBUILD|   12 ++--
 apache.conf |1 +
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 11:30:33 UTC (rev 116304)
+++ PKGBUILD2014-07-24 12:02:09 UTC (rev 116305)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A PHP web-based mail client
 arch=('any')
 url=http://www.roundcube.net;
@@ -17,7 +17,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
 md5sums=('5028c6f9fa88d0c84b0fde0b84355203'
- 'afa5113b40709550573f32d032b388b8')
+ 'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {
   cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
@@ -45,10 +45,10 @@
   install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
   install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
 
-  install -dm0755 $pkgdir/etc/php/conf.d/
-  cat EOF $pkgdir/etc/php/conf.d/$pkgname.ini
-open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
-EOF
+#  install -dm0755 $pkgdir/etc/php/conf.d/
+#  cat EOF $pkgdir/etc/php/conf.d/$pkgname.ini
+#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
+#EOF
 
   rm -rf temp logs
 }

Modified: apache.conf
===
--- apache.conf 2014-07-24 11:30:33 UTC (rev 116304)
+++ apache.conf 2014-07-24 12:02:09 UTC (rev 116305)
@@ -3,4 +3,5 @@
 AllowOverride All
 Options FollowSymlinks
 Require all granted
+php_admin_value open_basedir 
/tmp/:/var/cache/roundcubemail:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail
 /Directory



[arch-commits] Commit in roundcubemail/repos/community-any (6 files)

2014-07-24 Thread Sergej Pupykin
Date: Thursday, July 24, 2014 @ 14:02:36
  Author: spupykin
Revision: 116306

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 116305, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 116305, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 116305, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |  108 
 apache.conf   |   13 +++--
 roundcubemail.install |   14 +++---
 3 files changed, 68 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-24 12:02:09 UTC (rev 116305)
+++ PKGBUILD2014-07-24 12:02:36 UTC (rev 116306)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=roundcubemail
-pkgver=1.0.2
-pkgrel=2
-pkgdesc=A PHP web-based mail client
-arch=('any')
-url=http://www.roundcube.net;
-license=('GPL')
-depends=('php')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip' 'emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
-   apache.conf)
-md5sums=('5028c6f9fa88d0c84b0fde0b84355203'
- 'afa5113b40709550573f32d032b388b8')
-
-prepare() {
-  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
-  sed -i \
--e s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';| \
--e s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';| \
-config/defaults.inc.php \
-program/lib/Roundcube/rcube_config.php
-}
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-
-  install -dm0755 $pkgdir/etc/php/conf.d/
-  cat EOF $pkgdir/etc/php/conf.d/$pkgname.ini
-open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
-EOF
-
-  rm -rf temp logs
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 116305, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-24 12:02:36 UTC (rev 116306)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=roundcubemail
+pkgver=1.0.2
+pkgrel=3
+pkgdesc=A PHP web-based mail client
+arch=('any')
+url=http://www.roundcube.net;
+license=('GPL')
+depends=('php')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip' 'emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+   apache.conf)
+md5sums=('5028c6f9fa88d0c84b0fde0b84355203'
+ 'f11b17e2a80b383cde4af963fb307541')
+
+prepare() {
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+-e s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';| \
+-e s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';| \
+config/defaults.inc.php \
+program/lib/Roundcube/rcube_config.php
+}
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
+  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+
+#  install -dm0755 $pkgdir/etc/php/conf.d/
+#  cat EOF $pkgdir/etc/php/conf.d/$pkgname.ini
+#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
+#EOF
+
+  rm -rf temp logs
+}

Deleted: apache.conf

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

2014-07-24 Thread Sergej Pupykin
Date: Thursday, July 24, 2014 @ 15:26:37
  Author: spupykin
Revision: 116307

upgpkg: tigervnc 1.3.1-2

upd

Modified:
  tigervnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 12:02:36 UTC (rev 116306)
+++ PKGBUILD2014-07-24 13:26:37 UTC (rev 116307)
@@ -4,8 +4,8 @@
 
 pkgname=tigervnc
 pkgver=1.3.1
-pkgrel=1
-_xorgver=1.15.0
+pkgrel=2
+_xorgver=1.15.2
 pkgdesc=suite of VNC servers and clients. VNC 4 branch of TightVNC.
 arch=('i686' 'x86_64')
 url=http://www.tigervnc.org;
@@ -26,7 +26,7 @@
getmaster.patch
xorg115.patch)
 md5sums=('e80b16aa74f1d8e89f284a6aef99955d'
- 'c2ace3697b32414094cf8c597c39d7d9'
+ '69229fe5cdf3f20f74665d57b7601d26'
  '0903d5a0dfa38e0b04964505b644585c'
  'b200d83c60e80c6f9693ea19a2d9f5b0'
  '22f1523a0eca56ad79cfabd0db6e2cf6'



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

2014-07-24 Thread Sergej Pupykin
Date: Thursday, July 24, 2014 @ 15:27:03
  Author: spupykin
Revision: 116308

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

Added:
  tigervnc/repos/community-i686/PKGBUILD
(from rev 116307, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-i686/gethomedir.patch
(from rev 116307, tigervnc/trunk/gethomedir.patch)
  tigervnc/repos/community-i686/getmaster.patch
(from rev 116307, tigervnc/trunk/getmaster.patch)
  tigervnc/repos/community-i686/vncserver.service
(from rev 116307, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-i686/vncviewer.desktop
(from rev 116307, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-i686/xorg115.patch
(from rev 116307, tigervnc/trunk/xorg115.patch)
  tigervnc/repos/community-x86_64/PKGBUILD
(from rev 116307, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-x86_64/gethomedir.patch
(from rev 116307, tigervnc/trunk/gethomedir.patch)
  tigervnc/repos/community-x86_64/getmaster.patch
(from rev 116307, tigervnc/trunk/getmaster.patch)
  tigervnc/repos/community-x86_64/vncserver.service
(from rev 116307, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-x86_64/vncviewer.desktop
(from rev 116307, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-x86_64/xorg115.patch
(from rev 116307, tigervnc/trunk/xorg115.patch)
Deleted:
  tigervnc/repos/community-i686/PKGBUILD
  tigervnc/repos/community-i686/gethomedir.patch
  tigervnc/repos/community-i686/getmaster.patch
  tigervnc/repos/community-i686/vncserver.service
  tigervnc/repos/community-i686/vncviewer.desktop
  tigervnc/repos/community-i686/xorg115.patch
  tigervnc/repos/community-x86_64/PKGBUILD
  tigervnc/repos/community-x86_64/gethomedir.patch
  tigervnc/repos/community-x86_64/getmaster.patch
  tigervnc/repos/community-x86_64/vncserver.service
  tigervnc/repos/community-x86_64/vncviewer.desktop
  tigervnc/repos/community-x86_64/xorg115.patch

+
 /PKGBUILD  |  146 ++
 /gethomedir.patch  |   40 +++
 /getmaster.patch   |  192 +++
 /vncserver.service |   56 ++
 /vncviewer.desktop |   18 +++
 /xorg115.patch |   30 +
 community-i686/PKGBUILD|   73 -
 community-i686/gethomedir.patch|   20 ---
 community-i686/getmaster.patch |   96 -
 community-i686/vncserver.service   |   28 -
 community-i686/vncviewer.desktop   |   10 -
 community-i686/xorg115.patch   |   15 --
 community-x86_64/PKGBUILD  |   73 -
 community-x86_64/gethomedir.patch  |   20 ---
 community-x86_64/getmaster.patch   |   96 -
 community-x86_64/vncserver.service |   28 -
 community-x86_64/vncviewer.desktop |   10 -
 community-x86_64/xorg115.patch |   15 --
 18 files changed, 482 insertions(+), 484 deletions(-)

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


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

2014-07-24 Thread Andreas Radke
Date: Thursday, July 24, 2014 @ 15:43:30
  Author: andyrtr
Revision: 217817

upgpkg: libxext 1.3.3-1

upstream update 1.3.3

Modified:
  libxext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 07:25:14 UTC (rev 217816)
+++ PKGBUILD2014-07-24 13:43:30 UTC (rev 217817)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxext
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc=X11 miscellaneous extensions library
 arch=('i686' 'x86_64')
@@ -12,16 +12,16 @@
 depends=('libx11' 'xextproto')
 makedepends=('xorg-util-macros')
 source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2)
-sha256sums=('f829075bc646cdc085fa25d98d5885d83b1759ceb355933127c257e8e50432e0')
+sha256sums=('b518d4d332231f313371fdefac59e3776f4f0823bcb23cf7c7305bfb57b16e35')
 
 build() {
-  cd ${srcdir}/libXext-${pkgver}
+  cd libXext-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/libXext-${pkgver}
+  cd libXext-${pkgver}
   make DESTDIR=${pkgdir} install
 
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}



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

2014-07-24 Thread Andreas Radke
Date: Thursday, July 24, 2014 @ 15:43:51
  Author: andyrtr
Revision: 217818

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-24 13:43:30 UTC (rev 217817)
+++ extra-i686/PKGBUILD 2014-07-24 13:43:51 UTC (rev 217818)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxext
-pkgver=1.3.2
-pkgrel=1
-pkgdesc=X11 miscellaneous extensions library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'xextproto')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2)
-sha256sums=('f829075bc646cdc085fa25d98d5885d83b1759ceb355933127c257e8e50432e0')
-
-build() {
-  cd ${srcdir}/libXext-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXext-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxext/repos/extra-i686/PKGBUILD (from rev 217817, 
libxext/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-24 13:43:51 UTC (rev 217818)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxext
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=X11 miscellaneous extensions library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'xextproto')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2)
+sha256sums=('b518d4d332231f313371fdefac59e3776f4f0823bcb23cf7c7305bfb57b16e35')
+
+build() {
+  cd libXext-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd libXext-${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   2014-07-24 13:43:30 UTC (rev 217817)
+++ extra-x86_64/PKGBUILD   2014-07-24 13:43:51 UTC (rev 217818)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxext
-pkgver=1.3.2
-pkgrel=1
-pkgdesc=X11 miscellaneous extensions library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'xextproto')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2)
-sha256sums=('f829075bc646cdc085fa25d98d5885d83b1759ceb355933127c257e8e50432e0')
-
-build() {
-  cd ${srcdir}/libXext-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXext-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxext/repos/extra-x86_64/PKGBUILD (from rev 217817, 
libxext/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-24 13:43:51 UTC (rev 217818)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxext
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=X11 miscellaneous extensions library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'xextproto')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2)
+sha256sums=('b518d4d332231f313371fdefac59e3776f4f0823bcb23cf7c7305bfb57b16e35')
+
+build() {
+  cd libXext-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd libXext-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

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

2014-07-24 Thread Jan Steffens
Date: Thursday, July 24, 2014 @ 20:51:38
  Author: heftig
Revision: 217820

Incompatible with ffmpeg 2.3, has segfaults and fails tests

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 13:47:43 UTC (rev 217819)
+++ PKGBUILD2014-07-24 18:51:38 UTC (rev 217820)
@@ -3,13 +3,13 @@
 
 pkgname=gst-libav
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Gstreamer libav Plugin
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'ffmpeg')
-makedepends=('python')
+depends=('gst-plugins-base-libs' 'bzip2')
+makedepends=('python' 'yasm')
 options=(!emptydirs)
 provides=(gst-ffmpeg=$pkgver-$pkgrel)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
@@ -23,7 +23,7 @@
   cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-system-libav \
+--disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
 --with-package-name=GStreamer libav Plugin (Arch Linux) \
 --with-package-origin=http://www.archlinux.org/;
 



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

2014-07-24 Thread Jan Steffens
Date: Thursday, July 24, 2014 @ 20:53:49
  Author: heftig
Revision: 217821

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

Added:
  gst-libav/repos/testing-i686/PKGBUILD
(from rev 217820, gst-libav/trunk/PKGBUILD)
  gst-libav/repos/testing-x86_64/PKGBUILD
(from rev 217820, gst-libav/trunk/PKGBUILD)
Deleted:
  gst-libav/repos/testing-i686/PKGBUILD
  gst-libav/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   88 ++
 testing-i686/PKGBUILD   |   44 ---
 testing-x86_64/PKGBUILD |   44 ---
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-07-24 18:51:38 UTC (rev 217820)
+++ testing-i686/PKGBUILD   2014-07-24 18:53:49 UTC (rev 217821)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-libav
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=Gstreamer libav Plugin
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'ffmpeg')
-makedepends=('python')
-options=(!emptydirs)
-provides=(gst-ffmpeg=$pkgver-$pkgrel)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('c82c7a657863f2e27ac5cba539b0bd0a8114ad6bd4ba33bae777e4dbfab9e380')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-system-libav \
---with-package-name=GStreamer libav Plugin (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-libav/repos/testing-i686/PKGBUILD (from rev 217820, 
gst-libav/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-24 18:53:49 UTC (rev 217821)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-libav
+pkgver=1.4.0
+pkgrel=2
+pkgdesc=Gstreamer libav Plugin
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'bzip2')
+makedepends=('python' 'yasm')
+options=(!emptydirs)
+provides=(gst-ffmpeg=$pkgver-$pkgrel)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('c82c7a657863f2e27ac5cba539b0bd0a8114ad6bd4ba33bae777e4dbfab9e380')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
+--with-package-name=GStreamer libav Plugin (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-07-24 18:51:38 UTC (rev 217820)
+++ testing-x86_64/PKGBUILD 2014-07-24 18:53:49 UTC (rev 217821)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-libav
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=Gstreamer libav Plugin
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'ffmpeg')
-makedepends=('python')
-options=(!emptydirs)
-provides=(gst-ffmpeg=$pkgver-$pkgrel)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('c82c7a657863f2e27ac5cba539b0bd0a8114ad6bd4ba33bae777e4dbfab9e380')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-system-libav \
---with-package-name=GStreamer libav Plugin (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-libav/repos/testing-x86_64/PKGBUILD (from rev 217820, 
gst-libav/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-24 18:53:49 UTC (rev 217821)
@@ -0,0 +1,44 @@
+# 

[arch-commits] Commit in (4 files)

2014-07-24 Thread Jonathan Steel
Date: Thursday, July 24, 2014 @ 20:54:08
  Author: jsteel
Revision: 116309

Moving to [community]

Added:
  perl-mouse/
  perl-mouse/repos/
  perl-mouse/trunk/
  perl-mouse/trunk/PKGBUILD

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

Added: perl-mouse/trunk/PKGBUILD
===
--- perl-mouse/trunk/PKGBUILD   (rev 0)
+++ perl-mouse/trunk/PKGBUILD   2014-07-24 18:54:08 UTC (rev 116309)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: Justin Davis jrc...@gmail.com
+
+pkgname=perl-mouse
+pkgver=2.3.0
+pkgrel=1
+pkgdesc=Moose minus the antlers
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Mouse;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-test-exception' 'perl-test-fatal' 'perl-module-build'
+ 'perl-module-build-xsutil' 'perl-test-requires'
+ 'perl-test-leaktrace' 'perl-test-output' 'perl-test-deep'
+ 'perl-io-string')
+source=(http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-$pkgver.tar.gz)
+md5sums=('aae2b55f280f773a92fa16c6bdcc358d')
+
+build() {
+  cd $srcdir/Mouse-$pkgver
+
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=  \
+  PERL_AUTOINSTALL=--skipdeps \
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir'  \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir'  \
+  MODULEBUILDRC=/dev/null
+
+/usr/bin/perl Build.PL
+./Build
+  )
+}
+
+check() {
+  cd $srcdir/Mouse-$pkgver
+
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+./Build test
+  )
+}
+
+package() {
+  cd $srcdir/Mouse-$pkgver
+
+  ./Build install
+}


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


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

2014-07-24 Thread Jonathan Steel
Date: Thursday, July 24, 2014 @ 20:54:35
  Author: jsteel
Revision: 116310

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

Added:
  perl-mouse/repos/community-i686/
  perl-mouse/repos/community-i686/PKGBUILD
(from rev 116309, perl-mouse/trunk/PKGBUILD)
  perl-mouse/repos/community-x86_64/
  perl-mouse/repos/community-x86_64/PKGBUILD
(from rev 116309, perl-mouse/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   46 
 community-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: perl-mouse/repos/community-i686/PKGBUILD (from rev 116309, 
perl-mouse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-24 18:54:35 UTC (rev 116310)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: Justin Davis jrc...@gmail.com
+
+pkgname=perl-mouse
+pkgver=2.3.0
+pkgrel=1
+pkgdesc=Moose minus the antlers
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Mouse;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-test-exception' 'perl-test-fatal' 'perl-module-build'
+ 'perl-module-build-xsutil' 'perl-test-requires'
+ 'perl-test-leaktrace' 'perl-test-output' 'perl-test-deep'
+ 'perl-io-string')
+source=(http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-$pkgver.tar.gz)
+md5sums=('aae2b55f280f773a92fa16c6bdcc358d')
+
+build() {
+  cd $srcdir/Mouse-$pkgver
+
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=  \
+  PERL_AUTOINSTALL=--skipdeps \
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir'  \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir'  \
+  MODULEBUILDRC=/dev/null
+
+/usr/bin/perl Build.PL
+./Build
+  )
+}
+
+check() {
+  cd $srcdir/Mouse-$pkgver
+
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+./Build test
+  )
+}
+
+package() {
+  cd $srcdir/Mouse-$pkgver
+
+  ./Build install
+}

Copied: perl-mouse/repos/community-x86_64/PKGBUILD (from rev 116309, 
perl-mouse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-24 18:54:35 UTC (rev 116310)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: Justin Davis jrc...@gmail.com
+
+pkgname=perl-mouse
+pkgver=2.3.0
+pkgrel=1
+pkgdesc=Moose minus the antlers
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Mouse;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-test-exception' 'perl-test-fatal' 'perl-module-build'
+ 'perl-module-build-xsutil' 'perl-test-requires'
+ 'perl-test-leaktrace' 'perl-test-output' 'perl-test-deep'
+ 'perl-io-string')
+source=(http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-$pkgver.tar.gz)
+md5sums=('aae2b55f280f773a92fa16c6bdcc358d')
+
+build() {
+  cd $srcdir/Mouse-$pkgver
+
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=  \
+  PERL_AUTOINSTALL=--skipdeps \
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir'  \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir'  \
+  MODULEBUILDRC=/dev/null
+
+/usr/bin/perl Build.PL
+./Build
+  )
+}
+
+check() {
+  cd $srcdir/Mouse-$pkgver
+
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+./Build test
+  )
+}
+
+package() {
+  cd $srcdir/Mouse-$pkgver
+
+  ./Build install
+}



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

2014-07-24 Thread Jan Steffens
Date: Thursday, July 24, 2014 @ 20:59:17
  Author: heftig
Revision: 116311

0.0.20

Modified:
  libgit2-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 18:54:35 UTC (rev 116310)
+++ PKGBUILD2014-07-24 18:59:17 UTC (rev 116311)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libgit2-glib
-pkgver=0.0.18
+pkgver=0.0.20
 pkgrel=1
 pkgdesc=GLib wrapper for libgit2
 url=http://wiki.gnome.org/Projects/Libgit2-glib;
@@ -9,9 +9,9 @@
 license=(LGPL2.1)
 arch=(i686 x86_64)
 depends=(glib2 libgit2)
-makedepends=(gobject-introspection)
+makedepends=(gobject-introspection vala)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9f27b1dc3cfb5ce0d7685be12757f8549778b63b8a2a0b6565c5cad9ed84470c')
+sha256sums=('f8a10c8d3fcad14eed080dff6b8db0c72866c11a05b9731af31cb7258bcc8d95')
 
 build() {
   cd $pkgname-$pkgver



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

2014-07-24 Thread Jan Steffens
Date: Thursday, July 24, 2014 @ 21:00:05
  Author: heftig
Revision: 116312

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

Added:
  libgit2-glib/repos/community-i686/PKGBUILD
(from rev 116311, libgit2-glib/trunk/PKGBUILD)
  libgit2-glib/repos/community-x86_64/PKGBUILD
(from rev 116311, libgit2-glib/trunk/PKGBUILD)
Deleted:
  libgit2-glib/repos/community-i686/PKGBUILD
  libgit2-glib/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-24 18:59:17 UTC (rev 116311)
+++ community-i686/PKGBUILD 2014-07-24 19:00:05 UTC (rev 116312)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libgit2-glib
-pkgver=0.0.18
-pkgrel=1
-pkgdesc=GLib wrapper for libgit2
-url=http://wiki.gnome.org/Projects/Libgit2-glib;
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2 libgit2)
-makedepends=(gobject-introspection)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9f27b1dc3cfb5ce0d7685be12757f8549778b63b8a2a0b6565c5cad9ed84470c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgit2-glib/repos/community-i686/PKGBUILD (from rev 116311, 
libgit2-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-24 19:00:05 UTC (rev 116312)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libgit2-glib
+pkgver=0.0.20
+pkgrel=1
+pkgdesc=GLib wrapper for libgit2
+url=http://wiki.gnome.org/Projects/Libgit2-glib;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection vala)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f8a10c8d3fcad14eed080dff6b8db0c72866c11a05b9731af31cb7258bcc8d95')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-24 18:59:17 UTC (rev 116311)
+++ community-x86_64/PKGBUILD   2014-07-24 19:00:05 UTC (rev 116312)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libgit2-glib
-pkgver=0.0.18
-pkgrel=1
-pkgdesc=GLib wrapper for libgit2
-url=http://wiki.gnome.org/Projects/Libgit2-glib;
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2 libgit2)
-makedepends=(gobject-introspection)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9f27b1dc3cfb5ce0d7685be12757f8549778b63b8a2a0b6565c5cad9ed84470c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgit2-glib/repos/community-x86_64/PKGBUILD (from rev 116311, 
libgit2-glib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-24 19:00:05 UTC (rev 116312)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libgit2-glib
+pkgver=0.0.20
+pkgrel=1
+pkgdesc=GLib wrapper for libgit2
+url=http://wiki.gnome.org/Projects/Libgit2-glib;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection vala)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f8a10c8d3fcad14eed080dff6b8db0c72866c11a05b9731af31cb7258bcc8d95')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc 

[arch-commits] Commit in docker/repos (5 files)

2014-07-24 Thread Sébastien Luttringer
Date: Friday, July 25, 2014 @ 00:52:08
  Author: seblu
Revision: 116313

db-move: moved docker from [community-testing] to [community] (x86_64)

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 116312, docker/repos/community-testing-x86_64/PKGBUILD)
  docker/repos/community-x86_64/docker.install
(from rev 116312, docker/repos/community-testing-x86_64/docker.install)
Deleted:
  docker/repos/community-testing-x86_64/
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.install

-+
 /PKGBUILD   |   53 ++
 /docker.install |   29 
 community-x86_64/PKGBUILD   |   48 --
 community-x86_64/docker.install |   18 
 4 files changed, 82 insertions(+), 66 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-24 19:00:05 UTC (rev 116312)
+++ community-x86_64/PKGBUILD   2014-07-24 22:52:08 UTC (rev 116313)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-
-pkgname=docker
-pkgver=1.1.1
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='http://www.docker.io/'
-license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
-makedepends=('git' 'go' 'btrfs-progs')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-install=$pkgname.install
-source=(git+https://github.com/dotcloud/docker.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd docker
-  export AUTO_GOPATH=1
-  ./hack/make.sh dynbinary
-}
-
-#check() {
-#  cd $_magic/docker
-#  # Will be added upstream soon
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  cd docker
-  install -Dm755 bundles/$pkgver/dynbinary/docker-$pkgver 
$pkgdir/usr/bin/docker
-  install -Dm755 bundles/$pkgver/dynbinary/dockerinit-$pkgver 
$pkgdir/usr/lib/docker/dockerinit
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
$pkgdir/usr/share/bash-completion/completions/docker
-  install -Dm644 'contrib/completion/zsh/_docker' 
$pkgdir/usr/share/zsh/site-functions/_docker
-  # systemd
-  install -Dm644 'contrib/init/systemd/docker.service' 
$pkgdir/usr/lib/systemd/system/docker.service
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' 
$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim
-  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' 
$pkgdir/usr/share/vim/vimfiles/dockerfile.vim
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/PKGBUILD (from rev 116312, 
docker/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-24 22:52:08 UTC (rev 116313)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+
+pkgname=docker
+pkgver=1.1.1
+pkgrel=2
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='http://www.docker.io/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
+makedepends=('git' 'go' 'btrfs-progs')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+source=(git+https://github.com/dotcloud/docker.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd docker
+  export AUTO_GOPATH=1
+  ./hack/make.sh dynbinary
+}
+
+#check() {
+#  cd $_magic/docker
+#  # Will be added upstream soon
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  cd docker
+  install -Dm755 bundles/$pkgver/dynbinary/docker-$pkgver 
$pkgdir/usr/bin/docker
+  install -Dm755 bundles/$pkgver/dynbinary/dockerinit-$pkgver 
$pkgdir/usr/lib/docker/dockerinit
+  # completion
+  install -Dm644 'contrib/completion/bash/docker' 
$pkgdir/usr/share/bash-completion/completions/docker
+  install -Dm644 'contrib/completion/zsh/_docker' 
$pkgdir/usr/share/zsh/site-functions/_docker
+  # systemd
+  install -Dm644 'contrib/init/systemd/socket-activation/docker.service' \
+$pkgdir/usr/lib/systemd/system/docker.service
+  install -Dm644 'contrib/init/systemd/socket-activation/docker.socket' \
+$pkgdir/usr/lib/systemd/system/docker.socket
+  # vim syntax
+  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' \
+$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim
+  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' \
+$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/docker.install

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

2014-07-24 Thread Sébastien Luttringer
Date: Friday, July 25, 2014 @ 00:59:05
  Author: seblu
Revision: 116314

upgpkg: docker 1:1.1.2-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 22:52:08 UTC (rev 116313)
+++ PKGBUILD2014-07-24 22:59:05 UTC (rev 116314)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Seblu Luttringer
 
 pkgname=docker
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 # don't strip binaries! A sha1 is used to check binary consistency.
 options=('!strip')
 install=$pkgname.install
-source=(git+https://github.com/dotcloud/docker.git#tag=v$pkgver;)
+source=(git+https://github.com/docker/docker.git#tag=v$pkgver;)
 md5sums=('SKIP')
 
 build() {



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

2014-07-24 Thread Sébastien Luttringer
Date: Friday, July 25, 2014 @ 00:59:14
  Author: seblu
Revision: 116315

archrelease: copy trunk to community-x86_64

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 116314, docker/trunk/PKGBUILD)
  docker/repos/community-x86_64/docker.install
(from rev 116314, docker/trunk/docker.install)
Deleted:
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.install

+
 PKGBUILD   |  106 +++
 docker.install |   58 +++---
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-24 22:59:05 UTC (rev 116314)
+++ PKGBUILD2014-07-24 22:59:14 UTC (rev 116315)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-
-pkgname=docker
-pkgver=1.1.1
-pkgrel=2
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='http://www.docker.io/'
-license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
-makedepends=('git' 'go' 'btrfs-progs')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-install=$pkgname.install
-source=(git+https://github.com/dotcloud/docker.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd docker
-  export AUTO_GOPATH=1
-  ./hack/make.sh dynbinary
-}
-
-#check() {
-#  cd $_magic/docker
-#  # Will be added upstream soon
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  cd docker
-  install -Dm755 bundles/$pkgver/dynbinary/docker-$pkgver 
$pkgdir/usr/bin/docker
-  install -Dm755 bundles/$pkgver/dynbinary/dockerinit-$pkgver 
$pkgdir/usr/lib/docker/dockerinit
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
$pkgdir/usr/share/bash-completion/completions/docker
-  install -Dm644 'contrib/completion/zsh/_docker' 
$pkgdir/usr/share/zsh/site-functions/_docker
-  # systemd
-  install -Dm644 'contrib/init/systemd/socket-activation/docker.service' \
-$pkgdir/usr/lib/systemd/system/docker.service
-  install -Dm644 'contrib/init/systemd/socket-activation/docker.socket' \
-$pkgdir/usr/lib/systemd/system/docker.socket
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' \
-$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim
-  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/PKGBUILD (from rev 116314, 
docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-24 22:59:14 UTC (rev 116315)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+
+pkgname=docker
+pkgver=1.1.2
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='http://www.docker.io/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
+makedepends=('git' 'go' 'btrfs-progs')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+source=(git+https://github.com/docker/docker.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd docker
+  export AUTO_GOPATH=1
+  ./hack/make.sh dynbinary
+}
+
+#check() {
+#  cd $_magic/docker
+#  # Will be added upstream soon
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  cd docker
+  install -Dm755 bundles/$pkgver/dynbinary/docker-$pkgver 
$pkgdir/usr/bin/docker
+  install -Dm755 bundles/$pkgver/dynbinary/dockerinit-$pkgver 
$pkgdir/usr/lib/docker/dockerinit
+  # completion
+  install -Dm644 'contrib/completion/bash/docker' 
$pkgdir/usr/share/bash-completion/completions/docker
+  install -Dm644 'contrib/completion/zsh/_docker' 
$pkgdir/usr/share/zsh/site-functions/_docker
+  # systemd
+  install -Dm644 'contrib/init/systemd/socket-activation/docker.service' \
+$pkgdir/usr/lib/systemd/system/docker.service
+  install -Dm644 'contrib/init/systemd/socket-activation/docker.socket' \
+$pkgdir/usr/lib/systemd/system/docker.socket
+  # vim syntax
+  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' \
+$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim
+  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' \
+$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: docker.install
===
--- docker.install  2014-07-24 22:59:05 UTC (rev 116314)
+++ docker.install  2014-07-24 22:59:14 UTC (rev 116315)
@@ -1,29 +0,0 @@
-# arg 1:  the new package version
-post_install() 

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

2014-07-24 Thread Sébastien Luttringer
Date: Friday, July 25, 2014 @ 01:41:44
  Author: seblu
Revision: 116316

upgpkg: lz4 120-1

Modified:
  lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 22:59:14 UTC (rev 116315)
+++ PKGBUILD2014-07-24 23:41:44 UTC (rev 116316)
@@ -5,7 +5,7 @@
 # He only push tested release code into svn and support using revision as 
version
 
 pkgname=lz4
-pkgver=119
+pkgver=120
 pkgrel=1
 pkgdesc='Very fast lossless compression algorithm'
 arch=('i686' 'x86_64')



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

2014-07-24 Thread Sébastien Luttringer
Date: Friday, July 25, 2014 @ 01:41:57
  Author: seblu
Revision: 116317

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

Added:
  lz4/repos/community-testing-i686/
  lz4/repos/community-testing-i686/PKGBUILD
(from rev 116316, lz4/trunk/PKGBUILD)
  lz4/repos/community-testing-x86_64/
  lz4/repos/community-testing-x86_64/PKGBUILD
(from rev 116316, lz4/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   37 
 community-testing-x86_64/PKGBUILD |   37 
 2 files changed, 74 insertions(+)

Copied: lz4/repos/community-testing-i686/PKGBUILD (from rev 116316, 
lz4/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-24 23:41:57 UTC (rev 116317)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=120
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('GPL2')
+makedepends=('svn')
+checkdepends=('diffutils')
+depends=('glibc')
+source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+check() {
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install DESTDIR=$pkgdir
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-testing-x86_64/PKGBUILD (from rev 116316, 
lz4/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-07-24 23:41:57 UTC (rev 116317)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=120
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('GPL2')
+makedepends=('svn')
+checkdepends=('diffutils')
+depends=('glibc')
+source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+check() {
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install DESTDIR=$pkgdir
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-07-24 Thread Laurent Carlier
Date: Friday, July 25, 2014 @ 01:42:38
  Author: lcarlier
Revision: 217823

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

Added:
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 217822, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 217822, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/glamor-upstream-fix.patch
(from rev 217822, xorg-server/trunk/glamor-upstream-fix.patch)
  xorg-server/repos/testing-i686/nvidia-drm-outputclass.conf
(from rev 217822, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/testing-i686/xorg-server.install
(from rev 217822, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 217822, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 217822, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 217822, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 217822, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/glamor-upstream-fix.patch
(from rev 217822, xorg-server/trunk/glamor-upstream-fix.patch)
  xorg-server/repos/testing-x86_64/nvidia-drm-outputclass.conf
(from rev 217822, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/testing-x86_64/xorg-server.install
(from rev 217822, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 217822, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 217822, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/testing-i686/10-quirks.conf
  xorg-server/repos/testing-i686/PKGBUILD
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
  xorg-server/repos/testing-i686/autoconfig-sis.patch
  xorg-server/repos/testing-i686/xvfb-run
  xorg-server/repos/testing-i686/xvfb-run.1
  xorg-server/repos/testing-x86_64/10-quirks.conf
  xorg-server/repos/testing-x86_64/PKGBUILD
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
  xorg-server/repos/testing-x86_64/xvfb-run
  xorg-server/repos/testing-x86_64/xvfb-run.1

+
 /PKGBUILD  |  450 +
 /autoconfig-sis.patch  |   42 ++
 /xvfb-run  |  360 +
 /xvfb-run.1|  564 +++
 testing-i686/10-quirks.conf|   10 
 testing-i686/PKGBUILD  |  222 --
 testing-i686/autoconfig-nvidia.patch   |   28 -
 testing-i686/autoconfig-sis.patch  |   21 -
 testing-i686/glamor-upstream-fix.patch |  178 
 testing-i686/nvidia-drm-outputclass.conf   |6 
 testing-i686/xorg-server.install   |   18 
 testing-i686/xvfb-run  |  180 
 testing-i686/xvfb-run.1|  282 -
 testing-x86_64/10-quirks.conf  |   10 
 testing-x86_64/PKGBUILD|  222 --
 testing-x86_64/autoconfig-nvidia.patch |   28 -
 testing-x86_64/autoconfig-sis.patch|   21 -
 testing-x86_64/glamor-upstream-fix.patch   |  178 
 testing-x86_64/nvidia-drm-outputclass.conf |6 
 testing-x86_64/xorg-server.install |   18 
 testing-x86_64/xvfb-run|  180 
 testing-x86_64/xvfb-run.1  |  282 -
 22 files changed, 1820 insertions(+), 1486 deletions(-)

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


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

2014-07-24 Thread Laurent Carlier
Date: Friday, July 25, 2014 @ 01:42:11
  Author: lcarlier
Revision: 217822

upgpkg: xorg-server 1.16.0-3

implement FS#41256 and FS#41259, add an upstream fix and an install 
post-upgrade message

Added:
  xorg-server/trunk/glamor-upstream-fix.patch
  xorg-server/trunk/nvidia-drm-outputclass.conf
  xorg-server/trunk/xorg-server.install
Modified:
  xorg-server/trunk/PKGBUILD
Deleted:
  xorg-server/trunk/10-quirks.conf
  xorg-server/trunk/autoconfig-nvidia.patch

-+
 10-quirks.conf  |   10 --
 PKGBUILD|   21 ++--
 autoconfig-nvidia.patch |   28 --
 glamor-upstream-fix.patch   |  178 ++
 nvidia-drm-outputclass.conf |6 +
 xorg-server.install |   18 
 6 files changed, 214 insertions(+), 47 deletions(-)

Deleted: 10-quirks.conf
===
--- 10-quirks.conf  2014-07-24 18:53:49 UTC (rev 217821)
+++ 10-quirks.conf  2014-07-24 23:42:11 UTC (rev 217822)
@@ -1,10 +0,0 @@
-# Collection of quirks and blacklist/whitelists for specific devices.
-
-
-# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
-# http://bugs.freedesktop.org/show_bug.cgi?id=22442 
-Section InputClass
-Identifier ThinkPad HDAPS accelerometer blacklist
-MatchProduct ThinkPad HDAPS accelerometer data
-Option Ignore on
-EndSection

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 18:53:49 UTC (rev 217821)
+++ PKGBUILD2014-07-24 23:42:11 UTC (rev 217822)
@@ -5,7 +5,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 
'xorg-server-common' 'xorg-server-devel')
 pkgver=1.16.0
-pkgrel=2 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
+pkgrel=3 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -15,24 +15,26 @@
  'xf86dgaproto' 'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 
'libdmx' 'libxtst' 'libxres'
  'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 
'dri2proto' 'libgcrypt' 'libepoxy'
  'xcb-util' 'xcb-util-image' 'xcb-util-wm' 'xcb-util-keysyms' 
'dri3proto' 'libxshmfence') 
-source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2
-autoconfig-nvidia.patch
+source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2{,.sig}
 autoconfig-sis.patch
+glamor-upstream-fix.patch
+nvidia-drm-outputclass.conf
 xvfb-run
 xvfb-run.1)
 sha256sums=('38330a03c5f7a38745a3f9816cf069db5b8844eebb358fd39dbabf61f32cd06b'
-'66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
+'SKIP'
 'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
+'fbd898f0e867c77c9bf918fd2e7956c7776ecb3cc3634c61290fb03513b47987'
+'af1c3d2ea5de7f6a6b5f7c60951a189a4749d1495e5462f3157ae7ac8fe1dc56'
 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
 '2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
-  # Use nouveau/nv/nvidia drivers for nvidia devices
-  patch -Np1 -i ../autoconfig-nvidia.patch
-
   # Use unofficial imedia SiS driver for supported SiS devices
   patch -Np0 -i ../autoconfig-sis.patch
+  # merged upstream (1.16 branch)
+  patch -Np1 -i ../glamor-upstream-fix.patch
 }
 
 build() {
@@ -55,7 +57,6 @@
   --enable-kdrive-evdev \
   --enable-kdrive-kbd \
   --enable-kdrive-mouse \
-  --enable-install-setuid \
   --enable-config-udev \
   --enable-systemd-logind \
   --enable-suid-wrapper \
@@ -113,12 +114,14 @@
   groups=('xorg')
   conflicts=('nvidia-utils=331.20' 'glamor-egl')
   replaces=('glamor-egl')
-  
+  install=xorg-server.install
+
   cd ${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install
 
   install -m755 -d ${pkgdir}/etc/X11
   mv ${pkgdir}/usr/share/X11/xorg.conf.d ${pkgdir}/etc/X11/
+  install -m644 ${srcdir}/nvidia-drm-outputclass.conf 
${pkgdir}/etc/X11/xorg.conf.d/
 
   rmdir ${pkgdir}/usr/share/X11
 

Deleted: autoconfig-nvidia.patch
===
--- autoconfig-nvidia.patch 2014-07-24 18:53:49 UTC (rev 217821)
+++ autoconfig-nvidia.patch 2014-07-24 23:42:11 UTC (rev 217822)
@@ -1,28 +0,0 @@
-diff -Nur xorg-server-1.11.99.902.orig/hw/xfree86/common/xf86pciBus.c 
xorg-server-1.11.99.902/hw/xfree86/common/xf86pciBus.c
 xorg-server-1.11.99.902.orig/hw/xfree86/common/xf86pciBus.c
2012-02-10 10:10:37.583014924 +
-+++ xorg-server-1.11.99.902/hw/xfree86/common/xf86pciBus.c 2012-02-10 
11:16:07.148971317 +
-@@ -1144,7 +1144,23 

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

2014-07-24 Thread Laurent Carlier
Date: Friday, July 25, 2014 @ 02:02:02
  Author: lcarlier
Revision: 217824

upgpkg: xorg-server 1.16.0-3

better install message :)

Modified:
  xorg-server/trunk/xorg-server.install

-+
 xorg-server.install |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: xorg-server.install
===
--- xorg-server.install 2014-07-24 23:42:38 UTC (rev 217823)
+++ xorg-server.install 2014-07-25 00:02:02 UTC (rev 217824)
@@ -8,10 +8,10 @@
   cat MSG
  xorg-server has now the ability to run without root rights with
 the help of systemd-logind. xserver will fail to run if not launched
-from the same virtual terminal as was used to log in, or with a
-modified xserverrc file.
+from the same virtual terminal as was used to log in.
+Without root rights, log files will be in ~/.local/share/xorg/ directory.
 
-Old behavior can be restore through Xorg.wrap config file.
+Old behavior can be restored through Xorg.wrap config file.
 See Xorg.wrap man page (man xorg.wrap).
 MSG
 }



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

2014-07-24 Thread Eric Bélanger
Date: Friday, July 25, 2014 @ 03:28:14
  Author: eric
Revision: 116318

upgpkg: youtube-dl 2014.07.24-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 23:41:57 UTC (rev 116317)
+++ PKGBUILD2014-07-25 01:28:14 UTC (rev 116318)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.07.23.2
+pkgver=2014.07.24
 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=('4dc42935e58bf93510749a892c3b57e59752c210'
+sha1sums=('27e851b755533011ae0ad167f3a97ed19dcb89ea'
   'SKIP')
 
 prepare() {



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

2014-07-24 Thread Eric Bélanger
Date: Friday, July 25, 2014 @ 03:29:47
  Author: eric
Revision: 116319

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-25 01:28:14 UTC (rev 116318)
+++ PKGBUILD2014-07-25 01:29:47 UTC (rev 116319)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.07.23.2
-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=('4dc42935e58bf93510749a892c3b57e59752c210'
-  '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 116318, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-25 01:29:47 UTC (rev 116319)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.07.24
+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=('27e851b755533011ae0ad167f3a97ed19dcb89ea'
+  '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 git/trunk (PKGBUILD)

2014-07-24 Thread Dan McGee
Date: Friday, July 25, 2014 @ 04:34:08
  Author: dan
Revision: 217825

upgpkg: git 2.0.3-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 00:02:02 UTC (rev 217824)
+++ PKGBUILD2014-07-25 02:34:08 UTC (rev 217825)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -105,6 +105,6 @@
   install -D -m 644 $srcdir/git-daemon.socket 
$pkgdir/usr/lib/systemd/system/git-daemon.socket
 }
 
-md5sums=('4515f5926ddae48fe42083a08bd958d5'
+md5sums=('adb359afe25181c5939916c4ade58617'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')



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

2014-07-24 Thread Dan McGee
Date: Friday, July 25, 2014 @ 04:34:22
  Author: dan
Revision: 217826

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 217825, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 217825, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 217825, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 217825, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 217825, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 217825, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 217825, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 217825, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  220 +
 /git-daemon.socket   |   18 +++
 /git-daemon@.service |   20 +++
 /git.install |   42 +++
 extra-i686/PKGBUILD  |  110 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  110 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 300 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-25 02:34:08 UTC (rev 217825)
+++ extra-i686/PKGBUILD 2014-07-25 02:34:22 UTC (rev 217826)
@@ -1,110 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.0.2
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C contrib/credential/gnome-keyring clean
-  # subtree installation
-  sed 

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

2014-07-24 Thread Dan McGee
Date: Friday, July 25, 2014 @ 04:50:48
  Author: dan
Revision: 217829

upgpkg: postgresql 9.3.5-1

Modified:
  postgresql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 02:50:41 UTC (rev 217828)
+++ PKGBUILD2014-07-25 02:50:48 UTC (rev 217829)
@@ -3,9 +3,9 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=9.3.4
+pkgver=9.3.5
 _majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.postgresql.org/;
 license=('custom:PostgreSQL')
@@ -14,7 +14,7 @@
 postgresql-run-socket.patch
 postgresql.pam postgresql.logrotate
 postgresql.service postgresql.tmpfiles.conf postgresql-check-db-dir)
-md5sums=('d0a41f54c377b2d2fab4a003b0dac762'
+md5sums=('5059857c7d7e6ad83b6d55893a121b59'
  '75c579eed03ffb2312631f0b649175b4'
  '96f82c38f3f540b53f3e5144900acf17'
  'd28e443f9f65a5712c52018b84e27137'
@@ -21,7 +21,7 @@
  '89b48774b0dae7c37fbb0e907c3c1db8'
  '1c5a1f99e8e93776c593c468e2612985'
  'ea7f9f914900e60835d20cb95010e63c')
-sha256sums=('9ee819574dfc8798a448dc23a99510d2d8924c2f8b49f8228cd77e4efc8a6621'
+sha256sums=('14176ffb1f90a189e7626214365be08ea2bfc26f26994bafb4235be314b9b4b0'
 '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
 '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
@@ -39,6 +39,7 @@
   --datadir=/usr/share/postgresql \
   --sysconfdir=/etc \
   --with-krb5 \
+  --with-gssapi \
   --with-libxml \
   --with-openssl \
   --with-perl \



[arch-commits] Commit in postgresql-old-upgrade/repos (4 files)

2014-07-24 Thread Dan McGee
Date: Friday, July 25, 2014 @ 04:50:41
  Author: dan
Revision: 217828

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

Added:
  postgresql-old-upgrade/repos/extra-i686/PKGBUILD
(from rev 217827, postgresql-old-upgrade/trunk/PKGBUILD)
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD
(from rev 217827, postgresql-old-upgrade/trunk/PKGBUILD)
Deleted:
  postgresql-old-upgrade/repos/extra-i686/PKGBUILD
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 extra-i686/PKGBUILD   |   51 ---
 extra-x86_64/PKGBUILD |   51 ---
 3 files changed, 104 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-25 02:50:28 UTC (rev 217827)
+++ extra-i686/PKGBUILD 2014-07-25 02:50:41 UTC (rev 217828)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=postgresql-old-upgrade
-pkgver=9.2.8
-_majorver=${pkgver%.*}
-pkgrel=2
-pkgdesc=PostgreSQL build for migrating between major versions with pg_upgrade
-arch=('i686' 'x86_64')
-url=http://www.postgresql.org/;
-license=('custom:PostgreSQL')
-depends=(postgresql-libs=${_majorver} 'libxml2' 'openssl=1.0.0')
-makedepends=('krb5' 'python2' 'perl' 'tcl=8.6.0')
-source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-
-build() {
-  cd ${srcdir}/postgresql-${pkgver}
-
-  ./configure --prefix=/opt/pgsql-${_majorver} \
-  --with-krb5 \
-  --with-libxml \
-  --with-openssl \
-  --with-perl \
-  --with-python PYTHON=/usr/bin/python2 \
-  --with-tcl \
-  --with-pam \
-  --without-readline \
-  --with-system-tzdata=/usr/share/zoneinfo \
-  --disable-nls \
-  --enable-thread-safety
-
-  make -C src all
-  make -C contrib all
-}
-
-package() {
-  cd ${srcdir}/postgresql-${pkgver}
-
-  # install
-  make -C src DESTDIR=${pkgdir} install
-  make -C contrib DESTDIR=${pkgdir} install
-
-  # install license
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # clean up unneeded installed items
-  rm -rf ${pkgdir}/opt/pgsql-${_majorver}/include/
-}
-
-md5sums=('c5c65a9b45ee53ead0b659be21ca1b97')
-sha256sums=('568ba482340219097475cce9ab744766889692ee7c9df886563e8292d66ed87c')

Copied: postgresql-old-upgrade/repos/extra-i686/PKGBUILD (from rev 217827, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-25 02:50:41 UTC (rev 217828)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgname=postgresql-old-upgrade
+pkgver=9.2.9
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc=PostgreSQL build for migrating between major versions with pg_upgrade
+arch=('i686' 'x86_64')
+url=http://www.postgresql.org/;
+license=('custom:PostgreSQL')
+depends=(postgresql-libs=${_majorver} 'libxml2' 'openssl=1.0.0')
+makedepends=('krb5' 'python2' 'perl' 'tcl=8.6.0')
+source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/postgresql-${pkgver}
+
+  ./configure --prefix=/opt/pgsql-${_majorver} \
+  --with-krb5 \
+  --with-gssapi \
+  --with-libxml \
+  --with-openssl \
+  --with-perl \
+  --with-python PYTHON=/usr/bin/python2 \
+  --with-tcl \
+  --with-pam \
+  --without-readline \
+  --with-system-tzdata=/usr/share/zoneinfo \
+  --disable-nls \
+  --enable-thread-safety
+
+  make -C src all
+  make -C contrib all
+}
+
+package() {
+  cd ${srcdir}/postgresql-${pkgver}
+
+  # install
+  make -C src DESTDIR=${pkgdir} install
+  make -C contrib DESTDIR=${pkgdir} install
+
+  # install license
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # clean up unneeded installed items
+  rm -rf ${pkgdir}/opt/pgsql-${_majorver}/include/
+}
+
+md5sums=('38b0937c86d537d5044c599273066cfc')
+sha256sums=('94ec6d330f125b6fc725741293073b07d7d20cc3e7b8ed127bc3d14ad2370197')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-25 02:50:28 UTC (rev 217827)
+++ extra-x86_64/PKGBUILD   2014-07-25 02:50:41 UTC (rev 217828)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=postgresql-old-upgrade
-pkgver=9.2.8
-_majorver=${pkgver%.*}
-pkgrel=2
-pkgdesc=PostgreSQL build for migrating between major versions with pg_upgrade
-arch=('i686' 'x86_64')
-url=http://www.postgresql.org/;
-license=('custom:PostgreSQL')
-depends=(postgresql-libs=${_majorver} 'libxml2' 'openssl=1.0.0')
-makedepends=('krb5' 'python2' 'perl' 'tcl=8.6.0')
-source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-
-build() {
-  cd ${srcdir}/postgresql-${pkgver}
-
-  ./configure --prefix=/opt/pgsql-${_majorver} \
-  --with-krb5 \
-  

[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD)

2014-07-24 Thread Dan McGee
Date: Friday, July 25, 2014 @ 04:50:28
  Author: dan
Revision: 217827

upgpkg: postgresql-old-upgrade 9.2.9-1

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 02:34:22 UTC (rev 217826)
+++ PKGBUILD2014-07-25 02:50:28 UTC (rev 217827)
@@ -2,9 +2,9 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=postgresql-old-upgrade
-pkgver=9.2.8
+pkgver=9.2.9
 _majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 pkgdesc=PostgreSQL build for migrating between major versions with pg_upgrade
 arch=('i686' 'x86_64')
 url=http://www.postgresql.org/;
@@ -18,6 +18,7 @@
 
   ./configure --prefix=/opt/pgsql-${_majorver} \
   --with-krb5 \
+  --with-gssapi \
   --with-libxml \
   --with-openssl \
   --with-perl \
@@ -47,5 +48,5 @@
   rm -rf ${pkgdir}/opt/pgsql-${_majorver}/include/
 }
 
-md5sums=('c5c65a9b45ee53ead0b659be21ca1b97')
-sha256sums=('568ba482340219097475cce9ab744766889692ee7c9df886563e8292d66ed87c')
+md5sums=('38b0937c86d537d5044c599273066cfc')
+sha256sums=('94ec6d330f125b6fc725741293073b07d7d20cc3e7b8ed127bc3d14ad2370197')



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

2014-07-24 Thread Dan McGee
Date: Friday, July 25, 2014 @ 04:51:09
  Author: dan
Revision: 217830

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

Added:
  postgresql/repos/extra-i686/PKGBUILD
(from rev 217829, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-i686/postgresql-check-db-dir
(from rev 217829, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/extra-i686/postgresql-run-socket.patch
(from rev 217829, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/extra-i686/postgresql.install
(from rev 217829, postgresql/trunk/postgresql.install)
  postgresql/repos/extra-i686/postgresql.logrotate
(from rev 217829, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-i686/postgresql.pam
(from rev 217829, postgresql/trunk/postgresql.pam)
  postgresql/repos/extra-i686/postgresql.service
(from rev 217829, postgresql/trunk/postgresql.service)
  postgresql/repos/extra-i686/postgresql.tmpfiles.conf
(from rev 217829, postgresql/trunk/postgresql.tmpfiles.conf)
  postgresql/repos/extra-x86_64/PKGBUILD
(from rev 217829, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
(from rev 217829, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
(from rev 217829, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/extra-x86_64/postgresql.install
(from rev 217829, postgresql/trunk/postgresql.install)
  postgresql/repos/extra-x86_64/postgresql.logrotate
(from rev 217829, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-x86_64/postgresql.pam
(from rev 217829, postgresql/trunk/postgresql.pam)
  postgresql/repos/extra-x86_64/postgresql.service
(from rev 217829, postgresql/trunk/postgresql.service)
  postgresql/repos/extra-x86_64/postgresql.tmpfiles.conf
(from rev 217829, postgresql/trunk/postgresql.tmpfiles.conf)
Deleted:
  postgresql/repos/extra-i686/PKGBUILD
  postgresql/repos/extra-i686/postgresql-check-db-dir
  postgresql/repos/extra-i686/postgresql-run-socket.patch
  postgresql/repos/extra-i686/postgresql.install
  postgresql/repos/extra-i686/postgresql.logrotate
  postgresql/repos/extra-i686/postgresql.pam
  postgresql/repos/extra-i686/postgresql.service
  postgresql/repos/extra-i686/postgresql.tmpfiles.conf
  postgresql/repos/extra-x86_64/PKGBUILD
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
  postgresql/repos/extra-x86_64/postgresql.install
  postgresql/repos/extra-x86_64/postgresql.logrotate
  postgresql/repos/extra-x86_64/postgresql.pam
  postgresql/repos/extra-x86_64/postgresql.service
  postgresql/repos/extra-x86_64/postgresql.tmpfiles.conf

--+
 /PKGBUILD|  326 +
 /postgresql-check-db-dir |   98 
 /postgresql-run-socket.patch |   24 ++
 /postgresql.install  |   78 ++
 /postgresql.logrotate|8 
 /postgresql.pam  |6 
 /postgresql.service  |   52 
 /postgresql.tmpfiles.conf|2 
 extra-i686/PKGBUILD  |  162 --
 extra-i686/postgresql-check-db-dir   |   49 
 extra-i686/postgresql-run-socket.patch   |   12 -
 extra-i686/postgresql.install|   39 ---
 extra-i686/postgresql.logrotate  |4 
 extra-i686/postgresql.pam|3 
 extra-i686/postgresql.service|   26 --
 extra-i686/postgresql.tmpfiles.conf  |1 
 extra-x86_64/PKGBUILD|  162 --
 extra-x86_64/postgresql-check-db-dir |   49 
 extra-x86_64/postgresql-run-socket.patch |   12 -
 extra-x86_64/postgresql.install  |   39 ---
 extra-x86_64/postgresql.logrotate|4 
 extra-x86_64/postgresql.pam  |3 
 extra-x86_64/postgresql.service  |   26 --
 extra-x86_64/postgresql.tmpfiles.conf|1 
 24 files changed, 594 insertions(+), 592 deletions(-)

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