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

2017-07-04 Thread Jürgen Hötzel
Date: Tuesday, July 4, 2017 @ 16:41:46
  Author: juergen
Revision: 299673

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

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 299672, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 299672, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 299672, sbcl/trunk/texinfo-4.13a-data_types.patch)
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 299672, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 299672, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch
(from rev 299672, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch

-+
 /PKGBUILD   |  150 ++
 /arch-fixes.lisp|   42 +++
 /texinfo-4.13a-data_types.patch |   64 +++
 extra-i686/PKGBUILD |   75 -
 extra-i686/arch-fixes.lisp  |   21 ---
 extra-i686/texinfo-4.13a-data_types.patch   |   32 -
 extra-x86_64/PKGBUILD   |   75 -
 extra-x86_64/arch-fixes.lisp|   21 ---
 extra-x86_64/texinfo-4.13a-data_types.patch |   32 -
 9 files changed, 256 insertions(+), 256 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-04 16:41:33 UTC (rev 299672)
+++ extra-i686/PKGBUILD 2017-07-04 16:41:46 UTC (rev 299673)
@@ -1,75 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.3.18
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  "arch-fixes.lisp")
-sha256sums=('fb2d622cba55ac441b7eb1be3c7343cd5e80f0c194bc648341aa0bb08f61398e'
-'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
-  export GNUMAKE="make"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-  unset MAKEFLAGS
-  if [[ ${CARCH} = x86_64  ]]; then
-enable_disable_largefile=enable
-  else
-enable_disable_largefile=disable
-  fi
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat >customize-target-features.lisp <
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.3.19
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  "arch-fixes.lisp")
+sha256sums=('b5eb98537aaa7afe24851a6da2f65798c6607e975062618dba33fa3a087fc018'
+'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
+  export GNUMAKE="make"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+  unset MAKEFLAGS
+  if [[ ${CARCH} = x86_64  ]]; then
+enable_disable_largefile=enable
+  else
+enable_disable_largefile=disable
+  fi
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat >customize-target-features.lisp <= endp)
-   break;

Copied: sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch (from rev 299672, 
sbcl/trunk/texinfo-4.13a-data_types.patch)
===
--- extra-i686/texinfo-4.13a-data_types.patch   (rev 0)
+++ extra-i686/texinfo-4.13a-data_types.patch   2017-07-04 16:41:46 UTC (rev 
299673)
@@ -0,0 +1,32 @@
+diff -up texinfo-4.13/info/window.c_old texinfo-4.13/info/window.c
+--- texinfo-4.13/info/window.c_old 2009-08-04 13:46:15.0 +0200
 texinfo-4.13/info/window.c 2009-08-04 13:47:29.0 +0200
+@@ -1581,7 +1581,7 @@ process_node_text (WINDOW *win, char *st
+   const char *carried_over_ptr;
+ 

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

2017-07-04 Thread Jürgen Hötzel
Date: Tuesday, July 4, 2017 @ 16:41:33
  Author: juergen
Revision: 299672

upgpkg: sbcl 1.3.19-1

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 16:40:02 UTC (rev 299671)
+++ PKGBUILD2017-07-04 16:41:33 UTC (rev 299672)
@@ -5,7 +5,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.3.18
+pkgver=1.3.19
 pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
 url="http://www.sbcl.org/;
@@ -16,7 +16,7 @@
 makedepends=('sbcl')
 
source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
   "arch-fixes.lisp")
-sha256sums=('fb2d622cba55ac441b7eb1be3c7343cd5e80f0c194bc648341aa0bb08f61398e'
+sha256sums=('b5eb98537aaa7afe24851a6da2f65798c6607e975062618dba33fa3a087fc018'
 'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
 
 


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

2017-07-04 Thread Jürgen Hötzel
Date: Tuesday, July 4, 2017 @ 16:40:02
  Author: juergen
Revision: 299671

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

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 299670, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 299670, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 299670, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 299670, maxima/trunk/maxima.desktop)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop

-+
 /PKGBUILD   |  114 ++
 /maxima.desktop |   22 
 extra-i686/PKGBUILD |   57 -
 extra-i686/maxima.desktop   |   11 
 extra-x86_64/PKGBUILD   |   57 -
 extra-x86_64/maxima.desktop |   11 
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-04 16:39:48 UTC (rev 299670)
+++ extra-i686/PKGBUILD 2017-07-04 16:40:02 UTC (rev 299671)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.38.1
-pkgrel=6
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net;
-depends=('sbcl=1.3.18' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
-sha1sums=('db4fb31512299e9971cfbc75cc60ca628861d3f5'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-#check() {  # test 23&129 fail from rtest_taylor
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make check
-#}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d "${pkgdir}/usr/share/pixmaps/"
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 299670, 
maxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-04 16:40:02 UTC (rev 299671)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.38.1
+pkgrel=7
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net;
+depends=('sbcl=1.3.19' 'texinfo' 'sh' 'shared-mime-info')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
+sha1sums=('db4fb31512299e9971cfbc75cc60ca628861d3f5'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+#check() {  # test 23&129 fail from rtest_taylor

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

2017-07-04 Thread Jürgen Hötzel
Date: Tuesday, July 4, 2017 @ 16:39:48
  Author: juergen
Revision: 299670

sbcl 1.3.19 rebuild

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 12:34:21 UTC (rev 299669)
+++ PKGBUILD2017-07-04 16:39:48 UTC (rev 299670)
@@ -4,12 +4,12 @@
 
 pkgname=maxima
 pkgver=5.38.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A sophisticated computer algebra system"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://maxima.sourceforge.net;
-depends=('sbcl=1.3.18' 'texinfo' 'sh' 'shared-mime-info')
+depends=('sbcl=1.3.19' 'texinfo' 'sh' 'shared-mime-info')
 makedepends=('python2' 'emacs')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version


[arch-commits] Commit in python-pytest-asyncio/repos (2 files)

2017-07-04 Thread Felix Yan
Date: Tuesday, July 4, 2017 @ 15:58:52
  Author: felixonmars
Revision: 242321

archrelease: copy trunk to community-any

Added:
  python-pytest-asyncio/repos/community-any/
  python-pytest-asyncio/repos/community-any/PKGBUILD
(from rev 242320, python-pytest-asyncio/trunk/PKGBUILD)

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

Copied: python-pytest-asyncio/repos/community-any/PKGBUILD (from rev 242320, 
python-pytest-asyncio/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-07-04 15:58:52 UTC (rev 242321)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-asyncio
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Pytest support for asyncio."
+arch=('any')
+license=('Apache')
+url="https://github.com/pytest-dev/pytest-asyncio/;
+depends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz;)
+sha512sums=('d46d93398c69eb4164ca485c32de0166a9c7001c604999e9b6f2b29e45e1d5939a6e101203057c26e3e811f22f9a05b76e2038f258421001bc436e849acb9137')
+
+build() {
+  cd pytest-asyncio-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-asyncio-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
+}
+
+package() {
+  cd pytest-asyncio-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in (4 files)

2017-07-04 Thread Felix Yan
Date: Tuesday, July 4, 2017 @ 15:58:12
  Author: felixonmars
Revision: 242320

addpkg: python-pytest-asyncio 0.6.0-1

Added:
  python-pytest-asyncio/
  python-pytest-asyncio/repos/
  python-pytest-asyncio/trunk/
  python-pytest-asyncio/trunk/PKGBUILD

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

Added: python-pytest-asyncio/trunk/PKGBUILD
===
--- python-pytest-asyncio/trunk/PKGBUILD(rev 0)
+++ python-pytest-asyncio/trunk/PKGBUILD2017-07-04 15:58:12 UTC (rev 
242320)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-asyncio
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Pytest support for asyncio."
+arch=('any')
+license=('Apache')
+url="https://github.com/pytest-dev/pytest-asyncio/;
+depends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz;)
+sha512sums=('d46d93398c69eb4164ca485c32de0166a9c7001c604999e9b6f2b29e45e1d5939a6e101203057c26e3e811f22f9a05b76e2038f258421001bc436e849acb9137')
+
+build() {
+  cd pytest-asyncio-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-asyncio-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
+}
+
+package() {
+  cd pytest-asyncio-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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


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

2017-07-04 Thread NicoHood
Date: Tuesday, July 4, 2017 @ 14:43:51
  Author: nicohood
Revision: 242319

Removed invalid, duplicated GPG key

Modified:
  rkt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 14:31:04 UTC (rev 242318)
+++ PKGBUILD2017-07-04 14:43:51 UTC (rev 242319)
@@ -36,7 +36,7 @@
 ilog2.patch)
 noextract=(coreos_production_pxe_image.cpio.gz
kvmtool-$KVMTOOL_VERSION.tar.gz)
-validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4' '48F9B96A2E16137F')
+validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4')
 sha256sums=('213427c551ddc912622e967b30437e13485b88dcf7021c977a3205a1b03801a1'
 '988e4ad8e044dd8bff54cb5e0a34a1ed25cf7bc8cc241f1a90e3fe7f1412f315'
 'SKIP'


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

2017-07-04 Thread Sergej Pupykin
Date: Tuesday, July 4, 2017 @ 13:14:51
  Author: spupykin
Revision: 242316

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 242315, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 242315, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 242315, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-i686/print-deps.sh
(from rev 242315, ejabberd/trunk/print-deps.sh)
  ejabberd/repos/community-i686/sysuser.conf
(from rev 242315, ejabberd/trunk/sysuser.conf)
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 242315, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 242315, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 242315, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/print-deps.sh
(from rev 242315, ejabberd/trunk/print-deps.sh)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 242315, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service
  ejabberd/repos/community-i686/sysuser.conf
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service
  ejabberd/repos/community-x86_64/sysuser.conf

-+
 /PKGBUILD   |  288 ++
 /ejabberd.logrotate |   24 ++
 /ejabberd.service   |   30 +++
 /sysuser.conf   |4 
 community-i686/PKGBUILD |  153 --
 community-i686/ejabberd.logrotate   |   12 -
 community-i686/ejabberd.service |   15 -
 community-i686/print-deps.sh|   25 ++
 community-i686/sysuser.conf |2 
 community-x86_64/PKGBUILD   |  153 --
 community-x86_64/ejabberd.logrotate |   12 -
 community-x86_64/ejabberd.service   |   15 -
 community-x86_64/print-deps.sh  |   25 ++
 community-x86_64/sysuser.conf   |2 
 14 files changed, 396 insertions(+), 364 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-04 13:14:15 UTC (rev 242315)
+++ community-i686/PKGBUILD 2017-07-04 13:14:51 UTC (rev 242316)
@@ -1,153 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-#
-# cd deps ; ls -1 | while read g; do (test -d $g && cd $g && sh ../t.sh); done 
>qwe
-#
-# U=`grep 'url =' .git/config | cut -f2 -d= | tr -d ' '`
-# C=`git rev-parse HEAD`
-# N=`basename $(pwd)`
-# echo -e "\t\"$N::$U#commit=$C\""
-#
-
-pkgname=ejabberd
-pkgver=17.04
-pkgrel=2
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64' 'i686')
-url="http://www.ejabberd.im/;
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"cache_tab::git://github.com/processone/cache_tab#commit=89659f4e3c8c67fca351f709e1ea7b0f6327948d"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=3dbfb92860fb24f83c92e1f1b67f48554fb211d6"
-   
"epam::git://github.com/processone/epam#commit=488759ff2bbfdbfb9e2a253857c049bc8a357da0"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=c4f971f93f6141f716bf0e8f4cc2e2acdba16aaa"
-   
"ezlib::git://github.com/processone/ezlib#commit=e42ce61e60dd312ac60ef299d7f6f4522af577e5"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=2ae628f6e0d1acb09e683b1a5978909ade8f3038"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=dca6aaf422e3d82cc616d4f22187ce2bdb5af3c9"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=d5cc9701cf0bd15de129453c82ef433bd752a27c"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=212299233c7e7eb63a97be2777e1c05ebaa58dbe"
-   
"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=98bc7aa19ea081478c816824aa05fc5a48acae66"
-   
"iconv::git://github.com/processone/iconv#commit=4886399bd973c8544821f5b70482ef54168155b8"
-   
"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
-   

[arch-commits] Commit in ejabberd/trunk (PKGBUILD print-deps.sh)

2017-07-04 Thread Sergej Pupykin
Date: Tuesday, July 4, 2017 @ 13:14:15
  Author: spupykin
Revision: 242315

upgpkg: ejabberd 17.06-1

Added:
  ejabberd/trunk/print-deps.sh
Modified:
  ejabberd/trunk/PKGBUILD

---+
 PKGBUILD  |   47 +++
 print-deps.sh |   25 +
 2 files changed, 44 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 12:51:18 UTC (rev 242314)
+++ PKGBUILD2017-07-04 13:14:15 UTC (rev 242315)
@@ -3,18 +3,9 @@
 # Contributor: Jeff 'codemac' Mickey 
 # Contributor: Alexander Rødseth 
 
-#
-# cd deps ; ls -1 | while read g; do (test -d $g && cd $g && sh ../t.sh); done 
>qwe
-#
-# U=`grep 'url =' .git/config | cut -f2 -d= | tr -d ' '`
-# C=`git rev-parse HEAD`
-# N=`basename $(pwd)`
-# echo -e "\t\"$N::$U#commit=$C\""
-#
-
 pkgname=ejabberd
-pkgver=17.04
-pkgrel=2
+pkgver=17.06
+pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64' 'i686')
 url="http://www.ejabberd.im/;
@@ -27,27 +18,27 @@
'etc/logrotate.d/ejabberd')
 options=(emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"cache_tab::git://github.com/processone/cache_tab#commit=89659f4e3c8c67fca351f709e1ea7b0f6327948d"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=3dbfb92860fb24f83c92e1f1b67f48554fb211d6"
-   
"epam::git://github.com/processone/epam#commit=488759ff2bbfdbfb9e2a253857c049bc8a357da0"
+   
"cache_tab::git://github.com/processone/cache_tab#commit=b6af49e8f71c69cedd044017e06d7e2022a3173e"
+   
"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"
+   
"epam::git://github.com/processone/epam#commit=0ead169d7f6a3f2d0b64cca282487e4fedfbffd9"

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=c4f971f93f6141f716bf0e8f4cc2e2acdba16aaa"
+   
"esip::git://github.com/processone/esip#commit=fe18688ecdfe2d31da595f16a35e0d54a5e04b54"

"ezlib::git://github.com/processone/ezlib#commit=e42ce61e60dd312ac60ef299d7f6f4522af577e5"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=2ae628f6e0d1acb09e683b1a5978909ade8f3038"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=dca6aaf422e3d82cc616d4f22187ce2bdb5af3c9"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=d5cc9701cf0bd15de129453c82ef433bd752a27c"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=212299233c7e7eb63a97be2777e1c05ebaa58dbe"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=d0f8fc07657f4409e1d115cbf63e98015525913f"
+   
"fast_xml::git://github.com/processone/fast_xml#commit=46c24036ff3c6150ad7dabb95e1aaff73a6437e6"
+   
"fast_yaml::git://github.com/processone/fast_yaml#commit=a1649cd561a315ad40a1461f8a2038680cd146b2"
+   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"

"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=98bc7aa19ea081478c816824aa05fc5a48acae66"
-   
"iconv::git://github.com/processone/iconv#commit=4886399bd973c8544821f5b70482ef54168155b8"
+   
"iconv::git://github.com/processone/iconv#commit=888cbaa256bd8eff17ba73742a4b2f5706135cc6"

"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
-   
"lager::git://github.com/basho/lager#commit=8187757388c9adc915379caaab36a2f2ca26e944"
+   
"lager::git://github.com/erlang-lager/lager#commit=a10c23c51dea6bbd63e5048c8a5a702169973114"

"luerl::git://github.com/rvirding/luerl#commit=f7b2cc0ab6fa4245ebeda0169fc994aff0628bf9"

"meck::git://github.com/eproxus/meck#commit=70d6a33ce7407029dc59e22a5b3c1c61c1348b23"

"moka::git://github.com/processone/moka.git#commit=3eed3a6dd7dedb70a6cd18f86c7561a18626eb3b"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=45ac9ffc243c0822c6f58ca2da04ef55351a0e42"
+   
"p1_mysql::git://github.com/processone/p1_mysql#commit=eab8ad1ef00bb953e61ea80b40443a7f7c5a833c"

"p1_oauth2::git://github.com/processone/p1_oauth2#commit=34f9b20fd68134a4646130bdcf1abf320f815a00"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=8040c9a33104a3fe214e2fde353ef2d96f9feffe"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=49bc12a09eac8e68d18dae911774ec46daed"
+   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=d33b40694f510b88481e6a62356183799fbf1b24"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=2431d02f3364cbd21411a2a5b2c0ee37b3d7da6a"

"protobuffs::git://github.com/basho/erlang_protobuffs.git#commit=0d0a8e56adab129836d6ff582a9bca103a0c"


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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 12:51:18
  Author: lcarlier
Revision: 242314

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 12:51:00 UTC (rev 242313)
+++ PKGBUILD2017-07-04 12:51:18 UTC (rev 242314)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-
-_pkgbasename=harfbuzz
-pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=1.4.1
-pkgrel=2
-pkgdesc="OpenType text shaping engine (32-bit)"
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-arch=(x86_64)
-license=(MIT)
-makedepends=(lib32-glib2 lib32-freetype2 lib32-icu $_pkgbasename gcc-multilib 
ragel git)
-_commit=af596a5655ee2ed09da17a7de79f619e1547dcd9  # tags/1.4.1^0
-source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $_pkgbasename
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $_pkgbasename
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd $_pkgbasename
- 
-  CFLAGS+=' -DNDEBUG'
-  CXXFLAGS+=' -DNDEBUG'
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-glib --with-freetype --without-cairo --with-icu --without-graphite2 
\
---with-gobject --disable-gtk-doc
-  make
-}
-
-check() {
-  cd $_pkgbasename
-}
-
-package_lib32-harfbuzz() {
-  depends=(lib32-glib2 lib32-freetype2 harfbuzz)
-
-  cd $_pkgbasename
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s harfbuzz "$pkgdir/usr/share/licenses/lib32-harfbuzz"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/lib32/pkgconfig; cd ../hb-icu
-  mv "$pkgdir"/usr/lib32/libharfbuzz-icu* ./usr/lib32
-  mv "$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc ./usr/lib32/pkgconfig
-}
-
-package_lib32-harfbuzz-icu() {
-  pkgdesc="OpenType text shaping engine (32-bit, ICU integration)"
-  depends=(lib32-harfbuzz lib32-icu harfbuzz-icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s harfbuzz-icu "$pkgdir/usr/share/licenses/lib32-harfbuzz-icu"
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 242313, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 12:51:18 UTC (rev 242314)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Florian Pritz 
+
+_pkgbasename=harfbuzz
+pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
+pkgver=1.4.6
+pkgrel=1
+pkgdesc="OpenType text shaping engine (32-bit)"
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+arch=(x86_64)
+license=(MIT)
+makedepends=(lib32-glib2 lib32-freetype2 lib32-icu $_pkgbasename gcc-multilib 
ragel git)
+_commit=141b33de9a141248e2f034d55f48460159536cb9 # tags/1.4.6^0
+source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgbasename
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $_pkgbasename
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd $_pkgbasename
+ 
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--without-cairo \
+--with-freetype \
+--with-glib \
+--with-gobject \
+--without-graphite2 \
+--with-icu \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_lib32-harfbuzz() {
+  depends=(lib32-glib2 lib32-freetype2 harfbuzz)
+
+  cd $_pkgbasename
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s harfbuzz "$pkgdir/usr/share/licenses/lib32-harfbuzz"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/lib32/pkgconfig; cd ../hb-icu
+  mv "$pkgdir"/usr/lib32/libharfbuzz-icu* ./usr/lib32
+  mv "$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc ./usr/lib32/pkgconfig
+}
+
+package_lib32-harfbuzz-icu() {
+  pkgdesc="OpenType text shaping engine (32-bit, ICU integration)"
+  depends=(lib32-harfbuzz lib32-icu harfbuzz-icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s harfbuzz-icu "$pkgdir/usr/share/licenses/lib32-harfbuzz-icu"
+}


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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 12:51:00
  Author: lcarlier
Revision: 242313

upgpkg: lib32-harfbuzz 1.4.6-1

upstream update 1.4.6

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 12:38:42 UTC (rev 242312)
+++ PKGBUILD2017-07-04 12:51:00 UTC (rev 242313)
@@ -3,14 +3,14 @@
 
 _pkgbasename=harfbuzz
 pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.6
+pkgrel=1
 pkgdesc="OpenType text shaping engine (32-bit)"
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
 arch=(x86_64)
 license=(MIT)
 makedepends=(lib32-glib2 lib32-freetype2 lib32-icu $_pkgbasename gcc-multilib 
ragel git)
-_commit=af596a5655ee2ed09da17a7de79f619e1547dcd9  # tags/1.4.1^0
+_commit=141b33de9a141248e2f034d55f48460159536cb9 # tags/1.4.6^0
 source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -31,18 +31,20 @@
 
   cd $_pkgbasename
  
-  CFLAGS+=' -DNDEBUG'
-  CXXFLAGS+=' -DNDEBUG'
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-glib --with-freetype --without-cairo --with-icu --without-graphite2 
\
---with-gobject --disable-gtk-doc
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--without-cairo \
+--with-freetype \
+--with-glib \
+--with-gobject \
+--without-graphite2 \
+--with-icu \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
-check() {
-  cd $_pkgbasename
-}
-
 package_lib32-harfbuzz() {
   depends=(lib32-glib2 lib32-freetype2 harfbuzz)
 


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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 12:38:28
  Author: lcarlier
Revision: 242311

upgpkg: lib32-libcups 2.2.4-1

upstream update 2.2.4

Modified:
  lib32-libcups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 12:36:26 UTC (rev 242310)
+++ PKGBUILD2017-07-04 12:38:28 UTC (rev 242311)
@@ -3,15 +3,17 @@
 
 _pkgbasename=libcups
 pkgname=lib32-$_pkgbasename
-pkgver=2.2.1
+pkgver=2.2.4
 pkgrel=1
 pkgdesc="The CUPS Printing System - client libraries (32-bit)"
 arch=('x86_64')
 license=('GPL')
-url="http://www.cups.org/;
+url="https://www.cups.org/;
 depends=(lib32-krb5 lib32-libtiff lib32-libpng lib32-gnutls $_pkgbasename)
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz)
-md5sums=('a94da2a1e9dbdccb4f3836a38a431931')
+source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig})
+sha256sums=('596d4db72651c335469ae5f37b0da72ac9f97d73e30838d787065f559dea98cc'
+'SKIP')
+validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
 
 build() {
   export CC="gcc -m32"


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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 12:38:42
  Author: lcarlier
Revision: 242312

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 12:38:28 UTC (rev 242311)
+++ PKGBUILD2017-07-04 12:38:42 UTC (rev 242312)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-_pkgbasename=libcups
-pkgname=lib32-$_pkgbasename
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="The CUPS Printing System - client libraries (32-bit)"
-arch=('x86_64')
-license=('GPL')
-url="http://www.cups.org/;
-depends=(lib32-krb5 lib32-libtiff lib32-libpng lib32-gnutls $_pkgbasename)
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz)
-md5sums=('a94da2a1e9dbdccb4f3836a38a431931')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/cups-${pkgver}
-
-  aclocal -I config-scripts
-  autoconf -I config-scripts
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-ldap --enable-raw-printing --disable-gssapi --disable-dbus \
- --enable-ssl=yes--enable-threads --enable-libusb=no \
---disable-avahi --disable-dnssd \
- --with-optim="$CFLAGS" --libdir=/usr/lib32
-  make libs
-}
-
-package() {
-  cd ${srcdir}/cups-${pkgver}
-  make BUILDROOT=${pkgdir} install-libs
-  rm -rf "$pkgdir/usr/lib"
-}
-

Copied: lib32-libcups/repos/multilib-x86_64/PKGBUILD (from rev 242311, 
lib32-libcups/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 12:38:42 UTC (rev 242312)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+_pkgbasename=libcups
+pkgname=lib32-$_pkgbasename
+pkgver=2.2.4
+pkgrel=1
+pkgdesc="The CUPS Printing System - client libraries (32-bit)"
+arch=('x86_64')
+license=('GPL')
+url="https://www.cups.org/;
+depends=(lib32-krb5 lib32-libtiff lib32-libpng lib32-gnutls $_pkgbasename)
+source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig})
+sha256sums=('596d4db72651c335469ae5f37b0da72ac9f97d73e30838d787065f559dea98cc'
+'SKIP')
+validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/cups-${pkgver}
+
+  aclocal -I config-scripts
+  autoconf -I config-scripts
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-ldap --enable-raw-printing --disable-gssapi --disable-dbus \
+ --enable-ssl=yes--enable-threads --enable-libusb=no \
+--disable-avahi --disable-dnssd \
+ --with-optim="$CFLAGS" --libdir=/usr/lib32
+  make libs
+}
+
+package() {
+  cd ${srcdir}/cups-${pkgver}
+  make BUILDROOT=${pkgdir} install-libs
+  rm -rf "$pkgdir/usr/lib"
+}
+


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

2017-07-04 Thread Christian Hesse
Date: Tuesday, July 4, 2017 @ 12:36:26
  Author: eworm
Revision: 242310

this is [community]...

Added:
  virtualbox-modules-arch/repos/community-testing-i686/
  virtualbox-modules-arch/repos/community-testing-x86_64/
Deleted:
  virtualbox-modules-arch/repos/testing-i686/
  virtualbox-modules-arch/repos/testing-x86_64/


[arch-commits] Commit in virtualbox/repos (50 files)

2017-07-04 Thread Christian Hesse
Date: Tuesday, July 4, 2017 @ 12:34:52
  Author: eworm
Revision: 242309

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

Added:
  virtualbox/repos/community-testing-i686/
  virtualbox/repos/community-testing-i686/002-dri-driver-path.patch
(from rev 242308, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-testing-i686/003-ogl-include-path.patch
(from rev 242308, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-testing-i686/005-gsoap-build.patch
(from rev 242308, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 242308, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-i686/007-python2-path.patch
(from rev 242308, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-testing-i686/008-no-vboxvideo.patch
(from rev 242308, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-testing-i686/009-gcc-7.patch
(from rev 242308, virtualbox/trunk/009-gcc-7.patch)
  virtualbox/repos/community-testing-i686/60-vboxdrv.rules
(from rev 242308, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-i686/60-vboxguest.rules
(from rev 242308, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-i686/LocalConfig.kmk
(from rev 242308, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-i686/PKGBUILD
(from rev 242308, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-i686/build.sh
(from rev 242308, virtualbox/trunk/build.sh)
  virtualbox/repos/community-testing-i686/vboxreload
(from rev 242308, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-i686/vboxservice-nox.service
(from rev 242308, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-i686/vboxservice.service
(from rev 242308, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-i686/vboxweb.service
(from rev 242308, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-testing-i686/virtualbox-ext-vnc.install
(from rev 242308, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-testing-i686/virtualbox-guest-dkms.conf
(from rev 242308, virtualbox/trunk/virtualbox-guest-dkms.conf)
  virtualbox/repos/community-testing-i686/virtualbox-guest-dkms.install
(from rev 242308, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-testing-i686/virtualbox-guest-utils.sysusers
(from rev 242308, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-testing-i686/virtualbox-host-dkms.conf
(from rev 242308, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-testing-i686/virtualbox-host-dkms.install
(from rev 242308, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-testing-i686/virtualbox.install
(from rev 242308, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-testing-i686/virtualbox.sysusers
(from rev 242308, virtualbox/trunk/virtualbox.sysusers)
  virtualbox/repos/community-testing-x86_64/
  virtualbox/repos/community-testing-x86_64/002-dri-driver-path.patch
(from rev 242308, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-testing-x86_64/003-ogl-include-path.patch
(from rev 242308, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-testing-x86_64/005-gsoap-build.patch
(from rev 242308, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 242308, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-x86_64/007-python2-path.patch
(from rev 242308, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-testing-x86_64/008-no-vboxvideo.patch
(from rev 242308, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-testing-x86_64/009-gcc-7.patch
(from rev 242308, virtualbox/trunk/009-gcc-7.patch)
  virtualbox/repos/community-testing-x86_64/60-vboxdrv.rules
(from rev 242308, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-x86_64/60-vboxguest.rules
(from rev 242308, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-x86_64/LocalConfig.kmk
(from rev 242308, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-x86_64/PKGBUILD
(from rev 242308, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-x86_64/build.sh
(from rev 242308, virtualbox/trunk/build.sh)
  virtualbox/repos/community-testing-x86_64/vboxreload
(from rev 242308, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-x86_64/vboxservice-nox.service
(from rev 242308, virtualbox/trunk/vboxservice-nox.service)
  

[arch-commits] Commit in virtualbox/trunk (009-gcc-7.patch PKGBUILD)

2017-07-04 Thread Christian Hesse
Date: Tuesday, July 4, 2017 @ 12:34:35
  Author: eworm
Revision: 242308

upgpkg: virtualbox 5.1.22-3

include gcc 7 build fix

Added:
  virtualbox/trunk/009-gcc-7.patch
Modified:
  virtualbox/trunk/PKGBUILD

-+
 009-gcc-7.patch |  303 ++
 PKGBUILD|4 
 2 files changed, 306 insertions(+), 1 deletion(-)

Added: 009-gcc-7.patch
===
--- 009-gcc-7.patch (rev 0)
+++ 009-gcc-7.patch 2017-07-04 12:34:35 UTC (rev 242308)
@@ -0,0 +1,303 @@
+Index: trunk/src/recompiler/Makefile.kmk
+===
+--- trunk/src/recompiler/Makefile.kmk  (revision 67289)
 trunk/src/recompiler/Makefile.kmk  (revision 67298)
+@@ -320,7 +320,8 @@
+ 
+ $$(VBoxREMImp_0_OUTDIR)/VBoxREMRes.o: $(VBOX_PATH_RECOMPILER_SRC)/VBoxREM.rc 
$(MAKEFILE_CURRENT) $(VBOX_VERSION_MK) | $$(dir $$@)
+   $(call MSG_GENERATE,,$@)
+-  $(QUIET)$(REDIRECT) -E 'COMSPEC=$(VBOX_GOOD_COMSPEC_BS)' -- 
$(TOOL_MINGWW64_PREFIX)windres \
++  $(QUIET)$(REDIRECT) -E 'COMSPEC=$(VBOX_GOOD_COMSPEC_BS)' \
++  -- 
$(TOOL_$(VBoxRemPrimary_TOOL.win.$(KBUILD_TARGET_ARCH))_PREFIX)windres \
+   $(addprefix -I,$(INCS) $(PATH_SDK_$(VBOX_WINPSDK)_INC) 
$(PATH_TOOL_$(VBOX_VCC_TOOL)_INC)) \
+   -DVBOX_SVN_REV=$(VBOX_SVN_REV) \
+   -DVBOX_SVN_REV_MOD_5K=$(expr $(VBOX_SVN_REV) % 5) \
+Index: trunk/src/VBox/Runtime/common/math/gcc/udivmoddi4.c
+===
+--- trunk/src/VBox/Runtime/common/math/gcc/udivmoddi4.c(nonexistent)
 trunk/src/VBox/Runtime/common/math/gcc/udivmoddi4.c(revision 67298)
+@@ -0,0 +1,53 @@
++/* $Id$ */
++/** @file
++ * IPRT - __udivmoddi4 implementation
++ */
++
++/*
++ * Copyright (C) 2006-2016 Oracle Corporation
++ *
++ * This file is part of VirtualBox Open Source Edition (OSE), as
++ * available from http://www.virtualbox.org. This file is free software;
++ * you can redistribute it and/or modify it under the terms of the GNU
++ * General Public License (GPL) as published by the Free Software
++ * Foundation, in version 2 as it comes in the "COPYING" file of the
++ * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
++ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
++ *
++ * The contents of this file may alternatively be used under the terms
++ * of the Common Development and Distribution License Version 1.0
++ * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
++ * VirtualBox OSE distribution, in which case the provisions of the
++ * CDDL are applicable instead of those of the GPL.
++ *
++ * You may elect to license modified versions of this file under the
++ * terms and conditions of either the GPL or the CDDL or both.
++ */
++
++#include 
++#include 
++
++uint64_t __udivmoddi4(uint64_t u64A, uint64_t u64B, uint64_t *pu64R);
++
++/**
++ * __udivmoddi4() implementation to satisfy external references from 32-bit
++ * code generated by gcc-7 or later.
++ *
++ * @param   u64AThe divident value.
++ * @param   u64BThe divisor value.
++ * @param   pu64R   A pointer to the reminder. May be NULL.
++ * @returns u64A / u64B
++ */
++uint64_t __udivmoddi4(uint64_t u64A, uint64_t u64B, uint64_t *pu64R)
++{
++RTUINT64U Divident;
++RTUINT64U Divisor;
++RTUINT64U Quotient;
++RTUINT64U Reminder;
++Divident.u = u64A;
++Divisor.u  = u64B;
++RTUInt64DivRem(, , , );
++if (pu64R)
++*pu64R = Reminder.u;
++return Quotient.u;
++}
+
+Property changes on: trunk/src/VBox/Runtime/common/math/gcc/udivmoddi4.c
+___
+Added: svn:eol-style
+## -0,0 +1 ##
++native
+\ No newline at end of property
+Added: svn:keywords
+## -0,0 +1 ##
++Author Date Id Revision
+\ No newline at end of property
+Index: trunk/src/VBox/Runtime/Makefile.kmk
+===
+--- trunk/src/VBox/Runtime/Makefile.kmk(revision 67289)
 trunk/src/VBox/Runtime/Makefile.kmk(revision 67298)
+@@ -1850,6 +1850,7 @@
+   common/math/gcc/subdi3.c \
+   common/math/gcc/ucmpdi2.c \
+   common/math/gcc/udivdi3.c \
++  common/math/gcc/udivmoddi4.c \
+   common/math/gcc/umoddi3.c \
+   common/math/gcc/xordi3.c
+ 
+@@ -1942,6 +1943,7 @@
+   common/math/gcc/subdi3.c \
+   common/math/gcc/ucmpdi2.c \
+   common/math/gcc/udivdi3.c \
++  common/math/gcc/udivmoddi4.c \
+   common/math/gcc/umoddi3.c \
+   common/math/gcc/xordi3.c
+ endif
+@@ -2675,6 +2677,7 @@
+   common/math/gcc/subdi3.c \
+   common/math/gcc/ucmpdi2.c \
+   common/math/gcc/udivdi3.c \
++  common/math/gcc/udivmoddi4.c \
+   common/math/gcc/umoddi3.c \
+   common/math/gcc/xordi3.c
+  endif
+Index: 

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

2017-07-04 Thread Antonio Rojas
Date: Tuesday, July 4, 2017 @ 12:34:21
  Author: arojas
Revision: 299669

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

Added:
  qt5-base/repos/extra-i686/PKGBUILD
(from rev 299668, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/extra-i686/rebuild.list
(from rev 299668, qt5-base/trunk/rebuild.list)
  qt5-base/repos/extra-x86_64/PKGBUILD
(from rev 299668, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/extra-x86_64/rebuild.list
(from rev 299668, qt5-base/trunk/rebuild.list)
Deleted:
  qt5-base/repos/extra-i686/PKGBUILD
  qt5-base/repos/extra-i686/rebuild.list
  qt5-base/repos/extra-x86_64/PKGBUILD
  qt5-base/repos/extra-x86_64/rebuild.list

---+
 /PKGBUILD |  250 
 /rebuild.list |   34 +
 extra-i686/PKGBUILD   |  116 
 extra-i686/rebuild.list   |   17 --
 extra-x86_64/PKGBUILD |  116 
 extra-x86_64/rebuild.list |   17 --
 6 files changed, 284 insertions(+), 266 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-04 12:33:39 UTC (rev 299668)
+++ extra-i686/PKGBUILD 2017-07-04 12:34:21 UTC (rev 299669)
@@ -1,116 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig'
- 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu' 
'pcre2'
- 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'openssl-1.0' 'double-conversion')
-makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds')
-optdepends=('qt5-svg: to use SVG icon themes'
-'postgresql-libs: PostgreSQL driver'
-'libmariadbclient: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgbase/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('bc9a21e9f6fff9629019fdf9f989f064751d5073c3a28dc596def92f4d4275c6')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  # Build qmake using Arch {C,LD}FLAGS
-  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
-  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
-mkspecs/common/gcc-base.conf
-  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
-mkspecs/common/g++-unix.conf
-
-  # Use python2 for Python 2.x
-  find . -name '*.py' -exec sed -i \
-'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
-
-  # Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417
-  sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i 
mkspecs/features/create_cmake.prf
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  # FS#38796
-  [[ "${CARCH}" = "i686" ]] && SSE2="-no-sse2"
-
-  echo "INCLUDEPATH += /usr/include/openssl-1.0" >> src/network/network.pro
-  export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto'
-
-  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--optimized-qmake \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-use-gold-linker \
--reduce-relocations ${SSE2}
-
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -D -m644 LGPL_EXCEPTION.txt \
-"${pkgdir}"/usr/share/licenses/${pkgbase}/LGPL_EXCEPTION.txt
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-

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

2017-07-04 Thread Antonio Rojas
Date: Tuesday, July 4, 2017 @ 12:33:39
  Author: arojas
Revision: 299668

- Fix build of accessibility
- Fix navigation in offline docs (FS#54575)

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 11:55:53 UTC (rev 299667)
+++ PKGBUILD2017-07-04 12:33:39 UTC (rev 299668)
@@ -6,7 +6,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -26,8 +26,12 @@
 conflicts=('qtchooser')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgbase/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('bc9a21e9f6fff9629019fdf9f989f064751d5073c3a28dc596def92f4d4275c6')
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+qtbug-61731.patch::"https://github.com/qt/qtbase/commit/386af91c.patch;
+
qtcreatorbug-18448.patch::"https://github.com/qt/qtbase/commit/2a9f678f.patch;)
+sha256sums=('bc9a21e9f6fff9629019fdf9f989f064751d5073c3a28dc596def92f4d4275c6'
+'b164a873894cfc783980e883082d2b22b5aab00166c6751f66e78d4c41c3e2e3'
+'5f878d144ac18097376dce154a411449cde181ddce2d93501114f890c9cdb1c3')
 
 prepare() {
   cd ${_pkgfqn}
@@ -45,6 +49,11 @@
 
   # Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417
   sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i 
mkspecs/features/create_cmake.prf
+
+  # Fix accessibility build 
+  patch -p1 -i ../qtbug-61731.patch
+  # Fix doc navigation
+  patch -p1 -i ../qtcreatorbug-18448.patch
 }
 
 build() {


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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 12:32:16
  Author: lcarlier
Revision: 242307

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 12:32:02 UTC (rev 242306)
+++ PKGBUILD2017-07-04 12:32:16 UTC (rev 242307)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Maintainer: Felix Yan 
-# Contributor: josephgbr 
-
-_pkgbasename=gmp
-pkgname=lib32-$_pkgbasename
-pkgver=6.1.1
-pkgrel=1
-pkgdesc="A free library for arbitrary precision arithmetic (32-bit)"
-arch=('x86_64')
-url="http://gmplib.org/;
-depends=('lib32-gcc-libs' $_pkgbasename)
-makedepends=(gcc-multilib)
-license=('LGPL3' 'GPL')
-options=('!libtool')
-source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
-md5sums=('e70e183609244a332d80529e7e155a35'
- 'SKIP')
-validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${_pkgbasename}-${pkgver}"
-
-  export ABI=32
-  ./configure \
---prefix=/usr --infodir=/usr/share/info \
---enable-fat --enable-cxx --libdir=/usr/lib32 \
---includedir=/usr/lib32/gmp
-
-  #Put gmp.h in the same folder as gmpxx.h
-  sed -i 's/$(exec_prefix)\/include/$\(includedir\)/' Makefile
-
-  make
-}
-
-check() {
-  cd "${_pkgbasename}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-gmp/repos/multilib-x86_64/PKGBUILD (from rev 242306, 
lib32-gmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 12:32:16 UTC (rev 242307)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Maintainer: Felix Yan 
+# Contributor: josephgbr 
+
+_pkgbasename=gmp
+pkgname=lib32-$_pkgbasename
+pkgver=6.1.2
+pkgrel=1
+pkgdesc="A free library for arbitrary precision arithmetic (32-bit)"
+arch=('x86_64')
+url="http://gmplib.org/;
+depends=('lib32-gcc-libs' $_pkgbasename)
+makedepends=(gcc-multilib)
+license=('LGPL3' 'GPL')
+options=('!libtool')
+source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('f58fa8001d60c4c77595fbbb62b63c1d'
+ 'SKIP')
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${_pkgbasename}-${pkgver}"
+
+  export ABI=32
+  ./configure \
+--prefix=/usr --infodir=/usr/share/info \
+--enable-fat --enable-cxx --libdir=/usr/lib32 \
+--includedir=/usr/lib32/gmp
+
+  #Put gmp.h in the same folder as gmpxx.h
+  sed -i 's/$(exec_prefix)\/include/$\(includedir\)/' Makefile
+
+  make
+}
+
+check() {
+  cd "${_pkgbasename}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 12:32:02
  Author: lcarlier
Revision: 242306

upgpkg: lib32-gmp 6.1.2-1

upstream update 6.1.2

Modified:
  lib32-gmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 12:30:55 UTC (rev 242305)
+++ PKGBUILD2017-07-04 12:32:02 UTC (rev 242306)
@@ -5,7 +5,7 @@
 
 _pkgbasename=gmp
 pkgname=lib32-$_pkgbasename
-pkgver=6.1.1
+pkgver=6.1.2
 pkgrel=1
 pkgdesc="A free library for arbitrary precision arithmetic (32-bit)"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 license=('LGPL3' 'GPL')
 options=('!libtool')
 source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
-md5sums=('e70e183609244a332d80529e7e155a35'
+md5sums=('f58fa8001d60c4c77595fbbb62b63c1d'
  'SKIP')
 validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller
 


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

2017-07-04 Thread Christian Hesse
Date: Tuesday, July 4, 2017 @ 12:30:51
  Author: eworm
Revision: 242304

upgpkg: virtualbox-modules-arch 5.1.22-5

rebuild with virtualbox 5.1.22-3 for linux 4.11.7-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 12:08:58 UTC (rev 242303)
+++ PKGBUILD2017-07-04 12:30:51 UTC (rev 242304)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.1.22
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2017-07-04 Thread Christian Hesse
Date: Tuesday, July 4, 2017 @ 12:30:55
  Author: eworm
Revision: 242305

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

Added:
  virtualbox-modules-arch/repos/testing-i686/
  virtualbox-modules-arch/repos/testing-i686/PKGBUILD
(from rev 242304, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/testing-i686/virtualbox-modules-arch.install
(from rev 242304, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/testing-x86_64/
  virtualbox-modules-arch/repos/testing-x86_64/PKGBUILD
(from rev 242304, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/testing-x86_64/virtualbox-modules-arch.install
(from rev 242304, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)

+
 testing-i686/PKGBUILD  |   74 +++
 testing-i686/virtualbox-modules-arch.install   |   23 +++
 testing-x86_64/PKGBUILD|   74 +++
 testing-x86_64/virtualbox-modules-arch.install |   23 +++
 4 files changed, 194 insertions(+)

Copied: virtualbox-modules-arch/repos/testing-i686/PKGBUILD (from rev 242304, 
virtualbox-modules-arch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-04 12:30:55 UTC (rev 242305)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.1.22
+pkgrel=5
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux>=4.11' 'linux<4.12'
+ 'linux-headers>=4.11' 'linux-headers<4.12'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.11-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=('linux>=4.11' 'linux<4.12')
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+  install=virtualbox-modules-arch.install
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+
+  # compress earch modules individually
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+  # systemd module loading
+  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=('linux>=4.11' 'linux<4.12')
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+  install=virtualbox-modules-arch.install
+
+  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+
+  # compress earch modules individually
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+  # systemd module loading
+  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:
+
+
+
+
+
+
+

Copied: 
virtualbox-modules-arch/repos/testing-i686/virtualbox-modules-arch.install 
(from rev 242304, virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
===
--- testing-i686/virtualbox-modules-arch.install
(rev 0)
+++ testing-i686/virtualbox-modules-arch.install2017-07-04 12:30:55 UTC 
(rev 242305)
@@ -0,0 +1,23 @@
+_depmod() {
+  EXTRAMODULES=extramodules-4.11-ARCH
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  cat << EOF
+==> Virtualbox kernel modules will be loaded at boot time by 
systemd-modules-load.
+==> In order to use them right now, you may want to load them manually.
+==> Read modules-load.d man page to disable module boot loading.'
+EOF
+  _depmod
+}
+
+post_upgrade() {
+  _depmod
+}
+
+post_remove() {
+  _depmod
+}
+
+# 

[arch-commits] Commit in lib32-gdk-pixbuf2/repos/multilib-x86_64 (6 files)

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 12:08:58
  Author: lcarlier
Revision: 242303

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
(from rev 242302, lib32-gdk-pixbuf2/trunk/PKGBUILD)
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf-query-loaders-32.hook
(from rev 242302, lib32-gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders-32.hook)
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install
(from rev 242302, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf-query-loaders-32.hook
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install

--+
 PKGBUILD |  126 ++---
 gdk-pixbuf-query-loaders-32.hook |   22 +++---
 gdk-pixbuf2.install  |6 -
 3 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 12:08:42 UTC (rev 242302)
+++ PKGBUILD2017-07-04 12:08:58 UTC (rev 242303)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-
-_pkgbasename=gdk-pixbuf2
-pkgname=lib32-$_pkgbasename
-pkgver=2.36.2
-pkgrel=2
-pkgdesc="An image loading library (32-bit)"
-arch=('x86_64')
-url="http://www.gtk.org/;
-license=('LGPL2.1')
-depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
- $_pkgbasename)
-makedepends=('gtk-doc' 'gobject-introspection' 'git')
-options=('!docs')
-install=gdk-pixbuf2.install
-_commit=9b9deb1fd3703c8d32cbf73e609347a0e440c7fe  # tags/2.36.2^0
-source=("git://git.gnome.org/gdk-pixbuf#commit=$_commit"
-gdk-pixbuf-query-loaders-32.hook)
-sha256sums=('SKIP'
-'b9a1e5b0d18a4259b9b87ccb3f055402c89c85f7bddb5ed9d8b407de537f7d86')
-
-pkgver() {
-  cd gdk-pixbuf
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gdk-pixbuf
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  export CFLAGS="-I/usr/include/libtiff32 $CFLAGS"
-
-  cd gdk-pixbuf
-  ./configure --prefix=/usr  --libdir=/usr/lib32 \
---without-libjasper \
---with-x11 \
---with-included-loaders=png
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gdk-pixbuf
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/etc
-  rm -rf "${pkgdir}"/usr/{include,share}
-
-  cd "${pkgdir}"/usr/bin
-  mv gdk-pixbuf-query-loaders{,-32}
-  mv gdk-pixbuf-thumbnailer{,-32}
-  rm gdk-pixbuf-pixdata gdk-pixbuf-csource
-  install -Dm644 "${srcdir}/gdk-pixbuf-query-loaders-32.hook" -t 
"$pkgdir/usr/share/libalpm/hooks"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD (from rev 242302, 
lib32-gdk-pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 12:08:58 UTC (rev 242303)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+
+_pkgbasename=gdk-pixbuf2
+pkgname=lib32-$_pkgbasename
+pkgver=2.36.6
+pkgrel=1
+pkgdesc="An image loading library (32-bit)"
+arch=('x86_64')
+url="http://www.gtk.org/;
+license=('LGPL2.1')
+depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
+ $_pkgbasename)
+makedepends=('gtk-doc' 'gobject-introspection' 'git')
+options=('!docs')
+install=gdk-pixbuf2.install
+_commit=d8ae54bc5e3e31d43acf410a6689be2d40567b03  # tags/2.36.6^0
+source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit;
+gdk-pixbuf-query-loaders-32.hook)
+sha256sums=('SKIP'
+'b9a1e5b0d18a4259b9b87ccb3f055402c89c85f7bddb5ed9d8b407de537f7d86')
+
+pkgver() {
+  cd gdk-pixbuf
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gdk-pixbuf
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  export CFLAGS="-I/usr/include/libtiff32 $CFLAGS"
+
+  cd gdk-pixbuf
+  ./configure --prefix=/usr  --libdir=/usr/lib32 \
+--without-libjasper \
+--with-x11 \
+--with-included-loaders=png
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd gdk-pixbuf
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/etc
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  cd "${pkgdir}"/usr/bin
+  mv gdk-pixbuf-query-loaders{,-32}
+  mv gdk-pixbuf-thumbnailer{,-32}
+  rm gdk-pixbuf-pixdata gdk-pixbuf-csource
+  install -Dm644 "${srcdir}/gdk-pixbuf-query-loaders-32.hook" -t 
"$pkgdir/usr/share/libalpm/hooks"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gdk-pixbuf-query-loaders-32.hook

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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 12:08:42
  Author: lcarlier
Revision: 242302

upgpkg: lib32-gdk-pixbuf2 2.36.6-1

upstream update 2.36.6

Modified:
  lib32-gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 12:04:50 UTC (rev 242301)
+++ PKGBUILD2017-07-04 12:08:42 UTC (rev 242302)
@@ -4,8 +4,8 @@
 
 _pkgbasename=gdk-pixbuf2
 pkgname=lib32-$_pkgbasename
-pkgver=2.36.2
-pkgrel=2
+pkgver=2.36.6
+pkgrel=1
 pkgdesc="An image loading library (32-bit)"
 arch=('x86_64')
 url="http://www.gtk.org/;
@@ -15,8 +15,8 @@
 makedepends=('gtk-doc' 'gobject-introspection' 'git')
 options=('!docs')
 install=gdk-pixbuf2.install
-_commit=9b9deb1fd3703c8d32cbf73e609347a0e440c7fe  # tags/2.36.2^0
-source=("git://git.gnome.org/gdk-pixbuf#commit=$_commit"
+_commit=d8ae54bc5e3e31d43acf410a6689be2d40567b03  # tags/2.36.6^0
+source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit;
 gdk-pixbuf-query-loaders-32.hook)
 sha256sums=('SKIP'
 'b9a1e5b0d18a4259b9b87ccb3f055402c89c85f7bddb5ed9d8b407de537f7d86')


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

2017-07-04 Thread Sven-Hendrik Haase
Date: Tuesday, July 4, 2017 @ 12:04:42
  Author: svenstaro
Revision: 242300

upgpkg: yarn 0.27.4-1

Modified:
  yarn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 10:57:55 UTC (rev 242299)
+++ PKGBUILD2017-07-04 12:04:42 UTC (rev 242300)
@@ -2,7 +2,7 @@
 # Contributor: Jan Koppe 
 
 pkgname=yarn
-pkgver=0.27.3
+pkgver=0.27.4
 pkgrel=1
 pkgdesc='Fast, reliable, and secure dependency management'
 arch=(any)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('nodejs')
 
source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('a690d8d5a06e6d9cb1a9762b62ada917ed36ab6af958b42a5703f6e4bfa3de6d7b7db58ab6e1edb15f6285339632071f484bc6ab4301b6174a649baf61a39764')
+sha512sums=('f577d11f457288d73ebb536e296d9d7e9bde33e40b8f2c85c220a526412db3a28204de1fdd632acfaf1c7f0d00b380a750a0d5a90a63bcac1b958374190621b2')
 
 package() {
   install -dm755  "$pkgdir"/usr/lib/node_modules/yarn


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

2017-07-04 Thread Sven-Hendrik Haase
Date: Tuesday, July 4, 2017 @ 12:04:50
  Author: svenstaro
Revision: 242301

archrelease: copy trunk to community-any

Added:
  yarn/repos/community-any/PKGBUILD
(from rev 242300, yarn/trunk/PKGBUILD)
Deleted:
  yarn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 12:04:42 UTC (rev 242300)
+++ PKGBUILD2017-07-04 12:04:50 UTC (rev 242301)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan Koppe 
-
-pkgname=yarn
-pkgver=0.27.3
-pkgrel=1
-pkgdesc='Fast, reliable, and secure dependency management'
-arch=(any)
-url='http://yarnpkg.com'
-license=('BSD')
-depends=('nodejs')
-source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('a690d8d5a06e6d9cb1a9762b62ada917ed36ab6af958b42a5703f6e4bfa3de6d7b7db58ab6e1edb15f6285339632071f484bc6ab4301b6174a649baf61a39764')
-
-package() {
-  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
-  cp -R "$srcdir"/dist/* "$pkgdir"/usr/lib/node_modules/yarn
-
-  install -dm755 "$pkgdir"/usr/bin
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
-
-  install -Dm644 "$srcdir"/dist/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: yarn/repos/community-any/PKGBUILD (from rev 242300, yarn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 12:04:50 UTC (rev 242301)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan Koppe 
+
+pkgname=yarn
+pkgver=0.27.4
+pkgrel=1
+pkgdesc='Fast, reliable, and secure dependency management'
+arch=(any)
+url='http://yarnpkg.com'
+license=('BSD')
+depends=('nodejs')
+source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
+sha512sums=('f577d11f457288d73ebb536e296d9d7e9bde33e40b8f2c85c220a526412db3a28204de1fdd632acfaf1c7f0d00b380a750a0d5a90a63bcac1b958374190621b2')
+
+package() {
+  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
+  cp -R "$srcdir"/dist/* "$pkgdir"/usr/lib/node_modules/yarn
+
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
+
+  install -Dm644 "$srcdir"/dist/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-07-04 Thread Antonio Rojas
Date: Tuesday, July 4, 2017 @ 11:55:53
  Author: arojas
Revision: 299667

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

Added:
  qt5-webengine/repos/extra-i686/PKGBUILD
(from rev 299666, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/repos/extra-x86_64/PKGBUILD
(from rev 299666, qt5-webengine/trunk/PKGBUILD)
Deleted:
  qt5-webengine/repos/extra-i686/PKGBUILD
  qt5-webengine/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-04 11:55:01 UTC (rev 299666)
+++ extra-i686/PKGBUILD 2017-07-04 11:55:53 UTC (rev 299667)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('LGPL3' 'LGPL2.1' 'BSD')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 'libvpx' 
- 'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'libxdamage' 
'minizip' 'ffmpeg')
- # namcap note: libxdamage is needed for nvidia users
-makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('f6a37eeb9188474a16d29ede498fce959396ab80329a0a83eaeb925251686401')
-
-prepare() {
-  mkdir -p build
-
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-}
-
-build() {
-  cd build
-
-  export PATH="$srcdir/bin:$PATH"
-  qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs 
use_system_ffmpeg" ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/extra-i686/PKGBUILD (from rev 299666, 
qt5-webengine/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-04 11:55:53 UTC (rev 299667)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 'libvpx' 
+ 'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'libxdamage' 
'minizip' 'ffmpeg')
+ # namcap note: libxdamage is needed for nvidia users
+makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('f6a37eeb9188474a16d29ede498fce959396ab80329a0a83eaeb925251686401')
+
+prepare() {
+  mkdir -p build
+
+  # Hack to force using python2
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+}
+
+build() {
+  cd build
+
+  export PATH="$srcdir/bin:$PATH"
+  qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs 
use_system_ffmpeg use_system_icu" ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-04 11:55:01 UTC (rev 299666)
+++ extra-x86_64/PKGBUILD   2017-07-04 11:55:53 UTC (rev 299667)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-

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

2017-07-04 Thread Antonio Rojas
Date: Tuesday, July 4, 2017 @ 11:55:01
  Author: arojas
Revision: 299666

Switch back to system ICU

Modified:
  qt5-webengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 11:50:39 UTC (rev 299665)
+++ PKGBUILD2017-07-04 11:55:01 UTC (rev 299666)
@@ -5,7 +5,7 @@
 pkgname=qt5-webengine
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('LGPL3' 'LGPL2.1' 'BSD')
@@ -31,7 +31,7 @@
   cd build
 
   export PATH="$srcdir/bin:$PATH"
-  qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs 
use_system_ffmpeg" ../${_pkgfqn}
+  qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs 
use_system_ffmpeg use_system_icu" ../${_pkgfqn}
   make
 }
 


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

2017-07-04 Thread Christian Hesse
Date: Tuesday, July 4, 2017 @ 11:50:30
  Author: eworm
Revision: 299664

upgpkg: mariadb 10.1.25-1

new upstream release

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 11:32:01 UTC (rev 299663)
+++ PKGBUILD2017-07-04 11:50:30 UTC (rev 299664)
@@ -4,7 +4,7 @@
 
 pkgbase=mariadb
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.1.24
+pkgver=10.1.25
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -16,7 +16,7 @@
 '0001-openssl-1-1-0.patch'
 'mariadb-sysusers.conf'
 'mariadb-tmpfile.conf')
-sha256sums=('b3df99ae5b1ec8cf6cede4cbc4ae3f54ce66464549cba6d56d9ff4d24e4d551e'
+sha256sums=('7205ecaa6f1bc16335ad88faa5c46be52b3ac628a5e795cb942a3f4335b2a0d6'
 'SKIP'
 '41d80d3ff78251bd3e05ed5c40b63e4ac71153832a00c86443be5a111daad354'
 'e1a22777c65854041f16fc0a2db3218d17b4d7e7ec7ab7a77cf49c71277c1515'


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

2017-07-04 Thread Christian Hesse
Date: Tuesday, July 4, 2017 @ 11:32:01
  Author: eworm
Revision: 299663

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

Added:
  galera/repos/testing-i686/
  
galera/repos/testing-i686/0001-fix-compilation-with-GCC-7.1.1-implicit-fallthrough.patch
(from rev 299662, 
galera/trunk/0001-fix-compilation-with-GCC-7.1.1-implicit-fallthrough.patch)
  galera/repos/testing-i686/PKGBUILD
(from rev 299662, galera/trunk/PKGBUILD)
  galera/repos/testing-x86_64/
  
galera/repos/testing-x86_64/0001-fix-compilation-with-GCC-7.1.1-implicit-fallthrough.patch
(from rev 299662, 
galera/trunk/0001-fix-compilation-with-GCC-7.1.1-implicit-fallthrough.patch)
  galera/repos/testing-x86_64/PKGBUILD
(from rev 299662, galera/trunk/PKGBUILD)

---+
 testing-i686/0001-fix-compilation-with-GCC-7.1.1-implicit-fallthrough.patch   
|  340 ++
 testing-i686/PKGBUILD 
|   50 +
 testing-x86_64/0001-fix-compilation-with-GCC-7.1.1-implicit-fallthrough.patch 
|  340 ++
 testing-x86_64/PKGBUILD   
|   50 +
 4 files changed, 780 insertions(+)

Copied: 
galera/repos/testing-i686/0001-fix-compilation-with-GCC-7.1.1-implicit-fallthrough.patch
 (from rev 299662, 
galera/trunk/0001-fix-compilation-with-GCC-7.1.1-implicit-fallthrough.patch)
===
--- testing-i686/0001-fix-compilation-with-GCC-7.1.1-implicit-fallthrough.patch 
(rev 0)
+++ testing-i686/0001-fix-compilation-with-GCC-7.1.1-implicit-fallthrough.patch 
2017-07-04 11:32:01 UTC (rev 299663)
@@ -0,0 +1,340 @@
+From 5b217362bc313eb55f8c89e0d0cb3ab6f9c88736 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Wed, 31 May 2017 23:16:28 +0200
+Subject: [PATCH 1/1] fix compilation with GCC 7.1.1 (implicit-fallthrough)
+
+GCC 7.1.1 adds more extensive checks for implicit fallthrough. This is
+reported with:
+
+error: this statement may fall through [-Werror=implicit-fallthrough=]
+
+So explicitly tell the compiler we want to fall though.
+
+Signed-off-by: Christian Hesse 
+---
+ galera/src/key_set.hpp|  1 +
+ galera/src/replicator_smm.cpp |  7 ---
+ galerautils/src/gu_dbug.c |  1 +
+ galerautils/src/gu_mmh3.h | 13 +
+ galerautils/src/gu_spooky.h   | 11 +++
+ galerautils/src/gu_to.c   |  1 +
+ galerautils/src/gu_utils.c|  4 
+ gcomm/src/evs_proto.cpp   |  2 +-
+ gcs/src/gcs.cpp   |  1 +
+ gcs/src/gcs_core.cpp  |  1 +
+ gcs/src/gcs_node.cpp  |  1 +
+ gcs/src/gcs_test.cpp  |  4 
+ www.evanjones.ca/crc32c.c |  5 +
+ 13 files changed, 48 insertions(+), 4 deletions(-)
+
+diff --git a/galera/src/key_set.hpp b/galera/src/key_set.hpp
+index d1bd8583..afd70be9 100644
+--- a/galera/src/key_set.hpp
 b/galera/src/key_set.hpp
+@@ -173,6 +173,7 @@ public:
+ #else
+ ret = (lhs[2] == rhs[2] && lhs[3] == rhs[3]);
+ #endif /* WORDSIZE */
++__attribute__((fallthrough));
+ case FLAT8:
+ case FLAT8A:
+ /* shift is to clear up the header */
+diff --git a/galera/src/replicator_smm.cpp b/galera/src/replicator_smm.cpp
+index e3a78917..60bd3999 100644
+--- a/galera/src/replicator_smm.cpp
 b/galera/src/replicator_smm.cpp
+@@ -275,6 +275,7 @@ galera::ReplicatorSMM::~ReplicatorSMM()
+ case S_SYNCED:
+ case S_DONOR:
+ close();
++__attribute__((fallthrough));
+ case S_CLOSING:
+ // @todo wait that all users have left the building
+ case S_CLOSED:
+@@ -846,7 +847,7 @@ wsrep_status_t 
galera::ReplicatorSMM::replay_trx(TrxHandle* trx, void* trx_ctx)
+ break;
+ }
+ trx->set_state(TrxHandle::S_MUST_REPLAY_AM);
+-// fall through
++__attribute__((fallthrough));
+ case TrxHandle::S_MUST_REPLAY_AM:
+ {
+ // safety measure to make sure that all preceding trxs finish before
+@@ -855,7 +856,7 @@ wsrep_status_t 
galera::ReplicatorSMM::replay_trx(TrxHandle* trx, void* trx_ctx)
+ ApplyOrder ao(*trx);
+ gu_trace(apply_monitor_.enter(ao));
+ trx->set_state(TrxHandle::S_MUST_REPLAY_CM);
+-// fall through
++__attribute__((fallthrough));
+ }
+ case TrxHandle::S_MUST_REPLAY_CM:
+ if (co_mode_ != CommitOrder::BYPASS)
+@@ -864,7 +865,7 @@ wsrep_status_t 
galera::ReplicatorSMM::replay_trx(TrxHandle* trx, void* trx_ctx)
+ gu_trace(commit_monitor_.enter(co));
+ }
+ trx->set_state(TrxHandle::S_MUST_REPLAY);
+-// fall through
++__attribute__((fallthrough));
+ case TrxHandle::S_MUST_REPLAY:
+ ++local_replays_;
+ trx->set_state(TrxHandle::S_REPLAYING);
+diff --git a/galerautils/src/gu_dbug.c b/galerautils/src/gu_dbug.c

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

2017-07-04 Thread Christian Hesse
Date: Tuesday, July 4, 2017 @ 11:31:56
  Author: eworm
Revision: 299662

upgpkg: galera 25.3.21-1

new upstream release

Modified:
  galera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 10:14:14 UTC (rev 299661)
+++ PKGBUILD2017-07-04 11:31:56 UTC (rev 299662)
@@ -4,8 +4,8 @@
 # Contributor: Nico Suarez 
 
 pkgname=galera
-pkgver=25.3.20
-pkgrel=5
+pkgver=25.3.21
+pkgrel=1
 pkgdesc='write set replication (WSREP) provider for MariaDB cluster'
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom:OpenSSL Linking Exception')
@@ -15,9 +15,9 @@
 url='http://www.codership.com/'
 options=('!libtool')
 validpgpkeys=('44B7345738EBDE52594DAD80D669017EBC19DDBA') # Codership Oy 

-source=("http://releases.galeracluster.com/source/${pkgname}-3-${pkgver}.tar.gz"{,.asc}
+source=("http://releases.galeracluster.com/${pkgname}-${pkgver#25.}/source/${pkgname}-3-${pkgver}.tar.gz"{,.asc}
 '0001-fix-compilation-with-GCC-7.1.1-implicit-fallthrough.patch')
-sha256sums=('aae9b44a7b06c0b0cd9e2f1b9bbaf9ca47c630076a6b7c66e8747e01fd343a64'
+sha256sums=('1035b8a62cd3695ab2af8c8f1be785942d68a07123bb9bc051b51fc4b5735904'
 'SKIP'
 'bf6f395f66ba87157f0dd0f6627528808699e278ac0223eb64cd86cc856d024c')
 


[arch-commits] Commit in nextcloud-app-bookmarks/trunk (PKGBUILD)

2017-07-04 Thread Sergej Pupykin
Date: Tuesday, July 4, 2017 @ 10:57:55
  Author: spupykin
Revision: 242299

switch tarball from tag to release

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 10:57:26 UTC (rev 242298)
+++ PKGBUILD2017-07-04 10:57:55 UTC (rev 242299)
@@ -4,7 +4,7 @@
 pkgname=nextcloud-app-bookmarks
 epoch=1
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Bookmarks app for nextcloud"
 arch=('any')
 url="http://nextcloud.com;
@@ -12,10 +12,10 @@
 depends=('nextcloud')
 makedepends=()
 options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/archive/v$pkgver.tar.gz;)
-sha256sums=('3465a9dca26187b647d929b7458fd5ab6488ff9cec4c84060095d1e95abda828')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
+sha256sums=('dd83f4c530bcfab96a54b54e703a90ff3061783fe3494c8d5eed845b95d22b5a')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/bookmarks-$pkgver 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
 }


[arch-commits] Commit in nextcloud-app-notes/trunk (PKGBUILD)

2017-07-04 Thread Sergej Pupykin
Date: Tuesday, July 4, 2017 @ 10:57:11
  Author: spupykin
Revision: 242297

upgpkg: nextcloud-app-notes 2.3.1-1

Modified:
  nextcloud-app-notes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 10:56:57 UTC (rev 242296)
+++ PKGBUILD2017-07-04 10:57:11 UTC (rev 242297)
@@ -4,7 +4,7 @@
 # Contributor: David Runge 
 
 pkgname=nextcloud-app-notes
-pkgver=2.2.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="Simple Notes app for Nextcloud"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=()
 options=('!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz;)
-sha512sums=('c4329123623aa1018237376eec46b6bb4f2705554df8a4b7d4109591749db952dd4c21b6a612df1a7f26e32cd0668331569196782229c0d7fcb0af714d41c482')
+sha512sums=('229d75c1442f98ea4668efafce7ace6b9c07afd55946ec67f4a83a0b6de58af4f34c1214496fb51941828ac510239e86b6c34bb189d6885947bb70baa0cacb8f')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


[arch-commits] Commit in nextcloud-app-notes/repos/community-any (PKGBUILD PKGBUILD)

2017-07-04 Thread Sergej Pupykin
Date: Tuesday, July 4, 2017 @ 10:57:26
  Author: spupykin
Revision: 242298

archrelease: copy trunk to community-any

Added:
  nextcloud-app-notes/repos/community-any/PKGBUILD
(from rev 242297, nextcloud-app-notes/trunk/PKGBUILD)
Deleted:
  nextcloud-app-notes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 10:57:11 UTC (rev 242297)
+++ PKGBUILD2017-07-04 10:57:26 UTC (rev 242298)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-# Contributor: David Runge 
-
-pkgname=nextcloud-app-notes
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Simple Notes app for Nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/notes;
-license=('AGPL3')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz;)
-sha512sums=('c4329123623aa1018237376eec46b6bb4f2705554df8a4b7d4109591749db952dd4c21b6a612df1a7f26e32cd0668331569196782229c0d7fcb0af714d41c482')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
-}

Copied: nextcloud-app-notes/repos/community-any/PKGBUILD (from rev 242297, 
nextcloud-app-notes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 10:57:26 UTC (rev 242298)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: David Runge 
+# Contributor: David Runge 
+
+pkgname=nextcloud-app-notes
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="Simple Notes app for Nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/notes;
+license=('AGPL3')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz;)
+sha512sums=('229d75c1442f98ea4668efafce7ace6b9c07afd55946ec67f4a83a0b6de58af4f34c1214496fb51941828ac510239e86b6c34bb189d6885947bb70baa0cacb8f')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
+}


[arch-commits] Commit in nextcloud-app-contacts/trunk (PKGBUILD)

2017-07-04 Thread Sergej Pupykin
Date: Tuesday, July 4, 2017 @ 10:56:57
  Author: spupykin
Revision: 242296

fix url

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 10:52:34 UTC (rev 242295)
+++ PKGBUILD2017-07-04 10:56:57 UTC (rev 242296)
@@ -6,7 +6,7 @@
 pkgrel=3
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
-url="http://nextcloud.org/;
+url="https://nextcloud.com/;
 license=('GPL')
 depends=('nextcloud')
 options=('!strip')


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

2017-07-04 Thread Kyle Keen
Date: Tuesday, July 4, 2017 @ 10:52:34
  Author: kkeen
Revision: 242295

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 10:52:07 UTC (rev 242294)
+++ PKGBUILD2017-07-04 10:52:34 UTC (rev 242295)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Jelle van der Waa 
-# Contributor: Pierre Chapuis 
-# Contributor: Stefano Esposito 
-
-pkgbase=python-irc
-pkgname=('python-irc' 'python2-irc')
-pkgver=15.1.1
-pkgrel=1
-pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
-depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco')
-makedepends=('python-setuptools' 'python2-setuptools'
-'python2-jaraco' 'python2-more-itertools' 'python2-pytz')
-checkdepends=('python-pytest' 'python2-pytest')
-arch=('any')
-url="http://pypi.python.org/pypi/irc;
-license=('LGPL')
-source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
-md5sums=('7f601e5f2af527278e56b63b901d7527')
-
-build() {
-  cd "$srcdir"
-  cp -a "irc-$pkgver" "irc2-$pkgver"
-}
-
-package_python-irc() {
-  cd "$srcdir/irc-$pkgver"
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py install --root="$pkgdir" --optimize=0
-}
-
-package_python2-irc() {
-  depends=('python2-six' 'python2-pytz' 'python2-more-itertools' 
'python2-jaraco')
-
-  cd "$srcdir/irc2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=0
-}
-
-check() {
-  cd "$srcdir/irc-$pkgver"
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py test 
-
-  cd "$srcdir/irc2-$pkgver"
-  python2 setup.py test 
-}

Copied: python-irc/repos/community-any/PKGBUILD (from rev 242294, 
python-irc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 10:52:34 UTC (rev 242295)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Jelle van der Waa 
+# Contributor: Pierre Chapuis 
+# Contributor: Stefano Esposito 
+
+pkgbase=python-irc
+pkgname=('python-irc' 'python2-irc')
+pkgver=16.0
+pkgrel=1
+pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
+depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco')
+makedepends=('python-setuptools' 'python2-setuptools'
+'python2-jaraco' 'python2-more-itertools' 'python2-pytz')
+checkdepends=('python-pytest' 'python2-pytest')
+arch=('any')
+url="http://pypi.python.org/pypi/irc;
+license=('LGPL')
+source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
+md5sums=('c0f7213499d546d5c3af1b9a8a363515')
+
+build() {
+  cd "$srcdir"
+  cp -a "irc-$pkgver" "irc2-$pkgver"
+}
+
+package_python-irc() {
+  cd "$srcdir/irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}
+
+package_python2-irc() {
+  depends=('python2-six' 'python2-pytz' 'python2-more-itertools' 
'python2-jaraco')
+
+  cd "$srcdir/irc2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=0
+}
+
+check() {
+  cd "$srcdir/irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py test 
+
+  cd "$srcdir/irc2-$pkgver"
+  python2 setup.py test 
+}


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

2017-07-04 Thread Kyle Keen
Date: Tuesday, July 4, 2017 @ 10:52:07
  Author: kkeen
Revision: 242294

upgpkg: python-irc 16.0-1

Modified:
  python-irc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 10:05:42 UTC (rev 242293)
+++ PKGBUILD2017-07-04 10:52:07 UTC (rev 242294)
@@ -6,7 +6,7 @@
 
 pkgbase=python-irc
 pkgname=('python-irc' 'python2-irc')
-pkgver=15.1.1
+pkgver=16.0
 pkgrel=1
 pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
 depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco')
@@ -17,7 +17,7 @@
 url="http://pypi.python.org/pypi/irc;
 license=('LGPL')
 
source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
-md5sums=('7f601e5f2af527278e56b63b901d7527')
+md5sums=('c0f7213499d546d5c3af1b9a8a363515')
 
 build() {
   cd "$srcdir"


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

2017-07-04 Thread Bartłomiej Piotrowski
Date: Tuesday, July 4, 2017 @ 10:14:14
  Author: bpiotrowski
Revision: 299661

archrelease: copy trunk to staging-any

Added:
  devtools/repos/staging-any/
  
devtools/repos/staging-any/0001-makechrootpkg-Delete-chroot-subvols-recursively-when.patch
(from rev 299660, 
devtools/trunk/0001-makechrootpkg-Delete-chroot-subvols-recursively-when.patch)
  
devtools/repos/staging-any/0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch
(from rev 299660, 
devtools/trunk/0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch)
  devtools/repos/staging-any/PKGBUILD
(from rev 299660, devtools/trunk/PKGBUILD)

-+
 0001-makechrootpkg-Delete-chroot-subvols-recursively-when.patch |   27 +
 0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch  |   47 
++
 PKGBUILD|   39 
 3 files changed, 113 insertions(+)

Copied: 
devtools/repos/staging-any/0001-makechrootpkg-Delete-chroot-subvols-recursively-when.patch
 (from rev 299660, 
devtools/trunk/0001-makechrootpkg-Delete-chroot-subvols-recursively-when.patch)
===
--- staging-any/0001-makechrootpkg-Delete-chroot-subvols-recursively-when.patch 
(rev 0)
+++ staging-any/0001-makechrootpkg-Delete-chroot-subvols-recursively-when.patch 
2017-07-04 10:14:14 UTC (rev 299661)
@@ -0,0 +1,27 @@
+From a1f8ac9c70494009554c08c1036351cb2b374828 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sun, 9 Apr 2017 02:36:01 +0200
+Subject: [PATCH] makechrootpkg: Delete chroot subvols recursively when using
+ -T
+
+I overlooked this one. Fixes FS#53513.
+---
+ makechrootpkg.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/makechrootpkg.in b/makechrootpkg.in
+index f6764cb..20a1f50 100644
+--- a/makechrootpkg.in
 b/makechrootpkg.in
+@@ -143,7 +143,7 @@ delete_chroot() {
+ 
+   stat_busy "Removing chroot copy [%s]" "$copy"
+   if is_btrfs "$chrootdir" && ! mountpoint -q "$copydir"; then
+-  btrfs subvolume delete "$copydir" >/dev/null ||
++  subvolume_delete_recursive "$copydir" ||
+   die "Unable to delete subvolume %s" "$copydir"
+   else
+   # avoid change of filesystem in case of an umount failure
+-- 
+2.12.2
+

Copied: 
devtools/repos/staging-any/0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch
 (from rev 299660, 
devtools/trunk/0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch)
===
--- staging-any/0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch  
(rev 0)
+++ staging-any/0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch  
2017-07-04 10:14:14 UTC (rev 299661)
@@ -0,0 +1,47 @@
+From c9b1fc08b5f63c9f6bb1a992431c661129ab2db1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Tue, 4 Jul 2017 12:04:51 +0200
+Subject: [PATCH] Sync makepkg.conf files with pacman 5.0.2-2
+
+---
+ makepkg-i686.conf   | 6 +++---
+ makepkg-x86_64.conf | 6 +++---
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/makepkg-i686.conf b/makepkg-i686.conf
+index c565795..e57988f 100644
+--- a/makepkg-i686.conf
 b/makepkg-i686.conf
+@@ -37,9 +37,9 @@ CHOST="i686-pc-linux-gnu"
+ # -march (or -mcpu) builds exclusively for an architecture
+ # -mtune optimizes for an architecture, but builds for whole processor family
+ CPPFLAGS="-D_FORTIFY_SOURCE=2"
+-CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong"
+-CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong"
+-LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
++CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong 
-fno-plt"
++CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong 
-fno-plt"
++LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
+ #-- Make Flags: change this for DistCC/SMP systems
+ #MAKEFLAGS="-j2"
+ #-- Debugging flags
+diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf
+index 058da9b..7aa192e 100644
+--- a/makepkg-x86_64.conf
 b/makepkg-x86_64.conf
+@@ -37,9 +37,9 @@ CHOST="x86_64-pc-linux-gnu"
+ # -march (or -mcpu) builds exclusively for an architecture
+ # -mtune optimizes for an architecture, but builds for whole processor family
+ CPPFLAGS="-D_FORTIFY_SOURCE=2"
+-CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"
+-CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"
+-LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
++CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong 
-fno-plt"
++CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong 
-fno-plt"
++LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
+ #-- Make 

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

2017-07-04 Thread Bartłomiej Piotrowski
Date: Tuesday, July 4, 2017 @ 10:14:08
  Author: bpiotrowski
Revision: 299660

20170320-3: sync makepkg.conf files with pacman-5.0.2-2

Added:
  devtools/trunk/0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch
Modified:
  devtools/trunk/PKGBUILD

+
 0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch |   47 +++
 PKGBUILD   |9 +-
 2 files changed, 53 insertions(+), 3 deletions(-)

Added: 0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch
===
--- 0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch  
(rev 0)
+++ 0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch  2017-07-04 
10:14:08 UTC (rev 299660)
@@ -0,0 +1,47 @@
+From c9b1fc08b5f63c9f6bb1a992431c661129ab2db1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Tue, 4 Jul 2017 12:04:51 +0200
+Subject: [PATCH] Sync makepkg.conf files with pacman 5.0.2-2
+
+---
+ makepkg-i686.conf   | 6 +++---
+ makepkg-x86_64.conf | 6 +++---
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/makepkg-i686.conf b/makepkg-i686.conf
+index c565795..e57988f 100644
+--- a/makepkg-i686.conf
 b/makepkg-i686.conf
+@@ -37,9 +37,9 @@ CHOST="i686-pc-linux-gnu"
+ # -march (or -mcpu) builds exclusively for an architecture
+ # -mtune optimizes for an architecture, but builds for whole processor family
+ CPPFLAGS="-D_FORTIFY_SOURCE=2"
+-CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong"
+-CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong"
+-LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
++CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong 
-fno-plt"
++CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong 
-fno-plt"
++LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
+ #-- Make Flags: change this for DistCC/SMP systems
+ #MAKEFLAGS="-j2"
+ #-- Debugging flags
+diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf
+index 058da9b..7aa192e 100644
+--- a/makepkg-x86_64.conf
 b/makepkg-x86_64.conf
+@@ -37,9 +37,9 @@ CHOST="x86_64-pc-linux-gnu"
+ # -march (or -mcpu) builds exclusively for an architecture
+ # -mtune optimizes for an architecture, but builds for whole processor family
+ CPPFLAGS="-D_FORTIFY_SOURCE=2"
+-CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"
+-CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"
+-LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
++CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong 
-fno-plt"
++CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong 
-fno-plt"
++LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
+ #-- Make Flags: change this for DistCC/SMP systems
+ #MAKEFLAGS="-j2"
+ #-- Debugging flags
+-- 
+2.13.2
+

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 09:35:46 UTC (rev 299659)
+++ PKGBUILD2017-07-04 10:14:08 UTC (rev 299660)
@@ -3,7 +3,7 @@
 
 pkgname=devtools
 pkgver=20170320
-pkgrel=2
+pkgrel=3
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
 license=('GPL')
@@ -10,7 +10,8 @@
 url='http://projects.archlinux.org/devtools.git/'
 depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
 
source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
-'0001-makechrootpkg-Delete-chroot-subvols-recursively-when.patch')
+'0001-makechrootpkg-Delete-chroot-subvols-recursively-when.patch'
+'0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch')
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'
   '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
   '86CFFCA918CF3AF47147588051E8B148AC34'
@@ -18,11 +19,13 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA')
 md5sums=('e401f4e3d1074b80060390b9812766f1'
  'SKIP'
- '678ec14b148dbe88cbac92a1cefa57d5')
+ '678ec14b148dbe88cbac92a1cefa57d5'
+ 'a5b4e14d9870cfcf0f841b438ee0d8cc')
 
 prepare() {
cd "${pkgname}-${pkgver}"
patch -Np1 -i 
../0001-makechrootpkg-Delete-chroot-subvols-recursively-when.patch
+   patch -Np1 -i ../0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch
 }
 
 build() {


[arch-commits] Commit in lib32-libva-intel-driver/repos/multilib-x86_64 (2 files)

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 10:05:42
  Author: lcarlier
Revision: 242293

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libva-intel-driver/repos/multilib-x86_64/PKGBUILD
(from rev 242292, lib32-libva-intel-driver/trunk/PKGBUILD)
Deleted:
  lib32-libva-intel-driver/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 10:05:37 UTC (rev 242292)
+++ PKGBUILD2017-07-04 10:05:42 UTC (rev 242293)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Bartłomiej Piotrowski 
-
-_pkgbasename=libva-intel-driver
-pkgname=lib32-libva-intel-driver
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family (32-bit)'
-arch=('x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('lib32-libva')
-source=(http://freedesktop.org/software/vaapi/releases/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
-md5sums=('f28ac265f836f7ce881305bd3a282c90')
-
-prepare() {
-  cd $_pkgbasename-$pkgver
-
-  # Only relevant if intel-gpu-tools is installed,
-  # since then the shaders will be recompiled
-  sed -i '1s/python$/&2/' src/shaders/gpp.py
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make 
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: lib32-libva-intel-driver/repos/multilib-x86_64/PKGBUILD (from rev 
242292, lib32-libva-intel-driver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 10:05:42 UTC (rev 242293)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+
+_pkgbasename=libva-intel-driver
+pkgname=lib32-libva-intel-driver
+pkgver=1.8.2
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family (32-bit)'
+arch=('x86_64')
+url='https://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('lib32-libva')
+source=("https://github.com/01org/intel-vaapi-driver/releases/download/$pkgver/intel-vaapi-driver-$pkgver.tar.bz2;)
+sha1sums=('1564e41f36b1ec646250418eeb344a916eb28407')
+
+prepare() {
+  cd intel-vaapi-driver-${pkgver}
+
+  # Only relevant if intel-gpu-tools is installed,
+  # since then the shaders will be recompiled
+  sed -i '1s/python$/&2/' src/shaders/gpp.py
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd intel-vaapi-driver-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32'
+  make 
+}
+
+package() {
+  cd intel-vaapi-driver-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/COPYING
+}


[arch-commits] Commit in lib32-libva-intel-driver/trunk (PKGBUILD)

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 10:05:37
  Author: lcarlier
Revision: 242292

upgpkg: lib32-libva-intel-driver 1.8.2-1

upstream update 1.8.2

Modified:
  lib32-libva-intel-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 09:55:26 UTC (rev 242291)
+++ PKGBUILD2017-07-04 10:05:37 UTC (rev 242292)
@@ -5,18 +5,18 @@
 
 _pkgbasename=libva-intel-driver
 pkgname=lib32-libva-intel-driver
-pkgver=1.7.2
+pkgver=1.8.2
 pkgrel=1
 pkgdesc='VA-API implementation for Intel G45 and HD Graphics family (32-bit)'
 arch=('x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
+url='https://freedesktop.org/wiki/Software/vaapi'
 license=('MIT')
 depends=('lib32-libva')
-source=(http://freedesktop.org/software/vaapi/releases/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
-md5sums=('f28ac265f836f7ce881305bd3a282c90')
+source=("https://github.com/01org/intel-vaapi-driver/releases/download/$pkgver/intel-vaapi-driver-$pkgver.tar.bz2;)
+sha1sums=('1564e41f36b1ec646250418eeb344a916eb28407')
 
 prepare() {
-  cd $_pkgbasename-$pkgver
+  cd intel-vaapi-driver-${pkgver}
 
   # Only relevant if intel-gpu-tools is installed,
   # since then the shaders will be recompiled
@@ -28,13 +28,18 @@
   export CXX="g++ -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr --libdir=/usr/lib32
+  cd intel-vaapi-driver-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32'
   make 
 }
 
 package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+  cd intel-vaapi-driver-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/COPYING
 }


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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 09:55:21
  Author: lcarlier
Revision: 242290

upgpkg: lib32-gnutls 3.5.13-1

upstream update 3.5.13

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 09:06:38 UTC (rev 242289)
+++ PKGBUILD2017-07-04 09:55:21 UTC (rev 242290)
@@ -8,17 +8,17 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.4.15
+pkgver=3.5.13
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
-url="http://gnutls.org/;
+url="https://gnutls.org/;
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
 makedepends=('gcc-multilib')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('4ea5b239bd8bf1b734dda02997b36459'
- 'SKIP')
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+sha256sums=('79f5480ad198dad5bc78e075f4a40c4a315a1b2072666919d2d05a08aec13096'
+'SKIP')
 validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
 
 build() {
@@ -33,6 +33,7 @@
 
   ./configure --prefix=/usr --libdir=/usr/lib32 --build=i686-pc-linux-gnu \
 --with-zlib \
+--with-included-unistring \
 --disable-static \
 --disable-guile \
 --disable-valgrind-tests


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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 09:55:26
  Author: lcarlier
Revision: 242291

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  107 ++---
 1 file changed, 54 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 09:55:21 UTC (rev 242290)
+++ PKGBUILD2017-07-04 09:55:26 UTC (rev 242291)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Maintainer: Felix Yan 
-# Contributor: Christoph Vigano 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.4.15
-pkgrel=1
-pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url="http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('4ea5b239bd8bf1b734dda02997b36459'
- 'SKIP')
-validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # disable libidn for security reasons:
-  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --build=i686-pc-linux-gnu \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  find $pkgdir
-
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 242290, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 09:55:26 UTC (rev 242291)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Maintainer: Felix Yan 
+# Contributor: Christoph Vigano 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.5.13
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="https://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+sha256sums=('79f5480ad198dad5bc78e075f4a40c4a315a1b2072666919d2d05a08aec13096'
+'SKIP')
+validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --build=i686-pc-linux-gnu \
+--with-zlib \
+--with-included-unistring \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  find $pkgdir
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}


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

2017-07-04 Thread Bartłomiej Piotrowski
Date: Tuesday, July 4, 2017 @ 09:35:46
  Author: bpiotrowski
Revision: 299659

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

Added:
  pacman/repos/staging-i686/
  pacman/repos/staging-i686/PKGBUILD
(from rev 299658, pacman/trunk/PKGBUILD)
  pacman/repos/staging-i686/makepkg.conf
(from rev 299658, pacman/trunk/makepkg.conf)
  pacman/repos/staging-i686/pacman.conf.i686
(from rev 299658, pacman/trunk/pacman.conf.i686)
  pacman/repos/staging-i686/pacman.conf.x86_64
(from rev 299658, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/staging-x86_64/
  pacman/repos/staging-x86_64/PKGBUILD
(from rev 299658, pacman/trunk/PKGBUILD)
  pacman/repos/staging-x86_64/makepkg.conf
(from rev 299658, pacman/trunk/makepkg.conf)
  pacman/repos/staging-x86_64/pacman.conf.i686
(from rev 299658, pacman/trunk/pacman.conf.i686)
  pacman/repos/staging-x86_64/pacman.conf.x86_64
(from rev 299658, pacman/trunk/pacman.conf.x86_64)

---+
 staging-i686/PKGBUILD |   91 ++
 staging-i686/makepkg.conf |  147 
 staging-i686/pacman.conf.i686 |   91 ++
 staging-i686/pacman.conf.x86_64   |  100 
 staging-x86_64/PKGBUILD   |   91 ++
 staging-x86_64/makepkg.conf   |  147 
 staging-x86_64/pacman.conf.i686   |   91 ++
 staging-x86_64/pacman.conf.x86_64 |  100 
 8 files changed, 858 insertions(+)

Copied: pacman/repos/staging-i686/PKGBUILD (from rev 299658, 
pacman/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-07-04 09:35:46 UTC (rev 299659)
@@ -0,0 +1,91 @@
+# vim: set ts=2 sw=2 et:
+# $Id$
+# Maintainer: Dan McGee 
+# Maintainer: Dave Reisner 
+
+pkgname=pacman
+pkgver=5.0.2
+pkgrel=2
+pkgdesc="A library-based package manager with dependency support"
+arch=('i686' 'x86_64')
+url="http://www.archlinux.org/pacman/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('bash' 'glibc' 'libarchive' 'curl'
+ 'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
+makedepends=('asciidoc')
+checkdepends=('python2' 'fakechroot')
+provides=('pacman-contrib')
+conflicts=('pacman-contrib')
+replaces=('pacman-contrib')
+backup=(etc/pacman.conf etc/makepkg.conf)
+options=('strip' 'debug')
+validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD'  # Allan McRae 

+  'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory 
(pacman) 
+source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
+pacman.conf.i686
+pacman.conf.x86_64
+makepkg.conf)
+sha256sums=('dfd36086ad68564bcd977f4a1fafe51dd328acd4a95093ac4bf1249be9c41f0e'
+'SKIP'
+'cb76123c15ca9f2a467ebecb72af611f618fcc8431cf8b437d40fa2e61c23590'
+'95b3b2416402059cf6acf3e046082e7ce261e2b88629231dbf579a4200d8a63b'
+'6066d67d818ee36760bf121c76d5019130f7875b3e5ed179b319b810a3a9685b')
+
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --enable-doc \
+--with-scriptlet-shell=/usr/bin/bash \
+--with-ldconfig=/usr/bin/ldconfig
+  make V=1
+  make -C contrib 
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C contrib install
+
+  # install Arch specific stuff
+  install -dm755 "$pkgdir/etc"
+  install -m644 "$srcdir/pacman.conf.$CARCH" "$pkgdir/etc/pacman.conf"
+
+  case $CARCH in
+i686)
+  mycarch="i686"
+  mychost="i686-pc-linux-gnu"
+  myflags="-march=i686"
+  ;;
+x86_64)
+  mycarch="x86_64"
+  mychost="x86_64-pc-linux-gnu"
+  myflags="-march=x86-64"
+  ;;
+  esac
+
+  # set things correctly in the default conf file
+  install -m644 "$srcdir/makepkg.conf" "$pkgdir/etc"
+  sed -i "$pkgdir/etc/makepkg.conf" \
+-e "s|@CARCH[@]|$mycarch|g" \
+-e "s|@CHOST[@]|$mychost|g" \
+-e "s|@CARCHFLAGS[@]|$myflags|g"
+
+  # put bash_completion in the right location
+  install -dm755 "$pkgdir/usr/share/bash-completion/completions"
+  mv "$pkgdir/etc/bash_completion.d/pacman" 
"$pkgdir/usr/share/bash-completion/completions"
+  rmdir "$pkgdir/etc/bash_completion.d"
+
+  for f in makepkg pacman-key; do
+ln -s pacman "$pkgdir/usr/share/bash-completion/completions/$f"
+  done
+
+  install -Dm644 contrib/PKGBUILD.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/PKGBUILD.vim"
+}

Copied: pacman/repos/staging-i686/makepkg.conf (from rev 299658, 
pacman/trunk/makepkg.conf)
===
--- staging-i686/makepkg.conf 

[arch-commits] Commit in pacman/trunk (PKGBUILD makepkg.conf)

2017-07-04 Thread Bartłomiej Piotrowski
Date: Tuesday, July 4, 2017 @ 09:35:34
  Author: bpiotrowski
Revision: 299658

5.0.2-2: enable full RELRO and BIND_NOW

Modified:
  pacman/trunk/PKGBUILD
  pacman/trunk/makepkg.conf

--+
 PKGBUILD |4 ++--
 makepkg.conf |6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 08:46:47 UTC (rev 299657)
+++ PKGBUILD2017-07-04 09:35:34 UTC (rev 299658)
@@ -5,7 +5,7 @@
 
 pkgname=pacman
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A library-based package manager with dependency support"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org/pacman/;
@@ -30,7 +30,7 @@
 'SKIP'
 'cb76123c15ca9f2a467ebecb72af611f618fcc8431cf8b437d40fa2e61c23590'
 '95b3b2416402059cf6acf3e046082e7ce261e2b88629231dbf579a4200d8a63b'
-'56a016d6a5404ab6dd7b8fd39027ef422dd14ad07c768853863a1e03dcc9a3e0')
+'6066d67d818ee36760bf121c76d5019130f7875b3e5ed179b319b810a3a9685b')
 
 
 build() {

Modified: makepkg.conf
===
--- makepkg.conf2017-07-04 08:46:47 UTC (rev 299657)
+++ makepkg.conf2017-07-04 09:35:34 UTC (rev 299658)
@@ -37,9 +37,9 @@
 # -march (or -mcpu) builds exclusively for an architecture
 # -mtune optimizes for an architecture, but builds for whole processor family
 CPPFLAGS="-D_FORTIFY_SOURCE=2"
-CFLAGS="@CARCHFLAGS@ -mtune=generic -O2 -pipe -fstack-protector-strong"
-CXXFLAGS="@CARCHFLAGS@ -mtune=generic -O2 -pipe -fstack-protector-strong"
-LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
+CFLAGS="@CARCHFLAGS@ -mtune=generic -O2 -pipe -fstack-protector-strong 
-fno-plt"
+CXXFLAGS="@CARCHFLAGS@ -mtune=generic -O2 -pipe -fstack-protector-strong 
-fno-plt"
+LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
 #-- Make Flags: change this for DistCC/SMP systems
 #MAKEFLAGS="-j2"
 #-- Debugging flags


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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 09:06:24
  Author: lcarlier
Revision: 242288

upgpkg: lib32-libcdio 0.94-1

upstream update 0.94

Modified:
  lib32-libcdio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 08:51:18 UTC (rev 242287)
+++ PKGBUILD2017-07-04 09:06:24 UTC (rev 242288)
@@ -6,20 +6,30 @@
 
 pkgname=lib32-libcdio
 _pkgname=libcdio
-pkgver=0.93
-pkgrel=5
+pkgver=0.94
+pkgrel=1
 pkgdesc="GNU Compact Disc Input and Control Library (32-bit)"
 arch=("x86_64")
 license=('GPL3')
-url="http://www.gnu.org/software/libcdio/;
+url="https://www.gnu.org/software/libcdio/;
 depends=('lib32-gcc-libs' "libcdio")
 options=('!libtool')
-source=("http://ftp.gnu.org/gnu/libcdio/${_pkgname}-${pkgver}.tar.gz;
-"libcdio-0.83-linking.patch")
+source=(https://ftp.gnu.org/gnu/libcdio/${_pkgname}-${pkgver}.tar.gz{,.sig}
+libcdio-0.83-linking.patch)
+sha256sums=('96e2c903f866ae96f9f5b9048fa32db0921464a2286f5b586c0f02699710025a'
+'SKIP'
+'d88186b2a11726fe5ef10853e0245996b55793552b14230d1f7ba5ee3c54f3ed')
+validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein
 
 prepare() {
 cd "${srcdir}/${_pkgname}-${pkgver}"
 patch -Np1 -i $srcdir/libcdio-0.83-linking.patch
+
+# Unbreak symbol versioning
+# https://savannah.gnu.org/bugs/?49907
+sed -i '/AM_INIT_AUTOMAKE/s/subdir-objects//' configure.ac
+
+autoreconf -fi
 }  
 
 build() {
@@ -41,6 +51,3 @@
 
 rm -rf ${pkgdir}/usr/bin ${pkgdir}/usr/include ${pkgdir}/usr/share
 }
-
-md5sums=('d154476feaac5a7b5f180e83eaf3d689'
- '5a7f50209c03d5919d5b932f07871af7')


[arch-commits] Commit in lib32-libcdio/repos/multilib-x86_64 (4 files)

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 09:06:38
  Author: lcarlier
Revision: 242289

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libcdio/repos/multilib-x86_64/PKGBUILD
(from rev 242288, lib32-libcdio/trunk/PKGBUILD)
  lib32-libcdio/repos/multilib-x86_64/libcdio-0.83-linking.patch
(from rev 242288, lib32-libcdio/trunk/libcdio-0.83-linking.patch)
Deleted:
  lib32-libcdio/repos/multilib-x86_64/PKGBUILD
  lib32-libcdio/repos/multilib-x86_64/libcdio-0.83-linking.patch

+
 PKGBUILD   |   99 +++
 libcdio-0.83-linking.patch |   44 +--
 2 files changed, 75 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 09:06:24 UTC (rev 242288)
+++ PKGBUILD2017-07-04 09:06:38 UTC (rev 242289)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: GordonGR 
-# Contributor: Kazuo Teramoto 
-# Contributor: damir 
-
-pkgname=lib32-libcdio
-_pkgname=libcdio
-pkgver=0.93
-pkgrel=5
-pkgdesc="GNU Compact Disc Input and Control Library (32-bit)"
-arch=("x86_64")
-license=('GPL3')
-url="http://www.gnu.org/software/libcdio/;
-depends=('lib32-gcc-libs' "libcdio")
-options=('!libtool')
-source=("http://ftp.gnu.org/gnu/libcdio/${_pkgname}-${pkgver}.tar.gz;
-"libcdio-0.83-linking.patch")
-
-prepare() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-patch -Np1 -i $srcdir/libcdio-0.83-linking.patch
-}  
-
-build() {
-export CC="gcc -m32"
-export CXX="g++ -m32"
-export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-cd "${srcdir}/${_pkgname}-${pkgver}"
-./configure --prefix=/usr --disable-vcd-info --enable-cpp-progs \
---libdir=/usr/lib32 --without-cd-drive --without-cd-info \
---without-cdda-player --without-cd-read --without-iso-info \
---without-iso-read --disable-cddb
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-make -j1 DESTDIR="${pkgdir}" install
-
-rm -rf ${pkgdir}/usr/bin ${pkgdir}/usr/include ${pkgdir}/usr/share
-}
-
-md5sums=('d154476feaac5a7b5f180e83eaf3d689'
- '5a7f50209c03d5919d5b932f07871af7')

Copied: lib32-libcdio/repos/multilib-x86_64/PKGBUILD (from rev 242288, 
lib32-libcdio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 09:06:38 UTC (rev 242289)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: GordonGR 
+# Contributor: Kazuo Teramoto 
+# Contributor: damir 
+
+pkgname=lib32-libcdio
+_pkgname=libcdio
+pkgver=0.94
+pkgrel=1
+pkgdesc="GNU Compact Disc Input and Control Library (32-bit)"
+arch=("x86_64")
+license=('GPL3')
+url="https://www.gnu.org/software/libcdio/;
+depends=('lib32-gcc-libs' "libcdio")
+options=('!libtool')
+source=(https://ftp.gnu.org/gnu/libcdio/${_pkgname}-${pkgver}.tar.gz{,.sig}
+libcdio-0.83-linking.patch)
+sha256sums=('96e2c903f866ae96f9f5b9048fa32db0921464a2286f5b586c0f02699710025a'
+'SKIP'
+'d88186b2a11726fe5ef10853e0245996b55793552b14230d1f7ba5ee3c54f3ed')
+validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein
+
+prepare() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+patch -Np1 -i $srcdir/libcdio-0.83-linking.patch
+
+# Unbreak symbol versioning
+# https://savannah.gnu.org/bugs/?49907
+sed -i '/AM_INIT_AUTOMAKE/s/subdir-objects//' configure.ac
+
+autoreconf -fi
+}  
+
+build() {
+export CC="gcc -m32"
+export CXX="g++ -m32"
+export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+./configure --prefix=/usr --disable-vcd-info --enable-cpp-progs \
+--libdir=/usr/lib32 --without-cd-drive --without-cd-info \
+--without-cdda-player --without-cd-read --without-iso-info \
+--without-iso-read --disable-cddb
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+make -j1 DESTDIR="${pkgdir}" install
+
+rm -rf ${pkgdir}/usr/bin ${pkgdir}/usr/include ${pkgdir}/usr/share
+}

Deleted: libcdio-0.83-linking.patch
===
--- libcdio-0.83-linking.patch  2017-07-04 09:06:24 UTC (rev 242288)
+++ libcdio-0.83-linking.patch  2017-07-04 09:06:38 UTC (rev 242289)
@@ -1,22 +0,0 @@
-diff -Naur libcdio-0.83-orig/example/C++/OO/Makefile.in 
libcdio-0.83/example/C++/OO/Makefile.in
 libcdio-0.83-orig/example/C++/OO/Makefile.in   2011-10-27 
18:02:31.0 +1000
-+++ libcdio-0.83/example/C++/OO/Makefile.in2012-02-18 11:10:07.369277231 
+1000
-@@ -315,15 +315,15 @@
- 
- isofile2_SOURCES = isofile2.cpp
- isofile2_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \
--$(LIBCDIOPP_LIBS) $(LTLIBICONV)
-+  

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

2017-07-04 Thread Sergej Pupykin
Date: Tuesday, July 4, 2017 @ 08:51:05
  Author: spupykin
Revision: 242286

upgpkg: cacti 1.1.11-1

Modified:
  cacti/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 08:47:55 UTC (rev 242285)
+++ PKGBUILD2017-07-04 08:51:05 UTC (rev 242286)
@@ -3,7 +3,7 @@
 # Contributor: tuxbubling 
 
 pkgname=cacti
-pkgver=1.1.10
+pkgver=1.1.11
 pkgrel=1
 pkgdesc="complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality"
 arch=(any)
@@ -14,7 +14,7 @@
'etc/webapps/cacti/config.php')
 install=cacti.install
 source=("http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
-sha256sums=('37f247f6083d45f433c5526ac3c81f851eb1ee170366cae3642425d59bf6674a')
+sha256sums=('f1c1a370f880558368f150336b9306551bb5598c71397c764b79f6cf8eedcfe8')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/webapps/cacti "$pkgdir"/etc/webapps/cacti


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

2017-07-04 Thread Sergej Pupykin
Date: Tuesday, July 4, 2017 @ 08:51:18
  Author: spupykin
Revision: 242287

archrelease: copy trunk to community-any

Added:
  cacti/repos/community-any/PKGBUILD
(from rev 242286, cacti/trunk/PKGBUILD)
  cacti/repos/community-any/cacti.install
(from rev 242286, cacti/trunk/cacti.install)
Deleted:
  cacti/repos/community-any/PKGBUILD
  cacti/repos/community-any/cacti.install

---+
 PKGBUILD  |   68 
 cacti.install |   14 +--
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 08:51:05 UTC (rev 242286)
+++ PKGBUILD2017-07-04 08:51:18 UTC (rev 242287)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: tuxbubling 
-
-pkgname=cacti
-pkgver=1.1.10
-pkgrel=1
-pkgdesc="complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality"
-arch=(any)
-url="http://www.cacti.net;
-license=('GPL')
-depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
-backup=('etc/webapps/cacti/.htaccess'
-   'etc/webapps/cacti/config.php')
-install=cacti.install
-source=("http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
-sha256sums=('37f247f6083d45f433c5526ac3c81f851eb1ee170366cae3642425d59bf6674a')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/webapps/cacti "$pkgdir"/etc/webapps/cacti
-  mv "$srcdir"/$pkgname-${pkgver/_/}/* "$pkgdir"/usr/share/webapps/cacti
-  echo "Require all denied" >> "$pkgdir"/etc/webapps/cacti/.htaccess
-  mv "$pkgdir"/usr/share/webapps/cacti/include/config.php 
"$pkgdir"/etc/webapps/cacti
-  ln -s /etc/webapps/cacti/.htaccess 
"$pkgdir"/usr/share/webapps/cacti/.htaccess
-  ln -s /etc/webapps/cacti/config.php 
"$pkgdir"/usr/share/webapps/cacti/include/config.php
-
-  install -dm0755 "$pkgdir"/var/log/ "$pkgdir"/var/lib/cacti/
-
-  mv "$pkgdir"/usr/share/webapps/cacti/rra "$pkgdir"/var/lib/cacti/rra
-  ln -s /var/lib/cacti/rra "$pkgdir"/usr/share/webapps/cacti/rra
-
-  mv "$pkgdir"/usr/share/webapps/cacti/log "$pkgdir"/var/log/cacti
-  ln -s /var/log/cacti "$pkgdir"/usr/share/webapps/cacti/log
-}

Copied: cacti/repos/community-any/PKGBUILD (from rev 242286, 
cacti/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 08:51:18 UTC (rev 242287)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: tuxbubling 
+
+pkgname=cacti
+pkgver=1.1.11
+pkgrel=1
+pkgdesc="complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality"
+arch=(any)
+url="http://www.cacti.net;
+license=('GPL')
+depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
+backup=('etc/webapps/cacti/.htaccess'
+   'etc/webapps/cacti/config.php')
+install=cacti.install
+source=("http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
+sha256sums=('f1c1a370f880558368f150336b9306551bb5598c71397c764b79f6cf8eedcfe8')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/webapps/cacti "$pkgdir"/etc/webapps/cacti
+  mv "$srcdir"/$pkgname-${pkgver/_/}/* "$pkgdir"/usr/share/webapps/cacti
+  echo "Require all denied" >> "$pkgdir"/etc/webapps/cacti/.htaccess
+  mv "$pkgdir"/usr/share/webapps/cacti/include/config.php 
"$pkgdir"/etc/webapps/cacti
+  ln -s /etc/webapps/cacti/.htaccess 
"$pkgdir"/usr/share/webapps/cacti/.htaccess
+  ln -s /etc/webapps/cacti/config.php 
"$pkgdir"/usr/share/webapps/cacti/include/config.php
+
+  install -dm0755 "$pkgdir"/var/log/ "$pkgdir"/var/lib/cacti/
+
+  mv "$pkgdir"/usr/share/webapps/cacti/rra "$pkgdir"/var/lib/cacti/rra
+  ln -s /var/lib/cacti/rra "$pkgdir"/usr/share/webapps/cacti/rra
+
+  mv "$pkgdir"/usr/share/webapps/cacti/log "$pkgdir"/var/log/cacti
+  ln -s /var/log/cacti "$pkgdir"/usr/share/webapps/cacti/log
+}

Deleted: cacti.install
===
--- cacti.install   2017-07-04 08:51:05 UTC (rev 242286)
+++ cacti.install   2017-07-04 08:51:18 UTC (rev 242287)
@@ -1,7 +0,0 @@
-post_upgrade() {
-  post_install
-}
-
-post_install() {
-  chown -R http:http var/log/cacti var/lib/cacti/rra
-}

Copied: cacti/repos/community-any/cacti.install (from rev 242286, 
cacti/trunk/cacti.install)
===
--- cacti.install   (rev 0)
+++ cacti.install   2017-07-04 08:51:18 UTC (rev 242287)
@@ -0,0 +1,7 @@
+post_upgrade() {
+  post_install
+}
+
+post_install() {
+  chown -R http:http var/log/cacti var/lib/cacti/rra
+}


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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 08:47:55
  Author: lcarlier
Revision: 242285

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 08:47:38 UTC (rev 242284)
+++ PKGBUILD2017-07-04 08:47:55 UTC (rev 242285)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: GordonGR 
-# Contributor: Tom Gundersen 
-# Contributor: Ike Devolder 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-_pkgname=taglib
-pkgname=lib32-taglib
-pkgver=1.11
-pkgrel=1
-pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats (32 bit)"
-arch=('x86_64')
-url="http://developer.kde.org/~wheeler/taglib.html;
-license=('LGPL' 'MPL')
-depends=($_pkgname 'lib32-zlib' 'lib32-gcc-libs')
-makedepends=('cmake')
-options=('!libtool')
-source=("http://taglib.github.io/releases/$_pkgname-$pkgver.tar.gz;)
-md5sums=('be39fa2054df40664cb557126ad7cf7c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_SUFFIX=32 \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=ON \
--DWITH_MP4=ON \
--DWITH_ASF=ON
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  cd "$pkgdir/usr"
-  rm -rf {include,share}/
-  mv bin/taglib-config{,-32}
-}

Copied: lib32-taglib/repos/multilib-x86_64/PKGBUILD (from rev 242284, 
lib32-taglib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 08:47:55 UTC (rev 242285)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GordonGR 
+# Contributor: Tom Gundersen 
+# Contributor: Ike Devolder 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+_pkgname=taglib
+pkgname=lib32-taglib
+pkgver=1.11.1
+pkgrel=1
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats (32 bit)"
+arch=('x86_64')
+url="http://developer.kde.org/~wheeler/taglib.html;
+license=('LGPL' 'MPL')
+depends=($_pkgname 'lib32-zlib' 'lib32-gcc-libs')
+makedepends=('cmake')
+options=('!libtool')
+source=("http://taglib.github.io/releases/$_pkgname-$pkgver.tar.gz;)
+md5sums=('cee7be0ccfc892fa433d6c837df9522a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_SUFFIX=32 \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=ON \
+-DWITH_MP4=ON \
+-DWITH_ASF=ON
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  cd "$pkgdir/usr"
+  rm -rf {include,share}/
+  mv bin/taglib-config{,-32}
+}


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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 08:47:38
  Author: lcarlier
Revision: 242284

upgpkg: lib32-taglib 1.11.1-1

upstream update 1.11.1

Modified:
  lib32-taglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 08:44:06 UTC (rev 242283)
+++ PKGBUILD2017-07-04 08:47:38 UTC (rev 242284)
@@ -8,7 +8,7 @@
 
 _pkgname=taglib
 pkgname=lib32-taglib
-pkgver=1.11
+pkgver=1.11.1
 pkgrel=1
 pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats (32 bit)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('cmake')
 options=('!libtool')
 source=("http://taglib.github.io/releases/$_pkgname-$pkgver.tar.gz;)
-md5sums=('be39fa2054df40664cb557126ad7cf7c')
+md5sums=('cee7be0ccfc892fa433d6c837df9522a')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in systemd/repos (54 files)

2017-07-04 Thread Christian Hesse
Date: Tuesday, July 4, 2017 @ 08:46:47
  Author: eworm
Revision: 299657

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 299656, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 299656, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 299656, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 299656, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 299656, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 299656, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 299656, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd-hwdb.hook
(from rev 299656, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-i686/systemd-sysusers.hook
(from rev 299656, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-i686/systemd-tmpfiles.hook
(from rev 299656, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-i686/systemd-update.hook
(from rev 299656, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-i686/systemd-user.pam
(from rev 299656, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-i686/systemd.install
(from rev 299656, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 299656, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 299656, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 299656, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 299656, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 299656, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 299656, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 299656, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 299656, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 299656, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 299656, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 299656, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 299656, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 299656, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/arch.conf
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/loader.conf
  systemd/repos/testing-i686/splash-arch.bmp
  systemd/repos/testing-i686/systemd-hwdb.hook
  systemd/repos/testing-i686/systemd-sysusers.hook
  systemd/repos/testing-i686/systemd-tmpfiles.hook
  systemd/repos/testing-i686/systemd-update.hook
  systemd/repos/testing-i686/systemd-user.pam
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd-hwdb.hook
  systemd/repos/testing-x86_64/systemd-sysusers.hook
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
  systemd/repos/testing-x86_64/systemd-update.hook
  systemd/repos/testing-x86_64/systemd-user.pam
  systemd/repos/testing-x86_64/systemd.install

-+
 /PKGBUILD   |  548 ++
 /arch.conf  |   14 
 /initcpio-hook-udev |   44 ++
 /initcpio-install-systemd   |  394 +
 /initcpio-install-udev  |   58 +++
 /loader.conf|2 
 /systemd-hwdb.hook  |   22 +
 /systemd-sysusers.hook  |   22 +
 /systemd-tmpfiles.hook  |   22 +
 /systemd-update.hook|   22 +
 /systemd-user.pam   |   10 
 /systemd.install|  180 +
 testing-i686/PKGBUILD   |  253 -
 testing-i686/arch.conf  |7 
 testing-i686/initcpio-hook-udev |   22 -
 

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

2017-07-04 Thread Christian Hesse
Date: Tuesday, July 4, 2017 @ 08:46:12
  Author: eworm
Revision: 299656

upgpkg: systemd 233.75-1

* switch to systemd-stable, upstream stable commit count is appended
  to version (233.75 -> release 233, 75 stable commits)
  -> We keep both, systemd-stable (for stable branches with cherry-picked
 commits) and systemd (for release tags and source verification).
  -> drop upstream commit from our backports
* apply: core: do not print color console message about gc-ed jobs
* update to upstream keyring fix: core: link user keyring to session
  keyring (#6275)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 08:17:30 UTC (rev 299655)
+++ PKGBUILD2017-07-04 08:46:12 UTC (rev 299656)
@@ -1,10 +1,16 @@
+# $Id$
+# Maintainer: Christian Hesse 
 # Maintainer: Dave Reisner 
 # Maintainer: Tom Gundersen 
 
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
-pkgver=233
-pkgrel=7
+# latest commit on stable branch
+_commit='27c7bc970d9e7ffe060688a8dd77b7747503a564'
+# Bump this to latest major release for signed tag verification,
+# the commit count is handled by pkgver() function.
+pkgver=233.75
+pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -12,7 +18,8 @@
  'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
  'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git')
 options=('strip')
-source=("git://github.com/systemd/systemd.git#tag=v$pkgver"
+source=("git://github.com/systemd/systemd-stable.git#commit=${_commit}"
+'git://github.com/systemd/systemd.git' # pull in for tags
 'initcpio-hook-udev'
 'initcpio-install-systemd'
 'initcpio-install-udev'
@@ -25,6 +32,7 @@
 'systemd-tmpfiles.hook'
 'systemd-update.hook')
 sha512sums=('SKIP'
+'SKIP'
 
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
 
'691acebb243b9cd7fb63272662f34bdb9aead710c69aee9361ab2322f9f108600ad5b0214fc00b7cb2d9c95db8abd748030625d60d6567efd98663c56ba28c65'
 
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
@@ -47,14 +55,14 @@
   
'2c7ef56459bf6fe7761595585aa4eed5cd183f27^..2c7ef56459bf6fe7761595585aa4eed5cd183f27^2'
   # networkd: RFC compliant autonomous prefix handling (#5636)
   '6554550f35a7976f9110aff94743d3576d5f02dd'
-  # shared: fix keyring handling in ask-password-api
-  '2c390a919055af01b3ab6cce6dd0f97fb4784460'
-  # resolved: bugfix of null pointer p->question dereferencing (#6020) 
(CVE-2017-9217)
-  'a924f43f30f9c4acaf70618dd2a055f8b0f166be'
+  # core: do not print color console message about gc-ed jobs
+  '047d7219fde661698d3487fc49e9878c61eefd77'
+  # core: link user keyring to session keyring (#6275)
+  '437a85112e02042b62751395b9e7225628c1b708'
 )
 
 _validate_tag() {
-  local success fingerprint trusted status tag=v$pkgver
+  local success fingerprint trusted status tag=v${pkgver%.*}
 
   parse_gpg_statusfile /dev/stdin < <(git verify-tag --raw "$tag" 2>&1)
 
@@ -80,8 +88,21 @@
   return 0
 }
 
+pkgver() {
+  local version count
+
+  cd "$pkgbase-stable"
+
+  version="$(git describe --abbrev=0 --tags)"
+  count="$(git rev-list --count ${version}..)"
+  printf '%s.%s' "${version#v}" "${count}"
+}
+
 prepare() {
-  cd "$pkgbase"
+  cd "$pkgbase-stable"
+  
+  git remote add upstream ../systemd/
+  git fetch --all
 
   _validate_tag || return
 
@@ -91,8 +112,8 @@
   done
 
   # nss-resolve: drop the internal fallback to libnss_dns
-  git show 5486a31d287f26bcd7c0a4eb2abfa4c074b985f1 -- \
-Makefile.am src/nss-resolve/nss-resolve.c | git apply --index
+  git show '5486a31d287f26bcd7c0a4eb2abfa4c074b985f1' -- \
+'Makefile.am' 'src/nss-resolve/nss-resolve.c' | git apply --index
   
   # Resolved packet size (#6214) (FS#54619, CVE-2017-9445)
   git show '751ca3f1de316ca79b60001334dbdf54077e1d01' \
@@ -105,7 +126,7 @@
 }
 
 build() {
-  cd "$pkgbase"
+  cd "$pkgbase-stable"
 
   local timeservers=({0..3}.arch.pool.ntp.org)
 
@@ -161,7 +182,7 @@
   etc/udev/udev.conf)
   install="systemd.install"
 
-  make -C "$pkgbase" DESTDIR="$pkgdir" install
+  make -C "$pkgbase-stable" DESTDIR="$pkgdir" install
 
   # don't write units to /etc by default. some of these will be re-enabled on
   # post_install.
@@ -168,7 +189,7 @@
   rm -r "$pkgdir/etc/systemd/system/"*.wants
 
   # add back tmpfiles.d/legacy.conf
-  install -m644 "$pkgbase/tmpfiles.d/legacy.conf" "$pkgdir/usr/lib/tmpfiles.d"
+  install -m644 

[arch-commits] Commit in lib32-cairo/trunk (PKGBUILD libpng16.patch)

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 08:43:49
  Author: lcarlier
Revision: 242282

upgpkg: lib32-cairo 1.14.10-1

upstream update 1.14.10

Modified:
  lib32-cairo/trunk/PKGBUILD
Deleted:
  lib32-cairo/trunk/libpng16.patch

+
 PKGBUILD   |   10 +-
 libpng16.patch |   40 
 2 files changed, 5 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 08:35:30 UTC (rev 242281)
+++ PKGBUILD2017-07-04 08:43:49 UTC (rev 242282)
@@ -3,19 +3,19 @@
 
 _pkgbasename=cairo
 pkgname=lib32-$_pkgbasename
-pkgver=1.14.6
-pkgrel=2
+pkgver=1.14.10
+pkgrel=1
 pkgdesc="Cairo vector graphics library (32-bit)"
 arch=('x86_64')
-url="http://cairographics.org/;
+url="https://cairographics.org/;
 license=('LGPL' 'MPL')
 makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-librsvg')
 depends=('lib32-libpng' 'lib32-libxext' 'lib32-libxrender' 'lib32-fontconfig'
  'lib32-pixman' 'lib32-glib2' 'lib32-mesa' 'lib32-libgl'
  ${_pkgbasename})
-source=(http://cairographics.org/releases/${_pkgbasename}-${pkgver}.tar.xz)
+source=(https://cairographics.org/releases/${_pkgbasename}-${pkgver}.tar.xz)
 options=(!libtool)
-sha1sums=('0a59324e6cbe031b5b898ff8b9e2ffceb9d114f5')
+sha1sums=('28c59d85d6b790c21b8b59ece73a6a1dda28d69a')
 
 build() {
   export CC="gcc -m32"

Deleted: libpng16.patch
===
--- libpng16.patch  2017-07-04 08:35:30 UTC (rev 242281)
+++ libpng16.patch  2017-07-04 08:43:49 UTC (rev 242282)
@@ -1,40 +0,0 @@
-From 2dd2c826a5b367d32cf2d48ed69754795990c5db Mon Sep 17 00:00:00 2001
-From: Chris Wilson 
-Date: Tue, 16 Apr 2013 09:58:56 +
-Subject: png: Avoid marking the surface as in error after a png warning
-
-It turns out that libpng will continue to load an image after throwing a
-warning, and that libpng16 now throws warnings for images that libpng15
-and earlier loaded without error. As we were happily loading those
-images into cairo surfaces before, we are therefore being overzealous
-in throwing an error now - so just squelch the warning.
-
-Signed-off-by: Chris Wilson 

-diff --git a/src/cairo-png.c b/src/cairo-png.c
-index e74a4a8..068617d 100644
 a/src/cairo-png.c
-+++ b/src/cairo-png.c
-@@ -149,13 +149,13 @@ static void
- png_simple_warning_callback (png_structp png,
-png_const_charp error_msg)
- {
--cairo_status_t *error = png_get_error_ptr (png);
--
--/* default to the most likely error */
--if (*error == CAIRO_STATUS_SUCCESS)
--  *error = _cairo_error (CAIRO_STATUS_NO_MEMORY);
--
--/* png does not expect to abort and will try to tidy up after a warning */
-+/* png does not expect to abort and will try to tidy up and continue
-+ * loading the image after a warning. So we also want to return the
-+ * (incorrect?) surface.
-+ *
-+ * We use our own warning callback to squelch any attempts by libpng
-+ * to write to stderr as we may not be in control of that output.
-+ */
- }
- 
- 
---
-cgit v0.9.0.2-2-gbebe


[arch-commits] Commit in lib32-cairo/repos/multilib-x86_64 (3 files)

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 08:44:06
  Author: lcarlier
Revision: 242283

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-cairo/repos/multilib-x86_64/PKGBUILD
(from rev 242282, lib32-cairo/trunk/PKGBUILD)
Deleted:
  lib32-cairo/repos/multilib-x86_64/PKGBUILD
  lib32-cairo/repos/multilib-x86_64/libpng16.patch

+
 PKGBUILD   |   88 +++
 libpng16.patch |   40 -
 2 files changed, 44 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 08:43:49 UTC (rev 242282)
+++ PKGBUILD2017-07-04 08:44:06 UTC (rev 242283)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-_pkgbasename=cairo
-pkgname=lib32-$_pkgbasename
-pkgver=1.14.6
-pkgrel=2
-pkgdesc="Cairo vector graphics library (32-bit)"
-arch=('x86_64')
-url="http://cairographics.org/;
-license=('LGPL' 'MPL')
-makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-librsvg')
-depends=('lib32-libpng' 'lib32-libxext' 'lib32-libxrender' 'lib32-fontconfig'
- 'lib32-pixman' 'lib32-glib2' 'lib32-mesa' 'lib32-libgl'
- ${_pkgbasename})
-source=(http://cairographics.org/releases/${_pkgbasename}-${pkgver}.tar.xz)
-options=(!libtool)
-sha1sums=('0a59324e6cbe031b5b898ff8b9e2ffceb9d114f5')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-   
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib32 \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --disable-static \
-  --enable-tee \
-  --enable-gl \
-  --enable-egl
-  # --disable-xlib-xcb
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-cairo/repos/multilib-x86_64/PKGBUILD (from rev 242282, 
lib32-cairo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 08:44:06 UTC (rev 242283)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+_pkgbasename=cairo
+pkgname=lib32-$_pkgbasename
+pkgver=1.14.10
+pkgrel=1
+pkgdesc="Cairo vector graphics library (32-bit)"
+arch=('x86_64')
+url="https://cairographics.org/;
+license=('LGPL' 'MPL')
+makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-librsvg')
+depends=('lib32-libpng' 'lib32-libxext' 'lib32-libxrender' 'lib32-fontconfig'
+ 'lib32-pixman' 'lib32-glib2' 'lib32-mesa' 'lib32-libgl'
+ ${_pkgbasename})
+source=(https://cairographics.org/releases/${_pkgbasename}-${pkgver}.tar.xz)
+options=(!libtool)
+sha1sums=('28c59d85d6b790c21b8b59ece73a6a1dda28d69a')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+   
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-static \
+  --enable-tee \
+  --enable-gl \
+  --enable-egl
+  # --disable-xlib-xcb
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}

Deleted: libpng16.patch
===
--- libpng16.patch  2017-07-04 08:43:49 UTC (rev 242282)
+++ libpng16.patch  2017-07-04 08:44:06 UTC (rev 242283)
@@ -1,40 +0,0 @@
-From 2dd2c826a5b367d32cf2d48ed69754795990c5db Mon Sep 17 00:00:00 2001
-From: Chris Wilson 
-Date: Tue, 16 Apr 2013 09:58:56 +
-Subject: png: Avoid marking the surface as in error after a png warning
-
-It turns out that libpng will continue to load an image after throwing a
-warning, and that libpng16 now throws warnings for images that libpng15
-and earlier loaded without error. As we were happily loading those
-images into cairo surfaces before, we are therefore being overzealous
-in throwing an error now - so just squelch the warning.
-
-Signed-off-by: Chris Wilson 

-diff --git a/src/cairo-png.c b/src/cairo-png.c
-index e74a4a8..068617d 100644
 a/src/cairo-png.c
-+++ b/src/cairo-png.c
-@@ -149,13 +149,13 @@ static void
- png_simple_warning_callback (png_structp png,
-png_const_charp error_msg)
- {
--cairo_status_t *error = png_get_error_ptr (png);
--
--/* default to the most likely error */
--if (*error == CAIRO_STATUS_SUCCESS)
--  *error = _cairo_error (CAIRO_STATUS_NO_MEMORY);
--
--/* png does not expect to abort and will try to tidy up after a warning */
-+/* png does not expect to abort and will try to tidy up and continue
-+ * loading the image after a warning. So we 

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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 08:35:30
  Author: lcarlier
Revision: 242281

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 08:35:15 UTC (rev 242280)
+++ PKGBUILD2017-07-04 08:35:30 UTC (rev 242281)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-
-_pkgbasename=tdb
-pkgname=lib32-$_pkgbasename
-pkgver=1.3.11
-pkgrel=1
-pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)"
-arch=(x86_64)
-license=('GPL3')
-url="http://tdb.samba.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=(gcc-multilib libxslt python2)
-source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('bdc97a794ecb66fc8d3bfece2d61fa20')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-   sed -i -e 's#python#python2#g' buildtools/bin/waf
-
-   ./configure --prefix=/usr \
-   --localstatedir=/var \
-   --sysconfdir=/etc/samba \
-   --libdir=/usr/lib32 \
-   --disable-python
-   make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make -j1  DESTDIR="$pkgdir" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-tdb/repos/multilib-x86_64/PKGBUILD (from rev 242280, 
lib32-tdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 08:35:30 UTC (rev 242281)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Florian Pritz 
+
+_pkgbasename=tdb
+pkgname=lib32-$_pkgbasename
+pkgver=1.3.12
+pkgrel=1
+pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)"
+arch=(x86_64)
+license=('GPL3')
+url="http://tdb.samba.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=(gcc-multilib libxslt python2)
+source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
+md5sums=('d9627e7aacd535a8251401f914bb6924')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+
+   ./configure --prefix=/usr \
+   --localstatedir=/var \
+   --sysconfdir=/etc/samba \
+   --libdir=/usr/lib32 \
+   --disable-python
+   make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make -j1  DESTDIR="$pkgdir" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 08:35:15
  Author: lcarlier
Revision: 242280

upgpkg: lib32-tdb 1.3.12-1

upstream update 1.3.12

Modified:
  lib32-tdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 08:27:56 UTC (rev 242279)
+++ PKGBUILD2017-07-04 08:35:15 UTC (rev 242280)
@@ -3,7 +3,7 @@
 
 _pkgbasename=tdb
 pkgname=lib32-$_pkgbasename
-pkgver=1.3.11
+pkgver=1.3.12
 pkgrel=1
 pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=(gcc-multilib libxslt python2)
 source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('bdc97a794ecb66fc8d3bfece2d61fa20')
+md5sums=('d9627e7aacd535a8251401f914bb6924')
 
 build() {
   export CC="gcc -m32"


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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 08:27:56
  Author: lcarlier
Revision: 242279

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 08:27:38 UTC (rev 242278)
+++ PKGBUILD2017-07-04 08:27:56 UTC (rev 242279)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: judd 
-
-_pkgbasename=ncurses
-pkgname=lib32-${_pkgbasename}
-pkgver=6.0
-pkgrel=2
-pkgdesc="System V Release 4.0 curses emulation library (32-bit)"
-arch=('x86_64')
-url="http://www.gnu.org/software/ncurses/;
-license=('MIT')
-depends=('lib32-glibc' ${_pkgbasename})
-makedepends=("gcc-multilib")
-source=(ftp://invisible-island.net/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.asc})
-md5sums=('ee13d052e1ead260d7c28071f46eefb1'
- 'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey
-
-build() {
-  cd ${_pkgbasename}-${pkgver}
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man \
- --with-shared --with-normal --without-debug --without-ada \
- --with-install-prefix=${pkgdir} --enable-widec --libdir=/usr/lib32 \
- --enable-ext-colors --enable-ext-mouse
-  make
-}
-
-package() {
-  cd ${_pkgbasename}-${pkgver}
-  make install
-
-  install -dm755 ${pkgdir}/usr/lib32
-
-  # fool packages looking to link to non-wide-character ncurses libraries
-  for lib in curses ncurses form panel menu; do
-rm -f ${pkgdir}/usr/lib32/lib${lib}.so
-echo "INPUT(-l${lib}w)" >${pkgdir}/usr/lib32/lib${lib}.so
-ln -sf lib${lib}w.a ${pkgdir}/usr/lib32/lib${lib}.a
-  done
-  ln -sf libncurses++w.a ${pkgdir}/usr/lib32/libncurses++.a
-
-  # some packages look for -lcurses during build
-  rm -f ${pkgdir}/usr/lib32/libcursesw.so
-  echo "INPUT(-lncursesw)" >${pkgdir}/usr/lib32/libcursesw.so
-  ln -sf libncurses.so ${pkgdir}/usr/lib32/libcurses.so
-  ln -sf libncursesw.a ${pkgdir}/usr/lib32/libcursesw.a
-  ln -sf libncurses.a ${pkgdir}/usr/lib32/libcurses.a
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: set et ts=2 sw=2:

Copied: lib32-ncurses/repos/multilib-x86_64/PKGBUILD (from rev 242278, 
lib32-ncurses/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 08:27:56 UTC (rev 242279)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+_pkgbasename=ncurses
+pkgname=lib32-${_pkgbasename}
+_pkgver=6.0-20170527
+pkgver=${_pkgver/-/+}
+pkgrel=1
+pkgdesc="System V Release 4.0 curses emulation library (32-bit)"
+arch=('x86_64')
+url="http://www.gnu.org/software/ncurses/;
+license=('MIT')
+depends=('lib32-glibc' ${_pkgbasename})
+makedepends=("gcc-multilib")
+source=(http://invisible-mirror.net/archives/ncurses/current/ncurses-${_pkgver}.tgz{,.asc})
+md5sums=('c0e32e50ed6fd81af7ecc4910de9fa3f'
+ 'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey
+
+build() {
+  cd ${_pkgbasename}-${_pkgver}
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+ --with-pkg-config-libdir=/usr/lib32/pkgconfig \
+ --with-shared --with-normal --without-debug --without-ada \
+ --with-install-prefix=${pkgdir} --enable-widec --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbasename}-${_pkgver}
+  make install
+
+  install -dm755 ${pkgdir}/usr/lib32
+
+  # fool packages looking to link to non-wide-character ncurses libraries
+  for lib in curses ncurses form panel menu; do
+rm -f ${pkgdir}/usr/lib32/lib${lib}.so
+echo "INPUT(-l${lib}w)" >${pkgdir}/usr/lib32/lib${lib}.so
+ln -sf lib${lib}w.a ${pkgdir}/usr/lib32/lib${lib}.a
+  done
+  ln -sf libncurses++w.a ${pkgdir}/usr/lib32/libncurses++.a
+
+  # some packages look for -lcurses during build
+  rm -f ${pkgdir}/usr/lib32/libcursesw.so
+  echo "INPUT(-lncursesw)" >${pkgdir}/usr/lib32/libcursesw.so
+  ln -sf libncurses.so ${pkgdir}/usr/lib32/libcurses.so
+  ln -sf libncursesw.a ${pkgdir}/usr/lib32/libcursesw.a
+  ln -sf libncurses.a ${pkgdir}/usr/lib32/libcurses.a
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: set et ts=2 sw=2:


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

2017-07-04 Thread Laurent Carlier
Date: Tuesday, July 4, 2017 @ 08:27:38
  Author: lcarlier
Revision: 242278

upgpkg: lib32-ncurses 6.0+20170527-1

upstream update 6.0+20170527

Modified:
  lib32-ncurses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 07:56:08 UTC (rev 242277)
+++ PKGBUILD2017-07-04 08:27:38 UTC (rev 242278)
@@ -4,8 +4,9 @@
 
 _pkgbasename=ncurses
 pkgname=lib32-${_pkgbasename}
-pkgver=6.0
-pkgrel=2
+_pkgver=6.0-20170527
+pkgver=${_pkgver/-/+}
+pkgrel=1
 pkgdesc="System V Release 4.0 curses emulation library (32-bit)"
 arch=('x86_64')
 url="http://www.gnu.org/software/ncurses/;
@@ -12,13 +13,13 @@
 license=('MIT')
 depends=('lib32-glibc' ${_pkgbasename})
 makedepends=("gcc-multilib")
-source=(ftp://invisible-island.net/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.asc})
-md5sums=('ee13d052e1ead260d7c28071f46eefb1'
+source=(http://invisible-mirror.net/archives/ncurses/current/ncurses-${_pkgver}.tgz{,.asc})
+md5sums=('c0e32e50ed6fd81af7ecc4910de9fa3f'
  'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey
 
 build() {
-  cd ${_pkgbasename}-${pkgver}
+  cd ${_pkgbasename}-${_pkgver}
 
   export CC="gcc -m32"
   export CXX="g++ -m32"
@@ -25,14 +26,14 @@
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
   ./configure --prefix=/usr --mandir=/usr/share/man \
+ --with-pkg-config-libdir=/usr/lib32/pkgconfig \
  --with-shared --with-normal --without-debug --without-ada \
- --with-install-prefix=${pkgdir} --enable-widec --libdir=/usr/lib32 \
- --enable-ext-colors --enable-ext-mouse
+ --with-install-prefix=${pkgdir} --enable-widec --libdir=/usr/lib32
   make
 }
 
 package() {
-  cd ${_pkgbasename}-${pkgver}
+  cd ${_pkgbasename}-${_pkgver}
   make install
 
   install -dm755 ${pkgdir}/usr/lib32


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

2017-07-04 Thread Felix Yan
Date: Tuesday, July 4, 2017 @ 07:51:43
  Author: felixonmars
Revision: 242272

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 242271, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 07:51:25 UTC (rev 242271)
+++ PKGBUILD2017-07-04 07:51:43 UTC (rev 242272)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-pkgver=4.6.0
-pkgrel=1
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
- 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
- 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz;)
-sha512sums=('8e5ced109138cc320260cdeb59e950bc983bbe8ad22778e2c4c4132b834bed0de2dd96a214df308bf30738a58072df000bb6afb677a05139563d2929b6b28a71')
-
-prepare() {
-  sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt
-
-  cp -a oslo.config-$pkgver{,-py2}
-  find oslo.config-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.config-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.config-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.config-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/oslo.config-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-config() {
-  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
-   'python-oslo-i18n' 'python-rfc3986')
-
-  cd "$srcdir"/oslo.config-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-config() {
-  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector'
-   'python2-oslo-i18n' 'python2-rfc3986')
-
-  cd "$srcdir"/oslo.config-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  mv "$pkgdir"/usr/bin/oslo-config-generator{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 242271, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-04 07:51:43 UTC (rev 242272)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+pkgver=4.7.0
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
+ 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
+ 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz;)
+sha512sums=('91f4ea5700d20b027a90175759f244dc49d3ff4e8ef42c2af6449f77d0354587f5cf2b05676bf8a87e20e832ec0afab51956675ec3ed6976968021ebeb25881d')
+
+prepare() {
+  sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt
+
+  cp -a oslo.config-$pkgver{,-py2}
+  find oslo.config-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.config-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.config-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.config-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/oslo.config-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-config() {
+  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
+   'python-oslo-i18n' 'python-rfc3986')
+
+  cd "$srcdir"/oslo.config-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-config() {
+  depends=('python2-six' 'python2-netaddr' 

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

2017-07-04 Thread Felix Yan
Date: Tuesday, July 4, 2017 @ 07:51:25
  Author: felixonmars
Revision: 242271

upgpkg: python-oslo-config 4.7.0-1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 07:21:22 UTC (rev 242270)
+++ PKGBUILD2017-07-04 07:51:25 UTC (rev 242271)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
-pkgver=4.6.0
+pkgver=4.7.0
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
@@ -16,7 +16,7 @@
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz;)
-sha512sums=('8e5ced109138cc320260cdeb59e950bc983bbe8ad22778e2c4c4132b834bed0de2dd96a214df308bf30738a58072df000bb6afb677a05139563d2929b6b28a71')
+sha512sums=('91f4ea5700d20b027a90175759f244dc49d3ff4e8ef42c2af6449f77d0354587f5cf2b05676bf8a87e20e832ec0afab51956675ec3ed6976968021ebeb25881d')
 
 prepare() {
   sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt


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

2017-07-04 Thread Massimiliano Torromeo
Date: Tuesday, July 4, 2017 @ 07:21:22
  Author: mtorromeo
Revision: 242270

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

Added:
  lastpass-cli/repos/community-i686/PKGBUILD
(from rev 242269, lastpass-cli/trunk/PKGBUILD)
  lastpass-cli/repos/community-x86_64/PKGBUILD
(from rev 242269, lastpass-cli/trunk/PKGBUILD)
Deleted:
  lastpass-cli/repos/community-i686/PKGBUILD
  lastpass-cli/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-07-04 07:20:59 UTC (rev 242269)
+++ community-i686/PKGBUILD 2017-07-04 07:21:22 UTC (rev 242270)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Oliver Lantwin 
-# Contributor: Gabriel Peixoto 
-
-pkgname=lastpass-cli
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="LastPass command line interface tool"
-arch=('i686' 'x86_64')
-url="https://lastpass.com/;
-license=('GPL2')
-depends=('openssl' 'curl' 'libxml2')
-makedepends=('asciidoc' 'cmake')
-optdepends=('xclip: clipboard support'
-'pinentry: securely read passwords')
-source=("https://github.com/lastpass/lastpass-cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('17bd9413933ac34d86793c38578298c122835a85132b827fb2fc782b24034aef')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr"
-   make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lastpass-cli/repos/community-i686/PKGBUILD (from rev 242269, 
lastpass-cli/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-04 07:21:22 UTC (rev 242270)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Oliver Lantwin 
+# Contributor: Gabriel Peixoto 
+
+pkgname=lastpass-cli
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="LastPass command line interface tool"
+arch=('i686' 'x86_64')
+url="https://lastpass.com/;
+license=('GPL2')
+depends=('openssl' 'curl' 'libxml2')
+makedepends=('asciidoc' 'cmake')
+optdepends=('xclip: clipboard support'
+'pinentry: securely read passwords')
+source=("https://github.com/lastpass/lastpass-cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('1a49a37a67a973296e218306e6d36c9383347b1833e5a878ebc08355b1c77456')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr"
+   make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install install-doc
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-04 07:20:59 UTC (rev 242269)
+++ community-x86_64/PKGBUILD   2017-07-04 07:21:22 UTC (rev 242270)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Oliver Lantwin 
-# Contributor: Gabriel Peixoto 
-
-pkgname=lastpass-cli
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="LastPass command line interface tool"
-arch=('i686' 'x86_64')
-url="https://lastpass.com/;
-license=('GPL2')
-depends=('openssl' 'curl' 'libxml2')
-makedepends=('asciidoc' 'cmake')
-optdepends=('xclip: clipboard support'
-'pinentry: securely read passwords')
-source=("https://github.com/lastpass/lastpass-cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('17bd9413933ac34d86793c38578298c122835a85132b827fb2fc782b24034aef')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr"
-   make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lastpass-cli/repos/community-x86_64/PKGBUILD (from rev 242269, 
lastpass-cli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-04 07:21:22 UTC (rev 242270)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Oliver Lantwin 
+# Contributor: Gabriel Peixoto 
+
+pkgname=lastpass-cli
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="LastPass command line interface tool"
+arch=('i686' 'x86_64')
+url="https://lastpass.com/;
+license=('GPL2')

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

2017-07-04 Thread Massimiliano Torromeo
Date: Tuesday, July 4, 2017 @ 07:20:59
  Author: mtorromeo
Revision: 242269

upgpkg: lastpass-cli 1.2.1-1

Modified:
  lastpass-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 07:14:31 UTC (rev 242268)
+++ PKGBUILD2017-07-04 07:20:59 UTC (rev 242269)
@@ -4,7 +4,7 @@
 # Contributor: Gabriel Peixoto 
 
 pkgname=lastpass-cli
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="LastPass command line interface tool"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('xclip: clipboard support'
 'pinentry: securely read passwords')
 
source=("https://github.com/lastpass/lastpass-cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('17bd9413933ac34d86793c38578298c122835a85132b827fb2fc782b24034aef')
+sha256sums=('1a49a37a67a973296e218306e6d36c9383347b1833e5a878ebc08355b1c77456')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2017-07-04 Thread Sven-Hendrik Haase
Date: Tuesday, July 4, 2017 @ 07:14:31
  Author: svenstaro
Revision: 242268

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 242267, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 242267, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 242267, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 242267, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 242267, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 242267, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 242267, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 242267, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 242267, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 242267, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 242267, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 242267, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 242267, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 242267, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 242267, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 242267, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 242267, gitlab/trunk/nginx.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   |  424 +--
 apache-ssl.conf.example|  188 +--
 apache.conf.example|  128 ++--
 apache2.2-ssl.conf.example |  186 +-
 apache2.2.conf.example |  126 ++--
 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 |  224 +++---
 nginx.conf.example |  138 ++---
 17 files changed, 895 insertions(+), 895 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-04 07:14:03 UTC (rev 242267)
+++ PKGBUILD2017-07-04 07:14:31 UTC (rev 242268)
@@ -1,212 +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.3.2
-pkgrel=4
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
-license=('MIT')
-depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 'nodejs')
-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"
-

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

2017-07-04 Thread Sven-Hendrik Haase
Date: Tuesday, July 4, 2017 @ 07:14:03
  Author: svenstaro
Revision: 242267

upgpkg: gitlab 9.3.4-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 06:59:00 UTC (rev 242266)
+++ PKGBUILD2017-07-04 07:14:03 UTC (rev 242267)
@@ -7,8 +7,8 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=9.3.2
-pkgrel=4
+pkgver=9.3.4
+pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
@@ -41,7 +41,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha512sums=('db10a0a1333717eb02679e7c8072b3b647fe8fcdf6119000e0542f103ef0feaadddc3f5f3d374657d9261d448789c2e3babd67a550866fde4e1fd30ea1d1c006'
+sha512sums=('3aecdbe2c096a8cd932aee37cd877fe337bcd2354022954515d9fe9f04401602b943052c14ac73fcd0a5520f779bd5bf8883a88b5f378384721680dce198c966'
 
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
 
'8678b2f0632a830e42a8a62b59ffe66b629b7d96034ff167e2a93fdbb3c7617db0c7529990b73c7a12a78a900ec833e48c691ebbac6cd8257e53de060da16a37'
 
'79cfb8ee740ab30f970c3113659b8349128abeae5e32cc81bb905f89a6db9941b7778040a094b884262daf020f66a1aee49a12d34fbb94efce6ade946bb4625b'


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

2017-07-04 Thread Balló György
Date: Tuesday, July 4, 2017 @ 06:59:00
  Author: bgyorgy
Revision: 242266

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

Added:
  gnome-recipes/repos/community-i686/PKGBUILD
(from rev 242265, gnome-recipes/trunk/PKGBUILD)
  gnome-recipes/repos/community-x86_64/PKGBUILD
(from rev 242265, gnome-recipes/trunk/PKGBUILD)
Deleted:
  gnome-recipes/repos/community-i686/PKGBUILD
  gnome-recipes/repos/community-i686/add-missing-languages.patch
  gnome-recipes/repos/community-x86_64/PKGBUILD
  gnome-recipes/repos/community-x86_64/add-missing-languages.patch

--+
 /PKGBUILD|   68 +
 community-i686/PKGBUILD  |   39 --
 community-i686/add-missing-languages.patch   |   35 
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/add-missing-languages.patch |   35 
 5 files changed, 68 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-04 06:58:52 UTC (rev 242265)
+++ community-i686/PKGBUILD 2017-07-04 06:59:00 UTC (rev 242266)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=gnome-recipes
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="Recipe management application for GNOME"
-arch=(x86_64 i686)
-url="https://wiki.gnome.org/Apps/Recipes;
-license=(GPL3)
-depends=(gnome-autoar gspell libcanberra libsoup)
-makedepends=(git itstool meson)
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
-add-missing-languages.patch)
-sha256sums=('b8e3bcee39b85437a68039ddb35f6f54cfb3ed7ab2a6320bb74dad4846f186e6'
-'36045e0e0d8d554248966544f2651e178ab41df7ef54c4f310905cf336fe4ef4')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../add-missing-languages.patch
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver
-  ninja
-}
-
-check() {
-  cd build
-  # FAIL
-  # ninja test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gnome-recipes/repos/community-i686/PKGBUILD (from rev 242265, 
gnome-recipes/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-04 06:59:00 UTC (rev 242266)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=gnome-recipes
+pkgver=1.4.6
+pkgrel=1
+pkgdesc="Recipe management application for GNOME"
+arch=(x86_64 i686)
+url="https://wiki.gnome.org/Apps/Recipes;
+license=(GPL3)
+depends=(gnome-autoar gspell libcanberra libsoup)
+makedepends=(git itstool meson)
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('792585df5cb77ee670ca9eb8e6b0fceb823fe092805c026466f01d153f3e9833')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver
+  ninja
+}
+
+check() {
+  cd build
+  ninja test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: community-i686/add-missing-languages.patch
===
--- community-i686/add-missing-languages.patch  2017-07-04 06:58:52 UTC (rev 
242265)
+++ community-i686/add-missing-languages.patch  2017-07-04 06:59:00 UTC (rev 
242266)
@@ -1,35 +0,0 @@
-From b97b0abe7e1032316217c87ab6f5243dd17e83a3 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Piotr=20Dr=C4=85g?= 
-Date: Sun, 4 Jun 2017 10:30:33 +0200
-Subject: =?UTF-8?q?Add=20missing=20languages=20to=20=E2=80=9Clangs?=
- =?UTF-8?q?=E2=80=9D=20in=20meson.build=20files?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-

- po-data/meson.build | 2 +-
- po/meson.build  | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/po-data/meson.build b/po-data/meson.build
-index c458513..1837f54 100644
 a/po-data/meson.build
-+++ b/po-data/meson.build
-@@ -1,3 +1,3 @@
--langs = ['ar', 'cs', 'de', 'es', 'nl', 'pl', 'pt_BR', 'sr']
-+langs = ['ar', 'cs', 'de', 'es', 'fur', 'hu', 'nl', 'pt_BR', 'sl', 'sr']
- 
- i18n.gettext('gnome-recipes-data', languages: langs, preset: 'glib')
-diff --git a/po/meson.build b/po/meson.build
-index 5ad33e6..f1fb60b 100644
 a/po/meson.build
-+++ b/po/meson.build
-@@ -1,3 +1,3 @@
--langs = ['ar', 'ca', 'cs', 'de', 'es', 'nl', 'pl', 'pt_BR', 'sr']
-+langs = ['ar', 'ca', 'cs', 'de', 'en_GB', 'es', 'fi', 'fur', 'hu', 'id', 
'ko', 'nb', 'nl', 'pl', 'pt_BR', 'sk', 'sl', 'sr', 'sv']
- 
- i18n.gettext('gnome-recipes', languages: langs, preset: 'glib')
--- 
-cgit v0.12
-

Deleted: community-x86_64/PKGBUILD

[arch-commits] Commit in gnome-recipes/trunk (PKGBUILD add-missing-languages.patch)

2017-07-04 Thread Balló György
Date: Tuesday, July 4, 2017 @ 06:58:52
  Author: bgyorgy
Revision: 242265

upgpkg: gnome-recipes 1.4.6-1

Update to new version

Modified:
  gnome-recipes/trunk/PKGBUILD
Deleted:
  gnome-recipes/trunk/add-missing-languages.patch

-+
 PKGBUILD|   13 -
 add-missing-languages.patch |   35 ---
 2 files changed, 4 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 06:37:16 UTC (rev 242264)
+++ PKGBUILD2017-07-04 06:58:52 UTC (rev 242265)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=gnome-recipes
-pkgver=1.4.4
+pkgver=1.4.6
 pkgrel=1
 pkgdesc="Recipe management application for GNOME"
 arch=(x86_64 i686)
@@ -10,15 +10,11 @@
 license=(GPL3)
 depends=(gnome-autoar gspell libcanberra libsoup)
 makedepends=(git itstool meson)
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
-add-missing-languages.patch)
-sha256sums=('b8e3bcee39b85437a68039ddb35f6f54cfb3ed7ab2a6320bb74dad4846f186e6'
-'36045e0e0d8d554248966544f2651e178ab41df7ef54c4f310905cf336fe4ef4')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('792585df5cb77ee670ca9eb8e6b0fceb823fe092805c026466f01d153f3e9833')
 
 prepare() {
   mkdir build
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../add-missing-languages.patch
 }
 
 build() {
@@ -29,8 +25,7 @@
 
 check() {
   cd build
-  # FAIL
-  # ninja test
+  ninja test
 }
 
 package() {

Deleted: add-missing-languages.patch
===
--- add-missing-languages.patch 2017-07-04 06:37:16 UTC (rev 242264)
+++ add-missing-languages.patch 2017-07-04 06:58:52 UTC (rev 242265)
@@ -1,35 +0,0 @@
-From b97b0abe7e1032316217c87ab6f5243dd17e83a3 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Piotr=20Dr=C4=85g?= 
-Date: Sun, 4 Jun 2017 10:30:33 +0200
-Subject: =?UTF-8?q?Add=20missing=20languages=20to=20=E2=80=9Clangs?=
- =?UTF-8?q?=E2=80=9D=20in=20meson.build=20files?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-

- po-data/meson.build | 2 +-
- po/meson.build  | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/po-data/meson.build b/po-data/meson.build
-index c458513..1837f54 100644
 a/po-data/meson.build
-+++ b/po-data/meson.build
-@@ -1,3 +1,3 @@
--langs = ['ar', 'cs', 'de', 'es', 'nl', 'pl', 'pt_BR', 'sr']
-+langs = ['ar', 'cs', 'de', 'es', 'fur', 'hu', 'nl', 'pt_BR', 'sl', 'sr']
- 
- i18n.gettext('gnome-recipes-data', languages: langs, preset: 'glib')
-diff --git a/po/meson.build b/po/meson.build
-index 5ad33e6..f1fb60b 100644
 a/po/meson.build
-+++ b/po/meson.build
-@@ -1,3 +1,3 @@
--langs = ['ar', 'ca', 'cs', 'de', 'es', 'nl', 'pl', 'pt_BR', 'sr']
-+langs = ['ar', 'ca', 'cs', 'de', 'en_GB', 'es', 'fi', 'fur', 'hu', 'id', 
'ko', 'nb', 'nl', 'pl', 'pt_BR', 'sk', 'sl', 'sr', 'sv']
- 
- i18n.gettext('gnome-recipes', languages: langs, preset: 'glib')
--- 
-cgit v0.12
-


[arch-commits] Commit in jemalloc (9 files)

2017-07-04 Thread Christian Hesse
Date: Tuesday, July 4, 2017 @ 06:48:19
  Author: eworm
Revision: 299652

delete upstream patches

Deleted:
  jemalloc/repos/testing-i686/0001-only-abort-on-dlsym-when-necessary.patch
  jemalloc/repos/testing-i686/0002-clear-tcache_ql-after-fork-in-child.patch
  jemalloc/repos/testing-i686/0003-Add-minimal-initialized-tsd.patch
  jemalloc/repos/testing-x86_64/0001-only-abort-on-dlsym-when-necessary.patch
  jemalloc/repos/testing-x86_64/0002-clear-tcache_ql-after-fork-in-child.patch
  jemalloc/repos/testing-x86_64/0003-Add-minimal-initialized-tsd.patch
  jemalloc/trunk/0001-only-abort-on-dlsym-when-necessary.patch
  jemalloc/trunk/0002-clear-tcache_ql-after-fork-in-child.patch
  jemalloc/trunk/0003-Add-minimal-initialized-tsd.patch

-+
 repos/testing-i686/0001-only-abort-on-dlsym-when-necessary.patch|   75 ---
 repos/testing-i686/0002-clear-tcache_ql-after-fork-in-child.patch   |  194 
--
 repos/testing-i686/0003-Add-minimal-initialized-tsd.patch   |   37 -
 repos/testing-x86_64/0001-only-abort-on-dlsym-when-necessary.patch  |   75 ---
 repos/testing-x86_64/0002-clear-tcache_ql-after-fork-in-child.patch |  194 
--
 repos/testing-x86_64/0003-Add-minimal-initialized-tsd.patch |   37 -
 trunk/0001-only-abort-on-dlsym-when-necessary.patch |   75 ---
 trunk/0002-clear-tcache_ql-after-fork-in-child.patch|  194 
--
 trunk/0003-Add-minimal-initialized-tsd.patch|   37 -
 9 files changed, 918 deletions(-)

Deleted: repos/testing-i686/0001-only-abort-on-dlsym-when-necessary.patch
===
--- repos/testing-i686/0001-only-abort-on-dlsym-when-necessary.patch
2017-07-04 06:45:23 UTC (rev 299651)
+++ repos/testing-i686/0001-only-abort-on-dlsym-when-necessary.patch
2017-07-04 06:48:19 UTC (rev 299652)
@@ -1,75 +0,0 @@
-From a4d6fe73cf07b3be3af6b7811cfc5950320bb37f Mon Sep 17 00:00:00 2001
-From: Qi Wang 
-Date: Wed, 14 Jun 2017 12:12:23 -0700
-Subject: [PATCH] Only abort on dlsym when necessary.
-
-If neither background_thread nor lazy_lock is in use, do not abort on dlsym
-errors.

- include/jemalloc/internal/background_thread_externs.h |  1 +
- src/background_thread.c   | 14 +++---
- src/ctl.c |  7 +++
- 3 files changed, 19 insertions(+), 3 deletions(-)
-
-diff --git a/include/jemalloc/internal/background_thread_externs.h 
b/include/jemalloc/internal/background_thread_externs.h
-index 7c883697..8b4b8471 100644
 a/include/jemalloc/internal/background_thread_externs.h
-+++ b/include/jemalloc/internal/background_thread_externs.h
-@@ -6,6 +6,7 @@ extern malloc_mutex_t background_thread_lock;
- extern atomic_b_t background_thread_enabled_state;
- extern size_t n_background_threads;
- extern background_thread_info_t *background_thread_info;
-+extern bool can_enable_background_thread;
- 
- bool background_thread_create(tsd_t *tsd, unsigned arena_ind);
- bool background_threads_enable(tsd_t *tsd);
-diff --git a/src/background_thread.c b/src/background_thread.c
-index a7403b85..1ff59447 100644
 a/src/background_thread.c
-+++ b/src/background_thread.c
-@@ -20,6 +20,9 @@ size_t n_background_threads;
- /* Thread info per-index. */
- background_thread_info_t *background_thread_info;
- 
-+/* False if no necessary runtime support. */
-+bool can_enable_background_thread;
-+
- 
/**/
- 
- #ifdef JEMALLOC_PTHREAD_CREATE_WRAPPER
-@@ -785,9 +788,14 @@ background_thread_boot0(void) {
- #ifdef JEMALLOC_PTHREAD_CREATE_WRAPPER
-   pthread_create_fptr = dlsym(RTLD_NEXT, "pthread_create");
-   if (pthread_create_fptr == NULL) {
--  malloc_write(": Error in dlsym(RTLD_NEXT, "
--  "\"pthread_create\")\n");
--  abort();
-+  can_enable_background_thread = false;
-+  if (config_lazy_lock || opt_background_thread) {
-+  malloc_write(": Error in dlsym(RTLD_NEXT, "
-+  "\"pthread_create\")\n");
-+  abort();
-+  }
-+  } else {
-+  can_enable_background_thread = true;
-   }
- #endif
-   return false;
-diff --git a/src/ctl.c b/src/ctl.c
-index b3ae4aab..f1310cdf 100644
 a/src/ctl.c
-+++ b/src/ctl.c
-@@ -1522,6 +1522,13 @@ background_thread_ctl(tsd_t *tsd, const size_t *mib, 
size_t miblen,
- 
-   background_thread_enabled_set(tsd_tsdn(tsd), newval);
-   if (newval) {
-+  if (!can_enable_background_thread) {
-+  malloc_printf(": Error in dlsym("
-+  "RTLD_NEXT, \"pthread_create\"). Cannot "
-+  "enable background_thread\n");
-+   

[arch-commits] Commit in qt5-3d/repos (4 files)

2017-07-04 Thread Antonio Rojas
Date: Tuesday, July 4, 2017 @ 06:29:19
  Author: arojas
Revision: 299613

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

Added:
  qt5-3d/repos/testing-i686/PKGBUILD
(from rev 299612, qt5-3d/trunk/PKGBUILD)
  qt5-3d/repos/testing-x86_64/PKGBUILD
(from rev 299612, qt5-3d/trunk/PKGBUILD)
Deleted:
  qt5-3d/repos/testing-i686/PKGBUILD
  qt5-3d/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-04 06:28:53 UTC (rev 299612)
+++ testing-i686/PKGBUILD   2017-07-04 06:29:19 UTC (rev 299613)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-3d
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
-depends=('qt5-declarative' 'assimp')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('4f1fe5b812d78987341b854e7f2907f0375dc188cfa6cf9db101b26e9dfd4996')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-3d/repos/testing-i686/PKGBUILD (from rev 299612, 
qt5-3d/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-04 06:29:19 UTC (rev 299613)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-3d
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=('qt5-declarative' 'assimp')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('4f1fe5b812d78987341b854e7f2907f0375dc188cfa6cf9db101b26e9dfd4996')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-04 06:28:53 UTC (rev 299612)
+++ testing-x86_64/PKGBUILD 2017-07-04 06:29:19 UTC (rev 299613)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-3d
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
-depends=('qt5-declarative' 'assimp')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('4f1fe5b812d78987341b854e7f2907f0375dc188cfa6cf9db101b26e9dfd4996')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-3d/repos/testing-x86_64/PKGBUILD (from rev 299612, 

[arch-commits] Commit in qt5-3d/trunk (PKGBUILD)

2017-07-04 Thread Antonio Rojas
Date: Tuesday, July 4, 2017 @ 06:28:46
  Author: arojas
Revision: 299611

Rebuild against correct version of qt5-base

Modified:
  qt5-3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 06:28:23 UTC (rev 299610)
+++ PKGBUILD2017-07-04 06:28:46 UTC (rev 299611)
@@ -5,7 +5,7 @@
 pkgname=qt5-3d
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2017-07-04 Thread Antonio Rojas
Date: Tuesday, July 4, 2017 @ 06:28:53
  Author: arojas
Revision: 299612

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

Added:
  qt5-canvas3d/repos/testing-i686/PKGBUILD
(from rev 299610, qt5-canvas3d/trunk/PKGBUILD)
  qt5-canvas3d/repos/testing-x86_64/PKGBUILD
(from rev 299611, qt5-canvas3d/trunk/PKGBUILD)
Deleted:
  qt5-canvas3d/repos/testing-i686/PKGBUILD
  qt5-canvas3d/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-04 06:28:46 UTC (rev 299611)
+++ testing-i686/PKGBUILD   2017-07-04 06:28:53 UTC (rev 299612)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-canvas3d
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A JavaScript 3D rendering API for Qt Quick'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('4b8bf09330f03d2b3998f5447991546704715478c54f4f8d82d00bee3047de81')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-canvas3d/repos/testing-i686/PKGBUILD (from rev 299610, 
qt5-canvas3d/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-04 06:28:53 UTC (rev 299612)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-canvas3d
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A JavaScript 3D rendering API for Qt Quick'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('4b8bf09330f03d2b3998f5447991546704715478c54f4f8d82d00bee3047de81')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-04 06:28:46 UTC (rev 299611)
+++ testing-x86_64/PKGBUILD 2017-07-04 06:28:53 UTC (rev 299612)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-canvas3d
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A JavaScript 3D rendering API for Qt Quick'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('4b8bf09330f03d2b3998f5447991546704715478c54f4f8d82d00bee3047de81')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-canvas3d/repos/testing-x86_64/PKGBUILD 

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

2017-07-04 Thread Antonio Rojas
Date: Tuesday, July 4, 2017 @ 06:28:23
  Author: arojas
Revision: 299610

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

Added:
  qt5-charts/repos/testing-i686/PKGBUILD
(from rev 299608, qt5-charts/trunk/PKGBUILD)
  qt5-charts/repos/testing-x86_64/PKGBUILD
(from rev 299609, qt5-charts/trunk/PKGBUILD)
Deleted:
  qt5-charts/repos/testing-i686/PKGBUILD
  qt5-charts/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-04 06:28:18 UTC (rev 299609)
+++ testing-i686/PKGBUILD   2017-07-04 06:28:23 UTC (rev 299610)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-charts
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3')
-pkgdesc='Provides a set of easy to use chart components'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('7328cbdc138a0b40f874bb8db36e0aee7cdf1c93263e3a184471867876710da0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-}

Copied: qt5-charts/repos/testing-i686/PKGBUILD (from rev 299608, 
qt5-charts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-04 06:28:23 UTC (rev 299610)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-charts
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3')
+pkgdesc='Provides a set of easy to use chart components'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('7328cbdc138a0b40f874bb8db36e0aee7cdf1c93263e3a184471867876710da0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-04 06:28:18 UTC (rev 299609)
+++ testing-x86_64/PKGBUILD 2017-07-04 06:28:23 UTC (rev 299610)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-charts
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3')
-pkgdesc='Provides a set of easy to use chart components'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('7328cbdc138a0b40f874bb8db36e0aee7cdf1c93263e3a184471867876710da0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-}

Copied: qt5-charts/repos/testing-x86_64/PKGBUILD (from rev 299609, 
qt5-charts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-04 06:28:23 UTC (rev 299610)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-charts
+_qtver=5.9.1

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

2017-07-04 Thread Antonio Rojas
Date: Tuesday, July 4, 2017 @ 06:27:56
  Author: arojas
Revision: 299607

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

Added:
  qt5-connectivity/repos/testing-i686/PKGBUILD
(from rev 299606, qt5-connectivity/trunk/PKGBUILD)
  qt5-connectivity/repos/testing-x86_64/PKGBUILD
(from rev 299606, qt5-connectivity/trunk/PKGBUILD)
Deleted:
  qt5-connectivity/repos/testing-i686/PKGBUILD
  qt5-connectivity/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-04 06:27:30 UTC (rev 299606)
+++ testing-i686/PKGBUILD   2017-07-04 06:27:56 UTC (rev 299607)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-connectivity
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to Bluetooth hardware'
-depends=('qt5-base' 'bluez-libs')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('40638b715517bff8509fe9fe1e6a4e45e0f66e68920605048e080dd023ae7fd5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-connectivity/repos/testing-i686/PKGBUILD (from rev 299606, 
qt5-connectivity/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-04 06:27:56 UTC (rev 299607)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-connectivity
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to Bluetooth hardware'
+depends=('qt5-base' 'bluez-libs')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('40638b715517bff8509fe9fe1e6a4e45e0f66e68920605048e080dd023ae7fd5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-04 06:27:30 UTC (rev 299606)
+++ testing-x86_64/PKGBUILD 2017-07-04 06:27:56 UTC (rev 299607)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-connectivity
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to Bluetooth hardware'
-depends=('qt5-base' 'bluez-libs')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('40638b715517bff8509fe9fe1e6a4e45e0f66e68920605048e080dd023ae7fd5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name 

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

2017-07-04 Thread Antonio Rojas
Date: Tuesday, July 4, 2017 @ 06:28:18
  Author: arojas
Revision: 299609

Rebuild against correct version of qt5-base

Modified:
  qt5-canvas3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 06:27:57 UTC (rev 299608)
+++ PKGBUILD2017-07-04 06:28:18 UTC (rev 299609)
@@ -5,7 +5,7 @@
 pkgname=qt5-canvas3d
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2017-07-04 Thread Antonio Rojas
Date: Tuesday, July 4, 2017 @ 06:27:30
  Author: arojas
Revision: 299606

Rebuild against correct version of qt5-base

Modified:
  qt5-connectivity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 06:27:15 UTC (rev 299605)
+++ PKGBUILD2017-07-04 06:27:30 UTC (rev 299606)
@@ -5,7 +5,7 @@
 pkgname=qt5-connectivity
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2017-07-04 Thread Antonio Rojas
Date: Tuesday, July 4, 2017 @ 06:27:57
  Author: arojas
Revision: 299608

Rebuild against correct version of qt5-base

Modified:
  qt5-charts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 06:27:56 UTC (rev 299607)
+++ PKGBUILD2017-07-04 06:27:57 UTC (rev 299608)
@@ -5,7 +5,7 @@
 pkgname=qt5-charts
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3')


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

2017-07-04 Thread Antonio Rojas
Date: Tuesday, July 4, 2017 @ 06:27:15
  Author: arojas
Revision: 299605

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

Added:
  qt5-datavis3d/repos/testing-i686/PKGBUILD
(from rev 299604, qt5-datavis3d/trunk/PKGBUILD)
  qt5-datavis3d/repos/testing-x86_64/PKGBUILD
(from rev 299604, qt5-datavis3d/trunk/PKGBUILD)
Deleted:
  qt5-datavis3d/repos/testing-i686/PKGBUILD
  qt5-datavis3d/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-04 02:07:54 UTC (rev 299604)
+++ testing-i686/PKGBUILD   2017-07-04 06:27:15 UTC (rev 299605)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-datavis3d
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3')
-pkgdesc='Qt Data Visualization module'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('233cab90fa35c926717bf697e7259b4e5bc7af6a26183657b006dac80fc0a191')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-}

Copied: qt5-datavis3d/repos/testing-i686/PKGBUILD (from rev 299604, 
qt5-datavis3d/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-04 06:27:15 UTC (rev 299605)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-datavis3d
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3')
+pkgdesc='Qt Data Visualization module'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('233cab90fa35c926717bf697e7259b4e5bc7af6a26183657b006dac80fc0a191')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-04 02:07:54 UTC (rev 299604)
+++ testing-x86_64/PKGBUILD 2017-07-04 06:27:15 UTC (rev 299605)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-datavis3d
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3')
-pkgdesc='Qt Data Visualization module'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('233cab90fa35c926717bf697e7259b4e5bc7af6a26183657b006dac80fc0a191')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-}

Copied: qt5-datavis3d/repos/testing-x86_64/PKGBUILD (from rev 299604, 
qt5-datavis3d/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-04 06:27:15 UTC (rev 299605)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-datavis3d
+_qtver=5.9.1
+pkgver=${_qtver/-/}