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

2017-09-10 Thread Jaroslav Lichtblau
Date: Monday, September 11, 2017 @ 05:55:09
  Author: jlichtblau
Revision: 256876

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-11 05:54:57 UTC (rev 256875)
+++ PKGBUILD2017-09-11 05:55:09 UTC (rev 256876)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.09.02
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('699a7ca22243e6a11a3e3a2b4f933c1ec0799d205a58c1eb5b139ee53252d9e9'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 256875, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-11 05:55:09 UTC (rev 256876)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.09.11
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('8b6defdd7cb9a8228eca2ef03a8c203a3ccba1ed97cb700f11b40a3af548212a'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-09-10 Thread Jaroslav Lichtblau
Date: Monday, September 11, 2017 @ 05:54:57
  Author: jlichtblau
Revision: 256875

upgpkg: youtube-dl 2017.09.11-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 05:54:01 UTC (rev 256874)
+++ PKGBUILD2017-09-11 05:54:57 UTC (rev 256875)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.09.02
+pkgver=2017.09.11
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('699a7ca22243e6a11a3e3a2b4f933c1ec0799d205a58c1eb5b139ee53252d9e9'
+sha256sums=('8b6defdd7cb9a8228eca2ef03a8c203a3ccba1ed97cb700f11b40a3af548212a'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


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

2017-09-10 Thread Jaroslav Lichtblau
Date: Monday, September 11, 2017 @ 05:54:01
  Author: jlichtblau
Revision: 256874

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-11 05:53:43 UTC (rev 256873)
+++ community-i686/PKGBUILD 2017-09-11 05:54:01 UTC (rev 256874)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.26
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('i686' 'x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('1e76b6f5f0281d845c2189f7f3ae065a3ec38e32c560f4b573188878998f9c68')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  export PATH="${PATH}:${srcdir}/bin"
-  install -d "${GOPATH}/src/github.com/gohugoio"
-  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  make hugo-no-gitinfo
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: hugo/repos/community-i686/PKGBUILD (from rev 256873, 
hugo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-11 05:54:01 UTC (rev 256874)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.27
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('i686' 'x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('72e2e31c753f102a4a7633cf18d713bfa2788618472675d7d1d956b62ec59f9e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  export PATH="${PATH}:${srcdir}/bin"
+  install -d "${GOPATH}/src/github.com/gohugoio"
+  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
+  cd "${GOPATH}/src/github.com/gohugoio/hugo"
+  make hugo-no-gitinfo
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-11 05:53:43 UTC (rev 256873)
+++ community-x86_64/PKGBUILD   2017-09-11 05:54:01 UTC (rev 256874)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.26
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('i686' 'x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('1e76b6f5f0281d845c2189f7f3ae065a3ec38e32c560f4b573188878998f9c68')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  export PATH="${PATH}:${srcdir}/bin"
-  install -d "${GOPATH}/src/github.com/gohugoio"
-  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  make hugo-no-gitinfo
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 256873, 
hugo/trunk/PKGBUILD)

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

2017-09-10 Thread Jaroslav Lichtblau
Date: Monday, September 11, 2017 @ 05:53:43
  Author: jlichtblau
Revision: 256873

upgpkg: hugo 0.27-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 05:21:59 UTC (rev 256872)
+++ PKGBUILD2017-09-11 05:53:43 UTC (rev 256873)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.26
+pkgver=0.27
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('go' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('1e76b6f5f0281d845c2189f7f3ae065a3ec38e32c560f4b573188878998f9c68')
+sha256sums=('72e2e31c753f102a4a7633cf18d713bfa2788618472675d7d1d956b62ec59f9e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-09-10 Thread Felix Yan
Date: Monday, September 11, 2017 @ 05:21:59
  Author: felixonmars
Revision: 256872

archrelease: copy trunk to community-testing-any

Added:
  python-jsonpointer/repos/community-testing-any/
  python-jsonpointer/repos/community-testing-any/COPYING
(from rev 256871, python-jsonpointer/trunk/COPYING)
  python-jsonpointer/repos/community-testing-any/PKGBUILD
(from rev 256871, python-jsonpointer/trunk/PKGBUILD)

--+
 COPYING  |   26 ++
 PKGBUILD |   54 ++
 2 files changed, 80 insertions(+)

Copied: python-jsonpointer/repos/community-testing-any/COPYING (from rev 
256871, python-jsonpointer/trunk/COPYING)
===
--- community-testing-any/COPYING   (rev 0)
+++ community-testing-any/COPYING   2017-09-11 05:21:59 UTC (rev 256872)
@@ -0,0 +1,26 @@
+Copyright (c) 2011 Stefan Kögl 
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Copied: python-jsonpointer/repos/community-testing-any/PKGBUILD (from rev 
256871, python-jsonpointer/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-09-11 05:21:59 UTC (rev 256872)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Limao Luo 
+
+pkgbase=python-jsonpointer
+pkgname=(python2-jsonpointer python-jsonpointer)
+pkgver=1.12
+pkgrel=1
+pkgdesc="Identify specific nodes in a JSON document (RFC 6901)"
+arch=('any')
+url="https://github.com/stefankoegl/python-json-pointer;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://pypi.io/packages/source/j/jsonpointer/jsonpointer-$pkgver.tar.gz;
+
"https://raw.github.com/stefankoegl/python-json-pointer/master/COPYING;)
+sha512sums=('9832752d93bc93c96293243ef703418e1b29b196809c70e9d1a669747d7cdb453a48288f90687b69a83f51b0859e9501286ea411edbc216c24ae72e7ceffe1f1'
+
'6a4c6b57a9cfe227175852c67ab7536fcc23646761cd10d25800edfccf408b139b1f589313f6cf6717c5764ca2e554cc16921118e01aebfbdf3ddfada82c6bac')
+
+prepare(){
+cp -a jsonpointer-$pkgver jsonpointer-$pkgver-2
+find jsonpointer-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+cd "$srcdir"/jsonpointer-$pkgver
+python setup.py build
+
+cd "$srcdir"/jsonpointer-$pkgver-2
+python2 setup.py build
+}
+
+check() {
+cd "$srcdir"/jsonpointer-$pkgver
+python tests.py
+
+cd "$srcdir"/jsonpointer-$pkgver-2
+python2 tests.py
+}
+
+package_python-jsonpointer() {
+depends=('python')
+
+cd jsonpointer-$pkgver
+python setup.py install --prefix=/usr --root="$pkgdir"
+install -Dm644 "$srcdir"/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+package_python2-jsonpointer() {
+depends=('python2')
+
+cd jsonpointer-$pkgver-2
+python2 setup.py install --prefix=/usr --root="$pkgdir"
+mv "$pkgdir"/usr/bin/jsonpointer{,2}
+install -Dm644 "$srcdir"/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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

2017-09-10 Thread Felix Yan
Date: Monday, September 11, 2017 @ 05:21:33
  Author: felixonmars
Revision: 256871

upgpkg: python-jsonpointer 1.12-1

Modified:
  python-jsonpointer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 05:03:10 UTC (rev 256870)
+++ PKGBUILD2017-09-11 05:21:33 UTC (rev 256871)
@@ -3,45 +3,52 @@
 # Contributor: Limao Luo 
 
 pkgbase=python-jsonpointer
-_pkgname=jsonpointer
 pkgname=(python2-jsonpointer python-jsonpointer)
-pkgver=1.10
-pkgrel=2
+pkgver=1.12
+pkgrel=1
 pkgdesc="Identify specific nodes in a JSON document (RFC 6901)"
-arch=(any)
-url=https://github.com/stefankoegl/python-json-pointer
-license=(BSD)
-makedepends=(python2-setuptools python-setuptools)
-source=(http://pypi.python.org/packages/source/j/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz
-https://raw.github.com/stefankoegl/python-json-pointer/master/COPYING)
-sha256sums=('9fa5dcac35eefd53e25d6cd4c310d963c9f0b897641772cd6e5e7b89df7ee0b1'
-'d8b24f15d472885f788a2d6e985850f264627b86012a17bb242c83f310d907e5')
-sha512sums=('b2df5f19b14b670825b18f7da4ca50b089beb2ccbb1c69acfc904eed82b5315ad19940b4aaa8f8504c2fc7d48d65e31f492dd30ee8b5ba95ccfd0eaeb9b1'
+arch=('any')
+url="https://github.com/stefankoegl/python-json-pointer;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://pypi.io/packages/source/j/jsonpointer/jsonpointer-$pkgver.tar.gz;
+
"https://raw.github.com/stefankoegl/python-json-pointer/master/COPYING;)
+sha512sums=('9832752d93bc93c96293243ef703418e1b29b196809c70e9d1a669747d7cdb453a48288f90687b69a83f51b0859e9501286ea411edbc216c24ae72e7ceffe1f1'
 
'6a4c6b57a9cfe227175852c67ab7536fcc23646761cd10d25800edfccf408b139b1f589313f6cf6717c5764ca2e554cc16921118e01aebfbdf3ddfada82c6bac')
 
-export LANG=en_US.UTF-8
 prepare(){
-cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
-find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+cp -a jsonpointer-$pkgver jsonpointer-$pkgver-2
+find jsonpointer-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
 }
 
 build() {
-cd $srcdir/$_pkgname-$pkgver
+cd "$srcdir"/jsonpointer-$pkgver
 python setup.py build
-cd $srcdir/$_pkgname-$pkgver-2
+
+cd "$srcdir"/jsonpointer-$pkgver-2
 python2 setup.py build
 }
 
+check() {
+cd "$srcdir"/jsonpointer-$pkgver
+python tests.py
+
+cd "$srcdir"/jsonpointer-$pkgver-2
+python2 tests.py
+}
+
 package_python-jsonpointer() {
-cd $_pkgname-$pkgver
-depends=(python)
+depends=('python')
+
+cd jsonpointer-$pkgver
 python setup.py install --prefix=/usr --root="$pkgdir"
-install -Dm644 $SRCDEST/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
+install -Dm644 "$srcdir"/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }
 package_python2-jsonpointer() {
-cd $_pkgname-$pkgver-2
-depends=(python2)
+depends=('python2')
+
+cd jsonpointer-$pkgver-2
 python2 setup.py install --prefix=/usr --root="$pkgdir"
-mv $pkgdir/usr/bin/jsonpointer $pkgdir/usr/bin/jsonpointer2 
-install -Dm644 $SRCDEST/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
+mv "$pkgdir"/usr/bin/jsonpointer{,2}
+install -Dm644 "$srcdir"/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }


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

2017-09-10 Thread Felix Yan
Date: Monday, September 11, 2017 @ 05:03:10
  Author: felixonmars
Revision: 256870

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-11 05:02:26 UTC (rev 256869)
+++ community-i686/PKGBUILD 2017-09-11 05:03:10 UTC (rev 256870)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=btfs
-pkgver=2.16
-pkgrel=1
-pkgdesc="A bittorrent filesystem based on FUSE"
-arch=('i686' 'x86_64')
-url="https://github.com/johang/btfs;
-license=('GPL')
-depends=('fuse2' 'libtorrent-rasterbar' 'curl')
-makedepends=('boost')
-optdepends=('python2: for btplay')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz;)
-sha512sums=('c073b24dc1cd595db32f80732156ba904683289106557e3df47fa46328c55ffd7a92153946381bb0a06abe2eef96d6690608712852516ca54164ca058451b517')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
-  autoreconf -i
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: btfs/repos/community-i686/PKGBUILD (from rev 256869, 
btfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-11 05:03:10 UTC (rev 256870)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=btfs
+pkgver=2.17
+pkgrel=1
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs;
+license=('GPL')
+depends=('fuse2' 'libtorrent-rasterbar' 'curl')
+makedepends=('boost')
+optdepends=('python2: for btplay')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz;)
+sha512sums=('e4fae52e46581ca382ac4ddd64d80217a9bc0c18cd6317bb4780734c193dcdd9cfed210073b5fd2d8514be2922bb3f0481b13695411e97bb67b7d793f071c3e1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
+  autoreconf -i
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-11 05:02:26 UTC (rev 256869)
+++ community-x86_64/PKGBUILD   2017-09-11 05:03:10 UTC (rev 256870)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=btfs
-pkgver=2.16
-pkgrel=1
-pkgdesc="A bittorrent filesystem based on FUSE"
-arch=('i686' 'x86_64')
-url="https://github.com/johang/btfs;
-license=('GPL')
-depends=('fuse2' 'libtorrent-rasterbar' 'curl')
-makedepends=('boost')
-optdepends=('python2: for btplay')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz;)
-sha512sums=('c073b24dc1cd595db32f80732156ba904683289106557e3df47fa46328c55ffd7a92153946381bb0a06abe2eef96d6690608712852516ca54164ca058451b517')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
-  autoreconf -i
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: btfs/repos/community-x86_64/PKGBUILD (from rev 256869, 
btfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-11 05:03:10 UTC (rev 256870)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=btfs
+pkgver=2.17
+pkgrel=1
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs;
+license=('GPL')
+depends=('fuse2' 'libtorrent-rasterbar' 'curl')
+makedepends=('boost')
+optdepends=('python2: for btplay')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz;)
+sha512sums=('e4fae52e46581ca382ac4ddd64d80217a9bc0c18cd6317bb4780734c193dcdd9cfed210073b5fd2d8514be2922bb3f0481b13695411e97bb67b7d793f071c3e1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 

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

2017-09-10 Thread Felix Yan
Date: Monday, September 11, 2017 @ 05:02:26
  Author: felixonmars
Revision: 256869

upgpkg: btfs 2.17-1

Modified:
  btfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 04:57:18 UTC (rev 256868)
+++ PKGBUILD2017-09-11 05:02:26 UTC (rev 256869)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=btfs
-pkgver=2.16
+pkgver=2.17
 pkgrel=1
 pkgdesc="A bittorrent filesystem based on FUSE"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('boost')
 optdepends=('python2: for btplay')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz;)
-sha512sums=('c073b24dc1cd595db32f80732156ba904683289106557e3df47fa46328c55ffd7a92153946381bb0a06abe2eef96d6690608712852516ca54164ca058451b517')
+sha512sums=('e4fae52e46581ca382ac4ddd64d80217a9bc0c18cd6317bb4780734c193dcdd9cfed210073b5fd2d8514be2922bb3f0481b13695411e97bb67b7d793f071c3e1')
 
 prepare() {
   cd $pkgname-$pkgver


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

2017-09-10 Thread Felix Yan
Date: Monday, September 11, 2017 @ 04:57:18
  Author: felixonmars
Revision: 256868

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

Added:
  ndiswrapper-dkms/repos/community-testing-i686/
  ndiswrapper-dkms/repos/community-testing-i686/PKGBUILD
(from rev 256867, ndiswrapper-dkms/trunk/PKGBUILD)
  ndiswrapper-dkms/repos/community-testing-i686/dkms.conf
(from rev 256867, ndiswrapper-dkms/trunk/dkms.conf)
  ndiswrapper-dkms/repos/community-testing-i686/linux-4.11.patch
(from rev 256867, ndiswrapper-dkms/trunk/linux-4.11.patch)
  ndiswrapper-dkms/repos/community-testing-i686/linux-4.13.patch
(from rev 256867, ndiswrapper-dkms/trunk/linux-4.13.patch)
  ndiswrapper-dkms/repos/community-testing-x86_64/
  ndiswrapper-dkms/repos/community-testing-x86_64/PKGBUILD
(from rev 256867, ndiswrapper-dkms/trunk/PKGBUILD)
  ndiswrapper-dkms/repos/community-testing-x86_64/dkms.conf
(from rev 256867, ndiswrapper-dkms/trunk/dkms.conf)
  ndiswrapper-dkms/repos/community-testing-x86_64/linux-4.11.patch
(from rev 256867, ndiswrapper-dkms/trunk/linux-4.11.patch)
  ndiswrapper-dkms/repos/community-testing-x86_64/linux-4.13.patch
(from rev 256867, ndiswrapper-dkms/trunk/linux-4.13.patch)

---+
 community-testing-i686/PKGBUILD   |   40 
 community-testing-i686/dkms.conf  |   24 
 community-testing-i686/linux-4.11.patch   |   55 
 community-testing-i686/linux-4.13.patch   |   27 +
 community-testing-x86_64/PKGBUILD |   40 
 community-testing-x86_64/dkms.conf|   24 
 community-testing-x86_64/linux-4.11.patch |   55 
 community-testing-x86_64/linux-4.13.patch |   27 +
 8 files changed, 292 insertions(+)

Copied: ndiswrapper-dkms/repos/community-testing-i686/PKGBUILD (from rev 
256867, ndiswrapper-dkms/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-09-11 04:57:18 UTC (rev 256868)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-dkms
+pkgver=1.61
+pkgrel=3
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.Use with DKMS"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+depends=('dkms')
+#optdepends=('ndisgtk: GTK+ based frontend for ndiswrapper.')
+provides=('ndiswrapper')
+conflicts=('ndiswrapper')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz;
+'dkms.conf' 'linux-4.11.patch' 'linux-4.13.patch')
+sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
+
'9fce255fc02ddf6e939dc61a5e29c0ea5fa1a31ecc3c390081bc53aa1cd48eddf5db621f0a1cb909634529d4ccc2995eea8827be8eb5807b34dc17e15045ecf4'
+
'5350308406457658fb31c378d6f3dd2a34c7331aebe5bdc80744bf955f1144e88181441704ccc7532f55d6fbe8d410440fb8838c2955d688dde4b55f74fc6ba5'
+
'de026a271cbfbefee99bc00a13c50be87294e5e2c5407d23cff6ce2d2a0c853542ce4f7e3e150741c7e8e32466fb1ab7cab266957da5bcca8376fb0f38e94482')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch -p1 -i ../linux-4.11.patch
+  patch -p1 -i ../linux-4.13.patch
+}
+
+build() {
+  cd ndiswrapper-$pkgver/ndiswrapper
+  make -C utils
+}
+
+package() {
+  cd ndiswrapper-$pkgver/ndiswrapper
+  mkdir -p "$pkgdir"/usr/src
+  cp -RL ./driver "$pkgdir"/usr/src/ndiswrapper-$pkgver
+  cp "$srcdir"/dkms.conf "$pkgdir"/usr/src/ndiswrapper-$pkgver
+  make -C utils sbindir=/usr/bin usrsbindir=/usr/bin DESTDIR="$pkgdir" install
+}

Copied: ndiswrapper-dkms/repos/community-testing-i686/dkms.conf (from rev 
256867, ndiswrapper-dkms/trunk/dkms.conf)
===
--- community-testing-i686/dkms.conf(rev 0)
+++ community-testing-i686/dkms.conf2017-09-11 04:57:18 UTC (rev 256868)
@@ -0,0 +1,24 @@
+## @file
+# Linux DKMS config script for the VirtualBox guest kernel modules
+#
+
+#
+# Copyright (C) 2006-2010 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.
+#
+
+PACKAGE_NAME="ndiswrapper"
+PACKAGE_VERSION=1.60.20160717
+AUTOINSTALL=yes
+

[arch-commits] Commit in ndiswrapper-dkms/trunk (PKGBUILD linux-4.13.patch)

2017-09-10 Thread Felix Yan
Date: Monday, September 11, 2017 @ 04:56:14
  Author: felixonmars
Revision: 256867

upgpkg: ndiswrapper-dkms 1.61-3

fix build with linux 4.13+

Added:
  ndiswrapper-dkms/trunk/linux-4.13.patch
Modified:
  ndiswrapper-dkms/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 linux-4.13.patch |   27 +++
 2 files changed, 34 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 04:27:58 UTC (rev 256866)
+++ PKGBUILD2017-09-11 04:56:14 UTC (rev 256867)
@@ -4,7 +4,7 @@
 
 pkgname=ndiswrapper-dkms
 pkgver=1.61
-pkgrel=2
+pkgrel=3
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.Use with DKMS"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/ndiswrapper/;
@@ -14,14 +14,16 @@
 provides=('ndiswrapper')
 conflicts=('ndiswrapper')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz;
-'dkms.conf' 'linux-4.11.patch')
-md5sums=('1267784d65a8ba6a92884cf6f3bffb9a'
- '801e409f0b93a0434e5c923831c49d50'
- 'c471bffbfb1f9256a33ca40284856bfc')
+'dkms.conf' 'linux-4.11.patch' 'linux-4.13.patch')
+sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
+
'9fce255fc02ddf6e939dc61a5e29c0ea5fa1a31ecc3c390081bc53aa1cd48eddf5db621f0a1cb909634529d4ccc2995eea8827be8eb5807b34dc17e15045ecf4'
+
'5350308406457658fb31c378d6f3dd2a34c7331aebe5bdc80744bf955f1144e88181441704ccc7532f55d6fbe8d410440fb8838c2955d688dde4b55f74fc6ba5'
+
'de026a271cbfbefee99bc00a13c50be87294e5e2c5407d23cff6ce2d2a0c853542ce4f7e3e150741c7e8e32466fb1ab7cab266957da5bcca8376fb0f38e94482')
 
 prepare() {
   cd ndiswrapper-$pkgver
   patch -p1 -i ../linux-4.11.patch
+  patch -p1 -i ../linux-4.13.patch
 }
 
 build() {

Added: linux-4.13.patch
===
--- linux-4.13.patch(rev 0)
+++ linux-4.13.patch2017-09-11 04:56:14 UTC (rev 256867)
@@ -0,0 +1,27 @@
+commit eeac7ab831b3097005dadc64dd323f54ade30323
+Author: Felix Yan 
+Date:   Mon Sep 11 12:52:36 2017 +0800
+
+Add support for linux 4.13+
+
+diff --git a/ndiswrapper/driver/ntoskernel.h b/ndiswrapper/driver/ntoskernel.h
+index f1c52e51..1422bd4d 100644
+--- a/ndiswrapper/driver/ntoskernel.h
 b/ndiswrapper/driver/ntoskernel.h
+@@ -119,9 +119,16 @@ static cpumask_t cpumasks[NR_CPUS];
+  */
+ #include 
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 13, 0)
+ #define PCI_DMA_ALLOC_COHERENT(pci_dev,size,dma_handle)   
\
+   dma_alloc_coherent(_dev->dev,size,dma_handle,   \
+  GFP_KERNEL | __GFP_REPEAT)
++#else
++#define PCI_DMA_ALLOC_COHERENT(pci_dev,size,dma_handle)   
\
++  dma_alloc_coherent(_dev->dev,size,dma_handle,   \
++ GFP_KERNEL | __GFP_RETRY_MAYFAIL)
++#endif
++
+ #define PCI_DMA_FREE_COHERENT(pci_dev,size,cpu_addr,dma_handle)   
\
+   dma_free_coherent(_dev->dev,size,cpu_addr,dma_handle)
+ #define PCI_DMA_MAP_SINGLE(pci_dev,addr,size,direction)   \


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2017-09-10 Thread Felix Yan
Date: Monday, September 11, 2017 @ 04:27:58
  Author: felixonmars
Revision: 256866

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 256865, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 256865, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 256865, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 256865, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 256865, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 256865, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 256865, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 115 insertions(+), 115 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-09-11 04:26:36 UTC (rev 256865)
+++ LICENSE 2017-09-11 04:27:58 UTC (rev 256866)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 256865, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-09-11 04:27:58 UTC (rev 256866)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-11 04:26:36 UTC (rev 256865)
+++ PKGBUILD2017-09-11 04:27:58 UTC (rev 256866)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.77
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime>=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')

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

2017-09-10 Thread Jan Steffens
Date: Monday, September 11, 2017 @ 04:27:29
  Author: heftig
Revision: 305271

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

Added:
  linux-zen/repos/testing-i686/90-linux.hook
(from rev 305270, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 305270, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/config.i686
(from rev 305270, linux-zen/trunk/config.i686)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 305270, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 305270, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 305270, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/90-linux.hook
(from rev 305270, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 305270, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config.i686
(from rev 305270, linux-zen/trunk/config.i686)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 305270, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 305270, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 305270, linux-zen/trunk/linux.preset)
Deleted:
  linux-zen/repos/testing-i686/90-linux.hook
  linux-zen/repos/testing-i686/PKGBUILD
  linux-zen/repos/testing-i686/config.i686
  linux-zen/repos/testing-i686/config.x86_64
  linux-zen/repos/testing-i686/linux.install
  linux-zen/repos/testing-i686/linux.preset
  linux-zen/repos/testing-x86_64/90-linux.hook
  linux-zen/repos/testing-x86_64/PKGBUILD
  linux-zen/repos/testing-x86_64/config.i686
  linux-zen/repos/testing-x86_64/config.x86_64
  linux-zen/repos/testing-x86_64/linux.install
  linux-zen/repos/testing-x86_64/linux.preset

--+
 /90-linux.hook   |   22 
 /PKGBUILD|  498 +
 /config.i686 |16866 +
 /config.x86_64   |16360 +++
 /linux.install   |   54 
 /linux.preset|   28 
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  246 
 testing-i686/config.i686 | 8433 
 testing-i686/config.x86_64   | 8180 ---
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  246 
 testing-x86_64/config.i686   | 8433 
 testing-x86_64/config.x86_64 | 8180 ---
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 33828 insertions(+), 33822 deletions(-)

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


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

2017-09-10 Thread Felix Yan
Date: Monday, September 11, 2017 @ 04:26:36
  Author: felixonmars
Revision: 256865

upgpkg: jenkins 2.78-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 04:03:12 UTC (rev 256864)
+++ PKGBUILD2017-09-11 04:26:36 UTC (rev 256865)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.77
+pkgver=2.78
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('09744494df916c34717a315e99ab204d3a5392bb57acc534eecb50f7cc391313fede902f13234673e70aab084555836a263346e014269019eb209e4c8170241b'
+sha512sums=('444c566c96c6d19bf03629f58a05060628511326cd4fc02252fa55e70950c7901315318e9acd44ee33b51ab911da5f716fc3073b88fb10e3c0ed5977251e'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2017-09-10 Thread Jan Steffens
Date: Monday, September 11, 2017 @ 04:05:07
  Author: heftig
Revision: 305270

4.13.1-1.1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 23:34:29 UTC (rev 305269)
+++ PKGBUILD2017-09-11 04:05:07 UTC (rev 305270)
@@ -8,7 +8,7 @@
 _srcname=linux-4.13
 _zenpatch=zen-4.13.1-2ce4f12c263fb44095950b05ad3b1015e5f7c3d1.diff
 pkgver=4.13.1
-pkgrel=1
+pkgrel=1.1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
 license=('GPL2')
@@ -56,6 +56,9 @@
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 
+  # add zen patch
+  patch -p1 -i ../${_zenpatch}
+
   cp -Tf ../config.${CARCH} .config
 
   if [ "${_kernelname}" != "" ]; then


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

2017-09-10 Thread Kyle Keen
Date: Monday, September 11, 2017 @ 04:03:12
  Author: kkeen
Revision: 256864

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

Added:
  gnuradio/repos/community-staging-i686/
  gnuradio/repos/community-staging-i686/21-fcd.rules
(from rev 256863, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-i686/PKGBUILD
(from rev 256863, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-i686/gnuradio-gcc7.patch
(from rev 256863, gnuradio/trunk/gnuradio-gcc7.patch)
  gnuradio/repos/community-staging-x86_64/
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 256863, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 256863, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/gnuradio-gcc7.patch
(from rev 256863, gnuradio/trunk/gnuradio-gcc7.patch)

--+
 community-staging-i686/21-fcd.rules  |9 ++
 community-staging-i686/PKGBUILD  |  110 +
 community-staging-i686/gnuradio-gcc7.patch   |   71 
 community-staging-x86_64/21-fcd.rules|9 ++
 community-staging-x86_64/PKGBUILD|  110 +
 community-staging-x86_64/gnuradio-gcc7.patch |   71 
 6 files changed, 380 insertions(+)

Copied: gnuradio/repos/community-staging-i686/21-fcd.rules (from rev 256863, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-i686/21-fcd.rules (rev 0)
+++ community-staging-i686/21-fcd.rules 2017-09-11 04:03:12 UTC (rev 256864)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-staging-i686/PKGBUILD (from rev 256863, 
gnuradio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-11 04:03:12 UTC (rev 256864)
@@ -0,0 +1,110 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+# Contributor: Jonatan Sastre 
+pkgbase=gnuradio
+pkgname=(gnuradio gnuradio-companion)
+pkgver=3.7.11
+pkgrel=4
+pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
+arch=('i686' 'x86_64')
+url="http://gnuradio.org;
+license=('GPL')
+depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'boost-libs>=1.53'
+'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk')
+makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
+'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
+
+# todo
+# split the gui components?
+# build doxygen docs?
+# gr-video-sdl ?
+# icons
+
+# comedilib: gr-comedi
+# zeroc-ice: gr-ctrlport
+# doxygen: C++ autogenerated documentation
+# python2-sphinx: Python autogenerated documentation
+
+# secret release directory
+#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz;
+source=("https://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
+"https://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz.asc;
+"21-fcd.rules" "gnuradio-gcc7.patch")
+validpgpkeys=('B90DDFAC56989BF62262EB812987C77CBB8ED9B2') # GNU Radio Project
+md5sums=('7b7b871237ae6fc109d203f78c4654ef'
+ 'SKIP'
+ '465e12c454c6a22ebec9849181af7bdc'
+ 'c510104fa2ad9852a683c265c42ae1da')
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  msg "Replacing filenames to use python2."
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find ./ -name '*.py') \
+$(find ./ -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
+  sed -i -e "s|#![ ]*/usr/bin/env /usr/bin/python$|#!/usr/bin/env python2|" \
+$(find ./ -name '*.py')
+  # fix build with GCC 7 (Fedora)
+  patch -p1 -i ../gnuradio-gcc7.patch
+}
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/$pkgbase-$pkgver"
+  sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 
grc/scripts/freedesktop/CMakeLists.txt
+  sed -i -e "s|/qwt$|/qwt5|" -e "s| qwt | qwt5 |" cmake/Modules/FindQwt.cmake
+  sed -i -e "s| sphinx-build$| sphinx-build2|" cmake/Modules/FindSphinx.cmake
+  msg "Starting build."
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DENABLE_INTERNAL_VOLK=OFF \
+-DENABLE_GRC=ON \
+

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

2017-09-10 Thread Kyle Keen
Date: Monday, September 11, 2017 @ 04:02:35
  Author: kkeen
Revision: 256863

boost 1.65.1 rebuild

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 03:27:02 UTC (rev 256862)
+++ PKGBUILD2017-09-11 04:02:35 UTC (rev 256863)
@@ -5,7 +5,7 @@
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
 pkgver=3.7.11
-pkgrel=3
+pkgrel=4
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('i686' 'x86_64')
 url="http://gnuradio.org;
@@ -28,8 +28,8 @@
 
 # secret release directory
 #source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz;
-source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
-"http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz.asc;
+source=("https://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
+"https://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz.asc;
 "21-fcd.rules" "gnuradio-gcc7.patch")
 validpgpkeys=('B90DDFAC56989BF62262EB812987C77CBB8ED9B2') # GNU Radio Project
 md5sums=('7b7b871237ae6fc109d203f78c4654ef'


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

2017-09-10 Thread Kyle Keen
Date: Monday, September 11, 2017 @ 03:27:02
  Author: kkeen
Revision: 256862

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

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

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

Copied: libvolk/repos/community-staging-i686/PKGBUILD (from rev 256861, 
libvolk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-11 03:27:02 UTC (rev 256862)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=libvolk
+pkgver=1.3
+pkgrel=6
+pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
+arch=('i686' 'x86_64')
+url="http://libvolk.org/;
+license=('GPL3')
+depends=('gcc-libs' 'boost-libs' 'orc' 'python2')
+makedepends=('boost' 'cmake' 'python2-cheetah')
+source=("http://libvolk.org/releases/volk-$pkgver.tar.gz"{,.asc})
+md5sums=('d04edc0779431c8660a8a592792a3680'
+ 'SKIP')
+validpgpkeys=('09E749D885FA881A7E84E823385323EE6402091D')
+
+# doxygen for docs
+
+prepare() {
+  cd "$srcdir/volk-$pkgver"
+  sed -i -e "s|#![ ]*/usr/bin/env python$|&2|" $(find ./ -name '*.py')
+}
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/volk-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  # boost 1.64.0 and 1.65 is weird
+  # tests fail in makepkg (w/ and w/o chroot)
+  # but works okay in local shell?
+  # everything else checks out okay too
+  return
+  cd "$srcdir/volk-$pkgver/build"
+  export PYTHON=python2
+  if [[ "$CARCH" == "x86_64" ]]; then
+make test
+  fi
+}
+
+package() {
+  cd "$srcdir/volk-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}

Copied: libvolk/repos/community-staging-x86_64/PKGBUILD (from rev 256861, 
libvolk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-11 03:27:02 UTC (rev 256862)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=libvolk
+pkgver=1.3
+pkgrel=6
+pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
+arch=('i686' 'x86_64')
+url="http://libvolk.org/;
+license=('GPL3')
+depends=('gcc-libs' 'boost-libs' 'orc' 'python2')
+makedepends=('boost' 'cmake' 'python2-cheetah')
+source=("http://libvolk.org/releases/volk-$pkgver.tar.gz"{,.asc})
+md5sums=('d04edc0779431c8660a8a592792a3680'
+ 'SKIP')
+validpgpkeys=('09E749D885FA881A7E84E823385323EE6402091D')
+
+# doxygen for docs
+
+prepare() {
+  cd "$srcdir/volk-$pkgver"
+  sed -i -e "s|#![ ]*/usr/bin/env python$|&2|" $(find ./ -name '*.py')
+}
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/volk-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  # boost 1.64.0 and 1.65 is weird
+  # tests fail in makepkg (w/ and w/o chroot)
+  # but works okay in local shell?
+  # everything else checks out okay too
+  return
+  cd "$srcdir/volk-$pkgver/build"
+  export PYTHON=python2
+  if [[ "$CARCH" == "x86_64" ]]; then
+make test
+  fi
+}
+
+package() {
+  cd "$srcdir/volk-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-10 Thread Kyle Keen
Date: Monday, September 11, 2017 @ 03:26:43
  Author: kkeen
Revision: 256861

boost 1.65.1 rebuild

Modified:
  libvolk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 00:46:45 UTC (rev 256860)
+++ PKGBUILD2017-09-11 03:26:43 UTC (rev 256861)
@@ -3,7 +3,7 @@
 
 pkgname=libvolk
 pkgver=1.3
-pkgrel=5
+pkgrel=6
 pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
 arch=('i686' 'x86_64')
 url="http://libvolk.org/;
@@ -10,8 +10,10 @@
 license=('GPL3')
 depends=('gcc-libs' 'boost-libs' 'orc' 'python2')
 makedepends=('boost' 'cmake' 'python2-cheetah')
-source=("http://libvolk.org/releases/volk-$pkgver.tar.gz;)
-md5sums=('d04edc0779431c8660a8a592792a3680')
+source=("http://libvolk.org/releases/volk-$pkgver.tar.gz"{,.asc})
+md5sums=('d04edc0779431c8660a8a592792a3680'
+ 'SKIP')
+validpgpkeys=('09E749D885FA881A7E84E823385323EE6402091D')
 
 # doxygen for docs
 
@@ -33,7 +35,7 @@
 }
 
 check() {
-  # boost 1.64.0 is weird
+  # boost 1.64.0 and 1.65 is weird
   # tests fail in makepkg (w/ and w/o chroot)
   # but works okay in local shell?
   # everything else checks out okay too


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

2017-09-10 Thread Kyle Keen
Date: Monday, September 11, 2017 @ 00:46:45
  Author: kkeen
Revision: 256860

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

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

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

Copied: libuhd/repos/community-staging-i686/PKGBUILD (from rev 256859, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-11 00:46:45 UTC (rev 256860)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd
+pkgver=3.10.2.0
+_verstring='003_010_002_000'
+pkgrel=2
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusb')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
+md5sums=('f1e1977cd6c146daf800df681cb22944')
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON \
+   -DENABLE_E300=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+

Copied: libuhd/repos/community-staging-x86_64/PKGBUILD (from rev 256859, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-11 00:46:45 UTC (rev 256860)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd
+pkgver=3.10.2.0
+_verstring='003_010_002_000'
+pkgrel=2
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusb')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
+md5sums=('f1e1977cd6c146daf800df681cb22944')
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON \
+   -DENABLE_E300=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+


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

2017-09-10 Thread Kyle Keen
Date: Monday, September 11, 2017 @ 00:46:16
  Author: kkeen
Revision: 256859

boost 1.65.1 rebuild

Modified:
  libuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 00:14:47 UTC (rev 256858)
+++ PKGBUILD2017-09-11 00:46:16 UTC (rev 256859)
@@ -5,7 +5,7 @@
 pkgname=libuhd
 pkgver=3.10.2.0
 _verstring='003_010_002_000'
-pkgrel=1
+pkgrel=2
 pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
 arch=('x86_64' 'i686')
 url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;


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

2017-09-10 Thread Kyle Keen
Date: Monday, September 11, 2017 @ 00:14:47
  Author: kkeen
Revision: 256858

archrelease: copy trunk to community-any

Added:
  libuhd-firmware/repos/community-any/PKGBUILD
(from rev 256857, libuhd-firmware/trunk/PKGBUILD)
Deleted:
  libuhd-firmware/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-11 00:14:25 UTC (rev 256857)
+++ PKGBUILD2017-09-11 00:14:47 UTC (rev 256858)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-pkgname=libuhd-firmware
-pkgver=3.10.1.1
-_verstring=003.010.001.001
-pkgrel=1
-pkgdesc="Universal Software Radio Peripheral (USRP) userspace firmware"
-arch=('any')
-url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
-license=('GPL')
-depends=('libuhd')
-#source=("http://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz;)
-source=("http://files.ettus.com/binaries/images/uhd-images_${_verstring}-release.tar.gz;)
-md5sums=('6b2352cb819ec08b85f9f637f6678033')
-
-package() {
-  cd "$srcdir/uhd-images_$_verstring-release/share/uhd/images/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -d "$pkgdir/usr/share/uhd/images/"
-  # multiple types of yuck
-  rm -rf winusb_driver
-  cp -r * "$pkgdir/usr/share/uhd/images/"
-}
-

Copied: libuhd-firmware/repos/community-any/PKGBUILD (from rev 256857, 
libuhd-firmware/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-11 00:14:47 UTC (rev 256858)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd-firmware
+pkgver=3.10.2.0
+_verstring=003.010.002.000
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace firmware"
+arch=('any')
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
+license=('GPL')
+depends=('libuhd')
+#source=("https://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz;)
+source=("https://files.ettus.com/binaries/images/uhd-images_${_verstring}-release.tar.gz;)
+md5sums=('c48b40ad24341cf36bb81992557c0a55')
+
+package() {
+  cd "$srcdir/uhd-images_$_verstring-release/share/uhd/images/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -d "$pkgdir/usr/share/uhd/images/"
+  # multiple types of yuck
+  rm -rf winusb_driver
+  cp -r * "$pkgdir/usr/share/uhd/images/"
+}
+


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

2017-09-10 Thread Kyle Keen
Date: Monday, September 11, 2017 @ 00:14:25
  Author: kkeen
Revision: 256857

upgpkg: libuhd-firmware 3.10.2.0-1

Modified:
  libuhd-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 23:58:22 UTC (rev 256856)
+++ PKGBUILD2017-09-11 00:14:25 UTC (rev 256857)
@@ -3,8 +3,8 @@
 # Contributor: Dominik Heidler 
 
 pkgname=libuhd-firmware
-pkgver=3.10.1.1
-_verstring=003.010.001.001
+pkgver=3.10.2.0
+_verstring=003.010.002.000
 pkgrel=1
 pkgdesc="Universal Software Radio Peripheral (USRP) userspace firmware"
 arch=('any')
@@ -11,9 +11,9 @@
 url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
 license=('GPL')
 depends=('libuhd')
-#source=("http://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz;)
-source=("http://files.ettus.com/binaries/images/uhd-images_${_verstring}-release.tar.gz;)
-md5sums=('6b2352cb819ec08b85f9f637f6678033')
+#source=("https://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz;)
+source=("https://files.ettus.com/binaries/images/uhd-images_${_verstring}-release.tar.gz;)
+md5sums=('c48b40ad24341cf36bb81992557c0a55')
 
 package() {
   cd "$srcdir/uhd-images_$_verstring-release/share/uhd/images/"


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

2017-09-10 Thread Kyle Keen
Date: Sunday, September 10, 2017 @ 23:58:22
  Author: kkeen
Revision: 256856

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-10 23:57:48 UTC (rev 256855)
+++ community-i686/PKGBUILD 2017-09-10 23:58:22 UTC (rev 256856)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-pkgname=libuhd
-pkgver=3.10.1.1
-_verstring='003_010_001_001'
-pkgrel=2
-pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
-arch=('x86_64' 'i686')
-url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
-license=('GPL')
-depends=('boost-libs' 'orc' 'libusb')
-optdepends=('python2: usrp utils')
-makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
-
-source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
-md5sums=('e1bd3c4988c0646bf29d807f0d4c040e')
-
-build() {
-  cd "$srcdir/uhd-release_$_verstring/host"
-  # fix for py2
-  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
-
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
-   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-   -DENABLE_EXAMPLES=OFF \
-   -DENABLE_UTILS=ON \
-   -DENABLE_TESTS=OFF \
-   -DENABLE_E100=ON \
-   -DENABLE_E300=ON
-  make
-}
-
-check() {
-  cd "$srcdir/uhd-release_$_verstring/host/build"
-  make test
-}
-
-package() {
-  cd "$srcdir/uhd-release_$_verstring/host/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
-} 
-

Copied: libuhd/repos/community-i686/PKGBUILD (from rev 256855, 
libuhd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-10 23:58:22 UTC (rev 256856)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd
+pkgver=3.10.2.0
+_verstring='003_010_002_000'
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusb')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
+md5sums=('f1e1977cd6c146daf800df681cb22944')
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON \
+   -DENABLE_E300=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-10 23:57:48 UTC (rev 256855)
+++ community-x86_64/PKGBUILD   2017-09-10 23:58:22 UTC (rev 256856)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-pkgname=libuhd
-pkgver=3.10.1.1
-_verstring='003_010_001_001'
-pkgrel=2
-pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
-arch=('x86_64' 'i686')
-url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
-license=('GPL')
-depends=('boost-libs' 'orc' 'libusb')
-optdepends=('python2: usrp utils')
-makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
-
-source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)

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

2017-09-10 Thread Kyle Keen
Date: Sunday, September 10, 2017 @ 23:57:48
  Author: kkeen
Revision: 256855

upgpkg: libuhd 3.10.2.0-1

Modified:
  libuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 23:34:08 UTC (rev 256854)
+++ PKGBUILD2017-09-10 23:57:48 UTC (rev 256855)
@@ -3,9 +3,9 @@
 # Contributor: Dominik Heidler 
 
 pkgname=libuhd
-pkgver=3.10.1.1
-_verstring='003_010_001_001'
-pkgrel=2
+pkgver=3.10.2.0
+_verstring='003_010_002_000'
+pkgrel=1
 pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
 arch=('x86_64' 'i686')
 url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
 
 
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
-md5sums=('e1bd3c4988c0646bf29d807f0d4c040e')
+md5sums=('f1e1977cd6c146daf800df681cb22944')
 
 build() {
   cd "$srcdir/uhd-release_$_verstring/host"


[arch-commits] Commit in nvidia-340xx/repos (14 files)

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:21:00
  Author: heftig
Revision: 305264

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

Added:
  nvidia-340xx/repos/staging-i686/
  nvidia-340xx/repos/staging-i686/4.10.0_kernel.patch
(from rev 305263, nvidia-340xx/trunk/4.10.0_kernel.patch)
  nvidia-340xx/repos/staging-i686/4.11.0_kernel.patch
(from rev 305263, nvidia-340xx/trunk/4.11.0_kernel.patch)
  nvidia-340xx/repos/staging-i686/4.12.0_kernel.patch
(from rev 305263, nvidia-340xx/trunk/4.12.0_kernel.patch)
  nvidia-340xx/repos/staging-i686/PKGBUILD
(from rev 305263, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-i686/fs52243.patch
(from rev 305263, nvidia-340xx/trunk/fs52243.patch)
  nvidia-340xx/repos/staging-i686/nvidia-340xx.install
(from rev 305263, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/4.10.0_kernel.patch
(from rev 305263, nvidia-340xx/trunk/4.10.0_kernel.patch)
  nvidia-340xx/repos/staging-x86_64/4.11.0_kernel.patch
(from rev 305263, nvidia-340xx/trunk/4.11.0_kernel.patch)
  nvidia-340xx/repos/staging-x86_64/4.12.0_kernel.patch
(from rev 305263, nvidia-340xx/trunk/4.12.0_kernel.patch)
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 305263, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/fs52243.patch
(from rev 305263, nvidia-340xx/trunk/fs52243.patch)
  nvidia-340xx/repos/staging-x86_64/nvidia-340xx.install
(from rev 305263, nvidia-340xx/trunk/nvidia-340xx.install)

-+
 staging-i686/4.10.0_kernel.patch|  131 ++
 staging-i686/4.11.0_kernel.patch|  112 +
 staging-i686/4.12.0_kernel.patch|   98 +
 staging-i686/PKGBUILD   |   78 
 staging-i686/fs52243.patch  |   14 +++
 staging-i686/nvidia-340xx.install   |   13 +++
 staging-x86_64/4.10.0_kernel.patch  |  131 ++
 staging-x86_64/4.11.0_kernel.patch  |  112 +
 staging-x86_64/4.12.0_kernel.patch  |   98 +
 staging-x86_64/PKGBUILD |   78 
 staging-x86_64/fs52243.patch|   14 +++
 staging-x86_64/nvidia-340xx.install |   13 +++
 12 files changed, 892 insertions(+)

Copied: nvidia-340xx/repos/staging-i686/4.10.0_kernel.patch (from rev 305263, 
nvidia-340xx/trunk/4.10.0_kernel.patch)
===
--- staging-i686/4.10.0_kernel.patch(rev 0)
+++ staging-i686/4.10.0_kernel.patch2017-09-10 23:21:00 UTC (rev 305264)
@@ -0,0 +1,131 @@
+From 983a2ca221a371e08bb5ad11758a729cfa5aa88c Mon Sep 17 00:00:00 2001
+From: Alberto Milone 
+Date: Wed, 15 Feb 2017 17:05:55 +0100
+Subject: [PATCH 1/1] Add support for Linux 4.10
+
+---
+ nv-linux.h|  7 +++
+ nv-pat.c  | 40 
+ uvm/nvidia_uvm_lite.c |  4 
+ 3 files changed, 51 insertions(+)
+
+diff --git a/kernel/nv-linux.h b/kernel/nv-linux.h
+index e7068e3..2d62492 100644
+--- a/kernel/nv-linux.h
 b/kernel/nv-linux.h
+@@ -2082,6 +2082,8 @@ static inline NvU64 nv_node_end_pfn(int nid)
+  *2016 Dec 14:5b56d49fc31dbb0487e14ead790fc81ca9fb2c99
+  */
+ 
++#include 
++
+ #if defined(NV_GET_USER_PAGES_REMOTE_PRESENT)
+ #if defined(NV_GET_USER_PAGES_HAS_WRITE_AND_FORCE_ARGS)
+ #define NV_GET_USER_PAGES   get_user_pages
+@@ -2129,8 +2131,13 @@ static inline NvU64 nv_node_end_pfn(int nid)
+ 
+ #else
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
+ pages, vmas);
++#else
++   return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
++pages, vmas, NULL);
++#endif
+ 
+ #endif
+ 
+diff --git a/kernel/nv-pat.c b/kernel/nv-pat.c
+index a725533..cec6f3f 100644
+--- a/kernel/nv-pat.c
 b/kernel/nv-pat.c
+@@ -203,6 +203,7 @@ void nv_disable_pat_support(void)
+ }
+ 
+ #if defined(NV_ENABLE_PAT_SUPPORT) && defined(NV_ENABLE_HOTPLUG_CPU)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+ static int
+ nvidia_cpu_callback(struct notifier_block *nfb, unsigned long action, void 
*hcpu)
+ {
+@@ -234,6 +235,34 @@ static struct notifier_block nv_hotcpu_nfb = {
+ .notifier_call = nvidia_cpu_callback,
+ .priority = 0
+ };
++#else
++static int nvidia_cpu_online(unsigned int hcpu)
++{
++unsigned int cpu = get_cpu();
++if (cpu == hcpu)
++nv_setup_pat_entries(NULL);
++else
++NV_SMP_CALL_FUNCTION(nv_setup_pat_entries, (void *)(long int)hcpu, 1);
++
++put_cpu();
++
++return 0;
++}
++
++static int nvidia_cpu_down_prep(unsigned int hcpu)
++{
++

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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:20:07
  Author: heftig
Revision: 305263

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

Added:
  nvidia/repos/staging-i686/
  nvidia/repos/staging-i686/PKGBUILD
(from rev 305262, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-i686/fix-abi.patch
(from rev 305262, nvidia/trunk/fix-abi.patch)
  nvidia/repos/staging-i686/nvidia.install
(from rev 305262, nvidia/trunk/nvidia.install)
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 305262, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/fix-abi.patch
(from rev 305262, nvidia/trunk/fix-abi.patch)
  nvidia/repos/staging-x86_64/nvidia.install
(from rev 305262, nvidia/trunk/nvidia.install)

---+
 staging-i686/PKGBUILD |   87 
 staging-i686/fix-abi.patch|   12 +
 staging-i686/nvidia.install   |   13 +
 staging-x86_64/PKGBUILD   |   87 
 staging-x86_64/fix-abi.patch  |   12 +
 staging-x86_64/nvidia.install |   13 +
 6 files changed, 224 insertions(+)

Copied: nvidia/repos/staging-i686/PKGBUILD (from rev 305262, 
nvidia/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-09-10 23:20:07 UTC (rev 305263)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=384.69
+_extramodules=extramodules-4.13-ARCH
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.13' 'linux-headers<4.14')
+license=('custom')
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums_i686=('53039e5fe898d405f3ea1725751045b6')
+md5sums_x86_64=('0bee5889e14a653df35d6b9700363ff9')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.13' 'linux<4.14' "nvidia-utils=${pkgver}" 'libgl')
+install=nvidia.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia')
+
+cd ${_pkg}
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+echo 'blacklist nouveau' > "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

Copied: nvidia/repos/staging-i686/fix-abi.patch (from rev 305262, 
nvidia/trunk/fix-abi.patch)

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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:19:26
  Author: heftig
Revision: 256848

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

Added:
  acpi_call/repos/community-staging-i686/
  acpi_call/repos/community-staging-i686/PKGBUILD
(from rev 256847, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-i686/acpi_call.install
(from rev 256847, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 256847, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/acpi_call.install
(from rev 256847, acpi_call/trunk/acpi_call.install)

+
 community-staging-i686/PKGBUILD|   50 +++
 community-staging-i686/acpi_call.install   |   14 +++
 community-staging-x86_64/PKGBUILD  |   50 +++
 community-staging-x86_64/acpi_call.install |   14 +++
 4 files changed, 128 insertions(+)

Copied: acpi_call/repos/community-staging-i686/PKGBUILD (from rev 256847, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 23:19:26 UTC (rev 256848)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=73
+_extramodules=extramodules-4.13-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.13' 'linux<4.14')
+makedepends=('linux-headers>=4.13' 'linux-headers<4.14')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-i686/acpi_call.install (from rev 
256847, acpi_call/trunk/acpi_call.install)
===
--- community-staging-i686/acpi_call.install(rev 0)
+++ community-staging-i686/acpi_call.install2017-09-10 23:19:26 UTC (rev 
256848)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.13-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 256847, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-10 23:19:26 UTC (rev 256848)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=73
+_extramodules=extramodules-4.13-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.13' 'linux<4.14')
+makedepends=('linux-headers>=4.13' 'linux-headers<4.14')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  

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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:18:44
  Author: heftig
Revision: 256847

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

Added:
  vhba-module/repos/community-staging-i686/
  vhba-module/repos/community-staging-i686/60-vhba.rules
(from rev 256846, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-i686/PKGBUILD
(from rev 256846, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-i686/dkms.conf
(from rev 256846, vhba-module/trunk/dkms.conf)
  vhba-module/repos/community-staging-i686/vhba-module.install
(from rev 256846, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 256846, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 256846, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 256846, vhba-module/trunk/dkms.conf)
  vhba-module/repos/community-staging-x86_64/vhba-module.install
(from rev 256846, vhba-module/trunk/vhba-module.install)

--+
 community-staging-i686/60-vhba.rules |1 
 community-staging-i686/PKGBUILD  |   50 +
 community-staging-i686/dkms.conf |9 
 community-staging-i686/vhba-module.install   |   15 +++
 community-staging-x86_64/60-vhba.rules   |1 
 community-staging-x86_64/PKGBUILD|   50 +
 community-staging-x86_64/dkms.conf   |9 
 community-staging-x86_64/vhba-module.install |   15 +++
 8 files changed, 150 insertions(+)

Copied: vhba-module/repos/community-staging-i686/60-vhba.rules (from rev 
256846, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-i686/60-vhba.rules(rev 0)
+++ community-staging-i686/60-vhba.rules2017-09-10 23:18:44 UTC (rev 
256847)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-i686/PKGBUILD (from rev 256846, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 23:18:44 UTC (rev 256847)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+_extramodules=extramodules-4.13-ARCH
+pkgrel=14
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=('linux-headers>=4.13' 'linux-headers<4.14' linux)
+source=("http://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  depends=('linux>=4.13' 'linux<4.14')
+  install=vhba-module.install
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 vhba.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-i686/dkms.conf (from rev 256846, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-i686/dkms.conf(rev 0)
+++ community-staging-i686/dkms.conf2017-09-10 23:18:44 UTC (rev 256847)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"

Copied: vhba-module/repos/community-staging-i686/vhba-module.install (from rev 
256846, vhba-module/trunk/vhba-module.install)
===
--- community-staging-i686/vhba-module.install  (rev 0)
+++ 

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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:17:33
  Author: heftig
Revision: 256846

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

Added:
  r8168/repos/community-staging-i686/
  r8168/repos/community-staging-i686/PKGBUILD
(from rev 256845, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-i686/linux-4.11.patch
(from rev 256845, r8168/trunk/linux-4.11.patch)
  r8168/repos/community-staging-i686/r8168.install
(from rev 256845, r8168/trunk/r8168.install)
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 256845, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/linux-4.11.patch
(from rev 256845, r8168/trunk/linux-4.11.patch)
  r8168/repos/community-staging-x86_64/r8168.install
(from rev 256845, r8168/trunk/r8168.install)

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-i686/linux-4.11.patch   |   14 +++
 community-staging-i686/r8168.install  |   17 +
 community-staging-x86_64/PKGBUILD |   51 
 community-staging-x86_64/linux-4.11.patch |   14 +++
 community-staging-x86_64/r8168.install|   17 +
 6 files changed, 164 insertions(+)

Copied: r8168/repos/community-staging-i686/PKGBUILD (from rev 256845, 
r8168/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 23:17:33 UTC (rev 256846)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.044.02
+pkgrel=20
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.11.patch)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3'
+'21857077bd5b26a08456f97f170b2772e8cadfb331577ddb2bcb680b31c5c0d3')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i "$srcdir/linux-4.11.patch"
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}

Copied: r8168/repos/community-staging-i686/linux-4.11.patch (from rev 256845, 
r8168/trunk/linux-4.11.patch)
===
--- community-staging-i686/linux-4.11.patch (rev 0)
+++ community-staging-i686/linux-4.11.patch 2017-09-10 23:17:33 UTC (rev 
256846)
@@ -0,0 +1,14 @@
+diff --git a/src/r8168_n.c b/src/r8168_n.c
+index 3c5a7e7..e2026bb 100755
+--- a/src/r8168_n.c
 b/src/r8168_n.c
+@@ -25732,7 +25732,9 @@ process_pkt:
+ if (rtl8168_rx_vlan_skb(tp, desc, skb) < 0)
+ rtl8168_rx_skb(tp, skb);
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ dev->last_rx = jiffies;
++#endif
+ RTLDEV->stats.rx_bytes += pkt_size;
+ RTLDEV->stats.rx_packets++;
+ }

Copied: r8168/repos/community-staging-i686/r8168.install (from rev 256845, 
r8168/trunk/r8168.install)
===
--- community-staging-i686/r8168.install(rev 0)
+++ community-staging-i686/r8168.install2017-09-10 23:17:33 UTC (rev 
256846)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.13-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

[arch-commits] Commit in nvidia-304xx/repos (16 files)

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:16:40
  Author: heftig
Revision: 305262

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

Added:
  nvidia-304xx/repos/staging-i686/
  nvidia-304xx/repos/staging-i686/PKGBUILD
(from rev 305261, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-i686/disable-mtrr.patch
(from rev 305261, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/staging-i686/drm-driver-legacy.patch
(from rev 305261, nvidia-304xx/trunk/drm-driver-legacy.patch)
  nvidia-304xx/repos/staging-i686/kernel_4.10.patch
(from rev 305261, nvidia-304xx/trunk/kernel_4.10.patch)
  nvidia-304xx/repos/staging-i686/kernel_4.11.patch
(from rev 305261, nvidia-304xx/trunk/kernel_4.11.patch)
  nvidia-304xx/repos/staging-i686/kernel_4.12.patch
(from rev 305261, nvidia-304xx/trunk/kernel_4.12.patch)
  nvidia-304xx/repos/staging-i686/nvidia-304xx.install
(from rev 305261, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/staging-x86_64/
  nvidia-304xx/repos/staging-x86_64/PKGBUILD
(from rev 305261, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-x86_64/disable-mtrr.patch
(from rev 305261, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/staging-x86_64/drm-driver-legacy.patch
(from rev 305261, nvidia-304xx/trunk/drm-driver-legacy.patch)
  nvidia-304xx/repos/staging-x86_64/kernel_4.10.patch
(from rev 305261, nvidia-304xx/trunk/kernel_4.10.patch)
  nvidia-304xx/repos/staging-x86_64/kernel_4.11.patch
(from rev 305261, nvidia-304xx/trunk/kernel_4.11.patch)
  nvidia-304xx/repos/staging-x86_64/kernel_4.12.patch
(from rev 305261, nvidia-304xx/trunk/kernel_4.12.patch)
  nvidia-304xx/repos/staging-x86_64/nvidia-304xx.install
(from rev 305261, nvidia-304xx/trunk/nvidia-304xx.install)

+
 staging-i686/PKGBUILD  |   84 
 staging-i686/disable-mtrr.patch|   24 +++
 staging-i686/drm-driver-legacy.patch   |   20 +
 staging-i686/kernel_4.10.patch |  105 +++
 staging-i686/kernel_4.11.patch |   44 
 staging-i686/kernel_4.12.patch |   56 
 staging-i686/nvidia-304xx.install  |   13 +++
 staging-x86_64/PKGBUILD|   84 
 staging-x86_64/disable-mtrr.patch  |   24 +++
 staging-x86_64/drm-driver-legacy.patch |   20 +
 staging-x86_64/kernel_4.10.patch   |  105 +++
 staging-x86_64/kernel_4.11.patch   |   44 
 staging-x86_64/kernel_4.12.patch   |   56 
 staging-x86_64/nvidia-304xx.install|   13 +++
 14 files changed, 692 insertions(+)

Copied: nvidia-304xx/repos/staging-i686/PKGBUILD (from rev 305261, 
nvidia-304xx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-09-10 23:16:40 UTC (rev 305262)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.135
+_extramodules=extramodules-4.13-ARCH
+pkgrel=16
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux' 'linux-headers>=4.13' 'linux-headers<4.14')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=('disable-mtrr.patch'
+'drm-driver-legacy.patch'
+'kernel_4.10.patch'
+'kernel_4.11.patch'
+'kernel_4.12.patch')
+source_i686+=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64+=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha512sums=('54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774'
+
'fa39dee5c9f1ea98286c87165f683ee194b2cb4056aa6b556e822b9ee760dcf3683ea001c3704e79b9ac9712314d7df5690dc7f68440cda7a96791f94425455d'
+
'68dabbf6ad889c46bd0c01ebb697b80f4aa526ef1cdc53de008343a243adefc6ce7f2778be7005f2d79f3d23c0a3ff69f67ecdb9f97c0feb0ec99405a0c1046a'
+
'da3d1698af8b97e8fc3b6d3c690925e0258f8b6ad26a24f8d32c04a5a82701655208021f9f5af0ce44cb397a7422e2776a05193204bc7e4ac2b98f6e173984ea'
+
'49aa15fb7321bb9e0ab2a5361b9830ad95c2a8e22cf7b9aaf945fad88b419e791edb8e833849e7846373a1b76ececfcdac8803faed21729c89a3ff0a2d74')
+sha512sums_i686=('c2645cc9a6f23641d8b6da51e72e203980068c05e365fcc73b32322a6875ce95e81f4e0d893276e14e84e93464488539c16db6b3be04f5324cf7d7a12bb557f8')
+sha512sums_x86_64=('a5aa48baa75eb267bd193e59328aa5fbc15d41045bb7e97aa1b96b918b9e68a1c1bf95624d9d494336256e0af2c41e188d30fe91be4967084de3387f50d3805c')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = 

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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:15:02
  Author: heftig
Revision: 256845

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

Added:
  bbswitch/repos/community-staging-i686/
  bbswitch/repos/community-staging-i686/PKGBUILD
(from rev 256844, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-staging-i686/bbswitch.install
(from rev 256844, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 256844, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-staging-x86_64/bbswitch.install
(from rev 256844, bbswitch/trunk/bbswitch.install)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-i686/bbswitch.install   |   12 +++
 community-staging-x86_64/PKGBUILD |   47 
 community-staging-x86_64/bbswitch.install |   12 +++
 4 files changed, 118 insertions(+)

Copied: bbswitch/repos/community-staging-i686/PKGBUILD (from rev 256844, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 23:15:02 UTC (rev 256845)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.13-ARCH # Don't forget to update bbswitch.install
+pkgrel=79
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.13' 'linux-headers<4.14' 'linux>=4.13' 
'linux<4.14')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.13' 'linux<4.14')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+
+  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+}

Copied: bbswitch/repos/community-staging-i686/bbswitch.install (from rev 
256844, bbswitch/trunk/bbswitch.install)
===
--- community-staging-i686/bbswitch.install (rev 0)
+++ community-staging-i686/bbswitch.install 2017-09-10 23:15:02 UTC (rev 
256845)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 256844, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-10 23:15:02 UTC (rev 256845)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.13-ARCH # Don't forget to update bbswitch.install
+pkgrel=79
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.13' 'linux-headers<4.14' 'linux>=4.13' 
'linux<4.14')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.13' 'linux<4.14')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+

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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:14:28
  Author: heftig
Revision: 256844

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

Added:
  virtualbox-modules-arch/repos/community-staging-i686/
  virtualbox-modules-arch/repos/community-staging-i686/PKGBUILD
(from rev 256843, virtualbox-modules-arch/trunk/PKGBUILD)
  
virtualbox-modules-arch/repos/community-staging-i686/virtualbox-modules-arch.install
(from rev 256843, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 256843, virtualbox-modules-arch/trunk/PKGBUILD)
  
virtualbox-modules-arch/repos/community-staging-x86_64/virtualbox-modules-arch.install
(from rev 256843, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)

--+
 community-staging-i686/PKGBUILD  |   80 +
 community-staging-i686/virtualbox-modules-arch.install   |   23 +++
 community-staging-x86_64/PKGBUILD|   80 +
 community-staging-x86_64/virtualbox-modules-arch.install |   23 +++
 4 files changed, 206 insertions(+)

Copied: virtualbox-modules-arch/repos/community-staging-i686/PKGBUILD (from rev 
256843, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 23:14:28 UTC (rev 256844)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.1.26
+pkgrel=7
+# remember to also adjust the .install file!
+_linux_major=4
+_linux_minor=13
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=("linux>=${_linux_major}.${_linux_minor}"
+ "linux<${_linux_major}.$((_linux_minor+1))"
+ "linux-headers>=${_linux_major}.${_linux_minor}"
+ "linux-headers<${_linux_major}.$((_linux_minor+1))"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-${_linux_major}.${_linux_minor}-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  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>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  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/community-staging-i686/virtualbox-modules-arch.install
 (from rev 256843, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
===
--- community-staging-i686/virtualbox-modules-arch.install  
(rev 0)
+++ community-staging-i686/virtualbox-modules-arch.install  2017-09-10 
23:14:28 UTC (rev 256844)
@@ 

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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:13:58
  Author: heftig
Revision: 256843

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

Added:
  tp_smapi/repos/community-staging-i686/
  tp_smapi/repos/community-staging-i686/PKGBUILD
(from rev 256842, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-staging-i686/tp_smapi.install
(from rev 256842, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 256842, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-staging-x86_64/tp_smapi.install
(from rev 256842, tp_smapi/trunk/tp_smapi.install)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-i686/tp_smapi.install   |   13 +++
 community-staging-x86_64/PKGBUILD |   48 
 community-staging-x86_64/tp_smapi.install |   13 +++
 4 files changed, 122 insertions(+)

Copied: tp_smapi/repos/community-staging-i686/PKGBUILD (from rev 256842, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 23:13:58 UTC (rev 256843)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+_pkgname=tp-smapi
+pkgver=0.42
+_extradir=/usr/lib/modules/extramodules-4.13-ARCH
+pkgrel=29
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.13' 'linux<4.14')
+makedepends=('linux-headers>=4.13' 'linux-headers<4.14')
+install="$pkgname.install"
+source=("$pkgname-$_pkgname-$pkgver.tar.gz::https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd $pkgname-$_pkgname-$pkgver
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname-$_pkgname-$pkgver
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec gzip -n -9 {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+
+  # update kernel version in install file
+  sed -ri "s|^(extramodules=).*\$|\1$_extradir|" "$startdir/tp_smapi.install"
+}

Copied: tp_smapi/repos/community-staging-i686/tp_smapi.install (from rev 
256842, tp_smapi/trunk/tp_smapi.install)
===
--- community-staging-i686/tp_smapi.install (rev 0)
+++ community-staging-i686/tp_smapi.install 2017-09-10 23:13:58 UTC (rev 
256843)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.13-ARCH
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 256842, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-10 23:13:58 UTC (rev 256843)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+_pkgname=tp-smapi
+pkgver=0.42
+_extradir=/usr/lib/modules/extramodules-4.13-ARCH
+pkgrel=29
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.13' 'linux<4.14')
+makedepends=('linux-headers>=4.13' 'linux-headers<4.14')
+install="$pkgname.install"
+source=("$pkgname-$_pkgname-$pkgver.tar.gz::https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd $pkgname-$_pkgname-$pkgver
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname-$_pkgname-$pkgver
+
+  # install kernel 

[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD nvidia-340xx.install)

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:05:00
  Author: heftig
Revision: 305261

340.102-18: kernel 4.13.1

Modified:
  nvidia-340xx/trunk/PKGBUILD
  nvidia-340xx/trunk/nvidia-340xx.install

--+
 PKGBUILD |8 
 nvidia-340xx.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 23:04:50 UTC (rev 305260)
+++ PKGBUILD2017-09-10 23:05:00 UTC (rev 305261)
@@ -5,11 +5,11 @@
 pkgbase=nvidia-340xx
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.102
-_extramodules=extramodules-4.12-ARCH
-pkgrel=17
+_extramodules=extramodules-4.13-ARCH
+pkgrel=18
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.12' 
'linux-headers<4.13')
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.13' 
'linux-headers<4.14')
 conflicts=('nvidia')
 license=('custom')
 options=(!strip)
@@ -50,7 +50,7 @@
 
 package_nvidia-340xx() {
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-depends=('linux>=4.12' 'linux<4.13' 'libgl' "nvidia-340xx-utils=${pkgver}")
+depends=('linux>=4.13' 'linux<4.14' 'libgl' "nvidia-340xx-utils=${pkgver}")
 conflict+=('nvidia-340xx-dkms')
 install=nvidia-340xx.install
 

Modified: nvidia-340xx.install
===
--- nvidia-340xx.install2017-09-10 23:04:50 UTC (rev 305260)
+++ nvidia-340xx.install2017-09-10 23:05:00 UTC (rev 305261)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.12-ARCH'
+EXTRAMODULES='extramodules-4.13-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }


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

2017-09-10 Thread Kyle Keen
Date: Sunday, September 10, 2017 @ 23:05:12
  Author: kkeen
Revision: 256841

boost 1.65.1 rebuild

Modified:
  openscad/trunk/CHANGELOG
  openscad/trunk/PKGBUILD

---+
 CHANGELOG |8 
 PKGBUILD  |2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

Modified: CHANGELOG
===
--- CHANGELOG   2017-09-10 23:04:35 UTC (rev 256840)
+++ CHANGELOG   2017-09-10 23:05:12 UTC (rev 256841)
@@ -1,3 +1,11 @@
+2017-09-10 Kyle Keen 
+   * 2015.03.03-13
+   - Rebuild for boost 1.65.1
+
+2017-08-03 felixonmars 
+   * 2015.03.03-12
+   - Rebuild for GLEW 2.1.0 rebuild
+
 2017-05-30 Kyle Keen 
* 2015.03.03-11
- Rebuild for cgal 4.10

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 23:04:35 UTC (rev 256840)
+++ PKGBUILD2017-09-10 23:05:12 UTC (rev 256841)
@@ -6,7 +6,7 @@
 pkgname=openscad
 pkgver=2015.03.03
 _ver=2015.03-3  # hopefully -X is temporary
-pkgrel=12
+pkgrel=13
 pkgdesc="The programmers solid 3D CAD modeller"
 url="http://openscad.org/;
 arch=('i686' 'x86_64')


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

2017-09-10 Thread Kyle Keen
Date: Sunday, September 10, 2017 @ 23:05:38
  Author: kkeen
Revision: 256842

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

Added:
  openscad/repos/community-staging-i686/
  openscad/repos/community-staging-i686/CHANGELOG
(from rev 256841, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-i686/PKGBUILD
(from rev 256841, openscad/trunk/PKGBUILD)
  openscad/repos/community-staging-x86_64/
  openscad/repos/community-staging-x86_64/CHANGELOG
(from rev 256841, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-x86_64/PKGBUILD
(from rev 256841, openscad/trunk/PKGBUILD)

+
 community-staging-i686/CHANGELOG   |  143 +++
 community-staging-i686/PKGBUILD|   54 +
 community-staging-x86_64/CHANGELOG |  143 +++
 community-staging-x86_64/PKGBUILD  |   54 +
 4 files changed, 394 insertions(+)

Copied: openscad/repos/community-staging-i686/CHANGELOG (from rev 256841, 
openscad/trunk/CHANGELOG)
===
--- community-staging-i686/CHANGELOG(rev 0)
+++ community-staging-i686/CHANGELOG2017-09-10 23:05:38 UTC (rev 256842)
@@ -0,0 +1,143 @@
+2017-09-10 Kyle Keen 
+   * 2015.03.03-13
+   - Rebuild for boost 1.65.1
+
+2017-08-03 felixonmars 
+   * 2015.03.03-12
+   - Rebuild for GLEW 2.1.0 rebuild
+
+2017-05-30 Kyle Keen 
+   * 2015.03.03-11
+   - Rebuild for cgal 4.10
+
+2017-05-22 Antonio Rojas 
+   * 2015.03.03-10
+   - Rebuild for boost 1.64
+
+2017-02-25 Antonio Rojas 
+   * 2015.03.03-9
+   - Rebuild for qscintilla 2.10
+
+2017-01-02 Antonio Rojas 
+   * 2015.03.03-8
+   - Rebuild for boost 1.63
+
+2016-10-08 Kyle Keen 
+   * 2015.03.03-7
+   - Rebuild for boost 1.62
+
+2016-09-20 Kyle Keen 
+   * 2015.03.03-6
+   - Rebuild for cgal 4.9
+
+2016-08-24 Kyle Keen 
+   * 2015.03.03-5
+   - Rebuild for boost 1.61
+
+2016-08-01 Kyle Keen 
+   * 2015.03.03-4
+   - Rebuild for glew
+
+2016-05-12 Kyle Keen 
+   * 2015.03.03-3
+   - Rebuild for boost-1.60.0-5
+
+2016-04-28 Kyle Keen 
+   * 2015.03.03-2
+   - Rebuild for install hooks
+
+2015-04-18 Kyle Keen 
+   * 2015.03.03-1
+   - Update to latest release
+   - Rebuild for cgal-4.8
+
+2015-11-16 Kyle Keen 
+   * 2015.03.02-1
+   - Bugfix release
+
+2015-10-19 Kyle Keen 
+   * 2015.03.01-5
+   - No changes
+   - Rebuild for cgal-4.7
+
+2015-10-02 foutrelis
+   * 2015.03.01-4
+   - No changes
+
+2015-04-29 Kyle Keen 
+   * 2015.03.01-3
+   - No changes
+   - Rebuild for qscintilla-2.9-1
+
+2015-04-22 Kyle Keen 
+   * 2015.03.01-2
+   - No changes
+   - Rebuild for boost-1.58.0-1
+
+2015-04-22 Kyle Keen 
+   * 2015.03.01-1
+   - Bugfix release
+
+2015-04-11 Kyle Keen 
+   * 2015.03-2
+   - No changes
+   - Rebuild for cgal-4.6-1
+
+2015-03-10 Kyle Keen 
+   * 2015.03-1
+   - New release
+   - Now uses qscintilla for the editor
+
+2014-11-04 Kyle Keen 
+   * 2014.03-5
+   - No changes
+   - Rebuild for boost-1.57.0-1
+
+2014-08-18 Kyle Keen 
+   * 2014.03-4
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-08-18 Kyle Keen 
+   * 2014.03-3
+   - No changes
+   - Rebuild for glew-1.11.0-1
+
+2014-08-12 Kyle Keen 
+   * 2014.03-2
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-03-09 Kyle Keen 
+
+   * 2014.03-1
+   - New release
+   - MIME associations
+
+2014-02-10 Kyle Keen 
+
+   * 2013.06-3
+   - Moved package to [community]
+   - Explicit boost depends
+   - Use official resources
+
+2014-02-07 Chirantan Ekbote 
+
+   * 2013.06-2
+   - Update makedepends since eigen3 has now become eigen in [extra]
+
+2013-06-19 Chirantan Ekbote 
+
+   * 2013.06-1 :
+   - Updated to version 2013.06
+
+2013-03-01 Chirantan Ekbote 
+
+   * 2013.01-2 :
+   Dependency qt replaced with qt4
+
+2013-01-23 Chirantan Ekbote 
+
+   * 2013.01-1 :
+   New upstream release.
+   Dependency eigen2 repaced by eigen3

Copied: openscad/repos/community-staging-i686/PKGBUILD (from rev 256841, 

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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:04:35
  Author: heftig
Revision: 256840

5.1.26-7: kernel 4.13.1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD
  virtualbox-modules-arch/trunk/virtualbox-modules-arch.install

-+
 PKGBUILD|4 ++--
 virtualbox-modules-arch.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 23:04:25 UTC (rev 256839)
+++ PKGBUILD2017-09-10 23:04:35 UTC (rev 256840)
@@ -5,10 +5,10 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.1.26
-pkgrel=6
+pkgrel=7
 # remember to also adjust the .install file!
 _linux_major=4
-_linux_minor=12
+_linux_minor=13
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')

Modified: virtualbox-modules-arch.install
===
--- virtualbox-modules-arch.install 2017-09-10 23:04:25 UTC (rev 256839)
+++ virtualbox-modules-arch.install 2017-09-10 23:04:35 UTC (rev 256840)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-4.12-ARCH
+  EXTRAMODULES=extramodules-4.13-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:04:15
  Author: heftig
Revision: 256838

0.42-29: kernel 4.13.1

Modified:
  tp_smapi/trunk/PKGBUILD
  tp_smapi/trunk/tp_smapi.install

--+
 PKGBUILD |8 
 tp_smapi.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 23:03:58 UTC (rev 256837)
+++ PKGBUILD2017-09-10 23:04:15 UTC (rev 256838)
@@ -10,14 +10,14 @@
 pkgname=tp_smapi
 _pkgname=tp-smapi
 pkgver=0.42
-_extradir=/usr/lib/modules/extramodules-4.12-ARCH
-pkgrel=28
+_extradir=/usr/lib/modules/extramodules-4.13-ARCH
+pkgrel=29
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux>=4.12' 'linux<4.13')
-makedepends=('linux-headers>=4.12' 'linux-headers<4.13')
+depends=('linux>=4.13' 'linux<4.14')
+makedepends=('linux-headers>=4.13' 'linux-headers<4.14')
 install="$pkgname.install"
 
source=("$pkgname-$_pkgname-$pkgver.tar.gz::https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
 md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')

Modified: tp_smapi.install
===
--- tp_smapi.install2017-09-10 23:03:58 UTC (rev 256837)
+++ tp_smapi.install2017-09-10 23:04:15 UTC (rev 256838)
@@ -1,4 +1,4 @@
-extramodules=/usr/lib/modules/extramodules-4.12-ARCH
+extramodules=/usr/lib/modules/extramodules-4.13-ARCH
 
 post_install() {
   depmod -v $(< "$extramodules/version") &>/dev/null


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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:04:44
  Author: heftig
Revision: 305259

384.69-3: kernel 4.13.1

Modified:
  nvidia/trunk/PKGBUILD
  nvidia/trunk/nvidia.install

+
 PKGBUILD   |8 
 nvidia.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 22:36:07 UTC (rev 305258)
+++ PKGBUILD2017-09-10 23:04:44 UTC (rev 305259)
@@ -6,12 +6,12 @@
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
 pkgver=384.69
-_extramodules=extramodules-4.12-ARCH
-pkgrel=2
+_extramodules=extramodules-4.13-ARCH
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.12' 'linux-headers<4.13')
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.13' 'linux-headers<4.14')
 license=('custom')
 options=('!strip')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
@@ -52,7 +52,7 @@
 
 package_nvidia() {
 pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.12' 'linux<4.13' "nvidia-utils=${pkgver}" 'libgl')
+depends=('linux>=4.13' 'linux<4.14' "nvidia-utils=${pkgver}" 'libgl')
 install=nvidia.install
 
 install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \

Modified: nvidia.install
===
--- nvidia.install  2017-09-10 22:36:07 UTC (rev 305258)
+++ nvidia.install  2017-09-10 23:04:44 UTC (rev 305259)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.12-ARCH'
+EXTRAMODULES='extramodules-4.13-ARCH'
 depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
 echo 'In order to use nvidia module, reboot the system.'
 }


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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:03:58
  Author: heftig
Revision: 256837

8.044.02-20: kernel 4.13.1

Modified:
  r8168/trunk/PKGBUILD
  r8168/trunk/r8168.install

---+
 PKGBUILD  |2 +-
 r8168.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 23:03:47 UTC (rev 256836)
+++ PKGBUILD2017-09-10 23:03:58 UTC (rev 256837)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.044.02
-pkgrel=19
+pkgrel=20
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")

Modified: r8168.install
===
--- r8168.install   2017-09-10 23:03:47 UTC (rev 256836)
+++ r8168.install   2017-09-10 23:03:58 UTC (rev 256837)
@@ -1,5 +1,5 @@
 rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-4.12-ARCH'
+   EXTRAMODULES='extramodules-4.13-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:04:25
  Author: heftig
Revision: 256839

20170610-14: kernel 4.13.1

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|8 
 vhba-module.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 23:04:15 UTC (rev 256838)
+++ PKGBUILD2017-09-10 23:04:25 UTC (rev 256839)
@@ -6,13 +6,13 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-_extramodules=extramodules-4.12-ARCH
-pkgrel=13
+_extramodules=extramodules-4.13-ARCH
+pkgrel=14
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(i686 x86_64)
 license=(GPL)
-makedepends=('linux-headers>=4.12' 'linux-headers<4.13' linux)
+makedepends=('linux-headers>=4.13' 'linux-headers<4.14' linux)
 source=("http://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
 60-vhba.rules dkms.conf)
 sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
@@ -29,7 +29,7 @@
 }
 
 package_vhba-module() {
-  depends=('linux>=4.12' 'linux<4.13')
+  depends=('linux>=4.13' 'linux<4.14')
   install=vhba-module.install
 
   cd $pkgbase-$pkgver

Modified: vhba-module.install
===
--- vhba-module.install 2017-09-10 23:04:15 UTC (rev 256838)
+++ vhba-module.install 2017-09-10 23:04:25 UTC (rev 256839)
@@ -4,7 +4,7 @@
 }
 
 post_upgrade() {
-  EXTRAMODULES=extramodules-4.12-ARCH
+  EXTRAMODULES=extramodules-4.13-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD nvidia-304xx.install)

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:04:50
  Author: heftig
Revision: 305260

304.135-16: kernel 4.13.1

Modified:
  nvidia-304xx/trunk/PKGBUILD
  nvidia-304xx/trunk/nvidia-304xx.install

--+
 PKGBUILD |8 
 nvidia-304xx.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 23:04:44 UTC (rev 305259)
+++ PKGBUILD2017-09-10 23:04:50 UTC (rev 305260)
@@ -5,11 +5,11 @@
 pkgbase=nvidia-304xx
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.135
-_extramodules=extramodules-4.12-ARCH
-pkgrel=15
+_extramodules=extramodules-4.13-ARCH
+pkgrel=16
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=('linux' 'linux-headers>=4.12' 'linux-headers<4.13')
+makedepends=('linux' 'linux-headers>=4.13' 'linux-headers<4.14')
 conflicts=('nvidia')
 license=('custom')
 options=('!strip')
@@ -55,7 +55,7 @@
 
 package_nvidia-304xx() {
 pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
-depends=('linux>=4.12' 'linux<4.13' 'libgl' "nvidia-304xx-utils=${pkgver}")
+depends=('linux>=4.13' 'linux<4.14' 'libgl' "nvidia-304xx-utils=${pkgver}")
 conflicts+=('nvidia-304xx-dkms')
 install=nvidia-304xx.install
 

Modified: nvidia-304xx.install
===
--- nvidia-304xx.install2017-09-10 23:04:44 UTC (rev 305259)
+++ nvidia-304xx.install2017-09-10 23:04:50 UTC (rev 305260)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.12-ARCH'
+EXTRAMODULES='extramodules-4.13-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }


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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:03:47
  Author: heftig
Revision: 256836

0.8-79: kernel 4.13.1

Modified:
  bbswitch/trunk/PKGBUILD
  bbswitch/trunk/bbswitch.install

--+
 PKGBUILD |8 
 bbswitch.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 23:03:27 UTC (rev 256835)
+++ PKGBUILD2017-09-10 23:03:47 UTC (rev 256836)
@@ -6,13 +6,13 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-_extramodules=extramodules-4.12-ARCH # Don't forget to update bbswitch.install
-pkgrel=78
+_extramodules=extramodules-4.13-ARCH # Don't forget to update bbswitch.install
+pkgrel=79
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;
 license=('GPL')
-makedepends=('linux-headers>=4.12' 'linux-headers<4.13' 'linux>=4.12' 
'linux<4.13')
+makedepends=('linux-headers>=4.13' 'linux-headers<4.14' 'linux>=4.13' 
'linux<4.14')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
 
@@ -25,7 +25,7 @@
 }
 
 package_bbswitch() {
-  depends=('linux>=4.12' 'linux<4.13')
+  depends=('linux>=4.13' 'linux<4.14')
   install=bbswitch.install
 
   cd ${srcdir}/${pkgbase}-${pkgver}

Modified: bbswitch.install
===
--- bbswitch.install2017-09-10 23:03:27 UTC (rev 256835)
+++ bbswitch.install2017-09-10 23:03:47 UTC (rev 256836)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.12-ARCH'
+EXTRAMODULES='extramodules-4.13-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:03:27
  Author: heftig
Revision: 256835

1.1.0-73: kernel 4.13.1

Modified:
  acpi_call/trunk/PKGBUILD
  acpi_call/trunk/acpi_call.install

---+
 PKGBUILD  |8 
 acpi_call.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 21:35:41 UTC (rev 256834)
+++ PKGBUILD2017-09-10 23:03:27 UTC (rev 256835)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=72
-_extramodules=extramodules-4.12-ARCH
+pkgrel=73
+_extramodules=extramodules-4.13-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url='https://github.com/mkottman/acpi_call'
 license=('GPL')
-depends=('linux>=4.12' 'linux<4.13')
-makedepends=('linux-headers>=4.12' 'linux-headers<4.13')
+depends=('linux>=4.13' 'linux<4.14')
+makedepends=('linux-headers>=4.13' 'linux-headers<4.14')
 install='acpi_call.install'
 
source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')

Modified: acpi_call.install
===
--- acpi_call.install   2017-09-10 21:35:41 UTC (rev 256834)
+++ acpi_call.install   2017-09-10 23:03:27 UTC (rev 256835)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-4.12-ARCH
+  _extramodules=extramodules-4.13-ARCH
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 


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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 22:36:07
  Author: heftig
Revision: 305258

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

Added:
  linux/repos/staging-i686/90-linux.hook
(from rev 305257, linux/trunk/90-linux.hook)
  linux/repos/staging-i686/PKGBUILD
(from rev 305257, linux/trunk/PKGBUILD)
  linux/repos/staging-i686/config.i686
(from rev 305257, linux/trunk/config.i686)
  linux/repos/staging-i686/config.x86_64
(from rev 305257, linux/trunk/config.x86_64)
  linux/repos/staging-i686/linux.install
(from rev 305257, linux/trunk/linux.install)
  linux/repos/staging-i686/linux.preset
(from rev 305257, linux/trunk/linux.preset)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 305257, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 305257, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config.i686
(from rev 305257, linux/trunk/config.i686)
  linux/repos/staging-x86_64/config.x86_64
(from rev 305257, linux/trunk/config.x86_64)
  linux/repos/staging-x86_64/linux.install
(from rev 305257, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 305257, linux/trunk/linux.preset)
Deleted:
  linux/repos/staging-i686/90-linux.hook
  linux/repos/staging-i686/PKGBUILD
  linux/repos/staging-i686/config.i686
  linux/repos/staging-i686/config.x86_64
  linux/repos/staging-i686/linux.install
  linux/repos/staging-i686/linux.preset
  linux/repos/staging-x86_64/90-linux.hook
  linux/repos/staging-x86_64/PKGBUILD
  linux/repos/staging-x86_64/config.i686
  linux/repos/staging-x86_64/config.x86_64
  linux/repos/staging-x86_64/linux.install
  linux/repos/staging-x86_64/linux.preset

--+
 /90-linux.hook   |   22 
 /PKGBUILD|  478 +
 /config.i686 |16792 +
 /config.x86_64   |16286 +++
 /linux.install   |   54 
 /linux.preset|   28 
 staging-i686/90-linux.hook   |   11 
 staging-i686/PKGBUILD|  237 
 staging-i686/config.i686 | 8396 
 staging-i686/config.x86_64   | 8143 ---
 staging-i686/linux.install   |   27 
 staging-i686/linux.preset|   14 
 staging-x86_64/90-linux.hook |   11 
 staging-x86_64/PKGBUILD  |  237 
 staging-x86_64/config.i686   | 8396 
 staging-x86_64/config.x86_64 | 8143 ---
 staging-x86_64/linux.install |   27 
 staging-x86_64/linux.preset  |   14 
 18 files changed, 33660 insertions(+), 33656 deletions(-)

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


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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 22:35:03
  Author: heftig
Revision: 305257

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

Added:
  linux-zen/repos/staging-i686/90-linux.hook
(from rev 305256, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/staging-i686/PKGBUILD
(from rev 305256, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-i686/config.i686
(from rev 305256, linux-zen/trunk/config.i686)
  linux-zen/repos/staging-i686/config.x86_64
(from rev 305256, linux-zen/trunk/config.x86_64)
  linux-zen/repos/staging-i686/linux.install
(from rev 305256, linux-zen/trunk/linux.install)
  linux-zen/repos/staging-i686/linux.preset
(from rev 305256, linux-zen/trunk/linux.preset)
  linux-zen/repos/staging-x86_64/90-linux.hook
(from rev 305256, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 305256, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config.i686
(from rev 305256, linux-zen/trunk/config.i686)
  linux-zen/repos/staging-x86_64/config.x86_64
(from rev 305256, linux-zen/trunk/config.x86_64)
  linux-zen/repos/staging-x86_64/linux.install
(from rev 305256, linux-zen/trunk/linux.install)
  linux-zen/repos/staging-x86_64/linux.preset
(from rev 305256, linux-zen/trunk/linux.preset)
Deleted:
  linux-zen/repos/staging-i686/90-linux.hook
  linux-zen/repos/staging-i686/PKGBUILD
  linux-zen/repos/staging-i686/config.i686
  linux-zen/repos/staging-i686/config.x86_64
  linux-zen/repos/staging-i686/linux.install
  linux-zen/repos/staging-i686/linux.preset
  linux-zen/repos/staging-x86_64/90-linux.hook
  linux-zen/repos/staging-x86_64/PKGBUILD
  linux-zen/repos/staging-x86_64/config.i686
  linux-zen/repos/staging-x86_64/config.x86_64
  linux-zen/repos/staging-x86_64/linux.install
  linux-zen/repos/staging-x86_64/linux.preset

--+
 /90-linux.hook   |   22 
 /PKGBUILD|  492 +
 /config.i686 |16866 +
 /config.x86_64   |16360 +++
 /linux.install   |   54 
 /linux.preset|   28 
 staging-i686/90-linux.hook   |   11 
 staging-i686/PKGBUILD|  244 
 staging-i686/config.i686 | 8433 
 staging-i686/config.x86_64   | 8180 ---
 staging-i686/linux.install   |   27 
 staging-i686/linux.preset|   14 
 staging-x86_64/90-linux.hook |   11 
 staging-x86_64/PKGBUILD  |  244 
 staging-x86_64/config.i686   | 8433 
 staging-x86_64/config.x86_64 | 8180 ---
 staging-x86_64/linux.install |   27 
 staging-x86_64/linux.preset  |   14 
 18 files changed, 33822 insertions(+), 33818 deletions(-)

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


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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 21:48:12
  Author: heftig
Revision: 305256

4.13.1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 21:48:06 UTC (rev 305255)
+++ PKGBUILD2017-09-10 21:48:12 UTC (rev 305256)
@@ -5,8 +5,8 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.13
-pkgver=4.13
-pkgrel=2
+pkgver=4.13.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
 license=('GPL2')
@@ -14,8 +14,8 @@
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz;
 "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
 # the main kernel config files
 'config.i686' 'config.x86_64'
 # pacman hook for initramfs regeneration
@@ -25,6 +25,8 @@
 
 sha256sums=('2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c'
 'SKIP'
+'6664b089bdb6513b006bfe65c6fee45d38ddfe17f6ccc87a720e831d4c215b4d'
+'SKIP'
 '73278ee56c5d3855e67ff50caa77a7cb47fb29ebd8f9b7ca9ebee4e2d446529c'
 '1b9cbe1c25653d563515344a7c6cc9f79447ac9274fcf4de0007228e979b55dd'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
@@ -40,7 +42,7 @@
   cd ${_srcname}
 
   # add upstream patch
-  #patch -p1 -i ../patch-${pkgver}
+  patch -p1 -i ../patch-${pkgver}
 
   # security patches
 


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

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 21:48:06
  Author: heftig
Revision: 305255

4.13.1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 19:38:50 UTC (rev 305254)
+++ PKGBUILD2017-09-10 21:48:06 UTC (rev 305255)
@@ -6,9 +6,9 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.13
-_zenpatch=zen-4.13-e8987ea24eacd7c62395a72c56c009c790488c72.diff
-pkgver=4.13
-pkgrel=2
+_zenpatch=zen-4.13.1-2ce4f12c263fb44095950b05ad3b1015e5f7c3d1.diff
+pkgver=4.13.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
 license=('GPL2')
@@ -16,8 +16,8 @@
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz;
 "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
 "https://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.xz;
 "https://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.sign;
 # the main kernel config files
@@ -29,8 +29,10 @@
 
 sha256sums=('2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c'
 'SKIP'
-'49ab0ac9564afd2cf501598c586802b0e29e3075c6bd816fa5ea9870799ba65f'
+'6664b089bdb6513b006bfe65c6fee45d38ddfe17f6ccc87a720e831d4c215b4d'
 'SKIP'
+'cd137c0bbf1ea045f71323e91ce87d3e909b29362b804640dd460e0e83168781'
+'SKIP'
 'c97a5b80158d1b36b7bf07795dd94b6e07f30741e2abd069a25e0c78f0a4aab3'
 '110621a94ee620ed5eba1c43db1306cddb6b012ba079a6d0ebb7cba029b8afeb'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
@@ -47,7 +49,7 @@
   cd ${_srcname}
 
   # add upstream patch
-  #patch -p1 -i ../patch-${pkgver}
+  patch -p1 -i ../patch-${pkgver}
 
   # security patches
 


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

2017-09-10 Thread Anatol Pomozov
Date: Sunday, September 10, 2017 @ 21:35:41
  Author: anatolik
Revision: 256834

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

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

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

Copied: crystal/repos/community-staging-i686/PKGBUILD (from rev 256833, 
crystal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 21:35:41 UTC (rev 256834)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.23.1
+pkgrel=2
+_binary_rel=3
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libevent llvm-libs)
+makedepends=(libxml2 llvm)
+checkdepends=(libyaml libxml2 gmp inetutils git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz
+
llvm5.patch::https://github.com/crystal-lang/crystal/commit/3d48a9628d57cea739f30583fa6092aa9dd90be3.patch)
+source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
+source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
+sha256sums=('8cf1b9a4eab29fca2f779ea186ae18f7ce444ce189c621925fa1a0c61dd5ff55'
+'13af142a262a20c05076863bdffd881c9c96c754b8f48a89f35a8295ab83394c')
+sha256sums_i686=('268a39b8d37385ff60d113d4d9fc966472160faa1e3bbf7ae58860ab6678aceb')
+sha256sums_x86_64=('6a84cc866838ffa5250e28c3ce1a918a93f89c06393fe8cfd4068fcbbc66f3ab')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
+
+  patch -p1 < ../llvm5.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # We use --no-debug because it runs out of memory on i686 without it
+  # https://github.com/crystal-lang/crystal/issues/3787#issuecomment-281591985
+  make release=1 \
+   FLAGS="--release --no-debug" \
+   PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
+   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+   CRYSTAL_CONFIG_VERSION="$pkgver" \
+   CRYSTAL_CONFIG_PATH="lib:/usr/lib/crystal" \
+   CRYSTAL_CACHE_DIR="/tmp/crystal"
+  make doc CRYSTAL_CACHE_DIR="/tmp/crystal"
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  # disable tests as it fails with OOM at i686
+  true || make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+CRYSTAL_CONFIG_VERSION="$pkgver" \
+CRYSTAL_CACHE_DIR="/tmp/crystal" \
+PATH=".build:$PATH"
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # /usr/bin/crystalcompiled executable
+  # /usr/lib/crystal/   compiler src & core libs
+  # /usr/share/doc/crystal/api  api docs
+  # /usr/share/doc/crystal/samples/ samples
+
+  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
+
+  install -dm755 "$pkgdir/usr/lib"
+  cp -r src "$pkgdir/usr/lib/crystal"
+
+  install -dm755 "$pkgdir/usr/share/doc/crystal"
+  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
+  cp -r samples "$pkgdir/usr/share/doc/crystal/"
+
+  install -Dm644 etc/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/crystal"
+  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: crystal/repos/community-staging-x86_64/PKGBUILD (from rev 256833, 
crystal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-10 21:35:41 UTC (rev 256834)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.23.1
+pkgrel=2
+_binary_rel=3
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libevent llvm-libs)
+makedepends=(libxml2 llvm)
+checkdepends=(libyaml libxml2 gmp 

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

2017-09-10 Thread Anatol Pomozov
Date: Sunday, September 10, 2017 @ 21:34:56
  Author: anatolik
Revision: 256833

upgpkg: crystal 0.23.1-2

llvm5 rebuild

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 21:31:52 UTC (rev 256832)
+++ PKGBUILD2017-09-10 21:34:56 UTC (rev 256833)
@@ -4,7 +4,7 @@
 
 pkgname=crystal
 pkgver=0.23.1
-pkgrel=1
+pkgrel=2
 _binary_rel=3
 pkgdesc='The Crystal Programming Language'
 arch=(i686 x86_64)
@@ -17,10 +17,12 @@
 'libyaml: For YAML support'
 'gmp: For BigInt support'
 'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz
+
llvm5.patch::https://github.com/crystal-lang/crystal/commit/3d48a9628d57cea739f30583fa6092aa9dd90be3.patch)
 
source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
 
source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('8cf1b9a4eab29fca2f779ea186ae18f7ce444ce189c621925fa1a0c61dd5ff55')
+sha256sums=('8cf1b9a4eab29fca2f779ea186ae18f7ce444ce189c621925fa1a0c61dd5ff55'
+'13af142a262a20c05076863bdffd881c9c96c754b8f48a89f35a8295ab83394c')
 
sha256sums_i686=('268a39b8d37385ff60d113d4d9fc966472160faa1e3bbf7ae58860ab6678aceb')
 
sha256sums_x86_64=('6a84cc866838ffa5250e28c3ce1a918a93f89c06393fe8cfd4068fcbbc66f3ab')
 
@@ -27,6 +29,8 @@
 prepare() {
   cd $pkgname-$pkgver
   sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
+
+  patch -p1 < ../llvm5.patch
 }
 
 build() {


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

2017-09-10 Thread Christian Hesse
Date: Sunday, September 10, 2017 @ 21:22:08
  Author: eworm
Revision: 256831

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

Added:
  mupdf/repos/community-i686/0001-mupdf-openjpeg.patch
(from rev 256830, mupdf/trunk/0001-mupdf-openjpeg.patch)
  mupdf/repos/community-i686/PKGBUILD
(from rev 256830, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-i686/mupdf.desktop
(from rev 256830, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-i686/mupdf.xpm
(from rev 256830, mupdf/trunk/mupdf.xpm)
  mupdf/repos/community-x86_64/0001-mupdf-openjpeg.patch
(from rev 256830, mupdf/trunk/0001-mupdf-openjpeg.patch)
  mupdf/repos/community-x86_64/PKGBUILD
(from rev 256830, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-x86_64/mupdf.desktop
(from rev 256830, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-x86_64/mupdf.xpm
(from rev 256830, mupdf/trunk/mupdf.xpm)
Deleted:
  mupdf/repos/community-i686/0001-mupdf-openjpeg.patch
  mupdf/repos/community-i686/PKGBUILD
  mupdf/repos/community-i686/mupdf.desktop
  mupdf/repos/community-i686/mupdf.xpm
  mupdf/repos/community-x86_64/0001-mupdf-openjpeg.patch
  mupdf/repos/community-x86_64/PKGBUILD
  mupdf/repos/community-x86_64/mupdf.desktop
  mupdf/repos/community-x86_64/mupdf.xpm

+
 /0001-mupdf-openjpeg.patch |   70 +++
 /PKGBUILD  |  256 +++
 /mupdf.desktop |   30 +++
 community-i686/0001-mupdf-openjpeg.patch   |   35 ---
 community-i686/PKGBUILD|  128 -
 community-i686/mupdf.desktop   |   15 -
 community-x86_64/0001-mupdf-openjpeg.patch |   35 ---
 community-x86_64/PKGBUILD  |  128 -
 community-x86_64/mupdf.desktop |   15 -
 9 files changed, 356 insertions(+), 356 deletions(-)

Deleted: community-i686/0001-mupdf-openjpeg.patch
===
--- community-i686/0001-mupdf-openjpeg.patch2017-09-10 21:21:56 UTC (rev 
256830)
+++ community-i686/0001-mupdf-openjpeg.patch2017-09-10 21:22:08 UTC (rev 
256831)
@@ -1,35 +0,0 @@
-diff --git a/source/fitz/load-jpx.c b/source/fitz/load-jpx.c
-index d01de58..6ca3838 100644
 a/source/fitz/load-jpx.c
-+++ b/source/fitz/load-jpx.c
-@@ -444,14 +444,18 @@ fz_load_jpx_info(fz_context *ctx, unsigned char *data, 
size_t size, int *wp, int
- 
- #else /* HAVE_LURATECH */
- 
-+#ifdef __cplusplus
-+extern "C"
-+{
- #define OPJ_STATIC
- #define OPJ_HAVE_INTTYPES_H
- #if !defined(_WIN32) && !defined(_WIN64)
- #define OPJ_HAVE_STDINT_H
- #endif
-+#endif
- #define USE_JPIP
- 
--#include 
-+#include 
- 
- struct fz_jpxd_s
- {
-@@ -919,6 +923,10 @@ fz_load_jpx_info(fz_context *ctx, unsigned char *data, 
size_t size, int *wp, int
-   *yresp = state.yres;
- }
- 
-+#ifdef __cplusplus
-+}
-+#endif
-+
- #endif /* HAVE_LURATECH */
- 
- #else /* FZ_ENABLE_JPX */

Copied: mupdf/repos/community-i686/0001-mupdf-openjpeg.patch (from rev 256830, 
mupdf/trunk/0001-mupdf-openjpeg.patch)
===
--- community-i686/0001-mupdf-openjpeg.patch(rev 0)
+++ community-i686/0001-mupdf-openjpeg.patch2017-09-10 21:22:08 UTC (rev 
256831)
@@ -0,0 +1,35 @@
+diff --git a/source/fitz/load-jpx.c b/source/fitz/load-jpx.c
+index d01de58..6ca3838 100644
+--- a/source/fitz/load-jpx.c
 b/source/fitz/load-jpx.c
+@@ -444,14 +444,18 @@ fz_load_jpx_info(fz_context *ctx, unsigned char *data, 
size_t size, int *wp, int
+ 
+ #else /* HAVE_LURATECH */
+ 
++#ifdef __cplusplus
++extern "C"
++{
+ #define OPJ_STATIC
+ #define OPJ_HAVE_INTTYPES_H
+ #if !defined(_WIN32) && !defined(_WIN64)
+ #define OPJ_HAVE_STDINT_H
+ #endif
++#endif
+ #define USE_JPIP
+ 
+-#include 
++#include 
+ 
+ struct fz_jpxd_s
+ {
+@@ -919,6 +923,10 @@ fz_load_jpx_info(fz_context *ctx, unsigned char *data, 
size_t size, int *wp, int
+   *yresp = state.yres;
+ }
+ 
++#ifdef __cplusplus
++}
++#endif
++
+ #endif /* HAVE_LURATECH */
+ 
+ #else /* FZ_ENABLE_JPX */

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-10 21:21:56 UTC (rev 256830)
+++ community-i686/PKGBUILD 2017-09-10 21:22:08 UTC (rev 256831)
@@ -1,128 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Brad Fanella 
-# Contributor: Stefan Husmann 
-# Contributor: Pierre-Paul Paquin 
-# Contributor: xduugu
-
-pkgbase=mupdf
-pkgname=(libmupdf mupdf mupdf-gl mupdf-tools)
-pkgver=1.11
-pkgrel=3
-pkgdesc='Lightweight PDF and XPS viewer'
-arch=('i686' 'x86_64')
-url='http://mupdf.com'
-license=('AGPL3')
-makedepends=('curl' 'desktop-file-utils' 'freetype2' 'glfw' 

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

2017-09-10 Thread Christian Hesse
Date: Sunday, September 10, 2017 @ 21:21:56
  Author: eworm
Revision: 256830

upgpkg: mupdf 1.11-4

properly remove 3rd party libjpeg to link against system library (FS#55569)

Modified:
  mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 21:16:00 UTC (rev 256829)
+++ PKGBUILD2017-09-10 21:21:56 UTC (rev 256830)
@@ -9,7 +9,7 @@
 pkgbase=mupdf
 pkgname=(libmupdf mupdf mupdf-gl mupdf-tools)
 pkgver=1.11
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('i686' 'x86_64')
 url='http://mupdf.com'
@@ -31,7 +31,7 @@
   cd $pkgbase-${pkgver/_/}-source
 
   # remove bundled packages, we want our system libraries
-  rm -rf thirdparty/{curl,freetype,glfw,harfbuzz,jbig2dec,jpeg,openjpeg,zlib}
+  rm -rf 
thirdparty/{curl,freetype,glfw,harfbuzz,jbig2dec,libjpeg,openjpeg,zlib}
 
   # fix function for openjpeg 2.1.x
   patch -Np1 < "${srcdir}/0001-mupdf-openjpeg.patch"


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

2017-09-10 Thread Kyle Keen
Date: Sunday, September 10, 2017 @ 21:15:44
  Author: kkeen
Revision: 256828

upgpkg: cryptominisat5 5.0.1-2  boost 1.65.1

Modified:
  cryptominisat5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 21:13:08 UTC (rev 256827)
+++ PKGBUILD2017-09-10 21:15:44 UTC (rev 256828)
@@ -6,7 +6,7 @@
 
 pkgname=cryptominisat5
 pkgver=5.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern, multi-threaded, feature-rich, simplifying SAT solver"
 arch=('i686' 'x86_64')
 #url="https://www.msoos.org/2016/07/cryptominisat-5-0-0-released/;


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

2017-09-10 Thread Kyle Keen
Date: Sunday, September 10, 2017 @ 21:16:00
  Author: kkeen
Revision: 256829

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

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

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

Copied: cryptominisat5/repos/community-staging-i686/PKGBUILD (from rev 256828, 
cryptominisat5/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 21:16:00 UTC (rev 256829)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+# cms2 had a manpage, where did it go?
+# need to hack up the pythonpath and get the tests to run
+
+pkgname=cryptominisat5
+pkgver=5.0.1
+pkgrel=2
+pkgdesc="A modern, multi-threaded, feature-rich, simplifying SAT solver"
+arch=('i686' 'x86_64')
+#url="https://www.msoos.org/2016/07/cryptominisat-5-0-0-released/;
+url="https://github.com/msoos/cryptominisat/;
+license=('MIT')
+depends=('zlib' 'gcc-libs' 'boost-libs' 'intel-tbb')
+makedepends=('python2' 'boost' 'cmake' 'vim')
+# vim for xxd
+optdepends=('python2: python module')
+source=("cms5-$pkgver.tgz::https://github.com/msoos/cryptominisat/archive/$pkgver.tar.gz;)
+md5sums=('45203be947368de75b44cf734cbac1d7')
+
+# many fancy features requiring makedeps
+# intel-tbb, python2, m4ri, libmysqlclient, valgrind
+
+# todo, upstream python3 support
+
+prepare() {
+  cd cryptominisat-$pkgver
+  sed -i 's/python$/python2/' python/Makefile
+  sed -i 's/\(CRYPTOMINISAT4_EXECUTABLE\).*/\1 cryptominisat5\)/' *.cmake.in
+}
+
+build() {
+  cd cryptominisat-$pkgver
+  mkdir -p build
+  cd build
+  # options to play with:
+  # -DUSE_TBB -DUSE_ZLIB -DUSE_MYSQL
+  # NOMYSQL NOSTATS NOM4RI ENABLE_TESTING
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  -DNOM4RI=on -DNOMYSQL=on ../
+  make
+  cd pycryptosat
+  python2 setup.py build
+}
+
+check() {
+  return
+  python2 -c "from pycryptosat import Solver"
+  return
+  cd "$srcdir/cryptominisat-$pkgver/build/pycryptosat"
+  ln -s pycryptosat.so libcryptominisat5.so.5.0
+  cd "$srcdir/cryptominisat-$pkgver/python"
+  ln -s "$srcdir/cryptominisat-$pkgver/build/pycryptosat/pycryptosat.so" 
libcryptominisat5.so.5.0
+  PYTHONPATH=$PYTHONPATH:$srcdir/cryptominisat-$pkgver/build/pycryptosat 
python2 test_pycryptosat.py
+}
+
+package() {
+  cd cryptominisat-$pkgver
+  install -Dm644 LICENSE-SCALMC "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd build
+  make install DESTDIR="$pkgdir"
+  # todo, tweak the build tools to respect DESTDIR
+  cd pycryptosat
+  python2 setup.py install --record files.txt --root="${pkgdir}"
+}
+

Copied: cryptominisat5/repos/community-staging-x86_64/PKGBUILD (from rev 
256828, cryptominisat5/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-10 21:16:00 UTC (rev 256829)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+# cms2 had a manpage, where did it go?
+# need to hack up the pythonpath and get the tests to run
+
+pkgname=cryptominisat5
+pkgver=5.0.1
+pkgrel=2
+pkgdesc="A modern, multi-threaded, feature-rich, simplifying SAT solver"
+arch=('i686' 'x86_64')
+#url="https://www.msoos.org/2016/07/cryptominisat-5-0-0-released/;
+url="https://github.com/msoos/cryptominisat/;
+license=('MIT')
+depends=('zlib' 'gcc-libs' 'boost-libs' 'intel-tbb')
+makedepends=('python2' 'boost' 'cmake' 'vim')
+# vim for xxd
+optdepends=('python2: python module')
+source=("cms5-$pkgver.tgz::https://github.com/msoos/cryptominisat/archive/$pkgver.tar.gz;)
+md5sums=('45203be947368de75b44cf734cbac1d7')
+
+# many fancy features requiring makedeps
+# intel-tbb, python2, m4ri, libmysqlclient, valgrind
+
+# todo, upstream python3 support
+
+prepare() {
+  cd cryptominisat-$pkgver
+  sed -i 's/python$/python2/' python/Makefile
+  sed -i 's/\(CRYPTOMINISAT4_EXECUTABLE\).*/\1 cryptominisat5\)/' *.cmake.in
+}
+
+build() {
+  cd cryptominisat-$pkgver
+  mkdir -p build
+  cd build
+  # options to play with:
+  # -DUSE_TBB -DUSE_ZLIB -DUSE_MYSQL
+  # NOMYSQL NOSTATS NOM4RI ENABLE_TESTING
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  -DNOM4RI=on -DNOMYSQL=on ../
+  make
+  cd pycryptosat
+  python2 setup.py build
+}
+
+check() {
+  return
+  python2 -c "from pycryptosat import Solver"
+  return
+  cd "$srcdir/cryptominisat-$pkgver/build/pycryptosat"
+  ln -s 

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

2017-09-10 Thread Anatol Pomozov
Date: Sunday, September 10, 2017 @ 21:13:08
  Author: anatolik
Revision: 256827

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

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

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

Copied: pulseview/repos/community-staging-i686/PKGBUILD (from rev 256826, 
pulseview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 21:13:08 UTC (rev 256827)
@@ -0,0 +1,25 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.4.0
+pkgrel=2
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://sigrok.org/wiki/Main_Page'
+license=(GPL3)
+depends=(libsigrok libsigrokdecode qt5-base qt5-svg boost-libs)
+makedepends=(cmake boost)
+source=(http://sigrok.org/download/source/pulseview/pulseview-$pkgver.tar.gz)
+sha1sums=('6df7718faf02715fc5e0dad0136793cd4db6418b')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Copied: pulseview/repos/community-staging-x86_64/PKGBUILD (from rev 256826, 
pulseview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-10 21:13:08 UTC (rev 256827)
@@ -0,0 +1,25 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.4.0
+pkgrel=2
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://sigrok.org/wiki/Main_Page'
+license=(GPL3)
+depends=(libsigrok libsigrokdecode qt5-base qt5-svg boost-libs)
+makedepends=(cmake boost)
+source=(http://sigrok.org/download/source/pulseview/pulseview-$pkgver.tar.gz)
+sha1sums=('6df7718faf02715fc5e0dad0136793cd4db6418b')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2017-09-10 Thread Anatol Pomozov
Date: Sunday, September 10, 2017 @ 21:12:25
  Author: anatolik
Revision: 256826

upgpkg: pulseview 0.4.0-2

boost 1.65.1 rebuild

Modified:
  pulseview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 21:07:45 UTC (rev 256825)
+++ PKGBUILD2017-09-10 21:12:25 UTC (rev 256826)
@@ -3,7 +3,7 @@
 
 pkgname=pulseview
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A Qt based logic analyzer GUI for sigrok'
 arch=(i686 x86_64)
 url='http://sigrok.org/wiki/Main_Page'


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

2017-09-10 Thread Christian Hesse
Date: Sunday, September 10, 2017 @ 21:07:45
  Author: eworm
Revision: 256825

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

Added:
  nbd/repos/community-i686/PKGBUILD
(from rev 256824, nbd/trunk/PKGBUILD)
  nbd/repos/community-i686/config
(from rev 256824, nbd/trunk/config)
  nbd/repos/community-i686/nbd.service
(from rev 256824, nbd/trunk/nbd.service)
  nbd/repos/community-i686/sysusers_nbd.conf
(from rev 256824, nbd/trunk/sysusers_nbd.conf)
  nbd/repos/community-x86_64/PKGBUILD
(from rev 256824, nbd/trunk/PKGBUILD)
  nbd/repos/community-x86_64/config
(from rev 256824, nbd/trunk/config)
  nbd/repos/community-x86_64/nbd.service
(from rev 256824, nbd/trunk/nbd.service)
  nbd/repos/community-x86_64/sysusers_nbd.conf
(from rev 256824, nbd/trunk/sysusers_nbd.conf)
Deleted:
  nbd/repos/community-i686/PKGBUILD
  nbd/repos/community-i686/config
  nbd/repos/community-i686/nbd.service
  nbd/repos/community-i686/sysusers_nbd.conf
  nbd/repos/community-x86_64/PKGBUILD
  nbd/repos/community-x86_64/config
  nbd/repos/community-x86_64/nbd.service
  nbd/repos/community-x86_64/sysusers_nbd.conf

+
 /PKGBUILD  |  110 +++
 /config|   42 +
 /nbd.service   |   20 ++
 /sysusers_nbd.conf |2 
 community-i686/PKGBUILD|   55 -
 community-i686/config  |   21 --
 community-i686/nbd.service |   10 ---
 community-i686/sysusers_nbd.conf   |1 
 community-x86_64/PKGBUILD  |   55 -
 community-x86_64/config|   21 --
 community-x86_64/nbd.service   |   10 ---
 community-x86_64/sysusers_nbd.conf |1 
 12 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-10 21:07:36 UTC (rev 256824)
+++ community-i686/PKGBUILD 2017-09-10 21:07:45 UTC (rev 256825)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Ionut Biru 
-# Contributor: Gerhard Brauer 
-
-pkgname=nbd
-pkgver=3.15.3
-pkgrel=1
-pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
-arch=('i686' 'x86_64')
-url="http://nbd.sourceforge.net;
-license=('GPL')
-depends=('glib2' 'gnutls')
-backup=('etc/nbd-server/config')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz;
-   'config'
-   'nbd.service'
-   'sysusers_nbd.conf')
-sha256sums=('6888cd01efbd8e2377634c83c29c8a096b485f90f1185854651ed6b50f1c0056'
-'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
-'7f57d8764f9bf974ed407835467141ff54c9ed05471312a20437b398834c1f0c'
-'11bbab28111c519d043bd96934e16508fe1483c9741e781eea9b9544b111505d')
-
-build(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---enable-syslog
-
-  make
-}
-
-# checks still fail...
-#check() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#
-#  make check
-#}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 systemd/nbd@.service 
"${pkgdir}"/usr/lib/systemd/system/nbd@.service
-
-  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
-  install -D -m644 "${srcdir}"/nbd.service 
"${pkgdir}"/usr/lib/systemd/system/nbd.service
-  install -D -m644 "${srcdir}"/sysusers_nbd.conf 
"${pkgdir}"/usr/lib/sysusers.d/nbd.conf
-
-  install -D -m644 doc/README "${pkgdir}"/usr/share/doc/nbd/README
-}

Copied: nbd/repos/community-i686/PKGBUILD (from rev 256824, nbd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-10 21:07:45 UTC (rev 256825)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Ionut Biru 
+# Contributor: Gerhard Brauer 
+
+pkgname=nbd
+pkgver=3.15.3
+pkgrel=2
+pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
+arch=('i686' 'x86_64')
+url="http://nbd.sourceforge.net;
+license=('GPL')
+depends=('glib2' 'gnutls')
+backup=('etc/nbd-server/config')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz;
+   'config'
+   'nbd.service'
+   'sysusers_nbd.conf')
+sha256sums=('6888cd01efbd8e2377634c83c29c8a096b485f90f1185854651ed6b50f1c0056'
+'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
+

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

2017-09-10 Thread Christian Hesse
Date: Sunday, September 10, 2017 @ 21:07:36
  Author: eworm
Revision: 256824

upgpkg: nbd 3.15.3-2

rebuild with hardening toolchain

Modified:
  nbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 21:03:31 UTC (rev 256823)
+++ PKGBUILD2017-09-10 21:07:36 UTC (rev 256824)
@@ -6,7 +6,7 @@
 
 pkgname=nbd
 pkgver=3.15.3
-pkgrel=1
+pkgrel=2
 pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
 arch=('i686' 'x86_64')
 url="http://nbd.sourceforge.net;


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

2017-09-10 Thread Anatol Pomozov
Date: Sunday, September 10, 2017 @ 21:03:31
  Author: anatolik
Revision: 256823

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

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

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

Copied: pamixer/repos/community-staging-i686/PKGBUILD (from rev 256822, 
pamixer/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 21:03:31 UTC (rev 256823)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Clément Démoulins 
+
+pkgname=pamixer
+pkgver=1.3.1
+pkgrel=7
+pkgdesc='Pulseaudio command-line mixer like amixer'
+arch=(i686 x86_64)
+url='https://github.com/cdemoulins/pamixer'
+license=(GPL3)
+depends=(libpulse boost-libs)
+makedepends=(boost)
+source=(pamixer-$pkgver.tar.gz::https://github.com/cdemoulins/$pkgname/archive/$pkgver.tar.gz)
+sha1sums=('e3b94eef406afc80aaf5d9188d802e37dcb17bd3')
+
+build() {
+  cd pamixer-$pkgver
+  make
+}
+
+package() {
+  cd pamixer-$pkgver
+  install -D -m755 pamixer "$pkgdir"/usr/bin/pamixer
+}

Copied: pamixer/repos/community-staging-x86_64/PKGBUILD (from rev 256822, 
pamixer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-10 21:03:31 UTC (rev 256823)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Clément Démoulins 
+
+pkgname=pamixer
+pkgver=1.3.1
+pkgrel=7
+pkgdesc='Pulseaudio command-line mixer like amixer'
+arch=(i686 x86_64)
+url='https://github.com/cdemoulins/pamixer'
+license=(GPL3)
+depends=(libpulse boost-libs)
+makedepends=(boost)
+source=(pamixer-$pkgver.tar.gz::https://github.com/cdemoulins/$pkgname/archive/$pkgver.tar.gz)
+sha1sums=('e3b94eef406afc80aaf5d9188d802e37dcb17bd3')
+
+build() {
+  cd pamixer-$pkgver
+  make
+}
+
+package() {
+  cd pamixer-$pkgver
+  install -D -m755 pamixer "$pkgdir"/usr/bin/pamixer
+}


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

2017-09-10 Thread Anatol Pomozov
Date: Sunday, September 10, 2017 @ 21:02:46
  Author: anatolik
Revision: 256822

upgpkg: pamixer 1.3.1-7

boost 1.65.1 rebuild

Modified:
  pamixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 20:47:02 UTC (rev 256821)
+++ PKGBUILD2017-09-10 21:02:46 UTC (rev 256822)
@@ -4,7 +4,7 @@
 
 pkgname=pamixer
 pkgver=1.3.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Pulseaudio command-line mixer like amixer'
 arch=(i686 x86_64)
 url='https://github.com/cdemoulins/pamixer'


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

2017-09-10 Thread Sergej Pupykin
Date: Sunday, September 10, 2017 @ 20:47:02
  Author: spupykin
Revision: 256821

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

Added:
  psi-plus/repos/community-i686/PKGBUILD
(from rev 256820, psi-plus/trunk/PKGBUILD)
  psi-plus/repos/community-i686/conf.diff
(from rev 256820, psi-plus/trunk/conf.diff)
  psi-plus/repos/community-i686/join.patch
(from rev 256820, psi-plus/trunk/join.patch)
  psi-plus/repos/community-x86_64/PKGBUILD
(from rev 256820, psi-plus/trunk/PKGBUILD)
  psi-plus/repos/community-x86_64/conf.diff
(from rev 256820, psi-plus/trunk/conf.diff)
  psi-plus/repos/community-x86_64/join.patch
(from rev 256820, psi-plus/trunk/join.patch)
Deleted:
  psi-plus/repos/community-i686/PKGBUILD
  psi-plus/repos/community-i686/conf.diff
  psi-plus/repos/community-i686/join.patch
  psi-plus/repos/community-x86_64/PKGBUILD
  psi-plus/repos/community-x86_64/conf.diff
  psi-plus/repos/community-x86_64/join.patch

-+
 /PKGBUILD   |  106 ++
 /conf.diff  |   24 +
 /join.patch |   52 
 community-i686/PKGBUILD |   54 -
 community-i686/conf.diff|   12 
 community-i686/join.patch   |   26 --
 community-x86_64/PKGBUILD   |   54 -
 community-x86_64/conf.diff  |   12 
 community-x86_64/join.patch |   26 --
 9 files changed, 182 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-10 20:46:38 UTC (rev 256820)
+++ community-i686/PKGBUILD 2017-09-10 20:47:02 UTC (rev 256821)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname="psi-plus"
-pkgver=1.2.39
-pkgrel=1
-pkgdesc="Psi+ is a powerful Jabber client (Qt, C++) designed for the Jabber 
power users (built with Qt 5.x)"
-url="http://psi-plus.com;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('qt5-base' 'qt5-webkit' 'qt5-multimedia' 'qt5-x11extras' 'qca-qt5'
-'libidn' 'aspell' 'libxss' 'qt5-svg')
-makedepends=('git' 'patch' 'qconf')
-optdepends=('qca-gnupg: encrypted client-to-client connection')
-conflicts=('psi-plus-qt5-git' 'psi-plus-webkit-qt5-git' 'psi-plus-webkit-git' 
'psi-plus-git')
-source=("git://github.com/psi-plus/psi-plus-snapshots#tag=$pkgver"
-   "git://github.com/psi-plus/main.git#tag=${pkgver%.*}"
-   'conf.diff'
-   'join.patch')
-sha256sums=('SKIP'
-'SKIP'
-'690770c7c8976d536d8c4078d01c28f187f510574ddffe91251f5045fa672e53'
-'8b2ab645005fab4ca9c7fc84f57e94e1796309e780b535010b84eb0c191ad42c')
-
-prepare() {
-  cd psi-plus-snapshots
-  # make build date in --version output a bit more readable
-  #sed "s/MMdd/-MM-dd/" -i qcm/conf.qcm
-  mkdir -p iconsets
-  cp -r "$srcdir"/main/iconsets/* ./iconsets
-  echo "$pkgver ($(date +"%Y-%m-%d"))" >version
-  patch -p1 <"$srcdir"/join.patch
-}
-
-build() {
-  cd psi-plus-snapshots
-  qconf
-  patch -p0 < "$srcdir"/conf.diff
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib \
-  --disable-enchant \
-  --enable-whiteboarding
-  make
-  patch -Rp0 < "$srcdir"/conf.diff
-}
-
-package() {
-  cd psi-plus-snapshots
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm755 "$pkgdir/usr/include/psi-plus/plugins"
-  install -m644 src/plugins/include/*.h "$pkgdir/usr/include/psi-plus/plugins"
-}

Copied: psi-plus/repos/community-i686/PKGBUILD (from rev 256820, 
psi-plus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-10 20:47:02 UTC (rev 256821)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname="psi-plus"
+pkgver=1.2.71
+pkgrel=1
+pkgdesc="Psi+ is a powerful Jabber client (Qt, C++) designed for the Jabber 
power users (built with Qt 5.x)"
+url="http://psi-plus.com;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('qt5-base' 'qt5-webkit' 'qt5-multimedia' 'qt5-x11extras' 'qca-qt5'
+'libidn' 'aspell' 'libxss' 'qt5-svg')
+makedepends=('git' 'patch' 'qconf')
+conflicts=('psi-plus-qt5-git' 'psi-plus-webkit-qt5-git' 'psi-plus-webkit-git' 
'psi-plus-git')
+source=("git://github.com/psi-plus/psi-plus-snapshots#tag=$pkgver"
+   "git://github.com/psi-plus/main.git#tag=${pkgver%.*}"
+   'conf.diff'
+   'join.patch')
+sha256sums=('SKIP'
+'SKIP'
+'690770c7c8976d536d8c4078d01c28f187f510574ddffe91251f5045fa672e53'
+'8b2ab645005fab4ca9c7fc84f57e94e1796309e780b535010b84eb0c191ad42c')
+
+prepare() {
+  cd psi-plus-snapshots
+  # make build date in --version output a bit more readable
+  #sed "s/MMdd/-MM-dd/" -i qcm/conf.qcm
+  mkdir -p iconsets
+  cp -r "$srcdir"/main/iconsets/* 

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

2017-09-10 Thread Sergej Pupykin
Date: Sunday, September 10, 2017 @ 20:46:38
  Author: spupykin
Revision: 256820

upgpkg: psi-plus 1.2.71-1

Modified:
  psi-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 20:39:16 UTC (rev 256819)
+++ PKGBUILD2017-09-10 20:46:38 UTC (rev 256820)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname="psi-plus"
-pkgver=1.2.39
+pkgver=1.2.71
 pkgrel=1
 pkgdesc="Psi+ is a powerful Jabber client (Qt, C++) designed for the Jabber 
power users (built with Qt 5.x)"
 url="http://psi-plus.com;


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

2017-09-10 Thread Daniel Micay
Date: Sunday, September 10, 2017 @ 20:39:16
  Author: thestinger
Revision: 256819

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

Added:
  pdnsd/repos/community-i686/PKGBUILD
(from rev 256818, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-i686/pdnsd.install
(from rev 256818, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-i686/service
(from rev 256818, pdnsd/trunk/service)
  pdnsd/repos/community-x86_64/PKGBUILD
(from rev 256818, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-x86_64/pdnsd.install
(from rev 256818, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-x86_64/service
(from rev 256818, pdnsd/trunk/service)
Deleted:
  pdnsd/repos/community-i686/PKGBUILD
  pdnsd/repos/community-i686/pdnsd.install
  pdnsd/repos/community-i686/service
  pdnsd/repos/community-x86_64/PKGBUILD
  pdnsd/repos/community-x86_64/pdnsd.install
  pdnsd/repos/community-x86_64/service

+
 /PKGBUILD  |   80 +++
 /pdnsd.install |   50 
 /service   |   20 +
 community-i686/PKGBUILD|   37 --
 community-i686/pdnsd.install   |   25 
 community-i686/service |   10 
 community-x86_64/PKGBUILD  |   37 --
 community-x86_64/pdnsd.install |   25 
 community-x86_64/service   |   10 
 9 files changed, 150 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-10 20:38:30 UTC (rev 256818)
+++ community-i686/PKGBUILD 2017-09-10 20:39:16 UTC (rev 256819)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Henrik Nymann Jensen 
-
-pkgname=pdnsd
-pkgver=1.2.9.a
-_pkgver=${pkgver/.a/a}
-pkgrel=11
-pkgdesc="Proxy DNS server with permanent caching"
-arch=(i686 x86_64)
-url="http://members.home.nl/p.a.rombouts/pdnsd/;
-license=('GPL')
-depends=('glibc')
-install=${pkgname}.install
-source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
-   service)
-md5sums=('2f3e705d59a0f9308ad9504b24400769'
- '750dc2c8274a0de95670758c7c34fd21')
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
-
-  install -dm0755 "$pkgdir/usr/share/doc/pdnsd"
-  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf.sample"
-  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/usr/share/doc/pdnsd/pdnsd.conf"
-
-  chown -R 184:184 "$pkgdir/var/cache/pdnsd"
-}

Copied: pdnsd/repos/community-i686/PKGBUILD (from rev 256818, 
pdnsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-10 20:39:16 UTC (rev 256819)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Henrik Nymann Jensen 
+
+pkgname=pdnsd
+pkgver=1.2.9.a
+_pkgver=${pkgver/.a/a}
+pkgrel=12
+pkgdesc="Proxy DNS server with permanent caching"
+arch=(i686 x86_64)
+url="http://members.home.nl/p.a.rombouts/pdnsd/;
+license=('GPL')
+depends=('glibc')
+install=${pkgname}.install
+source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
+
http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz.asc
+   service)
+sha512sums=('4fde296642306aa986ddb7cad0b5991bcd397656d93ef4962706276848c7fa62c664a40198e807d029637f116e8000c237d98b91cbbfec5c08b134d8bb3adf81'
+'SKIP'
+
'ae278f8899f90ded9eaf814af620207b8a255149a12a1debe00cf9b60339153c6f81cb5c51b84af944f4d89f2f332481cf281a47dd4651e31e77302b21cb5e77')
+validpgpkeys=(21EC7442EE80FB0594E317612C4C1357A484EE22)
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
+
+  install -dm0755 "$pkgdir/usr/share/doc/pdnsd"
+  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf.sample"
+  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/usr/share/doc/pdnsd/pdnsd.conf"
+
+  chown -R 184:184 "$pkgdir/var/cache/pdnsd"
+}

Deleted: community-i686/pdnsd.install
===
--- community-i686/pdnsd.install2017-09-10 20:38:30 UTC (rev 256818)
+++ community-i686/pdnsd.install

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

2017-09-10 Thread Daniel Micay
Date: Sunday, September 10, 2017 @ 20:38:30
  Author: thestinger
Revision: 256818

upgpkg: pdnsd 1.2.9.a-12

rebuild to get full RELRO / PIE from the Arch toolchain changes

Modified:
  pdnsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 20:29:53 UTC (rev 256817)
+++ PKGBUILD2017-09-10 20:38:30 UTC (rev 256818)
@@ -6,7 +6,7 @@
 pkgname=pdnsd
 pkgver=1.2.9.a
 _pkgver=${pkgver/.a/a}
-pkgrel=11
+pkgrel=12
 pkgdesc="Proxy DNS server with permanent caching"
 arch=(i686 x86_64)
 url="http://members.home.nl/p.a.rombouts/pdnsd/;


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

2017-09-10 Thread Gaëtan Bisson
Date: Sunday, September 10, 2017 @ 20:29:53
  Author: bisson
Revision: 256817

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

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

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

Copied: hugin/repos/community-staging-i686/PKGBUILD (from rev 256816, 
hugin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 20:29:53 UTC (rev 256817)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2017.0.0
+pkgrel=4
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk2' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'glew'
+ 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2;)
+sha256sums=('86646ea27f32b959d38e7d36270703214b1ae961e379dd64b14d027139cd4609')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   install -d build
+   cd build
+   cmake .. \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes \
+   -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Copied: hugin/repos/community-staging-x86_64/PKGBUILD (from rev 256816, 
hugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-10 20:29:53 UTC (rev 256817)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2017.0.0
+pkgrel=4
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk2' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'glew'
+ 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2;)
+sha256sums=('86646ea27f32b959d38e7d36270703214b1ae961e379dd64b14d027139cd4609')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   install -d build
+   cd build
+   cmake .. \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes \
+   -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


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

2017-09-10 Thread Gaëtan Bisson
Date: Sunday, September 10, 2017 @ 20:29:08
  Author: bisson
Revision: 256816

rebuild for boost-1.65.1

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 20:14:42 UTC (rev 256815)
+++ PKGBUILD2017-09-10 20:29:08 UTC (rev 256816)
@@ -6,7 +6,7 @@
 
 pkgname=hugin
 pkgver=2017.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')


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

2017-09-10 Thread Dan Printzell
Date: Sunday, September 10, 2017 @ 20:14:42
  Author: wild
Revision: 256815

archrelease: copy trunk to community-x86_64

Added:
  dfmt/repos/community-x86_64/PKGBUILD
(from rev 256814, dfmt/trunk/PKGBUILD)
Deleted:
  dfmt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-10 20:14:21 UTC (rev 256814)
+++ PKGBUILD2017-09-10 20:14:42 UTC (rev 256815)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-
-pkgname=('dfmt')
-pkgver=0.5.0
-pkgrel=4
-_pkgcommit=fef85e388a41add75020675ab33ed7e55c3efe85
-pkgdesc="Dfmt is a formatter for D source code "
-arch=('i686' 'x86_64')
-url="https://github.com/dlang-community/dfmt;
-license=("BSL")
-groups=('dlang')
-makedepends=('dmd' 'git')
-depends=('libphobos')
-
-source=(
-   "git+https://github.com/dlang-community/dfmt#commit=$_pkgcommit;
-   "git+https://github.com/dlang-community/libdparse;
-)
-sha256sums=(
-   'SKIP'
-   'SKIP'
-)
-
-prepare() {
-   cd "$srcdir/dfmt"
-
-   git submodule init
-   git config submodule.libdparse.url "$srcdir/libdparse"
-   git submodule update
-}
-
-build() {
-   cd "$srcdir/dfmt"
-   make
-}
-
-package() {
-   # binaries
-   install -Dm755 "$srcdir/dfmt/bin/dfmt" "$pkgdir/usr/bin/dfmt"
-
-   # license
-   install -Dm644 "$srcdir/dfmt/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: dfmt/repos/community-x86_64/PKGBUILD (from rev 256814, 
dfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-10 20:14:42 UTC (rev 256815)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Dan Printzell 
+
+pkgname=('dfmt')
+pkgver=0.5.0
+pkgrel=4
+_pkgcommit=fef85e388a41add75020675ab33ed7e55c3efe85
+pkgdesc="Dfmt is a formatter for D source code"
+arch=('i686' 'x86_64')
+url="https://github.com/dlang-community/dfmt;
+license=("custom")
+groups=('dlang')
+makedepends=('dmd' 'git')
+depends=('libphobos')
+
+source=(
+   "git+https://github.com/dlang-community/dfmt#commit=$_pkgcommit;
+   "git+https://github.com/dlang-community/libdparse;
+)
+sha256sums=(
+   'SKIP'
+   'SKIP'
+)
+
+prepare() {
+   cd "$srcdir/dfmt"
+
+   git submodule init
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git submodule update
+}
+
+build() {
+   cd "$srcdir/dfmt"
+   make
+}
+
+package() {
+   # binaries
+   install -Dm755 "$srcdir/dfmt/bin/dfmt" "$pkgdir/usr/bin/dfmt"
+
+   # license
+   install -Dm644 "$srcdir/dfmt/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-09-10 Thread Dan Printzell
Date: Sunday, September 10, 2017 @ 20:14:21
  Author: wild
Revision: 256814

upgpkg: dfmt 0.5.0-4

Fixed license and pkgdesc mistakes

Modified:
  dfmt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 20:08:41 UTC (rev 256813)
+++ PKGBUILD2017-09-10 20:14:21 UTC (rev 256814)
@@ -5,10 +5,10 @@
 pkgver=0.5.0
 pkgrel=4
 _pkgcommit=fef85e388a41add75020675ab33ed7e55c3efe85
-pkgdesc="Dfmt is a formatter for D source code "
+pkgdesc="Dfmt is a formatter for D source code"
 arch=('i686' 'x86_64')
 url="https://github.com/dlang-community/dfmt;
-license=("BSL")
+license=("custom")
 groups=('dlang')
 makedepends=('dmd' 'git')
 depends=('libphobos')


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

2017-09-10 Thread Dan Printzell
Date: Sunday, September 10, 2017 @ 20:08:28
  Author: wild
Revision: 256812

upgpkg: dscanner 0.4.0-3

Bumped pkgrel because of AUR->community move

Modified:
  dscanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 19:57:33 UTC (rev 256811)
+++ PKGBUILD2017-09-10 20:08:28 UTC (rev 256812)
@@ -3,12 +3,12 @@
 
 pkgname=('dscanner')
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 _pkgcommit=87e42ae1941aeda81cc8e6c4343ab3c8d77036cd
 pkgdesc="Swiss-army knife for D source code"
 arch=('i686' 'x86_64')
 url="https://github.com/dlang-community/D-Scanner;
-license=("BSL")
+license=("custom")
 groups=('dlang')
 makedepends=('dmd' 'git')
 depends=('libphobos')
@@ -18,7 +18,7 @@
"git+https://github.com/dlang-community/libdparse;
"git+https://github.com/burner/inifiled;
"git+https://github.com/economicmodeling/containers;
-   "git+https://github.com/dlang-communityhttps://github.com/dlang-community/dsymbol;
"git+https://github.com/economicmodeling/libddoc;
 )
 sha256sums=(


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

2017-09-10 Thread Dan Printzell
Date: Sunday, September 10, 2017 @ 20:08:41
  Author: wild
Revision: 256813

archrelease: copy trunk to community-x86_64

Added:
  dscanner/repos/community-x86_64/
  dscanner/repos/community-x86_64/PKGBUILD
(from rev 256812, dscanner/trunk/PKGBUILD)

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

Copied: dscanner/repos/community-x86_64/PKGBUILD (from rev 256812, 
dscanner/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-10 20:08:41 UTC (rev 256813)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Dan Printzell 
+
+pkgname=('dscanner')
+pkgver=0.4.0
+pkgrel=3
+_pkgcommit=87e42ae1941aeda81cc8e6c4343ab3c8d77036cd
+pkgdesc="Swiss-army knife for D source code"
+arch=('i686' 'x86_64')
+url="https://github.com/dlang-community/D-Scanner;
+license=("custom")
+groups=('dlang')
+makedepends=('dmd' 'git')
+depends=('libphobos')
+
+source=(
+   "git+https://github.com/dlang-community/D-Scanner#commit=$_pkgcommit;
+   "git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/burner/inifiled;
+   "git+https://github.com/economicmodeling/containers;
+   "git+https://github.com/dlang-community/dsymbol;
+   "git+https://github.com/economicmodeling/libddoc;
+)
+sha256sums=(
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+)
+
+prepare() {
+   cd "$srcdir/D-Scanner"
+
+   git submodule init
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.inifiled.url "$srcdir/inifiled"
+   git config submodule.containers.url "$srcdir/containers"
+   git config submodule.dsymbol.url "$srcdir/dsymbol"
+   git config submodule.libddoc.url "$srcdir/libddoc"
+   git submodule update
+}
+
+build() {
+   cd "$srcdir/D-Scanner"
+   make
+}
+
+package() {
+   # binaries
+   install -Dm755 "$srcdir/D-Scanner/bin/dscanner" 
"$pkgdir/usr/bin/dscanner"
+
+   # license
+   install -Dm644 "$srcdir/D-Scanner/LICENSE_1_0.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (4 files)

2017-09-10 Thread Dan Printzell
Date: Sunday, September 10, 2017 @ 19:57:33
  Author: wild
Revision: 256811

Imported dscanner from AUR

Added:
  dscanner/
  dscanner/repos/
  dscanner/trunk/
  dscanner/trunk/PKGBUILD

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

Added: dscanner/trunk/PKGBUILD
===
--- dscanner/trunk/PKGBUILD (rev 0)
+++ dscanner/trunk/PKGBUILD 2017-09-10 19:57:33 UTC (rev 256811)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Dan Printzell 
+
+pkgname=('dscanner')
+pkgver=0.4.0
+pkgrel=2
+_pkgcommit=87e42ae1941aeda81cc8e6c4343ab3c8d77036cd
+pkgdesc="Swiss-army knife for D source code"
+arch=('i686' 'x86_64')
+url="https://github.com/dlang-community/D-Scanner;
+license=("BSL")
+groups=('dlang')
+makedepends=('dmd' 'git')
+depends=('libphobos')
+
+source=(
+   "git+https://github.com/dlang-community/D-Scanner#commit=$_pkgcommit;
+   "git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/burner/inifiled;
+   "git+https://github.com/economicmodeling/containers;
+   "git+https://github.com/dlang-communityhttps://github.com/economicmodeling/libddoc;
+)
+sha256sums=(
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+)
+
+prepare() {
+   cd "$srcdir/D-Scanner"
+
+   git submodule init
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.inifiled.url "$srcdir/inifiled"
+   git config submodule.containers.url "$srcdir/containers"
+   git config submodule.dsymbol.url "$srcdir/dsymbol"
+   git config submodule.libddoc.url "$srcdir/libddoc"
+   git submodule update
+}
+
+build() {
+   cd "$srcdir/D-Scanner"
+   make
+}
+
+package() {
+   # binaries
+   install -Dm755 "$srcdir/D-Scanner/bin/dscanner" 
"$pkgdir/usr/bin/dscanner"
+
+   # license
+   install -Dm644 "$srcdir/D-Scanner/LICENSE_1_0.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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


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

2017-09-10 Thread Dan Printzell
Date: Sunday, September 10, 2017 @ 19:56:03
  Author: wild
Revision: 256810

archrelease: copy trunk to community-x86_64

Added:
  dfmt/repos/community-x86_64/
  dfmt/repos/community-x86_64/PKGBUILD
(from rev 256809, dfmt/trunk/PKGBUILD)

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

Copied: dfmt/repos/community-x86_64/PKGBUILD (from rev 256809, 
dfmt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-10 19:56:03 UTC (rev 256810)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Dan Printzell 
+
+pkgname=('dfmt')
+pkgver=0.5.0
+pkgrel=4
+_pkgcommit=fef85e388a41add75020675ab33ed7e55c3efe85
+pkgdesc="Dfmt is a formatter for D source code "
+arch=('i686' 'x86_64')
+url="https://github.com/dlang-community/dfmt;
+license=("BSL")
+groups=('dlang')
+makedepends=('dmd' 'git')
+depends=('libphobos')
+
+source=(
+   "git+https://github.com/dlang-community/dfmt#commit=$_pkgcommit;
+   "git+https://github.com/dlang-community/libdparse;
+)
+sha256sums=(
+   'SKIP'
+   'SKIP'
+)
+
+prepare() {
+   cd "$srcdir/dfmt"
+
+   git submodule init
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git submodule update
+}
+
+build() {
+   cd "$srcdir/dfmt"
+   make
+}
+
+package() {
+   # binaries
+   install -Dm755 "$srcdir/dfmt/bin/dfmt" "$pkgdir/usr/bin/dfmt"
+
+   # license
+   install -Dm644 "$srcdir/dfmt/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-09-10 Thread Dan Printzell
Date: Sunday, September 10, 2017 @ 19:55:53
  Author: wild
Revision: 256809

upgpkg: dfmt 0.5.0-4

Bumped pkgrel because of AUR->community move

Modified:
  dfmt/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 19:52:22 UTC (rev 256808)
+++ PKGBUILD2017-09-10 19:55:53 UTC (rev 256809)
@@ -3,7 +3,7 @@
 
 pkgname=('dfmt')
 pkgver=0.5.0
-pkgrel=3
+pkgrel=4
 _pkgcommit=fef85e388a41add75020675ab33ed7e55c3efe85
 pkgdesc="Dfmt is a formatter for D source code "
 arch=('i686' 'x86_64')


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


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

2017-09-10 Thread Dan Printzell
Date: Sunday, September 10, 2017 @ 19:52:22
  Author: wild
Revision: 256808

Imported dfmt from AUR

Added:
  dfmt/
  dfmt/repos/
  dfmt/trunk/
  dfmt/trunk/PKGBUILD

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

Added: dfmt/trunk/PKGBUILD
===
--- dfmt/trunk/PKGBUILD (rev 0)
+++ dfmt/trunk/PKGBUILD 2017-09-10 19:52:22 UTC (rev 256808)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Dan Printzell 
+
+pkgname=('dfmt')
+pkgver=0.5.0
+pkgrel=3
+_pkgcommit=fef85e388a41add75020675ab33ed7e55c3efe85
+pkgdesc="Dfmt is a formatter for D source code "
+arch=('i686' 'x86_64')
+url="https://github.com/dlang-community/dfmt;
+license=("BSL")
+groups=('dlang')
+makedepends=('dmd' 'git')
+depends=('libphobos')
+
+source=(
+   "git+https://github.com/dlang-community/dfmt#commit=$_pkgcommit;
+   "git+https://github.com/dlang-community/libdparse;
+)
+sha256sums=(
+   'SKIP'
+   'SKIP'
+)
+
+prepare() {
+   cd "$srcdir/dfmt"
+
+   git submodule init
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git submodule update
+}
+
+build() {
+   cd "$srcdir/dfmt"
+   make
+}
+
+package() {
+   # binaries
+   install -Dm755 "$srcdir/dfmt/bin/dfmt" "$pkgdir/usr/bin/dfmt"
+
+   # license
+   install -Dm644 "$srcdir/dfmt/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-09-10 Thread Dan Printzell
Date: Sunday, September 10, 2017 @ 19:51:20
  Author: wild
Revision: 256807

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/
  dcd/repos/community-x86_64/PKGBUILD
(from rev 256806, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 256806, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 256806, dcd/trunk/dcd.service)

-+
 PKGBUILD|   72 ++
 dcd.conf|1 
 dcd.service |   13 ++
 3 files changed, 86 insertions(+)

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 256806, 
dcd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-10 19:51:20 UTC (rev 256807)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=('dcd')
+pkgver=0.9.1
+pkgrel=2
+_pkgcommit=9f4c6ddaf43544682de37d864d33b52e9648ca10
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('i686' 'x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('dmd' 'git')
+depends=('libphobos')
+
+source=(
+   "git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+   "git+https://github.com/msgpack/msgpack-d;
+   "git+https://github.com/economicmodeling/containers;
+   "git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/dlang-community/dsymbol;
+   "dcd.service"
+   "dcd.conf"
+)
+
+sha256sums=(
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
+   'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
+)
+
+prepare() {
+   cd "$srcdir/DCD"
+
+   git submodule init
+   git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+   git config submodule.containers.url "$srcdir/containers"
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.dsymbol.url "$srcdir/dsymbol"
+   git submodule update
+}
+
+build() {
+   cd "$srcdir/DCD"
+
+   make dmd
+}
+
+package() {
+   # binaries
+   install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
+   install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
+
+   # documentation
+   install -d "$pkgdir/usr/share/man/man1/"
+   find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
+
+   # license
+   install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   # systemd service
+   install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
+
+   # global config
+   install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
+}

Copied: dcd/repos/community-x86_64/dcd.conf (from rev 256806, 
dcd/trunk/dcd.conf)
===
--- community-x86_64/dcd.conf   (rev 0)
+++ community-x86_64/dcd.conf   2017-09-10 19:51:20 UTC (rev 256807)
@@ -0,0 +1 @@
+/usr/include/dlang/dmd

Copied: dcd/repos/community-x86_64/dcd.service (from rev 256806, 
dcd/trunk/dcd.service)
===
--- community-x86_64/dcd.service(rev 0)
+++ community-x86_64/dcd.service2017-09-10 19:51:20 UTC (rev 256807)
@@ -0,0 +1,13 @@
+[Unit]
+Description=DCD server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dcd-server
+ExecReload=/bin/kill $MAINPID
+KillMode=process
+Restart=always
+
+[Install]
+WantedBy=multi-user.target


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

2017-09-10 Thread Dan Printzell
Date: Sunday, September 10, 2017 @ 19:51:10
  Author: wild
Revision: 256806

upgpkg: dcd 0.9.1-2

Bumped pkgrel because of AUR->community move

Modified:
  dcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 19:41:23 UTC (rev 256805)
+++ PKGBUILD2017-09-10 19:51:10 UTC (rev 256806)
@@ -5,7 +5,7 @@
 
 pkgname=('dcd')
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 _pkgcommit=9f4c6ddaf43544682de37d864d33b52e9648ca10
 pkgdesc="D Completion Daemon: auto-complete for the D programming language"
 arch=('i686' 'x86_64')


[arch-commits] Commit in (6 files)

2017-09-10 Thread Dan Printzell
Date: Sunday, September 10, 2017 @ 19:41:23
  Author: wild
Revision: 256805

Imported dcd from AUR

Added:
  dcd/
  dcd/repos/
  dcd/trunk/
  dcd/trunk/PKGBUILD
  dcd/trunk/dcd.conf
  dcd/trunk/dcd.service

-+
 PKGBUILD|   72 ++
 dcd.conf|1 
 dcd.service |   13 ++
 3 files changed, 86 insertions(+)

Added: dcd/trunk/PKGBUILD
===
--- dcd/trunk/PKGBUILD  (rev 0)
+++ dcd/trunk/PKGBUILD  2017-09-10 19:41:23 UTC (rev 256805)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=('dcd')
+pkgver=0.9.1
+pkgrel=1
+_pkgcommit=9f4c6ddaf43544682de37d864d33b52e9648ca10
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('i686' 'x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('dmd' 'git')
+depends=('libphobos')
+
+source=(
+   "git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+   "git+https://github.com/msgpack/msgpack-d;
+   "git+https://github.com/economicmodeling/containers;
+   "git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/dlang-community/dsymbol;
+   "dcd.service"
+   "dcd.conf"
+)
+
+sha256sums=(
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
+   'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
+)
+
+prepare() {
+   cd "$srcdir/DCD"
+
+   git submodule init
+   git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+   git config submodule.containers.url "$srcdir/containers"
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.dsymbol.url "$srcdir/dsymbol"
+   git submodule update
+}
+
+build() {
+   cd "$srcdir/DCD"
+
+   make dmd
+}
+
+package() {
+   # binaries
+   install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
+   install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
+
+   # documentation
+   install -d "$pkgdir/usr/share/man/man1/"
+   find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
+
+   # license
+   install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   # systemd service
+   install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
+
+   # global config
+   install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
+}

Added: dcd/trunk/dcd.conf
===
--- dcd/trunk/dcd.conf  (rev 0)
+++ dcd/trunk/dcd.conf  2017-09-10 19:41:23 UTC (rev 256805)
@@ -0,0 +1 @@
+/usr/include/dlang/dmd

Added: dcd/trunk/dcd.service
===
--- dcd/trunk/dcd.service   (rev 0)
+++ dcd/trunk/dcd.service   2017-09-10 19:41:23 UTC (rev 256805)
@@ -0,0 +1,13 @@
+[Unit]
+Description=DCD server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dcd-server
+ExecReload=/bin/kill $MAINPID
+KillMode=process
+Restart=always
+
+[Install]
+WantedBy=multi-user.target


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

2017-09-10 Thread Bartłomiej Piotrowski
Date: Sunday, September 10, 2017 @ 19:38:50
  Author: bpiotrowski
Revision: 305254

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

Added:
  gcc/repos/core-i686/PKGBUILD
(from rev 305253, gcc/trunk/PKGBUILD)
  gcc/repos/core-i686/Revert-eeb6872bf.patch
(from rev 305253, gcc/trunk/Revert-eeb6872bf.patch)
  gcc/repos/core-i686/c89
(from rev 305253, gcc/trunk/c89)
  gcc/repos/core-i686/c99
(from rev 305253, gcc/trunk/c99)
  gcc/repos/core-x86_64/PKGBUILD
(from rev 305253, gcc/trunk/PKGBUILD)
  gcc/repos/core-x86_64/Revert-eeb6872bf.patch
(from rev 305253, gcc/trunk/Revert-eeb6872bf.patch)
  gcc/repos/core-x86_64/c89
(from rev 305253, gcc/trunk/c89)
  gcc/repos/core-x86_64/c99
(from rev 305253, gcc/trunk/c99)
Deleted:
  gcc/repos/core-i686/PKGBUILD
  gcc/repos/core-i686/Revert-eeb6872bf.patch
  gcc/repos/core-i686/c89
  gcc/repos/core-i686/c99
  gcc/repos/core-x86_64/PKGBUILD
  gcc/repos/core-x86_64/Revert-eeb6872bf.patch
  gcc/repos/core-x86_64/c89
  gcc/repos/core-x86_64/c99

+
 /PKGBUILD  |  602 +++
 /Revert-eeb6872bf.patch|  164 +
 /c89   |   20 +
 /c99   |   20 +
 core-i686/PKGBUILD |  300 -
 core-i686/Revert-eeb6872bf.patch   |   82 
 core-i686/c89  |   10 
 core-i686/c99  |   10 
 core-x86_64/PKGBUILD   |  300 -
 core-x86_64/Revert-eeb6872bf.patch |   82 
 core-x86_64/c89|   10 
 core-x86_64/c99|   10 
 12 files changed, 806 insertions(+), 804 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2017-09-10 16:44:34 UTC (rev 305253)
+++ core-i686/PKGBUILD  2017-09-10 19:38:50 UTC (rev 305254)
@@ -1,300 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-
-# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
-# NOTE: libtool requires rebuilt with each new gcc version
-
-pkgname=(gcc gcc-libs gcc-fortran gcc-objc gcc-ada gcc-go)
-pkgver=7.2.0
-_pkgver=${pkgver:0:1}
-_islver=0.18
-pkgrel=2
-pkgdesc='The GNU Compiler Collection'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL custom)
-url='http://gcc.gnu.org'
-makedepends=(binutils libmpc gcc-ada doxygen git)
-checkdepends=(dejagnu inetutils)
-options=(!emptydirs)
-_commit=1bd23ca8c30f4827c4bea23deedf7ca33a86ffb5
-source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit}
-http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
-c89 c99
-Revert-eeb6872bf.patch)
-md5sums=('SKIP'
- '11436d6b205e516635b666090b94ab32'
- '3d333df77302ed89e06a4a8539943b7d'
- 'da96f545b863e57c6ab2598c1ea9a740'
- 'e4c9c8b498b04c0f51d219d025ca8407')
-
-_libdir=usr/lib/gcc/$CHOST/$pkgver
-
-prepare() {
-  cd gcc
-
-  # link isl for in-tree build
-  ln -s ../isl-${_islver} isl
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  # Arch Linux installs x86_64 libraries /lib
-  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
-
-  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80717
-  git apply ../Revert-eeb6872bf.patch
-
-  mkdir -p "$srcdir/gcc-build"
-}
-
-build() {
-  cd gcc-build
-
-  # using -pipe causes spurious test-suite failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  CFLAGS=${CFLAGS/-pipe/}
-  CXXFLAGS=${CXXFLAGS/-pipe/}
-
-  "$srcdir/gcc/configure" --prefix=/usr \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
-  --enable-shared \
-  --enable-threads=posix \
-  --enable-libmpx \
-  --with-system-zlib \
-  --with-isl \
-  --enable-__cxa_atexit \
-  --disable-libunwind-exceptions \
-  --enable-clocale=gnu \
-  --disable-libstdcxx-pch \
-  --disable-libssp \
-  --enable-gnu-unique-object \
-  --enable-linker-build-id \
-  --enable-lto \
-  --enable-plugin \
-  --enable-install-libiberty \
-  --with-linker-hash-style=gnu \
-  --enable-gnu-indirect-function \
-  --disable-multilib \
-  --disable-werror \
-  --enable-checking=release \
-  --enable-default-pie \
-  --enable-default-ssp
-
-  make
-
-  # make documentation
-  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
-}
-
-check() {
-  cd gcc-build
-
-  # increase stack size to prevent test failures
-  # 

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

2017-09-10 Thread Dan Printzell
Date: Sunday, September 10, 2017 @ 19:31:45
  Author: wild
Revision: 256804

archrelease: copy trunk to community-x86_64

Added:
  dub/repos/community-x86_64/
  dub/repos/community-x86_64/PKGBUILD
(from rev 256803, dub/trunk/PKGBUILD)

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

Copied: dub/repos/community-x86_64/PKGBUILD (from rev 256803, 
dub/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-10 19:31:45 UTC (rev 256804)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Mihails Strasuns 
+# Contributor: Moritz Maxeiner 
+
+pkgname=('dub')
+pkgver=1.5.0
+pkgrel=2
+pkgdesc="Developer package manager for D programming language"
+arch=('i686' 'x86_64')
+url="https://github.com/D-Programming-Language/dub;
+license=('MIT')
+groups=('dlang')
+makedepends=('dmd')
+depends=('libphobos' 'curl')
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
+sha512sums=('cc23c177a2fff94119e8abc0b9d3812027badd98c4d30903e75c348318ae790b98fb435540860b9beb6923fe0a4d70b80f572cda343b4b5a0f513755b484baf2')
+
+build() {
+   DC=dmd
+   cd "$pkgname-$pkgver"
+
+   echo Generating version file...
+   echo "module dub.version_;" > source/dub/version_.d
+   echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d
+
+   $DC -ofbin/dub -w -O -g -version=DubUseCurl -Isource -L-lcurl 
@build-files.txt
+}
+
+package() {
+   # binaries
+   install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
+
+   # license
+   install -Dm644 "$pkgname-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   # bash completion
+   install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"
+}


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

2017-09-10 Thread Dan Printzell
Date: Sunday, September 10, 2017 @ 19:31:28
  Author: wild
Revision: 256803

upgpkg: dub 1.5.0-2

Bumped pkgrel because of AUR->community move

Modified:
  dub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 19:28:54 UTC (rev 256802)
+++ PKGBUILD2017-09-10 19:31:28 UTC (rev 256803)
@@ -5,7 +5,7 @@
 
 pkgname=('dub')
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Developer package manager for D programming language"
 arch=('i686' 'x86_64')
 url="https://github.com/D-Programming-Language/dub;


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

2017-09-10 Thread Dan Printzell
Date: Sunday, September 10, 2017 @ 19:28:54
  Author: wild
Revision: 256802

Imported dub package from AUR

Added:
  dub/
  dub/repos/
  dub/trunk/
  dub/trunk/PKGBUILD

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

Added: dub/trunk/PKGBUILD
===
--- dub/trunk/PKGBUILD  (rev 0)
+++ dub/trunk/PKGBUILD  2017-09-10 19:28:54 UTC (rev 256802)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Mihails Strasuns 
+# Contributor: Moritz Maxeiner 
+
+pkgname=('dub')
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Developer package manager for D programming language"
+arch=('i686' 'x86_64')
+url="https://github.com/D-Programming-Language/dub;
+license=('MIT')
+groups=('dlang')
+makedepends=('dmd')
+depends=('libphobos' 'curl')
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
+sha512sums=('cc23c177a2fff94119e8abc0b9d3812027badd98c4d30903e75c348318ae790b98fb435540860b9beb6923fe0a4d70b80f572cda343b4b5a0f513755b484baf2')
+
+build() {
+   DC=dmd
+   cd "$pkgname-$pkgver"
+
+   echo Generating version file...
+   echo "module dub.version_;" > source/dub/version_.d
+   echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d
+
+   $DC -ofbin/dub -w -O -g -version=DubUseCurl -Isource -L-lcurl 
@build-files.txt
+}
+
+package() {
+   # binaries
+   install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
+
+   # license
+   install -Dm644 "$pkgname-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   # bash completion
+   install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"
+}


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


[arch-commits] Commit in linux-hardened/repos/community-x86_64 (10 files)

2017-09-10 Thread Daniel Micay
Date: Sunday, September 10, 2017 @ 19:13:23
  Author: thestinger
Revision: 256801

archrelease: copy trunk to community-x86_64

Added:
  linux-hardened/repos/community-x86_64/90-linux.hook
(from rev 256800, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/community-x86_64/PKGBUILD
(from rev 256800, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/community-x86_64/config.x86_64
(from rev 256800, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/community-x86_64/linux.install
(from rev 256800, linux-hardened/trunk/linux.install)
  linux-hardened/repos/community-x86_64/linux.preset
(from rev 256800, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/community-x86_64/90-linux.hook
  linux-hardened/repos/community-x86_64/PKGBUILD
  linux-hardened/repos/community-x86_64/config.x86_64
  linux-hardened/repos/community-x86_64/linux.install
  linux-hardened/repos/community-x86_64/linux.preset

---+
 90-linux.hook |   22 
 PKGBUILD  |  588 -
 config.x86_64 |16816 
 linux.install |   54 
 linux.preset  |   28 
 5 files changed, 8755 insertions(+), 8753 deletions(-)

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


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

2017-09-10 Thread Daniel Micay
Date: Sunday, September 10, 2017 @ 19:12:48
  Author: thestinger
Revision: 256800

upgpkg: linux-hardened 4.13.1.a-1

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 18:50:48 UTC (rev 256799)
+++ PKGBUILD2017-09-10 19:12:48 UTC (rev 256800)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.13
-_pkgver=4.13
+_pkgver=4.13.1
 pkgver=$_pkgver.a
 pkgrel=1
 arch=('x86_64')
@@ -15,8 +15,8 @@
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz;
 "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${_pkgver}.xz;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${_pkgver}.sign;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${_pkgver}.xz;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${_pkgver}.sign;
 
"https://github.com/thestinger/$pkgbase/releases/download/$pkgver/$pkgbase-$pkgver.patch;
 
"https://github.com/thestinger/$pkgbase/releases/download/$pkgver/$pkgbase-$pkgver.patch.sig;
 # the main kernel config files
@@ -29,6 +29,8 @@
 
 sha256sums=('2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c'
 'SKIP'
+'6664b089bdb6513b006bfe65c6fee45d38ddfe17f6ccc87a720e831d4c215b4d'
+'SKIP'
 '42d181ebda0a5b4384b0223a0c969259339749b51dbd512298d6735088101f1b'
 'SKIP'
 '3cc60ac3acd9bd1a68a050bb6c06b4729383988ce61fd7f8a4b692db93e94710'
@@ -46,7 +48,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  #patch -p1 -i "${srcdir}/patch-${_pkgver}"
+  patch -p1 -i "${srcdir}/patch-${_pkgver}"
 
   # security patches
 


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

2017-09-10 Thread Jaroslav Lichtblau
Date: Sunday, September 10, 2017 @ 18:50:48
  Author: jlichtblau
Revision: 256799

archrelease: copy trunk to community-any

Added:
  translate-toolkit/repos/community-any/PKGBUILD
(from rev 256798, translate-toolkit/trunk/PKGBUILD)
Deleted:
  translate-toolkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-10 18:50:36 UTC (rev 256798)
+++ PKGBUILD2017-09-10 18:50:48 UTC (rev 256799)
@@ -1,25 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Hugo Doria 
-
-pkgname=translate-toolkit
-pkgver=2.2.4
-pkgrel=1
-pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
-arch=('any')
-url="http://toolkit.translatehouse.org/;
-license=('GPL')
-depends=('bash' 'python-lxml' 'python-six')
-makedepends=('python-setuptools')
-optdepends=('python-iniparse: for ini2po'
-'gaupol: for po2sub')
-source=("https://github.com/translate/translate/releases/download/$pkgver/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('4ff21c47bf16e0855b913246ae397a58')
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  python -s setup.py install --root="${pkgdir}" --optimize=1
-  python -m compileall "${pkgdir}"/usr/lib/python3.6/site-packages/translate
-}

Copied: translate-toolkit/repos/community-any/PKGBUILD (from rev 256798, 
translate-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-10 18:50:48 UTC (rev 256799)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: Hugo Doria 
+
+pkgname=translate-toolkit
+pkgver=2.2.5
+pkgrel=1
+pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
+arch=('any')
+url="http://toolkit.translatehouse.org/;
+license=('GPL')
+depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch')
+makedepends=('python-setuptools')
+optdepends=('python-iniparse: for ini2po'
+'gaupol: for po2sub'
+'python-chardet: encoding detector'
+'python-levenshtein: faster matching')
+source=(https://github.com/translate/translate/releases/download/$pkgver/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('acaadb70c386795b3ea15605ddf57da6e29fae58a026b18988c04f44e2f58415')
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  python -s setup.py install --root="${pkgdir}" --optimize=1
+  python -m compileall "${pkgdir}"/usr/lib/python3.6/site-packages/translate
+}


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

2017-09-10 Thread Jaroslav Lichtblau
Date: Sunday, September 10, 2017 @ 18:50:36
  Author: jlichtblau
Revision: 256798

upgpkg: translate-toolkit 2.2.5-1 - new upstream release
Fixed FS#52941, FS#53486, FS#52943

Modified:
  translate-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 18:45:50 UTC (rev 256797)
+++ PKGBUILD2017-09-10 18:50:36 UTC (rev 256798)
@@ -1,24 +1,27 @@
+# $Id$
 # Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
 # Contributor: Hugo Doria 
 
 pkgname=translate-toolkit
-pkgver=2.2.4
+pkgver=2.2.5
 pkgrel=1
 pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
 arch=('any')
 url="http://toolkit.translatehouse.org/;
 license=('GPL')
-depends=('bash' 'python-lxml' 'python-six')
+depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch')
 makedepends=('python-setuptools')
 optdepends=('python-iniparse: for ini2po'
-'gaupol: for po2sub')
-source=("https://github.com/translate/translate/releases/download/$pkgver/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('4ff21c47bf16e0855b913246ae397a58')
+'gaupol: for po2sub'
+'python-chardet: encoding detector'
+'python-levenshtein: faster matching')
+source=(https://github.com/translate/translate/releases/download/$pkgver/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('acaadb70c386795b3ea15605ddf57da6e29fae58a026b18988c04f44e2f58415')
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd "${srcdir}"/${pkgname}-${pkgver}
 
   python -s setup.py install --root="${pkgdir}" --optimize=1
   python -m compileall "${pkgdir}"/usr/lib/python3.6/site-packages/translate


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

2017-09-10 Thread Jelle van der Waa
Date: Sunday, September 10, 2017 @ 18:45:50
  Author: jelle
Revision: 256797

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

Added:
  python2-tagpy/repos/community-staging-i686/
  python2-tagpy/repos/community-staging-i686/PKGBUILD
(from rev 256796, python2-tagpy/trunk/PKGBUILD)
  python2-tagpy/repos/community-staging-x86_64/
  python2-tagpy/repos/community-staging-x86_64/PKGBUILD
(from rev 256796, python2-tagpy/trunk/PKGBUILD)

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

Copied: python2-tagpy/repos/community-staging-i686/PKGBUILD (from rev 256796, 
python2-tagpy/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 18:45:50 UTC (rev 256797)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Callan Barrett 
+# Contributor: Scott Horowitz 
+
+pkgname=python2-tagpy
+pkgver=2013.1
+pkgrel=12
+pkgdesc='Python bindings for TagLib'
+arch=('x86_64' 'i686')
+url='http://pypi.python.org/pypi/tagpy'
+license=('MIT')
+depends=('python2' 'taglib' 'boost-libs')
+makedepends=('python2-setuptools' 'boost')
+replaces=('tagpy')
+conflicts=('tagpy')
+source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz;)
+sha256sums=('80481c78ce34878e7a1f3231acd781a3bf1b0b569c70ce0e8d63af58061152f4')
+
+prepare() {
+  cd "tagpy-$pkgver"
+
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find . -name '*.py') 
+}
+
+build() {
+  cd "tagpy-$pkgver"
+
+  ./configure.py \
+--taglib-lib-dir=/usr/lib/ \
+--taglib-inc-dir=/usr/include/taglib/ \
+--boost-inc-dir=/usr/include/boost/ \
+--boost-lib-dir=/usr/lib/ \
+--boost-python-libname=boost_python
+  python2 setup.py build
+}
+
+check(){
+  cd "tagpy-$pkgver"
+
+  python2 setup.py test
+}
+
+package(){
+  cd "tagpy-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python2-tagpy/repos/community-staging-x86_64/PKGBUILD (from rev 256796, 
python2-tagpy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-10 18:45:50 UTC (rev 256797)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Callan Barrett 
+# Contributor: Scott Horowitz 
+
+pkgname=python2-tagpy
+pkgver=2013.1
+pkgrel=12
+pkgdesc='Python bindings for TagLib'
+arch=('x86_64' 'i686')
+url='http://pypi.python.org/pypi/tagpy'
+license=('MIT')
+depends=('python2' 'taglib' 'boost-libs')
+makedepends=('python2-setuptools' 'boost')
+replaces=('tagpy')
+conflicts=('tagpy')
+source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz;)
+sha256sums=('80481c78ce34878e7a1f3231acd781a3bf1b0b569c70ce0e8d63af58061152f4')
+
+prepare() {
+  cd "tagpy-$pkgver"
+
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find . -name '*.py') 
+}
+
+build() {
+  cd "tagpy-$pkgver"
+
+  ./configure.py \
+--taglib-lib-dir=/usr/lib/ \
+--taglib-inc-dir=/usr/include/taglib/ \
+--boost-inc-dir=/usr/include/boost/ \
+--boost-lib-dir=/usr/lib/ \
+--boost-python-libname=boost_python
+  python2 setup.py build
+}
+
+check(){
+  cd "tagpy-$pkgver"
+
+  python2 setup.py test
+}
+
+package(){
+  cd "tagpy-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-10 Thread Jelle van der Waa
Date: Sunday, September 10, 2017 @ 18:45:36
  Author: jelle
Revision: 256796

upgpkg: python2-tagpy 2013.1-12

boost 1.65.1 rebuild

Modified:
  python2-tagpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 18:09:34 UTC (rev 256795)
+++ PKGBUILD2017-09-10 18:45:36 UTC (rev 256796)
@@ -6,7 +6,7 @@
 
 pkgname=python2-tagpy
 pkgver=2013.1
-pkgrel=11
+pkgrel=12
 pkgdesc='Python bindings for TagLib'
 arch=('x86_64' 'i686')
 url='http://pypi.python.org/pypi/tagpy'


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

2017-09-10 Thread Florian Pritz
Date: Sunday, September 10, 2017 @ 18:09:27
  Author: bluewind
Revision: 256794

upgpkg: inxi 2.3.38-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 17:08:29 UTC (rev 256793)
+++ PKGBUILD2017-09-10 18:09:27 UTC (rev 256794)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Florian Pritz 
 pkgname=inxi
-pkgver=2.3.28
+pkgver=2.3.38
 pkgrel=1
 pkgdesc="script to get system information"
 arch=('any')
@@ -25,7 +25,7 @@
   "xorg-xrandr: inxi -G single screen resolution"
 )
 
source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('745570b6fbb5cd7cbda47f3992a1900c')
+md5sums=('d104c307bf9d3ae4b49da3668d9a8ee9')
 
 package() {
   cd "$srcdir"


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

2017-09-10 Thread Florian Pritz
Date: Sunday, September 10, 2017 @ 18:09:34
  Author: bluewind
Revision: 256795

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 256794, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 256794, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   72 ++---
 upgpkg   |8 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-10 18:09:27 UTC (rev 256794)
+++ PKGBUILD2017-09-10 18:09:34 UTC (rev 256795)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-pkgname=inxi
-pkgver=2.3.28
-pkgrel=1
-pkgdesc="script to get system information"
-arch=('any')
-url="http://inxi.org;
-license=('GPL')
-depends=(coreutils gawk grep pciutils procps-ng sed)
-optdepends=(
-  "dmidecode: inxi -M if no sys machine data"
-  "file: inxi -o unmounted file system"
-  "hddtemp: inxi -Dx show hdd temp"
-  "net-tools: inxi -i ip lan-deprecated"
-  "iproute2: inxi -i ip lan"
-  "lm_sensors: inxi -s sensors output"
-  "usbutils: inxi -A usb audio;-N usb networking"
-  "kmod: inxi -Ax,-Nx module version"
-  "systemd-sysvcompat: inxi -I runlevel"
-  "sudo: inxi -Dx hddtemp-user;-o file-user"
-  "mesa-demos: inxi -G glx info"
-  "xorg-xdpyinfo: inxi -G multi screen resolution"
-  "xorg-xprop: inxi -S desktop data"
-  "xorg-xrandr: inxi -G single screen resolution"
-)
-source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('745570b6fbb5cd7cbda47f3992a1900c')
-
-package() {
-  cd "$srcdir"
-  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
-  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 256794, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-10 18:09:34 UTC (rev 256795)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Florian Pritz 
+pkgname=inxi
+pkgver=2.3.38
+pkgrel=1
+pkgdesc="script to get system information"
+arch=('any')
+url="http://inxi.org;
+license=('GPL')
+depends=(coreutils gawk grep pciutils procps-ng sed)
+optdepends=(
+  "dmidecode: inxi -M if no sys machine data"
+  "file: inxi -o unmounted file system"
+  "hddtemp: inxi -Dx show hdd temp"
+  "net-tools: inxi -i ip lan-deprecated"
+  "iproute2: inxi -i ip lan"
+  "lm_sensors: inxi -s sensors output"
+  "usbutils: inxi -A usb audio;-N usb networking"
+  "kmod: inxi -Ax,-Nx module version"
+  "systemd-sysvcompat: inxi -I runlevel"
+  "sudo: inxi -Dx hddtemp-user;-o file-user"
+  "mesa-demos: inxi -G glx info"
+  "xorg-xdpyinfo: inxi -G multi screen resolution"
+  "xorg-xprop: inxi -S desktop data"
+  "xorg-xrandr: inxi -G single screen resolution"
+)
+source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('d104c307bf9d3ae4b49da3668d9a8ee9')
+
+package() {
+  cd "$srcdir"
+  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
+  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2017-09-10 18:09:27 UTC (rev 256794)
+++ upgpkg  2017-09-10 18:09:34 UTC (rev 256795)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget https://github.com/smxi/inxi/raw/master/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz orion.archlinux.org:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 256794, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2017-09-10 18:09:34 UTC (rev 256795)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget https://github.com/smxi/inxi/raw/master/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz orion.archlinux.org:/srv/ftp/other/community/inxi
+}


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

2017-09-10 Thread Antonio Rojas
Date: Sunday, September 10, 2017 @ 17:08:29
  Author: arojas
Revision: 256793

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-10 17:07:55 UTC (rev 256792)
+++ community-i686/PKGBUILD 2017-09-10 17:08:29 UTC (rev 256793)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.3.3.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=('i686' 'x86_64')
-url="http://displaycal.net/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools')
-depends=('argyllcms' 'wxpython' 'python2-numpy')
-optdepends=('gksu: For running as root')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('0711945404e5811bd23ae2bbb7b662e2')
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: displaycal/repos/community-i686/PKGBUILD (from rev 256792, 
displaycal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-10 17:08:29 UTC (rev 256793)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+_pkgname=DisplayCAL
+pkgname=displaycal
+pkgver=3.3.4.0
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
+arch=('i686' 'x86_64')
+url="http://displaycal.net/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools')
+depends=('argyllcms' 'wxpython' 'python2-numpy')
+optdepends=('gksu: For running as root')
+replaces=('dispcalgui')
+conflicts=('dispcalgui')
+source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('90e6b5c559572d01a0169678ccdfd189')
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  #udev rules are shipped with argyllcms
+  rm -rf "${pkgdir}"/etc/udev/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-10 17:07:55 UTC (rev 256792)
+++ community-x86_64/PKGBUILD   2017-09-10 17:08:29 UTC (rev 256793)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.3.3.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=('i686' 'x86_64')
-url="http://displaycal.net/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools')
-depends=('argyllcms' 'wxpython' 'python2-numpy')
-optdepends=('gksu: For running as root')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('0711945404e5811bd23ae2bbb7b662e2')
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: displaycal/repos/community-x86_64/PKGBUILD (from rev 256792, 
displaycal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-10 17:08:29 UTC (rev 256793)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# 

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

2017-09-10 Thread Antonio Rojas
Date: Sunday, September 10, 2017 @ 17:07:55
  Author: arojas
Revision: 256792

Update to 3.3.4.0

Modified:
  displaycal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 17:05:13 UTC (rev 256791)
+++ PKGBUILD2017-09-10 17:07:55 UTC (rev 256792)
@@ -5,7 +5,7 @@
 
 _pkgname=DisplayCAL
 pkgname=displaycal
-pkgver=3.3.3.0
+pkgver=3.3.4.0
 pkgrel=1
 pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('dispcalgui')
 conflicts=('dispcalgui')
 
source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('0711945404e5811bd23ae2bbb7b662e2')
+md5sums=('90e6b5c559572d01a0169678ccdfd189')
 
 package() {
   cd ${_pkgname}-${pkgver}


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

2017-09-10 Thread Antonio Rojas
Date: Sunday, September 10, 2017 @ 17:05:13
  Author: arojas
Revision: 256791

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

Added:
  electricsheep/repos/community-staging-i686/
  electricsheep/repos/community-staging-i686/PKGBUILD
(from rev 256790, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-i686/electricsheep-ffmpeg30.patch
(from rev 256790, electricsheep/trunk/electricsheep-ffmpeg30.patch)
  electricsheep/repos/community-staging-i686/electricsheep-no-wxgtk.patch
(from rev 256790, electricsheep/trunk/electricsheep-no-wxgtk.patch)
  electricsheep/repos/community-staging-x86_64/
  electricsheep/repos/community-staging-x86_64/PKGBUILD
(from rev 256790, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-x86_64/electricsheep-ffmpeg30.patch
(from rev 256790, electricsheep/trunk/electricsheep-ffmpeg30.patch)
  electricsheep/repos/community-staging-x86_64/electricsheep-no-wxgtk.patch
(from rev 256790, electricsheep/trunk/electricsheep-no-wxgtk.patch)

---+
 community-staging-i686/PKGBUILD   |   70 
 community-staging-i686/electricsheep-ffmpeg30.patch   |   89 
 community-staging-i686/electricsheep-no-wxgtk.patch   |   77 +
 community-staging-x86_64/PKGBUILD |   70 
 community-staging-x86_64/electricsheep-ffmpeg30.patch |   89 
 community-staging-x86_64/electricsheep-no-wxgtk.patch |   77 +
 6 files changed, 472 insertions(+)

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 256790, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 17:05:13 UTC (rev 256791)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=32
+pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
+arch=('i686' 'x86_64')
+url="http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 
'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(https://sources.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+electricsheep-no-wxgtk.patch
+electricsheep-ffmpeg30.patch)
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'SKIP'
+  'b186318902dd0abac6e72a81fa374434d7244ac3'
+  'c28e8a1ad5738c56615bdb431d80eff7f9e2a554')
+validpgpkeys=('5357F3B111688D88C1D88119FCF2CB179205AC90')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=r125
+  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod="${pkgname}-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+# Do not build broken electricsheep-preferences
+  patch -p0 -i "${srcdir}/electricsheep-no-wxgtk.patch"
+  patch -p1 -i "${srcdir}/electricsheep-ffmpeg30.patch"
+
+  sed -i -e 's/av_close_input_file( m_pFormatContext )/avformat_close_input( 
\_pFormatContext )/' ContentDecoder/ContentDecoder.cpp
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include ' Common/Singleton.h
+  mkdir m4
+
+  sed -e 's|\[lua5.1\]|\[lua51\]|g' -i configure.ac
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  CPPFLAGS+=" -I/usr/include/lua5.1" ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile
+  make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
"${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop"
+  install -D -m644 Runtime/logo.png 
"${pkgdir}/usr/share/icons/electricsheep.png"
+}

Copied: electricsheep/repos/community-staging-i686/electricsheep-ffmpeg30.patch 
(from rev 256790, electricsheep/trunk/electricsheep-ffmpeg30.patch)
===
--- 

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

2017-09-10 Thread Antonio Rojas
Date: Sunday, September 10, 2017 @ 17:04:38
  Author: arojas
Revision: 256790

boost 1.65 rebuild

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 17:01:57 UTC (rev 256789)
+++ PKGBUILD2017-09-10 17:04:38 UTC (rev 256790)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=31
+pkgrel=32
 pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
 arch=('i686' 'x86_64')
 url="http://community.electricsheep.org/;


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

2017-09-10 Thread Antonio Rojas
Date: Sunday, September 10, 2017 @ 17:01:57
  Author: arojas
Revision: 256789

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

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

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

Copied: guitarix2/repos/community-staging-i686/PKGBUILD (from rev 256788, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 17:01:57 UTC (rev 256789)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=guitarix2
+pkgver=0.35.6
+pkgrel=2
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('i686' 'x86_64')
+url="http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'zita-convolver' 
'zita-resampler')
+makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz;)
+md5sums=('d9856cd84d2e1de62adbbda9fada9570')
+
+build() {
+  cd guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python2 waf install --destdir="$pkgdir"
+}

Copied: guitarix2/repos/community-staging-x86_64/PKGBUILD (from rev 256788, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-10 17:01:57 UTC (rev 256789)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=guitarix2
+pkgver=0.35.6
+pkgrel=2
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('i686' 'x86_64')
+url="http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'zita-convolver' 
'zita-resampler')
+makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz;)
+md5sums=('d9856cd84d2e1de62adbbda9fada9570')
+
+build() {
+  cd guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python2 waf install --destdir="$pkgdir"
+}


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

2017-09-10 Thread Antonio Rojas
Date: Sunday, September 10, 2017 @ 16:59:57
  Author: arojas
Revision: 256788

boost 1.65 rebuild

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 16:53:18 UTC (rev 256787)
+++ PKGBUILD2017-09-10 16:59:57 UTC (rev 256788)
@@ -3,7 +3,7 @@
 
 pkgname=guitarix2
 pkgver=0.35.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('i686' 'x86_64')
 url="http://guitarix.sourceforge.net/;


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

2017-09-10 Thread Sven-Hendrik Haase
Date: Sunday, September 10, 2017 @ 16:53:11
  Author: svenstaro
Revision: 256786

upgpkg: gource 0.47-1

Modified:
  gource/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 16:51:13 UTC (rev 256785)
+++ PKGBUILD2017-09-10 16:53:11 UTC (rev 256786)
@@ -3,8 +3,8 @@
 # Contributor: Jose Valecillos 
 # Contributor: Olivier Ramonat 
 pkgname=gource
-pkgver=0.44
-pkgrel=3
+pkgver=0.47
+pkgrel=1
 pkgdesc="software version control visualization"
 license=(GPL3)
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
 makedepends=('boost' 'glm' 'mesa')
 
source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
-sha512sums=('4cdc7824f8f5b4aa7004135e59157ebf731730bc2dab0120ab919240576939b0e13dc6a09df79fcdb55cc7b4628c3887f5eca7ab0fa73d5e7bf5ad49c7cf898c')
+sha512sums=('8b2c4c20f5266823846ee2ff18e4b793b35af4c65ab466b962aa2861d2fc8b3b9f7614db14ad8b3745548d3921ecd8163d58bb7ef67e7e4ca07f381565c85d14')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"


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

2017-09-10 Thread Sven-Hendrik Haase
Date: Sunday, September 10, 2017 @ 16:53:18
  Author: svenstaro
Revision: 256787

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-10 16:53:11 UTC (rev 256786)
+++ community-i686/PKGBUILD 2017-09-10 16:53:18 UTC (rev 256787)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jose Valecillos 
-# Contributor: Olivier Ramonat 
-pkgname=gource
-pkgver=0.44
-pkgrel=3
-pkgdesc="software version control visualization"
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://gource.io/
-depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm' 'mesa')
-source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
-sha512sums=('4cdc7824f8f5b4aa7004135e59157ebf731730bc2dab0120ab919240576939b0e13dc6a09df79fcdb55cc7b4628c3887f5eca7ab0fa73d5e7bf5ad49c7cf898c')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir" install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-i686/PKGBUILD (from rev 256786, 
gource/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-10 16:53:18 UTC (rev 256787)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.47
+pkgrel=1
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://gource.io/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+sha512sums=('8b2c4c20f5266823846ee2ff18e4b793b35af4c65ab466b962aa2861d2fc8b3b9f7614db14ad8b3745548d3921ecd8163d58bb7ef67e7e4ca07f381565c85d14')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-10 16:53:11 UTC (rev 256786)
+++ community-x86_64/PKGBUILD   2017-09-10 16:53:18 UTC (rev 256787)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jose Valecillos 
-# Contributor: Olivier Ramonat 
-pkgname=gource
-pkgver=0.44
-pkgrel=3
-pkgdesc="software version control visualization"
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://gource.io/
-depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm' 'mesa')
-source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
-sha512sums=('4cdc7824f8f5b4aa7004135e59157ebf731730bc2dab0120ab919240576939b0e13dc6a09df79fcdb55cc7b4628c3887f5eca7ab0fa73d5e7bf5ad49c7cf898c')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir" install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-x86_64/PKGBUILD (from rev 256786, 
gource/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-10 16:53:18 UTC (rev 256787)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.47
+pkgrel=1
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://gource.io/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+sha512sums=('8b2c4c20f5266823846ee2ff18e4b793b35af4c65ab466b962aa2861d2fc8b3b9f7614db14ad8b3745548d3921ecd8163d58bb7ef67e7e4ca07f381565c85d14')
+

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

2017-09-10 Thread Jaroslav Lichtblau
Date: Sunday, September 10, 2017 @ 16:50:54
  Author: jlichtblau
Revision: 256784

upgpkg: glob2 0.9.4.4-33 - boost 1.65.1 rebuild

Modified:
  glob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 16:39:54 UTC (rev 256783)
+++ PKGBUILD2017-09-10 16:50:54 UTC (rev 256784)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
 # Contributor: Jaroslaw Swierczynski 
 # Contributor: Roman Kyrylych 
-# Contributor: Jaroslav Lichtblau 
 
 pkgname=glob2
 pkgver=0.9.4.4
-pkgrel=32
+pkgrel=33
 pkgdesc='An innovative Real-Time Strategy game which reduces micro-management 
by automatically assigning tasks to units'
 arch=('x86_64' 'i686')
 url='http://www.globulation2.org/'


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

2017-09-10 Thread Jaroslav Lichtblau
Date: Sunday, September 10, 2017 @ 16:51:13
  Author: jlichtblau
Revision: 256785

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

Added:
  glob2/repos/community-staging-i686/
  glob2/repos/community-staging-i686/PKGBUILD
(from rev 256784, glob2/trunk/PKGBUILD)
  glob2/repos/community-staging-i686/fix-ftbfs-gcc49.diff
(from rev 256784, glob2/trunk/fix-ftbfs-gcc49.diff)
  glob2/repos/community-staging-i686/glob2-0.9.4.1-gcc44.patch
(from rev 256784, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
  glob2/repos/community-staging-x86_64/
  glob2/repos/community-staging-x86_64/PKGBUILD
(from rev 256784, glob2/trunk/PKGBUILD)
  glob2/repos/community-staging-x86_64/fix-ftbfs-gcc49.diff
(from rev 256784, glob2/trunk/fix-ftbfs-gcc49.diff)
  glob2/repos/community-staging-x86_64/glob2-0.9.4.1-gcc44.patch
(from rev 256784, glob2/trunk/glob2-0.9.4.1-gcc44.patch)

+
 community-staging-i686/PKGBUILD|   46 ++
 community-staging-i686/fix-ftbfs-gcc49.diff|   14 +++
 community-staging-i686/glob2-0.9.4.1-gcc44.patch   |   87 +++
 community-staging-x86_64/PKGBUILD  |   46 ++
 community-staging-x86_64/fix-ftbfs-gcc49.diff  |   14 +++
 community-staging-x86_64/glob2-0.9.4.1-gcc44.patch |   87 +++
 6 files changed, 294 insertions(+)

Copied: glob2/repos/community-staging-i686/PKGBUILD (from rev 256784, 
glob2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 16:51:13 UTC (rev 256785)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Roman Kyrylych 
+
+pkgname=glob2
+pkgver=0.9.4.4
+pkgrel=33
+pkgdesc='An innovative Real-Time Strategy game which reduces micro-management 
by automatically assigning tasks to units'
+arch=('x86_64' 'i686')
+url='http://www.globulation2.org/'
+license=('GPL3')
+depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
+ 'fribidi' 'xdg-utils' 'libgl' 'hicolor-icon-theme')
+makedepends=('scons' 'boost' 'mesa' 'patch')
+source=(http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz
+glob2-0.9.4.1-gcc44.patch fix-ftbfs-gcc49.diff
+
glob2-gcc6.patch::"https://bitbucket.org/giszmo/glob2/commits/a9a16d8631db0176267b4f4aefd8e93767f8d247/raw/;)
+sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
+'3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a'
+'2bf0e51ca5de8c6f4910b68522a0265e07bb32beefe13b9912b59e5954c5bfba'
+'40013ef6805694f3d96407ca5df46c4083f0d13677c75c8f05c53efbe3d33e20')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -p0 -i "$srcdir/glob2-0.9.4.1-gcc44.patch"
+  patch -p1 -i "$srcdir/fix-ftbfs-gcc49.diff"
+  patch -p1 -i "$srcdir/glob2-gcc6.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  scons LINKFLAGS="-lboost_system"
+}
+
+package () {
+  cd "$pkgname-$pkgver"
+
+  scons install BINDIR="$pkgdir/usr/bin" INSTALLDIR="$pkgdir/usr/share"
+  find "$pkgdir/usr/share" -type f -exec chmod 644 '{}' \;
+  install -Dm644 "data/icons/$pkgname-icon-48x48.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname-icon-48x48.png"
+}

Copied: glob2/repos/community-staging-i686/fix-ftbfs-gcc49.diff (from rev 
256784, glob2/trunk/fix-ftbfs-gcc49.diff)
===
--- community-staging-i686/fix-ftbfs-gcc49.diff (rev 0)
+++ community-staging-i686/fix-ftbfs-gcc49.diff 2017-09-10 16:51:13 UTC (rev 
256785)
@@ -0,0 +1,14 @@
+Index: glob2-0.9.4.4/src/Game.h
+===
+--- glob2-0.9.4.4.orig/src/Game.h  2014-07-14 10:36:36.705074927 +0800
 glob2-0.9.4.4/src/Game.h   2014-07-14 10:38:28.733077827 +0800
+@@ -148,7 +148,8 @@
+   TOP_TO_BOTTOM,
+   BOTTOM_TO_TOP
+   };
+-  
++
++public:
+   struct BuildProject
+   {
+   int posX;

Copied: glob2/repos/community-staging-i686/glob2-0.9.4.1-gcc44.patch (from rev 
256784, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
===
--- community-staging-i686/glob2-0.9.4.1-gcc44.patch
(rev 0)
+++ community-staging-i686/glob2-0.9.4.1-gcc44.patch2017-09-10 16:51:13 UTC 
(rev 256785)
@@ -0,0 +1,87 @@
+diff -up libgag/include/StreamBackend.h.orig libgag/include/StreamBackend.h
+--- libgag/include/StreamBackend.h.orig2009-03-18 03:46:47.0 
+0100
 libgag/include/StreamBackend.h 2009-06-20 

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

2017-09-10 Thread Antonio Rojas
Date: Sunday, September 10, 2017 @ 16:44:34
  Author: arojas
Revision: 305253

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

Added:
  source-highlight/repos/staging-i686/
  source-highlight/repos/staging-i686/PKGBUILD
(from rev 305252, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-x86_64/
  source-highlight/repos/staging-x86_64/PKGBUILD
(from rev 305252, source-highlight/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: source-highlight/repos/staging-i686/PKGBUILD (from rev 305252, 
source-highlight/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-09-10 16:44:34 UTC (rev 305253)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.8
+pkgrel=13
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3243470706ef5fefdc3e43b5306a4e41')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
+
+  # PKGBUILD syntax highlighting
+  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
+}

Copied: source-highlight/repos/staging-x86_64/PKGBUILD (from rev 305252, 
source-highlight/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-09-10 16:44:34 UTC (rev 305253)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.8
+pkgrel=13
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3243470706ef5fefdc3e43b5306a4e41')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
+
+  # PKGBUILD syntax highlighting
+  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
+}


  1   2   3   >