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

2017-08-08 Thread Gaëtan Bisson
Date: Wednesday, August 9, 2017 @ 05:19:26
  Author: bisson
Revision: 301789

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-09 05:18:14 UTC (rev 301788)
+++ extra-i686/PKGBUILD 2017-08-09 05:19:26 UTC (rev 301789)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Maintainer: Gaetan Bisson 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Anton Leontiev 
-
-pkgname=graphicsmagick
-pkgver=1.3.25
-pkgrel=5
-pkgdesc='Image processing system'
-url='http://www.graphicsmagick.org/'
-arch=('i686' 'x86_64')
-license=('MIT')
-optdepends=('jasper: jp2 module'
-'libpng: png module'
-'libwmf: wmf module'
-'libxml2: msl, svg, url modules'
-'libtiff: ps2, ps3, tiff modules'
-'ghostscript: pdf, ps modules')
-makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
-depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
-sha256sums=('d64bfa52d2e0730eff9ce3ed51d4fc78dbb68e2adaa317b2bb3c56e6ee61ac9f')
-
-options=('!emptydirs' 'libtool')
-
-build() {
-   cd "${srcdir}/GraphicsMagick-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --enable-shared \
-   --with-modules \
-   --with-perl \
-   --with-gs-font-dir=/usr/share/fonts/Type1 \
-   --with-quantum-depth=16 \
-   --with-threads
-   make
-}
-
-package() {
-   cd "${srcdir}/GraphicsMagick-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   # Install MIT license
-   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
-
-   # Install perl bindings
-   # The patching was introduced in order to build perl module without 
installing package itself and
-   # not to introduce unnecessary path into LD_RUN_PATH
-   cd PerlMagick
-   sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
-   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
-   sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
-   make
-   make install
-
-   # Remove perllocal.pod and .packlist
-   rm -rf "${pkgdir}/usr/lib/perl5/core_perl"
-   rm "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist"
-}

Copied: graphicsmagick/repos/extra-i686/PKGBUILD (from rev 301788, 
graphicsmagick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-09 05:19:26 UTC (rev 301789)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.26
+pkgrel=1
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+optdepends=('jasper: jp2 module'
+'libpng: png module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'libtiff: ps2, ps3, tiff modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha256sums=('fba015f3d5e5d5f17e57db663f1aa9d338e7b62f1d415b85d13ee366927e5f88')
+
+options=('!emptydirs' 'libtool')
+
+build() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --enable-shared \
+   --with-modules \
+   --with-perl \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+   --with-quantum-depth=16 \
+   --with-threads
+   make
+}
+
+package() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   # Install MIT 

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

2017-08-08 Thread Gaëtan Bisson
Date: Wednesday, August 9, 2017 @ 05:18:14
  Author: bisson
Revision: 301788

upstream update

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 20:08:09 UTC (rev 301787)
+++ PKGBUILD2017-08-09 05:18:14 UTC (rev 301788)
@@ -5,8 +5,8 @@
 # Contributor: Anton Leontiev 
 
 pkgname=graphicsmagick
-pkgver=1.3.25
-pkgrel=5
+pkgver=1.3.26
+pkgrel=1
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
 depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
-sha256sums=('d64bfa52d2e0730eff9ce3ed51d4fc78dbb68e2adaa317b2bb3c56e6ee61ac9f')
+sha256sums=('fba015f3d5e5d5f17e57db663f1aa9d338e7b62f1d415b85d13ee366927e5f88')
 
 options=('!emptydirs' 'libtool')
 


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

2017-08-08 Thread NicoHood
Date: Tuesday, August 8, 2017 @ 23:09:29
  Author: nicohood
Revision: 249636

upgpkg: python-rethinkdb 2.3.6-1

Modified:
  python-rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 22:13:36 UTC (rev 249635)
+++ PKGBUILD2017-08-08 23:09:29 UTC (rev 249636)
@@ -0,0 +1,76 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Carl George < arch at cgtx dot us >
+
+_pkgname=rethinkdb
+_utils=("rethinkdb-import" "rethinkdb-dump" "rethinkdb-export"
+"rethinkdb-restore" "rethinkdb-index-rebuild"
+"rethinkdb-repl")
+_remove=('_export' '_import' '_restore' '_dump' '_index_rebuild')
+
+pkgbase=python-rethinkdb
+pkgname=('python-rethinkdb' 'python2-rethinkdb' 'rethinkdb-utils')
+pkgver=2.3.6
+pkgrel=1
+_tag=rethinkdb-$pkgver
+pkgdesc="Python driver library for the RethinkDB database server."
+arch=('any')
+url='https://www.rethinkdb.com/'
+license=('APACHE')
+makedepends=('python-distribute' 'python2-distribute' 'protobuf')
+options=(!emptydirs)
+source=("https://download.rethinkdb.com/dist/$_tag.tgz;
+"https://download.rethinkdb.com/dist/$_tag.tgz.asc;)
+sha512sums=('653177750f7439fa1d61a121e488d578be1eab90f87c7d17ad52b9793d8543f22bbe98f8d501c2ab2d7048c65118096430fe7bde945d87c7a3228905af801af2'
+'SKIP')
+validpgpkeys=('3B87619DF812A63A8C1005C30742918E5C8DA04A') # RethinkDB 
Packaging 
+
+prepare() {
+# Create a copy for the python2 package
+cp -r "${_pkgname}-${pkgver}" "python2-${_pkgname}-${pkgver}"
+mkdir -p "${srcdir}/utils"
+
+cd $_tag
+./configure --allow-fetch
+
+cd "${srcdir}/python2-${_pkgname}-${pkgver}"
+./configure --allow-fetch
+sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+
"${srcdir}/python2-${_pkgname}-${pkgver}/drivers/python/rethinkdb/__main__.py"
+}
+
+package_python-rethinkdb() {
+depends=('python')
+optdepends=('rethinkdb: database')
+
+cd "${srcdir}/${_pkgname}-${pkgver}/drivers/python"
+make
+python setup.py install --root="${pkgdir}" --optimize=1
+for _util in ${_utils[@]}; do
+mv "${pkgdir}/usr/bin/${_util}" "${srcdir}/utils"
+done
+}
+
+package_python2-rethinkdb() {
+pkgdesc="Python2 driver library for the RethinkDB database server."
+depends=('python2')
+optdepends=('rethinkdb: database')
+
+cd "${srcdir}/python2-${_pkgname}-${pkgver}/drivers/python"
+make
+python2 setup.py install --root="${pkgdir}" --optimize=1
+for _util in ${_utils[@]}; do
+rm -f "${pkgdir}/usr/bin/${_util}"
+done
+for _rem in ${_remove[@]}; do
+rm -f "${pkgdir}/usr/lib/python2.7/site-packages/rethinkdb/${_rem}."*
+done
+}
+
+package_rethinkdb-utils() {
+pkgdesc="RethinkDB database utilities."
+depends=('python-rethinkdb' 'rethinkdb')
+for _util in ${_utils[@]}; do
+install -D -p -m 755 "${srcdir}/utils/${_util}" 
"${pkgdir}/usr/bin/${_util}"
+done
+}


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

2017-08-08 Thread NicoHood
Date: Tuesday, August 8, 2017 @ 23:09:42
  Author: nicohood
Revision: 249637

archrelease: copy trunk to community-any

Added:
  python-rethinkdb/repos/community-any/
  python-rethinkdb/repos/community-any/PKGBUILD
(from rev 249636, python-rethinkdb/trunk/PKGBUILD)

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

Copied: python-rethinkdb/repos/community-any/PKGBUILD (from rev 249636, 
python-rethinkdb/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-08-08 23:09:42 UTC (rev 249637)
@@ -0,0 +1,76 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Carl George < arch at cgtx dot us >
+
+_pkgname=rethinkdb
+_utils=("rethinkdb-import" "rethinkdb-dump" "rethinkdb-export"
+"rethinkdb-restore" "rethinkdb-index-rebuild"
+"rethinkdb-repl")
+_remove=('_export' '_import' '_restore' '_dump' '_index_rebuild')
+
+pkgbase=python-rethinkdb
+pkgname=('python-rethinkdb' 'python2-rethinkdb' 'rethinkdb-utils')
+pkgver=2.3.6
+pkgrel=1
+_tag=rethinkdb-$pkgver
+pkgdesc="Python driver library for the RethinkDB database server."
+arch=('any')
+url='https://www.rethinkdb.com/'
+license=('APACHE')
+makedepends=('python-distribute' 'python2-distribute' 'protobuf')
+options=(!emptydirs)
+source=("https://download.rethinkdb.com/dist/$_tag.tgz;
+"https://download.rethinkdb.com/dist/$_tag.tgz.asc;)
+sha512sums=('653177750f7439fa1d61a121e488d578be1eab90f87c7d17ad52b9793d8543f22bbe98f8d501c2ab2d7048c65118096430fe7bde945d87c7a3228905af801af2'
+'SKIP')
+validpgpkeys=('3B87619DF812A63A8C1005C30742918E5C8DA04A') # RethinkDB 
Packaging 
+
+prepare() {
+# Create a copy for the python2 package
+cp -r "${_pkgname}-${pkgver}" "python2-${_pkgname}-${pkgver}"
+mkdir -p "${srcdir}/utils"
+
+cd $_tag
+./configure --allow-fetch
+
+cd "${srcdir}/python2-${_pkgname}-${pkgver}"
+./configure --allow-fetch
+sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+
"${srcdir}/python2-${_pkgname}-${pkgver}/drivers/python/rethinkdb/__main__.py"
+}
+
+package_python-rethinkdb() {
+depends=('python')
+optdepends=('rethinkdb: database')
+
+cd "${srcdir}/${_pkgname}-${pkgver}/drivers/python"
+make
+python setup.py install --root="${pkgdir}" --optimize=1
+for _util in ${_utils[@]}; do
+mv "${pkgdir}/usr/bin/${_util}" "${srcdir}/utils"
+done
+}
+
+package_python2-rethinkdb() {
+pkgdesc="Python2 driver library for the RethinkDB database server."
+depends=('python2')
+optdepends=('rethinkdb: database')
+
+cd "${srcdir}/python2-${_pkgname}-${pkgver}/drivers/python"
+make
+python2 setup.py install --root="${pkgdir}" --optimize=1
+for _util in ${_utils[@]}; do
+rm -f "${pkgdir}/usr/bin/${_util}"
+done
+for _rem in ${_remove[@]}; do
+rm -f "${pkgdir}/usr/lib/python2.7/site-packages/rethinkdb/${_rem}."*
+done
+}
+
+package_rethinkdb-utils() {
+pkgdesc="RethinkDB database utilities."
+depends=('python-rethinkdb' 'rethinkdb')
+for _util in ${_utils[@]}; do
+install -D -p -m 755 "${srcdir}/utils/${_util}" 
"${pkgdir}/usr/bin/${_util}"
+done
+}


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

2017-08-08 Thread Maxime Gauduin
Date: Tuesday, August 8, 2017 @ 22:13:36
  Author: alucryd
Revision: 249635

archrelease: copy trunk to community-any

Added:
  python-munkres/repos/community-any/PKGBUILD
(from rev 249634, python-munkres/trunk/PKGBUILD)
Deleted:
  python-munkres/repos/community-any/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-08 22:13:25 UTC (rev 249634)
+++ PKGBUILD2017-08-08 22:13:36 UTC (rev 249635)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Adrian Sampson 
-
-pkgbase=python-munkres
-pkgname=('python-munkres' 'python2-munkres')
-pkgver=1.0.10
-pkgrel=1
-pkgdesc='Munkres algorithm for Python'
-arch=('any')
-url='https://github.com/bmc/munkres'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("python-munkres-${pkgver}.tar.gz::https://github.com/bmc/munkres/archive/release-${pkgver}.tar.gz;)
-sha256sums=('cc00ca9b1bae6b574797fbefc3a200b65d1317e599055f3edf9643c28cf4ecca')
-
-prepare() {
-  mv {,python-}munkres-release-${pkgver}
-  cp -r python{,2}-munkres-release-${pkgver}
-
-  cd python2-munkres-release-${pkgver}
-
-  sed 's|#!.*python$|#!/usr/bin/env python2|' -i $(grep -rl '#!.*python$')
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-munkres-release-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-
-package_python-munkres() {
-  depends=('python')
-
-  cd python-munkres-release-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-package_python2-munkres() {
-  depends=('python2')
-
-  cd python2-munkres-release-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-munkres/repos/community-any/PKGBUILD (from rev 249634, 
python-munkres/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-08 22:13:36 UTC (rev 249635)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Adrian Sampson 
+
+pkgbase=python-munkres
+pkgname=('python-munkres' 'python2-munkres')
+pkgver=1.0.12
+pkgrel=1
+pkgdesc='Munkres algorithm for Python'
+arch=('any')
+url='https://github.com/bmc/munkres'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("python-munkres-${pkgver}.tar.gz::https://github.com/bmc/munkres/archive/release-${pkgver}.tar.gz;)
+sha256sums=('70b3b32b4fed3b354e5c42e4d1273880a33a13ab8c108a4247140eb661767a0b')
+
+prepare() {
+  mv {,python-}munkres-release-${pkgver}
+  cp -r python{,2}-munkres-release-${pkgver}
+
+  cd python2-munkres-release-${pkgver}
+
+  sed 's|#!.*python$|#!/usr/bin/env python2|' -i $(grep -rl '#!.*python$')
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-munkres-release-${pkgver}
+${py} setup.py build
+popd
+  done
+}
+
+package_python-munkres() {
+  depends=('python')
+
+  cd python-munkres-release-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+package_python2-munkres() {
+  depends=('python2')
+
+  cd python2-munkres-release-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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

2017-08-08 Thread Maxime Gauduin
Date: Tuesday, August 8, 2017 @ 22:13:25
  Author: alucryd
Revision: 249634

upgpkg: python-munkres 1.0.12-1

Modified:
  python-munkres/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 21:51:45 UTC (rev 249633)
+++ PKGBUILD2017-08-08 22:13:25 UTC (rev 249634)
@@ -4,7 +4,7 @@
 
 pkgbase=python-munkres
 pkgname=('python-munkres' 'python2-munkres')
-pkgver=1.0.10
+pkgver=1.0.12
 pkgrel=1
 pkgdesc='Munkres algorithm for Python'
 arch=('any')
@@ -12,7 +12,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("python-munkres-${pkgver}.tar.gz::https://github.com/bmc/munkres/archive/release-${pkgver}.tar.gz;)
-sha256sums=('cc00ca9b1bae6b574797fbefc3a200b65d1317e599055f3edf9643c28cf4ecca')
+sha256sums=('70b3b32b4fed3b354e5c42e4d1273880a33a13ab8c108a4247140eb661767a0b')
 
 prepare() {
   mv {,python-}munkres-release-${pkgver}


[arch-commits] Commit in pantheon-music (9 files)

2017-08-08 Thread Maxime Gauduin
Date: Tuesday, August 8, 2017 @ 21:51:45
  Author: alucryd
Revision: 249633

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

Added:
  pantheon-music/repos/
  pantheon-music/repos/community-i686/
  pantheon-music/repos/community-i686/PKGBUILD
(from rev 249632, pantheon-music/trunk/PKGBUILD)
  pantheon-music/repos/community-i686/mesa-demos-conflict.patch
(from rev 249632, pantheon-music/trunk/mesa-demos-conflict.patch)
  pantheon-music/repos/community-i686/pantheon-music-install-dirs.patch
(from rev 249632, pantheon-music/trunk/pantheon-music-install-dirs.patch)
  pantheon-music/repos/community-x86_64/
  pantheon-music/repos/community-x86_64/PKGBUILD
(from rev 249632, pantheon-music/trunk/PKGBUILD)
  pantheon-music/repos/community-x86_64/mesa-demos-conflict.patch
(from rev 249632, pantheon-music/trunk/mesa-demos-conflict.patch)
  pantheon-music/repos/community-x86_64/pantheon-music-install-dirs.patch
(from rev 249632, pantheon-music/trunk/pantheon-music-install-dirs.patch)

+
 community-i686/PKGBUILD|   59 +++
 community-i686/mesa-demos-conflict.patch   |   36 +++
 community-i686/pantheon-music-install-dirs.patch   |   42 +
 community-x86_64/PKGBUILD  |   59 +++
 community-x86_64/mesa-demos-conflict.patch |   36 +++
 community-x86_64/pantheon-music-install-dirs.patch |   42 +
 6 files changed, 274 insertions(+)

Copied: pantheon-music/repos/community-i686/PKGBUILD (from rev 249632, 
pantheon-music/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-08-08 21:51:45 UTC (rev 249633)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-music
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='The Pantheon Music Player'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/music'
+license=('GPL3')
+groups=('pantheon')
+depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gst-plugins-base-libs'
+ 'gstreamer' 'gtk3' 'json-glib' 'libaccounts-glib' 'libgda' 'libgee'
+ 'libgpod' 'libgsignon-glib' 'libpeas' 'libsoup' 'pango' 'taglib'
+ 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries')
+replaces=('noise-player')
+provides=('noise-player')
+conflicts=('noise-player')
+source=("pantheon-music-${pkgver}.tar.gz::https://github.com/elementary/music/archive/${pkgver}.tar.gz;
+'mesa-demos-conflict.patch'
+'pantheon-music-install-dirs.patch')
+sha256sums=('cd7020b8ee3bb878ff1686a86a808b06ea51f08132152c3e27b10998e8b16f77'
+'205f26c7dd613036739517620da37fea0f2a9f9d74ea546d5bce2c0a859f2792'
+'d0ebc710a742d942e04a8df61d91dd75ae4b2aeafe7fece08f1fbc90c507f1df')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+
+  cd music-${pkgver}
+
+  patch -Np1 -i ../mesa-demos-conflict.patch
+  patch -Np1 -i ../pantheon-music-install-dirs.patch
+}
+
+build() {
+  cd build
+
+  cmake ../music-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DGSETTINGS_COMPILE='OFF'
+  make -j1
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-music/repos/community-i686/mesa-demos-conflict.patch (from rev 
249632, pantheon-music/trunk/mesa-demos-conflict.patch)
===
--- repos/community-i686/mesa-demos-conflict.patch  
(rev 0)
+++ repos/community-i686/mesa-demos-conflict.patch  2017-08-08 21:51:45 UTC 
(rev 249633)
@@ -0,0 +1,36 @@
+diff -rupN music-0.4.1.orig/data/org.pantheon.noise.appdata.xml.in 
music-0.4.1/data/org.pantheon.noise.appdata.xml.in
+--- music-0.4.1.orig/data/org.pantheon.noise.appdata.xml.in2017-08-08 
23:41:12.570798209 +0200
 music-0.4.1/data/org.pantheon.noise.appdata.xml.in 2017-08-08 
23:42:54.621177616 +0200
+@@ -56,7 +56,7 @@
+ 
+ 
+ 
+-noise
++pantheon-music
+ libnoise-core.so.0
+ 
+ elementary LLC.
+diff -rupN music-0.4.1.orig/data/org.pantheon.noise.desktop.in.in 
music-0.4.1/data/org.pantheon.noise.desktop.in.in
+--- music-0.4.1.orig/data/org.pantheon.noise.desktop.in.in 2017-08-08 
23:41:12.570798209 +0200
 music-0.4.1/data/org.pantheon.noise.desktop.in.in  2017-08-08 
23:43:25.620407132 +0200
+@@ -3,7 +3,7 @@ Type=Application
+ _Name=@APP_NAME@
+ _GenericName=Music Player
+ _Comment=Listen 

[arch-commits] Commit in pantheon-music/trunk (PKGBUILD mesa-demos-conflict.patch)

2017-08-08 Thread Maxime Gauduin
Date: Tuesday, August 8, 2017 @ 21:51:31
  Author: alucryd
Revision: 249632

upgpkg: pantheon-music 0.4.1-1

Modified:
  pantheon-music/trunk/PKGBUILD
  pantheon-music/trunk/mesa-demos-conflict.patch

---+
 PKGBUILD  |4 ++--
 mesa-demos-conflict.patch |   31 ++-
 2 files changed, 20 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 21:39:28 UTC (rev 249631)
+++ PKGBUILD2017-08-08 21:51:31 UTC (rev 249632)
@@ -26,7 +26,7 @@
 'mesa-demos-conflict.patch'
 'pantheon-music-install-dirs.patch')
 sha256sums=('cd7020b8ee3bb878ff1686a86a808b06ea51f08132152c3e27b10998e8b16f77'
-'9135fe677b0d61778a624ba211b545eb861468b500cfd161469aa28139ab1296'
+'205f26c7dd613036739517620da37fea0f2a9f9d74ea546d5bce2c0a859f2792'
 'd0ebc710a742d942e04a8df61d91dd75ae4b2aeafe7fece08f1fbc90c507f1df')
 
 prepare() {
@@ -49,7 +49,7 @@
 -DCMAKE_INSTALL_PREFIX='/usr' \
 -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
 -DGSETTINGS_COMPILE='OFF'
-  make
+  make -j1
 }
 
 package() {

Modified: mesa-demos-conflict.patch
===
--- mesa-demos-conflict.patch   2017-08-08 21:39:28 UTC (rev 249631)
+++ mesa-demos-conflict.patch   2017-08-08 21:51:31 UTC (rev 249632)
@@ -1,6 +1,18 @@
-diff -rupN noise-0.4.orig/data/org.pantheon.noise.desktop.in.in 
noise-0.4/data/org.pantheon.noise.desktop.in.in
 noise-0.4.orig/data/org.pantheon.noise.desktop.in.in   2016-08-12 
12:42:36.415710999 +0200
-+++ noise-0.4/data/org.pantheon.noise.desktop.in.in2016-08-12 
12:46:39.418412632 +0200
+diff -rupN music-0.4.1.orig/data/org.pantheon.noise.appdata.xml.in 
music-0.4.1/data/org.pantheon.noise.appdata.xml.in
+--- music-0.4.1.orig/data/org.pantheon.noise.appdata.xml.in2017-08-08 
23:41:12.570798209 +0200
 music-0.4.1/data/org.pantheon.noise.appdata.xml.in 2017-08-08 
23:42:54.621177616 +0200
+@@ -56,7 +56,7 @@
+ 
+ 
+ 
+-noise
++pantheon-music
+ libnoise-core.so.0
+ 
+ elementary LLC.
+diff -rupN music-0.4.1.orig/data/org.pantheon.noise.desktop.in.in 
music-0.4.1/data/org.pantheon.noise.desktop.in.in
+--- music-0.4.1.orig/data/org.pantheon.noise.desktop.in.in 2017-08-08 
23:41:12.570798209 +0200
 music-0.4.1/data/org.pantheon.noise.desktop.in.in  2017-08-08 
23:43:25.620407132 +0200
 @@ -3,7 +3,7 @@ Type=Application
  _Name=@APP_NAME@
  _GenericName=Music Player
@@ -10,16 +22,9 @@
  Icon=multimedia-audio-player
  Terminal=false
  Categories=Audio;Music;Player;AudioVideo;GNOME;GTK;
-@@ -15,5 +15,5 @@ X-PulseAudio-Properties=media.role=music
- Actions=AboutDialog;
- 
- [Desktop Action AboutDialog]
--Exec=noise --about
-+Exec=pantheon-music --about
- _Name=About @APP_NAME@
-diff -rupN noise-0.4.orig/src/CMakeLists.txt noise-0.4/src/CMakeLists.txt
 noise-0.4.orig/src/CMakeLists.txt  2016-08-12 12:42:36.425710687 +0200
-+++ noise-0.4/src/CMakeLists.txt   2016-08-12 12:45:25.250582352 +0200
+diff -rupN music-0.4.1.orig/src/CMakeLists.txt music-0.4.1/src/CMakeLists.txt
+--- music-0.4.1.orig/src/CMakeLists.txt2017-08-08 23:41:12.580797885 
+0200
 music-0.4.1/src/CMakeLists.txt 2017-08-08 23:45:06.061592605 +0200
 @@ -88,7 +88,7 @@ vala_precompile (CLIENT_VALA_C ${SRC_TAR
${CLIENT_VAPI}
  )


[arch-commits] Commit in (5 files)

2017-08-08 Thread Maxime Gauduin
Date: Tuesday, August 8, 2017 @ 21:39:28
  Author: alucryd
Revision: 249631

Add pantheon-music

Added:
  pantheon-music/
  pantheon-music/trunk/
  pantheon-music/trunk/PKGBUILD
  pantheon-music/trunk/mesa-demos-conflict.patch
  pantheon-music/trunk/pantheon-music-install-dirs.patch

---+
 PKGBUILD  |   59 
 mesa-demos-conflict.patch |   31 ++
 pantheon-music-install-dirs.patch |   42 +
 3 files changed, 132 insertions(+)

Added: pantheon-music/trunk/PKGBUILD
===
--- pantheon-music/trunk/PKGBUILD   (rev 0)
+++ pantheon-music/trunk/PKGBUILD   2017-08-08 21:39:28 UTC (rev 249631)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-music
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='The Pantheon Music Player'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/music'
+license=('GPL3')
+groups=('pantheon')
+depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gst-plugins-base-libs'
+ 'gstreamer' 'gtk3' 'json-glib' 'libaccounts-glib' 'libgda' 'libgee'
+ 'libgpod' 'libgsignon-glib' 'libpeas' 'libsoup' 'pango' 'taglib'
+ 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries')
+replaces=('noise-player')
+provides=('noise-player')
+conflicts=('noise-player')
+source=("pantheon-music-${pkgver}.tar.gz::https://github.com/elementary/music/archive/${pkgver}.tar.gz;
+'mesa-demos-conflict.patch'
+'pantheon-music-install-dirs.patch')
+sha256sums=('cd7020b8ee3bb878ff1686a86a808b06ea51f08132152c3e27b10998e8b16f77'
+'9135fe677b0d61778a624ba211b545eb861468b500cfd161469aa28139ab1296'
+'d0ebc710a742d942e04a8df61d91dd75ae4b2aeafe7fece08f1fbc90c507f1df')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+
+  cd music-${pkgver}
+
+  patch -Np1 -i ../mesa-demos-conflict.patch
+  patch -Np1 -i ../pantheon-music-install-dirs.patch
+}
+
+build() {
+  cd build
+
+  cmake ../music-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: pantheon-music/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: pantheon-music/trunk/mesa-demos-conflict.patch
===
--- pantheon-music/trunk/mesa-demos-conflict.patch  
(rev 0)
+++ pantheon-music/trunk/mesa-demos-conflict.patch  2017-08-08 21:39:28 UTC 
(rev 249631)
@@ -0,0 +1,31 @@
+diff -rupN noise-0.4.orig/data/org.pantheon.noise.desktop.in.in 
noise-0.4/data/org.pantheon.noise.desktop.in.in
+--- noise-0.4.orig/data/org.pantheon.noise.desktop.in.in   2016-08-12 
12:42:36.415710999 +0200
 noise-0.4/data/org.pantheon.noise.desktop.in.in2016-08-12 
12:46:39.418412632 +0200
+@@ -3,7 +3,7 @@ Type=Application
+ _Name=@APP_NAME@
+ _GenericName=Music Player
+ _Comment=Listen to music
+-Exec=noise %U
++Exec=pantheon-music %U
+ Icon=multimedia-audio-player
+ Terminal=false
+ Categories=Audio;Music;Player;AudioVideo;GNOME;GTK;
+@@ -15,5 +15,5 @@ X-PulseAudio-Properties=media.role=music
+ Actions=AboutDialog;
+ 
+ [Desktop Action AboutDialog]
+-Exec=noise --about
++Exec=pantheon-music --about
+ _Name=About @APP_NAME@
+diff -rupN noise-0.4.orig/src/CMakeLists.txt noise-0.4/src/CMakeLists.txt
+--- noise-0.4.orig/src/CMakeLists.txt  2016-08-12 12:42:36.425710687 +0200
 noise-0.4/src/CMakeLists.txt   2016-08-12 12:45:25.250582352 +0200
+@@ -88,7 +88,7 @@ vala_precompile (CLIENT_VALA_C ${SRC_TAR
+   ${CLIENT_VAPI}
+ )
+ 
+-set (EXEC_NAME ${SRC_TARGET})
++set (EXEC_NAME pantheon-music)
+ 
+ add_definitions (${DEPS_CFLAGS})
+ link_directories (${DEPS_LIBRARY_DIRS})

Added: pantheon-music/trunk/pantheon-music-install-dirs.patch
===
--- pantheon-music/trunk/pantheon-music-install-dirs.patch  
(rev 0)
+++ pantheon-music/trunk/pantheon-music-install-dirs.patch  2017-08-08 
21:39:28 UTC (rev 249631)
@@ -0,0 +1,42 @@
+diff -rupN noise-0.3.1.orig/CMakeLists.txt noise-0.3.1/CMakeLists.txt
+--- noise-0.3.1.orig/CMakeLists.txt2015-08-30 14:03:02.563699740 +0200
 noise-0.3.1/CMakeLists.txt 2015-08-30 14:05:57.528197582 +0200
+@@ -13,11 +13,10 @@ set (VERSION "0.3.1")
+ set 

[arch-commits] Commit in pantheon-videos (5 files)

2017-08-08 Thread Maxime Gauduin
Date: Tuesday, August 8, 2017 @ 21:29:31
  Author: alucryd
Revision: 249630

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

Added:
  pantheon-videos/repos/
  pantheon-videos/repos/community-i686/
  pantheon-videos/repos/community-i686/PKGBUILD
(from rev 249629, pantheon-videos/trunk/PKGBUILD)
  pantheon-videos/repos/community-x86_64/
  pantheon-videos/repos/community-x86_64/PKGBUILD
(from rev 249629, pantheon-videos/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   48 
 community-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: pantheon-videos/repos/community-i686/PKGBUILD (from rev 249629, 
pantheon-videos/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-08-08 21:29:31 UTC (rev 249630)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=pantheon-videos
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='The Pantheon Video Player'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/videos'
+license=('GPL3')
+groups=('pantheon')
+depends=('clutter' 'clutter-gst' 'clutter-gtk' 'gdk-pixbuf2' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libgee' 'libx11'
+ 'libgranite.so')
+makedepends=('cmake' 'intltool' 'vala')
+replaces=('audience')
+provides=('audience')
+conflicts=('audience')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries')
+source=("pantheon-videos-${pkgver}.tar.gz::https://github.com/elementary/videos/archive/${pkgver}.tar.gz;)
+sha256sums=('68253b55232f6ec5d9f219b5ddb60f418a44d857f79b472c10ad6d8a552c7460')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../videos-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-videos/repos/community-x86_64/PKGBUILD (from rev 249629, 
pantheon-videos/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-08-08 21:29:31 UTC (rev 249630)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=pantheon-videos
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='The Pantheon Video Player'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/videos'
+license=('GPL3')
+groups=('pantheon')
+depends=('clutter' 'clutter-gst' 'clutter-gtk' 'gdk-pixbuf2' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libgee' 'libx11'
+ 'libgranite.so')
+makedepends=('cmake' 'intltool' 'vala')
+replaces=('audience')
+provides=('audience')
+conflicts=('audience')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries')
+source=("pantheon-videos-${pkgver}.tar.gz::https://github.com/elementary/videos/archive/${pkgver}.tar.gz;)
+sha256sums=('68253b55232f6ec5d9f219b5ddb60f418a44d857f79b472c10ad6d8a552c7460')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../videos-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-08-08 Thread Maxime Gauduin
Date: Tuesday, August 8, 2017 @ 21:29:18
  Author: alucryd
Revision: 249629

upgpkg: pantheon-videos 0.2.3-1

Modified:
  pantheon-videos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 21:28:55 UTC (rev 249628)
+++ PKGBUILD2017-08-08 21:29:18 UTC (rev 249629)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc='The Pantheon Video Player'
 arch=('i686' 'x86_64')
-url='https://launchpad.net/audience'
+url='https://github.com/elementary/videos'
 license=('GPL3')
 groups=('pantheon')
 depends=('clutter' 'clutter-gst' 'clutter-gtk' 'gdk-pixbuf2' 'glib2' 'glibc'
@@ -15,7 +15,7 @@
  'libgranite.so')
 makedepends=('cmake' 'intltool' 'vala')
 replaces=('audience')
-provides=('audience' 'pantheon-videos')
+provides=('audience')
 conflicts=('audience')
 optdepends=('gst-plugins-base: "Base" plugin libraries'
 'gst-plugins-good: "Good" plugin libraries'
@@ -22,7 +22,7 @@
 'gst-plugins-bad: "Bad" plugin libraries'
 'gst-plugins-ugly: "Ugly" plugin libraries')
 
source=("pantheon-videos-${pkgver}.tar.gz::https://github.com/elementary/videos/archive/${pkgver}.tar.gz;)
-sha256sums=('3d32516114bdbfbfc256c1a70219010fe12812a15712640b2513fc1fc0fd933b')
+sha256sums=('68253b55232f6ec5d9f219b5ddb60f418a44d857f79b472c10ad6d8a552c7460')
 
 prepare() {
   if [[ -d build ]]; then


[arch-commits] Commit in gitlab/repos/community-x86_64 (28 files)

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 21:28:55
  Author: svenstaro
Revision: 249628

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 249627, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 249627, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 249627, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 249627, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 249627, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 249627, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 249627, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 249627, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 249627, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 249627, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 249627, gitlab/trunk/lighttpd.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
  gitlab/repos/community-x86_64/nginx.conf.example

+
 PKGBUILD   |  423 ---
 apache-ssl.conf.example|   94 -
 apache.conf.example|   64 --
 apache2.2-ssl.conf.example |   93 -
 apache2.2.conf.example |   63 --
 gitlab-backup.service  |   38 +--
 gitlab-backup.timer|   20 +-
 gitlab-mailroom.service|   40 ++--
 gitlab-sidekiq.service |   58 ++---
 gitlab-unicorn.service |   58 ++---
 gitlab.install |   40 ++--
 gitlab.logrotate   |   22 +-
 gitlab.target  |   28 +-
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 +++
 nginx-ssl.conf.example |  112 ---
 nginx.conf.example |   69 ---
 17 files changed, 390 insertions(+), 904 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-08 21:28:45 UTC (rev 249627)
+++ PKGBUILD2017-08-08 21:28:55 UTC (rev 249628)
@@ -1,221 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=9.4.3
-pkgrel=2
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 'nodejs' 're2')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/gitlab-org/gitlab-ce/repository/archive.tar.bz2?ref=v${pkgver};
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate
-apache.conf.example
-apache-ssl.conf.example
-apache2.2.conf.example
-apache2.2-ssl.conf.example
-nginx.conf.example
-

[arch-commits] Commit in gitlab/trunk (7 files)

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 21:28:45
  Author: svenstaro
Revision: 249627

upgpkg: gitlab 9.4.3-3

Remove webserver config templates

I can't downstream maintain these properly and there is no good upstream source 
for those anymore.
This kind of thing is much better done in the wiki or upstream but not as files 
maintained by me.

Modified:
  gitlab/trunk/PKGBUILD
Deleted:
  gitlab/trunk/apache-ssl.conf.example
  gitlab/trunk/apache.conf.example
  gitlab/trunk/apache2.2-ssl.conf.example
  gitlab/trunk/apache2.2.conf.example
  gitlab/trunk/nginx-ssl.conf.example
  gitlab/trunk/nginx.conf.example

+
 PKGBUILD   |   25 +
 apache-ssl.conf.example|   94 
 apache.conf.example|   64 
 apache2.2-ssl.conf.example |   93 ---
 apache2.2.conf.example |   63 
 nginx-ssl.conf.example |  112 ---
 nginx.conf.example |   69 --
 7 files changed, 3 insertions(+), 517 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 21:26:41 UTC (rev 249626)
+++ PKGBUILD2017-08-08 21:28:45 UTC (rev 249627)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=9.4.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
@@ -33,14 +33,7 @@
 gitlab-backup.timer
 gitlab.target
 gitlab.tmpfiles.d
-gitlab.logrotate
-apache.conf.example
-apache-ssl.conf.example
-apache2.2.conf.example
-apache2.2-ssl.conf.example
-nginx.conf.example
-nginx-ssl.conf.example
-lighttpd.conf.example)
+gitlab.logrotate)
 install='gitlab.install'
 
sha512sums=('1caac46183ce7a7926401a831459bb8e5fc006420e3208c637bb7cf8e13f94c7da69adf968cd911b97f82b3842e7afc3f122eeb708d68e8f8c1a750c348e5978'
 
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
@@ -50,14 +43,7 @@
 
'c11d2c59da8325551a465227096e8d39b0e4bcd5b1db21565cf3439e431838c04bc00aa6f07f4d493f3f47fd6b4e25aeb0fe0fc1a05756064706bf5708c960ec'
 
'c519a51d31300074ea12594fbcc8e9610d991ef04b1dac94d93a2b201df3465999cc7c6ac7f3896e02b117c2366d61dea1ef2f6b9cd7b18998385a7f26e5700f'
 
'abacbff0d7be918337a17b56481c84e6bf3eddd9551efe78ba9fb74337179e95c9b60f41c49f275e05074a4074a616be36fa208a48fc12d5b940f0554fbd89c3'
-
'20b93eab504e82cc4401685b59e6311b4d2c0285bc594d47ce4106d3f418a3e2ba92c4f49732748c0ba913aa3e3299126166e37d2a2d5b4d327d66bae4b8abda'
-
'441585489fb992d5e893f14bf0770df04ada95ffdbfcc80bb98a44eda7db520d12c985f600d003d80a196562654d2231598f8481ff9bf664bb5889f564e897e7'
-
'99f31439d348e21f764875b6207db8663b47f3224ad6a9f35b89c8a2ed29a9e831a974aa6b9429a3882fb74c1c9d42ed5c38b2d16ae122b5d55d5873a0c57cd3'
-
'624eb1f13e0265522290faa8c22b4150e6081ca2580391c9dfd871f1ee1b9c1c745c95d3d8f7fdbf85038990060141b844c3d8097c577ab68e5506bfa2d2dddb'
-
'248d47b44fa5ed65e2a940f2b60d0482c481b3a438357ca510848221370367ffbc0d83ce046d688bebbbc75d4e321b140f6a5ce1a9d7ec0b034fafcf92dee107'
-
'53a9d6d6f87874b29e48a8fb2e207094ebc1a80af478562ec4b591926d59e135a3166c20966704aa948ca7063ba63c1ec4ac290a343832fa18025ec3d85081ba'
-
'6d3006da591acefcc534c6e3f1da8e812d0b3b21fc416bfaa8678b8e2d922be6b17d1c92b0d7164de3b8ad864139253707107ca082f78e823d23f3b65fcb5914'
-
'c78b6f46abcf603d8db6e38cf50868e14145928422ddfe17c88e2f006b5b910dddf456ec5d6d724b250994530643963809688a98f7e12ebd5b5dabf7f96f0e06')
+
'20b93eab504e82cc4401685b59e6311b4d2c0285bc594d47ce4106d3f418a3e2ba92c4f49732748c0ba913aa3e3299126166e37d2a2d5b4d327d66bae4b8abda')
 
 _datadir="/usr/share/webapps/${pkgname}"
 _etcdir="/etc/webapps/${pkgname}"
@@ -211,11 +197,6 @@
 
   install -Dm644 "${srcdir}/gitlab.tmpfiles.d" 
"${pkgdir}/usr/lib/tmpfiles.d/gitlab.conf"
   install -Dm644 "${srcdir}/gitlab.logrotate" 
"${pkgdir}/etc/logrotate.d/gitlab"
-
-  # Install webserver config templates
-  for config_file in apache apache-ssl apache2.2 apache2.2-ssl nginx nginx-ssl 
lighttpd; do
-install -m644 "${srcdir}/${config_file}.conf.example" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  done
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: apache-ssl.conf.example
===
--- apache-ssl.conf.example 2017-08-08 21:26:41 UTC (rev 249626)
+++ apache-ssl.conf.example 2017-08-08 21:28:45 UTC (rev 249627)
@@ -1,94 +0,0 @@
-# This configuration has been tested on GitLab 8.2
-# Note this config assumes unicorn is listening on default port 8080 and
-# gitlab-workhorse is listening on port 8181. To allow 

[arch-commits] Commit in (3 files)

2017-08-08 Thread Maxime Gauduin
Date: Tuesday, August 8, 2017 @ 21:26:41
  Author: alucryd
Revision: 249626

Add pantheon-videos

Added:
  pantheon-videos/
  pantheon-videos/trunk/
  pantheon-videos/trunk/PKGBUILD

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

Added: pantheon-videos/trunk/PKGBUILD
===
--- pantheon-videos/trunk/PKGBUILD  (rev 0)
+++ pantheon-videos/trunk/PKGBUILD  2017-08-08 21:26:41 UTC (rev 249626)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=pantheon-videos
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='The Pantheon Video Player'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/audience'
+license=('GPL3')
+groups=('pantheon')
+depends=('clutter' 'clutter-gst' 'clutter-gtk' 'gdk-pixbuf2' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libgee' 'libx11'
+ 'libgranite.so')
+makedepends=('cmake' 'intltool' 'vala')
+replaces=('audience')
+provides=('audience' 'pantheon-videos')
+conflicts=('audience')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries')
+source=("pantheon-videos-${pkgver}.tar.gz::https://github.com/elementary/videos/archive/${pkgver}.tar.gz;)
+sha256sums=('3d32516114bdbfbfc256c1a70219010fe12812a15712640b2513fc1fc0fd933b')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../videos-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:


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


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

2017-08-08 Thread Maxime Gauduin
Date: Tuesday, August 8, 2017 @ 21:20:22
  Author: alucryd
Revision: 249624

upgpkg: pantheon-terminal 0.4.3-1

Modified:
  pantheon-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 21:16:45 UTC (rev 249623)
+++ PKGBUILD2017-08-08 21:20:22 UTC (rev 249624)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-terminal
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc='The Pantheon Terminal Emulator'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'intltool' 'vala')
 groups=('pantheon')
 
source=("pantheon-terminal-${pkgver}.tar.gz::https://github.com/elementary/terminal/archive/${pkgver}.tar.gz;)
-sha256sums=('8443c137007ff89c61b55395c99f484fbe681b47c4fbecb1608c81ea8e1d6106')
+sha256sums=('b529d367b809e0d344795a68278bc430b5bcd9160103cd920928eaf0cdeece55')
 
 prepare() {
   cd terminal-${pkgver}


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

2017-08-08 Thread Maxime Gauduin
Date: Tuesday, August 8, 2017 @ 21:20:40
  Author: alucryd
Revision: 249625

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

Added:
  pantheon-terminal/repos/community-i686/PKGBUILD
(from rev 249624, pantheon-terminal/trunk/PKGBUILD)
  pantheon-terminal/repos/community-x86_64/PKGBUILD
(from rev 249624, pantheon-terminal/trunk/PKGBUILD)
Deleted:
  pantheon-terminal/repos/community-i686/PKGBUILD
  pantheon-terminal/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-08 21:20:22 UTC (rev 249624)
+++ community-i686/PKGBUILD 2017-08-08 21:20:40 UTC (rev 249625)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-terminal
-pkgver=0.4.2
-pkgrel=1
-pkgdesc='The Pantheon Terminal Emulator'
-arch=('i686' 'x86_64')
-url='https://github.com/elementary/terminal'
-license=('GPL3')
-depends=('glib2' 'glibc' 'gtk3' 'pango' 'vte3'
- 'libgranite.so')
-makedepends=('cmake' 'intltool' 'vala')
-groups=('pantheon')
-source=("pantheon-terminal-${pkgver}.tar.gz::https://github.com/elementary/terminal/archive/${pkgver}.tar.gz;)
-sha256sums=('8443c137007ff89c61b55395c99f484fbe681b47c4fbecb1608c81ea8e1d6106')
-
-prepare() {
-  cd terminal-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd terminal-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DGSETTINGS_COMPILE='OFF'
-  make
-}
-
-package() {
-  cd terminal-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-i686/PKGBUILD (from rev 249624, 
pantheon-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-08 21:20:40 UTC (rev 249625)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-terminal
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='The Pantheon Terminal Emulator'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/terminal'
+license=('GPL3')
+depends=('glib2' 'glibc' 'gtk3' 'pango' 'vte3'
+ 'libgranite.so')
+makedepends=('cmake' 'intltool' 'vala')
+groups=('pantheon')
+source=("pantheon-terminal-${pkgver}.tar.gz::https://github.com/elementary/terminal/archive/${pkgver}.tar.gz;)
+sha256sums=('b529d367b809e0d344795a68278bc430b5bcd9160103cd920928eaf0cdeece55')
+
+prepare() {
+  cd terminal-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd terminal-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd terminal-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-08 21:20:22 UTC (rev 249624)
+++ community-x86_64/PKGBUILD   2017-08-08 21:20:40 UTC (rev 249625)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-terminal
-pkgver=0.4.2
-pkgrel=1
-pkgdesc='The Pantheon Terminal Emulator'
-arch=('i686' 'x86_64')
-url='https://github.com/elementary/terminal'
-license=('GPL3')
-depends=('glib2' 'glibc' 'gtk3' 'pango' 'vte3'
- 'libgranite.so')
-makedepends=('cmake' 'intltool' 'vala')
-groups=('pantheon')
-source=("pantheon-terminal-${pkgver}.tar.gz::https://github.com/elementary/terminal/archive/${pkgver}.tar.gz;)
-sha256sums=('8443c137007ff89c61b55395c99f484fbe681b47c4fbecb1608c81ea8e1d6106')
-
-prepare() {
-  cd terminal-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd terminal-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DGSETTINGS_COMPILE='OFF'
-  make
-}
-
-package() {
-  cd terminal-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-x86_64/PKGBUILD (from rev 249624, 
pantheon-terminal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-08 21:20:40 UTC (rev 249625)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-terminal
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='The Pantheon Terminal Emulator'

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

2017-08-08 Thread Laurent Carlier
Date: Tuesday, August 8, 2017 @ 21:16:38
  Author: lcarlier
Revision: 249622

upgpkg: lib32-mesa 17.1.6-1

upstream update 17.1.6

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 21:11:17 UTC (rev 249621)
+++ PKGBUILD2017-08-08 21:16:38 UTC (rev 249622)
@@ -5,7 +5,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
-pkgver=17.1.5
+pkgver=17.1.6
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -15,12 +15,10 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
LICENSE
-0001-Fix-linkage-against-shared-glapi.patch
 0002-glvnd-fix-gl-dot-pc.patch)
-sha256sums=('378516b171712687aace4c7ea8b37c85895231d7a6d61e1e27362cf6034fded9'
+sha256sums=('0686deadde1f126b20aa67e47e8c50502043eee4ecdf60d5009ffda3cebfee50'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
-'c68d1522f9bce4ce31c92aa7a688da49f13043f5bb2254795b76dea8f47130b7'
 '64a77944a28026b066c1682c7258d02289d257b24b6f173a9f7580c48beed966')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 

 validpgpkeys+=('946D09B5E4C9845E63075FF1D961C596A7203456') # "Andres Gomez 
"
@@ -31,7 +29,6 @@
 
   # glvnd support patches - from Fedora
   # non-upstreamed ones
-  patch -Np1 -i ../0001-Fix-linkage-against-shared-glapi.patch
   patch -Np1 -i ../0002-glvnd-fix-gl-dot-pc.patch
 
   autoreconf -fiv


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

2017-08-08 Thread Laurent Carlier
Date: Tuesday, August 8, 2017 @ 21:16:45
  Author: lcarlier
Revision: 249623

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/0001-Fix-linkage-against-shared-glapi.patch
(from rev 249622, 
lib32-mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  lib32-mesa/repos/multilib-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 249622, lib32-mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 249622, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 249622, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-x86_64/0001-Fix-linkage-against-shared-glapi.patch
  lib32-mesa/repos/multilib-x86_64/0002-glvnd-fix-gl-dot-pc.patch
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

-+
 0001-Fix-linkage-against-shared-glapi.patch |   52 ++--
 0002-glvnd-fix-gl-dot-pc.patch  |   24 -
 LICENSE |  164 ++--
 PKGBUILD|  335 --
 4 files changed, 286 insertions(+), 289 deletions(-)

Deleted: 0001-Fix-linkage-against-shared-glapi.patch
===
--- 0001-Fix-linkage-against-shared-glapi.patch 2017-08-08 21:16:38 UTC (rev 
249622)
+++ 0001-Fix-linkage-against-shared-glapi.patch 2017-08-08 21:16:45 UTC (rev 
249623)
@@ -1,26 +0,0 @@
-From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Wed, 12 Oct 2016 13:41:33 -0400
-Subject: [PATCH] Fix linkage against shared glapi
-
-Signed-off-by: Adam Jackson 

- src/gallium/targets/osmesa/Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
-index 5d39486..04add87 100644
 a/src/gallium/targets/osmesa/Makefile.am
-+++ b/src/gallium/targets/osmesa/Makefile.am
-@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
-   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
-   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
-   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
--  $(top_builddir)/src/mapi/glapi/libglapi.la \
-+  $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
-   $(SHARED_GLAPI_LIB) \
-   $(OSMESA_LIB_DEPS) \
-   $(CLOCK_LIB)
--- 
-2.9.3
-

Copied: 
lib32-mesa/repos/multilib-x86_64/0001-Fix-linkage-against-shared-glapi.patch 
(from rev 249622, lib32-mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
===
--- 0001-Fix-linkage-against-shared-glapi.patch (rev 0)
+++ 0001-Fix-linkage-against-shared-glapi.patch 2017-08-08 21:16:45 UTC (rev 
249623)
@@ -0,0 +1,26 @@
+From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 12 Oct 2016 13:41:33 -0400
+Subject: [PATCH] Fix linkage against shared glapi
+
+Signed-off-by: Adam Jackson 
+---
+ src/gallium/targets/osmesa/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
+index 5d39486..04add87 100644
+--- a/src/gallium/targets/osmesa/Makefile.am
 b/src/gallium/targets/osmesa/Makefile.am
+@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
+   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
+   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
+   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
+-  $(top_builddir)/src/mapi/glapi/libglapi.la \
++  $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
+   $(SHARED_GLAPI_LIB) \
+   $(OSMESA_LIB_DEPS) \
+   $(CLOCK_LIB)
+-- 
+2.9.3
+

Deleted: 0002-glvnd-fix-gl-dot-pc.patch
===
--- 0002-glvnd-fix-gl-dot-pc.patch  2017-08-08 21:16:38 UTC (rev 249622)
+++ 0002-glvnd-fix-gl-dot-pc.patch  2017-08-08 21:16:45 UTC (rev 249623)
@@ -1,12 +0,0 @@
-diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
 mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
-+++ mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
-@@ -7,7 +7,7 @@ Name: gl
- Description: Mesa OpenGL library
- Requires.private: @GL_PC_REQ_PRIV@
- Version: @PACKAGE_VERSION@
--Libs: -L${libdir} -l@GL_LIB@
-+Libs: -L${libdir} -lGL
- Libs.private: @GL_PC_LIB_PRIV@
- Cflags: -I${includedir} @GL_PC_CFLAGS@
- glx_tls: @GLX_TLS@

Copied: lib32-mesa/repos/multilib-x86_64/0002-glvnd-fix-gl-dot-pc.patch (from 
rev 249622, lib32-mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)

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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 21:11:17
  Author: svenstaro
Revision: 249621

archrelease: copy trunk to community-x86_64

Added:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
(from rev 249620, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service
(from rev 249620, gitlab-gitaly/trunk/gitlab-gitaly.service)
Deleted:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service

---+
 PKGBUILD  |   88 
 gitlab-gitaly.service |   50 +--
 2 files changed, 70 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-08 21:11:07 UTC (rev 249620)
+++ PKGBUILD2017-08-08 21:11:17 UTC (rev 249621)
@@ -1,43 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=gitlab-gitaly
-pkgver=0.28.0
-pkgrel=1
-pkgdesc="Speed up Git access using caching"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitaly;
-license=('MIT')
-depends=('glibc')
-options=(!buildflags)
-makedepends=('go' 'ruby2.3-bundler' 'cmake')
-backup=("etc/gitlab-gitaly/config.toml")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-gitaly.service")
-sha512sums=('a54c39dc1113cc29b7de610dbdeb89b4a81a289162d483df7fa2dab2c5312d72e562b65ab631d44b4df1de8030781449aa647e12696b281b9ddac9f5ff7ca684'
-
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
-
-_homedir="/var/lib/gitlab"
-
-prepare() {
-  cd "gitaly-v${pkgver}-"*
-
-  sed -i "s/bundle install/bundle-2.3 install/" Makefile
-  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
-}
-
-package() {
-  cd "gitaly-v${pkgver}-"*
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  mkdir -p "${pkgdir}/etc/${pkgname}"
-  sed \
--e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
--e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
-config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
-
-  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-x86_64/PKGBUILD (from rev 249620, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-08 21:11:17 UTC (rev 249621)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=gitlab-gitaly
+pkgver=0.29.0
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=('glibc')
+options=(!buildflags)
+makedepends=('go' 'ruby2.3-bundler' 'cmake')
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-gitaly.service")
+sha512sums=('1272d5cff10603393bbec3bf7a8540b8116b1e9761d407ca7f61f7efaf218cca6bf1bd221cbf6d8c827d820e2550772d83b011d117dcd1a478d186a356453701'
+
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
+_homedir="/var/lib/gitlab"
+
+prepare() {
+  cd "gitaly-v${pkgver}-"*
+
+  sed -i "s/bundle install/bundle-2.3 install/" Makefile
+  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
+  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
+  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
/usr/share/webapps/gitlab-shell|" config.toml.example
+}
+
+package() {
+  cd "gitaly-v${pkgver}-"*
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+  mkdir -p "${pkgdir}/etc/${pkgname}"
+  sed \
+-e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
+-e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
+config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
+
+  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gitlab-gitaly.service
===
--- gitlab-gitaly.service   2017-08-08 21:11:07 UTC (rev 249620)
+++ gitlab-gitaly.service   2017-08-08 21:11:17 UTC (rev 249621)
@@ -1,25 +0,0 @@
-#

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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 21:11:07
  Author: svenstaro
Revision: 249620

upgpkg: gitlab-gitaly 0.29.0-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 21:08:51 UTC (rev 249619)
+++ PKGBUILD2017-08-08 21:11:07 UTC (rev 249620)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=gitlab-gitaly
-pkgver=0.28.0
+pkgver=0.29.0
 pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=("etc/gitlab-gitaly/config.toml")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
 "gitlab-gitaly.service")
-sha512sums=('a54c39dc1113cc29b7de610dbdeb89b4a81a289162d483df7fa2dab2c5312d72e562b65ab631d44b4df1de8030781449aa647e12696b281b9ddac9f5ff7ca684'
+sha512sums=('1272d5cff10603393bbec3bf7a8540b8116b1e9761d407ca7f61f7efaf218cca6bf1bd221cbf6d8c827d820e2550772d83b011d117dcd1a478d186a356453701'
 
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
 
 _homedir="/var/lib/gitlab"
@@ -23,6 +23,8 @@
 
   sed -i "s/bundle install/bundle-2.3 install/" Makefile
   sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
+  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
+  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
/usr/share/webapps/gitlab-shell|" config.toml.example
 }
 
 package() {


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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 21:08:51
  Author: svenstaro
Revision: 249619

Use cudnn6 instead of cudnn

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 21:05:55 UTC (rev 249618)
+++ PKGBUILD2017-08-08 21:08:51 UTC (rev 249619)
@@ -5,12 +5,12 @@
 pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-cuda python-tensorflow python-tensorflow-cuda)
 pkgver=1.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('Apache2')
 arch=('x86_64')
-makedepends=('git' 'bazel' 'python-numpy' 'gcc5' 'cuda' 'cudnn' 'python-pip' 
'python-wheel' 'python-setuptools')
+makedepends=('git' 'bazel' 'python-numpy' 'gcc5' 'cuda' 'cudnn6' 'python-pip' 
'python-wheel' 'python-setuptools')
 source=("https://github.com/tensorflow/tensorflow/archive/v${pkgver}.tar.gz;
 10868.patch
 11174.patch
@@ -59,7 +59,7 @@
   # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
   export CUDA_TOOLKIT_PATH=/opt/cuda
   export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
-  export CUDNN_INSTALL_PATH=/opt/cuda
+  export CUDNN_INSTALL_PATH=/opt/cudnn6
   export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
   export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1
 
@@ -79,7 +79,7 @@
 }
 
 package_tensorflow-cuda() {
-  depends=(cuda cudnn)
+  depends=(cuda cudnn6)
   conflicts=(tensorflow)
   provides=(tensorflow)
 
@@ -109,7 +109,7 @@
 }
 
 package_python-tensorflow-cuda() {
-  depends=(python cuda cudnn python-pycuda python-protobuf)
+  depends=(python cuda cudnn6 python-pycuda python-protobuf)
   conflicts=(python-tensorflow)
   provides=(python-tensorflow)
   optdepends=('python-werkzeug: for using tensorboard'


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

2017-08-08 Thread Maxime Gauduin
Date: Tuesday, August 8, 2017 @ 21:05:55
  Author: alucryd
Revision: 249618

FS#54976: Delete obsolete patch

Deleted:
  tlp/trunk/tlp-arch.patch

+
 tlp-arch.patch |   41 -
 1 file changed, 41 deletions(-)

Deleted: tlp-arch.patch
===
--- tlp-arch.patch  2017-08-08 18:54:14 UTC (rev 249617)
+++ tlp-arch.patch  2017-08-08 21:05:55 UTC (rev 249618)
@@ -1,41 +0,0 @@
-diff -rupN TLP-0.7.orig/tlp.rules TLP-0.7/tlp.rules
 TLP-0.7.orig/tlp.rules 2015-02-24 10:41:23.600434433 +0100
-+++ TLP-0.7/tlp.rules  2015-02-24 10:41:35.026696729 +0100
-@@ -4,7 +4,7 @@
- # This software is licensed under the GPL v2 or later.
- 
- # handle change of power source ac/bat
--ACTION=="change", SUBSYSTEM=="power_supply", ATTR{type}=="Mains", 
RUN+="/usr/sbin/tlp auto"
-+ACTION=="change", SUBSYSTEM=="power_supply", ATTR{type}=="Mains", 
RUN+="/usr/bin/tlp auto"
- 
- # handle added usb devices (exclude subdevices via DRIVER=="USB")
--ACTION=="add", SUBSYSTEM=="usb", DRIVER=="usb", ENV{DEVTYPE}=="usb_device", 
RUN+="/lib/udev/tlp-usb-udev %p"
-+ACTION=="add", SUBSYSTEM=="usb", DRIVER=="usb", ENV{DEVTYPE}=="usb_device", 
RUN+="/usr/lib/udev/tlp-usb-udev %p"
-diff -rupN TLP-0.7.orig/tlp.service TLP-0.7/tlp.service
 TLP-0.7.orig/tlp.service   2015-02-24 10:41:23.600434433 +0100
-+++ TLP-0.7/tlp.service2015-02-24 10:41:35.026696729 +0100
-@@ -12,8 +12,8 @@ Before=shutdown.target
- [Service]
- Type=simple
- RemainAfterExit=yes
--ExecStart=/usr/sbin/tlp init start
--ExecStop=/usr/sbin/tlp init stop
-+ExecStart=/usr/bin/tlp init start
-+ExecStop=/usr/bin/tlp init stop
- 
- [Install]
- WantedBy=multi-user.target
-diff -rupN TLP-0.7.orig/tlp-sleep.service TLP-0.7/tlp-sleep.service
 TLP-0.7.orig/tlp-sleep.service 2015-02-24 10:41:23.600434433 +0100
-+++ TLP-0.7/tlp-sleep.service  2015-02-24 10:41:35.026696729 +0100
-@@ -11,8 +11,8 @@ StopWhenUnneeded=yes
- [Service]
- Type=oneshot
- RemainAfterExit=yes
--ExecStart=/usr/sbin/tlp suspend
--ExecStop=/usr/sbin/tlp resume
-+ExecStart=/usr/bin/tlp suspend
-+ExecStop=/usr/bin/tlp resume
- 
- [Install]
- WantedBy=sleep.target


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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 19:01:34
  Author: heftig
Revision: 301785

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

Added:
  geocode-glib/repos/extra-i686/PKGBUILD
(from rev 301784, geocode-glib/trunk/PKGBUILD)
  geocode-glib/repos/extra-x86_64/PKGBUILD
(from rev 301784, geocode-glib/trunk/PKGBUILD)
Deleted:
  geocode-glib/repos/extra-i686/PKGBUILD
  geocode-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-08 19:00:58 UTC (rev 301784)
+++ extra-i686/PKGBUILD 2017-08-08 19:01:34 UTC (rev 301785)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=geocode-glib
-pkgver=3.23.90
-pkgrel=1
-pkgdesc="Helper library for geocoding services"
-url="https://git.gnome.org/browse/geocode-glib/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2 json-glib libsoup)
-makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
-options=(!emptydirs)
-_commit=537eb30d0479588053cde1336e1a93c1d66b7493  # tags/3.23.90^0
-source=("git+https://git.gnome.org/browse/geocode-glib#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -i 's/gnome/Adwaita/g' icons/Makefile.am
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-

Copied: geocode-glib/repos/extra-i686/PKGBUILD (from rev 301784, 
geocode-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-08 19:01:34 UTC (rev 301785)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=geocode-glib
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Helper library for geocoding services"
+url="https://git.gnome.org/browse/geocode-glib/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 json-glib libsoup)
+makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
+options=(!emptydirs)
+_commit=aa513ab2a33039382023f3dbffea2604ad5af0f3  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/geocode-glib#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i 's/gnome/Adwaita/g' icons/Makefile.am
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-08 19:00:58 UTC (rev 301784)
+++ extra-x86_64/PKGBUILD   2017-08-08 19:01:34 UTC (rev 301785)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=geocode-glib
-pkgver=3.23.90
-pkgrel=1
-pkgdesc="Helper library for geocoding services"
-url="https://git.gnome.org/browse/geocode-glib/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2 json-glib libsoup)
-makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
-options=(!emptydirs)
-_commit=537eb30d0479588053cde1336e1a93c1d66b7493  # tags/3.23.90^0
-source=("git+https://git.gnome.org/browse/geocode-glib#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -i 's/gnome/Adwaita/g' icons/Makefile.am
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-

Copied: geocode-glib/repos/extra-x86_64/PKGBUILD (from rev 301784, 
geocode-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-08 19:01:34 UTC (rev 301785)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=geocode-glib
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Helper library for geocoding services"
+url="https://git.gnome.org/browse/geocode-glib/;
+arch=(i686 x86_64)
+license=(LGPL)

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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 19:00:58
  Author: heftig
Revision: 301784

3.24.0-1

Modified:
  geocode-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 17:58:59 UTC (rev 301783)
+++ PKGBUILD2017-08-08 19:00:58 UTC (rev 301784)
@@ -3,7 +3,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=geocode-glib
-pkgver=3.23.90
+pkgver=3.24.0
 pkgrel=1
 pkgdesc="Helper library for geocoding services"
 url="https://git.gnome.org/browse/geocode-glib/;
@@ -12,7 +12,7 @@
 depends=(glib2 json-glib libsoup)
 makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
 options=(!emptydirs)
-_commit=537eb30d0479588053cde1336e1a93c1d66b7493  # tags/3.23.90^0
+_commit=aa513ab2a33039382023f3dbffea2604ad5af0f3  # tags/3.24.0^0
 source=("git+https://git.gnome.org/browse/geocode-glib#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-08-08 Thread Felix Yan
Date: Tuesday, August 8, 2017 @ 18:53:40
  Author: felixonmars
Revision: 249615

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

Added:
  purescript/repos/community-staging-i686/
  purescript/repos/community-staging-i686/PKGBUILD
(from rev 249614, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-x86_64/
  purescript/repos/community-staging-x86_64/PKGBUILD
(from rev 249614, purescript/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   65 
 community-staging-x86_64/PKGBUILD |   65 
 2 files changed, 130 insertions(+)

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 249614, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-08 18:53:40 UTC (rev 249615)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.6
+pkgrel=25
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat" "haskell-blaze-html"
+ "haskell-bower-json" "haskell-boxes" "haskell-cheapskate" 
"haskell-clock"
+ "haskell-data-ordlist" "haskell-dlist" "haskell-edit-distance" 
"haskell-file-embed"
+ "haskell-fsnotify" "haskell-glob" "haskell-http-client" 
"haskell-http-types"
+ "haskell-language-javascript" "haskell-lens" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-network" 
"haskell-optparse-applicative"
+ "haskell-parallel" "haskell-parsec" "haskell-pattern-arrows" 
"haskell-pipes"
+ "haskell-pipes-http" "haskell-protolude" "haskell-regex-tdfa" 
"haskell-safe"
+ "haskell-semigroups" "haskell-sourcemap" "haskell-spdx" 
"haskell-split" "haskell-stm"
+ "haskell-stringsearch" "haskell-syb" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-wai" "haskell-wai-websockets" "haskell-warp"
+ "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('98a82eb3468c79cc0d0f4adf52879814680f06c40bf443e6ec10a1797ddcbf87b627423714a6d392139fb28a1fb1971a839e24d91f5dd89b8d0ead25ba2eb6a0')
+
+prepare() {
+sed -e 's/aeson >=1.0 && <1.1/aeson >=1.0/' \
+-e 's/, blaze-html >=0.8.1 && <0.9/, blaze-html >=0.8.1/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+sed -i 's/^import   Protolude$/import   Protolude hiding 
((<\&>))/' $pkgname-$pkgver/src/Language/PureScript/Ide/Completion.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-frelease
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: purescript/repos/community-staging-x86_64/PKGBUILD (from rev 249614, 
purescript/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-08 18:53:40 UTC (rev 249615)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2017-08-08 Thread Felix Yan
Date: Tuesday, August 8, 2017 @ 18:53:12
  Author: felixonmars
Revision: 249614

upgpkg: purescript 0.11.6-25

rebuild with protolude,0.2

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 18:50:32 UTC (rev 249613)
+++ PKGBUILD2017-08-08 18:53:12 UTC (rev 249614)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.11.6
-pkgrel=24
+pkgrel=25
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/;
 license=("custom:BSD3")
@@ -31,6 +31,7 @@
 sed -e 's/aeson >=1.0 && <1.1/aeson >=1.0/' \
 -e 's/, blaze-html >=0.8.1 && <0.9/, blaze-html >=0.8.1/' \
 -i ${pkgname}-${pkgver}/${pkgname}.cabal
+sed -i 's/^import   Protolude$/import   Protolude hiding 
((<\&>))/' $pkgname-$pkgver/src/Language/PureScript/Ide/Completion.hs
 }
 
 build() {
@@ -50,7 +51,7 @@
 
 package() {
 cd "${srcdir}/${pkgname}-${pkgver}"
-
+
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
 install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"


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

2017-08-08 Thread Felix Yan
Date: Tuesday, August 8, 2017 @ 18:50:12
  Author: felixonmars
Revision: 249612

upgpkg: ponyc 0.17.0-1

Modified:
  ponyc/trunk/PKGBUILD
Deleted:
  ponyc/trunk/gcc7.patch

+
 PKGBUILD   |   10 +++---
 gcc7.patch |   34 --
 2 files changed, 3 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 18:40:39 UTC (rev 249611)
+++ PKGBUILD2017-08-08 18:50:12 UTC (rev 249612)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ponyc
-pkgver=0.15.0
+pkgver=0.17.0
 pkgrel=1
 pkgdesc='An actor model, capabilities, high performance programming language'
 url='http://ponylang.org/'
@@ -13,16 +13,12 @@
 checkdepends=('pcre2')
 options=('!strip')
 optdepends=('pcre2: Needed for the regex package.')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;
-gcc7.patch)
-sha512sums=('ddd73714ce2d8b38231b5e45facbc1bf554f4914cf85544ada846e22893927b5e5f81f3edbcbd254ae5d1804e01ce969b3373b48309af1cd5482a0be91a72264'
-
'5e13a430396995141591efb1c2194f1a0039119536b7eb7f7278d9535553ee466f2f48b8b90a536039dd78e149575ca0ff456dd1c8f6615d01f75401eedd88d6')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
+sha512sums=('bbd4b5a9d042ca7ce958f628e9141341a49e9a304cd36a673f9ad8a7e5d43a12831c28d58fa076b9d3df30ca94d2b7db21120c368592f6c71ed70fa7f6da66b4')
 
 prepare() {
   cd ponyc-$pkgver
   sed -i 's/-Werror //' Makefile
-
-  patch -p1 -i "$srcdir"/gcc7.patch
 }
 
 build() {

Deleted: gcc7.patch
===
--- gcc7.patch  2017-08-08 18:40:39 UTC (rev 249611)
+++ gcc7.patch  2017-08-08 18:50:12 UTC (rev 249612)
@@ -1,34 +0,0 @@
-diff --git a/src/libponyc/codegen/genexe.c b/src/libponyc/codegen/genexe.c
-index 304a6f675..a063818d8 100644
 a/src/libponyc/codegen/genexe.c
-+++ b/src/libponyc/codegen/genexe.c
-@@ -277,7 +277,7 @@ static bool link_exe(compile_t* c, ast_t* program,
- #ifdef PONY_USE_LTO
- "-flto -fuse-linker-plugin "
- #endif
--"%s %s %s %s -lpthread %s -lm %s",
-+"%s %s %s %s -lpthread -latomic %s -lm %s",
- linker, file_exe, arch, mcx16_arg, fuseld, file_o, lib_args, ponyrt, ldl,
- export
- );
-diff --git a/Makefile b/Makefile
-index a795d8f57..dd8923b97 100644
 a/Makefile
-+++ b/Makefile
-@@ -437,11 +437,11 @@ libponyc.benchmarks.links = libgbenchmark libponyc 
libponyrt llvm
- libponyrt.benchmarks.links = libgbenchmark libponyrt
- 
- ifeq ($(OSTYPE),linux)
--  ponyc.links += libpthread libdl
--  libponyc.tests.links += libpthread libdl
--  libponyrt.tests.links += libpthread libdl
--  libponyc.benchmarks.links += libpthread libdl
--  libponyrt.benchmarks.links += libpthread libdl
-+  ponyc.links += libpthread libdl libatomic
-+  libponyc.tests.links += libpthread libdl libatomic
-+  libponyrt.tests.links += libpthread libdl libatomic
-+  libponyc.benchmarks.links += libpthread libdl libatomic
-+  libponyrt.benchmarks.links += libpthread libdl libatomic
- endif
-
- 
\ No newline at end of file


[arch-commits] Commit in ponyc/repos/community-x86_64 (PKGBUILD PKGBUILD gcc7.patch)

2017-08-08 Thread Felix Yan
Date: Tuesday, August 8, 2017 @ 18:50:32
  Author: felixonmars
Revision: 249613

archrelease: copy trunk to community-x86_64

Added:
  ponyc/repos/community-x86_64/PKGBUILD
(from rev 249612, ponyc/trunk/PKGBUILD)
Deleted:
  ponyc/repos/community-x86_64/PKGBUILD
  ponyc/repos/community-x86_64/gcc7.patch

+
 PKGBUILD   |  130 ---
 gcc7.patch |   34 ---
 2 files changed, 63 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-08 18:50:12 UTC (rev 249612)
+++ PKGBUILD2017-08-08 18:50:32 UTC (rev 249613)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=ponyc
-pkgver=0.15.0
-pkgrel=1
-pkgdesc='An actor model, capabilities, high performance programming language'
-url='http://ponylang.org/'
-arch=('x86_64')
-license=('BSD')
-depends=('llvm39-libs')
-makedepends=('llvm39' 'git')
-checkdepends=('pcre2')
-options=('!strip')
-optdepends=('pcre2: Needed for the regex package.')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;
-gcc7.patch)
-sha512sums=('ddd73714ce2d8b38231b5e45facbc1bf554f4914cf85544ada846e22893927b5e5f81f3edbcbd254ae5d1804e01ce969b3373b48309af1cd5482a0be91a72264'
-
'5e13a430396995141591efb1c2194f1a0039119536b7eb7f7278d9535553ee466f2f48b8b90a536039dd78e149575ca0ff456dd1c8f6615d01f75401eedd88d6')
-
-prepare() {
-  cd ponyc-$pkgver
-  sed -i 's/-Werror //' Makefile
-
-  patch -p1 -i "$srcdir"/gcc7.patch
-}
-
-build() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose=
-
-  mkdir docs
-  build/release/ponyc packages/stdlib -rexpr -g -o docs
-}
-
-check() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= test
-}
-
-package() {
-  cd ponyc-$pkgver
-  # The makefile is very strange and requires almost as much post-correction
-  # as to simply do the installation myself.  Even with patches to the
-  # makefile to stop it attempting to symlink locations it has no business
-  # touching.
-  #make config=release prefix=/usr destdir="$pkgdir"/usr/lib/pony/"$pkgver" 
install
-
-  install -Dm755 build/release/ponyc "$pkgdir"/usr/lib/pony/"$pkgver"/bin/ponyc
-  install -Dm644 build/release/libponyrt-pic.a "$pkgdir"/usr/lib/libponyrt.a
-  install -Dm644 build/release/libponyc.a "$pkgdir"/usr/lib/libponyc.a
-  install -Dm644 src/libponyrt/pony.h "$pkgdir"/usr/include/pony.h
-
-  # Ponyc is designed to read its standard packages from the same directory.
-  install -dm755 "$pkgdir"/usr/bin
-  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
-
-  cp -dr --no-preserve=ownership packages "$pkgdir"/usr/lib/pony/"$pkgver"
-
-  # Let's include the examples as documentation is scarce.
-  install -dm755 "$pkgdir"/usr/share/doc/pony
-  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
-
-  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: ponyc/repos/community-x86_64/PKGBUILD (from rev 249612, 
ponyc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-08 18:50:32 UTC (rev 249613)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=ponyc
+pkgver=0.17.0
+pkgrel=1
+pkgdesc='An actor model, capabilities, high performance programming language'
+url='http://ponylang.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('llvm39-libs')
+makedepends=('llvm39' 'git')
+checkdepends=('pcre2')
+options=('!strip')
+optdepends=('pcre2: Needed for the regex package.')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
+sha512sums=('bbd4b5a9d042ca7ce958f628e9141341a49e9a304cd36a673f9ad8a7e5d43a12831c28d58fa076b9d3df30ca94d2b7db21120c368592f6c71ed70fa7f6da66b4')
+
+prepare() {
+  cd ponyc-$pkgver
+  sed -i 's/-Werror //' Makefile
+}
+
+build() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose=
+
+  mkdir docs
+  build/release/ponyc packages/stdlib -rexpr -g -o docs
+}
+
+check() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= test
+}
+
+package() {
+  cd ponyc-$pkgver
+  # The makefile is very strange and requires almost as much post-correction
+  # as to simply do the installation myself.  Even with patches to the
+  # makefile to stop it attempting to symlink locations it has no business
+  # touching.
+  #make config=release prefix=/usr destdir="$pkgdir"/usr/lib/pony/"$pkgver" 
install
+
+  install -Dm755 build/release/ponyc "$pkgdir"/usr/lib/pony/"$pkgver"/bin/ponyc
+  install -Dm644 build/release/libponyrt-pic.a "$pkgdir"/usr/lib/libponyrt.a
+  install -Dm644 build/release/libponyc.a "$pkgdir"/usr/lib/libponyc.a
+  install -Dm644 src/libponyrt/pony.h 

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

2017-08-08 Thread Pierre Neidhardt
Date: Tuesday, August 8, 2017 @ 18:40:39
  Author: ambrevar
Revision: 249611

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-08 18:40:19 UTC (rev 249610)
+++ community-i686/PKGBUILD 2017-08-08 18:40:39 UTC (rev 249611)
@@ -1,31 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Auguste Pop 
-
-pkgname=uncrustify
-pkgver=0.65
-pkgrel=1
-pkgdesc="A source code beautifier"
-arch=("i686" "x86_64")
-url="http://uncrustify.sourceforge.net/;
-license=("GPL")
-depends=("gcc-libs")
-makedepends=("cmake" "python")
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('c17f45a38cda2624f6989cab84673e15')
-
-build() {
-   cd "$srcdir"
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-   make
-}
-
-package() {
-   cd "$srcdir/build"
-   make DESTDIR="$pkgdir" PREFIX=/usr install
-
-   cd ..
-   install -d -m755 "$pkgdir"/usr/share/uncrustify
-   install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
-}

Copied: uncrustify/repos/community-i686/PKGBUILD (from rev 249610, 
uncrustify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-08 18:40:39 UTC (rev 249611)
@@ -0,0 +1,31 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.65
+pkgrel=2
+pkgdesc="A source code beautifier"
+arch=("i686" "x86_64")
+url="http://uncrustify.sourceforge.net/;
+license=("GPL")
+depends=("gcc-libs")
+makedepends=("cmake" "python")
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('c17f45a38cda2624f6989cab84673e15')
+
+build() {
+   cd "$srcdir"
+   mkdir -p build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd "$srcdir/build"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+
+   cd ..
+   install -d -m755 "$pkgdir"/usr/share/uncrustify
+   install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-08 18:40:19 UTC (rev 249610)
+++ community-x86_64/PKGBUILD   2017-08-08 18:40:39 UTC (rev 249611)
@@ -1,31 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Auguste Pop 
-
-pkgname=uncrustify
-pkgver=0.65
-pkgrel=1
-pkgdesc="A source code beautifier"
-arch=("i686" "x86_64")
-url="http://uncrustify.sourceforge.net/;
-license=("GPL")
-depends=("gcc-libs")
-makedepends=("cmake" "python")
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('c17f45a38cda2624f6989cab84673e15')
-
-build() {
-   cd "$srcdir"
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-   make
-}
-
-package() {
-   cd "$srcdir/build"
-   make DESTDIR="$pkgdir" PREFIX=/usr install
-
-   cd ..
-   install -d -m755 "$pkgdir"/usr/share/uncrustify
-   install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
-}

Copied: uncrustify/repos/community-x86_64/PKGBUILD (from rev 249610, 
uncrustify/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-08 18:40:39 UTC (rev 249611)
@@ -0,0 +1,31 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.65
+pkgrel=2
+pkgdesc="A source code beautifier"
+arch=("i686" "x86_64")
+url="http://uncrustify.sourceforge.net/;
+license=("GPL")
+depends=("gcc-libs")
+makedepends=("cmake" "python")
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('c17f45a38cda2624f6989cab84673e15')
+
+build() {
+   cd "$srcdir"
+   mkdir -p build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd "$srcdir/build"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+
+   cd ..
+   install -d -m755 "$pkgdir"/usr/share/uncrustify
+   install -m644 etc/*.cfg 

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

2017-08-08 Thread Pierre Neidhardt
Date: Tuesday, August 8, 2017 @ 18:40:19
  Author: ambrevar
Revision: 249610

upgpkg: uncrustify 0.65-2

Modified:
  uncrustify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 18:37:27 UTC (rev 249609)
+++ PKGBUILD2017-08-08 18:40:19 UTC (rev 249610)
@@ -3,7 +3,7 @@
 
 pkgname=uncrustify
 pkgver=0.65
-pkgrel=1
+pkgrel=2
 pkgdesc="A source code beautifier"
 arch=("i686" "x86_64")
 url="http://uncrustify.sourceforge.net/;
@@ -10,7 +10,7 @@
 license=("GPL")
 depends=("gcc-libs")
 makedepends=("cmake" "python")
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
 md5sums=('c17f45a38cda2624f6989cab84673e15')
 
 build() {


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

2017-08-08 Thread Giancarlo Razzolini
Date: Tuesday, August 8, 2017 @ 18:37:27
  Author: grazzolini
Revision: 249609

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

Added:
  nginx-mainline/repos/community-testing-i686/
  nginx-mainline/repos/community-testing-i686/PKGBUILD
(from rev 249608, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-testing-i686/logrotate
(from rev 249608, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-testing-i686/nginx.install
(from rev 249608, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-testing-i686/service
(from rev 249608, nginx-mainline/trunk/service)
  nginx-mainline/repos/community-testing-x86_64/
  nginx-mainline/repos/community-testing-x86_64/PKGBUILD
(from rev 249608, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-testing-x86_64/logrotate
(from rev 249608, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-testing-x86_64/nginx.install
(from rev 249608, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-testing-x86_64/service
(from rev 249608, nginx-mainline/trunk/service)

+
 community-testing-i686/PKGBUILD|  132 +++
 community-testing-i686/logrotate   |   10 ++
 community-testing-i686/nginx.install   |   12 ++
 community-testing-i686/service |   17 +++
 community-testing-x86_64/PKGBUILD  |  132 +++
 community-testing-x86_64/logrotate |   10 ++
 community-testing-x86_64/nginx.install |   12 ++
 community-testing-x86_64/service   |   17 +++
 8 files changed, 342 insertions(+)

Copied: nginx-mainline/repos/community-testing-i686/PKGBUILD (from rev 249608, 
nginx-mainline/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-08 18:37:27 UTC (rev 249609)
@@ -0,0 +1,132 @@
+# $Id$
+# Maintainer:  Giancarlo Razzolini 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Sébastien Luttringer
+# Contributor: Drew DeVault
+
+pkgname=nginx-mainline
+pkgver=1.13.4
+pkgrel=1
+pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
+arch=('i686' 'x86_64')
+url='https://nginx.org'
+license=('custom')
+depends=('pcre' 'zlib' 'openssl' 'geoip')
+backup=('etc/nginx/fastcgi.conf'
+'etc/nginx/fastcgi_params'
+'etc/nginx/koi-win'
+'etc/nginx/koi-utf'
+'etc/nginx/mime.types'
+'etc/nginx/nginx.conf'
+'etc/nginx/scgi_params'
+'etc/nginx/uwsgi_params'
+'etc/nginx/win-utf'
+'etc/logrotate.d/nginx')
+install=nginx.install
+provides=('nginx')
+conflicts=('nginx')
+source=($url/download/nginx-$pkgver.tar.gz{,.asc}
+service
+logrotate)
+validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

+md5sums=('42a3ca70cd292a149ba4f60862599245'
+ 'SKIP'
+ 'ef491e760e7c1ffec9ca25441a150c83'
+ '6a01fb17af86f03707c8ae60f98a2dc2')
+sha512sums=('068f59f0dfe68a9a20a141bf5416551bc758fe50a38b2576f0e1c9df2ec674c7348b151f3ce80b614ac20610bc85374be7cef69f95b925f4fde351716c1da740'
+'SKIP'
+
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
+
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
+
+_common_flags=(
+  --with-compat
+  --with-file-aio
+  --with-http_addition_module
+  --with-http_auth_request_module
+  --with-http_dav_module
+  --with-http_degradation_module
+  --with-http_flv_module
+  --with-http_geoip_module
+  --with-http_gunzip_module
+  --with-http_gzip_static_module
+  --with-http_mp4_module
+  --with-http_realip_module
+  --with-http_secure_link_module
+  --with-http_slice_module
+  --with-http_ssl_module
+  --with-http_stub_status_module
+  --with-http_sub_module
+  --with-http_v2_module
+  --with-mail
+  --with-mail_ssl_module
+  --with-pcre-jit
+  --with-stream
+  --with-stream_geoip_module
+  --with-stream_realip_module
+  --with-stream_ssl_module
+  --with-stream_ssl_preread_module
+  --with-threads
+)
+
+_mainline_flags=(
+)
+
+build() {
+  cd $provides-$pkgver
+  ./configure \
+--prefix=/etc/nginx \
+--conf-path=/etc/nginx/nginx.conf \
+--sbin-path=/usr/bin/nginx \
+--pid-path=/run/nginx.pid \
+--lock-path=/run/lock/nginx.lock \
+--user=http \
+--group=http \
+--http-log-path=/var/log/nginx/access.log \
+--error-log-path=stderr \
+--http-client-body-temp-path=/var/lib/nginx/client-body \
+--http-proxy-temp-path=/var/lib/nginx/proxy \
+--http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
+

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

2017-08-08 Thread Giancarlo Razzolini
Date: Tuesday, August 8, 2017 @ 18:36:14
  Author: grazzolini
Revision: 249608

upgpkg: nginx-mainline 1.13.4-1

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 18:35:30 UTC (rev 249607)
+++ PKGBUILD2017-08-08 18:36:14 UTC (rev 249608)
@@ -5,8 +5,8 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.13.3
-pkgrel=2
+pkgver=1.13.4
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('i686' 'x86_64')
 url='https://nginx.org'
@@ -29,11 +29,11 @@
 service
 logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('1f8529568f825dfa4da4e99ba483678e'
+md5sums=('42a3ca70cd292a149ba4f60862599245'
  'SKIP'
  'ef491e760e7c1ffec9ca25441a150c83'
  '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('4a8924b1edd0b8476437680ea548a0bc983d360e73f2d5797f60cebc3ef7d6fb64e56b6aaf5a4fc1707d24519dc70d466a7bf1d336c463651928d65c2f7b5380'
+sha512sums=('068f59f0dfe68a9a20a141bf5416551bc758fe50a38b2576f0e1c9df2ec674c7348b151f3ce80b614ac20610bc85374be7cef69f95b925f4fde351716c1da740'
 'SKIP'
 
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
 
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')


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

2017-08-08 Thread Pierre Neidhardt
Date: Tuesday, August 8, 2017 @ 18:35:30
  Author: ambrevar
Revision: 249607

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-08 18:34:44 UTC (rev 249606)
+++ community-i686/PKGBUILD 2017-08-08 18:35:30 UTC (rev 249607)
@@ -1,28 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Chris Brannon 
-# Contributor: Allan McRae 
-# Contributor: Adam Vogt 
-
-pkgname=dtach
-pkgver=0.9
-pkgrel=1
-pkgdesc="emulates the detach feature of screen"
-arch=("i686" "x86_64")
-url="http://dtach.sourceforge.net/;
-license=("GPL")
-depends=("glibc")
-source=(http://downloads.sourceforge.net/sourceforge/dtach/$pkgname-$pkgver.tar.gz)
-md5sums=('6dac9c0f96d7d55ea56c01504b23faf6')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   install -Dm755 dtach "$pkgdir/usr/bin/dtach"
-   install -Dm644 dtach.1 "$pkgdir/usr/share/man/man1/dtach.1"
-}

Copied: dtach/repos/community-i686/PKGBUILD (from rev 249606, 
dtach/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-08 18:35:30 UTC (rev 249607)
@@ -0,0 +1,28 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Chris Brannon 
+# Contributor: Allan McRae 
+# Contributor: Adam Vogt 
+
+pkgname=dtach
+pkgver=0.9
+pkgrel=2
+pkgdesc="emulates the detach feature of screen"
+arch=("i686" "x86_64")
+url="http://dtach.sourceforge.net/;
+license=("GPL")
+depends=("glibc")
+source=(https://downloads.sourceforge.net/sourceforge/dtach/$pkgname-$pkgver.tar.gz)
+md5sums=('6dac9c0f96d7d55ea56c01504b23faf6')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   install -Dm755 dtach "$pkgdir/usr/bin/dtach"
+   install -Dm644 dtach.1 "$pkgdir/usr/share/man/man1/dtach.1"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-08 18:34:44 UTC (rev 249606)
+++ community-x86_64/PKGBUILD   2017-08-08 18:35:30 UTC (rev 249607)
@@ -1,28 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Chris Brannon 
-# Contributor: Allan McRae 
-# Contributor: Adam Vogt 
-
-pkgname=dtach
-pkgver=0.9
-pkgrel=2
-pkgdesc="emulates the detach feature of screen"
-arch=("i686" "x86_64")
-url="http://dtach.sourceforge.net/;
-license=("GPL")
-depends=("glibc")
-source=(https://downloads.sourceforge.net/sourceforge/dtach/$pkgname-$pkgver.tar.gz)
-md5sums=('6dac9c0f96d7d55ea56c01504b23faf6')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   install -Dm755 dtach "$pkgdir/usr/bin/dtach"
-   install -Dm644 dtach.1 "$pkgdir/usr/share/man/man1/dtach.1"
-}

Copied: dtach/repos/community-x86_64/PKGBUILD (from rev 249606, 
dtach/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-08 18:35:30 UTC (rev 249607)
@@ -0,0 +1,28 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Chris Brannon 
+# Contributor: Allan McRae 
+# Contributor: Adam Vogt 
+
+pkgname=dtach
+pkgver=0.9
+pkgrel=2
+pkgdesc="emulates the detach feature of screen"
+arch=("i686" "x86_64")
+url="http://dtach.sourceforge.net/;
+license=("GPL")
+depends=("glibc")
+source=(https://downloads.sourceforge.net/sourceforge/dtach/$pkgname-$pkgver.tar.gz)
+md5sums=('6dac9c0f96d7d55ea56c01504b23faf6')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   install -Dm755 dtach "$pkgdir/usr/bin/dtach"
+   install -Dm644 dtach.1 

[arch-commits] Commit in dtach/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-08-08 Thread Pierre Neidhardt
Date: Tuesday, August 8, 2017 @ 18:34:44
  Author: ambrevar
Revision: 249606

archrelease: copy trunk to community-x86_64

Added:
  dtach/repos/community-x86_64/PKGBUILD
(from rev 249605, dtach/trunk/PKGBUILD)
Deleted:
  dtach/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-08 18:34:25 UTC (rev 249605)
+++ PKGBUILD2017-08-08 18:34:44 UTC (rev 249606)
@@ -1,28 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Chris Brannon 
-# Contributor: Allan McRae 
-# Contributor: Adam Vogt 
-
-pkgname=dtach
-pkgver=0.9
-pkgrel=1
-pkgdesc="emulates the detach feature of screen"
-arch=("i686" "x86_64")
-url="http://dtach.sourceforge.net/;
-license=("GPL")
-depends=("glibc")
-source=(http://downloads.sourceforge.net/sourceforge/dtach/$pkgname-$pkgver.tar.gz)
-md5sums=('6dac9c0f96d7d55ea56c01504b23faf6')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   install -Dm755 dtach "$pkgdir/usr/bin/dtach"
-   install -Dm644 dtach.1 "$pkgdir/usr/share/man/man1/dtach.1"
-}

Copied: dtach/repos/community-x86_64/PKGBUILD (from rev 249605, 
dtach/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-08 18:34:44 UTC (rev 249606)
@@ -0,0 +1,28 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Chris Brannon 
+# Contributor: Allan McRae 
+# Contributor: Adam Vogt 
+
+pkgname=dtach
+pkgver=0.9
+pkgrel=2
+pkgdesc="emulates the detach feature of screen"
+arch=("i686" "x86_64")
+url="http://dtach.sourceforge.net/;
+license=("GPL")
+depends=("glibc")
+source=(https://downloads.sourceforge.net/sourceforge/dtach/$pkgname-$pkgver.tar.gz)
+md5sums=('6dac9c0f96d7d55ea56c01504b23faf6')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   install -Dm755 dtach "$pkgdir/usr/bin/dtach"
+   install -Dm644 dtach.1 "$pkgdir/usr/share/man/man1/dtach.1"
+}


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

2017-08-08 Thread Pierre Neidhardt
Date: Tuesday, August 8, 2017 @ 18:34:25
  Author: ambrevar
Revision: 249605

upgpkg: dtach 0.9-2

Modified:
  dtach/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 18:13:01 UTC (rev 249604)
+++ PKGBUILD2017-08-08 18:34:25 UTC (rev 249605)
@@ -5,13 +5,13 @@
 
 pkgname=dtach
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 pkgdesc="emulates the detach feature of screen"
 arch=("i686" "x86_64")
 url="http://dtach.sourceforge.net/;
 license=("GPL")
 depends=("glibc")
-source=(http://downloads.sourceforge.net/sourceforge/dtach/$pkgname-$pkgver.tar.gz)
+source=(https://downloads.sourceforge.net/sourceforge/dtach/$pkgname-$pkgver.tar.gz)
 md5sums=('6dac9c0f96d7d55ea56c01504b23faf6')
 
 build() {


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

2017-08-08 Thread Pierre Neidhardt
Date: Tuesday, August 8, 2017 @ 18:12:36
  Author: ambrevar
Revision: 249603

upgpkg: fzf 0.16.11-1

Modified:
  fzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 17:48:01 UTC (rev 249602)
+++ PKGBUILD2017-08-08 18:12:36 UTC (rev 249603)
@@ -5,7 +5,7 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.16.10
+pkgver=0.16.11
 pkgrel=1
 pkgdesc="Command-line fuzzy finder"
 arch=("i686" "x86_64")
@@ -18,7 +18,7 @@
"zsh: zsh keybindings")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$pkgver.tar.gz;
"git+https://github.com/junegunn/$pkgname.wiki;)
-sha256sums=('a6b9d8abcba4239d30201cc7911e9c305a5cd750081ce5cd389f8e7425f4dc93'
+sha256sums=('e3067d4ad58d7be51eba9a35c06518cd7145c0cc297882796c7e40285f268a99'
 'SKIP')
 
 build() {


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

2017-08-08 Thread Pierre Neidhardt
Date: Tuesday, August 8, 2017 @ 18:13:01
  Author: ambrevar
Revision: 249604

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-08 18:12:36 UTC (rev 249603)
+++ community-i686/PKGBUILD 2017-08-08 18:13:01 UTC (rev 249604)
@@ -1,58 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Hermann Zahnweh (eigengrau)
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.16.10
-pkgrel=1
-pkgdesc="Command-line fuzzy finder"
-arch=("i686" "x86_64")
-url="https://github.com/junegunn/fzf;
-license=("MIT")
-makedepends=("git" "go")
-optdepends=("fish: fish keybindings"
-   "tmux: fzf-tmux script for launching fzf in a tmux pane"
-   "vim: plugin"
-   "zsh: zsh keybindings")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$pkgver.tar.gz;
-   "git+https://github.com/junegunn/$pkgname.wiki;)
-sha256sums=('a6b9d8abcba4239d30201cc7911e9c305a5cd750081ce5cd389f8e7425f4dc93'
-'SKIP')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   msg2 'Building...'
-   GOPATH="$srcdir" TMPDIR=/tmp go get -u github.com/junegunn/fzf/...
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ## Doc
-   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 README.md install uninstall "$pkgdir/usr/share/doc/fzf"
-
-   ## Man page
-   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
-
-   ## License
-   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
-
-   ## Binaries
-   install -dm755 "$pkgdir/usr/bin"
-   install -m755 "$srcdir/bin/fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
-
-   ## Completion and keybindings
-   install -dm755 "$pkgdir/usr/share/fzf"
-   install -m644 shell/*.bash shell/*.zsh "$pkgdir/usr/share/fzf"
-
-   ## Fish keybindings
-   install -Dm644 "shell/key-bindings.fish" 
"$pkgdir/usr/share/fish/functions/fzf_key_bindings.fish"
-
-   ## Vim plugin
-   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
-}

Copied: fzf/repos/community-i686/PKGBUILD (from rev 249603, fzf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-08 18:13:01 UTC (rev 249604)
@@ -0,0 +1,58 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Hermann Zahnweh (eigengrau)
+# Contributor: Andy Weidenbaum 
+# Contributor: foalsrock 
+# Contributor: jebaum 
+
+pkgname=fzf
+pkgver=0.16.11
+pkgrel=1
+pkgdesc="Command-line fuzzy finder"
+arch=("i686" "x86_64")
+url="https://github.com/junegunn/fzf;
+license=("MIT")
+makedepends=("git" "go")
+optdepends=("fish: fish keybindings"
+   "tmux: fzf-tmux script for launching fzf in a tmux pane"
+   "vim: plugin"
+   "zsh: zsh keybindings")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$pkgver.tar.gz;
+   "git+https://github.com/junegunn/$pkgname.wiki;)
+sha256sums=('e3067d4ad58d7be51eba9a35c06518cd7145c0cc297882796c7e40285f268a99'
+'SKIP')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   msg2 'Building...'
+   GOPATH="$srcdir" TMPDIR=/tmp go get -u github.com/junegunn/fzf/...
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ## Doc
+   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
+   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
+   install -m644 README.md install uninstall "$pkgdir/usr/share/doc/fzf"
+
+   ## Man page
+   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
+
+   ## License
+   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
+
+   ## Binaries
+   install -dm755 "$pkgdir/usr/bin"
+   install -m755 "$srcdir/bin/fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
+
+   ## Completion and keybindings
+   install -dm755 "$pkgdir/usr/share/fzf"
+   install -m644 shell/*.bash shell/*.zsh "$pkgdir/usr/share/fzf"
+
+   ## Fish keybindings
+   install -Dm644 "shell/key-bindings.fish" 

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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 17:58:59
  Author: heftig
Revision: 301783

Use normal stripping

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 17:17:05 UTC (rev 301782)
+++ PKGBUILD2017-08-08 17:58:59 UTC (rev 301783)
@@ -18,7 +18,7 @@
 'libnotify: Notification integration'
 'pulseaudio: Audio support'
 'speech-dispatcher: Text-to-Speech')
-options=(!emptydirs !makeflags !strip)
+options=(!emptydirs !makeflags)
 _repo=https://hg.mozilla.org/mozilla-unified
 source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
 $pkgname.desktop firefox-symbolic.svg


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

2017-08-08 Thread Christian Rebischke
Date: Tuesday, August 8, 2017 @ 17:48:01
  Author: shibumi
Revision: 249602

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

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

+
 /PKGBUILD  |   84 +++
 /systemtap.install |8 +++
 community-i686/PKGBUILD|   42 -
 community-i686/systemtap.install   |4 -
 community-x86_64/PKGBUILD  |   42 -
 community-x86_64/systemtap.install |4 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-08 17:47:45 UTC (rev 249601)
+++ community-i686/PKGBUILD 2017-08-08 17:48:01 UTC (rev 249602)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Christian Rebischke 
-# Contributor:dront78 
-pkgname=systemtap
-pkgver=3.1
-pkgrel=3
-pkgdesc="provides infrastructure to simplify the gathering of information 
about the running system."
-url="http://sourceware.org/systemtap/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('elfutils' 'nss' 'python2')
-makedepends=('python2-setuptools' 'xmlto')
-optdepends=('sqlite3: for storing results in a database')
-source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz.asc;)
-sha512sums=('07b322d5745f570296e287db80f1e370da87eb65073815cf24d532827900453c1cb9ee74b5496b4f3919d176b960caad4479edc2dadf27b5c58898fb7398264d'
-'SKIP')
-install='systemtap.install'
-validpgpkeys=('5D38116FA4D3A7CC77E378D37E83610126DCC2E8')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/"${pkgname}" \
---libdir=/usr/lib/"${pkgname}" \
---mandir=/usr/share/man/ \
---localstatedir=/var \
---enable-pie \
---disable-docs \
---enable-htmldocs
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rmdir "${pkgdir}/var/run/stap-server/"
-  rmdir "${pkgdir}/var/run/"
-}
-

Copied: systemtap/repos/community-i686/PKGBUILD (from rev 249601, 
systemtap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-08 17:48:01 UTC (rev 249602)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Christian Rebischke 
+# Contributor:dront78 
+pkgname=systemtap
+pkgver=3.1
+pkgrel=4
+pkgdesc="provides infrastructure to simplify the gathering of information 
about the running system."
+url="http://sourceware.org/systemtap/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('elfutils' 'nss' 'python2')
+makedepends=('python2-setuptools' 'xmlto')
+optdepends=('sqlite3: for storing results in a database')
+source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz.asc;)
+sha512sums=('07b322d5745f570296e287db80f1e370da87eb65073815cf24d532827900453c1cb9ee74b5496b4f3919d176b960caad4479edc2dadf27b5c58898fb7398264d'
+'SKIP')
+install='systemtap.install'
+validpgpkeys=('5D38116FA4D3A7CC77E378D37E83610126DCC2E8')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/"${pkgname}" \
+--libdir=/usr/lib/"${pkgname}" \
+--mandir=/usr/share/man/ \
+--localstatedir=/var \
+--enable-pie \
+--disable-docs \
+--enable-htmldocs
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rmdir "${pkgdir}/var/run/stap-server/"
+  rmdir "${pkgdir}/var/run/"
+}
+

Deleted: community-i686/systemtap.install
===
--- community-i686/systemtap.install2017-08-08 17:47:45 UTC (rev 249601)
+++ community-i686/systemtap.install2017-08-08 17:48:01 UTC (rev 249602)
@@ -1,4 +0,0 @@
-post_install() {
-  echo 

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

2017-08-08 Thread Christian Rebischke
Date: Tuesday, August 8, 2017 @ 17:47:45
  Author: shibumi
Revision: 249601

upgpkg: systemtap 3.1-4 rebuild for PIE

Modified:
  systemtap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 17:31:15 UTC (rev 249600)
+++ PKGBUILD2017-08-08 17:47:45 UTC (rev 249601)
@@ -3,7 +3,7 @@
 # Contributor:dront78 
 pkgname=systemtap
 pkgver=3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="provides infrastructure to simplify the gathering of information 
about the running system."
 url="http://sourceware.org/systemtap/;
 arch=('i686' 'x86_64')


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

2017-08-08 Thread Felix Yan
Date: Tuesday, August 8, 2017 @ 17:31:15
  Author: felixonmars
Revision: 249600

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

Added:
  haskell-protolude/repos/community-staging-i686/
  haskell-protolude/repos/community-staging-i686/PKGBUILD
(from rev 249599, haskell-protolude/trunk/PKGBUILD)
  haskell-protolude/repos/community-staging-x86_64/
  haskell-protolude/repos/community-staging-x86_64/PKGBUILD
(from rev 249599, haskell-protolude/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: haskell-protolude/repos/community-staging-i686/PKGBUILD (from rev 
249599, haskell-protolude/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-08 17:31:15 UTC (rev 249600)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=protolude
+pkgname=haskell-protolude
+pkgver=0.2
+pkgrel=1
+pkgdesc="A sensible set of defaults for writing custom Preludes."
+url="https://github.com/sdiehl/protolude;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-async" "haskell-hashable" "haskell-mtl" "haskell-safe" 
"haskell-stm"
+ "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('94cb85b1d4540dc834018e1bc6816e505d9c445e4df4d48db1cc11b75eeda65fb67cf5ae8e0194c3cdeaa1c470c621ba0449fa7960237a12c3faeb8d77e45d33')
+
+prepare() {
+sed -i 's/mtl-compat.*/mtl/' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-protolude/repos/community-staging-x86_64/PKGBUILD (from rev 
249599, haskell-protolude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-08 17:31:15 UTC (rev 249600)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=protolude
+pkgname=haskell-protolude
+pkgver=0.2
+pkgrel=1
+pkgdesc="A sensible set of defaults for writing custom Preludes."
+url="https://github.com/sdiehl/protolude;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-async" "haskell-hashable" "haskell-mtl" "haskell-safe" 
"haskell-stm"
+ "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('94cb85b1d4540dc834018e1bc6816e505d9c445e4df4d48db1cc11b75eeda65fb67cf5ae8e0194c3cdeaa1c470c621ba0449fa7960237a12c3faeb8d77e45d33')
+
+prepare() {
+sed -i 's/mtl-compat.*/mtl/' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2017-08-08 Thread Felix Yan
Date: Tuesday, August 8, 2017 @ 17:30:46
  Author: felixonmars
Revision: 249599

upgpkg: haskell-protolude 0.2-1

rebuild with protolude,0.2

Modified:
  haskell-protolude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 17:17:30 UTC (rev 249598)
+++ PKGBUILD2017-08-08 17:30:46 UTC (rev 249599)
@@ -4,16 +4,21 @@
 
 _hkgname=protolude
 pkgname=haskell-protolude
-pkgver=0.1.10
-pkgrel=10
+pkgver=0.2
+pkgrel=1
 pkgdesc="A sensible set of defaults for writing custom Preludes."
 url="https://github.com/sdiehl/protolude;
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-async" "haskell-mtl" "haskell-safe" "haskell-stm" 
"haskell-text")
+depends=('ghc' "haskell-async" "haskell-hashable" "haskell-mtl" "haskell-safe" 
"haskell-stm"
+ "haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('163296a518f0d7329dcdf040bf0eddb1fb804eee198405801fab8f192ce1c7a5')
+sha512sums=('94cb85b1d4540dc834018e1bc6816e505d9c445e4df4d48db1cc11b75eeda65fb67cf5ae8e0194c3cdeaa1c470c621ba0449fa7960237a12c3faeb8d77e45d33')
 
+prepare() {
+sed -i 's/mtl-compat.*/mtl/' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2017-08-08 Thread Evangelos Foutras
Date: Tuesday, August 8, 2017 @ 17:17:05
  Author: foutrelis
Revision: 301782

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-08 17:16:53 UTC (rev 301781)
+++ extra-i686/PKGBUILD 2017-08-08 17:17:05 UTC (rev 301782)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=(flashplugin pepper-flash)
-pkgver=26.0.0.137
-pkgrel=1
-pkgdesc="Adobe Flash Player"
-arch=('i686' 'x86_64')
-url="https://get.adobe.com/flashplayer/;
-license=('custom' 'LGPL')
-options=('!strip')
-source_i686=(flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz
- 
flash_player_ppapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.i386.tar.gz)
-source_x86_64=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
-   
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
-noextract=(${source_i686[@]%::*}
-   ${source_x86_64[@]%::*})
-sha256sums_i686=('bc703c55973fe79c32a9968450d46162d1db04663b099529c8fe0ec342baa6ba'
- 
'68a4b486e6e127df5bb006667086a0168d9bfa8c2583b9e4136e157cd7e12967')
-sha256sums_x86_64=('9af20d48fe0f05cead8f6de6c3464e5dfbb1e3d296be69044ee71eaa306b6635'
-   
'4fc8ce66561a39fdcffbcd72f6129ebc3fd1f9ab05324d898f6676bdf2c6cde8')
-
-prepare() {
-  local _dir
-  for f in *.tar.gz; do
-_dir=$(grep -Eo '([np]papi)' <<< $f)
-mkdir -p $_dir
-tar xfC $f $_dir
-  done
-}
-
-package_flashplugin() {
-  pkgdesc+=" NPAPI"
-  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
-  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
-
-  cd npapi
-  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-
-  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
-  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
-
-}
-
-package_pepper-flash() {
-  pkgdesc+=" PPAPI"
-  depends=('gcc-libs')
-  optdepends=('flashplugin: settings utility')
-
-  cd ppapi
-  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 301781, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-08 17:17:05 UTC (rev 301782)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=(flashplugin pepper-flash)
+pkgver=26.0.0.151
+pkgrel=1
+pkgdesc="Adobe Flash Player"
+arch=('i686' 'x86_64')
+url="https://get.adobe.com/flashplayer/;
+license=('custom' 'LGPL')
+options=('!strip')
+source_i686=(flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz
+ 
flash_player_ppapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.i386.tar.gz)
+source_x86_64=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
+   
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
+noextract=(${source_i686[@]%::*}
+   ${source_x86_64[@]%::*})
+sha256sums_i686=('179a751d1c3624f3a25ec4198a54e6a53023a11de0b24f71c86f5b12fafa2cb8'
+ 
'a1801dc2e46104b4cd8ce0e9cee1ff86d307de0044eee67685faddbcb0b847ea')
+sha256sums_x86_64=('147d90fa60b8c3831320998ca14c96278c4b6d0e9371617809fd1648b573dcfb'
+   

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

2017-08-08 Thread Evangelos Foutras
Date: Tuesday, August 8, 2017 @ 17:17:15
  Author: foutrelis
Revision: 249597

upgpkg: lib32-flashplugin 26.0.0.151-1

New upstream release.

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 17:12:06 UTC (rev 249596)
+++ PKGBUILD2017-08-08 17:17:15 UTC (rev 249597)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace 
 
 pkgname=lib32-flashplugin
-pkgver=26.0.0.137
+pkgver=26.0.0.151
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -12,7 +12,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=("flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz;)
-sha256sums=('bc703c55973fe79c32a9968450d46162d1db04663b099529c8fe0ec342baa6ba')
+sha256sums=('179a751d1c3624f3a25ec4198a54e6a53023a11de0b24f71c86f5b12fafa2cb8')
 
 package() {
   install -Dm644 "$srcdir/libflashplayer.so" 
"$pkgdir/usr/lib32/mozilla/plugins/libflashplayer.so"


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

2017-08-08 Thread Evangelos Foutras
Date: Tuesday, August 8, 2017 @ 17:17:30
  Author: foutrelis
Revision: 249598

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-08 17:17:15 UTC (rev 249597)
+++ PKGBUILD2017-08-08 17:17:30 UTC (rev 249598)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-pkgver=26.0.0.137
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="https://get.adobe.com/flashplayer/;
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz;)
-sha256sums=('bc703c55973fe79c32a9968450d46162d1db04663b099529c8fe0ec342baa6ba')
-
-package() {
-  install -Dm644 "$srcdir/libflashplayer.so" 
"$pkgdir/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/*.txt
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 249597, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-08 17:17:30 UTC (rev 249598)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+pkgver=26.0.0.151
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="https://get.adobe.com/flashplayer/;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz;)
+sha256sums=('179a751d1c3624f3a25ec4198a54e6a53023a11de0b24f71c86f5b12fafa2cb8')
+
+package() {
+  install -Dm644 "$srcdir/libflashplayer.so" 
"$pkgdir/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/*.txt
+}


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

2017-08-08 Thread Evangelos Foutras
Date: Tuesday, August 8, 2017 @ 17:16:53
  Author: foutrelis
Revision: 301781

upgpkg: flashplugin 26.0.0.151-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 15:53:56 UTC (rev 301780)
+++ PKGBUILD2017-08-08 17:16:53 UTC (rev 301781)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=(flashplugin pepper-flash)
-pkgver=26.0.0.137
+pkgver=26.0.0.151
 pkgrel=1
 pkgdesc="Adobe Flash Player"
 arch=('i686' 'x86_64')
@@ -17,10 +17,10 @@

flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
 noextract=(${source_i686[@]%::*}
${source_x86_64[@]%::*})
-sha256sums_i686=('bc703c55973fe79c32a9968450d46162d1db04663b099529c8fe0ec342baa6ba'
- 
'68a4b486e6e127df5bb006667086a0168d9bfa8c2583b9e4136e157cd7e12967')
-sha256sums_x86_64=('9af20d48fe0f05cead8f6de6c3464e5dfbb1e3d296be69044ee71eaa306b6635'
-   
'4fc8ce66561a39fdcffbcd72f6129ebc3fd1f9ab05324d898f6676bdf2c6cde8')
+sha256sums_i686=('179a751d1c3624f3a25ec4198a54e6a53023a11de0b24f71c86f5b12fafa2cb8'
+ 
'a1801dc2e46104b4cd8ce0e9cee1ff86d307de0044eee67685faddbcb0b847ea')
+sha256sums_x86_64=('147d90fa60b8c3831320998ca14c96278c4b6d0e9371617809fd1648b573dcfb'
+   
'd5a392869276b957e4b66eac205bb76fbf30bcb4ae246a7d23383f8525f6fb2f')
 
 prepare() {
   local _dir


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

2017-08-08 Thread Christian Rebischke
Date: Tuesday, August 8, 2017 @ 17:12:06
  Author: shibumi
Revision: 249596

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

Added:
  connman/repos/community-i686/PKGBUILD
(from rev 249595, connman/trunk/PKGBUILD)
  connman/repos/community-i686/allow_group_network.diff
(from rev 249595, connman/trunk/allow_group_network.diff)
  connman/repos/community-x86_64/PKGBUILD
(from rev 249595, connman/trunk/PKGBUILD)
  connman/repos/community-x86_64/allow_group_network.diff
(from rev 249595, connman/trunk/allow_group_network.diff)
Deleted:
  connman/repos/community-i686/PKGBUILD
  connman/repos/community-i686/allow_group_network.diff
  connman/repos/community-x86_64/PKGBUILD
  connman/repos/community-x86_64/allow_group_network.diff

---+
 /PKGBUILD |  110 
 /allow_group_network.diff |   24 ++
 community-i686/PKGBUILD   |   55 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   55 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-08 17:11:50 UTC (rev 249595)
+++ community-i686/PKGBUILD 2017-08-08 17:12:06 UTC (rev 249596)
@@ -1,55 +0,0 @@
-#$Id$
-# Maintainer : Christian Rebischke 
-# Contributor: Daniel Wallace 
-# Contributor: Lucas De Marchi 
-
-pkgname=connman
-pkgver=1.34
-pkgrel=1
-pkgdesc="Wireless LAN network manager"
-url="https://01.org/connman;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus' 'iptables' 'gnutls' 'glib2')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices'
-'pptpclient: for ppp support')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
-source=("${pkgname}-${pkgver}.tar.xz::https://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-
"${pkgname}-${pkgver}.tar.sign::https://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.sign;
-'allow_group_network.diff')
-sha512sums=('732669648936630ae5895cba8b69757ab594bc31ee8e4925b0e402d190939891fac61136f3f086ce708b8d576136f0947914c0cc07427c170cbf9b85a308'
-'SKIP'
-
'06dd5867d460f1c3cf6c359e650ca2ef24495493a99cd03dbd17f23e587e9066d9bc98758d85d5c690d1ae21fa77ad8da5e2fa83d0b52c95d7a535784c5c4964')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/allow_group_network.diff"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --bindir=/usr/bin \
-  --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-pptp \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client \
-  --enable-nmcompat
-  make
-}
-
-package() {
-  make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-  install -Dm755 "${srcdir}/${pkgname}-${pkgver}/client/${pkgname}ctl" 
"${pkgdir}/usr/bin/${pkgname}ctl"
-  find "${pkgdir}/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
-# See FS#48044
-  sed -i 's/ProtectSystem=full/ProtectSystem=true/' 
"${pkgdir}"/usr/lib/systemd/system/connman.service
-  rm -r "${pkgdir}"/usr/lib/tmpfiles.d
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 249595, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-08 17:12:06 UTC (rev 249596)
@@ -0,0 +1,55 @@
+#$Id$
+# Maintainer : Christian Rebischke 
+# Contributor: Daniel Wallace 
+# Contributor: Lucas De Marchi 
+
+pkgname=connman
+pkgver=1.34
+pkgrel=2
+pkgdesc="Wireless LAN network manager"
+url="https://01.org/connman;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus' 'iptables' 'gnutls' 'glib2')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices'
+'pptpclient: for ppp support')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
+source=("${pkgname}-${pkgver}.tar.xz::https://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+
"${pkgname}-${pkgver}.tar.sign::https://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.sign;
+'allow_group_network.diff')
+sha512sums=('732669648936630ae5895cba8b69757ab594bc31ee8e4925b0e402d190939891fac61136f3f086ce708b8d576136f0947914c0cc07427c170cbf9b85a308'
+

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

2017-08-08 Thread Christian Rebischke
Date: Tuesday, August 8, 2017 @ 17:11:50
  Author: shibumi
Revision: 249595

upgpkg: connman 1.34-2 rebuild for PIE

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 17:09:46 UTC (rev 249594)
+++ PKGBUILD2017-08-08 17:11:50 UTC (rev 249595)
@@ -5,7 +5,7 @@
 
 pkgname=connman
 pkgver=1.34
-pkgrel=1
+pkgrel=2
 pkgdesc="Wireless LAN network manager"
 url="https://01.org/connman;
 arch=('i686' 'x86_64')


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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 17:09:46
  Author: svenstaro
Revision: 249594

archrelease: copy trunk to community-staging-x86_64

Added:
  
cudnn6/repos/community-staging-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 249593, cudnn6/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn6/repos/community-staging-x86_64/PKGBUILD
(from rev 249593, cudnn6/trunk/PKGBUILD)
Deleted:
  
cudnn6/repos/community-staging-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn6/repos/community-staging-x86_64/PKGBUILD

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

Deleted: NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
===
(Binary files differ)

Copied: 
cudnn6/repos/community-staging-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
(from rev 249593, cudnn6/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-08 17:09:36 UTC (rev 249593)
+++ PKGBUILD2017-08-08 17:09:46 UTC (rev 249594)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn6
-pkgver=6.0.21
-pkgrel=1
-pkgdesc="NVIDIA CUDA Deep Neural Network library (version 6)"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuDNN;
-license=('proprietary')
-depends=('cuda')
-source=("http://developer.download.nvidia.com/compute/redist/cudnn/v6.0/cudnn-8.0-linux-x64-v6.0.tgz;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('ddeeacb5b449920d942a26b98c353d78fd6f7d7fb3b3ce42a078626473efdda25c7ae641232702d62eb5749e39ecfd03e88346119c920c19348ac3ee82d3ff47'
-
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
-
-package() {
-  mkdir -p "${pkgdir}/opt"
-  mkdir -p "${pkgdir}/etc"
-
-  cp -r cuda "${pkgdir}/opt"
-
-  install -d ${pkgdir}/etc/ld.so.conf.d
-  echo "/opt/cuda/lib64/" > ${pkgdir}/etc/ld.so.conf.d/cudnn.conf
-
-  install -Dm644 ${srcdir}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
-}
-
-# vim: ft=sh syn=sh et

Copied: cudnn6/repos/community-staging-x86_64/PKGBUILD (from rev 249593, 
cudnn6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-08 17:09:46 UTC (rev 249594)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn6
+pkgver=6.0.21
+pkgrel=2
+pkgdesc="NVIDIA CUDA Deep Neural Network library (version 6)"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('proprietary')
+depends=('cuda')
+source=("http://developer.download.nvidia.com/compute/redist/cudnn/v6.0/cudnn-8.0-linux-x64-v6.0.tgz;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('ddeeacb5b449920d942a26b98c353d78fd6f7d7fb3b3ce42a078626473efdda25c7ae641232702d62eb5749e39ecfd03e88346119c920c19348ac3ee82d3ff47'
+
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
+
+package() {
+  mkdir -p "${pkgdir}/opt"
+  mkdir -p "${pkgdir}/etc"
+
+  cp -r cuda "${pkgdir}/opt/cudnn6"
+
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo "/opt/cudnn6/lib64/" > ${pkgdir}/etc/ld.so.conf.d/cudnn6.conf
+
+  install -Dm644 ${srcdir}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
+}
+
+# vim: ft=sh syn=sh et


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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 17:09:36
  Author: svenstaro
Revision: 249593

upgpkg: cudnn6 6.0.21-2

Make sure that we can install cudnn and cudnn6 side by side

Modified:
  cudnn6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 17:07:46 UTC (rev 249592)
+++ PKGBUILD2017-08-08 17:09:36 UTC (rev 249593)
@@ -5,7 +5,7 @@
 
 pkgname=cudnn6
 pkgver=6.0.21
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA CUDA Deep Neural Network library (version 6)"
 arch=('x86_64')
 url="https://developer.nvidia.com/cuDNN;
@@ -20,10 +20,10 @@
   mkdir -p "${pkgdir}/opt"
   mkdir -p "${pkgdir}/etc"
 
-  cp -r cuda "${pkgdir}/opt"
+  cp -r cuda "${pkgdir}/opt/cudnn6"
 
   install -d ${pkgdir}/etc/ld.so.conf.d
-  echo "/opt/cuda/lib64/" > ${pkgdir}/etc/ld.so.conf.d/cudnn.conf
+  echo "/opt/cudnn6/lib64/" > ${pkgdir}/etc/ld.so.conf.d/cudnn6.conf
 
   install -Dm644 ${srcdir}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
 }


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

2017-08-08 Thread Christian Rebischke
Date: Tuesday, August 8, 2017 @ 17:07:46
  Author: shibumi
Revision: 249592

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-08 17:06:13 UTC (rev 249591)
+++ community-i686/PKGBUILD 2017-08-08 17:07:46 UTC (rev 249592)
@@ -1,30 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Ian D. Scott 
-# Contributor: Tony Crisci 
-pkgname=playerctl
-pkgver=0.5.0
-pkgrel=3
-pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
-arch=('i686' 'x86_64')
-url="https://github.com/acrisci/playerctl;
-license=('LGPL3')
-depends=('glib2')
-makedepends=('gobject-introspection' 'gtk-doc')
-source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz;)
-sha512sums=('307cad5eeea7efa0c97c885660f49468f442fe907ef2495b56ac512e0551c7248750897b6d00934cbfcfcb35f486a101a238b276ef71d2ef866132ca3cc0932c')
-
-prepare() {
-cd "${srcdir}/playerctl-${pkgver}"
-NOCONFIGURE=true ./autogen.sh
-}
-
-build() {
-cd "${srcdir}/playerctl-${pkgver}"
-./configure --prefix=/usr --enable-gtk-doc
-make -j1
-}
-
-package() {
-cd "${srcdir}/playerctl-${pkgver}"
-make DESTDIR="${pkgdir}/" install
-}

Copied: playerctl/repos/community-i686/PKGBUILD (from rev 249591, 
playerctl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-08 17:07:46 UTC (rev 249592)
@@ -0,0 +1,30 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Ian D. Scott 
+# Contributor: Tony Crisci 
+pkgname=playerctl
+pkgver=0.5.0
+pkgrel=4
+pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
+arch=('i686' 'x86_64')
+url="https://github.com/acrisci/playerctl;
+license=('LGPL3')
+depends=('glib2')
+makedepends=('gobject-introspection' 'gtk-doc')
+source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz;)
+sha512sums=('307cad5eeea7efa0c97c885660f49468f442fe907ef2495b56ac512e0551c7248750897b6d00934cbfcfcb35f486a101a238b276ef71d2ef866132ca3cc0932c')
+
+prepare() {
+cd "${srcdir}/playerctl-${pkgver}"
+NOCONFIGURE=true ./autogen.sh
+}
+
+build() {
+cd "${srcdir}/playerctl-${pkgver}"
+./configure --prefix=/usr --enable-gtk-doc
+make -j1
+}
+
+package() {
+cd "${srcdir}/playerctl-${pkgver}"
+make DESTDIR="${pkgdir}/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-08 17:06:13 UTC (rev 249591)
+++ community-x86_64/PKGBUILD   2017-08-08 17:07:46 UTC (rev 249592)
@@ -1,30 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Ian D. Scott 
-# Contributor: Tony Crisci 
-pkgname=playerctl
-pkgver=0.5.0
-pkgrel=4
-pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
-arch=('i686' 'x86_64')
-url="https://github.com/acrisci/playerctl;
-license=('LGPL3')
-depends=('glib2')
-makedepends=('gobject-introspection' 'gtk-doc')
-source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz;)
-sha512sums=('307cad5eeea7efa0c97c885660f49468f442fe907ef2495b56ac512e0551c7248750897b6d00934cbfcfcb35f486a101a238b276ef71d2ef866132ca3cc0932c')
-
-prepare() {
-cd "${srcdir}/playerctl-${pkgver}"
-NOCONFIGURE=true ./autogen.sh
-}
-
-build() {
-cd "${srcdir}/playerctl-${pkgver}"
-./configure --prefix=/usr --enable-gtk-doc
-make -j1
-}
-
-package() {
-cd "${srcdir}/playerctl-${pkgver}"
-make DESTDIR="${pkgdir}/" install
-}

Copied: playerctl/repos/community-x86_64/PKGBUILD (from rev 249591, 
playerctl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-08 17:07:46 UTC (rev 249592)
@@ -0,0 +1,30 @@
+# Maintainer : Christian Rebischke 
+# 

[arch-commits] Commit in playerctl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-08-08 Thread Christian Rebischke
Date: Tuesday, August 8, 2017 @ 17:06:13
  Author: shibumi
Revision: 249591

archrelease: copy trunk to community-x86_64

Added:
  playerctl/repos/community-x86_64/PKGBUILD
(from rev 249590, playerctl/trunk/PKGBUILD)
Deleted:
  playerctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-08 17:06:03 UTC (rev 249590)
+++ PKGBUILD2017-08-08 17:06:13 UTC (rev 249591)
@@ -1,30 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Ian D. Scott 
-# Contributor: Tony Crisci 
-pkgname=playerctl
-pkgver=0.5.0
-pkgrel=3
-pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
-arch=('i686' 'x86_64')
-url="https://github.com/acrisci/playerctl;
-license=('LGPL3')
-depends=('glib2')
-makedepends=('gobject-introspection' 'gtk-doc')
-source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz;)
-sha512sums=('307cad5eeea7efa0c97c885660f49468f442fe907ef2495b56ac512e0551c7248750897b6d00934cbfcfcb35f486a101a238b276ef71d2ef866132ca3cc0932c')
-
-prepare() {
-cd "${srcdir}/playerctl-${pkgver}"
-NOCONFIGURE=true ./autogen.sh
-}
-
-build() {
-cd "${srcdir}/playerctl-${pkgver}"
-./configure --prefix=/usr --enable-gtk-doc
-make -j1
-}
-
-package() {
-cd "${srcdir}/playerctl-${pkgver}"
-make DESTDIR="${pkgdir}/" install
-}

Copied: playerctl/repos/community-x86_64/PKGBUILD (from rev 249590, 
playerctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-08 17:06:13 UTC (rev 249591)
@@ -0,0 +1,30 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Ian D. Scott 
+# Contributor: Tony Crisci 
+pkgname=playerctl
+pkgver=0.5.0
+pkgrel=4
+pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
+arch=('i686' 'x86_64')
+url="https://github.com/acrisci/playerctl;
+license=('LGPL3')
+depends=('glib2')
+makedepends=('gobject-introspection' 'gtk-doc')
+source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz;)
+sha512sums=('307cad5eeea7efa0c97c885660f49468f442fe907ef2495b56ac512e0551c7248750897b6d00934cbfcfcb35f486a101a238b276ef71d2ef866132ca3cc0932c')
+
+prepare() {
+cd "${srcdir}/playerctl-${pkgver}"
+NOCONFIGURE=true ./autogen.sh
+}
+
+build() {
+cd "${srcdir}/playerctl-${pkgver}"
+./configure --prefix=/usr --enable-gtk-doc
+make -j1
+}
+
+package() {
+cd "${srcdir}/playerctl-${pkgver}"
+make DESTDIR="${pkgdir}/" install
+}


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

2017-08-08 Thread Christian Rebischke
Date: Tuesday, August 8, 2017 @ 17:06:03
  Author: shibumi
Revision: 249590

upgpkg: playerctl 0.5.0-4 rebuild for PIE

Modified:
  playerctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 17:03:27 UTC (rev 249589)
+++ PKGBUILD2017-08-08 17:06:03 UTC (rev 249590)
@@ -3,7 +3,7 @@
 # Contributor: Tony Crisci 
 pkgname=playerctl
 pkgver=0.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
 arch=('i686' 'x86_64')
 url="https://github.com/acrisci/playerctl;


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

2017-08-08 Thread Christian Rebischke
Date: Tuesday, August 8, 2017 @ 17:03:27
  Author: shibumi
Revision: 249589

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-08 17:03:13 UTC (rev 249588)
+++ community-i686/PKGBUILD 2017-08-08 17:03:27 UTC (rev 249589)
@@ -1,33 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Vlad M. 
-# Contributor: Patrice Peterson 
-# Contributor: Vivien Didelot 
-
-pkgname=i3blocks
-pkgver=1.4
-pkgrel=5
-pkgdesc='Define blocks for your i3bar status line'
-arch=('i686' 'x86_64')
-groups=('i3')
-url="https://github.com/vivien/i3blocks;
-license=('GPL3')
-optdepends=('acpi: For battery script'
-'bc: For bandwidth script'
-'lm_sensors: For temperature script'
-'openvpn: For openvpn script'
-'playerctl: For mediaplayer script'
-'alsa-utils: For volume script'
-'sysstat: For cpu_usage script')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vivien/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('c1f5abe90426e9f6284ef74001c9f50d08ce596b7bb8a284232116774375fa50168567785999266c8774fa39a1243c73f699a3e3be4440fbe16f33f0fde5cded')
-backup=('etc/i3blocks.conf')
-
-build () {
-  cd "${pkgname}-${pkgver}"
-  make VERSION="${pkgver}" PREFIX=/usr
-}
-
-package () {
-  cd "${pkgname}-${pkgver}"
-  make VERSION="${pkgver}" PREFIX=/usr LIBEXECDIR=/usr/lib DESTDIR="${pkgdir}" 
install
-}

Copied: i3blocks/repos/community-i686/PKGBUILD (from rev 249588, 
i3blocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-08 17:03:27 UTC (rev 249589)
@@ -0,0 +1,33 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Vlad M. 
+# Contributor: Patrice Peterson 
+# Contributor: Vivien Didelot 
+
+pkgname=i3blocks
+pkgver=1.4
+pkgrel=6
+pkgdesc='Define blocks for your i3bar status line'
+arch=('i686' 'x86_64')
+groups=('i3')
+url="https://github.com/vivien/i3blocks;
+license=('GPL3')
+optdepends=('acpi: For battery script'
+'bc: For bandwidth script'
+'lm_sensors: For temperature script'
+'openvpn: For openvpn script'
+'playerctl: For mediaplayer script'
+'alsa-utils: For volume script'
+'sysstat: For cpu_usage script')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vivien/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c1f5abe90426e9f6284ef74001c9f50d08ce596b7bb8a284232116774375fa50168567785999266c8774fa39a1243c73f699a3e3be4440fbe16f33f0fde5cded')
+backup=('etc/i3blocks.conf')
+
+build () {
+  cd "${pkgname}-${pkgver}"
+  make VERSION="${pkgver}" PREFIX=/usr
+}
+
+package () {
+  cd "${pkgname}-${pkgver}"
+  make VERSION="${pkgver}" PREFIX=/usr LIBEXECDIR=/usr/lib DESTDIR="${pkgdir}" 
install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-08 17:03:13 UTC (rev 249588)
+++ community-x86_64/PKGBUILD   2017-08-08 17:03:27 UTC (rev 249589)
@@ -1,33 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Vlad M. 
-# Contributor: Patrice Peterson 
-# Contributor: Vivien Didelot 
-
-pkgname=i3blocks
-pkgver=1.4
-pkgrel=5
-pkgdesc='Define blocks for your i3bar status line'
-arch=('i686' 'x86_64')
-groups=('i3')
-url="https://github.com/vivien/i3blocks;
-license=('GPL3')
-optdepends=('acpi: For battery script'
-'bc: For bandwidth script'
-'lm_sensors: For temperature script'
-'openvpn: For openvpn script'
-'playerctl: For mediaplayer script'
-'alsa-utils: For volume script'
-'sysstat: For cpu_usage script')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vivien/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('c1f5abe90426e9f6284ef74001c9f50d08ce596b7bb8a284232116774375fa50168567785999266c8774fa39a1243c73f699a3e3be4440fbe16f33f0fde5cded')

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

2017-08-08 Thread Christian Rebischke
Date: Tuesday, August 8, 2017 @ 17:03:13
  Author: shibumi
Revision: 249588

upgpkg: i3blocks 1.4-6 rebuild for security features such like PIE

Modified:
  i3blocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 16:25:30 UTC (rev 249587)
+++ PKGBUILD2017-08-08 17:03:13 UTC (rev 249588)
@@ -5,7 +5,7 @@
 
 pkgname=i3blocks
 pkgver=1.4
-pkgrel=5
+pkgrel=6
 pkgdesc='Define blocks for your i3bar status line'
 arch=('i686' 'x86_64')
 groups=('i3')


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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 16:25:30
  Author: svenstaro
Revision: 249587

archrelease: copy trunk to community-staging-x86_64

Added:
  cudnn6/repos/community-staging-x86_64/
  
cudnn6/repos/community-staging-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 249586, cudnn6/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn6/repos/community-staging-x86_64/PKGBUILD
(from rev 249586, cudnn6/trunk/PKGBUILD)

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

Copied: 
cudnn6/repos/community-staging-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
(from rev 249586, cudnn6/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Copied: cudnn6/repos/community-staging-x86_64/PKGBUILD (from rev 249586, 
cudnn6/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-08 16:25:30 UTC (rev 249587)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn6
+pkgver=6.0.21
+pkgrel=1
+pkgdesc="NVIDIA CUDA Deep Neural Network library (version 6)"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('proprietary')
+depends=('cuda')
+source=("http://developer.download.nvidia.com/compute/redist/cudnn/v6.0/cudnn-8.0-linux-x64-v6.0.tgz;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('ddeeacb5b449920d942a26b98c353d78fd6f7d7fb3b3ce42a078626473efdda25c7ae641232702d62eb5749e39ecfd03e88346119c920c19348ac3ee82d3ff47'
+
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
+
+package() {
+  mkdir -p "${pkgdir}/opt"
+  mkdir -p "${pkgdir}/etc"
+
+  cp -r cuda "${pkgdir}/opt"
+
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo "/opt/cuda/lib64/" > ${pkgdir}/etc/ld.so.conf.d/cudnn.conf
+
+  install -Dm644 ${srcdir}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
+}
+
+# vim: ft=sh syn=sh et


[arch-commits] Commit in cudnn6/trunk (NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 16:25:20
  Author: svenstaro
Revision: 249586

upgpkg: cudnn6 6.0.21-1

Push cudnn6

Added:
  cudnn6/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf

---+
 NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf |1 +
 1 file changed, 1 insertion(+)

Added: NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
===
(Binary files differ)

Index: cudnn6/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
===
--- NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf   2017-08-08 16:25:08 UTC (rev 
249585)
+++ NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf   2017-08-08 16:25:20 UTC (rev 
249586)

Property changes on: cudnn6/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property


[arch-commits] Commit in kea/trunk (PKGBUILD add-missing-header.patch)

2017-08-08 Thread Baptiste Jonglez
Date: Tuesday, August 8, 2017 @ 16:25:08
  Author: zorun
Revision: 249585

kea: Fix missing header when installing

Added:
  kea/trunk/add-missing-header.patch
Modified:
  kea/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 add-missing-header.patch |   18 ++
 2 files changed, 23 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 16:24:50 UTC (rev 249584)
+++ PKGBUILD2017-08-08 16:25:08 UTC (rev 249585)
@@ -2,7 +2,7 @@
 # Contributor: nfnty
 pkgname='kea'
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
 arch=('i686' 'x86_64')
 url='http://kea.isc.org'
@@ -20,6 +20,7 @@
 backup=('etc/kea/kea.conf' 'etc/kea/kea-ca.conf' 'etc/kea/keactrl.conf')
 source=(https://ftp.isc.org/isc/kea/${pkgver}/kea-${pkgver}.tar.gz{,.asc}
 fix-scripts-include-path.patch
+add-missing-header.patch
 LICENSE
 tmpfiles-kea.conf
 kea-dhcp4.service
@@ -27,6 +28,7 @@
 
sha512sums=('d90571027edbce9eeb75d9ac889865dc24c2fd3ab17e44e23337ff623ca098ffd02560f01273da3c28f13734d95d5950110bc116bed527a295a9dc70addcc240'
 'SKIP'
 
'81874fd3a12f55ea23593b7248c7653450c3a6e5ba8e79c7c5fb40ab685b0dc5d4e29e50f1bd9018200731dba35f15e5d86c8005c94d14865d73e19983e5'
+
'79e2ad71d1742450f7b488326fdec8a62141622c8c927b1ed9db168052856ce848f80af70415cf03ce666441fab59eefbf3359ed47c6f326a19ace7db4b5328e'
 
'32a402845f82f89a8357208be666b58672d70cf30fc264f3093b89b4201bf73b57877a080ed123c9beb8e50cd5396092a6286c33e511b595efb1b43e196e3be1'
 
'13a473bea4f8a1ba40f5667b880010590c5fddecaa76c360113e977c9ab3898558141cda17000def7b1c592b7dc6f8d5a508752351c601f6484abd775b60d214'
 
'24fdd95fc25bcd6aaf21cec598f3d09715418705aadbb2403792b62f4d8789b1897aa65f5e68184612d0a2c1c6be4123491db2fc3b1d602f6e7c5cd6c2d278eb'
@@ -39,6 +41,8 @@
   # Also, it fallbacks to the absolute path inside the chrooted build dir,
   # which will certainly not exist on the target system...
   patch -p1 < "${srcdir}"/fix-scripts-include-path.patch
+  # Backported from the git repo, without this header hooks may fail to build.
+  patch -p1 < "${srcdir}"/add-missing-header.patch
 }
 
 build() {

Added: add-missing-header.patch
===
--- add-missing-header.patch(rev 0)
+++ add-missing-header.patch2017-08-08 16:25:08 UTC (rev 249585)
@@ -0,0 +1,18 @@
+commit b63da2b6ab2a623539eb1bc8ed3850cb88ef6f26
+Author: Walt Steverson 
+Date:   Fri Jun 9 11:12:42 2017 -0500
+
+Add missing header file option6_pdexclude.h
+
+diff --git a/src/lib/dhcp/Makefile.am b/src/lib/dhcp/Makefile.am
+index 461429ba8..12c3ebf84 100644
+--- a/src/lib/dhcp/Makefile.am
 b/src/lib/dhcp/Makefile.am
+@@ -99,6 +99,7 @@ libkea_dhcp___include_HEADERS = \
+ option6_ia.h \
+ option6_iaaddr.h \
+ option6_iaprefix.h \
++option6_pdexclude.h \
+ option6_status_code.h \
+ option.h \
+ option_custom.h \


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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 16:24:50
  Author: svenstaro
Revision: 249584

Add cudnn6 for tensorflow

Added:
  cudnn6/
  cudnn6/repos/
  cudnn6/trunk/
  cudnn6/trunk/PKGBUILD

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

Added: cudnn6/trunk/PKGBUILD
===
--- cudnn6/trunk/PKGBUILD   (rev 0)
+++ cudnn6/trunk/PKGBUILD   2017-08-08 16:24:50 UTC (rev 249584)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn6
+pkgver=6.0.21
+pkgrel=1
+pkgdesc="NVIDIA CUDA Deep Neural Network library (version 6)"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('proprietary')
+depends=('cuda')
+source=("http://developer.download.nvidia.com/compute/redist/cudnn/v6.0/cudnn-8.0-linux-x64-v6.0.tgz;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('ddeeacb5b449920d942a26b98c353d78fd6f7d7fb3b3ce42a078626473efdda25c7ae641232702d62eb5749e39ecfd03e88346119c920c19348ac3ee82d3ff47'
+
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
+
+package() {
+  mkdir -p "${pkgdir}/opt"
+  mkdir -p "${pkgdir}/etc"
+
+  cp -r cuda "${pkgdir}/opt"
+
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo "/opt/cuda/lib64/" > ${pkgdir}/etc/ld.so.conf.d/cudnn.conf
+
+  install -Dm644 ${srcdir}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
+}
+
+# vim: ft=sh syn=sh et


[arch-commits] Commit in aarch64-linux-gnu-glibc/repos/community-any (2 files)

2017-08-08 Thread Anatol Pomozov
Date: Tuesday, August 8, 2017 @ 16:09:50
  Author: anatolik
Revision: 249583

archrelease: copy trunk to community-any

Added:
  aarch64-linux-gnu-glibc/repos/community-any/PKGBUILD
(from rev 249582, aarch64-linux-gnu-glibc/trunk/PKGBUILD)
Deleted:
  aarch64-linux-gnu-glibc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-08 16:09:19 UTC (rev 249582)
+++ PKGBUILD2017-08-08 16:09:50 UTC (rev 249583)
@@ -1,70 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-_target=aarch64-linux-gnu
-pkgname=$_target-glibc
-pkgver=2.25
-pkgrel=1
-_commit=be176490b818b65b5162c332eb6b581690b16e5c
-pkgdesc="GNU C Library ARM64 target"
-arch=(any)
-url='http://www.gnu.org/software/libc/'
-license=('GPL' 'LGPL')
-depends=($_target-gcc $_target-linux-api-headers)
-makedepends=(git)
-options=(!buildflags !strip staticlibs)
-source=(git://sourceware.org/git/glibc.git#commit=$_commit)
-sha1sums=('SKIP')
-
-prepare() {
-  mkdir -p glibc-build
-}
-
-build() {
-  cd glibc-build
-
-  echo "slibdir=/lib" >> configparms
-  echo "rtlddir=/lib" >> configparms
-  echo "sbindir=/bin" >> configparms
-  echo "rootsbindir=/bin" >> configparms
-
-  # remove hardening options for building libraries
-  export CFLAGS="-U_FORTIFY_SOURCE -mlittle-endian -O2"
-  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
-  unset LD_LIBRARY_PATH
-
-  export BUILD_CC=gcc
-  export CC=${_target}-gcc
-  export CXX=${_target}-g++
-  export AR=${_target}-ar
-  export RANLIB=${_target}-ranlib
-
-  ../glibc/configure \
-  --prefix=/usr \
-  --target=$_target \
-  --host=$_target \
-  --build=$CHOST \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib \
-  --with-headers=/usr/$_target/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 \
-  --disable-werror
-
-  echo "build-programs=no" >> configparms
-  make
-}
-
-package() {
-  cd glibc-build
-
-  make install_root=$pkgdir/usr/$_target install
-
-  rm -rf $pkgdir/usr/$_target/{bin,sbin,etc,share,var}
-}

Copied: aarch64-linux-gnu-glibc/repos/community-any/PKGBUILD (from rev 249582, 
aarch64-linux-gnu-glibc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-08 16:09:50 UTC (rev 249583)
@@ -0,0 +1,71 @@
+# Maintainer: Anatol Pomozov
+
+_target=aarch64-linux-gnu
+pkgname=$_target-glibc
+pkgver=2.26
+pkgrel=1
+_commit=be176490b818b65b5162c332eb6b581690b16e5c
+pkgdesc="GNU C Library ARM64 target"
+arch=(any)
+url='http://www.gnu.org/software/libc/'
+license=('GPL' 'LGPL')
+depends=($_target-gcc $_target-linux-api-headers)
+options=(!buildflags !strip staticlibs)
+source=(http://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
+sha1sums=('7cf7d521f5ebece5dd27cfb3ca5e5f6b84da4bfd'
+  'SKIP')
+validpgpkeys=(BC7C7372637EC10C57D7AA6579C43DFBF1CF2187)
+
+prepare() {
+  mkdir -p glibc-build
+}
+
+build() {
+  cd glibc-build
+
+  echo "slibdir=/lib" >> configparms
+  echo "rtlddir=/lib" >> configparms
+  echo "sbindir=/bin" >> configparms
+  echo "rootsbindir=/bin" >> configparms
+
+  # remove hardening options for building libraries
+  export CFLAGS="-U_FORTIFY_SOURCE -mlittle-endian -O2"
+  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
+  unset LD_LIBRARY_PATH
+
+  export BUILD_CC=gcc
+  export CC=${_target}-gcc
+  export CXX=${_target}-g++
+  export AR=${_target}-ar
+  export RANLIB=${_target}-ranlib
+
+  ../glibc-$pkgver/configure \
+  --prefix=/usr \
+  --target=$_target \
+  --host=$_target \
+  --build=$CHOST \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --with-headers=/usr/$_target/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 \
+  --disable-werror
+
+  echo "build-programs=no" >> configparms
+  make
+}
+
+package() {
+  cd glibc-build
+
+  make install_root=$pkgdir/usr/$_target install
+
+  rm -rf $pkgdir/usr/$_target/{bin,sbin,etc,share,var}
+}


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

2017-08-08 Thread Anatol Pomozov
Date: Tuesday, August 8, 2017 @ 16:09:19
  Author: anatolik
Revision: 249582

upgpkg: aarch64-linux-gnu-glibc 2.26-1

Modified:
  aarch64-linux-gnu-glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 15:46:56 UTC (rev 249581)
+++ PKGBUILD2017-08-08 16:09:19 UTC (rev 249582)
@@ -2,7 +2,7 @@
 
 _target=aarch64-linux-gnu
 pkgname=$_target-glibc
-pkgver=2.25
+pkgver=2.26
 pkgrel=1
 _commit=be176490b818b65b5162c332eb6b581690b16e5c
 pkgdesc="GNU C Library ARM64 target"
@@ -10,10 +10,11 @@
 url='http://www.gnu.org/software/libc/'
 license=('GPL' 'LGPL')
 depends=($_target-gcc $_target-linux-api-headers)
-makedepends=(git)
 options=(!buildflags !strip staticlibs)
-source=(git://sourceware.org/git/glibc.git#commit=$_commit)
-sha1sums=('SKIP')
+source=(http://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
+sha1sums=('7cf7d521f5ebece5dd27cfb3ca5e5f6b84da4bfd'
+  'SKIP')
+validpgpkeys=(BC7C7372637EC10C57D7AA6579C43DFBF1CF2187)
 
 prepare() {
   mkdir -p glibc-build
@@ -38,7 +39,7 @@
   export AR=${_target}-ar
   export RANLIB=${_target}-ranlib
 
-  ../glibc/configure \
+  ../glibc-$pkgver/configure \
   --prefix=/usr \
   --target=$_target \
   --host=$_target \


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

2017-08-08 Thread Jaroslav Lichtblau
Date: Tuesday, August 8, 2017 @ 15:46:56
  Author: jlichtblau
Revision: 249581

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

Added:
  syncthing/repos/community-testing-i686/
  syncthing/repos/community-testing-i686/PKGBUILD
(from rev 249580, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-testing-i686/syncthing-relaysrv.service
(from rev 249580, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-testing-i686/syncthing-relaysrv.sysusers
(from rev 249580, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-testing-i686/syncthing-relaysrv.tmpfiles
(from rev 249580, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-testing-i686/syncthing.install
(from rev 249580, syncthing/trunk/syncthing.install)
  syncthing/repos/community-testing-x86_64/
  syncthing/repos/community-testing-x86_64/PKGBUILD
(from rev 249580, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.service
(from rev 249580, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.sysusers
(from rev 249580, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.tmpfiles
(from rev 249580, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-testing-x86_64/syncthing.install
(from rev 249580, syncthing/trunk/syncthing.install)

--+
 community-testing-i686/PKGBUILD  |   94 +
 community-testing-i686/syncthing-relaysrv.service|   17 +++
 community-testing-i686/syncthing-relaysrv.sysusers   |2 
 community-testing-i686/syncthing-relaysrv.tmpfiles   |1 
 community-testing-i686/syncthing.install |9 +
 community-testing-x86_64/PKGBUILD|   94 +
 community-testing-x86_64/syncthing-relaysrv.service  |   17 +++
 community-testing-x86_64/syncthing-relaysrv.sysusers |2 
 community-testing-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-testing-x86_64/syncthing.install   |9 +
 10 files changed, 246 insertions(+)

Copied: syncthing/repos/community-testing-i686/PKGBUILD (from rev 249580, 
syncthing/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-08 15:46:56 UTC (rev 249581)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=('syncthing' 'syncthing-relaysrv')
+pkgver=0.14.35
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://syncthing.net/;
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go' 'inetutils')
+options=('!strip')
+source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
+syncthing-relaysrv.sysusers
+syncthing-relaysrv.tmpfiles
+syncthing-relaysrv.service)
+validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
+sha256sums=('31f1382476fd3a62689d5373a37d99ea5ffd3fbbc25b4acf9c23e0b1a61eb7d9'
+'SKIP'
+'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
+'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
+'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
+
+prepare() {
+  install -d "src/github.com/syncthing"
+  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
+}
+
+build() {
+  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  go run build.go -no-upgrade -version v${pkgver} build
+  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
+}
+
+check() {
+  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  if [ "${CARCH}" == "x86_64" ] ; then
+go run build.go -no-upgrade test
+  fi
+}
+
+package_syncthing() {
+  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+  install=$pkgname.install
+
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" \
+"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
+  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" \
+"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
+  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" \
+

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

2017-08-08 Thread Jaroslav Lichtblau
Date: Tuesday, August 8, 2017 @ 15:46:36
  Author: jlichtblau
Revision: 249580

upgpkg: syncthing 0.14.35-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 14:34:47 UTC (rev 249579)
+++ PKGBUILD2017-08-08 15:46:36 UTC (rev 249580)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.33
+pkgver=0.14.35
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/;
@@ -15,14 +15,12 @@
 makedepends=('git' 'go' 'inetutils')
 options=('!strip')
 
source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-
https://github.com/syncthing/syncthing/commit/414c58174b76adf22c783d04ace5e5caa326de2e.diff
 #https://github.com/syncthing/syncthing/issues/4272
 syncthing-relaysrv.sysusers
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('d5157130255685302d38d9ecdf22fd4202008ff53430caa2c07455e742d57f5b'
+sha256sums=('31f1382476fd3a62689d5373a37d99ea5ffd3fbbc25b4acf9c23e0b1a61eb7d9'
 'SKIP'
-'420543a38c3598626ee91afce7844189a4510688a6e410a1ca34055723a6f779'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
 '7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
@@ -30,9 +28,6 @@
 prepare() {
   install -d "src/github.com/syncthing"
   mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  patch -Np1 -i "${srcdir}"/414c58174b76adf22c783d04ace5e5caa326de2e.diff
 }
 
 build() {


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

2017-08-08 Thread Andreas Radke
Date: Tuesday, August 8, 2017 @ 15:20:15
  Author: andyrtr
Revision: 301779

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

Added:
  mesa/repos/extra-i686/0001-Fix-linkage-against-shared-glapi.patch
(from rev 301778, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/extra-i686/0002-glvnd-fix-gl-dot-pc.patch
(from rev 301778, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/extra-i686/LICENSE
(from rev 301778, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 301778, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/0001-Fix-linkage-against-shared-glapi.patch
(from rev 301778, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/extra-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 301778, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 301778, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 301778, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/0001-Fix-linkage-against-shared-glapi.patch
  mesa/repos/extra-i686/0002-glvnd-fix-gl-dot-pc.patch
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/0001-Fix-linkage-against-shared-glapi.patch
  mesa/repos/extra-x86_64/0002-glvnd-fix-gl-dot-pc.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

--+
 /0001-Fix-linkage-against-shared-glapi.patch |   52 +
 /0002-glvnd-fix-gl-dot-pc.patch  |   24 
 /LICENSE |  164 +
 /PKGBUILD|  388 +
 extra-i686/0001-Fix-linkage-against-shared-glapi.patch   |   26 
 extra-i686/0002-glvnd-fix-gl-dot-pc.patch|   12 
 extra-i686/LICENSE   |   82 --
 extra-i686/PKGBUILD  |  194 --
 extra-x86_64/0001-Fix-linkage-against-shared-glapi.patch |   26 
 extra-x86_64/0002-glvnd-fix-gl-dot-pc.patch  |   12 
 extra-x86_64/LICENSE |   82 --
 extra-x86_64/PKGBUILD|  194 --
 12 files changed, 628 insertions(+), 628 deletions(-)

Deleted: extra-i686/0001-Fix-linkage-against-shared-glapi.patch
===
--- extra-i686/0001-Fix-linkage-against-shared-glapi.patch  2017-08-08 
15:19:53 UTC (rev 301778)
+++ extra-i686/0001-Fix-linkage-against-shared-glapi.patch  2017-08-08 
15:20:15 UTC (rev 301779)
@@ -1,26 +0,0 @@
-From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Wed, 12 Oct 2016 13:41:33 -0400
-Subject: [PATCH] Fix linkage against shared glapi
-
-Signed-off-by: Adam Jackson 

- src/gallium/targets/osmesa/Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
-index 5d39486..04add87 100644
 a/src/gallium/targets/osmesa/Makefile.am
-+++ b/src/gallium/targets/osmesa/Makefile.am
-@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
-   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
-   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
-   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
--  $(top_builddir)/src/mapi/glapi/libglapi.la \
-+  $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
-   $(SHARED_GLAPI_LIB) \
-   $(OSMESA_LIB_DEPS) \
-   $(CLOCK_LIB)
--- 
-2.9.3
-

Copied: mesa/repos/extra-i686/0001-Fix-linkage-against-shared-glapi.patch (from 
rev 301778, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
===
--- extra-i686/0001-Fix-linkage-against-shared-glapi.patch  
(rev 0)
+++ extra-i686/0001-Fix-linkage-against-shared-glapi.patch  2017-08-08 
15:20:15 UTC (rev 301779)
@@ -0,0 +1,26 @@
+From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 12 Oct 2016 13:41:33 -0400
+Subject: [PATCH] Fix linkage against shared glapi
+
+Signed-off-by: Adam Jackson 
+---
+ src/gallium/targets/osmesa/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
+index 5d39486..04add87 100644
+--- a/src/gallium/targets/osmesa/Makefile.am
 b/src/gallium/targets/osmesa/Makefile.am
+@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
+   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
+   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
+   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
+-  

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

2017-08-08 Thread Andreas Radke
Date: Tuesday, August 8, 2017 @ 15:19:53
  Author: andyrtr
Revision: 301778

upgpkg: mesa 17.1.6-1

upstream update 17.1.6

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 15:01:21 UTC (rev 301777)
+++ PKGBUILD2017-08-08 15:19:53 UTC (rev 301778)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
-pkgver=17.1.5
+pkgver=17.1.6
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -16,7 +16,7 @@
 LICENSE
 0001-Fix-linkage-against-shared-glapi.patch
 0002-glvnd-fix-gl-dot-pc.patch)
-sha256sums=('378516b171712687aace4c7ea8b37c85895231d7a6d61e1e27362cf6034fded9'
+sha256sums=('0686deadde1f126b20aa67e47e8c50502043eee4ecdf60d5009ffda3cebfee50'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 'c68d1522f9bce4ce31c92aa7a688da49f13043f5bb2254795b76dea8f47130b7'


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

2017-08-08 Thread Pierre Schmitz
Date: Tuesday, August 8, 2017 @ 15:01:21
  Author: pierre
Revision: 301777

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

Added:
  zsh/repos/testing-i686/
  zsh/repos/testing-i686/PKGBUILD
(from rev 301776, zsh/trunk/PKGBUILD)
  zsh/repos/testing-i686/zprofile
(from rev 301776, zsh/trunk/zprofile)
  zsh/repos/testing-i686/zsh.install
(from rev 301776, zsh/trunk/zsh.install)
  zsh/repos/testing-x86_64/
  zsh/repos/testing-x86_64/PKGBUILD
(from rev 301776, zsh/trunk/PKGBUILD)
  zsh/repos/testing-x86_64/zprofile
(from rev 301776, zsh/trunk/zprofile)
  zsh/repos/testing-x86_64/zsh.install
(from rev 301776, zsh/trunk/zsh.install)

+
 testing-i686/PKGBUILD  |   87 +++
 testing-i686/zprofile  |1 
 testing-i686/zsh.install   |   12 +
 testing-x86_64/PKGBUILD|   87 +++
 testing-x86_64/zprofile|1 
 testing-x86_64/zsh.install |   12 +
 6 files changed, 200 insertions(+)

Copied: zsh/repos/testing-i686/PKGBUILD (from rev 301776, zsh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-08 15:01:21 UTC (rev 301777)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgbase=zsh
+pkgname=('zsh' 'zsh-doc')
+pkgver=5.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.zsh.org/'
+license=('custom')
+makedepends=('pcre' 'libcap' 'gdbm')
+source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
+'zprofile')
+md5sums=('5051c31f20173d88ce307f514f23a409'
+ 'SKIP'
+ '43bc3e821d9d486587bc8507640a0475'
+ 'SKIP'
+ '24a9335edf77252a7b5f52e079f7aef7')
+validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')
+
+prepare() {
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+
+   # Set correct keymap path
+   sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
+
+   # Fix usb.ids path
+   sed -i 's#/usr/share/misc/usb.ids#/usr/share/hwdata/usb.ids#g' 
Completion/Linux/Command/_lsusb
+
+   # Remove unneeded and conflicting completion scripts
+   for _fpath in AIX BSD Cygwin Darwin Debian Mandriva openSUSE Redhat 
Solaris; do
+   rm -rf Completion/$_fpath
+   sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
+   done
+   rm Completion/Linux/Command/_{pkgtool,rpmbuild}
+}
+
+build() {
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+
+   ./configure --prefix=/usr \
+   --docdir=/usr/share/doc/zsh \
+   --htmldir=/usr/share/doc/zsh/html \
+   --enable-etcdir=/etc/zsh \
+   --enable-zshenv=/etc/zsh/zshenv \
+   --enable-zlogin=/etc/zsh/zlogin \
+   --enable-zlogout=/etc/zsh/zlogout \
+   --enable-zprofile=/etc/zsh/zprofile \
+   --enable-zshrc=/etc/zsh/zshrc \
+   --enable-maildir-support \
+   --with-term-lib='ncursesw' \
+   --enable-multibyte \
+   --enable-function-subdirs \
+   --enable-fndir=/usr/share/zsh/functions \
+   --enable-scriptdir=/usr/share/zsh/scripts \
+   --with-tcsetpgrp \
+   --enable-pcre \
+   --enable-cap \
+   --enable-zsh-secure-free
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+   HOME="${srcdir}" make check
+}
+
+package_zsh() {
+   pkgdesc='A very advanced and programmable command interpreter (shell) 
for UNIX'
+   depends=('pcre' 'libcap' 'gdbm')
+   backup=('etc/zsh/zprofile')
+   install=zsh.install
+
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+   make DESTDIR="${pkgdir}/" install
+   install -D -m644 "${srcdir}/zprofile" "${pkgdir}/etc/zsh/zprofile"
+   install -D -m644 LICENCE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_zsh-doc() {
+   pkgdesc='Info, HTML and PDF format of the ZSH documentation'
+
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+   make DESTDIR="${pkgdir}/" install.info install.html
+   install -D -m644 Doc/zsh.pdf "${pkgdir}/usr/share/doc/zsh/zsh.pdf"
+   install -D -m644 LICENCE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: zsh/repos/testing-i686/zprofile (from rev 301776, zsh/trunk/zprofile)
===
--- testing-i686/zprofile   (rev 0)
+++ testing-i686/zprofile   2017-08-08 15:01:21 UTC (rev 301777)
@@ -0,0 +1 @@
+emulate sh -c 'source /etc/profile'

Copied: zsh/repos/testing-i686/zsh.install (from rev 301776, 
zsh/trunk/zsh.install)
===
--- testing-i686/zsh.install(rev 0)
+++ 

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

2017-08-08 Thread Pierre Schmitz
Date: Tuesday, August 8, 2017 @ 15:01:06
  Author: pierre
Revision: 301776

upgpkg: zsh 5.4-1

Modified:
  zsh/trunk/PKGBUILD
Deleted:
  zsh/trunk/40285.patch

-+
 40285.patch |   66 --
 PKGBUILD|   15 +
 2 files changed, 6 insertions(+), 75 deletions(-)

Deleted: 40285.patch
===
--- 40285.patch 2017-08-08 14:21:03 UTC (rev 301775)
+++ 40285.patch 2017-08-08 15:01:06 UTC (rev 301776)
@@ -1,66 +0,0 @@
-From 48cadf48ff9c61ce09e826ad9a58e250e999a262 Mon Sep 17 00:00:00 2001
-From: Peter Stephenson 
-Date: Fri, 6 Jan 2017 17:42:13 +
-Subject: [PATCH] 40285: Be more careful with pattern allocation in history
- isearch.
-
-If there are ZLE hooks to be called, they may use patterns, in
-which case it's not safe to allocate the isearch pattern in the
-static buffer.

- Src/Zle/zle_hist.c | 11 +++
- 1 file changed, 7 insertions(+), 4 deletions(-)
-
-diff --git a/Src/Zle/zle_hist.c b/Src/Zle/zle_hist.c
-index abd6e17..434735d 100644
 a/Src/Zle/zle_hist.c
-+++ b/Src/Zle/zle_hist.c
-@@ -1220,13 +1220,12 @@ doisearch(char **args, int dir, int pattern)
-   char *patbuf = ztrdup(sbuf);
-   char *patstring;
-   /*
--   * Use static pattern buffer since we don't need
--   * to maintain it and won't call other pattern functions
--   * meanwhile.
-+   * Do not use static pattern buffer (PAT_STATIC) since we call 
zle hooks,
-+   * which might call other pattern functions. Use PAT_ZDUP 
instead.
-* Use PAT_NOANCH because we don't need the match
-* anchored to the end, even if it is at the start.
-*/
--  int patflags = PAT_STATIC|PAT_NOANCH;
-+  int patflags = PAT_ZDUP|PAT_NOANCH;
-   if (sbuf[0] == '^') {
-   /*
-* We'll handle the anchor later when
-@@ -1521,6 +1520,7 @@ doisearch(char **args, int dir, int pattern)
-   if (only_one || !top_spot || old_sbptr != sbptr)
-   break;
-   }
-+  freepatprog(patprog);
-   patprog = NULL;
-   nosearch = 1;
-   skip_pos = 0;
-@@ -1632,6 +1632,7 @@ doisearch(char **args, int dir, int pattern)
-   }
-   strcpy(sbuf + sbptr, paste);
-   sbptr += pastelen;
-+  freepatprog(patprog);
-   patprog = NULL;
-   free(paste);
-   } else if (cmd == Th(z_acceptsearch)) {
-@@ -1682,6 +1683,7 @@ doisearch(char **args, int dir, int pattern)
-* always valid at this point.
-*/
-   sbptr += zlecharasstring(LASTFULLCHAR, sbuf + sbptr);
-+  freepatprog(patprog);
-   patprog = NULL;
-   }
-   if (feep)
-@@ -1702,6 +1704,7 @@ doisearch(char **args, int dir, int pattern)
- zsfree(okeymap);
- if (matchlist)
-   freematchlist(matchlist);
-+freepatprog(patprog);
- isearch_active = 0;
- /*
-  * Don't allow unused characters provided as a string to the

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 14:21:03 UTC (rev 301775)
+++ PKGBUILD2017-08-08 15:01:06 UTC (rev 301776)
@@ -3,26 +3,23 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.3.1
-pkgrel=2
+pkgver=5.4
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
 makedepends=('pcre' 'libcap' 'gdbm')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
-'zprofile'
-   '40285.patch')
-md5sums=('67d3e5ed99de68340c16aef613b0ecf7'
+'zprofile')
+md5sums=('5051c31f20173d88ce307f514f23a409'
  'SKIP'
- '6b908409528e77e00a26b7283f1f425d'
+ '43bc3e821d9d486587bc8507640a0475'
  'SKIP'
- '24a9335edf77252a7b5f52e079f7aef7'
- 'fed5d393aa5b6ea51e873fa0605796ac')
+ '24a9335edf77252a7b5f52e079f7aef7')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')
 
 prepare() {
cd "${srcdir}/${pkgbase}-${pkgver}"
-   patch -p1 -i "${srcdir}/40285.patch"
 
# Set correct keymap path
sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys


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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 14:34:47
  Author: svenstaro
Revision: 249579

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

Added:
  texstudio/repos/community-i686/PKGBUILD
(from rev 249578, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-i686/fs54269.patch
(from rev 249578, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 249578, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 249578, texstudio/trunk/fs54269.patch)
Deleted:
  texstudio/repos/community-i686/PKGBUILD
  texstudio/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |   82 +++
 community-i686/PKGBUILD|   34 
 community-i686/fs54269.patch   |   11 +
 community-x86_64/PKGBUILD  |   34 
 community-x86_64/fs54269.patch |   11 +
 5 files changed, 104 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-08 14:34:36 UTC (rev 249578)
+++ community-i686/PKGBUILD 2017-08-08 14:34:47 UTC (rev 249579)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.6
-pkgrel=1
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('i686' 'x86_64')
-url="http://texstudio.sourceforge.net/;
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme')
-makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
-optdepends=('evince: pdf reader'
-'okular: alternate pdf reader')
-replaces=('texmakerx')
-source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver};)
-sha512sums=('SKIP')
-
-build() {
-cd hg
-qmake-qt5 CONFIG-="debug" texstudio.pro
-make
-}
-
-package() {
-cd hg
-make INSTALL_ROOT="${pkgdir}" install
-
-for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
-mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
-convert -background none -density 1200 -resize ${res} \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
-"${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
-done
-}

Copied: texstudio/repos/community-i686/PKGBUILD (from rev 249578, 
texstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-08 14:34:47 UTC (rev 249579)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.6
+pkgrel=2
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('i686' 'x86_64')
+url="http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme')
+makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
+optdepends=('evince: pdf reader'
+'okular: alternate pdf reader')
+replaces=('texmakerx')
+source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver};
+fs54269.patch)
+sha512sums=('SKIP'
+
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68')
+
+prepare() {
+cd hg
+patch -Np1 < "${srcdir}"/fs54269.patch
+}
+
+build() {
+cd hg
+qmake-qt5 CONFIG-="debug" texstudio.pro
+make
+}
+
+package() {
+cd hg
+make INSTALL_ROOT="${pkgdir}" install
+
+for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
+mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
+convert -background none -density 1200 -resize ${res} \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
+"${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
+done
+}

Copied: texstudio/repos/community-i686/fs54269.patch (from rev 249578, 
texstudio/trunk/fs54269.patch)
===
--- community-i686/fs54269.patch(rev 0)
+++ community-i686/fs54269.patch2017-08-08 14:34:47 UTC (rev 249579)
@@ -0,0 +1,11 @@
+diff -r c61879e1dfa9 minisplitter.cpp
+--- a/minisplitter.cpp Sun Aug 06 17:32:28 2017 +0200
 b/minisplitter.cpp Tue Aug 08 15:33:21 2017 +0200
+@@ -72,7 +72,6 @@
+ else
+ setContentsMargins(0, 2, 0, 2);
+ setMask(QRegion(contentsRect()));
+-QSplitterHandle::resizeEvent(event);
+ }
+ 
+ void MiniSplitterHandle::paintEvent(QPaintEvent *event)

Deleted: community-x86_64/PKGBUILD
===
--- 

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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 14:34:36
  Author: svenstaro
Revision: 249578

upgpkg: texstudio 2.12.6-2

Try to fix FS#54269

Added:
  texstudio/trunk/fs54269.patch
Modified:
  texstudio/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++---
 fs54269.patch |   11 +++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 14:21:02 UTC (rev 249577)
+++ PKGBUILD2017-08-08 14:34:36 UTC (rev 249578)
@@ -2,7 +2,7 @@
 # Contributor: Clément DEMOULINS 
 pkgname=texstudio
 pkgver=2.12.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Integrated writing environment for creating LaTeX documents"
 arch=('i686' 'x86_64')
 url="http://texstudio.sourceforge.net/;
@@ -12,9 +12,16 @@
 optdepends=('evince: pdf reader'
 'okular: alternate pdf reader')
 replaces=('texmakerx')
-source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver};)
-sha512sums=('SKIP')
+source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver};
+fs54269.patch)
+sha512sums=('SKIP'
+
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68')
 
+prepare() {
+cd hg
+patch -Np1 < "${srcdir}"/fs54269.patch
+}
+
 build() {
 cd hg
 qmake-qt5 CONFIG-="debug" texstudio.pro

Added: fs54269.patch
===
--- fs54269.patch   (rev 0)
+++ fs54269.patch   2017-08-08 14:34:36 UTC (rev 249578)
@@ -0,0 +1,11 @@
+diff -r c61879e1dfa9 minisplitter.cpp
+--- a/minisplitter.cpp Sun Aug 06 17:32:28 2017 +0200
 b/minisplitter.cpp Tue Aug 08 15:33:21 2017 +0200
+@@ -72,7 +72,6 @@
+ else
+ setContentsMargins(0, 2, 0, 2);
+ setMask(QRegion(contentsRect()));
+-QSplitterHandle::resizeEvent(event);
+ }
+ 
+ void MiniSplitterHandle::paintEvent(QPaintEvent *event)


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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 14:21:03
  Author: heftig
Revision: 301775

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 301774, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 301774, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox-symbolic.svg
(from rev 301774, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-i686/firefox.desktop
(from rev 301774, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/fix-wifi-scanner.diff
(from rev 301774, firefox/trunk/fix-wifi-scanner.diff)
  firefox/repos/extra-i686/no-crmf.diff
(from rev 301774, firefox/trunk/no-crmf.diff)
  firefox/repos/extra-i686/upload-symbol-archive
(from rev 301774, firefox/trunk/upload-symbol-archive)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 301774, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 301774, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox-symbolic.svg
(from rev 301774, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 301774, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/fix-wifi-scanner.diff
(from rev 301774, firefox/trunk/fix-wifi-scanner.diff)
  firefox/repos/extra-x86_64/no-crmf.diff
(from rev 301774, firefox/trunk/no-crmf.diff)
  firefox/repos/extra-x86_64/upload-symbol-archive
(from rev 301774, firefox/trunk/upload-symbol-archive)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox-symbolic.svg
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/fix-wifi-scanner.diff
  firefox/repos/extra-i686/no-crmf.diff
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox-symbolic.svg
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/fix-wifi-scanner.diff
  firefox/repos/extra-x86_64/no-crmf.diff

+
 /PKGBUILD  |  366 ++
 /firefox-install-dir.patch |   24 +
 /firefox-symbolic.svg  |   60 +++
 /firefox.desktop   |  620 +++
 /fix-wifi-scanner.diff |   32 +
 /no-crmf.diff  |   30 +
 extra-i686/PKGBUILD|  189 -
 extra-i686/firefox-install-dir.patch   |   12 
 extra-i686/firefox-symbolic.svg|   30 -
 extra-i686/firefox.desktop |  310 ---
 extra-i686/fix-wifi-scanner.diff   |   16 
 extra-i686/no-crmf.diff|   15 
 extra-i686/upload-symbol-archive   |   14 
 extra-x86_64/PKGBUILD  |  189 -
 extra-x86_64/firefox-install-dir.patch |   12 
 extra-x86_64/firefox-symbolic.svg  |   30 -
 extra-x86_64/firefox.desktop   |  310 ---
 extra-x86_64/fix-wifi-scanner.diff |   16 
 extra-x86_64/no-crmf.diff  |   15 
 extra-x86_64/upload-symbol-archive |   14 
 20 files changed, 1160 insertions(+), 1144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-08 14:20:06 UTC (rev 301774)
+++ extra-i686/PKGBUILD 2017-08-08 14:21:03 UTC (rev 301775)
@@ -1,189 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Jakub Schmidtke 
-
-pkgname=firefox
-pkgver=54.0.1
-pkgrel=1
-pkgdesc="Standalone web browser from mozilla.org"
-arch=(i686 x86_64)
-license=(MPL GPL LGPL)
-url="https://www.mozilla.org/firefox/;
-depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib ffmpeg
- nss hunspell sqlite ttf-font libpulse icu libvpx)
-makedepends=(unzip zip diffutils python2 yasm mesa imake gconf inetutils 
xorg-server-xvfb
- autoconf2.13 cargo mercurial)
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
-$pkgname.desktop firefox-symbolic.svg
-firefox-install-dir.patch no-crmf.diff fix-wifi-scanner.diff)
-sha256sums=('SKIP'
-'ada313750e6fb14558b37c764409a17c1672a351a46c73b350aa1fe4ea9220ef'
-'a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9'
-'d86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
-'fb85a538044c15471c12cf561d6aa74570f8de7b054a7063ef88ee1bdfc1ccbb'
-

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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 14:20:50
  Author: svenstaro
Revision: 249576

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

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

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

Copied: blender/repos/community-testing-i686/PKGBUILD (from rev 249575, 
blender/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-08 14:20:50 UTC (rev 249576)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Sowiak 
+# Contributor: tobias 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+_gittag=v2.79-rc1
+#_gitcommit=e8299c81006aba1e4b926c24276ce09d70435371
+
+pkgname=blender
+pkgver=2.79rc1
+#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=1
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
+makedepends_x86_64=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+source=("git://git.blender.org/blender-addons.git"
+"git://git.blender.org/blender-addons-contrib.git"
+"git://git.blender.org/blender-translations.git"
+"git://git.blender.org/blender-dev-tools.git"
+"git://git.blender.org/scons.git")
+if [[ -n $_gittag ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
+elif [[ -n $_gitcommit ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  git submodule init
+  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
+  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
+  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
+  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
+  git config submodule."scons".url ${srcdir}/scons
+  git submodule update
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir build && cd build
+
+  [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
+
+  cmake -C../build_files/cmake/config/blender_release.cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_LLVM=ON \
+-DWITH_SYSTEM_OPENJPEG=ON \
+-DWITH_GL_PROFILE_CORE=OFF \
+-DWITH_GL_PROFILE_ES20=OFF \
+-DLLVM_VERSION=3.6 \
+-DLLVM_STATIC=ON \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_PTEX=OFF \
+-DPYTHON_VERSION=3.6 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.6m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.6m
+  make # -j5 needs 48 GB of RAM while -j9 needs 64 GB
+
+  # PTEX is currently broken and experimental in blender anyway
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm755 ../release/bin/blender-softwaregl 
"${pkgdir}/usr/bin/blender-softwaregl"
+  python -m compileall "${pkgdir}/usr/share/blender"
+  python -O -m compileall "${pkgdir}/usr/share/blender"
+}

Copied: blender/repos/community-testing-x86_64/PKGBUILD (from rev 249575, 
blender/trunk/PKGBUILD)

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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 14:20:45
  Author: svenstaro
Revision: 249575

upgpkg: blender 17:2.79rc1-1

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 13:47:56 UTC (rev 249574)
+++ PKGBUILD2017-08-08 14:20:45 UTC (rev 249575)
@@ -11,13 +11,13 @@
 # or simply roll with a new version. I usually choose the latter when the 
former seems
 # unreasonable.
 
-_gittag=v2.78c
+_gittag=v2.79-rc1
 #_gitcommit=e8299c81006aba1e4b926c24276ce09d70435371
 
 pkgname=blender
-pkgver=2.78.c
+pkgver=2.79rc1
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=5
+pkgrel=1
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')


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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 14:20:00
  Author: heftig
Revision: 301771

Use mach where possible

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 14:19:59 UTC (rev 301770)
+++ PKGBUILD2017-08-08 14:20:00 UTC (rev 301771)
@@ -111,14 +111,14 @@
 
   # Do PGO
   #xvfb-run -a -n 95 -s "-extension GLX -screen 0 1280x1024x24" \
-  #  make -f client.mk build MOZ_PGO=1
-  make -f client.mk build
+  #  MOZ_PGO=1 ./mach build
+  ./mach build
   ./mach buildsymbols
 }
 
 package() {
   cd mozilla-unified
-  make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
+  DESTDIR="$pkgdir" ./mach install
   find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +
 
   _vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js"


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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 14:20:04
  Author: heftig
Revision: 301773

55.0

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 14:20:02 UTC (rev 301772)
+++ PKGBUILD2017-08-08 14:20:04 UTC (rev 301773)
@@ -4,7 +4,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=54.0.1
+pkgver=55.0
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MPL GPL LGPL)
 url="https://www.mozilla.org/firefox/;
 depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib ffmpeg
- nss hunspell sqlite ttf-font libpulse icu libvpx)
+ nss hunspell sqlite ttf-font libpulse)
 makedepends=(unzip zip diffutils python2 yasm mesa imake gconf inetutils 
xorg-server-xvfb
  autoconf2.13 cargo mercurial)
 optdepends=('networkmanager: Location detection via available WiFi networks'
@@ -83,11 +83,8 @@
 # System libraries
 ac_add_options --with-system-nspr
 ac_add_options --with-system-nss
-ac_add_options --with-system-icu
-ac_add_options --with-system-jpeg
 ac_add_options --with-system-zlib
 ac_add_options --with-system-bz2
-ac_add_options --with-system-libvpx
 ac_add_options --enable-system-hunspell
 ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-ffi


[arch-commits] Commit in firefox/trunk (upload-symbol-archive)

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 14:20:06
  Author: heftig
Revision: 301774

Fix upload-symbol-archive

Modified:
  firefox/trunk/upload-symbol-archive

---+
 upload-symbol-archive |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: upload-symbol-archive
===
--- upload-symbol-archive   2017-08-08 14:20:04 UTC (rev 301773)
+++ upload-symbol-archive   2017-08-08 14:20:06 UTC (rev 301774)
@@ -10,5 +10,5 @@
 [[ $(file -Ebi "$2") == application/zip* ]] || die "Invalid SYMBOL-ARCHIVE 
${2@Q}"
 
 echo >&2 "Uploading ${2@Q} ..."
-exec curl -X POST -H "Auth-Token: $(<"$1")" --data-binary "@$2" \
+exec curl -X POST -H "Auth-Token: $(<"$1")" -F "${2##*/}=@$2" \
   https://crash-stats.mozilla.com/symbols/upload


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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 14:19:52
  Author: heftig
Revision: 301768

-z now is now default

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 14:19:50 UTC (rev 301767)
+++ PKGBUILD2017-08-08 14:19:52 UTC (rev 301768)
@@ -107,9 +107,6 @@
   # _FORTIFY_SOURCE causes configure failures
   CPPFLAGS+=" -O2"
 
-  # Hardening
-  LDFLAGS+=" -Wl,-z,now"
-
   export PATH="$srcdir/path:$PATH"
 
   # Do PGO


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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 14:19:59
  Author: heftig
Revision: 301770

Move MOZ_SOURCE_REPO

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 14:19:57 UTC (rev 301769)
+++ PKGBUILD2017-08-08 14:19:59 UTC (rev 301770)
@@ -73,7 +73,6 @@
 ac_add_options --with-distribution-id=org.archlinux
 export MOZILLA_OFFICIAL=1
 export MOZ_TELEMETRY_REPORTING=1
-export MOZ_SOURCE_REPO=${_repo@Q}
 export MOZ_ADDON_SIGNING=1
 export MOZ_REQUIRE_SIGNING=1
 
@@ -108,12 +107,13 @@
   CPPFLAGS+=" -O2"
 
   export PATH="$srcdir/path:$PATH"
+  export MOZ_SOURCE_REPO="$_repo"
 
   # Do PGO
   #xvfb-run -a -n 95 -s "-extension GLX -screen 0 1280x1024x24" \
   #  make -f client.mk build MOZ_PGO=1
   make -f client.mk build
-  MOZ_SOURCE_REPO="$_repo" ./mach buildsymbols
+  ./mach buildsymbols
 }
 
 package() {


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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 14:20:02
  Author: heftig
Revision: 301772

Don't copy full DWARF, only copy symbols

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 14:20:00 UTC (rev 301771)
+++ PKGBUILD2017-08-08 14:20:02 UTC (rev 301772)
@@ -119,7 +119,7 @@
 package() {
   cd mozilla-unified
   DESTDIR="$pkgdir" ./mach install
-  find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +
+  find . -name '*crashreporter-symbols.zip' -exec cp -fvt "$startdir" {} +
 
   _vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js"
   install -Dm644 /dev/stdin "$_vendorjs" <

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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 14:19:57
  Author: heftig
Revision: 301769

Prepare symbol uploading

Added:
  firefox/trunk/upload-symbol-archive
Modified:
  firefox/trunk/PKGBUILD

---+
 PKGBUILD  |2 ++
 upload-symbol-archive |   14 ++
 2 files changed, 16 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 14:19:52 UTC (rev 301768)
+++ PKGBUILD2017-08-08 14:19:57 UTC (rev 301769)
@@ -113,11 +113,13 @@
   #xvfb-run -a -n 95 -s "-extension GLX -screen 0 1280x1024x24" \
   #  make -f client.mk build MOZ_PGO=1
   make -f client.mk build
+  MOZ_SOURCE_REPO="$_repo" ./mach buildsymbols
 }
 
 package() {
   cd mozilla-unified
   make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
+  find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +
 
   _vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js"
   install -Dm644 /dev/stdin "$_vendorjs" <&2 "$@"
+  exit 1
+}
+
+(( $# == 2 )) || die "Usage: $0 TOKEN-FILE SYMBOL-ARCHIVE"
+[[ -f $1 && -s $1 ]] || die "Invalid TOKEN-FILE ${1@Q}"
+[[ $(file -Ebi "$2") == application/zip* ]] || die "Invalid SYMBOL-ARCHIVE 
${2@Q}"
+
+echo >&2 "Uploading ${2@Q} ..."
+exec curl -X POST -H "Auth-Token: $(<"$1")" --data-binary "@$2" \
+  https://crash-stats.mozilla.com/symbols/upload


Property changes on: firefox/trunk/upload-symbol-archive
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 14:19:50
  Author: heftig
Revision: 301767

Don't set STRIP_FLAGS for release builds

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 14:19:07 UTC (rev 301766)
+++ PKGBUILD2017-08-08 14:19:50 UTC (rev 301767)
@@ -98,8 +98,6 @@
 ac_add_options --enable-startup-notification
 ac_add_options --enable-crashreporter
 ac_add_options --disable-updater
-
-STRIP_FLAGS="--strip-debug"
 END
 }
 


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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 14:19:07
  Author: heftig
Revision: 301766

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  444 ++---
 1 file changed, 222 insertions(+), 222 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-08 14:10:12 UTC (rev 301765)
+++ PKGBUILD2017-08-08 14:19:07 UTC (rev 301766)
@@ -1,222 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Michal Hybner 
-# Contributor: Andrea Scarpino 
-
-pkgbase=firefox-i18n
-pkgver=54.0.1
-pkgrel=1
-pkgdesc="Language pack for Firefox"
-arch=('any')
-url="http://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox"
-  depends=("firefox>=$pkgver")
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha256sums=('2ac6571fee99dbb0886e6b4d75d9ed9b793b5a2551413d0969c4b443e797b9a8'
-'86e4a12e511e7a88b7eb762b0755984e72b8774c77398481609237e9ca44b4a5'
-'a925947a8d77450357b2e85454c8b02b71f2553a6abc373d6ef865a098acef6a'
-'8e7d0af2143a5df4f93fb70d0e240180b897320234d9e0f17274f996c9e7ca29'
-'3f4f218ce4da291d008630f20b29d032182f8c5356c387be81a55616881585d3'
-'b215e69042c029156b8e787c03f9504beb5e056ea71f0e8e6eb706205f8eee1f'
-'a092eb7b69b97e44a375ac1244a8f1bfc48acfd7d99051350803632273164e68'
-'2d12828369f44e8c805e2825946cec5ef040585a92b35c89ff17aceac8a0a83d'
-'ab3a823e662776edf0aeaf9c4535f451ebe4e8ad5811023377ca88eebef56306'
-'0acff03ac54f2a4609c626d4e5b461c0abacb8b24d6df4dc1b3f2cffc6baffa7'
-'e164f7ba23ce3fac8240f9f3cb3b44dd0555c558550d0f9fc98cbfa5eb05de8d'
-'7b74a68b66b6763922cfa08ed8c2dab8dad64fe4b8cd8e51f3b023c635d0dddc'
-'104ae2cc9b629669005648e5fb2e7cad06965eb700c6246bacc8874c48180b82'
-

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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 14:10:12
  Author: heftig
Revision: 301765

55.0-1

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 13:21:05 UTC (rev 301764)
+++ PKGBUILD2017-08-08 14:10:12 UTC (rev 301765)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=54.0.1
+pkgver=55.0
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=('any')
@@ -130,93 +130,93 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('2ac6571fee99dbb0886e6b4d75d9ed9b793b5a2551413d0969c4b443e797b9a8'
-'86e4a12e511e7a88b7eb762b0755984e72b8774c77398481609237e9ca44b4a5'
-'a925947a8d77450357b2e85454c8b02b71f2553a6abc373d6ef865a098acef6a'
-'8e7d0af2143a5df4f93fb70d0e240180b897320234d9e0f17274f996c9e7ca29'
-'3f4f218ce4da291d008630f20b29d032182f8c5356c387be81a55616881585d3'
-'b215e69042c029156b8e787c03f9504beb5e056ea71f0e8e6eb706205f8eee1f'
-'a092eb7b69b97e44a375ac1244a8f1bfc48acfd7d99051350803632273164e68'
-'2d12828369f44e8c805e2825946cec5ef040585a92b35c89ff17aceac8a0a83d'
-'ab3a823e662776edf0aeaf9c4535f451ebe4e8ad5811023377ca88eebef56306'
-'0acff03ac54f2a4609c626d4e5b461c0abacb8b24d6df4dc1b3f2cffc6baffa7'
-'e164f7ba23ce3fac8240f9f3cb3b44dd0555c558550d0f9fc98cbfa5eb05de8d'
-'7b74a68b66b6763922cfa08ed8c2dab8dad64fe4b8cd8e51f3b023c635d0dddc'
-'104ae2cc9b629669005648e5fb2e7cad06965eb700c6246bacc8874c48180b82'
-'aced374c69e3cd85800b685bd1003b290b58f0a37c870e42badce50c740a0a36'
-'937ab90c522119406605eb0051f81dbe0a0c716826cf222cee532bbaeeb049ac'
-'6a095bdbe2c274da1772c87914aad3ca4a788f6f3a0d3a10d9432cfdf646a6a3'
-'1a0d5e22c79b0f558031b14edc8aa8a4dd1ce0a5c418549c68c8223c5ab7a7f9'
-'1bc9004a9aa4f41245c610ab0c239496cd649157e8ad7bbb89feb83585889b60'
-'0946b957ff6765bd30171477394ed5e0345cc3c6dadf1fee07b85a57d789515d'
-'60f7e95db941c2c2b9bdbbb7b4c601badd2cc92f59c716e3ea82294fb7078e63'
-'50b09222acad38c4d2a878850905b55cd399f5923fa9aa2b2fa118a48560883e'
-'14e0d08ce9fd79cd1b9ade2c19d92b255b758384c7e7e608d573beed36f639a3'
-'1fcea8c4bd696913c4d93fdd8dc3569707de035e6b5ed4808892e85a8945b58f'
-'d32c2f771aea465c62c4b9d782fccc1d22969be3ea827027d7acdb592ee66e19'
-'c1b6a6ffdf9f74d653f72cf3157b820b95eddf26fabc72be3d2bae84457f5d78'
-'222dd573b6f877926bee2d58963366b670a4d5176c839663073da1bb6ff51eb5'
-'494983532ee064521a37d90cbfbef46d0fab37fe82d4d72b3ade3c539db3585b'
-'3a74d108671f717c3bb5954298eb396c861aa902cf7c426cc2cc02ecc15f6dbf'
-'4a926107e99dd4bd6a8b6089f08fc53a33f5fb7d55dab8197121558bfc8df1d8'
-'17fc4a655d72a25ed1acc41276fcdd22f5c3662c87b61bca48195345d45f5a3a'
-'325b3a51f4e5adb0fad02fe050d43d6bfd3b0f6f8bcec24eeccc93df4e2a61da'
-'7f3616ce409ef5a709321b230541236c0654848b943f7f08e538d8f9606290c5'
-'1e124737d0d1a51f8edfa2452e39db0da28068fa0a8ba1de97d8a5a8fceac5d2'
-'a77a3ff17a868e64fa45f3543a43a7a35b7c2a8b63a83a9f3ab25ade74252c81'
-'c604b47608caaef2101a1465efdbd70519ceef08d06a7527934a5b612a0af65c'
-'78e5c09e43ae6c8f0ce17e16c26a50e64a5ec6c71f942c3c3fd78c3087ea6dd5'
-'8ee562188ed70c78e997215c4c00d9a1f97360dcee5ea430cf6830405c69d40f'
-'d1b440764c3a50c5e69369d459e2ec1be1bded24096d6c33fe09af12b74e0b47'
-'1c43832720ff7355b5edc8d95e112395abc18c810840de5c2b768a1756b9a981'
-'ddcda3eaf8c04d3eccde0a86e3a95642377d9881849599c8150a9751ee129a93'
-'99b4ea64591e975b5207418812e8b178f1d139fec32d1042d86f69563ca182ae'
-'4031a32ad3f54f38aac8748839404e3ac9da1c2c46ecfe80c59ed31d5a2dd3ff'
-'9e9c3133951e1af4c71aa3f0583102a78420aec89c6b5ba270b5695b554d5578'
-'3e1756b6ebd88994d14cd46bd93bb83041f2da4e33df22a21c27fcd158dd70a8'
-'5050f78682cf02e180005fa305751bf65dc12b76e1b0d15178d553a1ab8aae25'
-'eef38f7bbaf2f6d3ec282931eeb0032951e44db39469cbf532ae8883c887217f'
-'b5c619719efee4a36e2b5008f6ce2cb4251faa9308f59502909933e14836f36f'
-'d4a28ac291cd5e6649800b1babd39ec3e7dd808da15b608b16ac15e4548cd256'
-'ccadf76ba443e1ee2ce80db7a895dae99b0a7670736b78eb21cd75788b97e278'
-'820b33c1c4675fe59f8bc73328da8718bddcec6fd3b7ceeb171ff1994322dcb3'
-'9f2d4fb392830db601a650ec0a86860a99647150d65f2a3f58d3ca5f86c667bf'
-'9ba58f2ad59b02905f39ab52e10c967555f4e9d4efde5832d4fed9d9acbdba06'
-

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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 13:47:56
  Author: svenstaro
Revision: 249574

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

Added:
  opencollada/repos/community-staging-i686/PKGBUILD
(from rev 249573, opencollada/trunk/PKGBUILD)
  opencollada/repos/community-staging-i686/opencollada.conf
(from rev 249573, opencollada/trunk/opencollada.conf)
  opencollada/repos/community-staging-x86_64/PKGBUILD
(from rev 249573, opencollada/trunk/PKGBUILD)
  opencollada/repos/community-staging-x86_64/opencollada.conf
(from rev 249573, opencollada/trunk/opencollada.conf)
Deleted:
  opencollada/repos/community-staging-i686/PKGBUILD
  opencollada/repos/community-staging-i686/opencollada.conf
  opencollada/repos/community-staging-x86_64/PKGBUILD
  opencollada/repos/community-staging-x86_64/opencollada.conf

---+
 /PKGBUILD |   78 
 /opencollada.conf |2 
 community-staging-i686/PKGBUILD   |   39 --
 community-staging-i686/opencollada.conf   |1 
 community-staging-x86_64/PKGBUILD |   39 --
 community-staging-x86_64/opencollada.conf |1 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-08-08 13:47:46 UTC (rev 249573)
+++ community-staging-i686/PKGBUILD 2017-08-08 13:47:56 UTC (rev 249574)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgname=opencollada
-pkgver=1.6.51
-pkgrel=1
-epoch=1
-pkgdesc="Stream based reader and writer library for COLLADA files"
-arch=(i686 x86_64)
-url="https://github.com/KhronosGroup/OpenCOLLADA;
-license=('GPL')
-depends=('libxml2' 'pcre')
-makedepends=('git' 'cmake')
-source=('opencollada.conf'
-"git://github.com/KhronosGroup/OpenCOLLADA.git#tag=v${pkgver}")
-md5sums=('5f7e9d79ab86756648b648ee5ed6ce1d'
- 'SKIP')
-
-build() {
-  cd "$srcdir"/OpenCOLLADA
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_SHARED=ON \
--DUSE_STATIC=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/OpenCOLLADA/build
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/opencollada.conf 
$pkgdir/etc/ld.so.conf.d/opencollada.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opencollada/repos/community-staging-i686/PKGBUILD (from rev 249573, 
opencollada/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-08 13:47:56 UTC (rev 249574)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=opencollada
+pkgver=1.6.58
+pkgrel=1
+epoch=1
+pkgdesc="Stream based reader and writer library for COLLADA files"
+arch=(i686 x86_64)
+url="https://github.com/KhronosGroup/OpenCOLLADA;
+license=('GPL')
+depends=('libxml2' 'pcre')
+makedepends=('git' 'cmake')
+source=('opencollada.conf'
+"git://github.com/KhronosGroup/OpenCOLLADA.git#tag=v${pkgver}")
+md5sums=('5f7e9d79ab86756648b648ee5ed6ce1d'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/OpenCOLLADA
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SHARED=ON \
+-DUSE_STATIC=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/OpenCOLLADA/build
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/opencollada.conf 
$pkgdir/etc/ld.so.conf.d/opencollada.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-staging-i686/opencollada.conf
===
--- community-staging-i686/opencollada.conf 2017-08-08 13:47:46 UTC (rev 
249573)
+++ community-staging-i686/opencollada.conf 2017-08-08 13:47:56 UTC (rev 
249574)
@@ -1 +0,0 @@
-/usr/lib/opencollada

Copied: opencollada/repos/community-staging-i686/opencollada.conf (from rev 
249573, opencollada/trunk/opencollada.conf)
===
--- community-staging-i686/opencollada.conf (rev 0)
+++ community-staging-i686/opencollada.conf 2017-08-08 13:47:56 UTC (rev 
249574)
@@ -0,0 +1 @@
+/usr/lib/opencollada

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2017-08-08 13:47:46 UTC (rev 249573)
+++ community-staging-x86_64/PKGBUILD   2017-08-08 13:47:56 UTC (rev 249574)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgname=opencollada
-pkgver=1.6.51
-pkgrel=1
-epoch=1
-pkgdesc="Stream based reader and writer library for COLLADA files"
-arch=(i686 x86_64)
-url="https://github.com/KhronosGroup/OpenCOLLADA;

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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 13:47:46
  Author: svenstaro
Revision: 249573

upgpkg: opencollada 1:1.6.58-1

Modified:
  opencollada/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 13:18:47 UTC (rev 249572)
+++ PKGBUILD2017-08-08 13:47:46 UTC (rev 249573)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase 
 pkgname=opencollada
-pkgver=1.6.51
+pkgver=1.6.58
 pkgrel=1
 epoch=1
 pkgdesc="Stream based reader and writer library for COLLADA files"


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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 13:21:05
  Author: heftig
Revision: 301764

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-08 13:18:53 UTC (rev 301763)
+++ extra-i686/PKGBUILD 2017-08-08 13:21:05 UTC (rev 301764)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libmbim
-pkgver=1.14.0
-pkgrel=4
-pkgdesc="MBIM modem protocol helper library"
-arch=(i686 x86_64)
-url="https://www.freedesktop.org/wiki/Software/libmbim/;
-license=(GPL2)
-depends=(glib2 bash systemd libgudev)
-makedepends=(gtk-doc python git help2man)
-_commit=50cddf48823f05ec124afad80c0d948184e19b00  # tags/1.14.0
-source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libmbim/repos/extra-i686/PKGBUILD (from rev 301763, 
libmbim/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-08 13:21:05 UTC (rev 301764)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libmbim
+pkgver=1.14.2
+pkgrel=1
+pkgdesc="MBIM modem protocol helper library"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/libmbim/;
+license=(GPL2)
+depends=(glib2 bash systemd libgudev)
+makedepends=(gtk-doc python git help2man)
+_commit=6398b0d10e27b51ff05fda33dd4b9ddd5bf64bae  # tags/1.14.2
+source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-08 13:18:53 UTC (rev 301763)
+++ extra-x86_64/PKGBUILD   2017-08-08 13:21:05 UTC (rev 301764)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libmbim
-pkgver=1.14.0
-pkgrel=4
-pkgdesc="MBIM modem protocol helper library"
-arch=(i686 x86_64)
-url="https://www.freedesktop.org/wiki/Software/libmbim/;
-license=(GPL2)
-depends=(glib2 bash systemd libgudev)
-makedepends=(gtk-doc python git help2man)
-_commit=50cddf48823f05ec124afad80c0d948184e19b00  # tags/1.14.0
-source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libmbim/repos/extra-x86_64/PKGBUILD (from rev 301763, 
libmbim/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-08 13:21:05 UTC (rev 301764)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libmbim
+pkgver=1.14.2
+pkgrel=1
+pkgdesc="MBIM modem protocol helper library"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/libmbim/;
+license=(GPL2)
+depends=(glib2 bash systemd libgudev)
+makedepends=(gtk-doc python git help2man)
+_commit=6398b0d10e27b51ff05fda33dd4b9ddd5bf64bae  # tags/1.14.2

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

2017-08-08 Thread Jan Steffens
Date: Tuesday, August 8, 2017 @ 13:18:53
  Author: heftig
Revision: 301763

1.14.2-1

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 08:17:34 UTC (rev 301762)
+++ PKGBUILD2017-08-08 13:18:53 UTC (rev 301763)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.14.0
-pkgrel=4
+pkgver=1.14.2
+pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(i686 x86_64)
 url="https://www.freedesktop.org/wiki/Software/libmbim/;
@@ -10,7 +10,7 @@
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man)
-_commit=50cddf48823f05ec124afad80c0d948184e19b00  # tags/1.14.0
+_commit=6398b0d10e27b51ff05fda33dd4b9ddd5bf64bae  # tags/1.14.2
 
source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 13:18:47
  Author: svenstaro
Revision: 249572

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 249571, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 249571, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 249571, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 249571, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 249571, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 249571, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  172 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   86 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   86 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 208 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-08 13:18:31 UTC (rev 249571)
+++ community-i686/PKGBUILD 2017-08-08 13:18:47 UTC (rev 249572)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.37.16
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('i686' 'x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha512sums=('8044ad71f85f40e820c7d77b01393d3f21507921f15ef54237e897f9d0e1e47acd97fe3f8c2a46f20c16a863aad3eb8a29f67a757387f202a6802885516a8a70'
-
'51d10ad28158a72bd7ca6adbcfdfca626f400ad55f22fdc82dfeb62f5fc60910bb0998f0ce5abf76158e0eef60c350b0e7e48cc2fbdd7ad77a780e8a2d6949a5'
-
'6912b857578309fc33140d0ba8140a06c78b3084e10f229c94a8cb51053f5c30873c42ee9e270907eb7775d571ce09233a13e6f9ecd0397548990434d2b4af46'
-
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d 

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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 13:18:31
  Author: svenstaro
Revision: 249571

upgpkg: emscripten 1.37.18-1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 12:58:39 UTC (rev 249570)
+++ PKGBUILD2017-08-08 13:18:31 UTC (rev 249571)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.37.16
+pkgver=1.37.18
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha512sums=('8044ad71f85f40e820c7d77b01393d3f21507921f15ef54237e897f9d0e1e47acd97fe3f8c2a46f20c16a863aad3eb8a29f67a757387f202a6802885516a8a70'
-
'51d10ad28158a72bd7ca6adbcfdfca626f400ad55f22fdc82dfeb62f5fc60910bb0998f0ce5abf76158e0eef60c350b0e7e48cc2fbdd7ad77a780e8a2d6949a5'
-
'6912b857578309fc33140d0ba8140a06c78b3084e10f229c94a8cb51053f5c30873c42ee9e270907eb7775d571ce09233a13e6f9ecd0397548990434d2b4af46'
+sha512sums=('aa531131e5d6069071b721698173b73b00f621ca58a1c5ba6f9a21325ed40263d5dbecf734cde24fb224d1f57596f9fe05771136c04ce521f861d5c7aedb3e85'
+
'f79aace8f6cd87a4d186454454aa2e592c2ae8c6c29972a4a9a1dd5be5122cb88072a3a2a3b09fa65dd0fc4e860e014bd01fc679163d3c3c4e1531366afbdcd6'
+
'29cb5091a5e443c6f14586558e5e5a087bd2e0b5896e471460196de50d752d26190629373f0a9b1edd0f8c08e275e40bb0aefb69d8caf760b0251dfa33721f1e'
 
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
 
 prepare() {


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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 12:58:39
  Author: svenstaro
Revision: 249570

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

Added:
  opencollada/repos/community-staging-i686/
  opencollada/repos/community-staging-i686/PKGBUILD
(from rev 249569, opencollada/trunk/PKGBUILD)
  opencollada/repos/community-staging-i686/opencollada.conf
(from rev 249569, opencollada/trunk/opencollada.conf)
  opencollada/repos/community-staging-x86_64/
  opencollada/repos/community-staging-x86_64/PKGBUILD
(from rev 249569, opencollada/trunk/PKGBUILD)
  opencollada/repos/community-staging-x86_64/opencollada.conf
(from rev 249569, opencollada/trunk/opencollada.conf)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-i686/opencollada.conf   |1 
 community-staging-x86_64/PKGBUILD |   39 
 community-staging-x86_64/opencollada.conf |1 
 4 files changed, 80 insertions(+)

Copied: opencollada/repos/community-staging-i686/PKGBUILD (from rev 249569, 
opencollada/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-08 12:58:39 UTC (rev 249570)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=opencollada
+pkgver=1.6.51
+pkgrel=1
+epoch=1
+pkgdesc="Stream based reader and writer library for COLLADA files"
+arch=(i686 x86_64)
+url="https://github.com/KhronosGroup/OpenCOLLADA;
+license=('GPL')
+depends=('libxml2' 'pcre')
+makedepends=('git' 'cmake')
+source=('opencollada.conf'
+"git://github.com/KhronosGroup/OpenCOLLADA.git#tag=v${pkgver}")
+md5sums=('5f7e9d79ab86756648b648ee5ed6ce1d'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/OpenCOLLADA
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SHARED=ON \
+-DUSE_STATIC=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/OpenCOLLADA/build
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/opencollada.conf 
$pkgdir/etc/ld.so.conf.d/opencollada.conf
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opencollada/repos/community-staging-i686/opencollada.conf (from rev 
249569, opencollada/trunk/opencollada.conf)
===
--- community-staging-i686/opencollada.conf (rev 0)
+++ community-staging-i686/opencollada.conf 2017-08-08 12:58:39 UTC (rev 
249570)
@@ -0,0 +1 @@
+/usr/lib/opencollada

Copied: opencollada/repos/community-staging-x86_64/PKGBUILD (from rev 249569, 
opencollada/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-08 12:58:39 UTC (rev 249570)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=opencollada
+pkgver=1.6.51
+pkgrel=1
+epoch=1
+pkgdesc="Stream based reader and writer library for COLLADA files"
+arch=(i686 x86_64)
+url="https://github.com/KhronosGroup/OpenCOLLADA;
+license=('GPL')
+depends=('libxml2' 'pcre')
+makedepends=('git' 'cmake')
+source=('opencollada.conf'
+"git://github.com/KhronosGroup/OpenCOLLADA.git#tag=v${pkgver}")
+md5sums=('5f7e9d79ab86756648b648ee5ed6ce1d'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/OpenCOLLADA
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SHARED=ON \
+-DUSE_STATIC=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/OpenCOLLADA/build
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/opencollada.conf 
$pkgdir/etc/ld.so.conf.d/opencollada.conf
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opencollada/repos/community-staging-x86_64/opencollada.conf (from rev 
249569, opencollada/trunk/opencollada.conf)
===
--- community-staging-x86_64/opencollada.conf   (rev 0)
+++ community-staging-x86_64/opencollada.conf   2017-08-08 12:58:39 UTC (rev 
249570)
@@ -0,0 +1 @@
+/usr/lib/opencollada


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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 12:58:25
  Author: svenstaro
Revision: 249569

upgpkg: opencollada 1:1.6.51-1

Modified:
  opencollada/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 12:22:06 UTC (rev 249568)
+++ PKGBUILD2017-08-08 12:58:25 UTC (rev 249569)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase 
 pkgname=opencollada
-pkgver=20150702
-_commit=3335ac164e68b2512a40914b14c74db260e6ff7d # Magic blender commit
-pkgrel=3
+pkgver=1.6.51
+pkgrel=1
+epoch=1
 pkgdesc="Stream based reader and writer library for COLLADA files"
 arch=(i686 x86_64)
 url="https://github.com/KhronosGroup/OpenCOLLADA;
@@ -11,7 +11,7 @@
 depends=('libxml2' 'pcre')
 makedepends=('git' 'cmake')
 source=('opencollada.conf'
-"git://github.com/KhronosGroup/OpenCOLLADA.git#commit=$_commit")
+"git://github.com/KhronosGroup/OpenCOLLADA.git#tag=v${pkgver}")
 md5sums=('5f7e9d79ab86756648b648ee5ed6ce1d'
  'SKIP')
 


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

2017-08-08 Thread Felix Yan
Date: Tuesday, August 8, 2017 @ 12:22:06
  Author: felixonmars
Revision: 249568

archrelease: copy trunk to community-any

Added:
  python-hypothesis/repos/community-any/PKGBUILD
(from rev 249567, python-hypothesis/trunk/PKGBUILD)
Deleted:
  python-hypothesis/repos/community-any/PKGBUILD

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-08 12:21:48 UTC (rev 249567)
+++ PKGBUILD2017-08-08 12:22:06 UTC (rev 249568)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.16.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('f7b6924f960c34f889d4d5ee79f5636e10676299831b7dd77f7ba659d34ef692a37f26c9b32b2599ab147d49d282601711a43b0d7720ba8cae00e159119fe7a3')
-
-prepare() {
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 249567, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-08 12:22:06 UTC (rev 249568)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.17.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
+sha512sums=('ad997aac103932f3a871fafe4d9e617df460933d08835855426754fa022ce49c55aa37551c2fff1b5a313feed1b008a6c9fc48f9156f9d6439a8839b5fdd854e')
+
+prepare() {
+  cp -a hypothesis-python-$pkgver{,-py2}
+
+  rm -r hypothesis-python-$pkgver/tests/py2
+  rm -r hypothesis-python-$pkgver-py2/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/hypothesis-python-$pkgver-py2
+  python2 setup.py build
+}
+

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

2017-08-08 Thread Felix Yan
Date: Tuesday, August 8, 2017 @ 12:21:48
  Author: felixonmars
Revision: 249567

upgpkg: python-hypothesis 3.17.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 11:43:24 UTC (rev 249566)
+++ PKGBUILD2017-08-08 12:21:48 UTC (rev 249567)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.16.1
+pkgver=3.17.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -15,7 +15,7 @@
   'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('f7b6924f960c34f889d4d5ee79f5636e10676299831b7dd77f7ba659d34ef692a37f26c9b32b2599ab147d49d282601711a43b0d7720ba8cae00e159119fe7a3')
+sha512sums=('ad997aac103932f3a871fafe4d9e617df460933d08835855426754fa022ce49c55aa37551c2fff1b5a313feed1b008a6c9fc48f9156f9d6439a8839b5fdd854e')
 
 prepare() {
   cp -a hypothesis-python-$pkgver{,-py2}


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

2017-08-08 Thread Baptiste Jonglez
Date: Tuesday, August 8, 2017 @ 11:43:24
  Author: zorun
Revision: 249566

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

Added:
  kea/repos/community-i686/LICENSE
(from rev 249565, kea/trunk/LICENSE)
  kea/repos/community-i686/PKGBUILD
(from rev 249565, kea/trunk/PKGBUILD)
  kea/repos/community-i686/fix-scripts-include-path.patch
(from rev 249565, kea/trunk/fix-scripts-include-path.patch)
  kea/repos/community-i686/kea-dhcp4.service
(from rev 249565, kea/trunk/kea-dhcp4.service)
  kea/repos/community-i686/kea-dhcp6.service
(from rev 249565, kea/trunk/kea-dhcp6.service)
  kea/repos/community-i686/tmpfiles-kea.conf
(from rev 249565, kea/trunk/tmpfiles-kea.conf)
  kea/repos/community-x86_64/LICENSE
(from rev 249565, kea/trunk/LICENSE)
  kea/repos/community-x86_64/PKGBUILD
(from rev 249565, kea/trunk/PKGBUILD)
  kea/repos/community-x86_64/fix-scripts-include-path.patch
(from rev 249565, kea/trunk/fix-scripts-include-path.patch)
  kea/repos/community-x86_64/kea-dhcp4.service
(from rev 249565, kea/trunk/kea-dhcp4.service)
  kea/repos/community-x86_64/kea-dhcp6.service
(from rev 249565, kea/trunk/kea-dhcp6.service)
  kea/repos/community-x86_64/tmpfiles-kea.conf
(from rev 249565, kea/trunk/tmpfiles-kea.conf)
Deleted:
  kea/repos/community-i686/PKGBUILD
  kea/repos/community-i686/fix-scripts-include-path.patch
  kea/repos/community-x86_64/PKGBUILD
  kea/repos/community-x86_64/fix-scripts-include-path.patch

-+
 /PKGBUILD   |  154 +
 /fix-scripts-include-path.patch |  324 +++
 community-i686/LICENSE  |  374 ++
 community-i686/PKGBUILD |   66 ---
 community-i686/fix-scripts-include-path.patch   |  162 -
 community-i686/kea-dhcp4.service|   12 
 community-i686/kea-dhcp6.service|   12 
 community-i686/tmpfiles-kea.conf|1 
 community-x86_64/LICENSE|  374 ++
 community-x86_64/PKGBUILD   |   66 ---
 community-x86_64/fix-scripts-include-path.patch |  162 -
 community-x86_64/kea-dhcp4.service  |   12 
 community-x86_64/kea-dhcp6.service  |   12 
 community-x86_64/tmpfiles-kea.conf  |1 
 14 files changed, 1276 insertions(+), 456 deletions(-)

Copied: kea/repos/community-i686/LICENSE (from rev 249565, kea/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2017-08-08 11:43:24 UTC (rev 249566)
@@ -0,0 +1,374 @@
+Mozilla Public License Version 2.0
+==
+
+1. Definitions
+--
+
+1.1. "Contributor"
+means each individual or legal entity that creates, contributes to
+the creation of, or owns Covered Software.
+
+1.2. "Contributor Version"
+means the combination of the Contributions of others (if any) used
+by a Contributor and that particular Contributor's Contribution.
+
+1.3. "Contribution"
+means Covered Software of a particular Contributor.
+
+1.4. "Covered Software"
+means Source Code Form to which the initial Contributor has attached
+the notice in Exhibit A, the Executable Form of such Source Code
+Form, and Modifications of such Source Code Form, in each case
+including portions thereof.
+
+1.5. "Incompatible With Secondary Licenses"
+means
+
+(a) that the initial Contributor has attached the notice described
+in Exhibit B to the Covered Software; or
+
+(b) that the Covered Software was made available under the terms of
+version 1.1 or earlier of the License, but not also under the
+terms of a Secondary License.
+
+1.6. "Executable Form"
+means any form of the work other than Source Code Form.
+
+1.7. "Larger Work"
+means a work that combines Covered Software with other material, in
+a separate file or files, that is not Covered Software.
+
+1.8. "License"
+means this document.
+
+1.9. "Licensable"
+means having the right to grant, to the maximum extent possible,
+whether at the time of the initial grant or subsequently, any and
+all of the rights conveyed by this License.
+
+1.10. "Modifications"
+means any of the following:
+
+(a) any file in Source Code Form that results from an addition to,
+deletion from, or modification of the contents of Covered
+Software; or
+
+(b) any new file in Source Code Form that contains any Covered
+Software.
+
+1.11. "Patent Claims" of a Contributor
+means any patent claim(s), including without limitation, method,
+process, and apparatus claims, in any patent Licensable by such
+Contributor that would be infringed, but for the grant of the
+License, 

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

2017-08-08 Thread Baptiste Jonglez
Date: Tuesday, August 8, 2017 @ 11:25:46
  Author: zorun
Revision: 249565

kea: add tmpfiles.d support and systemd startup scripts

Fixes FS#55012

Added:
  kea/trunk/kea-dhcp4.service
  kea/trunk/kea-dhcp6.service
  kea/trunk/tmpfiles-kea.conf
Modified:
  kea/trunk/PKGBUILD

---+
 PKGBUILD  |   21 -
 kea-dhcp4.service |   12 
 kea-dhcp6.service |   12 
 tmpfiles-kea.conf |1 +
 4 files changed, 41 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 08:49:23 UTC (rev 249564)
+++ PKGBUILD2017-08-08 11:25:46 UTC (rev 249565)
@@ -1,8 +1,8 @@
 # Maintainer: Baptiste Jonglez 
 # Contributor: nfnty
 pkgname='kea'
-pkgver='1.2.0'
-pkgrel='1'
+pkgver=1.2.0
+pkgrel=2
 pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
 arch=('i686' 'x86_64')
 url='http://kea.isc.org'
@@ -17,13 +17,20 @@
 'libxslt' 'docbook-xsl' 'elinks') # Doc
 # Checks are disabled for now
 #checkdepends=('gtest' 'postgresql' 'mariadb' 'python' 'procps-ng') # 
procps-ng needed for 'pgrep'
+backup=('etc/kea/kea.conf' 'etc/kea/kea-ca.conf' 'etc/kea/keactrl.conf')
 source=(https://ftp.isc.org/isc/kea/${pkgver}/kea-${pkgver}.tar.gz{,.asc}
 fix-scripts-include-path.patch
-LICENSE)
+LICENSE
+tmpfiles-kea.conf
+kea-dhcp4.service
+kea-dhcp6.service)
 
sha512sums=('d90571027edbce9eeb75d9ac889865dc24c2fd3ab17e44e23337ff623ca098ffd02560f01273da3c28f13734d95d5950110bc116bed527a295a9dc70addcc240'
 'SKIP'
 
'81874fd3a12f55ea23593b7248c7653450c3a6e5ba8e79c7c5fb40ab685b0dc5d4e29e50f1bd9018200731dba35f15e5d86c8005c94d14865d73e19983e5'
-
'32a402845f82f89a8357208be666b58672d70cf30fc264f3093b89b4201bf73b57877a080ed123c9beb8e50cd5396092a6286c33e511b595efb1b43e196e3be1')
+
'32a402845f82f89a8357208be666b58672d70cf30fc264f3093b89b4201bf73b57877a080ed123c9beb8e50cd5396092a6286c33e511b595efb1b43e196e3be1'
+
'13a473bea4f8a1ba40f5667b880010590c5fddecaa76c360113e977c9ab3898558141cda17000def7b1c592b7dc6f8d5a508752351c601f6484abd775b60d214'
+
'24fdd95fc25bcd6aaf21cec598f3d09715418705aadbb2403792b62f4d8789b1897aa65f5e68184612d0a2c1c6be4123491db2fc3b1d602f6e7c5cd6c2d278eb'
+
'f4d54483034ac5d2815a5a06cec84a20aa2849484630d7eeed4d9f2bd7cb96814f80d1f06da2f10b43eabdba0f79f4fb7befe06171001b7d1617844fe8813dae')
 validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
 
 prepare() {
@@ -61,6 +68,10 @@
   # Handle /var/run -> /run symlink
   rmdir "${pkgdir}"/var/run/kea
   rmdir "${pkgdir}"/var/run
-  mkdir -p "${pkgdir}"/run/kea
+  install -Dm644 "${srcdir}"/tmpfiles-kea.conf 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
+  # Systemd service files
+  install -Dm644 "${srcdir}"/kea-dhcp4.service 
"${pkgdir}"/usr/lib/systemd/system/kea-dhcp4.service
+  install -Dm644 "${srcdir}"/kea-dhcp6.service 
"${pkgdir}"/usr/lib/systemd/system/kea-dhcp6.service
+  # License, see https://bugs.archlinux.org/task/31547
   install -Dm644 "${srcdir}"/LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }

Added: kea-dhcp4.service
===
--- kea-dhcp4.service   (rev 0)
+++ kea-dhcp4.service   2017-08-08 11:25:46 UTC (rev 249565)
@@ -0,0 +1,12 @@
+[Unit]
+Description=ISC Kea IPv4 DHCP daemon
+Documentation=man:kea-dhcp4(8)
+Wants=network-online.target
+After=network-online.target
+After=time-sync.target
+
+[Service]
+ExecStart=/usr/bin/kea-dhcp4 -c /etc/kea/kea.conf
+
+[Install]
+WantedBy=multi-user.target

Added: kea-dhcp6.service
===
--- kea-dhcp6.service   (rev 0)
+++ kea-dhcp6.service   2017-08-08 11:25:46 UTC (rev 249565)
@@ -0,0 +1,12 @@
+[Unit]
+Description=ISC Kea IPv6 DHCP daemon
+Documentation=man:kea-dhcp6(8)
+Wants=network-online.target
+After=network-online.target
+After=time-sync.target
+
+[Service]
+ExecStart=/usr/bin/kea-dhcp6 -c /etc/kea/kea.conf
+
+[Install]
+WantedBy=multi-user.target

Added: tmpfiles-kea.conf
===
--- tmpfiles-kea.conf   (rev 0)
+++ tmpfiles-kea.conf   2017-08-08 11:25:46 UTC (rev 249565)
@@ -0,0 +1 @@
+d /run/kea 0755 root root -


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

2017-08-08 Thread Baptiste Jonglez
Date: Tuesday, August 8, 2017 @ 08:49:23
  Author: zorun
Revision: 249564

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

Added:
  argon2/repos/community-i686/PKGBUILD
(from rev 249563, argon2/trunk/PKGBUILD)
  argon2/repos/community-i686/fix-cflags.patch
(from rev 249563, argon2/trunk/fix-cflags.patch)
  argon2/repos/community-i686/libargon2.pc
(from rev 249563, argon2/trunk/libargon2.pc)
  argon2/repos/community-i686/only-install-shared-lib.patch
(from rev 249563, argon2/trunk/only-install-shared-lib.patch)
  argon2/repos/community-x86_64/PKGBUILD
(from rev 249563, argon2/trunk/PKGBUILD)
  argon2/repos/community-x86_64/fix-cflags.patch
(from rev 249563, argon2/trunk/fix-cflags.patch)
  argon2/repos/community-x86_64/libargon2.pc
(from rev 249563, argon2/trunk/libargon2.pc)
  argon2/repos/community-x86_64/only-install-shared-lib.patch
(from rev 249563, argon2/trunk/only-install-shared-lib.patch)
Deleted:
  argon2/repos/community-i686/PKGBUILD
  argon2/repos/community-i686/libargon2.pc
  argon2/repos/community-x86_64/PKGBUILD
  argon2/repos/community-x86_64/libargon2.pc

+
 /PKGBUILD  |   98 +++
 /libargon2.pc  |   22 +
 community-i686/PKGBUILD|   38 
 community-i686/fix-cflags.patch|   21 
 community-i686/libargon2.pc|   11 --
 community-i686/only-install-shared-lib.patch   |   17 +++
 community-x86_64/PKGBUILD  |   38 
 community-x86_64/fix-cflags.patch  |   21 
 community-x86_64/libargon2.pc  |   11 --
 community-x86_64/only-install-shared-lib.patch |   17 +++
 10 files changed, 196 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-08 08:48:21 UTC (rev 249563)
+++ community-i686/PKGBUILD 2017-08-08 08:49:23 UTC (rev 249564)
@@ -1,38 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-pkgname=argon2
-pkgver=20161029
-pkgrel=2
-pkgdesc="A password-hashing function (reference C implementation)"
-arch=("x86_64" "i686")
-url="https://github.com/P-H-C/phc-winner-argon2;
-license=('Apache')
-depends=("glibc")
-source=("https://github.com/P-H-C/phc-winner-argon2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-"libargon2.pc")
-sha256sums=('fe0049728b946b58b94cc6db89b34e2d050c62325d16316a534d2bedd78cd5e7'
-'4189ce6c183319ceaf2c4ec96facd424deeaa9e2819efb7511893bcf3ef5c836')
-
-prepare() {
-  cd "$srcdir/phc-winner-$pkgname-$pkgver"
-  cp "${srcdir}/libargon2.pc" libargon2.pc
-  sed -i -e "s/@UPSTREAM_VER@/${pkgver}/" libargon2.pc
-}
-
-build() {
-  cd "$srcdir/phc-winner-$pkgname-$pkgver"
-  make argon2 libs
-}
-
-check() {
-  cd "$srcdir/phc-winner-$pkgname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/phc-winner-$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  chmod -x "${pkgdir}/usr/include/argon2.h"
-  install -Dm644 libargon2.pc "${pkgdir}/usr/lib/pkgconfig/libargon2.pc"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: argon2/repos/community-i686/PKGBUILD (from rev 249563, 
argon2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-08 08:49:23 UTC (rev 249564)
@@ -0,0 +1,49 @@
+# Maintainer: Baptiste Jonglez 
+pkgname=argon2
+pkgver=20161029
+pkgrel=3
+pkgdesc="A password-hashing function (reference C implementation)"
+arch=("x86_64" "i686")
+url="https://github.com/P-H-C/phc-winner-argon2;
+license=('Apache')
+depends=("glibc")
+source=("https://github.com/P-H-C/phc-winner-argon2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+"libargon2.pc"
+"fix-cflags.patch"
+"only-install-shared-lib.patch")
+sha256sums=('fe0049728b946b58b94cc6db89b34e2d050c62325d16316a534d2bedd78cd5e7'
+'4189ce6c183319ceaf2c4ec96facd424deeaa9e2819efb7511893bcf3ef5c836'
+'4e6d2676d28a9a9a34ec58788ea942083e3892e6b67d2d765eafb32150246728'
+'5b032ecbbdf057518f13ba29a8599c376551170de891780923502b65ff8bc128')
+
+prepare() {
+  cd "$srcdir/phc-winner-$pkgname-$pkgver"
+  # Fix an attempt at voodoo magic with the build flags (resulting in
+  # -march=native, which produces invalid opcodes when run on older CPUs)
+  # Similar issue: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828779
+  patch -p1 < "${srcdir}/fix-cflags.patch"
+  # This just avoids compiling the static lib in the package() function.
+  patch -p1 < "${srcdir}/only-install-shared-lib.patch"
+  # Copy custom pkg-config file
+  cp "${srcdir}/libargon2.pc" libargon2.pc
+  sed -i -e "s/@UPSTREAM_VER@/${pkgver}/" libargon2.pc
+}
+
+build() {
+  cd "$srcdir/phc-winner-$pkgname-$pkgver"
+  make argon2 libargon2.so 

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

2017-08-08 Thread Baptiste Jonglez
Date: Tuesday, August 8, 2017 @ 08:48:21
  Author: zorun
Revision: 249563

argon2: Really fix build for i686

Modified:
  argon2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 08:40:11 UTC (rev 249562)
+++ PKGBUILD2017-08-08 08:48:21 UTC (rev 249563)
@@ -31,12 +31,12 @@
 
 build() {
   cd "$srcdir/phc-winner-$pkgname-$pkgver"
-  make argon2 libargon2.so OPTTARGET="${arch/_/-}"
+  make argon2 libargon2.so OPTTARGET="${pkgarch/_/-}"
 }
 
 check() {
   cd "$srcdir/phc-winner-$pkgname-$pkgver"
-  make test
+  make test OPTTARGET="${pkgarch/_/-}"
 }
 
 package() {


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

2017-08-08 Thread Baptiste Jonglez
Date: Tuesday, August 8, 2017 @ 08:40:11
  Author: zorun
Revision: 249562

argon2: Fix build for i686

Added:
  argon2/trunk/only-install-shared-lib.patch
Modified:
  argon2/trunk/PKGBUILD
  argon2/trunk/fix-cflags.patch

---+
 PKGBUILD  |   10 +++---
 fix-cflags.patch  |   31 ---
 only-install-shared-lib.patch |   17 +
 3 files changed, 32 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 08:17:13 UTC (rev 249561)
+++ PKGBUILD2017-08-08 08:40:11 UTC (rev 249562)
@@ -9,10 +9,12 @@
 depends=("glibc")
 
source=("https://github.com/P-H-C/phc-winner-argon2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
 "libargon2.pc"
-"fix-cflags.patch")
+"fix-cflags.patch"
+"only-install-shared-lib.patch")
 sha256sums=('fe0049728b946b58b94cc6db89b34e2d050c62325d16316a534d2bedd78cd5e7'
 '4189ce6c183319ceaf2c4ec96facd424deeaa9e2819efb7511893bcf3ef5c836'
-'9cbebcb3aab9477d4f1c2021f2014a707b3721072322d69c98dc97d3de4b48bb')
+'4e6d2676d28a9a9a34ec58788ea942083e3892e6b67d2d765eafb32150246728'
+'5b032ecbbdf057518f13ba29a8599c376551170de891780923502b65ff8bc128')
 
 prepare() {
   cd "$srcdir/phc-winner-$pkgname-$pkgver"
@@ -20,6 +22,8 @@
   # -march=native, which produces invalid opcodes when run on older CPUs)
   # Similar issue: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828779
   patch -p1 < "${srcdir}/fix-cflags.patch"
+  # This just avoids compiling the static lib in the package() function.
+  patch -p1 < "${srcdir}/only-install-shared-lib.patch"
   # Copy custom pkg-config file
   cp "${srcdir}/libargon2.pc" libargon2.pc
   sed -i -e "s/@UPSTREAM_VER@/${pkgver}/" libargon2.pc
@@ -27,7 +31,7 @@
 
 build() {
   cd "$srcdir/phc-winner-$pkgname-$pkgver"
-  make argon2 libargon2.so
+  make argon2 libargon2.so OPTTARGET="${arch/_/-}"
 }
 
 check() {

Modified: fix-cflags.patch
===
--- fix-cflags.patch2017-08-08 08:17:13 UTC (rev 249561)
+++ fix-cflags.patch2017-08-08 08:40:11 UTC (rev 249562)
@@ -1,15 +1,8 @@
 diff --git a/Makefile b/Makefile
-index 1838c13..4d5523b 100644
+index 1838c13..6c28506 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -21,29 +21,16 @@ GENKAT = genkat
- 
- DIST = phc-winner-argon2
- 
--SRC = src/argon2.c src/core.c src/blake2/blake2b.c src/thread.c src/encoding.c
-+SRC = src/argon2.c src/core.c src/blake2/blake2b.c src/thread.c 
src/encoding.c src/opt.c
- SRC_RUN = src/run.c
- SRC_BENCH = src/bench.c
+@@ -27,7 +27,7 @@ SRC_BENCH = src/bench.c
  SRC_GENKAT = src/genkat.c
  OBJ = $(SRC:.c=.o)
  
@@ -18,19 +11,11 @@
  CI_CFLAGS := $(CFLAGS) -Werror=declaration-after-statement 
-D_FORTIFY_SOURCE=2 \
-Wextra -Wno-type-limits -Werror -coverage 
-DTEST_LARGE_RAM
  
--OPTTARGET ?= native
--OPTTEST := $(shell $(CC) -Iinclude -Isrc -march=$(OPTTARGET) src/opt.c -c \
--  -o /dev/null 2>/dev/null; echo $$?)
--# Detect compatible platform
--ifneq ($(OPTTEST), 0)
--$(info Building without optimizations)
--  SRC += src/ref.c
--else
--$(info Building with optimizations for $(OPTTARGET))
+@@ -40,7 +40,6 @@ $(info Building without optimizations)
+   SRC += src/ref.c
+ else
+ $(info Building with optimizations for $(OPTTARGET))
 -  CFLAGS += -march=$(OPTTARGET)
--  SRC += src/opt.c
--endif
--
- BUILD_PATH := $(shell pwd)
- KERNEL_NAME := $(shell uname -s)
+   SRC += src/opt.c
+ endif
  

Added: only-install-shared-lib.patch
===
--- only-install-shared-lib.patch   (rev 0)
+++ only-install-shared-lib.patch   2017-08-08 08:40:11 UTC (rev 249562)
@@ -0,0 +1,17 @@
+diff --git a/Makefile b/Makefile
+index 6c28506..1c1b028 100644
+--- a/Makefile
 b/Makefile
+@@ -151,10 +151,10 @@ format:
+   clang-format -style="{BasedOnStyle: llvm, IndentWidth: 4}" \
+   -i include/*.h src/*.c src/*.h src/blake2/*.c 
src/blake2/*.h
+ 
+-install: $(RUN) libs
++install:
+   $(INSTALL) -d $(INST_INCLUDE)
+   $(INSTALL) $(HEADERS) $(INST_INCLUDE)
+   $(INSTALL) -d $(INST_LIBRARY)
+-  $(INSTALL) $(LIBRARIES) $(INST_LIBRARY)
++  $(INSTALL) $(LIB_SH) $(INST_LIBRARY)
+   $(INSTALL) -d $(INST_BINARY)
+   $(INSTALL) $(RUN) $(INST_BINARY)


[arch-commits] Commit in argon2/trunk (PKGBUILD fix-cflags.patch)

2017-08-08 Thread Baptiste Jonglez
Date: Tuesday, August 8, 2017 @ 08:17:13
  Author: zorun
Revision: 249561

argon2: remove -march=native build optimisation

Added:
  argon2/trunk/fix-cflags.patch
Modified:
  argon2/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 fix-cflags.patch |   36 
 2 files changed, 47 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 08:13:36 UTC (rev 249560)
+++ PKGBUILD2017-08-08 08:17:13 UTC (rev 249561)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=argon2
 pkgver=20161029
-pkgrel=2
+pkgrel=3
 pkgdesc="A password-hashing function (reference C implementation)"
 arch=("x86_64" "i686")
 url="https://github.com/P-H-C/phc-winner-argon2;
@@ -8,12 +8,19 @@
 license=('Apache')
 depends=("glibc")
 
source=("https://github.com/P-H-C/phc-winner-argon2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-"libargon2.pc")
+"libargon2.pc"
+"fix-cflags.patch")
 sha256sums=('fe0049728b946b58b94cc6db89b34e2d050c62325d16316a534d2bedd78cd5e7'
-'4189ce6c183319ceaf2c4ec96facd424deeaa9e2819efb7511893bcf3ef5c836')
+'4189ce6c183319ceaf2c4ec96facd424deeaa9e2819efb7511893bcf3ef5c836'
+'9cbebcb3aab9477d4f1c2021f2014a707b3721072322d69c98dc97d3de4b48bb')
 
 prepare() {
   cd "$srcdir/phc-winner-$pkgname-$pkgver"
+  # Fix an attempt at voodoo magic with the build flags (resulting in
+  # -march=native, which produces invalid opcodes when run on older CPUs)
+  # Similar issue: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828779
+  patch -p1 < "${srcdir}/fix-cflags.patch"
+  # Copy custom pkg-config file
   cp "${srcdir}/libargon2.pc" libargon2.pc
   sed -i -e "s/@UPSTREAM_VER@/${pkgver}/" libargon2.pc
 }
@@ -20,7 +27,7 @@
 
 build() {
   cd "$srcdir/phc-winner-$pkgname-$pkgver"
-  make argon2 libs
+  make argon2 libargon2.so
 }
 
 check() {

Added: fix-cflags.patch
===
--- fix-cflags.patch(rev 0)
+++ fix-cflags.patch2017-08-08 08:17:13 UTC (rev 249561)
@@ -0,0 +1,36 @@
+diff --git a/Makefile b/Makefile
+index 1838c13..4d5523b 100644
+--- a/Makefile
 b/Makefile
+@@ -21,29 +21,16 @@ GENKAT = genkat
+ 
+ DIST = phc-winner-argon2
+ 
+-SRC = src/argon2.c src/core.c src/blake2/blake2b.c src/thread.c src/encoding.c
++SRC = src/argon2.c src/core.c src/blake2/blake2b.c src/thread.c 
src/encoding.c src/opt.c
+ SRC_RUN = src/run.c
+ SRC_BENCH = src/bench.c
+ SRC_GENKAT = src/genkat.c
+ OBJ = $(SRC:.c=.o)
+ 
+-CFLAGS += -std=c89 -pthread -O3 -Wall -g -Iinclude -Isrc
++CFLAGS += -std=c89 -pthread -Iinclude -Isrc
+ CI_CFLAGS := $(CFLAGS) -Werror=declaration-after-statement 
-D_FORTIFY_SOURCE=2 \
+   -Wextra -Wno-type-limits -Werror -coverage 
-DTEST_LARGE_RAM
+ 
+-OPTTARGET ?= native
+-OPTTEST := $(shell $(CC) -Iinclude -Isrc -march=$(OPTTARGET) src/opt.c -c \
+-  -o /dev/null 2>/dev/null; echo $$?)
+-# Detect compatible platform
+-ifneq ($(OPTTEST), 0)
+-$(info Building without optimizations)
+-  SRC += src/ref.c
+-else
+-$(info Building with optimizations for $(OPTTARGET))
+-  CFLAGS += -march=$(OPTTARGET)
+-  SRC += src/opt.c
+-endif
+-
+ BUILD_PATH := $(shell pwd)
+ KERNEL_NAME := $(shell uname -s)
+ 


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

2017-08-08 Thread Felix Yan
Date: Tuesday, August 8, 2017 @ 08:13:36
  Author: felixonmars
Revision: 249560

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-08 08:12:34 UTC (rev 249559)
+++ community-i686/PKGBUILD 2017-08-08 08:13:36 UTC (rev 249560)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=glider
-pkgver=0.3.1
-pkgrel=1
-pkgdesc="A forward proxy with multiple protocols support"
-arch=('i686' 'x86_64')
-url="https://github.com/nadoo/glider;
-license=('GPL')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz;)
-sha512sums=('d24c03d233c985ebe10edd24dd0a04872f19830aa7997a34c02c4605868a76cc596bfc09b057b397a5b024cd4e0e0b639d7c861f40be0a60ac541f2164eb144d')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir"/.gopath
-
-  go get github.com/nadoo/conflag github.com/shadowsocks/go-shadowsocks2/core
-}
-
-build() {
-  cd glider-$pkgver
-  go build
-}
-
-package() {
-  cd glider-$pkgver
-  install -Dm755 glider-$pkgver "$pkgdir"/usr/bin/glider
-  install -Dm644 glider.conf.example "$pkgdir"/etc/glider/glider.conf.example
-  install -Dm644 systemd/glider@.service 
"$pkgdir"/usr/lib/systemd/system/glider@.service
-}

Copied: glider/repos/community-i686/PKGBUILD (from rev 249559, 
glider/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-08 08:13:36 UTC (rev 249560)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=glider
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="A forward proxy with multiple protocols support"
+arch=('i686' 'x86_64')
+url="https://github.com/nadoo/glider;
+license=('GPL')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz;)
+sha512sums=('36ca2d59a63960b1883e73c70f07d12843fb1fd6117d2ad7e2042240affe611463e81809da0269b260553546128ef22e898acfde4f7e0ca210bbd6dfc2e46dc8')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir"/.gopath
+
+  go get github.com/nadoo/conflag github.com/shadowsocks/go-shadowsocks2/core
+}
+
+build() {
+  cd glider-$pkgver
+  go build
+}
+
+package() {
+  cd glider-$pkgver
+  install -Dm755 glider-$pkgver "$pkgdir"/usr/bin/glider
+  install -Dm644 glider.conf.example "$pkgdir"/etc/glider/glider.conf.example
+  install -Dm644 systemd/glider@.service 
"$pkgdir"/usr/lib/systemd/system/glider@.service
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-08 08:12:34 UTC (rev 249559)
+++ community-x86_64/PKGBUILD   2017-08-08 08:13:36 UTC (rev 249560)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=glider
-pkgver=0.3.1
-pkgrel=1
-pkgdesc="A forward proxy with multiple protocols support"
-arch=('i686' 'x86_64')
-url="https://github.com/nadoo/glider;
-license=('GPL')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz;)
-sha512sums=('d24c03d233c985ebe10edd24dd0a04872f19830aa7997a34c02c4605868a76cc596bfc09b057b397a5b024cd4e0e0b639d7c861f40be0a60ac541f2164eb144d')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir"/.gopath
-
-  go get github.com/nadoo/conflag github.com/shadowsocks/go-shadowsocks2/core
-}
-
-build() {
-  cd glider-$pkgver
-  go build
-}
-
-package() {
-  cd glider-$pkgver
-  install -Dm755 glider-$pkgver "$pkgdir"/usr/bin/glider
-  install -Dm644 glider.conf.example "$pkgdir"/etc/glider/glider.conf.example
-  install -Dm644 systemd/glider@.service 
"$pkgdir"/usr/lib/systemd/system/glider@.service
-}

Copied: glider/repos/community-x86_64/PKGBUILD (from rev 249559, 
glider/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-08 08:13:36 UTC (rev 249560)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=glider
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="A forward proxy with multiple protocols support"
+arch=('i686' 'x86_64')

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

2017-08-08 Thread Felix Yan
Date: Tuesday, August 8, 2017 @ 08:12:34
  Author: felixonmars
Revision: 249559

upgpkg: glider 0.3.2-1

Modified:
  glider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 07:47:37 UTC (rev 249558)
+++ PKGBUILD2017-08-08 08:12:34 UTC (rev 249559)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=glider
-pkgver=0.3.1
+pkgver=0.3.2
 pkgrel=1
 pkgdesc="A forward proxy with multiple protocols support"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz;)
-sha512sums=('d24c03d233c985ebe10edd24dd0a04872f19830aa7997a34c02c4605868a76cc596bfc09b057b397a5b024cd4e0e0b639d7c861f40be0a60ac541f2164eb144d')
+sha512sums=('36ca2d59a63960b1883e73c70f07d12843fb1fd6117d2ad7e2042240affe611463e81809da0269b260553546128ef22e898acfde4f7e0ca210bbd6dfc2e46dc8')
 
 prepare() {
   mkdir .gopath


  1   2   >