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

2014-12-04 Thread Massimiliano Torromeo
Date: Thursday, December 4, 2014 @ 09:40:41
  Author: mtorromeo
Revision: 123433

upgpkg: python-requests 2.5.0-1

Updated to 2.5.0

Modified:
  python-requests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 08:30:12 UTC (rev 123432)
+++ PKGBUILD2014-12-04 08:40:41 UTC (rev 123433)
@@ -3,7 +3,7 @@
 
 pkgbase=python-requests
 pkgname=(python-requests python2-requests)
-pkgver=2.4.3
+pkgver=2.5.0
 pkgrel=1
 _libname=requests
 pkgdesc=Python HTTP for Humans.
@@ -13,7 +13,7 @@
 arch=('any')
 
source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
 certs.patch)
-sha256sums=('53c68313c5c6149b1a899234c000296e60a8900682accf73d6f0c6d608afc6b1'
+sha256sums=('d2daef4919fc87262b8b3cb5a9d214cac8ce1e50950f8423bbc1d31c2e63d38e'
 'e35e779d8640f35ea2ea51112f967d927b44d59483af4cd2c0945c84e79bb7c7')
 
 prepare() {


[arch-commits] Commit in python-requests/repos/community-any (4 files)

2014-12-04 Thread Massimiliano Torromeo
Date: Thursday, December 4, 2014 @ 09:41:06
  Author: mtorromeo
Revision: 123434

archrelease: copy trunk to community-any

Added:
  python-requests/repos/community-any/PKGBUILD
(from rev 123433, python-requests/trunk/PKGBUILD)
  python-requests/repos/community-any/certs.patch
(from rev 123433, python-requests/trunk/certs.patch)
Deleted:
  python-requests/repos/community-any/PKGBUILD
  python-requests/repos/community-any/certs.patch

-+
 PKGBUILD|  118 +-
 certs.patch |   26 ++--
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-04 08:40:41 UTC (rev 123433)
+++ PKGBUILD2014-12-04 08:41:06 UTC (rev 123434)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=python-requests
-pkgname=(python-requests python2-requests)
-pkgver=2.4.3
-pkgrel=1
-_libname=requests
-pkgdesc=Python HTTP for Humans.
-url=http://python-requests.org;
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('Apache')
-arch=('any')
-source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
-certs.patch)
-sha256sums=('53c68313c5c6149b1a899234c000296e60a8900682accf73d6f0c6d608afc6b1'
-'e35e779d8640f35ea2ea51112f967d927b44d59483af4cd2c0945c84e79bb7c7')
-
-prepare() {
-cd $srcdir/$_libname-$pkgver
-patch -p1 -i $srcdir/certs.patch
-sed -r 's#(\W|^)requests/cacert\.pem(\W|$)##' -i MANIFEST.in
-rm -f requests/cacert.pem
-}
-
-build() {
-cd $srcdir/$_libname-$pkgver
-
-rm -rf ../buildpy3; mkdir ../buildpy3
-python setup.py build -b ../buildpy3
-
-rm -rf ../buildpy2; mkdir ../buildpy2
-python2 setup.py build -b ../buildpy2
-find ../buildpy2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
-}
-
-check() {
-cd $srcdir/$_libname-$pkgver
-test -f $(python -m requests.certs)
-}
-
-package_python-requests() {
-depends=(python)
-
-cd $srcdir/$_libname-$pkgver
-rm -rf build; ln -s ../buildpy3 build
-python setup.py install --skip-build -O1 --root=$pkgdir
-install -m0644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-requests() {
-depends=(python2)
-optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support'
-'python2-grequests: asynchronous requests with gevent')
-
-cd $srcdir/$_libname-$pkgver
-rm -rf build; ln -s ../buildpy2 build
-python2 setup.py install --skip-build -O1 --root=$pkgdir
-}

Copied: python-requests/repos/community-any/PKGBUILD (from rev 123433, 
python-requests/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-04 08:41:06 UTC (rev 123434)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgbase=python-requests
+pkgname=(python-requests python2-requests)
+pkgver=2.5.0
+pkgrel=1
+_libname=requests
+pkgdesc=Python HTTP for Humans.
+url=http://python-requests.org;
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('Apache')
+arch=('any')
+source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
+certs.patch)
+sha256sums=('d2daef4919fc87262b8b3cb5a9d214cac8ce1e50950f8423bbc1d31c2e63d38e'
+'e35e779d8640f35ea2ea51112f967d927b44d59483af4cd2c0945c84e79bb7c7')
+
+prepare() {
+cd $srcdir/$_libname-$pkgver
+patch -p1 -i $srcdir/certs.patch
+sed -r 's#(\W|^)requests/cacert\.pem(\W|$)##' -i MANIFEST.in
+rm -f requests/cacert.pem
+}
+
+build() {
+cd $srcdir/$_libname-$pkgver
+
+rm -rf ../buildpy3; mkdir ../buildpy3
+python setup.py build -b ../buildpy3
+
+rm -rf ../buildpy2; mkdir ../buildpy2
+python2 setup.py build -b ../buildpy2
+find ../buildpy2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
+}
+
+check() {
+cd $srcdir/$_libname-$pkgver
+test -f $(python -m requests.certs)
+}
+
+package_python-requests() {
+depends=(python)
+
+cd $srcdir/$_libname-$pkgver
+rm -rf build; ln -s ../buildpy3 build
+python setup.py install --skip-build -O1 --root=$pkgdir
+install -m0644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-requests() {
+depends=(python2)
+optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support'
+'python2-grequests: asynchronous requests with gevent')
+
+cd $srcdir/$_libname-$pkgver
+rm -rf build; ln -s ../buildpy2 build
+python2 setup.py install --skip-build -O1 --root=$pkgdir
+}

Deleted: certs.patch
===
--- certs.patch 2014-12-04 08:40:41 UTC (rev 123433)
+++ certs.patch 2014-12-04 08:41:06 UTC (rev 

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

2014-12-04 Thread Allan McRae
Date: Thursday, December 4, 2014 @ 10:17:10
  Author: allan
Revision: 227276

upgpkg: libtool 2.4.4-1

upstream update, merge libtool and libltdl

Modified:
  libtool/trunk/PKGBUILD

--+
 PKGBUILD |   34 +-
 1 file changed, 13 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-03 19:31:19 UTC (rev 227275)
+++ PKGBUILD2014-12-04 09:17:10 UTC (rev 227276)
@@ -4,18 +4,24 @@
 
 # NOTE: requires rebuilt with each new gcc version
 
-pkgname=('libtool' 'libltdl')
-pkgver=2.4.2
+pkgname=libtool
+pkgver=2.4.4
 _gccver=4.9.2
-pkgrel=15
+pkgrel=1
 pkgdesc=A generic library support script
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libtool;
 license=('GPL')
+groups=('base-devel')
+depends=('sh' 'tar' gcc=${_gccver})
 makedepends=(gcc=${_gccver})
+provides=(libltdl=$pkgver)
+conflicts=('libltdl')
+replaces=('libltdl')
+install=libtool.install
 source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
- '1e6ba57420c82c663c85e745d11c7eed')
+md5sums=('51bf400de3354687d68dfa2392506b7e'
+ 'SKIP')
 validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')
 
 build() {
@@ -29,23 +35,9 @@
   make check
 }
 
-package_libtool() {
-  depends=('sh' libltdl=$pkgver 'tar' gcc=${_gccver})
-  groups=('base-devel')
-  install=libtool.install
-
+package() {
   cd ${srcdir}/${pkgbase}-${pkgver}
-  
-  make DESTDIR=${pkgdir} install-binSCRIPTS install-man install-info \
- install-data-local
-  rm -r ${pkgdir}/usr/share/libtool/libltdl/
+  make DESTDIR=${pkgdir} install
 }
 
-package_libltdl() {
-  pkgdesc=A system independent dlopen wrapper for GNU libtool
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install-libLTLIBRARIES install-includeHEADERS \
- install-ltdlincludeHEADERS install-data-local
-  rm -r ${pkgdir}/usr/share/{aclocal,libtool/config}
-}


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

2014-12-04 Thread Allan McRae
Date: Thursday, December 4, 2014 @ 10:18:20
  Author: allan
Revision: 227277

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

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

+
 testing-i686/PKGBUILD  |   43 +++
 testing-i686/libtool.install   |   20 ++
 testing-x86_64/PKGBUILD|   43 +++
 testing-x86_64/libtool.install |   20 ++
 4 files changed, 126 insertions(+)

Copied: libtool/repos/testing-i686/PKGBUILD (from rev 227276, 
libtool/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-04 09:18:20 UTC (rev 227277)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=libtool
+pkgver=2.4.4
+_gccver=4.9.2
+pkgrel=1
+pkgdesc=A generic library support script
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libtool;
+license=('GPL')
+groups=('base-devel')
+depends=('sh' 'tar' gcc=${_gccver})
+makedepends=(gcc=${_gccver})
+provides=(libltdl=$pkgver)
+conflicts=('libltdl')
+replaces=('libltdl')
+install=libtool.install
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('51bf400de3354687d68dfa2392506b7e'
+ 'SKIP')
+validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+

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

Copied: libtool/repos/testing-x86_64/PKGBUILD (from rev 227276, 
libtool/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-04 09:18:20 UTC (rev 227277)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=libtool
+pkgver=2.4.4
+_gccver=4.9.2
+pkgrel=1
+pkgdesc=A generic library support script
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libtool;
+license=('GPL')
+groups=('base-devel')
+depends=('sh' 'tar' gcc=${_gccver})
+makedepends=(gcc=${_gccver})
+provides=(libltdl=$pkgver)
+conflicts=('libltdl')
+replaces=('libltdl')
+install=libtool.install
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('51bf400de3354687d68dfa2392506b7e'
+ 'SKIP')
+validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+

Copied: libtool/repos/testing-x86_64/libtool.install (from rev 227276, 
libtool/trunk/libtool.install)
===
--- testing-x86_64/libtool.install  (rev 0)
+++ testing-x86_64/libtool.install  2014-12-04 09:18:20 UTC (rev 227277)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libtool.info  libtool.info-1  libtool.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in 

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

2014-12-04 Thread Sergej Pupykin
Date: Thursday, December 4, 2014 @ 11:50:36
  Author: spupykin
Revision: 123435

upgpkg: bmake 2014-1

upd

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 08:41:06 UTC (rev 123434)
+++ PKGBUILD2014-12-04 10:50:36 UTC (rev 123435)
@@ -3,7 +3,7 @@
 # Contributor: Imanol Celaya ilcra1...@gmail.com
 
 pkgname=bmake
-pkgver=20140620
+pkgver=2014
 pkgrel=1
 pkgdesc=Portable version of the NetBSD 'make' build tool
 arch=('i686' 'x86_64')
@@ -10,11 +10,7 @@
 url=http://www.crufty.net/help/sjg/bmake.html;
 license=('BSD')
 source=(http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-sha256sums=('0a91ac60b82270c4b4f21a43e66eb51c32b4df55e01ea592e42eb323909a559b')
-sha256sums=('0f7ecadb6dcd5e4902a03137daba6fd7756f54e82942b524f3b38d7406b6d83e')
-sha256sums=('2ec1771a800431c26361659ab0f96ec5c2536e85b46564eb69fa75a4b12886de')
-sha256sums=('0982d85e933eaa39bd7a5dc834e9b7b93b3b6eda5adfb0fb1a2dacc8878e5860')
-sha256sums=('bd9d24d131a78c1ab77b1d2e165317549e2df88637b8caa169e985f725469626')
+md5sums=('7bdcae1d1ff68d942d9dfe922d1043b9')
 
 prepare() {
 cd $srcdir/$pkgname


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

2014-12-04 Thread Sergej Pupykin
Date: Thursday, December 4, 2014 @ 11:50:51
  Author: spupykin
Revision: 123436

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

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

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   42 
 community-x86_64/PKGBUILD |   42 
 3 files changed, 76 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-04 10:50:36 UTC (rev 123435)
+++ community-i686/PKGBUILD 2014-12-04 10:50:51 UTC (rev 123436)
@@ -1,42 +0,0 @@
-# Maintainer: Alex Szczuczko alex at szc dot ca
-# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
-# Contributor: Imanol Celaya ilcra1...@gmail.com
-
-pkgname=bmake
-pkgver=20140620
-pkgrel=1
-pkgdesc=Portable version of the NetBSD 'make' build tool
-arch=('i686' 'x86_64')
-url=http://www.crufty.net/help/sjg/bmake.html;
-license=('BSD')
-source=(http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-sha256sums=('0a91ac60b82270c4b4f21a43e66eb51c32b4df55e01ea592e42eb323909a559b')
-sha256sums=('0f7ecadb6dcd5e4902a03137daba6fd7756f54e82942b524f3b38d7406b6d83e')
-sha256sums=('2ec1771a800431c26361659ab0f96ec5c2536e85b46564eb69fa75a4b12886de')
-sha256sums=('0982d85e933eaa39bd7a5dc834e9b7b93b3b6eda5adfb0fb1a2dacc8878e5860')
-sha256sums=('bd9d24d131a78c1ab77b1d2e165317549e2df88637b8caa169e985f725469626')
-
-prepare() {
-cd $srcdir/$pkgname
-# Add missing bsd.*.mk symlinks
-_links_orig=dep doc init lib links man nls obj own prog subdir
-_links_new=dep doc inc init lib links man nls obj own prog subdir
-sed -i -e s/$_links_orig/$_links_new/ mk/install-mk
-}
-
-build() {
-cd $srcdir
-mkdir -p bmake-build
-cd bmake-build
-sh ../bmake/boot-strap --prefix=/usr
-}
-
-package() {
-cd $srcdir/bmake-build
-# Fix directory permissions on install
-install -dm0755 $pkgdir/usr/bin
-install -dm0755 $pkgdir/usr/share/man/cat1
-install -dm0755 $pkgdir/usr/share/licenses/$pkgname
-sh ../bmake/boot-strap --prefix=/usr --install-destdir=$pkgdir op=install
-head -n70 ../bmake/main.c $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-i686/PKGBUILD (from rev 123435, 
bmake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-04 10:50:51 UTC (rev 123436)
@@ -0,0 +1,38 @@
+# Maintainer: Alex Szczuczko alex at szc dot ca
+# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
+# Contributor: Imanol Celaya ilcra1...@gmail.com
+
+pkgname=bmake
+pkgver=2014
+pkgrel=1
+pkgdesc=Portable version of the NetBSD 'make' build tool
+arch=('i686' 'x86_64')
+url=http://www.crufty.net/help/sjg/bmake.html;
+license=('BSD')
+source=(http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
+md5sums=('7bdcae1d1ff68d942d9dfe922d1043b9')
+
+prepare() {
+cd $srcdir/$pkgname
+# Add missing bsd.*.mk symlinks
+_links_orig=dep doc init lib links man nls obj own prog subdir
+_links_new=dep doc inc init lib links man nls obj own prog subdir
+sed -i -e s/$_links_orig/$_links_new/ mk/install-mk
+}
+
+build() {
+cd $srcdir
+mkdir -p bmake-build
+cd bmake-build
+sh ../bmake/boot-strap --prefix=/usr
+}
+
+package() {
+cd $srcdir/bmake-build
+# Fix directory permissions on install
+install -dm0755 $pkgdir/usr/bin
+install -dm0755 $pkgdir/usr/share/man/cat1
+install -dm0755 $pkgdir/usr/share/licenses/$pkgname
+sh ../bmake/boot-strap --prefix=/usr --install-destdir=$pkgdir op=install
+head -n70 ../bmake/main.c $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-04 10:50:36 UTC (rev 123435)
+++ community-x86_64/PKGBUILD   2014-12-04 10:50:51 UTC (rev 123436)
@@ -1,42 +0,0 @@
-# Maintainer: Alex Szczuczko alex at szc dot ca
-# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
-# Contributor: Imanol Celaya ilcra1...@gmail.com
-
-pkgname=bmake
-pkgver=20140620
-pkgrel=1
-pkgdesc=Portable version of the NetBSD 'make' build tool
-arch=('i686' 'x86_64')
-url=http://www.crufty.net/help/sjg/bmake.html;
-license=('BSD')
-source=(http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-sha256sums=('0a91ac60b82270c4b4f21a43e66eb51c32b4df55e01ea592e42eb323909a559b')
-sha256sums=('0f7ecadb6dcd5e4902a03137daba6fd7756f54e82942b524f3b38d7406b6d83e')

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

2014-12-04 Thread Sergej Pupykin
Date: Thursday, December 4, 2014 @ 12:01:07
  Author: spupykin
Revision: 123437

upgpkg: rsyslog 8.4.2-2

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 10:50:51 UTC (rev 123436)
+++ PKGBUILD2014-12-04 11:01:07 UTC (rev 123437)
@@ -3,7 +3,7 @@
 
 pkgname=rsyslog
 pkgver=8.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
 url=http://www.rsyslog.com/;
 arch=('i686' 'x86_64')
@@ -25,6 +25,13 @@
  '0d990373f5c70ddee989296007b4df5b'
  'd61dd424e660eb16401121eed20d98bc')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i rsyslog.service.in \
+-e 's|rsyslogd -n|rsyslogd -n -i /run/rsyslogd.pid|' \
+-e '/ExecStart=.*$/iPIDFile=/run/rsyslogd.pid'
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
@@ -45,12 +52,6 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make install DESTDIR=${pkgdir}
-  # Install Daemons and Configuration Files
   install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
   install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-
-  # fix location of systemctl and remove start precondition
-  sed -i $pkgdir/usr/lib/systemd/system/rsyslog.service \
--e 's@/bin/systemctl@/usr@' \
--e '/^ExecStartPre/d'
 }


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

2014-12-04 Thread Sergej Pupykin
Date: Thursday, December 4, 2014 @ 12:01:22
  Author: spupykin
Revision: 123438

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 123437, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 123437, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 123437, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 123437, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 123437, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 123437, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  114 +++
 /rsyslog.conf  |   88 +++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   56 -
 community-i686/rsyslog.conf|   44 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   56 -
 community-x86_64/rsyslog.conf  |   44 -
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 216 insertions(+), 214 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-04 11:01:07 UTC (rev 123437)
+++ community-i686/PKGBUILD 2014-12-04 11:01:22 UTC (rev 123438)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=rsyslog
-pkgver=8.4.2
-pkgrel=1
-pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
-url=http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
-makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-md5sums=('5d0f39d5a4fdd4b3b91d80450f17f22e'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  # Install Daemons and Configuration Files
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-
-  # fix location of systemctl and remove start precondition
-  sed -i $pkgdir/usr/lib/systemd/system/rsyslog.service \
--e 's@/bin/systemctl@/usr@' \
--e '/^ExecStartPre/d'
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 123437, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-04 11:01:22 UTC (rev 123438)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=rsyslog
+pkgver=8.4.2
+pkgrel=2
+pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
+url=http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
+makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog')
+options=('strip' 'zipman')
+source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
+   'rsyslog.logrotate'
+   'rsyslog.conf')
+md5sums=('5d0f39d5a4fdd4b3b91d80450f17f22e'
+ 

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

2014-12-04 Thread Andrzej Giniewicz
Date: Thursday, December 4, 2014 @ 12:11:28
  Author: aginiewicz
Revision: 123440

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

Added:
  vtk/repos/community-i686/PKGBUILD
(from rev 123439, vtk/trunk/PKGBUILD)
  vtk/repos/community-i686/hdf5.diff
(from rev 123439, vtk/trunk/hdf5.diff)
  vtk/repos/community-i686/mesa.diff
(from rev 123439, vtk/trunk/mesa.diff)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 123439, vtk/trunk/PKGBUILD)
  vtk/repos/community-x86_64/hdf5.diff
(from rev 123439, vtk/trunk/hdf5.diff)
  vtk/repos/community-x86_64/mesa.diff
(from rev 123439, vtk/trunk/mesa.diff)
Deleted:
  vtk/repos/community-i686/PKGBUILD
  vtk/repos/community-i686/hdf5.diff
  vtk/repos/community-i686/mesa.diff
  vtk/repos/community-x86_64/PKGBUILD
  vtk/repos/community-x86_64/hdf5.diff
  vtk/repos/community-x86_64/mesa.diff

+
 /PKGBUILD  |  228 +++
 /hdf5.diff |   22 
 /mesa.diff |   22 
 community-i686/PKGBUILD|  111 
 community-i686/hdf5.diff   |   11 --
 community-i686/mesa.diff   |   11 --
 community-x86_64/PKGBUILD  |  111 
 community-x86_64/hdf5.diff |   11 --
 community-x86_64/mesa.diff |   11 --
 9 files changed, 272 insertions(+), 266 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-04 11:11:16 UTC (rev 123439)
+++ community-i686/PKGBUILD 2014-12-04 11:11:28 UTC (rev 123440)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Christofer Bertonha christoferbertonha at gmail dot com
-# Contributor: leepesjee lpeschier at xs4all dot nl
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl
-
-pkgname=vtk
-pkgver=6.1.0
-_majorver=6.1
-pkgrel=3
-pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
-arch=('i686' 'x86_64')
-url='http://www.vtk.org/'
-license=('BSD')
-depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt5-tools' 'lesstif' 'mariadb' 
'hdf5' 'libgl')
-makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'python2' 'tk' 
'wget' 'python2-matplotlib' 'openmpi' 'gdal' 'unixodbc')
-optdepends=('python2: python bindings'
-'java-runtime: java bindings'
-'tk: tcl bindings'
-'gnuplot: plotting tools'
-'graphviz: drawing tools'
-'openmpi: parallel support'
-'gdal: module IO/GDAL'
-'unixodbc: module IO/ODBC'
-'python2-matplotlib: for Matplotlib rendering')
-source=(http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz;
-
http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz;
-
http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz;
-mesa.diff hdf5.diff)
-options=(staticlibs)
-md5sums=('25e4dfb3bad778722dcaec80cd5dab7d'
- 'f82c8fe151279c0422ab8a6cfe991c94'
- '5bc47885923ef30e3ac77fcdf6d4e599'
- '381921f3169facf5d6ef22de3cb3fbe5'
- '1cf6b69312ed424a3595c3c11c82750d')
-
-prepare() {
-  cd ${srcdir}/VTK-$pkgver
-
-  # fix compilation errors:
-  patch -Np1 -i ${srcdir}/mesa.diff
-  patch -Np1 -i ${srcdir}/hdf5.diff
-
-  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
-  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  cd ${srcdir}
-  rm -rf build
-  mkdir build
-  cd build
-
-  # to help cmake find java
-  export JAVA_HOME=/usr/lib/jvm/default
-
-  # flags to enable using system libs
-  local cmake_system_flags=
-  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; do
-cmake_system_flags+=-DVTK_USE_SYSTEM_${lib}:BOOL=ON 
-  done
-
-  # flags to use python2 instead of python which is 3.x.x on archlinux
-  local cmake_system_python_flags=-DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 
-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 
-DPYTHON_LIBRARY:PATH=/usr/lib/libpython2.7.so
-
-  cmake \
--Wno-dev \
--DBUILD_SHARED_LIBS:BOOL=ON \
--DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
--DBUILD_DOCUMENTATION:BOOL=ON \
--DDOCUMENTATION_HTML_HELP:BOOL=ON \
--DDOCUMENTATION_HTML_TARZ:BOOL=ON \
--DBUILD_EXAMPLES:BOOL=ON \
--DVTK_USE_FFMPEG_ENCODER:BOOL=ON \
--DVTK_BUILD_ALL_MODULES:BOOL=ON \
--DVTK_USE_LARGE_DATA:BOOL=ON \
--DVTK_QT_VERSION:STRING=5 \
--DVTK_WRAP_JAVA:BOOL=ON \
--DVTK_WRAP_PYTHON:BOOL=ON \
--DVTK_WRAP_TCL:BOOL=ON \
--DCMAKE_CXX_FLAGS=-D__STDC_CONSTANT_MACROS \
-${cmake_system_flags} \
-${cmake_system_python_flags} \
-${srcdir}/VTK-$pkgver
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make 

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

2014-12-04 Thread Andrzej Giniewicz
Date: Thursday, December 4, 2014 @ 12:11:16
  Author: aginiewicz
Revision: 123439

upgpkg: vtk 6.1.0-4

vtk: get rid of bundled twisted and zope-interface, FS#43000

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 11:01:22 UTC (rev 123438)
+++ PKGBUILD2014-12-04 11:11:16 UTC (rev 123439)
@@ -11,13 +11,13 @@
 pkgname=vtk
 pkgver=6.1.0
 _majorver=6.1
-pkgrel=3
+pkgrel=4
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'
 license=('BSD')
 depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt5-tools' 'lesstif' 'mariadb' 
'hdf5' 'libgl')
-makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'python2' 'tk' 
'wget' 'python2-matplotlib' 'openmpi' 'gdal' 'unixodbc')
+makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'python2' 'tk' 
'wget' 'python2-matplotlib' 'openmpi' 'gdal' 'unixodbc' 'python2-twisted')
 optdepends=('python2: python bindings'
 'java-runtime: java bindings'
 'tk: tcl bindings'
@@ -26,7 +26,9 @@
 'openmpi: parallel support'
 'gdal: module IO/GDAL'
 'unixodbc: module IO/ODBC'
-'python2-matplotlib: for Matplotlib rendering')
+'python2-matplotlib: for Matplotlib rendering'
+'python2-twisted: for vtkWeb')
+provides=('python2-autobahn') # TODO: move it from AUR to make it an optdepend 
of vtkWeb instead of twisted
 source=(http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz;
 
http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz;
 
http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz;
@@ -99,13 +101,14 @@
 
   # Move the vtk.jar to the arch-specific location
   install -dv ${pkgdir}/usr/share/java/vtk
-  mv -v ${pkgdir}/usr/lib/vtk.jar \
-${pkgdir}/usr/share/java/vtk
+  mv -v ${pkgdir}/usr/lib/vtk.jar ${pkgdir}/usr/share/java/vtk
   rm -rf ${pkgdir}/usr/lib/vtk-${_majorver}/java
 
   # Install license
   install -dv ${pkgdir}/usr/share/licenses/vtk
-  install -m644 ${srcdir}/VTK-$pkgver/Copyright.txt \
-${pkgdir}/usr/share/licenses/vtk
+  install -m644 ${srcdir}/VTK-$pkgver/Copyright.txt 
${pkgdir}/usr/share/licenses/vtk
+
+  # Get rid of twisted and zope-interface (FS#43000), because adding them as 
makedepends was not enough
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/{twisted,zope}
 }
 


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

2014-12-04 Thread Jan Steffens
Date: Thursday, December 4, 2014 @ 14:19:00
  Author: heftig
Revision: 123441

2.20-4

Added:
  lib32-glibc/trunk/glibc-2.20-roundup.patch
Modified:
  lib32-glibc/trunk/PKGBUILD
Deleted:
  lib32-glibc/trunk/glibc-2.20-do_ftell_wide-memleak.patch
  lib32-glibc/trunk/glibc-2.20-getifaddrs_internal-segfault.patch
  lib32-glibc/trunk/glibc-2.20-linux-3.16-additions.patch

---+
 PKGBUILD  |   21 
 glibc-2.20-do_ftell_wide-memleak.patch|   12 
 glibc-2.20-getifaddrs_internal-segfault.patch |   29 -
 glibc-2.20-linux-3.16-additions.patch |   15 
 glibc-2.20-roundup.patch  |  595 
 5 files changed, 600 insertions(+), 72 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 11:11:28 UTC (rev 123440)
+++ PKGBUILD2014-12-04 13:19:00 UTC (rev 123441)
@@ -8,7 +8,7 @@
 _pkgbasename=glibc
 pkgname=lib32-$_pkgbasename
 pkgver=2.20
-pkgrel=2
+pkgrel=4
 pkgdesc=GNU C Library (32-bit)
 arch=('x86_64')
 url=http://www.gnu.org/software/libc;
@@ -22,15 +22,11 @@
 options=('!strip' 'staticlibs' '!emptydirs')
 
 source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
-   glibc-2.20-getifaddrs_internal-segfault.patch
-   glibc-2.20-linux-3.16-additions.patch
-   glibc-2.20-do_ftell_wide-memleak.patch
+   glibc-2.20-roundup.patch
 lib32-glibc.conf)
 md5sums=('948a6e06419a01bd51e97206861595b0'
  'SKIP'
- '1c5d5c2017445c75dbc5c6d0c1e45ddb'
- '8f1059f431b842e54b12bde689620df8'
- 'b50feeab78fa6ce0a8cfb41ee8dc1fd8'
+ '8cfa2a0fa2a9aad8b86a138587d6261f'
  '6e052f1cb693d5d3203f50f9d4e8c33b')
 validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF')  # Carlos O'Donell
 
@@ -37,15 +33,8 @@
 prepare() {
   cd ${srcdir}/glibc-${pkgver}
 
-  # fix segfault in getifaddrs_internal
-  # https://sourceware.org/ml/libc-alpha/2014-09/msg00312.html
-  patch -p1 -i $srcdir/glibc-2.20-getifaddrs_internal-segfault.patch
-  
-  # linux 3.16 additions - commit 0bd72468
-  patch -p1 -i $srcdir/glibc-2.20-linux-3.16-additions.patch
-  
-  # plug memory leak - commit 984c0ea9
-  patch -p1 -i $srcdir/glibc-2.20-do_ftell_wide-memleak.patch
+  # glibc-2.20..d73ac1bb
+  patch -p1 -i $srcdir/glibc-2.20-roundup.patch
 
   mkdir ${srcdir}/glibc-build
 }

Deleted: glibc-2.20-do_ftell_wide-memleak.patch
===
--- glibc-2.20-do_ftell_wide-memleak.patch  2014-12-04 11:11:28 UTC (rev 
123440)
+++ glibc-2.20-do_ftell_wide-memleak.patch  2014-12-04 13:19:00 UTC (rev 
123441)
@@ -1,12 +0,0 @@
-diff --git a/libio/wfileops.c b/libio/wfileops.c
-index f123add..ebc06e8 100644
 a/libio/wfileops.c
-+++ b/libio/wfileops.c
-@@ -711,6 +711,7 @@ do_ftell_wide (_IO_FILE *fp)
-   return WEOF;
- 
- offset += outstop - out;
-+free (out);
-   }
- 
- /* We don't trust _IO_read_end to represent the current file offset

Deleted: glibc-2.20-getifaddrs_internal-segfault.patch
===
--- glibc-2.20-getifaddrs_internal-segfault.patch   2014-12-04 11:11:28 UTC 
(rev 123440)
+++ glibc-2.20-getifaddrs_internal-segfault.patch   2014-12-04 13:19:00 UTC 
(rev 123441)
@@ -1,29 +0,0 @@
-diff --git a/sysdeps/unix/sysv/linux/ifaddrs.c 
b/sysdeps/unix/sysv/linux/ifaddrs.c
-index 2c04e17..a47b2ed 100644
 a/sysdeps/unix/sysv/linux/ifaddrs.c
-+++ b/sysdeps/unix/sysv/linux/ifaddrs.c
-@@ -770,20 +770,17 @@ getifaddrs_internal (struct ifaddrs **ifap)
- 
- if (cp != NULL)
-   {
--char c;
- unsigned int preflen;
- 
--if ((max_prefixlen  0) 
--(ifam-ifa_prefixlen  max_prefixlen))
-+if (ifam-ifa_prefixlen  max_prefixlen)
-   preflen = max_prefixlen;
- else
-   preflen = ifam-ifa_prefixlen;
- 
--for (i = 0; i  ((preflen - 1) / 8); i++)
-+for (i = 0; i  preflen / 8; i++)
-   *cp++ = 0xff;
--c = 0xff;
--c = ((128 - preflen) % 8);
--*cp = c;
-+if (preflen % 8)
-+  *cp = 0xff  (8 - preflen % 8);
-   }
-   }
-   }

Deleted: glibc-2.20-linux-3.16-additions.patch
===
--- glibc-2.20-linux-3.16-additions.patch   2014-12-04 11:11:28 UTC (rev 
123440)
+++ glibc-2.20-linux-3.16-additions.patch   2014-12-04 13:19:00 UTC (rev 
123441)
@@ -1,15 +0,0 @@
-diff --git a/sysdeps/gnu/netinet/udp.h b/sysdeps/gnu/netinet/udp.h
-index 32159cd..8cc1c60 100644
 

[arch-commits] Commit in lib32-glibc/repos/multilib-x86_64 (8 files)

2014-12-04 Thread Jan Steffens
Date: Thursday, December 4, 2014 @ 14:19:19
  Author: heftig
Revision: 123442

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-glibc/repos/multilib-x86_64/PKGBUILD
(from rev 123441, lib32-glibc/trunk/PKGBUILD)
  lib32-glibc/repos/multilib-x86_64/glibc-2.20-roundup.patch
(from rev 123441, lib32-glibc/trunk/glibc-2.20-roundup.patch)
  lib32-glibc/repos/multilib-x86_64/lib32-glibc.conf
(from rev 123441, lib32-glibc/trunk/lib32-glibc.conf)
Deleted:
  lib32-glibc/repos/multilib-x86_64/PKGBUILD
  lib32-glibc/repos/multilib-x86_64/glibc-2.20-do_ftell_wide-memleak.patch
  
lib32-glibc/repos/multilib-x86_64/glibc-2.20-getifaddrs_internal-segfault.patch
  lib32-glibc/repos/multilib-x86_64/glibc-2.20-linux-3.16-additions.patch
  lib32-glibc/repos/multilib-x86_64/lib32-glibc.conf

---+
 PKGBUILD  |  301 +---
 glibc-2.20-do_ftell_wide-memleak.patch|   12 
 glibc-2.20-getifaddrs_internal-segfault.patch |   29 -
 glibc-2.20-linux-3.16-additions.patch |   15 
 glibc-2.20-roundup.patch  |  595 
 lib32-glibc.conf  |2 
 6 files changed, 741 insertions(+), 213 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-04 13:19:00 UTC (rev 123441)
+++ PKGBUILD2014-12-04 13:19:19 UTC (rev 123442)
@@ -1,156 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-
-_pkgbasename=glibc
-pkgname=lib32-$_pkgbasename
-pkgver=2.20
-pkgrel=2
-pkgdesc=GNU C Library (32-bit)
-arch=('x86_64')
-url=http://www.gnu.org/software/libc;
-license=('GPL' 'LGPL')
-groups=()
-depends=()
-makedepends=('gcc-multilib=4.9')
-backup=()
-
-
-options=('!strip' 'staticlibs' '!emptydirs')
-
-source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
-   glibc-2.20-getifaddrs_internal-segfault.patch
-   glibc-2.20-linux-3.16-additions.patch
-   glibc-2.20-do_ftell_wide-memleak.patch
-lib32-glibc.conf)
-md5sums=('948a6e06419a01bd51e97206861595b0'
- 'SKIP'
- '1c5d5c2017445c75dbc5c6d0c1e45ddb'
- '8f1059f431b842e54b12bde689620df8'
- 'b50feeab78fa6ce0a8cfb41ee8dc1fd8'
- '6e052f1cb693d5d3203f50f9d4e8c33b')
-validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF')  # Carlos O'Donell
-
-prepare() {
-  cd ${srcdir}/glibc-${pkgver}
-
-  # fix segfault in getifaddrs_internal
-  # https://sourceware.org/ml/libc-alpha/2014-09/msg00312.html
-  patch -p1 -i $srcdir/glibc-2.20-getifaddrs_internal-segfault.patch
-  
-  # linux 3.16 additions - commit 0bd72468
-  patch -p1 -i $srcdir/glibc-2.20-linux-3.16-additions.patch
-  
-  # plug memory leak - commit 984c0ea9
-  patch -p1 -i $srcdir/glibc-2.20-do_ftell_wide-memleak.patch
-
-  mkdir ${srcdir}/glibc-build
-}
-
-build() {
-  cd ${srcdir}/glibc-build
-
-  #if [[ ${CARCH} = i686 ]]; then
-# Hack to fix NPTL issues with Xen, only required on 32bit platforms
-# TODO: make separate glibc-xen package for i686
-export CFLAGS=${CFLAGS} -mno-tls-direct-seg-refs
-  #fi
-
-  echo slibdir=/usr/lib32  configparms
-  echo rtlddir=/usr/lib32  configparms
-  echo sbindir=/usr/bin  configparms
-  echo rootsbindir=/usr/bin  configparms
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-
-  # remove hardening options for building libraries
-  CFLAGS=${CFLAGS/-fstack-protector-strong/}
-  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
-
-  ${srcdir}/${_pkgbasename}-${pkgver}/configure --prefix=/usr \
-  --libdir=/usr/lib32 --libexecdir=/usr/lib32 \
-  --with-headers=/usr/include \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-add-ons \
-  --enable-obsolete-rpc \
-  --enable-kernel=2.6.32 \
-  --enable-bind-now --disable-profile \
-  --enable-stackguard-randomization \
-  --enable-lock-elision \
-  --enable-multi-arch i686-unknown-linux-gnu
-
-  # build libraries with hardening disabled
-  echo build-programs=no  configparms
-  make
-
-  # re-enable hardening for programs
-  sed -i /build-programs=/s#no#yes# configparms
-  echo CC += -fstack-protector-strong -D_FORTIFY_SOURCE=2  configparms
-  echo CXX += -fstack-protector-strong -D_FORTIFY_SOURCE=2  configparms
-  make
-
-  # remove harding in preparation to run test-suite
-  sed -i '5,7d' configparms
-}
-
-check() {
-  # the linker commands need to be reordered - fixed in 2.19
-  LDFLAGS=${LDFLAGS/--as-needed,/}
-
-  cd ${srcdir}/glibc-build
-
-  # tst-cleanupx4 failure on i686 is expected
-  make check || true
-}
-
-package() {
-  cd ${srcdir}/glibc-build
-  make install_root=${pkgdir} install
-
-  rm -rf ${pkgdir}/{etc,sbin,usr/{bin,sbin,share},var}
-
-  # We need one 32 bit specific 

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

2014-12-04 Thread Jan Steffens
Date: Thursday, December 4, 2014 @ 14:26:23
  Author: heftig
Revision: 123443

2.4.4

Modified:
  libtool-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 13:19:19 UTC (rev 123442)
+++ PKGBUILD2014-12-04 13:26:23 UTC (rev 123443)
@@ -7,17 +7,22 @@
 
 pkgbase=libtool-multilib
 pkgname=(libtool-multilib lib32-libltdl)
-pkgver=2.4.2
+pkgver=2.4.4
 _gccver=4.9.2
-pkgrel=15
+pkgrel=1
 pkgdesc=A generic library support script for multilib
 arch=('x86_64')
 url=http://www.gnu.org/software/libtool;
 license=('GPL')
+groups=('multilib-devel')
+depends=('sh' 'tar' gcc-multilib=${_gccver})
 makedepends=(gcc-multilib=${_gccver})
+provides=(libltdl=$pkgver libtool=$pkgver-$pkgrel)
+conflicts=(libltdl libtool)
+install=libtool.install
 source=(ftp://ftp.gnu.org/pub/gnu/libtool/libtool-${pkgver}.tar.xz{,.sig})
-md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
- '1e6ba57420c82c663c85e745d11c7eed')
+md5sums=('51bf400de3354687d68dfa2392506b7e'
+ 'SKIP')
 validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')
 
 prepare() {
@@ -50,25 +55,19 @@
 }
 
 package_libtool-multilib() {
-  depends=('sh' libltdl=$pkgver 'tar' gcc-multilib=${_gccver} 
lib32-libltdl=$pkgver)
-  groups=('multilib-devel')
-  install=libtool.install
-  provides=(libtool=$pkgver-$pkgrel)
-  conflicts=(libtool)
+  depends+=(lib32-libltdl=$pkgver-$pkgrel)
 
   cd libtool-64
-  
-  make DESTDIR=${pkgdir} install-binSCRIPTS install-man install-info \
- install-data-local
-  rm -r ${pkgdir}/usr/share/libtool/libltdl/
+  make DESTDIR=${pkgdir} install
 }
 
 package_lib32-libltdl() {
   pkgdesc=A system independent dlopen wrapper for GNU libtool (32-bit)
-  depends=(lib32-glibc libltdl)
-  replaces=(lib32-libtool)
+  depends=(lib32-glibc)
   provides=(lib32-libtool=$pkgver-$pkgrel)
   conflicts=(lib32-libtool)
+  replaces=(lib32-libtool)
+  install=
 
   cd libtool-32
   make DESTDIR=${pkgdir} install-libLTLIBRARIES


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

2014-12-04 Thread Jan Steffens
Date: Thursday, December 4, 2014 @ 14:28:26
  Author: heftig
Revision: 123444

Unscrew commitpkg

Modified:
  libtool-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 13:26:23 UTC (rev 123443)
+++ PKGBUILD2014-12-04 13:28:26 UTC (rev 123444)
@@ -19,7 +19,6 @@
 makedepends=(gcc-multilib=${_gccver})
 provides=(libltdl=$pkgver libtool=$pkgver-$pkgrel)
 conflicts=(libltdl libtool)
-install=libtool.install
 source=(ftp://ftp.gnu.org/pub/gnu/libtool/libtool-${pkgver}.tar.xz{,.sig})
 md5sums=('51bf400de3354687d68dfa2392506b7e'
  'SKIP')
@@ -56,6 +55,7 @@
 
 package_libtool-multilib() {
   depends+=(lib32-libltdl=$pkgver-$pkgrel)
+  install=libtool.install
 
   cd libtool-64
   make DESTDIR=${pkgdir} install
@@ -67,7 +67,6 @@
   provides=(lib32-libtool=$pkgver-$pkgrel)
   conflicts=(lib32-libtool)
   replaces=(lib32-libtool)
-  install=
 
   cd libtool-32
   make DESTDIR=${pkgdir} install-libLTLIBRARIES


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

2014-12-04 Thread Jan Steffens
Date: Thursday, December 4, 2014 @ 14:28:38
  Author: heftig
Revision: 123445

archrelease: copy trunk to multilib-testing-x86_64

Added:
  libtool-multilib/repos/multilib-testing-x86_64/
  libtool-multilib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 123444, libtool-multilib/trunk/PKGBUILD)
  libtool-multilib/repos/multilib-testing-x86_64/libtool.install
(from rev 123444, libtool-multilib/trunk/libtool.install)

-+
 PKGBUILD|   73 ++
 libtool.install |   22 
 2 files changed, 95 insertions(+)

Copied: libtool-multilib/repos/multilib-testing-x86_64/PKGBUILD (from rev 
123444, libtool-multilib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-12-04 13:28:38 UTC (rev 123445)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+# NOTE: requires rebuild with each new gcc version
+
+pkgbase=libtool-multilib
+pkgname=(libtool-multilib lib32-libltdl)
+pkgver=2.4.4
+_gccver=4.9.2
+pkgrel=1
+pkgdesc=A generic library support script for multilib
+arch=('x86_64')
+url=http://www.gnu.org/software/libtool;
+license=('GPL')
+groups=('multilib-devel')
+depends=('sh' 'tar' gcc-multilib=${_gccver})
+makedepends=(gcc-multilib=${_gccver})
+provides=(libltdl=$pkgver libtool=$pkgver-$pkgrel)
+conflicts=(libltdl libtool)
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/libtool-${pkgver}.tar.xz{,.sig})
+md5sums=('51bf400de3354687d68dfa2392506b7e'
+ 'SKIP')
+validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')
+
+prepare() {
+  mv libtool-$pkgver libtool-64
+  cp -a libtool-64 libtool-32
+}
+
+build() {
+  ( msg2 Building libtool-64...
+cd libtool-64
+./configure --prefix=/usr
+make
+  )
+
+  ( msg2 Building libtool-32...
+export CC=gcc -m32
+export CXX=g++ -m32
+
+cd libtool-32
+./configure --prefix=/usr --libdir=/usr/lib32
+make
+  )
+}
+
+check() {
+  cd libtool-64
+  make -k check
+  cd ../libtool-32
+  make -k check
+}
+
+package_libtool-multilib() {
+  depends+=(lib32-libltdl=$pkgver-$pkgrel)
+  install=libtool.install
+
+  cd libtool-64
+  make DESTDIR=${pkgdir} install
+}
+
+package_lib32-libltdl() {
+  pkgdesc=A system independent dlopen wrapper for GNU libtool (32-bit)
+  depends=(lib32-glibc)
+  provides=(lib32-libtool=$pkgver-$pkgrel)
+  conflicts=(lib32-libtool)
+  replaces=(lib32-libtool)
+
+  cd libtool-32
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+}

Copied: libtool-multilib/repos/multilib-testing-x86_64/libtool.install (from 
rev 123444, libtool-multilib/trunk/libtool.install)
===
--- multilib-testing-x86_64/libtool.install (rev 0)
+++ multilib-testing-x86_64/libtool.install 2014-12-04 13:28:38 UTC (rev 
123445)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(libtool.info  libtool.info-1  libtool.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-power-manager/repos (8 files)

2014-12-04 Thread Evangelos Foutras
Date: Thursday, December 4, 2014 @ 16:55:49
  Author: foutrelis
Revision: 227279

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

Added:
  xfce4-power-manager/repos/extra-i686/PKGBUILD
(from rev 227278, xfce4-power-manager/trunk/PKGBUILD)
  xfce4-power-manager/repos/extra-i686/xfce4-power-manager.install
(from rev 227278, xfce4-power-manager/trunk/xfce4-power-manager.install)
  xfce4-power-manager/repos/extra-x86_64/PKGBUILD
(from rev 227278, xfce4-power-manager/trunk/PKGBUILD)
  xfce4-power-manager/repos/extra-x86_64/xfce4-power-manager.install
(from rev 227278, xfce4-power-manager/trunk/xfce4-power-manager.install)
Deleted:
  xfce4-power-manager/repos/extra-i686/PKGBUILD
  xfce4-power-manager/repos/extra-i686/xfce4-power-manager.install
  xfce4-power-manager/repos/extra-x86_64/PKGBUILD
  xfce4-power-manager/repos/extra-x86_64/xfce4-power-manager.install

--+
 /PKGBUILD|   82 +
 /xfce4-power-manager.install |   36 
 extra-i686/PKGBUILD  |   41 --
 extra-i686/xfce4-power-manager.install   |   18 --
 extra-x86_64/PKGBUILD|   41 --
 extra-x86_64/xfce4-power-manager.install |   18 --
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-04 15:55:36 UTC (rev 227278)
+++ extra-i686/PKGBUILD 2014-12-04 15:55:49 UTC (rev 227279)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Tobias Kieslich tobias funnychar archlinux.org
-
-pkgname=xfce4-power-manager
-pkgver=1.4.2
-pkgrel=1
-pkgdesc=Power manager for Xfce desktop
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('upower' 'libnotify' 'hicolor-icon-theme')
-optdepends=('xfce4-panel: for the Xfce panel plugin'
-'lxpanel: for the LXDE panel plugin')
-makedepends=('intltool' 'xfce4-panel' 'lxpanel')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/1.4/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f28bad9270a155566e5ccf03de91c9cce7516e28192f3c0259a620bbce9d6b97')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-network-manager \
---enable-polkit \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-power-manager/repos/extra-i686/PKGBUILD (from rev 227278, 
xfce4-power-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-04 15:55:49 UTC (rev 227279)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Kieslich tobias funnychar archlinux.org
+
+pkgname=xfce4-power-manager
+pkgver=1.4.2
+pkgrel=2
+pkgdesc=Power manager for Xfce desktop
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'upower' 'libnotify' 'hicolor-icon-theme')
+optdepends=('xfce4-panel: for the Xfce panel plugin'
+'lxpanel: for the LXDE panel plugin')
+makedepends=('intltool' 'xfce4-panel' 'lxpanel')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/1.4/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f28bad9270a155566e5ccf03de91c9cce7516e28192f3c0259a620bbce9d6b97')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-network-manager \
+--enable-polkit \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-power-manager.install
===
--- extra-i686/xfce4-power-manager.install  2014-12-04 15:55:36 UTC (rev 
227278)
+++ extra-i686/xfce4-power-manager.install  2014-12-04 15:55:49 UTC (rev 
227279)
@@ -1,18 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  if (($(vercmp $2 1.4.0-1)  0)); then
-echo ':: Xfce Power Manager no longer provides a tray icon.'
-echo '   Instead, it includes panel plugins for Xfce and LXDE.'
-  fi
-
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-power-manager/repos/extra-i686/xfce4-power-manager.install (from 
rev 227278, xfce4-power-manager/trunk/xfce4-power-manager.install)

[arch-commits] Commit in xfce4-power-manager/trunk (PKGBUILD)

2014-12-04 Thread Evangelos Foutras
Date: Thursday, December 4, 2014 @ 16:55:36
  Author: foutrelis
Revision: 227278

upgpkg: xfce4-power-manager 1.4.2-2

Fix missing dependency on libxfce4ui (FS#42999).

Modified:
  xfce4-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 09:18:20 UTC (rev 227277)
+++ PKGBUILD2014-12-04 15:55:36 UTC (rev 227278)
@@ -4,13 +4,13 @@
 
 pkgname=xfce4-power-manager
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Power manager for Xfce desktop
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;
 license=('GPL2')
 groups=('xfce4')
-depends=('upower' 'libnotify' 'hicolor-icon-theme')
+depends=('libxfce4ui' 'upower' 'libnotify' 'hicolor-icon-theme')
 optdepends=('xfce4-panel: for the Xfce panel plugin'
 'lxpanel: for the LXDE panel plugin')
 makedepends=('intltool' 'xfce4-panel' 'lxpanel')


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

2014-12-04 Thread Anatol Pomozov
Date: Thursday, December 4, 2014 @ 17:36:23
  Author: anatolik
Revision: 123446

upgpkg: android-udev r124-1

Modified:
  android-udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 13:28:38 UTC (rev 123445)
+++ PKGBUILD2014-12-04 16:36:23 UTC (rev 123446)
@@ -3,18 +3,18 @@
 # Contributor: marlock
 
 pkgname=android-udev
-pkgver=r116
+pkgver=r124
 pkgrel=1
 pkgdesc='Udev rules to connect Android devices to your linux box'
 arch=(any)
 url='https://github.com/M0Rf30/android-udev-rules'
-license=(GPL)
+license=(GPL3)
 depends=(udev libmtp)
 makedepends=(git)
 install='android-udev.install'
 
 # instead of using HEAD version let's depend on some known revision
-_git_revision=bede54afa247a15790e3bb4a29068b4806022518
+_git_revision=a08c3cd6ae83537dcc398925db52349fe7f5c7f5
 
source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision)
 md5sums=('SKIP')
 


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

2014-12-04 Thread Anatol Pomozov
Date: Thursday, December 4, 2014 @ 17:37:20
  Author: anatolik
Revision: 123447

archrelease: copy trunk to testing-any

Added:
  android-udev/repos/testing-any/
  android-udev/repos/testing-any/PKGBUILD
(from rev 123446, android-udev/trunk/PKGBUILD)
  android-udev/repos/testing-any/android-udev.install
(from rev 123446, android-udev/trunk/android-udev.install)

--+
 PKGBUILD |   28 
 android-udev.install |   12 
 2 files changed, 40 insertions(+)

Copied: android-udev/repos/testing-any/PKGBUILD (from rev 123446, 
android-udev/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-12-04 16:37:20 UTC (rev 123447)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=r124
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL3)
+depends=(udev libmtp)
+makedepends=(git)
+install='android-udev.install'
+
+# instead of using HEAD version let's depend on some known revision
+_git_revision=a08c3cd6ae83537dcc398925db52349fe7f5c7f5
+source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision)
+md5sums=('SKIP')
+
+pkgver() {
+  cd android-udev-rules
+  printf r%s $(git rev-list --count HEAD)
+}
+
+package() {
+  install -Dm 644 android-udev-rules/51-android.rules 
$pkgdir/usr/lib/udev/rules.d/51-android.rules
+}

Copied: android-udev/repos/testing-any/android-udev.install (from rev 123446, 
android-udev/trunk/android-udev.install)
===
--- testing-any/android-udev.install(rev 0)
+++ testing-any/android-udev.install2014-12-04 16:37:20 UTC (rev 123447)
@@ -0,0 +1,12 @@
+post_install() {
+  getent group adbusers /dev/null  groupdel adbusers
+  groupadd -r adbusers
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  getent group adbusers /dev/null  groupdel adbusers
+}


[arch-commits] Commit in android-udev/repos (testing-any)

2014-12-04 Thread Anatol Pomozov
Date: Thursday, December 4, 2014 @ 17:38:28
  Author: anatolik
Revision: 123448

Wrong repo

Deleted:
  android-udev/repos/testing-any/


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

2014-12-04 Thread Anatol Pomozov
Date: Thursday, December 4, 2014 @ 17:39:17
  Author: anatolik
Revision: 123449

archrelease: copy trunk to community-testing-any

Added:
  android-udev/repos/community-testing-any/
  android-udev/repos/community-testing-any/PKGBUILD
(from rev 123448, android-udev/trunk/PKGBUILD)
  android-udev/repos/community-testing-any/android-udev.install
(from rev 123448, android-udev/trunk/android-udev.install)

--+
 PKGBUILD |   28 
 android-udev.install |   12 
 2 files changed, 40 insertions(+)

Copied: android-udev/repos/community-testing-any/PKGBUILD (from rev 123448, 
android-udev/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-12-04 16:39:17 UTC (rev 123449)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=r124
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL3)
+depends=(udev libmtp)
+makedepends=(git)
+install='android-udev.install'
+
+# instead of using HEAD version let's depend on some known revision
+_git_revision=a08c3cd6ae83537dcc398925db52349fe7f5c7f5
+source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision)
+md5sums=('SKIP')
+
+pkgver() {
+  cd android-udev-rules
+  printf r%s $(git rev-list --count HEAD)
+}
+
+package() {
+  install -Dm 644 android-udev-rules/51-android.rules 
$pkgdir/usr/lib/udev/rules.d/51-android.rules
+}

Copied: android-udev/repos/community-testing-any/android-udev.install (from rev 
123448, android-udev/trunk/android-udev.install)
===
--- community-testing-any/android-udev.install  (rev 0)
+++ community-testing-any/android-udev.install  2014-12-04 16:39:17 UTC (rev 
123449)
@@ -0,0 +1,12 @@
+post_install() {
+  getent group adbusers /dev/null  groupdel adbusers
+  groupadd -r adbusers
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  getent group adbusers /dev/null  groupdel adbusers
+}


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

2014-12-04 Thread Ronald van Haren
Date: Thursday, December 4, 2014 @ 19:28:40
  Author: ronald
Revision: 227281

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

Added:
  digikam/repos/testing-i686/
  digikam/repos/testing-i686/PKGBUILD
(from rev 227280, digikam/trunk/PKGBUILD)
  digikam/repos/testing-i686/digikam.install
(from rev 227280, digikam/trunk/digikam.install)
  digikam/repos/testing-i686/kipi-plugins.install
(from rev 227280, digikam/trunk/kipi-plugins.install)
  digikam/repos/testing-i686/libkexiv2.patch
(from rev 227280, digikam/trunk/libkexiv2.patch)
  digikam/repos/testing-x86_64/
  digikam/repos/testing-x86_64/PKGBUILD
(from rev 227280, digikam/trunk/PKGBUILD)
  digikam/repos/testing-x86_64/digikam.install
(from rev 227280, digikam/trunk/digikam.install)
  digikam/repos/testing-x86_64/kipi-plugins.install
(from rev 227280, digikam/trunk/kipi-plugins.install)
  digikam/repos/testing-x86_64/libkexiv2.patch
(from rev 227280, digikam/trunk/libkexiv2.patch)

-+
 testing-i686/PKGBUILD   |  126 ++
 testing-i686/digikam.install|   12 +++
 testing-i686/kipi-plugins.install   |   12 +++
 testing-i686/libkexiv2.patch|   10 ++
 testing-x86_64/PKGBUILD |  126 ++
 testing-x86_64/digikam.install  |   12 +++
 testing-x86_64/kipi-plugins.install |   12 +++
 testing-x86_64/libkexiv2.patch  |   10 ++
 8 files changed, 320 insertions(+)

Copied: digikam/repos/testing-i686/PKGBUILD (from rev 227280, 
digikam/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-04 18:28:40 UTC (rev 227281)
@@ -0,0 +1,126 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgbase=digikam
+pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
+pkgver=4.5.0
+pkgrel=3
+pkgdesc=Digital photo management application for KDE
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.digikam.org/;
+makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
+ 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 
'libgphoto2'
+ 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick' 'eigen' 
+'libbaloo4' 'libpgf' 'libusb-compat')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+   libkexiv2.patch)
+sha1sums=('ba735f4b7bb0437c1676141ab78ea958e46f135e'
+  '1bcef459bd400a04526aac9adf39d4d0a1c3549c')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/libkexiv2.patch 
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DBUILD_tests=OFF \
+-DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF \
+-DDIGIKAMSC_USE_PRIVATE_SHAREDLIBS=ON
+  make
+}
+
+package_digikam() {
+  pkgdesc=Digital photo management application for KDE
+  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
+   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun' 
+  'libpgf' 'libbaloo4')
+  optdepends=('kipi-plugins: more tools and plugins' 'kdebase-workspace: Theme 
configuration dialog')
+  install=digikam.install
+
+  cd build/core
+  make DESTDIR=${pkgdir} install
+  cd ../../build/doc
+  make DESTDIR=${pkgdir} install
+  cd ../../build/po
+  make DESTDIR=${pkgdir} install
+
+  # Put these in the relevant splitted packages
+  rm ${pkgdir}/usr/share/locale/kde4/*/LC_MESSAGES/kipiplugin*.mo
+  rm ${pkgdir}/usr/share/locale/kde4/*/LC_MESSAGES/libkgeomap*.mo
+  # Fix conflicts with kde-l10n-* (FS#33762)
+  rm ${pkgdir}/usr/share/locale/kde4/*/LC_MESSAGES/libkipi.mo
+}
+
+package_libkface() {
+  pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
+  depends=('kdelibs' 'opencv')
+
+  cd build/extra/libkface
+  make DESTDIR=${pkgdir} install
+}
+
+package_libkgeomap() {
+  pkgdesc=A wrapper around world map components for browsing and arranging 
photos on a map
+  depends=('kdelibs' 'kdeedu-marble')
+
+  cd build/extra/libkgeomap
+  make DESTDIR=${pkgdir} install
+
+  cd ../../../build/po
+  make DESTDIR=${pkgdir} install
+  # Put these in the relevant splitted packages
+  rm ${pkgdir}/usr/share/locale/kde4/*/LC_MESSAGES/kipiplugin*.mo
+  rm ${pkgdir}/usr/share/locale/kde4/*/LC_MESSAGES/digikam.mo
+  # Fix conflicts with kde-l10n-* (FS#33762)
+  rm ${pkgdir}/usr/share/locale/kde4/*/LC_MESSAGES/libkipi.mo
+}
+
+package_libkvkontakte() {
+  pkgdesc=KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network
+  depends=('kdelibs' 'qjson')
+
+  cd 

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

2014-12-04 Thread Ronald van Haren
Date: Thursday, December 4, 2014 @ 19:28:22
  Author: ronald
Revision: 227280

upgpkg: digikam 4.5.0-3

add libusb-compat to makedepends for FS#42932

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 15:55:49 UTC (rev 227279)
+++ PKGBUILD2014-12-04 18:28:22 UTC (rev 227280)
@@ -6,7 +6,7 @@
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
 pkgver=4.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Digital photo management application for KDE
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,7 +14,7 @@
 makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
  'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 
'libgphoto2'
  'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick' 'eigen' 
-'libbaloo4' 'libpgf')
+'libbaloo4' 'libpgf' 'libusb-compat')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
libkexiv2.patch)
 sha1sums=('ba735f4b7bb0437c1676141ab78ea958e46f135e'


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

2014-12-04 Thread Sergej Pupykin
Date: Thursday, December 4, 2014 @ 19:57:22
  Author: spupykin
Revision: 123451

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 123450, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
(from rev 123450, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-i686/redis.conf-sane-defaults.patch
(from rev 123450, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-i686/redis.install
(from rev 123450, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 123450, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 123450, redis/trunk/redis.service)
  redis/repos/community-i686/redis.tmpfiles.d
(from rev 123450, redis/trunk/redis.tmpfiles.d)
  redis/repos/community-x86_64/PKGBUILD
(from rev 123450, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
(from rev 123450, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 123450, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.install
(from rev 123450, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 123450, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 123450, redis/trunk/redis.service)
  redis/repos/community-x86_64/redis.tmpfiles.d
(from rev 123450, redis/trunk/redis.tmpfiles.d)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-i686/redis.conf-sane-defaults.patch
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-i686/redis.tmpfiles.d
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service
  redis/repos/community-x86_64/redis.tmpfiles.d

-+
 /PKGBUILD   |  102 ++
 /redis-2.8.11-use-system-jemalloc.patch |   30 
 /redis.conf-sane-defaults.patch |   62 
 /redis.install  |   16 ++
 /redis.logrotate|   10 +
 /redis.service  |   22 +++
 /redis.tmpfiles.d   |2 
 community-i686/PKGBUILD |   51 ---
 community-i686/redis-2.8.11-use-system-jemalloc.patch   |   15 --
 community-i686/redis.conf-sane-defaults.patch   |   31 
 community-i686/redis.install|8 -
 community-i686/redis.logrotate  |5 
 community-i686/redis.service|   11 -
 community-i686/redis.tmpfiles.d |1 
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/redis-2.8.11-use-system-jemalloc.patch |   15 --
 community-x86_64/redis.conf-sane-defaults.patch |   31 
 community-x86_64/redis.install  |8 -
 community-x86_64/redis.logrotate|5 
 community-x86_64/redis.service  |   11 -
 community-x86_64/redis.tmpfiles.d   |1 
 21 files changed, 244 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-04 18:56:54 UTC (rev 123450)
+++ community-i686/PKGBUILD 2014-12-04 18:57:22 UTC (rev 123451)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Jan-Erik Rediger badboy at archlinux dot us
-# Contributor: nofxx x@nick.com
-
-pkgname=redis
-pkgver=2.8.17
-pkgrel=1
-pkgdesc='Advanced key-value store'
-arch=('i686' 'x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-redis.service
-redis.logrotate redis.tmpfiles.d
-redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('69023c3005664602268a5e2dbe23425c'
- 'aec12c881dc2693754f85539ae8e0bc7'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 

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

2014-12-04 Thread Sergej Pupykin
Date: Thursday, December 4, 2014 @ 19:56:54
  Author: spupykin
Revision: 123450

upgpkg: redis 2.8.18-1

upd

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 16:39:17 UTC (rev 123449)
+++ PKGBUILD2014-12-04 18:56:54 UTC (rev 123450)
@@ -5,7 +5,7 @@
 # Contributor: nofxx x@nick.com
 
 pkgname=redis
-pkgver=2.8.17
+pkgver=2.8.18
 pkgrel=1
 pkgdesc='Advanced key-value store'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 redis.logrotate redis.tmpfiles.d
 redis.conf-sane-defaults.patch
 redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('69023c3005664602268a5e2dbe23425c'
+md5sums=('1ba2df52c6761edb010b8976c84aebd6'
  'aec12c881dc2693754f85539ae8e0bc7'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'dd9ab8022b4d963b2e5899170dfff490'


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

2014-12-04 Thread Bartłomiej Piotrowski
Date: Thursday, December 4, 2014 @ 20:12:33
  Author: bpiotrowski
Revision: 227282

upgpkg: libffi 3.2.1-1

new upstream release

Modified:
  libffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 18:28:40 UTC (rev 227281)
+++ PKGBUILD2014-12-04 19:12:33 UTC (rev 227282)
@@ -4,8 +4,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=libffi
-pkgver=3.1
-pkgrel=3
+pkgver=3.2.1
+pkgrel=1
 pkgdesc='Portable foreign function interface library'
 arch=('i686' 'x86_64')
 url='http://sourceware.org/libffi/'
@@ -13,17 +13,9 @@
 depends=('glibc')
 checkdepends=('dejagnu')
 install=libffi.install
-source=(ftp://sourceware.org/pub/libffi/libffi-$pkgver.tar.gz
-0001-Fix-paths-in-libffi.pc.in.patch)
-sha1sums=('cb373ef2115ec7c57913b84ca72eee14b10ccdc3'
-  '85b406c5208a7b8fdba9c8a4782ab524f5c5eec4')
+source=(ftp://sourceware.org/pub/libffi/libffi-$pkgver.tar.gz)
+sha1sums=('280c265b789e041c02e5c97815793dfc283fb1e6')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../0001-Fix-paths-in-libffi.pc.in.patch
-  autoreconf -fi
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static \


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

2014-12-04 Thread Bartłomiej Piotrowski
Date: Thursday, December 4, 2014 @ 20:12:48
  Author: bpiotrowski
Revision: 227283

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

Added:
  libffi/repos/testing-i686/
  libffi/repos/testing-i686/0001-Fix-paths-in-libffi.pc.in.patch
(from rev 227282, libffi/trunk/0001-Fix-paths-in-libffi.pc.in.patch)
  libffi/repos/testing-i686/PKGBUILD
(from rev 227282, libffi/trunk/PKGBUILD)
  libffi/repos/testing-i686/libffi.install
(from rev 227282, libffi/trunk/libffi.install)
  libffi/repos/testing-x86_64/
  libffi/repos/testing-x86_64/0001-Fix-paths-in-libffi.pc.in.patch
(from rev 227282, libffi/trunk/0001-Fix-paths-in-libffi.pc.in.patch)
  libffi/repos/testing-x86_64/PKGBUILD
(from rev 227282, libffi/trunk/PKGBUILD)
  libffi/repos/testing-x86_64/libffi.install
(from rev 227282, libffi/trunk/libffi.install)

-+
 testing-i686/0001-Fix-paths-in-libffi.pc.in.patch   |   41 ++
 testing-i686/PKGBUILD   |   34 ++
 testing-i686/libffi.install |   20 
 testing-x86_64/0001-Fix-paths-in-libffi.pc.in.patch |   41 ++
 testing-x86_64/PKGBUILD |   34 ++
 testing-x86_64/libffi.install   |   20 
 6 files changed, 190 insertions(+)

Copied: libffi/repos/testing-i686/0001-Fix-paths-in-libffi.pc.in.patch (from 
rev 227282, libffi/trunk/0001-Fix-paths-in-libffi.pc.in.patch)
===
--- testing-i686/0001-Fix-paths-in-libffi.pc.in.patch   
(rev 0)
+++ testing-i686/0001-Fix-paths-in-libffi.pc.in.patch   2014-12-04 19:12:48 UTC 
(rev 227283)
@@ -0,0 +1,41 @@
+From ad0d1d239afc7ad09203847793dcc020856d1035 Mon Sep 17 00:00:00 2001
+From: Samuli Suominen ssuomi...@gentoo.org
+Date: Thu, 12 Jun 2014 06:30:21 -0400
+Subject: [PATCH] Fix paths in libffi.pc.in
+
+---
+ configure.ac | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 4f7fe3f..bbc1a9d 100644
+--- a/configure.ac
 b/configure.ac
+@@ -590,11 +590,11 @@ AC_ARG_ENABLE(purify-safety,
+ if test x$GCC = xyes; then
+   if test -n $with_cross_host 
+  test x$with_cross_host != xno; then
+-toolexecdir='$(exec_prefix)/$(target_alias)'
+-toolexeclibdir='$(toolexecdir)/lib'
++toolexecdir=${exec_prefix}/'$(target_alias)'
++toolexeclibdir=${toolexecdir}/lib
+   else
+-toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
+-toolexeclibdir='$(libdir)'
++toolexecdir=${libdir}/gcc-lib/'$(target_alias)'
++toolexeclibdir=${libdir}
+   fi
+   multi_os_directory=`$CC $CFLAGS -print-multi-os-directory`
+   case $multi_os_directory in
+@@ -603,7 +603,7 @@ if test x$GCC = xyes; then
+   esac
+   AC_SUBST(toolexecdir)
+ else
+-  toolexeclibdir='$(libdir)'
++  toolexeclibdir=${libdir}
+ fi
+ AC_SUBST(toolexeclibdir)
+ 
+-- 
+2.0.0
+

Copied: libffi/repos/testing-i686/PKGBUILD (from rev 227282, 
libffi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-04 19:12:48 UTC (rev 227283)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=libffi
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Portable foreign function interface library'
+arch=('i686' 'x86_64')
+url='http://sourceware.org/libffi/'
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+install=libffi.install
+source=(ftp://sourceware.org/pub/libffi/libffi-$pkgver.tar.gz)
+sha1sums=('280c265b789e041c02e5c97815793dfc283fb1e6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static \
+--enable-pax_emutramp
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libffi/repos/testing-i686/libffi.install (from rev 227282, 
libffi/trunk/libffi.install)
===
--- testing-i686/libffi.install (rev 0)
+++ testing-i686/libffi.install 2014-12-04 19:12:48 UTC (rev 227283)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libffi.info.gz)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Copied: 

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

2014-12-04 Thread Bartłomiej Piotrowski
Date: Thursday, December 4, 2014 @ 20:16:01
  Author: bpiotrowski
Revision: 123452

upgpkg: mpv 0.7.1-1

new upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 18:57:22 UTC (rev 123451)
+++ PKGBUILD2014-12-04 19:16:01 UTC (rev 123452)
@@ -3,8 +3,8 @@
 # Contributor: Eivind Uggedal eiv...@uggedal.com
 
 pkgname=mpv
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -20,7 +20,7 @@
 options=('!emptydirs' '!buildflags')
 install=mpv.install
 source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('ddb900d0f4e086734ccf2a775a15c859')
+md5sums=('8112478d360135b2c78ea08dac3b9b22')
 
 prepare() {
   cd $pkgname-$pkgver


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

2014-12-04 Thread Bartłomiej Piotrowski
Date: Thursday, December 4, 2014 @ 20:16:16
  Author: bpiotrowski
Revision: 123453

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

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

--+
 /PKGBUILD|  106 +
 /mpv.install |   24 +
 community-i686/PKGBUILD  |   53 
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   53 
 community-x86_64/mpv.install |   12 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-04 19:16:01 UTC (rev 123452)
+++ community-i686/PKGBUILD 2014-12-04 19:16:16 UTC (rev 123453)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Eivind Uggedal eiv...@uggedal.com
-
-pkgname=mpv
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
-  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
-  'libguess' 'portaudio'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa')
-optdepends=('youtube-dl: for video-sharing websites playback')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('ddb900d0f4e086734ccf2a775a15c859')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-joystick \
---enable-zsh-comp \
---enable-libmpv-shared \
---enable-cdda \
---enable-portaudio
-
-  ./waf build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./waf install --destdir=$pkgdir
-
-  install -d $pkgdir/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-$pkgdir/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-$pkgdir/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 123452, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-04 19:16:16 UTC (rev 123453)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
+  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+  'libguess' 'portaudio'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('8112478d360135b2c78ea08dac3b9b22')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda \
+--enable-portaudio
+
+  ./waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir=$pkgdir
+
+  install -d $pkgdir/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+$pkgdir/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+$pkgdir/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2014-12-04 19:16:01 UTC (rev 123452)
+++ community-i686/mpv.install  2014-12-04 19:16:16 UTC (rev 123453)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mpv/repos/community-i686/mpv.install (from rev 

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

2014-12-04 Thread Bartłomiej Piotrowski
Date: Thursday, December 4, 2014 @ 20:19:46
  Author: bpiotrowski
Revision: 123454

upgpkg: ansible 1.8.1-2

Do not change shebang in python scripts to respect ansible_python_interpreter
in playbooks. This has been already fixed in FS#39153. Closes FS#42986 and 
FS#42941.

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 19:16:16 UTC (rev 123453)
+++ PKGBUILD2014-12-04 19:19:46 UTC (rev 123454)
@@ -7,7 +7,7 @@
 
 pkgname=ansible
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='http://www.ansible.com'
@@ -21,10 +21,6 @@
 source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
 sha256sums=('b08129cb4fe20dfc33403cc7245ea2c95999fdb9922fed7f06d4ba51ba8528b1')
 
-prepare() {
-  find $pkgname-$pkgver -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
-}
-
 build() {
   cd $pkgname-$pkgver
   python2 setup.py build


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

2014-12-04 Thread Bartłomiej Piotrowski
Date: Thursday, December 4, 2014 @ 20:19:57
  Author: bpiotrowski
Revision: 123455

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 123454, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-04 19:19:46 UTC (rev 123454)
+++ PKGBUILD2014-12-04 19:19:57 UTC (rev 123455)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Chris seitz.christ...@gmail.com
-# Contributor: m0ikz ndelato...@moikz.com.ar
-# Contributor: atweiden archb...@gmail.com
-
-pkgname=ansible
-pkgver=1.8.1
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
-makedepends=('asciidoc' 'fakeroot')
-optdepends=('python2-pyasn1: needed for accelerated mode'
-'python2-crypto: needed for accelerated mode'
-'python2-keyczar: needed for accelerated mode')
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('b08129cb4fe20dfc33403cc7245ea2c95999fdb9922fed7f06d4ba51ba8528b1')
-
-prepare() {
-  find $pkgname-$pkgver -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install -O1 --root=$pkgdir
-  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
-
-  install -d $pkgdir/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
-
-  install -d $pkgdir/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 123454, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-04 19:19:57 UTC (rev 123455)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Chris seitz.christ...@gmail.com
+# Contributor: m0ikz ndelato...@moikz.com.ar
+# Contributor: atweiden archb...@gmail.com
+
+pkgname=ansible
+pkgver=1.8.1
+pkgrel=2
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
+makedepends=('asciidoc' 'fakeroot')
+optdepends=('python2-pyasn1: needed for accelerated mode'
+'python2-crypto: needed for accelerated mode'
+'python2-keyczar: needed for accelerated mode')
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
+sha256sums=('b08129cb4fe20dfc33403cc7245ea2c95999fdb9922fed7f06d4ba51ba8528b1')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
+
+  install -d $pkgdir/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
+
+  install -d $pkgdir/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
+}


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

2014-12-04 Thread Bartłomiej Piotrowski
Date: Thursday, December 4, 2014 @ 21:56:03
  Author: bpiotrowski
Revision: 123456

upgpkg: maim 3.3.41-1

new upstream release

Modified:
  maim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 19:19:57 UTC (rev 123455)
+++ PKGBUILD2014-12-04 20:56:03 UTC (rev 123456)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof naelst...@gmail.com
 
 pkgname=maim
-pkgver=3.3.39
+pkgver=3.3.41
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 optdepends=('slop: region selection support')
 source=($url/archive/v$pkgver.tar.gz)
-md5sums=('94e56e6c649d59d060ddd1dec43dbd47')
+md5sums=('e1745aafeedc63821acbda60f7e9642f')
 
 build() {
   cd $pkgname-$pkgver


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

2014-12-04 Thread Bartłomiej Piotrowski
Date: Thursday, December 4, 2014 @ 21:56:19
  Author: bpiotrowski
Revision: 123457

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-04 20:56:03 UTC (rev 123456)
+++ community-i686/PKGBUILD 2014-12-04 20:56:19 UTC (rev 123457)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: naelstrof naelst...@gmail.com
-
-pkgname=maim
-pkgver=3.3.39
-pkgrel=1
-pkgdesc='Utility to take a screenshot using imlib2'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/maim'
-license=('GPL3')
-depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
-makedepends=('cmake')
-optdepends=('slop: region selection support')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('94e56e6c649d59d060ddd1dec43dbd47')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: maim/repos/community-i686/PKGBUILD (from rev 123456, 
maim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-04 20:56:19 UTC (rev 123457)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: naelstrof naelst...@gmail.com
+
+pkgname=maim
+pkgver=3.3.41
+pkgrel=1
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
+optdepends=('slop: region selection support')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('e1745aafeedc63821acbda60f7e9642f')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-04 20:56:03 UTC (rev 123456)
+++ community-x86_64/PKGBUILD   2014-12-04 20:56:19 UTC (rev 123457)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: naelstrof naelst...@gmail.com
-
-pkgname=maim
-pkgver=3.3.39
-pkgrel=1
-pkgdesc='Utility to take a screenshot using imlib2'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/maim'
-license=('GPL3')
-depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
-makedepends=('cmake')
-optdepends=('slop: region selection support')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('94e56e6c649d59d060ddd1dec43dbd47')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: maim/repos/community-x86_64/PKGBUILD (from rev 123456, 
maim/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-04 20:56:19 UTC (rev 123457)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: naelstrof naelst...@gmail.com
+
+pkgname=maim
+pkgver=3.3.41
+pkgrel=1
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
+optdepends=('slop: region selection support')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('e1745aafeedc63821acbda60f7e9642f')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}


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

2014-12-04 Thread Bartłomiej Piotrowski
Date: Thursday, December 4, 2014 @ 22:13:24
  Author: bpiotrowski
Revision: 227285

upgpkg: ffmpeg 1:2.5-1

new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 20:20:51 UTC (rev 227284)
+++ PKGBUILD2014-12-04 21:13:24 UTC (rev 227285)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ffmpeg
-pkgver=2.4.4
+pkgver=2.5
 pkgrel=1
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
@@ -20,7 +20,7 @@
 )
 makedepends=('libvdpau' 'yasm')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('7e2819c71484ffba1ba1a91dd5285643'
+md5sums=('4346fe710cc6bdd981f6534d2420d1ab'
  'SKIP')
 
 build() {


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

2014-12-04 Thread Bartłomiej Piotrowski
Date: Thursday, December 4, 2014 @ 22:13:35
  Author: bpiotrowski
Revision: 227286

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

Added:
  ffmpeg/repos/testing-i686/
  ffmpeg/repos/testing-i686/PKGBUILD
(from rev 227285, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/testing-x86_64/
  ffmpeg/repos/testing-x86_64/PKGBUILD
(from rev 227285, ffmpeg/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   77 ++
 testing-x86_64/PKGBUILD |   77 ++
 2 files changed, 154 insertions(+)

Copied: ffmpeg/repos/testing-i686/PKGBUILD (from rev 227285, 
ffmpeg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-04 21:13:35 UTC (rev 227286)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.5
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
+)
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('4346fe710cc6bdd981f6534d2420d1ab'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libx265 \
+--enable-libxvid \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-swresample \
+--enable-vdpau \
+--enable-version3 \
+--enable-x11grab \
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-man
+  install -Dm755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
+}

Copied: ffmpeg/repos/testing-x86_64/PKGBUILD (from rev 227285, 
ffmpeg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-04 21:13:35 UTC (rev 227286)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.5
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
+)
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('4346fe710cc6bdd981f6534d2420d1ab'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+

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

2014-12-04 Thread Andrzej Giniewicz
Date: Thursday, December 4, 2014 @ 22:49:43
  Author: aginiewicz
Revision: 123458

upgpkg: vtk 6.1.0-5

vtk: switch to use qt4 due to FS#43007

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 20:56:19 UTC (rev 123457)
+++ PKGBUILD2014-12-04 21:49:43 UTC (rev 123458)
@@ -8,15 +8,17 @@
 # Contributor: Fabian Moser
 # Contributor: djscholl
 
+# Qt5: see FS#43007
+
 pkgname=vtk
 pkgver=6.1.0
 _majorver=6.1
-pkgrel=4
+pkgrel=5
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'
 license=('BSD')
-depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt5-tools' 'lesstif' 'mariadb' 
'hdf5' 'libgl')
+depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qtwebkit' 'lesstif' 'mariadb' 
'hdf5' 'libgl')
 makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'python2' 'tk' 
'wget' 'python2-matplotlib' 'openmpi' 'gdal' 'unixodbc' 'python2-twisted')
 optdepends=('python2: python bindings'
 'java-runtime: java bindings'
@@ -82,7 +84,7 @@
 -DVTK_USE_FFMPEG_ENCODER:BOOL=ON \
 -DVTK_BUILD_ALL_MODULES:BOOL=ON \
 -DVTK_USE_LARGE_DATA:BOOL=ON \
--DVTK_QT_VERSION:STRING=5 \
+-DVTK_QT_VERSION:STRING=4 \
 -DVTK_WRAP_JAVA:BOOL=ON \
 -DVTK_WRAP_PYTHON:BOOL=ON \
 -DVTK_WRAP_TCL:BOOL=ON \


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

2014-12-04 Thread Andrzej Giniewicz
Date: Thursday, December 4, 2014 @ 22:49:54
  Author: aginiewicz
Revision: 123459

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

Added:
  vtk/repos/community-i686/PKGBUILD
(from rev 123458, vtk/trunk/PKGBUILD)
  vtk/repos/community-i686/hdf5.diff
(from rev 123458, vtk/trunk/hdf5.diff)
  vtk/repos/community-i686/mesa.diff
(from rev 123458, vtk/trunk/mesa.diff)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 123458, vtk/trunk/PKGBUILD)
  vtk/repos/community-x86_64/hdf5.diff
(from rev 123458, vtk/trunk/hdf5.diff)
  vtk/repos/community-x86_64/mesa.diff
(from rev 123458, vtk/trunk/mesa.diff)
Deleted:
  vtk/repos/community-i686/PKGBUILD
  vtk/repos/community-i686/hdf5.diff
  vtk/repos/community-i686/mesa.diff
  vtk/repos/community-x86_64/PKGBUILD
  vtk/repos/community-x86_64/hdf5.diff
  vtk/repos/community-x86_64/mesa.diff

+
 /PKGBUILD  |  232 +++
 /hdf5.diff |   22 
 /mesa.diff |   22 
 community-i686/PKGBUILD|  114 -
 community-i686/hdf5.diff   |   11 --
 community-i686/mesa.diff   |   11 --
 community-x86_64/PKGBUILD  |  114 -
 community-x86_64/hdf5.diff |   11 --
 community-x86_64/mesa.diff |   11 --
 9 files changed, 276 insertions(+), 272 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-04 21:49:43 UTC (rev 123458)
+++ community-i686/PKGBUILD 2014-12-04 21:49:54 UTC (rev 123459)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Christofer Bertonha christoferbertonha at gmail dot com
-# Contributor: leepesjee lpeschier at xs4all dot nl
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl
-
-pkgname=vtk
-pkgver=6.1.0
-_majorver=6.1
-pkgrel=4
-pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
-arch=('i686' 'x86_64')
-url='http://www.vtk.org/'
-license=('BSD')
-depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt5-tools' 'lesstif' 'mariadb' 
'hdf5' 'libgl')
-makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'python2' 'tk' 
'wget' 'python2-matplotlib' 'openmpi' 'gdal' 'unixodbc' 'python2-twisted')
-optdepends=('python2: python bindings'
-'java-runtime: java bindings'
-'tk: tcl bindings'
-'gnuplot: plotting tools'
-'graphviz: drawing tools'
-'openmpi: parallel support'
-'gdal: module IO/GDAL'
-'unixodbc: module IO/ODBC'
-'python2-matplotlib: for Matplotlib rendering'
-'python2-twisted: for vtkWeb')
-provides=('python2-autobahn') # TODO: move it from AUR to make it an optdepend 
of vtkWeb instead of twisted
-source=(http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz;
-
http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz;
-
http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz;
-mesa.diff hdf5.diff)
-options=(staticlibs)
-md5sums=('25e4dfb3bad778722dcaec80cd5dab7d'
- 'f82c8fe151279c0422ab8a6cfe991c94'
- '5bc47885923ef30e3ac77fcdf6d4e599'
- '381921f3169facf5d6ef22de3cb3fbe5'
- '1cf6b69312ed424a3595c3c11c82750d')
-
-prepare() {
-  cd ${srcdir}/VTK-$pkgver
-
-  # fix compilation errors:
-  patch -Np1 -i ${srcdir}/mesa.diff
-  patch -Np1 -i ${srcdir}/hdf5.diff
-
-  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
-  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  cd ${srcdir}
-  rm -rf build
-  mkdir build
-  cd build
-
-  # to help cmake find java
-  export JAVA_HOME=/usr/lib/jvm/default
-
-  # flags to enable using system libs
-  local cmake_system_flags=
-  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; do
-cmake_system_flags+=-DVTK_USE_SYSTEM_${lib}:BOOL=ON 
-  done
-
-  # flags to use python2 instead of python which is 3.x.x on archlinux
-  local cmake_system_python_flags=-DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 
-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 
-DPYTHON_LIBRARY:PATH=/usr/lib/libpython2.7.so
-
-  cmake \
--Wno-dev \
--DBUILD_SHARED_LIBS:BOOL=ON \
--DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
--DBUILD_DOCUMENTATION:BOOL=ON \
--DDOCUMENTATION_HTML_HELP:BOOL=ON \
--DDOCUMENTATION_HTML_TARZ:BOOL=ON \
--DBUILD_EXAMPLES:BOOL=ON \
--DVTK_USE_FFMPEG_ENCODER:BOOL=ON \
--DVTK_BUILD_ALL_MODULES:BOOL=ON \
--DVTK_USE_LARGE_DATA:BOOL=ON \
--DVTK_QT_VERSION:STRING=5 \
--DVTK_WRAP_JAVA:BOOL=ON \
--DVTK_WRAP_PYTHON:BOOL=ON \
--DVTK_WRAP_TCL:BOOL=ON \
-

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

2014-12-04 Thread Daniel Micay
Date: Friday, December 5, 2014 @ 00:31:30
  Author: thestinger
Revision: 123460

upgpkg: linux-grsec 3.17.4.201412040017-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 21:49:54 UTC (rev 123459)
+++ PKGBUILD2014-12-04 23:31:30 UTC (rev 123460)
@@ -9,7 +9,7 @@
 _srcname=linux-3.17
 _pkgver=3.17.4
 _grsecver=3.0
-_timestamp=201411260107
+_timestamp=201412040017
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -30,7 +30,7 @@
 )
 sha256sums=('f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251'
 'eeef37397a15245bd143569908be40622a87dc7673965e623e811ea3f68b8434'
-'56a84d857c90dca0ae486ee373095869af7115d6439b939b68cc0956eaabdcfa'
+'b7b61211583540b525e9254b2a0c39f3af47e83f7eef3d8a97eb938518d6f8d7'
 'SKIP'
 '8f7d72d39a5fd8b30135a3aa28f0e1b6b5be6fbfa204f8c11b082f7bb6f68817'
 '33475b4dd3c2db161175f7a964f420a0113f07d9c97c3c9ef967dced8e3e3ed6'


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

2014-12-04 Thread Daniel Micay
Date: Friday, December 5, 2014 @ 00:32:30
  Author: thestinger
Revision: 123461

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 123460, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 123460, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 123460, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 123460, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 123460, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 123460, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 123460, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 123460, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 123460, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 123460, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 123460, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 123460, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  634 
 /change-default-console-loglevel.patch |   22 
 /config|14544 +++
 /config.x86_64 |13986 ++
 /linux-grsec.install   |  116 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  317 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7272 ---
 community-i686/config.x86_64   | 6993 ---
 community-i686/linux-grsec.install |   58 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  317 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7272 ---
 community-x86_64/config.x86_64 | 6993 ---
 community-x86_64/linux-grsec.install   |   58 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29330 insertions(+), 29330 deletions(-)

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


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

2014-12-04 Thread Felix Yan
Date: Friday, December 5, 2014 @ 03:13:54
  Author: fyan
Revision: 123462

upgpkg: dart 1.8-2

add workaround to add newline to dartfmt so it won't be truncated by setconf, 
fixes FS#43008

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 23:32:30 UTC (rev 123461)
+++ PKGBUILD2014-12-05 02:13:54 UTC (rev 123462)
@@ -8,7 +8,7 @@
 
 pkgname=dart
 pkgver=1.8
-pkgrel=1
+pkgrel=2
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
 url='http://www.dartlang.org/'
@@ -31,6 +31,9 @@
   chmod +x $pkgname-sdk/bin/*
 
   cd $pkgname-sdk/bin
+  
+  # Workaround to add trailing newline, or setconf will eat the lines 
(FS#43008)
+  echo   dartfmt
 
   # Configure paths
   setconf dart2js BIN_DIR /opt/$pkgname-sdk/bin


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

2014-12-04 Thread Felix Yan
Date: Friday, December 5, 2014 @ 03:14:29
  Author: fyan
Revision: 123463

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

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

---+
 /PKGBUILD |  148 
 community-i686/PKGBUILD   |   71 -
 community-x86_64/PKGBUILD |   71 -
 3 files changed, 148 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-05 02:13:54 UTC (rev 123462)
+++ community-i686/PKGBUILD 2014-12-05 02:14:29 UTC (rev 123463)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: T. Jameson Little t.jameson.little at gmail dot com
-# Contributor: Usagi Ito us...@wonderrabbitproject.net
-# Contributor: siasia http://pastebin.com/qsBEmNCw
-# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
-
-pkgname=dart
-pkgver=1.8
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-
-if [[ $CARCH == x86_64 ]]; then
-  
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-  
sha256sums=('6b4f8962bbeaaff4df99ca7a0acbba4cfa9d9cd64eebe6de3927924fb8720a85')
-else
-  
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-  
sha256sums=('d3d347b88285d40cf9638804c9b44503741560710206ec9d21f9c20a55ac33cd')
-fi
-
-prepare() {
-  # Fix permissions
-  find $pkgname-sdk -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x $pkgname-sdk/bin/*
-
-  cd $pkgname-sdk/bin
-
-  # Configure paths
-  setconf dart2js BIN_DIR /opt/$pkgname-sdk/bin
-  setconf dart2js PROG_NAME /opt/$pkgname-sdk/bin/dart2js
-  setconf dartanalyzer SCRIPT_DIR /opt/$pkgname-sdk/bin
-  setconf docgen BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub SDK_DIR /opt/$pkgname-sdk/
-  setconf dartfmt BIN_DIR /opt/$pkgname-sdk/bin
-  setconf dartfmt SDK_DIR /opt/$pkgname-sdk/
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 ../include/dart_api.h  ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d $pkgdir{/opt/$pkgname-sdk,/usr/{bin,share/doc/$pkgname-sdk}}
-
-  # Package the files
-  cp -a $pkgname-sdk/* $pkgdir/opt/$pkgname-sdk/
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer docgen pub dartfmt; do
-ln -s /opt/$pkgname-sdk/bin/$f $pkgdir/usr/bin/$f
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv $pkgdir/opt/$pkgname-sdk/$f $pkgdir/usr/share/doc/$pkgname/
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 123462, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-05 02:14:29 UTC (rev 123463)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: T. Jameson Little t.jameson.little at gmail dot com
+# Contributor: Usagi Ito us...@wonderrabbitproject.net
+# Contributor: siasia http://pastebin.com/qsBEmNCw
+# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
+
+pkgname=dart
+pkgver=1.8
+pkgrel=2
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+
+if [[ $CARCH == x86_64 ]]; then
+  
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+  
sha256sums=('6b4f8962bbeaaff4df99ca7a0acbba4cfa9d9cd64eebe6de3927924fb8720a85')
+else
+  
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+  
sha256sums=('d3d347b88285d40cf9638804c9b44503741560710206ec9d21f9c20a55ac33cd')
+fi
+
+prepare() {
+  # Fix permissions
+  find $pkgname-sdk -type d -exec chmod 0755 '{}' + \
+-or -type f -exec chmod 0644 '{}' +
+  chmod +x $pkgname-sdk/bin/*
+
+  cd $pkgname-sdk/bin
+  
+  # Workaround to add trailing newline, or setconf will eat the lines 
(FS#43008)
+  echo 

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

2014-12-04 Thread Felix Yan
Date: Friday, December 5, 2014 @ 03:16:34
  Author: fyan
Revision: 123464

upgpkg: lwqq 0.4.1-1

Modified:
  lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-05 02:14:29 UTC (rev 123463)
+++ PKGBUILD2014-12-05 02:16:34 UTC (rev 123464)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=lwqq
-pkgver=0.4.0
+pkgver=0.4.1
 _gitver=tag=v$pkgver
 #_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=2
+pkgrel=1
 pkgdesc=A library for webqq protocol
 arch=('i686' 'x86_64')
 url=https://github.com/xiehuc/lwqq;
@@ -13,6 +13,7 @@
 depends=('curl' 'libev' 'js17' 'sqlite')
 makedepends=('git' 'cmake')
 source=(git://github.com/xiehuc/lwqq.git#$_gitver)
+sha512sums=('SKIP')
 
 build() {
   cd $pkgname
@@ -28,5 +29,3 @@
   cd $pkgname
   make DESTDIR=${pkgdir} install
 }
-
-sha512sums=('SKIP')


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

2014-12-04 Thread Felix Yan
Date: Friday, December 5, 2014 @ 03:17:23
  Author: fyan
Revision: 123466

upgpkg: pidgin-lwqq 0.4.1-1

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-05 02:17:14 UTC (rev 123465)
+++ PKGBUILD2014-12-05 02:17:23 UTC (rev 123466)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=pidgin-lwqq
-pkgver=0.4.0
+pkgver=0.4.1
 _gitver=tag=v$pkgver
 #_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
 pkgrel=1
@@ -16,6 +16,7 @@
 makedepends=('git' 'cmake')
 install=$pkgname.install
 source=(git://github.com/xiehuc/pidgin-lwqq.git#$_gitver)
+sha512sums=('SKIP')
 
 build() {
   cd $pkgname
@@ -28,5 +29,3 @@
   cd $pkgname
   make DESTDIR=${pkgdir} install
 }
-
-sha512sums=('SKIP')


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

2014-12-04 Thread Felix Yan
Date: Friday, December 5, 2014 @ 03:17:14
  Author: fyan
Revision: 123465

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

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

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 62 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-05 02:16:34 UTC (rev 123464)
+++ community-i686/PKGBUILD 2014-12-05 02:17:14 UTC (rev 123465)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=lwqq
-pkgver=0.4.0
-_gitver=tag=v$pkgver
-#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=2
-pkgdesc=A library for webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/lwqq;
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-source=(git://github.com/xiehuc/lwqq.git#$_gitver)
-
-build() {
-  cd $pkgname
-  
-  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
-  -i CMakeLists.txt
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('SKIP')

Copied: lwqq/repos/community-i686/PKGBUILD (from rev 123464, 
lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-05 02:17:14 UTC (rev 123465)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=lwqq
+pkgver=0.4.1
+_gitver=tag=v$pkgver
+#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
+pkgrel=1
+pkgdesc=A library for webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/lwqq;
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+source=(git://github.com/xiehuc/lwqq.git#$_gitver)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  
+  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
+  -i CMakeLists.txt
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-05 02:16:34 UTC (rev 123464)
+++ community-x86_64/PKGBUILD   2014-12-05 02:17:14 UTC (rev 123465)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=lwqq
-pkgver=0.4.0
-_gitver=tag=v$pkgver
-#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=2
-pkgdesc=A library for webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/lwqq;
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-source=(git://github.com/xiehuc/lwqq.git#$_gitver)
-
-build() {
-  cd $pkgname
-  
-  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
-  -i CMakeLists.txt
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('SKIP')

Copied: lwqq/repos/community-x86_64/PKGBUILD (from rev 123464, 
lwqq/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-05 02:17:14 UTC (rev 123465)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=lwqq
+pkgver=0.4.1
+_gitver=tag=v$pkgver
+#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
+pkgrel=1
+pkgdesc=A library for webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/lwqq;
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+source=(git://github.com/xiehuc/lwqq.git#$_gitver)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  
+  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
+  -i CMakeLists.txt
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}


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

2014-12-04 Thread Felix Yan
Date: Friday, December 5, 2014 @ 03:17:55
  Author: fyan
Revision: 123467

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 123466, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 123466, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 123466, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 123466, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 /PKGBUILD|   62 +
 /pidgin-lwqq.install |   22 +++
 community-i686/PKGBUILD  |   32 -
 community-i686/pidgin-lwqq.install   |   11 -
 community-x86_64/PKGBUILD|   32 -
 community-x86_64/pidgin-lwqq.install |   11 -
 6 files changed, 84 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-05 02:17:23 UTC (rev 123466)
+++ community-i686/PKGBUILD 2014-12-05 02:17:55 UTC (rev 123467)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=pidgin-lwqq
-pkgver=0.4.0
-_gitver=tag=v$pkgver
-#_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
-pkgrel=1
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/pidgin-lwqq;
-license=('GPL3')
-depends=('lwqq' 'libpurple' 'hicolor-icon-theme' 'gtk-update-icon-cache')
-optdepends=('pidgin: Multi-protocol instant messaging client'
-'telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-install=$pkgname.install
-source=(git://github.com/xiehuc/pidgin-lwqq.git#$_gitver)
-
-build() {
-  cd $pkgname
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('SKIP')

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 123466, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-05 02:17:55 UTC (rev 123467)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=pidgin-lwqq
+pkgver=0.4.1
+_gitver=tag=v$pkgver
+#_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
+pkgrel=1
+pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/pidgin-lwqq;
+license=('GPL3')
+depends=('lwqq' 'libpurple' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+source=(git://github.com/xiehuc/pidgin-lwqq.git#$_gitver)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2014-12-05 02:17:23 UTC (rev 123466)
+++ community-i686/pidgin-lwqq.install  2014-12-05 02:17:55 UTC (rev 123467)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 123466, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2014-12-05 02:17:55 UTC (rev 123467)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-05 02:17:23 UTC (rev 123466)
+++ community-x86_64/PKGBUILD   2014-12-05 02:17:55 UTC (rev 123467)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=pidgin-lwqq
-pkgver=0.4.0
-_gitver=tag=v$pkgver
-#_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
-pkgrel=1
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol

[arch-commits] Commit in (4 files)

2014-12-04 Thread Felix Yan
Date: Friday, December 5, 2014 @ 03:42:10
  Author: fyan
Revision: 123468

addpkg: perl-par-dist 0.49-1

Added:
  perl-par-dist/
  perl-par-dist/repos/
  perl-par-dist/trunk/
  perl-par-dist/trunk/PKGBUILD

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

Added: perl-par-dist/trunk/PKGBUILD
===
--- perl-par-dist/trunk/PKGBUILD(rev 0)
+++ perl-par-dist/trunk/PKGBUILD2014-12-05 02:42:10 UTC (rev 123468)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: TDY t...@gmx.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-par-dist
+pkgver=0.49
+pkgrel=1
+pkgdesc=Perl bindings to create and manipulate PAR distributions
+arch=('any')
+url=http://search.cpan.org/dist/PAR-Dist/;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/PAR-Dist-$pkgver.tar.gz;)
+md5sums=('bd852113974544f3c8c107ab4055cf8c')
+
+build() {
+  cd $srcdir/PAR-Dist-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/PAR-Dist-$pkgver
+  make test
+}
+
+package() {
+  cd $srcdir/PAR-Dist-$pkgver
+  make install DESTDIR=$pkgdir
+}


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


[arch-commits] Commit in perl-par-dist/repos (community-any community-any/PKGBUILD)

2014-12-04 Thread Felix Yan
Date: Friday, December 5, 2014 @ 03:42:37
  Author: fyan
Revision: 123469

archrelease: copy trunk to community-any

Added:
  perl-par-dist/repos/community-any/
  perl-par-dist/repos/community-any/PKGBUILD
(from rev 123468, perl-par-dist/trunk/PKGBUILD)

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

Copied: perl-par-dist/repos/community-any/PKGBUILD (from rev 123468, 
perl-par-dist/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-12-05 02:42:37 UTC (rev 123469)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: TDY t...@gmx.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-par-dist
+pkgver=0.49
+pkgrel=1
+pkgdesc=Perl bindings to create and manipulate PAR distributions
+arch=('any')
+url=http://search.cpan.org/dist/PAR-Dist/;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/PAR-Dist-$pkgver.tar.gz;)
+md5sums=('bd852113974544f3c8c107ab4055cf8c')
+
+build() {
+  cd $srcdir/PAR-Dist-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/PAR-Dist-$pkgver
+  make test
+}
+
+package() {
+  cd $srcdir/PAR-Dist-$pkgver
+  make install DESTDIR=$pkgdir
+}