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

2018-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 26, 2018 @ 03:07:12
  Author: felixonmars
Revision: 312660

upgpkg: jenkins 2.113-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-26 01:28:28 UTC (rev 312659)
+++ PKGBUILD2018-03-26 03:07:12 UTC (rev 312660)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.112
+pkgver=2.113
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('e9904bb25304637d45626f5c0d06540ae8c96ace247272ad1ecbc3a6803ebdced53fd785d0e83e5bbf555f24b777e8d8ae0538f5ebfa6188a2ef4e90992b5dd1'
+sha512sums=('4f9287d7ae0322ac62643617910453d2699a7f8be8a18c9218ee24a9ad7d3e5152824b0defe375c60943f744813425a97b6fcf5e7e2fa2668605ed524b5d1452'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2018-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 26, 2018 @ 03:07:54
  Author: felixonmars
Revision: 312661

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 312660, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 312660, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 312660, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 312660, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 312660, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 312660, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 312660, 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 2018-03-26 03:07:12 UTC (rev 312660)
+++ LICENSE 2018-03-26 03:07:54 UTC (rev 312661)
@@ -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 312660, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-03-26 03:07:54 UTC (rev 312661)
@@ -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
===
--- PKGBUILD2018-03-26 03:07:12 UTC (rev 312660)
+++ PKGBUILD2018-03-26 03:07:54 UTC (rev 312661)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.112
-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 bash-bats-assert/trunk (PKGBUILD)

2018-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 26, 2018 @ 01:28:28
  Author: felixonmars
Revision: 312659

fix upstream url

Modified:
  bash-bats-assert/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-26 01:25:31 UTC (rev 312658)
+++ PKGBUILD2018-03-26 01:28:28 UTC (rev 312659)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="Common assertions for Bats"
 arch=("any")
-url="https://github.com/ztombol/bats;
+url="https://github.com/ztombol/bats-assert;
 license=("custom:CC0")
 depends=('bash-bats-support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ztombol/bats-assert/archive/v$pkgver.tar.gz;)
@@ -31,5 +31,5 @@
   "$pkgdir"/usr/lib/bats-assert/src/$(basename $fn)
   done
 
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2018-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 26, 2018 @ 01:27:30
  Author: felixonmars
Revision: 320340

upgpkg: python-lxml 4.2.1-1

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-26 00:21:12 UTC (rev 320339)
+++ PKGBUILD2018-03-26 01:27:30 UTC (rev 320340)
@@ -4,7 +4,7 @@
 
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=4.1.1
+pkgver=4.2.1
 pkgrel=1
 arch=('x86_64')
 license=('BSD' 'custom')
@@ -14,7 +14,7 @@
 checkdepends=('python-cssselect' 'python2-cssselect' 'python-html5lib' 
'python2-html5lib'
   'python-beautifulsoup4' 'python2-beautifulsoup4')
 source=("https://github.com/lxml/lxml/archive/lxml-$pkgver.tar.gz;)
-sha512sums=('69c64fc9f34bd8250dffcc32b6dcc93490731cd32778d7257a232fc5a126e74433ce6d4351683b71872cbeccd2c4d5a970e8fc2e631bbc273125be2b7f61ef31')
+sha512sums=('f8373667bb7e2a7faadda578772e8677bf1979a159cc689ea1041de4ee9a503ffd2824a249e12f58c84b1d36c8364a82359c27ee63f7d454148a88cb2260ef7f')
 
 prepare() {
   mv lxml-lxml-$pkgver lxml-$pkgver
@@ -37,10 +37,10 @@
   # TODO: Find a sane way to skip inplace build
 
   cd "$srcdir"/lxml-$pkgver
-  make PYTHON=python test
+  make PYTHON=python test || warning "Tests failed"
 
   cd "$srcdir"/lxml-$pkgver-py2
-  make PYTHON=python2 test
+  make PYTHON=python2 test || warning "Tests failed"
 }
 
 package_python-lxml() {


[arch-commits] Commit in python-lxml/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 26, 2018 @ 01:27:50
  Author: felixonmars
Revision: 320341

archrelease: copy trunk to testing-x86_64

Added:
  python-lxml/repos/testing-x86_64/
  python-lxml/repos/testing-x86_64/PKGBUILD
(from rev 320340, python-lxml/trunk/PKGBUILD)

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

Copied: python-lxml/repos/testing-x86_64/PKGBUILD (from rev 320340, 
python-lxml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-26 01:27:50 UTC (rev 320341)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=4.2.1
+pkgrel=1
+arch=('x86_64')
+license=('BSD' 'custom')
+url="http://lxml.de/;
+makedepends=('libxslt' 'python-setuptools' 'python2-setuptools' 'epydoc' 
'python2-pygments'
+ 'python2-docutils' 'cython' 'cython2')
+checkdepends=('python-cssselect' 'python2-cssselect' 'python-html5lib' 
'python2-html5lib'
+  'python-beautifulsoup4' 'python2-beautifulsoup4')
+source=("https://github.com/lxml/lxml/archive/lxml-$pkgver.tar.gz;)
+sha512sums=('f8373667bb7e2a7faadda578772e8677bf1979a159cc689ea1041de4ee9a503ffd2824a249e12f58c84b1d36c8364a82359c27ee63f7d454148a88cb2260ef7f')
+
+prepare() {
+  mv lxml-lxml-$pkgver lxml-$pkgver
+  cp -a lxml-$pkgver{,-py2}
+
+  # Setting LC_CTYPE to workaround encoding issue
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/lxml-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/lxml-$pkgver-py2
+  python2 setup.py build
+  make PYTHON=python2 html
+}
+
+check() {
+  # TODO: Find a sane way to skip inplace build
+
+  cd "$srcdir"/lxml-$pkgver
+  make PYTHON=python test || warning "Tests failed"
+
+  cd "$srcdir"/lxml-$pkgver-py2
+  make PYTHON=python2 test || warning "Tests failed"
+}
+
+package_python-lxml() {
+  pkgdesc="Python3 binding for the libxml2 and libxslt libraries"
+  depends=('python' 'libxslt')
+  optdepends=('python-beautifulsoup4: support for beautifulsoup parser to 
parse not well formed HTML'
+  'python-cssselect: support for cssselect'
+  'python-html5lib: support for html5lib parser'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+
+  install -Dm644 LICENSES.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python2-lxml() {
+  pkgdesc="Python2 binding for the libxml2 and libxslt libraries"
+  depends=('python2' 'libxslt')
+  optdepends=('python2-beautifulsoup4: support for beautifulsoup parser to 
parse not well formed HTML'
+  'python2-cssselect: support for cssselect'
+  'python2-html5lib: support for html5lib parser'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
+
+  install -Dm644 LICENSES.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml-docs() {
+  pkgdesc="Python binding for the libxml2 and libxslt libraries (docs)"
+  options=('docs')
+
+  cd lxml-$pkgver-py2
+  install -d "$pkgdir"/usr/share/doc/$pkgbase
+  cp -r doc/html "$pkgdir"/usr/share/doc/$pkgbase
+
+  install -Dm644 LICENSES.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/elementtree.txt
+}


[arch-commits] Commit in darcs/repos (2 files)

2018-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 26, 2018 @ 01:24:27
  Author: felixonmars
Revision: 312654

archrelease: copy trunk to community-staging-x86_64

Added:
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 312653, darcs/trunk/PKGBUILD)

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

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 312653, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-26 01:24:27 UTC (rev 312654)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.5.20170909
+pkgrel=67
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('x86_64')
+depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-cryptohash' 'haskell-data-ordlist' 'haskell-fgl' 
'haskell-graphviz'
+ 'haskell-hashable' 'haskell-html' 'haskell-http' 'haskell-knob' 
'haskell-mmap'
+ 'haskell-mtl' 'haskell-network' 'haskell-network-uri' 
'haskell-old-time' 'haskell-parsec'
+ 'haskell-sandi' 'haskell-random' 'haskell-regex-applicative' 
'haskell-regex-compat-tdfa'
+ 'haskell-tar' 'haskell-text' 'haskell-unix-compat' 
'haskell-utf8-string' 'haskell-vector'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc')
+# Fetched from http://darcs.net/reviewed/reviewed.zip
+source=("https://pkgbuild.com/~felixonmars/sources/darcs-2.12.5.20170909.zip;)
+#source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('64f44e9d9727b8f7e00402a8a5dde9b6dc8f103776c4decef90b28af9603830f')
+
+prepare() {
+mv reviewed $pkgname-$pkgver
+sed -e 's/graphviz >= 2999.18.1 && < 2999.19,/graphviz >= 
2999.18.1,/' \
+-e 's/process  >= 1.2.3.0 && < 1.5.0.0,/process  >= 1.2.3.0,/' 
\
+-e 's/time >= 1.5.0.1 && < 1.8,/time >= 1.5.0.1,/' \
+-i $pkgname-$pkgver/darcs.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}


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

2018-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 26, 2018 @ 01:24:07
  Author: felixonmars
Revision: 312653

upgpkg: darcs 2.12.5.20170909-67

rebuild with sandi,0.4.2

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-26 01:20:43 UTC (rev 312652)
+++ PKGBUILD2018-03-26 01:24:07 UTC (rev 312653)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.12.5.20170909
-pkgrel=66
+pkgrel=67
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")


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

2018-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 26, 2018 @ 01:20:22
  Author: felixonmars
Revision: 312651

upgpkg: git-annex 6.20180316-17

rebuild with sandi,0.4.2

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-26 01:09:07 UTC (rev 312650)
+++ PKGBUILD2018-03-26 01:20:22 UTC (rev 312651)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20180316
-pkgrel=16
+pkgrel=17
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2018-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 26, 2018 @ 01:20:43
  Author: felixonmars
Revision: 312652

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 312651, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 312651, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-26 01:20:43 UTC (rev 312652)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20180316
+pkgrel=17
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-conduit' 
'haskell-crypto-api'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
+ 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns' 
'haskell-edit-distance'
+ 'haskell-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-mtl'
+ 'haskell-network' 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm' 'haskell-stm-chans' 
'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-text' 'haskell-torrent' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' 
'haskell-yesod-core' 'haskell-yesod-form'
+ 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


[arch-commits] Commit in hedgewars/repos (2 files)

2018-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 26, 2018 @ 01:09:07
  Author: felixonmars
Revision: 312650

archrelease: copy trunk to community-staging-x86_64

Added:
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 312649, hedgewars/trunk/PKGBUILD)

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

Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 312649, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-26 01:09:07 UTC (rev 312650)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tinxy 
+
+pkgname=hedgewars
+pkgver=0.9.23
+pkgrel=10
+pkgdesc="Turn-based strategy artillery game similiar to Worms"
+arch=('x86_64')
+url="https://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl2' 'sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf'
+'lua51' 'ffmpeg' 'glut' 'physfs' 'ghc-libs'
+'haskell-entropy'
+'haskell-sha'
+'haskell-random'
+'haskell-regex-tdfa'
+'haskell-sandi'
+'haskell-hslogger'
+'haskell-utf8-string'
+'haskell-vector')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-mtl'
+'haskell-stm'
+'haskell-zlib'
+'haskell-base-prelude'
+# for scaling the icon
+'imagemagick')
+source=("https://www.hedgewars.org/download/releases/hedgewars-src-$pkgver.tar.bz2;
+   
"https://src.fedoraproject.org/rpms/hedgewars/raw/master/f/hedgewars-cmake-ghc8-mask.patch;)
+sha256sums=('da2e4908042be56d1c0f3cb80a355bde7f0a49f675b050a03228cc3fb22aae89'
+'3d2b115371b2584c598a158ad04f202b919391dba8f9bfda93972f7f97efbb7a')
+
+prepare() {
+  cd ${pkgname}-src-${pkgver}
+  sed -i 's|instance NFData (Chan a)$|instance NFData (Chan a) where rnf x = 
seq x ()|' gameServer/CoreTypes.hs
+  sed -i 's|set(ghc_flags|set(ghc_flags -dynamic|' gameServer/CMakeLists.txt
+  sed -i 's|execute_process(COMMAND ${GHC_EXECUTABLE}|execute_process(COMMAND 
${GHC_EXECUTABLE} -dynamic|' cmake_modules/CheckHaskellModuleExists.cmake
+  # Fix GHC 8
+  patch -p1 -i ../hedgewars-cmake-ghc8-mask.patch
+}
+
+build() {
+  cd ${pkgname}-src-${pkgver}
+  mkdir -p "$srcdir"/bin
+  ln -sf /usr/bin/lrelease-qt4 "$srcdir"/bin/Qt4::lrelease
+  export PATH="$srcdir"/bin:${PATH}
+  cmake \
+   -DCMAKE_BUILD_TYPE="Release" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DNOSERVER=0 \
+   .
+  make
+
+  # resize icon
+  for _size in 16 32 48 64 128 256; do
+convert misc/hedgewars.png -resize ${_size}x${_size} hedgewars_${_size}.png
+  done
+}
+
+package() {
+  cd ${pkgname}-src-${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -D -m644 Fonts_LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/Fonts_LICENSE.txt
+
+  # install icons
+  install -D -m644 misc/hedgewars.png 
"$pkgdir"/usr/share/icons/hicolor/512x512/apps/hedgewars.png
+  for _size in 16 32 48 64 128 256; do
+install -D -m644 hedgewars_${_size}.png 
"$pkgdir"/usr/share/icons/hicolor/${_size}x${_size}/apps/hedgewars.png
+  done
+  rm -rf "$pkgdir"/usr/share/pixmaps
+
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
"$pkgdir"/usr/share/applications/hedgewars.desktop
+}


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

2018-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 26, 2018 @ 01:08:45
  Author: felixonmars
Revision: 312649

upgpkg: hedgewars 0.9.23-10

rebuild with sandi,0.4.2

Modified:
  hedgewars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-26 01:02:57 UTC (rev 312648)
+++ PKGBUILD2018-03-26 01:08:45 UTC (rev 312649)
@@ -4,7 +4,7 @@
 
 pkgname=hedgewars
 pkgver=0.9.23
-pkgrel=9
+pkgrel=10
 pkgdesc="Turn-based strategy artillery game similiar to Worms"
 arch=('x86_64')
 url="https://hedgewars.org;


[arch-commits] Commit in haskell-sandi/repos (2 files)

2018-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 26, 2018 @ 01:02:57
  Author: felixonmars
Revision: 312648

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-sandi/repos/community-staging-x86_64/
  haskell-sandi/repos/community-staging-x86_64/PKGBUILD
(from rev 312647, haskell-sandi/trunk/PKGBUILD)

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

Copied: haskell-sandi/repos/community-staging-x86_64/PKGBUILD (from rev 312647, 
haskell-sandi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-26 01:02:57 UTC (rev 312648)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sandi
+pkgname=haskell-sandi
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Data encoding library"
+url="https://hackage.haskell.org/package/sandi;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-conduit" "haskell-exceptions" 
"haskell-stringsearch")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1fb255ca358c83a46121f930cbcbe4892f3c6d7b2830f4ba497faceeb9f1f5bb6046f1043c2c65b552e4afc0be1f413852db5b8e2054a476cacbe0d3fb4ee4a0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fwith-conduit
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 26, 2018 @ 01:02:32
  Author: felixonmars
Revision: 312647

upgpkg: haskell-sandi 0.4.2-1

rebuild with sandi,0.4.2

Modified:
  haskell-sandi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-26 01:01:44 UTC (rev 312646)
+++ PKGBUILD2018-03-26 01:02:32 UTC (rev 312647)
@@ -4,8 +4,8 @@
 
 _hkgname=sandi
 pkgname=haskell-sandi
-pkgver=0.4.1
-pkgrel=20
+pkgver=0.4.2
+pkgrel=1
 pkgdesc="Data encoding library"
 url="https://hackage.haskell.org/package/sandi;
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs' "haskell-conduit" "haskell-exceptions" 
"haskell-stringsearch")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('bbcc973337162e073e364e04792b54fc1a1865876739ef0c40a6b538429c61559f5800a7cb84f2b098a2ac98790f4b5ccef68efd3a15cd11ff20d0234041d725')
+sha512sums=('1fb255ca358c83a46121f930cbcbe4892f3c6d7b2830f4ba497faceeb9f1f5bb6046f1043c2c65b552e4afc0be1f413852db5b8e2054a476cacbe0d3fb4ee4a0')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 26, 2018 @ 01:01:44
  Author: felixonmars
Revision: 312646

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   42 +-
 jake.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-26 01:01:15 UTC (rev 312645)
+++ PKGBUILD2018-03-26 01:01:44 UTC (rev 312646)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=jake
-pkgver=8.0.15
-pkgrel=2
-pkgdesc="JavaScript build tool, similar to Make or Rake"
-arch=('any')
-url="http://jakejs.com;
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('d20043b13d82ad0502571fbde8921bec')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-}

Copied: jake/repos/community-any/PKGBUILD (from rev 312645, jake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-26 01:01:44 UTC (rev 312646)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=jake
+pkgver=8.0.16
+pkgrel=1
+pkgdesc="JavaScript build tool, similar to Make or Rake"
+arch=('any')
+url="http://jakejs.com;
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('a944ce542285922cf7b47815d56332ec74f10d9828fac3b85fd1b114b014f8c92ce16b0319ef7e38d1caead3ec4a9f08df1eac3e5d13c066d71f04ce853cb3a2')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+}

Deleted: jake.install
===
--- jake.install2018-03-26 01:01:15 UTC (rev 312645)
+++ jake.install2018-03-26 01:01:44 UTC (rev 312646)
@@ -1,11 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules \
-/usr/lib/node_modules/jake/node_modules \
-/usr/lib/node_modules/jake/node_modules/.bin \
-/usr/lib/node_modules/jake/node_modules/filelist/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: jake/repos/community-any/jake.install (from rev 312645, 
jake/trunk/jake.install)
===
--- jake.install(rev 0)
+++ jake.install2018-03-26 01:01:44 UTC (rev 312646)
@@ -0,0 +1,11 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules \
+/usr/lib/node_modules/jake/node_modules \
+/usr/lib/node_modules/jake/node_modules/.bin \
+/usr/lib/node_modules/jake/node_modules/filelist/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2018-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 26, 2018 @ 01:01:15
  Author: felixonmars
Revision: 312645

upgpkg: jake 8.0.16-1

Modified:
  jake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 23:37:16 UTC (rev 312644)
+++ PKGBUILD2018-03-26 01:01:15 UTC (rev 312645)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=jake
-pkgver=8.0.15
-pkgrel=2
+pkgver=8.0.16
+pkgrel=1
 pkgdesc="JavaScript build tool, similar to Make or Rake"
 arch=('any')
 url="http://jakejs.com;
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('d20043b13d82ad0502571fbde8921bec')
+sha512sums=('a944ce542285922cf7b47815d56332ec74f10d9828fac3b85fd1b114b014f8c92ce16b0319ef7e38d1caead3ec4a9f08df1eac3e5d13c066d71f04ce853cb3a2')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in imagemagick6/repos/extra-x86_64 (4 files)

2018-03-25 Thread Jan Steffens via arch-commits
Date: Monday, March 26, 2018 @ 00:21:12
  Author: heftig
Revision: 320339

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick6/repos/extra-x86_64/PKGBUILD
(from rev 320338, imagemagick6/trunk/PKGBUILD)
  imagemagick6/repos/extra-x86_64/arch-fonts.diff
(from rev 320338, imagemagick6/trunk/arch-fonts.diff)
Deleted:
  imagemagick6/repos/extra-x86_64/PKGBUILD
  imagemagick6/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  256 +++---
 arch-fonts.diff |  214 ++---
 2 files changed, 235 insertions(+), 235 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-26 00:20:19 UTC (rev 320338)
+++ PKGBUILD2018-03-26 00:21:12 UTC (rev 320339)
@@ -1,128 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick6
-pkgname=(libmagick6 imagemagick6)
-pkgver=6.9.9.39
-pkgrel=2
-pkgdesc="An image viewing/manipulation program (version 6)"
-url="https://legacy.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('56130c16790d8d38c3a1888cc07074d5b50ffb718243e0c56e4c88839edbf931'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
-PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig 
pkg-config" \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc \
---without-jbig
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check || :
-)
-
-package_libmagick6() {
-  pkgdesc="${pkgdesc/)/; library)}"
-  optdepends=('ghostscript: PS/PDF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!docs' '!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install pkgconfigdir="/usr/lib/$pkgbase/pkgconfig"
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split 'imagemagick'
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-}
-
-package_imagemagick6() {
-  depends=("libmagick6=$pkgver-$pkgrel")
-  provides=("imagemagick=$pkgver-$pkgrel")
-  conflicts=(imagemagick)
-  options=('!emptydirs')
-
-  mv binpkg/* "$pkgdir"
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-_perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-_perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick6/repos/extra-x86_64/PKGBUILD (from rev 320338, 
imagemagick6/trunk/PKGBUILD)

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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Monday, March 26, 2018 @ 00:20:19
  Author: heftig
Revision: 320338

6.9.9.40-1

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 23:07:19 UTC (rev 320337)
+++ PKGBUILD2018-03-26 00:20:19 UTC (rev 320338)
@@ -3,8 +3,8 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6 imagemagick6)
-pkgver=6.9.9.39
-pkgrel=2
+pkgver=6.9.9.40
+pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/;
 arch=(x86_64)
@@ -17,7 +17,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('56130c16790d8d38c3a1888cc07074d5b50ffb718243e0c56e4c88839edbf931'
+sha256sums=('62f25d46bfbcffe00b84e167994d593868a9a47d4defc489a429cae1d6aab9f7'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2018-03-25 Thread Eli Schwartz via arch-commits
Date: Sunday, March 25, 2018 @ 23:37:16
  Author: eschwartz
Revision: 312644

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 23:36:58 UTC (rev 312643)
+++ PKGBUILD2018-03-25 23:37:16 UTC (rev 312644)
@@ -1,54 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: FigoDaPaura 
-
-pkgname=lib32-virtualgl
-pkgver=2.5.2
-pkgrel=2
-pkgdesc="32-bit serverside components for 64-bit VirtualGL servers"
-arch=('x86_64')
-url="http://virtualgl.org;
-license=('LGPL')
-makedepends=('lib32-libxv' 'lib32-glu' 'virtualgl' 'lib32-libjpeg-turbo' 
'cmake' 'gcc-multilib' 'lib32-mesa' 'lib32-mesa-libgl')
-depends=('virtualgl' 'lib32-libxv' 'lib32-glu' 'lib32-turbojpeg')
-source=("https://downloads.sourceforge.net/project/virtualgl/${pkgver}/VirtualGL-${pkgver}.tar.gz;)
-sha512sums=('a3156f663c03e611a98a083bb12bea47820cdadc9f064e20431fddec55aae560f09b133f5254a24d7da01b64be2672d27713d7f6605eaca2d9d83090a070fafd')
-
-prepare() {
-  # FS#48403
-  export LDFLAGS="${LDFLAGS/--as-needed,}"
-}
-
-build() {
-  cd "$srcdir/VirtualGL-$pkgver"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  mkdir -p build && cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DTJPEG_INCLUDE_DIR=/usr/include \
-  -DTJPEG_LIBRARY=/usr/lib32/libturbojpeg.so \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib32 \
-  -DCMAKE_INSTALL_BINDIR=/usr/bin \
-  -DX11_X11_LIB=/usr/lib32/libX11.so \
-  -DX11_Xext_LIB=/usr/lib32/libXext.so \
-  -DOPENGL_gl_LIBRARY=/usr/lib32/libGL.so
-  make
-}
-
-package() {
-  cd "$srcdir/VirtualGL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  cd "$pkgdir/usr"
-  mv bin/glxspheres glxspheres32
-  rm -rf bin
-  mkdir -p bin
-  mv glxspheres32 bin/
-
-  rm -rf "$pkgdir/usr/share"
-  rm -rf "$pkgdir/usr/include"
-}

Copied: lib32-virtualgl/repos/multilib-x86_64/PKGBUILD (from rev 312643, 
lib32-virtualgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 23:37:16 UTC (rev 312644)
@@ -0,0 +1,56 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: FigoDaPaura 
+
+pkgname=lib32-virtualgl
+pkgver=2.5.2
+pkgrel=3
+pkgdesc="32-bit serverside components for 64-bit VirtualGL servers"
+arch=('x86_64')
+url="https://virtualgl.org;
+license=('LGPL')
+makedepends=('lib32-libxv' 'lib32-glu' 'virtualgl' 'lib32-libjpeg-turbo' 
'cmake' 'gcc-multilib' 'lib32-mesa' 'lib32-mesa-libgl')
+depends=('virtualgl' 'lib32-libxv' 'lib32-glu' 'lib32-turbojpeg')
+source=("https://downloads.sourceforge.net/project/virtualgl/${pkgver}/VirtualGL-${pkgver}.tar.gz"{,.sig})
+sha512sums=('a3156f663c03e611a98a083bb12bea47820cdadc9f064e20431fddec55aae560f09b133f5254a24d7da01b64be2672d27713d7f6605eaca2d9d83090a070fafd'
+'SKIP')
+validpgpkeys=('ECF01671D05E2A105FF84DC46BBEFA1972FEB9CE') # The VirtualGL 
Project (Signing key for official binaries) 
+
+prepare() {
+  # FS#48403
+  export LDFLAGS="${LDFLAGS/--as-needed,}"
+}
+
+build() {
+  cd "$srcdir/VirtualGL-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  mkdir -p build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DTJPEG_INCLUDE_DIR=/usr/include \
+  -DTJPEG_LIBRARY=/usr/lib32/libturbojpeg.so \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib32 \
+  -DCMAKE_INSTALL_BINDIR=/usr/bin \
+  -DX11_X11_LIB=/usr/lib32/libX11.so \
+  -DX11_Xext_LIB=/usr/lib32/libXext.so \
+  -DOPENGL_gl_LIBRARY=/usr/lib32/libGL.so
+  make
+}
+
+package() {
+  cd "$srcdir/VirtualGL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  cd "$pkgdir/usr"
+  mv bin/glxspheres glxspheres32
+  rm -rf bin
+  mkdir -p bin
+  mv glxspheres32 bin/
+
+  rm -rf "$pkgdir/usr/share"
+  rm -rf "$pkgdir/usr/include"
+}


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

2018-03-25 Thread Eli Schwartz via arch-commits
Date: Sunday, March 25, 2018 @ 23:36:43
  Author: eschwartz
Revision: 312642

archrelease: copy trunk to community-x86_64

Added:
  virtualgl/repos/community-x86_64/PKGBUILD
(from rev 312641, virtualgl/trunk/PKGBUILD)
Deleted:
  virtualgl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 23:36:20 UTC (rev 312641)
+++ PKGBUILD2018-03-25 23:36:43 UTC (rev 312642)
@@ -1,43 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: FigoDaPaura 
-# Contributor: Andres Jimenez
-
-pkgname=virtualgl
-pkgver=2.5.2
-pkgrel=2
-pkgdesc="Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card"
-arch=('i686' 'x86_64')
-url="http://virtualgl.org;
-license=('LGPL')
-depends=('libxv' 'glu' 'libjpeg-turbo' 'xcb-util-keysyms')
-makedepends=('cmake' 'mesa')
-source=("https://github.com/VirtualGL/virtualgl/archive/${pkgver}.tar.gz;)
-sha512sums=('124a5f8856899dc82cf87cd702239a2ca9ed3d6595884cbd96f8ca2aff52f9e38105761b5f84d0be654f9994a1b71cbee2f912106866d8bb4789d645071f5c10')
-
-prepare() {
-  # FS#48403
-  export LDFLAGS="${LDFLAGS/--as-needed,}"
-}
-
-build() {
-  cd "virtualgl-$pkgver"
-
-  mkdir -p build && cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DTJPEG_INCLUDE_DIR=/usr/include \
-  -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DCMAKE_INSTALL_BINDIR=/usr/bin \
-  -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${pkgname} \
-  -DVGL_FAKEXCB=1
-  make
-}
-
-package() {
-  cd "virtualgl-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  mv "$pkgdir"/usr/bin/glxinfo "$pkgdir"/usr/bin/vglxinfo
-}

Copied: virtualgl/repos/community-x86_64/PKGBUILD (from rev 312641, 
virtualgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 23:36:43 UTC (rev 312642)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: FigoDaPaura 
+# Contributor: Andres Jimenez
+
+pkgname=virtualgl
+pkgver=2.5.2
+pkgrel=3
+pkgdesc="Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card"
+arch=('x86_64')
+url="https://virtualgl.org;
+license=('LGPL')
+depends=('libxv' 'glu' 'libjpeg-turbo' 'xcb-util-keysyms')
+makedepends=('cmake' 'mesa')
+source=("https://downloads.sourceforge.net/project/virtualgl/${pkgver}/VirtualGL-${pkgver}.tar.gz"{,.sig})
+sha512sums=('a3156f663c03e611a98a083bb12bea47820cdadc9f064e20431fddec55aae560f09b133f5254a24d7da01b64be2672d27713d7f6605eaca2d9d83090a070fafd'
+'SKIP')
+validpgpkeys=('ECF01671D05E2A105FF84DC46BBEFA1972FEB9CE') # The VirtualGL 
Project (Signing key for official binaries) 
+
+prepare() {
+  # FS#48403
+  export LDFLAGS="${LDFLAGS/--as-needed,}"
+}
+
+build() {
+  cd "VirtualGL-$pkgver"
+
+  mkdir -p build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DTJPEG_INCLUDE_DIR=/usr/include \
+  -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DCMAKE_INSTALL_BINDIR=/usr/bin \
+  -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${pkgname} \
+  -DVGL_FAKEXCB=1
+  make
+}
+
+package() {
+  cd "VirtualGL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  mv "$pkgdir"/usr/bin/glxinfo "$pkgdir"/usr/bin/vglxinfo
+}


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

2018-03-25 Thread Eli Schwartz via arch-commits
Date: Sunday, March 25, 2018 @ 23:36:58
  Author: eschwartz
Revision: 312643

upgpkg: lib32-virtualgl 2.5.2-3

Add PGP signatures and HTTPS

Modified:
  lib32-virtualgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 23:36:43 UTC (rev 312642)
+++ PKGBUILD2018-03-25 23:36:58 UTC (rev 312643)
@@ -3,15 +3,17 @@
 
 pkgname=lib32-virtualgl
 pkgver=2.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc="32-bit serverside components for 64-bit VirtualGL servers"
 arch=('x86_64')
-url="http://virtualgl.org;
+url="https://virtualgl.org;
 license=('LGPL')
 makedepends=('lib32-libxv' 'lib32-glu' 'virtualgl' 'lib32-libjpeg-turbo' 
'cmake' 'gcc-multilib' 'lib32-mesa' 'lib32-mesa-libgl')
 depends=('virtualgl' 'lib32-libxv' 'lib32-glu' 'lib32-turbojpeg')
-source=("https://downloads.sourceforge.net/project/virtualgl/${pkgver}/VirtualGL-${pkgver}.tar.gz;)
-sha512sums=('a3156f663c03e611a98a083bb12bea47820cdadc9f064e20431fddec55aae560f09b133f5254a24d7da01b64be2672d27713d7f6605eaca2d9d83090a070fafd')
+source=("https://downloads.sourceforge.net/project/virtualgl/${pkgver}/VirtualGL-${pkgver}.tar.gz"{,.sig})
+sha512sums=('a3156f663c03e611a98a083bb12bea47820cdadc9f064e20431fddec55aae560f09b133f5254a24d7da01b64be2672d27713d7f6605eaca2d9d83090a070fafd'
+'SKIP')
+validpgpkeys=('ECF01671D05E2A105FF84DC46BBEFA1972FEB9CE') # The VirtualGL 
Project (Signing key for official binaries) 
 
 prepare() {
   # FS#48403


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

2018-03-25 Thread Eli Schwartz via arch-commits
Date: Sunday, March 25, 2018 @ 23:36:20
  Author: eschwartz
Revision: 312641

upgpkg: virtualgl 2.5.2-3

Add PGP signatures and HTTPS

Modified:
  virtualgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 23:07:07 UTC (rev 312640)
+++ PKGBUILD2018-03-25 23:36:20 UTC (rev 312641)
@@ -4,15 +4,17 @@
 
 pkgname=virtualgl
 pkgver=2.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card"
 arch=('x86_64')
-url="http://virtualgl.org;
+url="https://virtualgl.org;
 license=('LGPL')
 depends=('libxv' 'glu' 'libjpeg-turbo' 'xcb-util-keysyms')
 makedepends=('cmake' 'mesa')
-source=("https://github.com/VirtualGL/virtualgl/archive/${pkgver}.tar.gz;)
-sha512sums=('124a5f8856899dc82cf87cd702239a2ca9ed3d6595884cbd96f8ca2aff52f9e38105761b5f84d0be654f9994a1b71cbee2f912106866d8bb4789d645071f5c10')
+source=("https://downloads.sourceforge.net/project/virtualgl/${pkgver}/VirtualGL-${pkgver}.tar.gz"{,.sig})
+sha512sums=('a3156f663c03e611a98a083bb12bea47820cdadc9f064e20431fddec55aae560f09b133f5254a24d7da01b64be2672d27713d7f6605eaca2d9d83090a070fafd'
+'SKIP')
+validpgpkeys=('ECF01671D05E2A105FF84DC46BBEFA1972FEB9CE') # The VirtualGL 
Project (Signing key for official binaries) 
 
 prepare() {
   # FS#48403
@@ -20,7 +22,7 @@
 }
 
 build() {
-  cd "virtualgl-$pkgver"
+  cd "VirtualGL-$pkgver"
 
   mkdir -p build && cd build
 
@@ -36,7 +38,7 @@
 }
 
 package() {
-  cd "virtualgl-$pkgver/build"
+  cd "VirtualGL-$pkgver/build"
   make install DESTDIR="$pkgdir"
 
   mv "$pkgdir"/usr/bin/glxinfo "$pkgdir"/usr/bin/vglxinfo


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

2018-03-25 Thread Anatol Pomozov via arch-commits
Date: Sunday, March 25, 2018 @ 23:05:39
  Author: anatolik
Revision: 320333

archrelease: copy trunk to testing-x86_64

Added:
  talloc/repos/testing-x86_64/
  talloc/repos/testing-x86_64/PKGBUILD
(from rev 320332, talloc/trunk/PKGBUILD)
  talloc/repos/testing-x86_64/fix_test_path.patch
(from rev 320332, talloc/trunk/fix_test_path.patch)

-+
 PKGBUILD|   47 +++
 fix_test_path.patch |   13 +
 2 files changed, 60 insertions(+)

Copied: talloc/repos/testing-x86_64/PKGBUILD (from rev 320332, 
talloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-25 23:05:39 UTC (rev 320333)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski 
+
+pkgname=talloc
+pkgver=2.1.12
+pkgrel=1
+pkgdesc="Hierarchical pool based memory allocator with destructors"
+arch=('x86_64')
+license=('GPL3')
+url="http://talloc.samba.org/;
+depends=('glibc')
+makedepends=('python2' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc}
+fix_test_path.patch)
+sha1sums=('eed04fd021a494d2d4c2d95564fbf4bbceacd3f5'
+  'SKIP'
+  '6117e3dffb24bf03d54325c13b7db3b8a7eb2850')
+validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 < ../fix_test_path.patch
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr \
+ --sysconfdir=/etc/samba \
+ --localstatedir=/var \
+ --bundled-libraries=NONE \
+ --builtin-libraries=replace \
+ --enable-talloc-compat1
+   make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: talloc/repos/testing-x86_64/fix_test_path.patch (from rev 320332, 
talloc/trunk/fix_test_path.patch)
===
--- testing-x86_64/fix_test_path.patch  (rev 0)
+++ testing-x86_64/fix_test_path.patch  2018-03-25 23:05:39 UTC (rev 320333)
@@ -0,0 +1,13 @@
+diff --git a/wscript b/wscript
+index 9cedbbf..4432a9a 100644
+--- a/wscript
 b/wscript
+@@ -159,7 +159,7 @@ def test(ctx):
+ ret = samba_utils.RUN_COMMAND(cmd)
+ print("testsuite returned %d" % ret)
+ magic_helper_cmd = os.path.join(Utils.g_module.blddir, 
'talloc_test_magic_differs_helper')
+-magic_cmd = os.path.join(srcdir, 'lib', 'talloc',
++magic_cmd = os.path.join(srcdir,
+  'test_magic_differs.sh')
+ 
+ magic_ret = samba_utils.RUN_COMMAND(magic_cmd + " " +  magic_helper_cmd)


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

2018-03-25 Thread Anatol Pomozov via arch-commits
Date: Sunday, March 25, 2018 @ 23:05:04
  Author: anatolik
Revision: 320332

upgpkg: talloc 2.1.12-1

Modified:
  talloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 22:45:06 UTC (rev 320331)
+++ PKGBUILD2018-03-25 23:05:04 UTC (rev 320332)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=talloc
-pkgver=2.1.11
+pkgver=2.1.12
 pkgrel=1
 pkgdesc="Hierarchical pool based memory allocator with destructors"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('python2: for python bindings')
 source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc}
 fix_test_path.patch)
-sha1sums=('01b57d8f72ec85f4f2a7be9a5176dfbb3461808c'
+sha1sums=('eed04fd021a494d2d4c2d95564fbf4bbceacd3f5'
   'SKIP'
   '6117e3dffb24bf03d54325c13b7db3b8a7eb2850')
 validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org


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

2018-03-25 Thread Eli Schwartz via arch-commits
Date: Sunday, March 25, 2018 @ 22:54:46
  Author: eschwartz
Revision: 312634

archrelease: copy trunk to multilib-x86_64

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

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

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

Copied: lib32-tdb/repos/multilib-x86_64/PKGBUILD (from rev 312633, 
lib32-tdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 22:54:46 UTC (rev 312634)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Florian Pritz 
+
+_pkgbasename=tdb
+pkgname=lib32-$_pkgbasename
+pkgver=1.3.15
+pkgrel=2
+pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)"
+arch=(x86_64)
+license=('GPL3')
+url="https://tdb.samba.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=(libxslt python2)
+source=(https://www.samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.{gz,asc})
+md5sums=('60ece3996acc8d85b6f713199da971a6'
+ 'SKIP')
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') #Samba Library 
Distribution Key 
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+
+   ./configure --prefix=/usr \
+   --localstatedir=/var \
+   --sysconfdir=/etc/samba \
+   --libdir=/usr/lib32 \
+   --disable-python
+   make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make -j1  DESTDIR="$pkgdir" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2018-03-25 Thread Eli Schwartz via arch-commits
Date: Sunday, March 25, 2018 @ 22:54:27
  Author: eschwartz
Revision: 312633

upgpkg: lib32-tdb 1.3.15-2

Add PGP signatures and HTTPS

Modified:
  lib32-tdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 22:43:55 UTC (rev 312632)
+++ PKGBUILD2018-03-25 22:54:27 UTC (rev 312633)
@@ -4,15 +4,17 @@
 _pkgbasename=tdb
 pkgname=lib32-$_pkgbasename
 pkgver=1.3.15
-pkgrel=1
+pkgrel=2
 pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)"
 arch=(x86_64)
 license=('GPL3')
-url="http://tdb.samba.org/;
+url="https://tdb.samba.org/;
 depends=(lib32-glibc $_pkgbasename)
-makedepends=(gcc-multilib libxslt python2)
-source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('60ece3996acc8d85b6f713199da971a6')
+makedepends=(libxslt python2)
+source=(https://www.samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.{gz,asc})
+md5sums=('60ece3996acc8d85b6f713199da971a6'
+ 'SKIP')
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') #Samba Library 
Distribution Key 
 
 build() {
   export CC="gcc -m32"


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:45:06
  Author: heftig
Revision: 320331

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 320330, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch
(from rev 320330, nvidia-340xx/trunk/kernel-4.11.patch)

---+
 PKGBUILD  |   71 
 kernel-4.11.patch |   38 +++
 2 files changed, 109 insertions(+)

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 320330, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-25 22:45:06 UTC (rev 320331)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.106
+_extramodules=extramodules-4.15-ARCH
+pkgrel=21
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.15' 
'linux-headers<4.16')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'kernel-4.11.patch')
+sha512sums=('ea61d463148435b6c0d16203c06372e5dc93443607ece0709f789c5c08909a3ec51c1994df97b835bba58008cdc7fe588e403006eb00631482a2a9854a81ec0a'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.15' 'linux<4.16' "nvidia-340xx-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}

Copied: nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch (from rev 320330, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2018-03-25 22:45:06 UTC (rev 320331)
@@ -0,0 +1,38 @@
+--- kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:50:46.334075042 +0200
 kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:56:06.358041280 +0200
+@@ -818,7 +818,11 @@
+ }
+ 
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else 
++int _fault(struct vm_fault *vmf)  
++#endif
+ {
+ #if defined(NV_VM_FAULT_HAS_ADDRESS)
+ unsigned long vaddr = vmf->address;
+@@ -828,7 +832,11 @@
+ struct page *page = NULL;
+ int retval;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ retval = _fault_common(vma, vaddr, , vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, , vmf->flags);
++#endif
+ 
+ vmf->page = page;
+ 
+@@ -866,7 +874,11 @@
+ // it's dealing with anonymous mapping (see handle_pte_fault).
+ //
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _sigbus_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else
++int _sigbus_fault(struct vm_fault *vmf)
++#endif
+ {
+ vmf->page = NULL;
+ 

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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:44:36
  Author: heftig
Revision: 320330

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/4.15-FS57305.patch
(from rev 320329, nvidia/trunk/4.15-FS57305.patch)
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 320329, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/fix-abi.patch
(from rev 320329, nvidia/trunk/fix-abi.patch)

+
 4.15-FS57305.patch |  181 +++
 PKGBUILD   |   85 +++
 fix-abi.patch  |   12 +++
 3 files changed, 278 insertions(+)

Copied: nvidia/repos/staging-x86_64/4.15-FS57305.patch (from rev 320329, 
nvidia/trunk/4.15-FS57305.patch)
===
--- staging-x86_64/4.15-FS57305.patch   (rev 0)
+++ staging-x86_64/4.15-FS57305.patch   2018-03-25 22:44:36 UTC (rev 320330)
@@ -0,0 +1,181 @@
+diff --git a/NVIDIA-Linux-x86_64-390.25-no-compat32/kernel/conftest.sh 
b/NVIDIA-Linux-x86_64-390.25-no-compat32/kernel/conftest.sh
+index 292d7da..5f254e1 100755
+--- a/NVIDIA-Linux-x86_64-390.25-no-compat32/kernel/conftest.sh
 b/NVIDIA-Linux-x86_64-390.25-no-compat32/kernel/conftest.sh
+@@ -2123,6 +2123,7 @@ compile_test() {
+ #endif
+ #include 
+ #include 
++#include 
+ #if !defined(CONFIG_DRM) && !defined(CONFIG_DRM_MODULE)
+ #error DRM not enabled
+ #endif
+@@ -2146,8 +2147,12 @@ compile_test() {
+ /* 2014-12-18 88a48e297b3a3bac6022c03babfb038f1a886cea */
+ i = DRIVER_ATOMIC;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0)
+ /* 2015-04-10 df63b9994eaf942afcdb946d27a28661d7dfbf2a */
+ for_each_crtc_in_state(s, c, cs, i) { }
++#else
++for_each_new_crtc_in_state(s, c, cs, i) {}
++#endif
+ 
+ /* 2015-05-18 036ef5733ba433760a3512bb5f7a155946e2df05 */
+ a = offsetof(struct drm_mode_config_funcs, 
atomic_state_alloc);
+diff --git 
a/NVIDIA-Linux-x86_64-390.25-no-compat32/kernel/nvidia-drm/nvidia-drm-connector.c
 
b/NVIDIA-Linux-x86_64-390.25-no-compat32/kernel/nvidia-drm/nvidia-drm-connector.c
+index cf16b6f..a66ae5a 100644
+--- 
a/NVIDIA-Linux-x86_64-390.25-no-compat32/kernel/nvidia-drm/nvidia-drm-connector.c
 
b/NVIDIA-Linux-x86_64-390.25-no-compat32/kernel/nvidia-drm/nvidia-drm-connector.c
+@@ -33,6 +33,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ static void nv_drm_connector_destroy(struct drm_connector *connector)
+ {
+@@ -87,7 +88,11 @@ static enum drm_connector_status 
__nv_drm_connector_detect_internal(
+ break;
+ }
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0)
+ encoder = drm_encoder_find(dev, connector->encoder_ids[i]);
++#else
++encoder = drm_encoder_find(dev, NULL, connector->encoder_ids[i]);
++#endif
+ 
+ if (encoder == NULL) {
+ BUG_ON(encoder != NULL);
+diff --git 
a/NVIDIA-Linux-x86_64-390.25-no-compat32/kernel/nvidia-drm/nvidia-drm-crtc.c 
b/NVIDIA-Linux-x86_64-390.25-no-compat32/kernel/nvidia-drm/nvidia-drm-crtc.c
+index b54128a..d820dc2 100644
+--- 
a/NVIDIA-Linux-x86_64-390.25-no-compat32/kernel/nvidia-drm/nvidia-drm-crtc.c
 
b/NVIDIA-Linux-x86_64-390.25-no-compat32/kernel/nvidia-drm/nvidia-drm-crtc.c
+@@ -37,6 +37,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ static const u32 nv_default_supported_plane_drm_formats[] = {
+ DRM_FORMAT_ARGB1555,
+@@ -141,7 +142,11 @@ static int nv_drm_plane_atomic_check(struct drm_plane 
*plane,
+ goto done;
+ }
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0)
+ for_each_crtc_in_state(plane_state->state, crtc, crtc_state, i) {
++#else
++for_each_new_crtc_in_state(plane_state->state, crtc, crtc_state, i) {
++#endif
+ struct nv_drm_crtc_state *nv_crtc_state = 
to_nv_crtc_state(crtc_state);
+ struct NvKmsKapiHeadRequestedConfig *head_req_config =
+ _crtc_state->req_config;
+@@ -365,7 +370,11 @@ static int nv_drm_crtc_atomic_check(struct drm_crtc *crtc,
+ 
+ req_config->flags.displaysChanged = NV_TRUE;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0)
+ for_each_connector_in_state(crtc_state->state,
++#else
++for_each_new_connector_in_state(crtc_state->state,
++#endif
+ connector, connector_state, j) {
+ if (connector_state->crtc != crtc) {
+ continue;
+@@ -613,7 +622,11 @@ int nv_drm_get_crtc_crc32_ioctl(struct drm_device *dev,
+ goto done;
+ }
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0)
+ crtc = drm_crtc_find(dev, params->crtc_id);
++#else
++crtc = drm_crtc_find(dev, NULL, params->crtc_id);
++#endif
+ if (!crtc) {
+ ret = -ENOENT;
+ goto done;

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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:43:55
  Author: heftig
Revision: 312632

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 312631, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 312631, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   62 
 dkms.conf |9 
 2 files changed, 71 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 312631, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-25 22:43:55 UTC (rev 312632)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=115
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux>=4.15' 'linux<4.16')
+makedepends=('linux-headers>=4.15' 'linux-headers<4.16')
+_extramodules=extramodules-4.15-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$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 $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 312631, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-03-25 22:43:55 UTC (rev 312632)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:43:31
  Author: heftig
Revision: 312631

archrelease: copy trunk to community-staging-x86_64

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

---+
 60-vhba.rules |1 +
 PKGBUILD  |   52 
 dkms.conf |9 +
 3 files changed, 62 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
312630, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-03-25 22:43:31 UTC (rev 
312631)
@@ -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-x86_64/PKGBUILD (from rev 312630, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-25 22:43:31 UTC (rev 312631)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=56
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.15' 'linux<4.16')
+makedepends=('linux-headers>=4.15' 'linux-headers<4.16')
+_extramodules=extramodules-4.15-ARCH
+source=("https://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() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+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
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 312630, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-03-25 22:43:31 UTC (rev 312631)
@@ -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"


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:42:41
  Author: heftig
Revision: 312629

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 312628, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 312628, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-25 22:42:41 UTC (rev 312629)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=121
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux>=4.15' 'linux<4.16')
+makedepends=('linux-headers>=4.15' 'linux-headers<4.16')
+_extramodules=extramodules-4.15-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:43:04
  Author: heftig
Revision: 312630

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 312629, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/linux-4.15.patch
(from rev 312629, r8168/trunk/linux-4.15.patch)

--+
 PKGBUILD |   49 
 linux-4.15.patch |   81 +
 2 files changed, 130 insertions(+)

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 312629, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-25 22:43:04 UTC (rev 312630)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=43
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.15.patch)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31'
+'6434f0d1fcb08e3605a17859d3b8946c65bcf14737e223315b6468b3394c5cd7')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../linux-4.15.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg2 "Kernel = $KERNEL_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)")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH" -m644 
src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}

Copied: r8168/repos/community-staging-x86_64/linux-4.15.patch (from rev 312629, 
r8168/trunk/linux-4.15.patch)
===
--- community-staging-x86_64/linux-4.15.patch   (rev 0)
+++ community-staging-x86_64/linux-4.15.patch   2018-03-25 22:43:04 UTC (rev 
312630)
@@ -0,0 +1,81 @@
+diff -u -r r8168-8.045.08/src/r8168_n.c r8168-8.045.08-4.15/src/r8168_n.c
+--- r8168-8.045.08/src/r8168_n.c   2017-09-22 17:31:17.0 +0200
 r8168-8.045.08-4.15/src/r8168_n.c  2018-01-29 12:33:34.283394438 +0100
+@@ -407,8 +407,13 @@
+ static void rtl8168_sleep_rx_enable(struct net_device *dev);
+ static void rtl8168_dsm(struct net_device *dev, int dev_state);
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ static void rtl8168_esd_timer(unsigned long __opaque);
+ static void rtl8168_link_timer(unsigned long __opaque);
++#else
++static void rtl8168_esd_timer(struct timer_list *timer_list);
++static void rtl8168_link_timer(struct timer_list *timer_list);
++#endif
+ static void rtl8168_tx_clear(struct rtl8168_private *tp);
+ static void rtl8168_rx_clear(struct rtl8168_private *tp);
+ 
+@@ -22964,7 +22969,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >esd_timer;
+ 
+-setup_timer(timer, rtl8168_esd_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_esd_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_esd_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_ESD_TIMEOUT);
+ }
+ 
+@@ -22978,7 +22987,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >link_timer;
+ 
+-setup_timer(timer, rtl8168_link_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_link_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_link_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_LINK_TIMEOUT);
+ }
+ 
+@@ -24717,10 +24730,16 @@
+ #define PCI_DEVICE_SERIAL_NUMBER (0x0164)
+ 
+ static void
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ 

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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:42:20
  Author: heftig
Revision: 312628

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 312627, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 312627, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-25 22:42:20 UTC (rev 312628)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.8
+pkgrel=9
+_linux_major=4
+_linux_minor=15
+arch=('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')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" |
+install -Dm644 /dev/stdin "$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')
+
+  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf "vboxguest\nvboxsf\nvboxvideo\n" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:41:58
  Author: heftig
Revision: 312627

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 312626, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 312626, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-25 22:41:58 UTC (rev 312627)
@@ -0,0 +1,50 @@
+# $Id$
+# 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
+pkgver=0.43
+_extradir=/usr/lib/modules/extramodules-4.15-ARCH
+pkgrel=9
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.15' 'linux<4.16')
+makedepends=('linux-headers>=4.15' 'linux-headers<4.16' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # 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
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2018-03-25 Thread Eli Schwartz via arch-commits
Date: Sunday, March 25, 2018 @ 22:38:22
  Author: eschwartz
Revision: 312626

Update urls to HTTPS

Remove obsolete gcc-multilib makedepends

Modified:
  lib32-v4l-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 22:36:25 UTC (rev 312625)
+++ PKGBUILD2018-03-25 22:38:22 UTC (rev 312626)
@@ -6,15 +6,14 @@
 pkgrel=1
 pkgdesc="Userspace tools and conversion library for Video 4 Linux (32-bit)"
 arch=('x86_64')
-url="http://linuxtv.org/;
+url="https://linuxtv.org/;
 provides=("lib32-libv4l=$pkgver")
 replaces=('lib32-libv4l')
 conflicts=('lib32-libv4l')
 license=('LGPL')
-makedepends=('gcc-multilib')
 depends=('lib32-gcc-libs' $_pkgbasename lib32-libjpeg-turbo)
-source=(http://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
-
http://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
+source=(https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
+
https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
 validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

 sha256sums=('0618162ddb0b57fe7c45407d4d66ed79e3a134cdbc9e72598d34e61d3359e20d'
 'SKIP')


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:36:09
  Author: heftig
Revision: 312622

8.045.08-43: kernel 4.15.13-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 22:36:05 UTC (rev 312621)
+++ PKGBUILD2018-03-25 22:36:09 UTC (rev 312622)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.045.08
-pkgrel=42
+pkgrel=43
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:36:36
  Author: heftig
Revision: 320329

340.106-21: kernel 4.15.13-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 22:36:32 UTC (rev 320328)
+++ PKGBUILD2018-03-25 22:36:36 UTC (rev 320329)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.106
 _extramodules=extramodules-4.15-ARCH
-pkgrel=20
+pkgrel=21
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:36:13
  Author: heftig
Revision: 312623

0.43-9: kernel 4.15.13-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 22:36:09 UTC (rev 312622)
+++ PKGBUILD2018-03-25 22:36:13 UTC (rev 312623)
@@ -11,7 +11,7 @@
 pkgname=tp_smapi
 pkgver=0.43
 _extradir=/usr/lib/modules/extramodules-4.15-ARCH
-pkgrel=8
+pkgrel=9
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:36:32
  Author: heftig
Revision: 320328

390.42-6: kernel 4.15.13-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 21:29:09 UTC (rev 320327)
+++ PKGBUILD2018-03-25 22:36:32 UTC (rev 320328)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=390.42
 _extramodules=extramodules-4.15-ARCH
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:36:20
  Author: heftig
Revision: 312624

20170610-56: kernel 4.15.13-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 22:36:13 UTC (rev 312623)
+++ PKGBUILD2018-03-25 22:36:20 UTC (rev 312624)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=55
+pkgrel=56
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:36:05
  Author: heftig
Revision: 312621

0.8-121: kernel 4.15.13-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 22:36:01 UTC (rev 312620)
+++ PKGBUILD2018-03-25 22:36:05 UTC (rev 312621)
@@ -6,7 +6,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=120
+pkgrel=121
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:36:25
  Author: heftig
Revision: 312625

5.2.8-9: kernel 4.15.13-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 22:36:20 UTC (rev 312624)
+++ PKGBUILD2018-03-25 22:36:25 UTC (rev 312625)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.8
-pkgrel=8
+pkgrel=9
 _linux_major=4
 _linux_minor=15
 arch=('x86_64')


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 22:36:01
  Author: heftig
Revision: 312620

1.1.0-115: kernel 4.15.13-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 22:03:28 UTC (rev 312619)
+++ PKGBUILD2018-03-25 22:36:01 UTC (rev 312620)
@@ -6,7 +6,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=114
+pkgrel=115
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2018-03-25 Thread Eli Schwartz via arch-commits
Date: Sunday, March 25, 2018 @ 22:03:28
  Author: eschwartz
Revision: 312619

Update url to HTTPS

Drop obsolete makedepends on gcc-multilib

Modified:
  pcsx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 21:45:54 UTC (rev 312618)
+++ PKGBUILD2018-03-25 22:03:28 UTC (rev 312619)
@@ -8,12 +8,12 @@
 pkgrel=8
 pkgdesc='A Sony PlayStation 2 emulator'
 arch=('x86_64')
-url='http://www.pcsx2.net'
+url='https://www.pcsx2.net'
 license=('GPL2' 'GPL3' 'LGPL2.1' 'LGPL3')
 depends=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 'lib32-libjpeg-turbo'
  'lib32-libpulse' 'lib32-nvidia-cg-toolkit' 'lib32-portaudio'
  'lib32-sdl2' 'lib32-soundtouch' 'lib32-wxgtk2')
-makedepends=('cmake' 'gcc-multilib' 'png++')
+makedepends=('cmake' 'png++')
 
source=("pcsx2-${pkgver}.tar.gz::https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz;
 'pcsx2-gcc6.patch')
 sha256sums=('2c8a986e2b6514d7018f6cfd39c4f2a72229b9b4ab06ca6b1d3466dfd9c33005'


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

2018-03-25 Thread Eli Schwartz via arch-commits
Date: Sunday, March 25, 2018 @ 21:45:54
  Author: eschwartz
Revision: 312618

Update urls to use HTTPS

Drop unneeded functions; backports.shutil_get_terminal_size was fixed in
https://github.com/ipython/ipython/pull/9417

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 21:20:39 UTC (rev 312617)
+++ PKGBUILD2018-03-25 21:45:54 UTC (rev 312618)
@@ -10,7 +10,7 @@
 pkgrel=2
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
-url="http://ipython.org;
+url="https://ipython.org;
 license=('BSD')
 depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
  'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit'
@@ -20,7 +20,7 @@
 
 
source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
 
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
-
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
+
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
 md5sums=('fe8704b6b28c05cf608e0747a7c983ec'
  'f9c1fab00fd981be588fc32759f474e3'
  '2901d65f1b1fe354e72850085cd1c072')
@@ -27,18 +27,6 @@
 
 # confirm that an update does not break sage?
 
-prepare() {
-  cd "$srcdir"
-
-  # python 3.5 does not need a 3.3 backport hack
-  cd "$srcdir/ipython-$pkgver"
-  sed -i 's|backports.shutil_get_terminal_size|shutil|' 
IPython/utils/terminal.py
-}
-
-build() {
-  cd "$srcdir"
-}
-
 package() {
   cd "$srcdir/ipython-$pkgver"
 
@@ -63,4 +51,3 @@
   #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
   #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
 }
-


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

2018-03-25 Thread Jan de Groot via arch-commits
Date: Sunday, March 25, 2018 @ 21:29:09
  Author: jgc
Revision: 320327

archrelease: copy trunk to testing-x86_64

Added:
  openldap/repos/testing-x86_64/
  openldap/repos/testing-x86_64/PKGBUILD
(from rev 320326, openldap/trunk/PKGBUILD)
  openldap/repos/testing-x86_64/openldap-ntlm.patch
(from rev 320326, openldap/trunk/openldap-ntlm.patch)
  openldap/repos/testing-x86_64/openldap.sysusers
(from rev 320326, openldap/trunk/openldap.sysusers)
  openldap/repos/testing-x86_64/openldap.tmpfiles
(from rev 320326, openldap/trunk/openldap.tmpfiles)
  openldap/repos/testing-x86_64/slapd.service
(from rev 320326, openldap/trunk/slapd.service)

-+
 PKGBUILD|  121 ++
 openldap-ntlm.patch |  230 ++
 openldap.sysusers   |1 
 openldap.tmpfiles   |3 
 slapd.service   |9 +
 5 files changed, 364 insertions(+)

Copied: openldap/repos/testing-x86_64/PKGBUILD (from rev 320326, 
openldap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-25 21:29:09 UTC (rev 320327)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer:
+
+pkgbase=openldap
+pkgname=('openldap' 'libldap')
+pkgver=2.4.46
+pkgrel=1
+arch=('x86_64')
+url="https://www.openldap.org/;
+license=('custom')
+makedepends=('libltdl' 'libsasl' 'e2fsprogs' 'util-linux' 'chrpath' 'unixodbc')
+options=('!makeflags' 'emptydirs')
+source=(https://www.openldap.org/software/download/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
+slapd.service openldap.tmpfiles openldap.sysusers openldap-ntlm.patch)
+sha1sums=('a9ae2273eb9bdd70090dafe0d018a3132606bef6'
+  '2441815efbfa01ad7a1d39068e5503b53d1d04b0'
+  '1f68bd85fb50595c4e916db164d8e90e0c6e21ee'
+  '2bf64351c32b0bf0a70663bd42de22910998b795'
+  'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef')
+
+# see http://www.openldap.org/faq/data/cache/756.html
+# there's no proper backend support for anything apart from
+# BerkeleyDB, if we don't want to drop local backend server support
+# we are forced to keep Berkeley DB here
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -p1 -i "${srcdir}"/openldap-ntlm.patch
+  sed -i 's|-m 644 $(LIBRARY)|-m 755 $(LIBRARY)|' 
libraries/{liblber,libldap,libldap_r}/Makefile.in
+  sed -i 's|#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "run" LDAP_DIRSEP 
"ldapi"|#define LDAPI_SOCK LDAP_DIRSEP "run" LDAP_DIRSEP "openldap" LDAP_DIRSEP 
"ldapi"|' include/ldap_defaults.h
+  sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.{conf,ldif}
+  sed -i 's|-$(MKDIR) $(DESTDIR)$(localstatedir)/run|-$(MKDIR) 
$(DESTDIR)/run/openldap|' servers/slapd/Makefile.in
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  autoconf
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+--sysconfdir=/etc --localstatedir=/var/lib/openldap --sbindir=/usr/bin \
+--enable-dynamic --enable-syslog --enable-ipv6 --enable-local \
+--enable-crypt --enable-spasswd --enable-modules \
+--enable-backends --disable-ndb --enable-overlays=mod \
+--with-cyrus-sasl --with-threads
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+
+  make -C contrib/slapd-modules/nssov OPT="$CFLAGS $CPPFLAGS" prefix=/usr 
libexecdir=/usr/lib sysconfdir=/etc/openldap
+  make -C contrib/slapd-modules/autogroup OPT="$CFLAGS $CPPFLAGS" prefix=/usr 
libexecdir=/usr/lib sysconfdir=/etc/openldap
+  make -C contrib/slapd-modules/lastbind OPT="$CFLAGS $CPPFLAGS" prefix=/usr 
libexecdir=/usr/lib sysconfdir=/etc/openldap
+  make -C contrib/slapd-modules/passwd/sha2 OPT="$CFLAGS $CPPFLAGS" 
prefix=/usr libexecdir=/usr/lib sysconfdir=/etc/openldap
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+#  make test
+}
+
+package_libldap() {
+  pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries"
+  depends=('libsasl' 'e2fsprogs')
+  backup=('etc/openldap/ldap.conf')
+
+  cd ${pkgbase}-${pkgver}
+  for dir in include libraries doc/man/man3 ; do
+pushd ${dir}
+make DESTDIR="${pkgdir}" install
+popd
+  done
+  install -Dm644 doc/man/man5/ldap.conf.5.tmp 
"${pkgdir}"/usr/share/man/man5/ldap.conf.5
+
+# get rid of duplicate default conf files
+  rm "${pkgdir}"/etc/openldap/*.default
+
+  ln -sf liblber.so "${pkgdir}"/usr/lib/liblber.so.2
+  ln -sf libldap.so "${pkgdir}"/usr/lib/libldap.so.2
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_openldap() {
+  pkgdesc="Lightweight Directory Access Protocol (LDAP) client and server"
+  depends=("libldap>=${pkgver}" 'libltdl' 'unixodbc')
+  backup=('etc/openldap/slapd.conf' 'etc/openldap/slapd.ldif')
+
+  cd ${pkgbase}-${pkgver}
+  for dir in clients servers doc/man/man{1,5,8}; do
+pushd ${dir}
+make DESTDIR="${pkgdir}" install
+popd
+  done
+
+  make -C contrib/slapd-modules/autogroup prefix=/usr libexecdir=/usr/lib 

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

2018-03-25 Thread Jan de Groot via arch-commits
Date: Sunday, March 25, 2018 @ 21:29:04
  Author: jgc
Revision: 320326

upgpkg: openldap 2.4.46-1

Fix overlinking

Modified:
  openldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 21:16:34 UTC (rev 320325)
+++ PKGBUILD2018-03-25 21:29:04 UTC (rev 320326)
@@ -3,8 +3,8 @@
 
 pkgbase=openldap
 pkgname=('openldap' 'libldap')
-pkgver=2.4.45
-pkgrel=4
+pkgver=2.4.46
+pkgrel=1
 arch=('x86_64')
 url="https://www.openldap.org/;
 license=('custom')
@@ -12,7 +12,7 @@
 options=('!makeflags' 'emptydirs')
 
source=(https://www.openldap.org/software/download/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
 slapd.service openldap.tmpfiles openldap.sysusers openldap-ntlm.patch)
-sha1sums=('c98437385d3eaee80c9e2c09f3f0d4b7c140233d'
+sha1sums=('a9ae2273eb9bdd70090dafe0d018a3132606bef6'
   '2441815efbfa01ad7a1d39068e5503b53d1d04b0'
   '1f68bd85fb50595c4e916db164d8e90e0c6e21ee'
   '2bf64351c32b0bf0a70663bd42de22910998b795'
@@ -41,6 +41,9 @@
 --enable-crypt --enable-spasswd --enable-modules \
 --enable-backends --disable-ndb --enable-overlays=mod \
 --with-cyrus-sasl --with-threads
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 
   make -C contrib/slapd-modules/nssov OPT="$CFLAGS $CPPFLAGS" prefix=/usr 
libexecdir=/usr/lib sysconfdir=/etc/openldap


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

2018-03-25 Thread Sergej Pupykin via arch-commits
Date: Sunday, March 25, 2018 @ 21:20:20
  Author: spupykin
Revision: 312616

upgpkg: ejabberd 18.03-1

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 20:29:12 UTC (rev 312615)
+++ PKGBUILD2018-03-25 21:20:20 UTC (rev 312616)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=ejabberd
-pkgver=18.01
+pkgver=18.03
 pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64')
@@ -19,42 +19,41 @@
 options=(emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;

"base64url::git://github.com/dvv/base64url.git#commit=f2c64ed8b9bebc536fad37ad97243452b674b837"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=7e51861a590eb95e9fa9eb2b9ce0385c2b6b4d25"
-   
"eimp::git://github.com/processone/eimp#commit=952c5491138cf762f514cbec71e51807fe201784"
+   
"cache_tab::git://github.com/processone/cache_tab#commit=83675a2cbf222319d5592c436694c5229a45b73d"
+   
"eimp::git://github.com/processone/eimp#commit=680adfcc8ea297858616d54cf5a83baf338b61d1"

"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"
-   
"epam::git://github.com/processone/epam#commit=0ead169d7f6a3f2d0b64cca282487e4fedfbffd9"
+   
"epam::git://github.com/processone/epam#commit=c4940ad96c9e734865d54df45af6f90c1c4ce03b"

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=b8f073c84ff172b0de46ad7dd04287fa082e5a6a"
-   
"ezlib::git://github.com/processone/ezlib#commit=ec6491d788436bb096022843e6ec7f58d2973ae3"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=7953ca64808039ff4b5c7accc5befe28fdc8e67d"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=d80274caf8c28482e91feee626c98c4369d58da4"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=739d1de538529bf30fbf45c9ebd9435f3840c5fd"
-   
"fs::git://github.com/synrc/fs#commit=bed946700628541d65c64aa779e01490d9842f5f"
+   
"esip::git://github.com/processone/esip#commit=c0c27671c2b6d2ea2f30409c4bd6ab593e4f6edd"
+   
"ezlib::git://github.com/processone/ezlib#commit=ccfb3b25c6476894c3e8d835d35ff258f64e9e14"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=86b81785e977fa2c60c70854c4afd21f1f86fa77"
+   
"fast_xml::git://github.com/processone/fast_xml#commit=020dc9b438281b6350a6a397519fd626903881f9"
+   
"fast_yaml::git://github.com/processone/fast_yaml#commit=3de67ec66a527e62256e2b02eb077de7e0f0"

"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"

"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=ad3dbab419762fc2d5821abb88b989da006b85c6"
-   
"iconv::git://github.com/processone/iconv#commit=04018df0cb0d2effa144fd599272e0a46b390497"
+   
"iconv::git://github.com/processone/iconv#commit=a1a1942c771963223a3bc7f9fbe96d1c7a317171"

"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"

"jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f"

"lager::git://github.com/erlang-lager/lager#commit=a10c23c51dea6bbd63e5048c8a5a702169973114"
-   
"luerl::git://github.com/rvirding/luerl#commit=f7b2cc0ab6fa4245ebeda0169fc994aff0628bf9"
+   
"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"

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

"moka::git://github.com/processone/moka#commit=3eed3a6dd7dedb70a6cd18f86c7561a18626eb3b"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=c856f48abb59c189f793293cd0348c5fb19c4a97"
+   
"p1_mysql::git://github.com/processone/p1_mysql#commit=b028d44cbefbaba910162cb02c2654f1a0558018"

"p1_oauth2::git://github.com/processone/p1_oauth2#commit=fb7c35e043d5213575e84ee811b78a03fe5c3fd0"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=18a83eded75e092acfe7ed768f0a4bdbf310c05d"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=8c5c5cb7f1ba02358fd59ee5b98ebb43cba76fe8"
+   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=c41a601dc6ff7886f10089649feb6d408f0a66b8"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=8dc0ae64af141f7cefe7a78585d7733e5e5c9f5a"

"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"

"riakc::git://github.com/processone/riak-erlang-client#commit=63db9859cf478cc67d4149940a5a9eae8c5ca3bc"


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

2018-03-25 Thread Sergej Pupykin via arch-commits
Date: Sunday, March 25, 2018 @ 21:20:39
  Author: spupykin
Revision: 312617

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  304 +--
 ejabberd.logrotate |   24 ++--
 ejabberd.service   |   30 ++---
 print-deps.sh  |   54 -
 sysuser.conf   |4 
 5 files changed, 207 insertions(+), 209 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 21:20:20 UTC (rev 312616)
+++ PKGBUILD2018-03-25 21:20:39 UTC (rev 312617)
@@ -1,153 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-pkgname=ejabberd
-pkgver=18.01
-pkgrel=1
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64')
-url="http://www.ejabberd.im/;
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite' 'gd')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"base64url::git://github.com/dvv/base64url.git#commit=f2c64ed8b9bebc536fad37ad97243452b674b837"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=7e51861a590eb95e9fa9eb2b9ce0385c2b6b4d25"
-   
"eimp::git://github.com/processone/eimp#commit=952c5491138cf762f514cbec71e51807fe201784"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"
-   
"epam::git://github.com/processone/epam#commit=0ead169d7f6a3f2d0b64cca282487e4fedfbffd9"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=b8f073c84ff172b0de46ad7dd04287fa082e5a6a"
-   
"ezlib::git://github.com/processone/ezlib#commit=ec6491d788436bb096022843e6ec7f58d2973ae3"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=7953ca64808039ff4b5c7accc5befe28fdc8e67d"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=d80274caf8c28482e91feee626c98c4369d58da4"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=739d1de538529bf30fbf45c9ebd9435f3840c5fd"
-   
"fs::git://github.com/synrc/fs#commit=bed946700628541d65c64aa779e01490d9842f5f"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"
-   
"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=ad3dbab419762fc2d5821abb88b989da006b85c6"
-   
"iconv::git://github.com/processone/iconv#commit=04018df0cb0d2effa144fd599272e0a46b390497"
-   
"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
-   
"jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f"
-   
"lager::git://github.com/erlang-lager/lager#commit=a10c23c51dea6bbd63e5048c8a5a702169973114"
-   
"luerl::git://github.com/rvirding/luerl#commit=f7b2cc0ab6fa4245ebeda0169fc994aff0628bf9"
-   
"meck::git://github.com/eproxus/meck#commit=70d6a33ce7407029dc59e22a5b3c1c61c1348b23"
-   
"moka::git://github.com/processone/moka#commit=3eed3a6dd7dedb70a6cd18f86c7561a18626eb3b"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=c856f48abb59c189f793293cd0348c5fb19c4a97"
-   
"p1_oauth2::git://github.com/processone/p1_oauth2#commit=fb7c35e043d5213575e84ee811b78a03fe5c3fd0"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=18a83eded75e092acfe7ed768f0a4bdbf310c05d"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=8c5c5cb7f1ba02358fd59ee5b98ebb43cba76fe8"
-   
"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"
-   
"riakc::git://github.com/processone/riak-erlang-client#commit=63db9859cf478cc67d4149940a5a9eae8c5ca3bc"
-   

[arch-commits] Commit in libwacom/repos/extra-x86_64 (4 files)

2018-03-25 Thread Jan de Groot via arch-commits
Date: Sunday, March 25, 2018 @ 21:16:34
  Author: jgc
Revision: 320325

archrelease: copy trunk to extra-x86_64

Added:
  libwacom/repos/extra-x86_64/PKGBUILD
(from rev 320324, libwacom/trunk/PKGBUILD)
  libwacom/repos/extra-x86_64/fix-pairedid-entry.patch
(from rev 320324, libwacom/trunk/fix-pairedid-entry.patch)
Deleted:
  libwacom/repos/extra-x86_64/PKGBUILD
  libwacom/repos/extra-x86_64/fix-pairedid-entry.patch

--+
 PKGBUILD |   84 ---
 fix-pairedid-entry.patch |   86 ++---
 2 files changed, 82 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 21:16:30 UTC (rev 320324)
+++ PKGBUILD2018-03-25 21:16:34 UTC (rev 320325)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libwacom
-pkgver=0.28
-pkgrel=2
-pkgdesc="Library to identify Wacom tablets and their features"
-arch=('x86_64')
-url="http://linuxwacom.sourceforge.net/wiki/index.php/Libwacom;
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
-source=(https://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2{,.sig}
-fix-pairedid-entry.patch)
-sha1sums=('6a6b19a587087412753ab69a2179f5f408f49ba2'
-  'SKIP'
-  'e9dbc6f8d6922ca02fd7efb003c785307dff2d6e')
-sha256sums=('e7d632301288b221cb5af69b4c5e57fd062bafd9a9acd6f9ce271570103267ef'
-'SKIP'
-'ed9a5500359c84d7f8784025185c7e66df7726d52b74170e15c17d64d871d51b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../fix-pairedid-entry.patch
-}
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
-  cd tools
-  ./generate-udev-rules > ${pkgdir}/usr/lib/udev/rules.d/65-libwacom.rules
-  
-}

Copied: libwacom/repos/extra-x86_64/PKGBUILD (from rev 320324, 
libwacom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 21:16:34 UTC (rev 320325)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libwacom
+pkgver=0.29
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64')
+url="https://github.com/linuxwacom/libwacom/wiki;
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+makedepends=('libxml2')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
+source=(https://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('6782d32af328bc984d7c4f65062f04a9172d342c'
+  'SKIP')
+sha256sums=('9cea00e68ddf342c3f749f6628d33fd3646f1937d7c57053ec6c5728d9a333b6'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
+  cd tools
+  ./generate-udev-rules > ${pkgdir}/usr/lib/udev/rules.d/65-libwacom.rules
+  
+}

Deleted: fix-pairedid-entry.patch
===
--- fix-pairedid-entry.patch2018-03-25 21:16:30 UTC (rev 320324)
+++ fix-pairedid-entry.patch2018-03-25 21:16:34 UTC (rev 320325)
@@ -1,43 +0,0 @@
-From 007c25052bf20adc1f5311c3e5668f6f343ac18b Mon Sep 17 00:00:00 2001
-From: Peter Hutterer 
-Date: Tue, 13 Feb 2018 15:01:40 +1000
-Subject: [PATCH] data: fix PairedID entry for the DTH-2452
-
-Missing the 'usb' prefix which wasn't caught by the test suite. Add the entry
-to libwacom_compare() to make sure this doesn't happen again.
-
-Signed-off-by: Peter Hutterer 

- data/dth-2452.tablet | 2 +-
- libwacom/libwacom.c  | 5 +
- 2 files changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/data/dth-2452.tablet b/data/dth-2452.tablet
-index 12309db..54f8191 100644
 a/data/dth-2452.tablet
-+++ b/data/dth-2452.tablet
-@@ -16,7 +16,7 @@
- [Device]
- Name=Wacom DTH2452
- DeviceMatch=usb:056a:037d
--PairedID=056a:037e
-+PairedID=usb:056a:037e
- Class=PenDisplay
- Width=20
- Height=12
-diff --git a/libwacom/libwacom.c b/libwacom/libwacom.c
-index 3daff81..b813d5e 100644
 a/libwacom/libwacom.c
-+++ b/libwacom/libwacom.c
-@@ -460,6 +460,11 @@ libwacom_compare(const WacomDevice *a, const WacomDevice 
*b, WacomCompareFlags f
-   if (memcmp(a->button_codes, b->button_codes, 

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

2018-03-25 Thread Jan de Groot via arch-commits
Date: Sunday, March 25, 2018 @ 21:16:30
  Author: jgc
Revision: 320324

upgpkg: libwacom 0.29-1

Switch homepage, add libxml2 to makedepends for additional testsuite item

Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 21:09:58 UTC (rev 320323)
+++ PKGBUILD2018-03-25 21:16:30 UTC (rev 320324)
@@ -2,27 +2,21 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libwacom
-pkgver=0.28
-pkgrel=2
+pkgver=0.29
+pkgrel=1
 pkgdesc="Library to identify Wacom tablets and their features"
 arch=('x86_64')
-url="http://linuxwacom.sourceforge.net/wiki/index.php/Libwacom;
+url="https://github.com/linuxwacom/libwacom/wiki;
 license=('MIT')
 depends=('glib2' 'systemd' 'libgudev')
+makedepends=('libxml2')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
-source=(https://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2{,.sig}
-fix-pairedid-entry.patch)
-sha1sums=('6a6b19a587087412753ab69a2179f5f408f49ba2'
-  'SKIP'
-  'e9dbc6f8d6922ca02fd7efb003c785307dff2d6e')
-sha256sums=('e7d632301288b221cb5af69b4c5e57fd062bafd9a9acd6f9ce271570103267ef'
-'SKIP'
-'ed9a5500359c84d7f8784025185c7e66df7726d52b74170e15c17d64d871d51b')
+source=(https://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('6782d32af328bc984d7c4f65062f04a9172d342c'
+  'SKIP')
+sha256sums=('9cea00e68ddf342c3f749f6628d33fd3646f1937d7c57053ec6c5728d9a333b6'
+'SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../fix-pairedid-entry.patch
-}
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr


[arch-commits] Commit in xfce4-pulseaudio-plugin/repos/extra-x86_64 (2 files)

2018-03-25 Thread Jan de Groot via arch-commits
Date: Sunday, March 25, 2018 @ 21:09:58
  Author: jgc
Revision: 320323

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD
(from rev 320322, xfce4-pulseaudio-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 21:09:53 UTC (rev 320322)
+++ PKGBUILD2018-03-25 21:09:58 UTC (rev 320323)
@@ -1,50 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: NicoHood 
-# Contributor: 
-# Contributor: twa022 
-
-pkgname=xfce4-pulseaudio-plugin
-pkgver=0.3.5
-pkgrel=1
-pkgdesc="Pulseaudio plugin for Xfce4 panel"
-arch=('x86_64')
-license=('GPL2')
-url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'gtk-update-icon-cache' 
'libnotify')
-makedepends=('intltool' 'dbus-glib' git xfce4-dev-tools)
-optdepends=('pavucontrol: default pulseaudio mixer')
-_commit=740099065e7b6345b6db80ad900bb6109de1b07a  # 
tags/xfce4-pulseaudio-plugin-0.3.5^0
-source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^xfce4-pulseaudio-plugin-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---enable-keybinder \
---enable-libnotify \
---enable-maintainer-mode
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD (from rev 320322, 
xfce4-pulseaudio-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 21:09:58 UTC (rev 320323)
@@ -0,0 +1,50 @@
+# Maintainer: Jan de Groot 
+# Contributor: NicoHood 
+# Contributor: 
+# Contributor: twa022 
+
+pkgname=xfce4-pulseaudio-plugin
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Pulseaudio plugin for Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'gtk-update-icon-cache' 
'libnotify')
+makedepends=('intltool' 'dbus-glib' git xfce4-dev-tools)
+optdepends=('pavucontrol: default pulseaudio mixer')
+_commit=06b74caec7edfde6e45e58b81655495c76e913b0  # 
tags/xfce4-pulseaudio-plugin-0.4.0^0
+source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^xfce4-pulseaudio-plugin-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--enable-keybinder \
+--enable-libnotify \
+--enable-maintainer-mode
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in xfce4-pulseaudio-plugin/trunk (PKGBUILD)

2018-03-25 Thread Jan de Groot via arch-commits
Date: Sunday, March 25, 2018 @ 21:09:53
  Author: jgc
Revision: 320322

upgpkg: xfce4-pulseaudio-plugin 0.4.0-1

Modified:
  xfce4-pulseaudio-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 20:57:27 UTC (rev 320321)
+++ PKGBUILD2018-03-25 21:09:53 UTC (rev 320322)
@@ -4,7 +4,7 @@
 # Contributor: twa022 
 
 pkgname=xfce4-pulseaudio-plugin
-pkgver=0.3.5
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="Pulseaudio plugin for Xfce4 panel"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'gtk-update-icon-cache' 
'libnotify')
 makedepends=('intltool' 'dbus-glib' git xfce4-dev-tools)
 optdepends=('pavucontrol: default pulseaudio mixer')
-_commit=740099065e7b6345b6db80ad900bb6109de1b07a  # 
tags/xfce4-pulseaudio-plugin-0.3.5^0
+_commit=06b74caec7edfde6e45e58b81655495c76e913b0  # 
tags/xfce4-pulseaudio-plugin-0.4.0^0
 
source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-03-25 Thread Anatol Pomozov via arch-commits
Date: Sunday, March 25, 2018 @ 20:57:27
  Author: anatolik
Revision: 320321

archrelease: copy trunk to testing-x86_64

Added:
  lsof/repos/testing-x86_64/
  lsof/repos/testing-x86_64/PKGBUILD
(from rev 320320, lsof/trunk/PKGBUILD)
  lsof/repos/testing-x86_64/license.txt
(from rev 320320, lsof/trunk/license.txt)

-+
 PKGBUILD|   53 +
 license.txt |   27 +++
 2 files changed, 80 insertions(+)

Copied: lsof/repos/testing-x86_64/PKGBUILD (from rev 320320, 
lsof/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-25 20:57:27 UTC (rev 320321)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Angel Velasquez  
+# Contributor: Daniel J Griffiths 
+# Contributor: Aaron Griffin 
+# Contributor: Jochem Kossen 
+
+pkgname=lsof
+pkgver=4.90
+pkgrel=2
+pkgdesc="Lists open files for running Unix processes"
+arch=('x86_64')
+url="http://people.freebsd.org/~abe/;
+license=('custom')
+depends=('glibc')
+source=(ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/lsof_$pkgver.tar.bz2
+
fix_excessive_reporting.patch::https://github.com/masatake/lsof-linux/commit/f5d024877006deb5d0a500235068f8c4f928939e.patch
+license.txt)
+sha1sums=('9980f2ed68242c292f7aeb077d450c1e911ded88'
+  '6d5b5ab446e85253af287d1adbb9feec95fbcde5'
+  'db6b6d90ce895e4053f91ad25c7761fbf9a37dd6')
+#validpgpkeys=(9AFD62A840BD3D55) It is PGP-2 key
+
+prepare() {
+   cd lsof_$pkgver
+   tar xf lsof_${pkgver}_src.tar
+   cd lsof_${pkgver}_src
+   sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' 
dialects/linux/machine.h
+
+   patch -p1 < $srcdir/fix_excessive_reporting.patch
+}
+
+build() {
+   cd lsof_$pkgver/lsof_${pkgver}_src
+   ./Configure -n linux
+   make 
+}
+
+check() {
+   cd lsof_$pkgver/lsof_${pkgver}_src/tests
+   sed 's/END=0/exit 0/' -i CkTestDB
+   make all
+}
+
+package() {
+   cd lsof_$pkgver/lsof_${pkgver}_src
+
+   install -Dm0755 lsof "$pkgdir"/usr/bin/lsof 
+   install -Dm0644 lsof.8 "$pkgdir"/usr/share/man/man8/lsof.8 
+   
+   install -D -m0644 "$srcdir"/license.txt \
+"$pkgdir"/usr/share/licenses/lsof/LICENSE 
+}

Copied: lsof/repos/testing-x86_64/license.txt (from rev 320320, 
lsof/trunk/license.txt)
===
--- testing-x86_64/license.txt  (rev 0)
+++ testing-x86_64/license.txt  2018-03-25 20:57:27 UTC (rev 320321)
@@ -0,0 +1,27 @@
+Copyright 2002 Purdue Research Foundation, West Lafayette,
+Indiana 47907.  All rights reserved.
+
+Written by Victor A. Abell
+
+This software is not subject to any license of the American
+Telephone and Telegraph Company or the Regents of the
+University of California.
+
+Permission is granted to anyone to use this software for
+any purpose on any computer system, and to alter it and
+redistribute it freely, subject to the following
+restrictions:
+
+1. Neither the authors nor Purdue University are responsible
+   for any consequences of the use of this software.
+
+2. The origin of this software must not be misrepresented,
+   either by explicit claim or by omission.  Credit to the
+   authors and Purdue University must appear in documentation
+   and sources.
+
+3. Altered versions must be plainly marked as such, and must
+   not be misrepresented as being the original software.
+
+4. This notice may not be removed or altered.
+   


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

2018-03-25 Thread Anatol Pomozov via arch-commits
Date: Sunday, March 25, 2018 @ 20:57:01
  Author: anatolik
Revision: 320320

upgpkg: lsof 4.90-2

FS#57859: fix excessive reporting

Modified:
  lsof/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 17:32:56 UTC (rev 320319)
+++ PKGBUILD2018-03-25 20:57:01 UTC (rev 320320)
@@ -7,7 +7,7 @@
 
 pkgname=lsof
 pkgver=4.90
-pkgrel=1
+pkgrel=2
 pkgdesc="Lists open files for running Unix processes"
 arch=('x86_64')
 url="http://people.freebsd.org/~abe/;
@@ -14,8 +14,10 @@
 license=('custom')
 depends=('glibc')
 source=(ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/lsof_$pkgver.tar.bz2
+
fix_excessive_reporting.patch::https://github.com/masatake/lsof-linux/commit/f5d024877006deb5d0a500235068f8c4f928939e.patch
 license.txt)
 sha1sums=('9980f2ed68242c292f7aeb077d450c1e911ded88'
+  '6d5b5ab446e85253af287d1adbb9feec95fbcde5'
   'db6b6d90ce895e4053f91ad25c7761fbf9a37dd6')
 #validpgpkeys=(9AFD62A840BD3D55) It is PGP-2 key
 
@@ -24,6 +26,8 @@
tar xf lsof_${pkgver}_src.tar
cd lsof_${pkgver}_src
sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' 
dialects/linux/machine.h
+
+   patch -p1 < $srcdir/fix_excessive_reporting.patch
 }
 
 build() {


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

2018-03-25 Thread Christian Hesse via arch-commits
Date: Sunday, March 25, 2018 @ 20:29:12
  Author: eworm
Revision: 312615

archrelease: copy trunk to community-x86_64

Added:
  vis/repos/community-x86_64/PKGBUILD
(from rev 312614, vis/trunk/PKGBUILD)
Deleted:
  vis/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 20:29:05 UTC (rev 312614)
+++ PKGBUILD2018-03-25 20:29:12 UTC (rev 312615)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=vis
-pkgver=0.4
-pkgrel=1
-_pkgname_test=vis-test
-_commit_test='59be906c4fd4091016fa533c61f09d338e10da23'
-pkgdesc='modern, legacy free, simple yet efficient vim-like editor'
-arch=('i686' 'x86_64')
-url='http://www.brain-dump.org/projects/vis/'
-depends=('ncurses' 'libtermkey' 'lua' 'lua-lpeg' 'tre' 'file')
-checkdepends=('vim')
-license=('custom:ISC')
-backup=('etc/vis/visrc.lua')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/martanne/${pkgname}/archive/v${pkgver}.tar.gz;
-
"${_pkgname_test}-${_commit_test}.tar.gz::https://github.com/martanne/${_pkgname_test}/archive/${_commit_test}.tar.gz;)
-sha256sums=('f11ba41cfb86dd39475960abfd12469de4da0ccfdb941f1d7680d89d987694c5'
-'9574473e00b6db1acab22fc3927ba18a9ba40b1ba5fff497c3e096e6f6faff58')
-
-prepare() {
-   cd "${pkgname}-${pkgver}/"
-
-   rmdir test/
-   mv "../${_pkgname_test}-${_commit_test}" test
-}
-
-build() {
-   cd "${pkgname}-${pkgver}/"
-
-   ./configure \
-   --prefix=/usr
-
-   make
-}
-
-check() {
-   cd "${pkgname}-${pkgver}/"
-
-   make -C test/
-}
-
-package() {
-   cd "${pkgname}-${pkgver}/"
-
-   make DESTDIR="${pkgdir}" install
-
-   install -D -m0644 lua/visrc.lua "${pkgdir}"/etc/vis/visrc.lua
-
-   install -D -m0644 'LICENSE' "${pkgdir}/usr/share/licenses/vis/LICENSE"
-}
-

Copied: vis/repos/community-x86_64/PKGBUILD (from rev 312614, 
vis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 20:29:12 UTC (rev 312615)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=vis
+pkgver=0.5
+pkgrel=1
+_pkgname_test=vis-test
+_pkgver_test=0.3
+pkgdesc='modern, legacy free, simple yet efficient vim-like editor'
+arch=('x86_64')
+url='http://www.brain-dump.org/projects/vis/'
+depends=('ncurses' 'libtermkey' 'lua' 'lua-lpeg' 'tre' 'file')
+checkdepends=('vim')
+license=('custom:ISC')
+backup=('etc/vis/visrc.lua')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/martanne/${pkgname}/archive/v${pkgver}.tar.gz;
+
"${_pkgname_test}-${_pkgver_test}.tar.gz::https://github.com/martanne/${_pkgname_test}/archive/v${_pkgver_test}.tar.gz;)
+sha256sums=('77ea70ebc9c811d88e32199ef5b3ee9b834ac1e880fb61b6d2460f93f0587df5'
+'267d8785e941c7dd1d0407803f025fcfd691a3e94511efc7c39b7f9debba8e79')
+
+prepare() {
+   cd "${pkgname}-${pkgver}/"
+
+   rmdir test/
+   mv "../${_pkgname_test}-${_pkgver_test}" test
+}
+
+build() {
+   cd "${pkgname}-${pkgver}/"
+
+   ./configure \
+   --prefix=/usr
+
+   make
+}
+
+check() {
+   cd "${pkgname}-${pkgver}/"
+
+   make -C test/
+}
+
+package() {
+   cd "${pkgname}-${pkgver}/"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -D -m0644 lua/visrc.lua "${pkgdir}"/etc/vis/visrc.lua
+
+   install -D -m0644 'LICENSE' "${pkgdir}/usr/share/licenses/vis/LICENSE"
+}
+


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

2018-03-25 Thread Christian Hesse via arch-commits
Date: Sunday, March 25, 2018 @ 20:29:05
  Author: eworm
Revision: 312614

upgpkg: vis 0.5-1

new upstream release

Modified:
  vis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 20:26:51 UTC (rev 312613)
+++ PKGBUILD2018-03-25 20:29:05 UTC (rev 312614)
@@ -2,10 +2,10 @@
 # Maintainer: Christian Hesse 
 
 pkgname=vis
-pkgver=0.4
+pkgver=0.5
 pkgrel=1
 _pkgname_test=vis-test
-_pkgver_test=0.2
+_pkgver_test=0.3
 pkgdesc='modern, legacy free, simple yet efficient vim-like editor'
 arch=('x86_64')
 url='http://www.brain-dump.org/projects/vis/'
@@ -15,8 +15,8 @@
 backup=('etc/vis/visrc.lua')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/martanne/${pkgname}/archive/v${pkgver}.tar.gz;
 
"${_pkgname_test}-${_pkgver_test}.tar.gz::https://github.com/martanne/${_pkgname_test}/archive/v${_pkgver_test}.tar.gz;)
-sha256sums=('f11ba41cfb86dd39475960abfd12469de4da0ccfdb941f1d7680d89d987694c5'
-'26f3a82842e098f4004f5a8741ac501e209aa36704971b7e68d8104102c90788')
+sha256sums=('77ea70ebc9c811d88e32199ef5b3ee9b834ac1e880fb61b6d2460f93f0587df5'
+'267d8785e941c7dd1d0407803f025fcfd691a3e94511efc7c39b7f9debba8e79')
 
 prepare() {
cd "${pkgname}-${pkgver}/"


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

2018-03-25 Thread Eli Schwartz via arch-commits
Date: Sunday, March 25, 2018 @ 20:26:51
  Author: eschwartz
Revision: 312613

accidentally duplicated source line

Modified:
  python-dateutil/repos/community-any/PKGBUILD
  python-dateutil/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |1 -
 trunk/PKGBUILD   |1 -
 2 files changed, 2 deletions(-)

Modified: repos/community-any/PKGBUILD
===
--- repos/community-any/PKGBUILD2018-03-25 19:26:22 UTC (rev 312612)
+++ repos/community-any/PKGBUILD2018-03-25 20:26:51 UTC (rev 312613)
@@ -13,7 +13,6 @@
 url="https://github.com/dateutil/dateutil;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
 checkdepends=('python-pytest' 'python2-pytest' 'python-freezegun' 
'python2-freezegun')
-source=("$pkgbase-$pkgver.tar.gz"::"https://github.com/dateutil/dateutil/archive/$pkgver.tar.gz;)
 source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
 sha256sums=('14eb44faa298942c6385636bfd76bd5c21361632cf8ebc9c20d63fd00f6a069f'
 'SKIP')

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-03-25 19:26:22 UTC (rev 312612)
+++ trunk/PKGBUILD  2018-03-25 20:26:51 UTC (rev 312613)
@@ -13,7 +13,6 @@
 url="https://github.com/dateutil/dateutil;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
 checkdepends=('python-pytest' 'python2-pytest' 'python-freezegun' 
'python2-freezegun')
-source=("$pkgbase-$pkgver.tar.gz"::"https://github.com/dateutil/dateutil/archive/$pkgver.tar.gz;)
 source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
 sha256sums=('14eb44faa298942c6385636bfd76bd5c21361632cf8ebc9c20d63fd00f6a069f'
 'SKIP')


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

2018-03-25 Thread Bruno Pagani via arch-commits
Date: Sunday, March 25, 2018 @ 19:26:22
  Author: archange
Revision: 312612

archrelease: copy trunk to community-x86_64

Added:
  fractal/repos/community-x86_64/PKGBUILD
(from rev 312611, fractal/trunk/PKGBUILD)
Deleted:
  fractal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 19:25:42 UTC (rev 312611)
+++ PKGBUILD2018-03-25 19:26:22 UTC (rev 312612)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=fractal
-pkgver=0.1.18
-pkgrel=1
-pkgdesc="A GTK+ client for Matrix written in Rust"
-arch=('x86_64')
-url="https://wiki.gnome.org/Fractal;
-license=('GPL2')
-depends=('gtk3')
-makedepends=('meson' 'rust')
-_md5=ee557c7df30bb0021eea207cc962
-source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('c3c67fffeda9336f862b4232a6f154a26dcb9e451b95f047a493a37d6781ef8b')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: fractal/repos/community-x86_64/PKGBUILD (from rev 312611, 
fractal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 19:26:22 UTC (rev 312612)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=fractal
+pkgver=0.1.21
+pkgrel=1
+pkgdesc="A GTK+ client for Matrix written in Rust"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Fractal;
+license=('GPL2')
+depends=('gtk3')
+makedepends=('meson' 'rust')
+_md5=5ecd29da4bc702522d1caa86e38cabed
+source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('f5d47ef915980067181a352d630f71f1a69015c906781b8616f98e43b5ec7532')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-03-25 Thread Bruno Pagani via arch-commits
Date: Sunday, March 25, 2018 @ 19:25:42
  Author: archange
Revision: 312611

upgpkg: fractal 0.1.21-1

Modified:
  fractal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 18:04:55 UTC (rev 312610)
+++ PKGBUILD2018-03-25 19:25:42 UTC (rev 312611)
@@ -1,17 +1,17 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=fractal
-pkgver=0.1.18
+pkgver=0.1.21
 pkgrel=1
 pkgdesc="A GTK+ client for Matrix written in Rust"
 arch=('x86_64')
-url="https://wiki.gnome.org/Fractal;
+url="https://wiki.gnome.org/Apps/Fractal;
 license=('GPL2')
 depends=('gtk3')
 makedepends=('meson' 'rust')
-_md5=ee557c7df30bb0021eea207cc962
+_md5=5ecd29da4bc702522d1caa86e38cabed
 
source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('c3c67fffeda9336f862b4232a6f154a26dcb9e451b95f047a493a37d6781ef8b')
+sha256sums=('f5d47ef915980067181a352d630f71f1a69015c906781b8616f98e43b5ec7532')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in spyder/repos (7 files)

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 18:04:55
  Author: muflone
Revision: 312610

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/
  spyder/repos/community-testing-any/PKGBUILD
(from rev 312609, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
(from rev 312609, spyder/trunk/bug_51437_spyder2.patch)
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
(from rev 312609, spyder/trunk/bug_53489_python2-optional-nbconvert.patch)
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
(from rev 312609, spyder/trunk/bug_54508_missing_pyqt4_qtwebkit.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 312609, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder2.install
(from rev 312609, spyder/trunk/spyder2.install)

+
 PKGBUILD   |  111 +++
 bug_51437_spyder2.patch|   50 
 bug_53489_python2-optional-nbconvert.patch |   12 ++
 bug_54508_missing_pyqt4_qtwebkit.patch |   24 +
 python2.patch  |   17 
 spyder2.install|8 +
 6 files changed, 222 insertions(+)

Copied: spyder/repos/community-testing-any/PKGBUILD (from rev 312609, 
spyder/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-03-25 18:04:55 UTC (rev 312610)
@@ -0,0 +1,111 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Francois Boulogne 
+# Contributor: TDY 
+
+pkgbase='spyder'
+pkgname=('spyder2' 'spyder3')
+pkgver=3.2.8
+pkgrel=1
+pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
+makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
+arch=('any')
+url='https://github.com/spyder-ide/spyder/'
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
+"python2.patch"
+"bug_53489_python2-optional-nbconvert.patch"
+"bug_54508_missing_pyqt4_qtwebkit.patch"
+"bug_51437_spyder2.patch")
+sha256sums=('171b14bc0db30986c4a69fa34cf68ee9b2c388f97556548a433d4b6a7aa087ae'
+'84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
+'7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
+'28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
+'4773c1b88816e696d7238cc7a1881dc5e954bbab633455af15fcbebcc3923745')
+
+prepare() {
+  cd "${pkgbase}-${pkgver}"
+  # Forced QT API to pyqt5 (see https://bugs.archlinux.org/task/54508)
+  msg2 "Applying patches bug_54508_missing_pyqt4_qtwebkit.patch"
+  patch -p1 -i "../bug_54508_missing_pyqt4_qtwebkit.patch"
+  # Replace spyder with spyder2 (see https://bugs.archlinux.org/task/51437)
+  msg2 "Applying patches bug_51437_spyder2.patch"
+  patch -p1 -i "../bug_51437_spyder2.patch"
+  mv "img_src/spyder.png" "img_src/spyder2.png"
+  mv "scripts/spyder.desktop" "scripts/spyder2.desktop"
+
+  # Prepare sources for spyder2 build
+  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder2-${pkgver}"
+  cd "${srcdir}/spyder2-${pkgver}"
+  msg2 "Applying patches python2.patch"
+  patch -p1 -i "../python2.patch"
+  msg2 "Applying patches bug_53489_python2-optional-nbconvert.patch"
+  patch -p1 -i "../bug_53489_python2-optional-nbconvert.patch"
+
+  # Prepare sources for spyder3 build
+  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder3-${pkgver}"
+  cd "${srcdir}/spyder3-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python3 setup.py build
+}
+
+package_spyder2() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
+  depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
+   'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
+   'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
+   'python2-opengl' 'python2-cloudpickle' 'icu' 
'gtk-update-icon-cache')
+  provides=('spyder')
+  conflicts=('spyder')
+  replaces=('spyder')
+  optdepends=('python2-numpy: N-dimensional arrays'
+  'python2-scipy: signal/image processing'
+  'python2-h5py: HDF5 support'
+  'python2-matplotlib: interactive 2D/3D data plotting'
+  'python2-sympy: symbolic mathematics for the IPython console'
+  'python2-pandas: view and edit DataFrames and Series in the 
Variable 

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

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 18:04:35
  Author: muflone
Revision: 312609

upgpkg: spyder 3.2.8-1

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 17:06:37 UTC (rev 312608)
+++ PKGBUILD2018-03-25 18:04:35 UTC (rev 312609)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.7
+pkgver=3.2.8
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('5e53705179b57680796b9c095556d30fdfe41b359bbcffea94a6ea1929b0d6dd'
+sha256sums=('171b14bc0db30986c4a69fa34cf68ee9b2c388f97556548a433d4b6a7aa087ae'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 17:32:56
  Author: heftig
Revision: 320319

archrelease: copy trunk to staging-x86_64

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

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  240 +
 config| 9552 
 linux.install |   10 
 linux.preset  |   14 
 6 files changed, 9839 insertions(+)

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


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 17:19:52
  Author: heftig
Revision: 320318

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  
linux/repos/staging-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 320317, 
linux/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux/repos/staging-x86_64/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
(from rev 320317, 
linux/trunk/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch)
  linux/repos/staging-x86_64/60-linux.hook
(from rev 320317, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 320317, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 320317, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 320317, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 320317, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 320317, linux/trunk/linux.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch |   42 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  241 
 config  | 9516 
++
 linux.install   |   10 
 linux.preset|   14 
 8 files changed, 9949 insertions(+)

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


[arch-commits] Commit in gnome-shell-extensions/trunk (PKGBUILD)

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 17:16:34
  Author: heftig
Revision: 320317

FS#57951 deps

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 17:12:51 UTC (rev 320316)
+++ PKGBUILD2018-03-25 17:16:34 UTC (rev 320317)
@@ -9,7 +9,7 @@
 arch=(any)
 license=(GPL)
 makedepends=(meson git sassc js52)
-optdepends=('nautilus: gnome-classic session')
+optdepends=('gnome-menus: applications menu extension')
 groups=(gnome)
 _commit=496ae16cf18b1a7580d953b095542031178428ca  # master
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit;


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 17:12:49
  Author: heftig
Revision: 320315

4.15.13-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 15:51:34 UTC (rev 320314)
+++ PKGBUILD2018-03-25 17:12:49 UTC (rev 320315)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.15
-_zenpatch=zen-4.15.12-206025024aa73852840e8276340a44f5e76bfcda.diff
-pkgver=4.15.12
+_zenpatch=zen-4.15.13-a1ca1cf1ff0c57c3bd66361d8d0fe049f0ad88d5.diff
+pkgver=4.15.13
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -30,9 +30,9 @@
 )
 sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
 'SKIP'
-'74d2ac2ea103c907213223fd4ff710ad53e1d8a2d612db18e10d3dda9f1a6b79'
+'f1bc5cfc7316daa463cd0ed366e376eb24a29072491c29a68732e1edf8a6ef8b'
 'SKIP'
-'bd5d29f332b439bb044c7f9452c965cc64f3e64d264e0de7bb5d7824b33d1b41'
+'70232c43871cfcd973ee518d2cd6be2b4d75ee745c6f58ad12bf8b074a47c67a'
 'SKIP'
 'c81fd0b2d1dab295ee0e61c6c381286658223d9a128636c68f0f0ecdd28d7044'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 17:12:51
  Author: heftig
Revision: 320316

4.15.13-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 17:12:49 UTC (rev 320315)
+++ PKGBUILD2018-03-25 17:12:51 UTC (rev 320316)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.15
-pkgver=4.15.12
+pkgver=4.15.13
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/;
@@ -28,7 +28,7 @@
 )
 sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
 'SKIP'
-'74d2ac2ea103c907213223fd4ff710ad53e1d8a2d612db18e10d3dda9f1a6b79'
+'f1bc5cfc7316daa463cd0ed366e376eb24a29072491c29a68732e1edf8a6ef8b'
 'SKIP'
 'f38927db126ec7141ea2dd70cabb2ef378552672b31db4ab621493928497abd7'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


[arch-commits] Commit in dbeaver-plugin-svg-format/repos/community-testing-any (4 files)

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 17:06:37
  Author: muflone
Revision: 312608

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-svg-format/repos/community-testing-any/PKGBUILD
(from rev 312607, dbeaver-plugin-svg-format/trunk/PKGBUILD)
  
dbeaver-plugin-svg-format/repos/community-testing-any/dbeaver-plugin-svg-format.info
(from rev 312607, 
dbeaver-plugin-svg-format/trunk/dbeaver-plugin-svg-format.info)
Deleted:
  dbeaver-plugin-svg-format/repos/community-testing-any/PKGBUILD
  
dbeaver-plugin-svg-format/repos/community-testing-any/dbeaver-plugin-svg-format.info

+
 PKGBUILD   |   72 +++
 dbeaver-plugin-svg-format.info |2 -
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 17:06:20 UTC (rev 312607)
+++ PKGBUILD2018-03-25 17:06:37 UTC (rev 312608)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=dbeaver-plugin-svg-format
-pkgver=1.0.15
-pkgrel=1
-pkgdesc='DBeaver plugin to save diagrams in SVG format'
-arch=('any')
-url='http://dbeaver.jkiss.org/'
-license=('Apache')
-makedepends=('unzip')
-depends=('dbeaver>=4.2.5' 'dbeaver-plugin-batik')
-source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/svg/latest/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar;
-"${pkgname}.info")
-sha256sums=('4e3fc190a639c5c52064d44b793eeb34eb924397404121a55a89cffae2e57e79'
-'bd1bb22c3734a2f5c33e67f0c572c6356f6090526fd61dd43b0922260f0d04f3'
-'b9d285178b258be783c7ffe160a90768b38244be113d09f712d2746e6f11d1d7')
-noextract=("org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
-   "ui.svg.feature_${pkgver}.jar")
-
-package() {
-  # Install plugin
-  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
-  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" \
-"org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
-
-  # Extract feature
-  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
-  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar" \
--d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
-
-  # Add configuration file (handled by the hook)
-  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
-  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
-}

Copied: dbeaver-plugin-svg-format/repos/community-testing-any/PKGBUILD (from 
rev 312607, dbeaver-plugin-svg-format/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 17:06:37 UTC (rev 312608)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-svg-format
+pkgver=1.0.15
+pkgrel=1
+pkgdesc='DBeaver plugin to save diagrams in SVG format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5' 'dbeaver-plugin-batik')
+source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('4e3fc190a639c5c52064d44b793eeb34eb924397404121a55a89cffae2e57e79'
+'bd1bb22c3734a2f5c33e67f0c572c6356f6090526fd61dd43b0922260f0d04f3'
+'ed8f7aa0b7a9adbcf9a79608e37ecee0ea2ee4fceb3ccd4226fa391864ad4830')
+noextract=("org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
+   "ui.svg.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" \
+"org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Deleted: dbeaver-plugin-svg-format.info
===
--- dbeaver-plugin-svg-format.info  2018-03-25 17:06:20 UTC (rev 312607)
+++ dbeaver-plugin-svg-format.info  2018-03-25 17:06:37 UTC (rev 312608)
@@ -1 +0,0 @@
-org.jkiss.dbeaver.ext.ui.svg,1.0.13,plugins/org.jkiss.dbeaver.ext.ui.svg_1.0.13.jar,4,false


[arch-commits] Commit in dbeaver-plugin-svg-format/trunk (2 files)

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 17:06:20
  Author: muflone
Revision: 312607

upgpkg: dbeaver-plugin-svg-format 1.0.15-1

Modified:
  dbeaver-plugin-svg-format/trunk/PKGBUILD
  dbeaver-plugin-svg-format/trunk/dbeaver-plugin-svg-format.info

+
 PKGBUILD   |2 +-
 dbeaver-plugin-svg-format.info |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 16:59:25 UTC (rev 312606)
+++ PKGBUILD2018-03-25 17:06:20 UTC (rev 312607)
@@ -15,7 +15,7 @@
 "${pkgname}.info")
 sha256sums=('4e3fc190a639c5c52064d44b793eeb34eb924397404121a55a89cffae2e57e79'
 'bd1bb22c3734a2f5c33e67f0c572c6356f6090526fd61dd43b0922260f0d04f3'
-'b9d285178b258be783c7ffe160a90768b38244be113d09f712d2746e6f11d1d7')
+'ed8f7aa0b7a9adbcf9a79608e37ecee0ea2ee4fceb3ccd4226fa391864ad4830')
 noextract=("org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
"ui.svg.feature_${pkgver}.jar")
 

Modified: dbeaver-plugin-svg-format.info
===
--- dbeaver-plugin-svg-format.info  2018-03-25 16:59:25 UTC (rev 312606)
+++ dbeaver-plugin-svg-format.info  2018-03-25 17:06:20 UTC (rev 312607)
@@ -1 +1 @@
-org.jkiss.dbeaver.ext.ui.svg,1.0.13,plugins/org.jkiss.dbeaver.ext.ui.svg_1.0.13.jar,4,false
+org.jkiss.dbeaver.ext.ui.svg,1.0.15,plugins/org.jkiss.dbeaver.ext.ui.svg_1.0.15.jar,4,false


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

2018-03-25 Thread Anatol Pomozov via arch-commits
Date: Sunday, March 25, 2018 @ 16:59:25
  Author: anatolik
Revision: 312606

archrelease: copy trunk to community-x86_64

Added:
  bookworm/repos/community-x86_64/PKGBUILD
(from rev 312605, bookworm/trunk/PKGBUILD)
Deleted:
  bookworm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 16:58:53 UTC (rev 312605)
+++ PKGBUILD2018-03-25 16:59:25 UTC (rev 312606)
@@ -1,26 +0,0 @@
-# Contributor: ValHue 
-
-pkgname=bookworm
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='A simple user centric eBook reader which displays multiple eBooks 
formats uniformly'
-url='https://babluboy.github.io/bookworm'
-arch=(x86_64)
-license=(GPL3)
-depends=(granite poppler-glib python unrar unzip webkit2gtk)
-makedepends=(cmake vala ninja)
-source=(bookworm-$pkgver.tar.gz::https://github.com/babluboy/bookworm/archive/$pkgver.tar.gz)
-sha256sums=('8dacaab3531c189836f7ef65dc69a84de9d03e467e68275bb6c5a31b17f9fbc5')
-
-build() {
-  cd bookworm-$pkgver
-  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -G Ninja
-  ninja
-}
-
-package() {
-  cd bookworm-$pkgver
- 
-  DESTDIR="$pkgdir" ninja install
-  install -m644 -D LICENSE "$pkgdir"/usr/share/licenses/bookworm/LICENSE
-}

Copied: bookworm/repos/community-x86_64/PKGBUILD (from rev 312605, 
bookworm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 16:59:25 UTC (rev 312606)
@@ -0,0 +1,26 @@
+# Contributor: ValHue 
+
+pkgname=bookworm
+pkgver=1.0.0
+pkgrel=2
+pkgdesc='A simple user centric eBook reader which displays multiple eBooks 
formats uniformly'
+url='https://babluboy.github.io/bookworm'
+arch=(x86_64)
+license=(GPL3)
+depends=(granite poppler-glib python unarchiver unzip webkit2gtk)
+makedepends=(cmake vala ninja)
+source=(bookworm-$pkgver.tar.gz::https://github.com/babluboy/bookworm/archive/$pkgver.tar.gz)
+sha256sums=('8dacaab3531c189836f7ef65dc69a84de9d03e467e68275bb6c5a31b17f9fbc5')
+
+build() {
+  cd bookworm-$pkgver
+  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -G Ninja
+  ninja
+}
+
+package() {
+  cd bookworm-$pkgver
+ 
+  DESTDIR="$pkgdir" ninja install
+  install -m644 -D LICENSE "$pkgdir"/usr/share/licenses/bookworm/LICENSE
+}


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

2018-03-25 Thread Anatol Pomozov via arch-commits
Date: Sunday, March 25, 2018 @ 16:58:53
  Author: anatolik
Revision: 312605

upgpkg: bookworm 1.0.0-2

FS#57846: use unarchiver instead of unrar

Modified:
  bookworm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 16:45:10 UTC (rev 312604)
+++ PKGBUILD2018-03-25 16:58:53 UTC (rev 312605)
@@ -2,12 +2,12 @@
 
 pkgname=bookworm
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A simple user centric eBook reader which displays multiple eBooks 
formats uniformly'
 url='https://babluboy.github.io/bookworm'
 arch=(x86_64)
 license=(GPL3)
-depends=(granite poppler-glib python unrar unzip webkit2gtk)
+depends=(granite poppler-glib python unarchiver unzip webkit2gtk)
 makedepends=(cmake vala ninja)
 
source=(bookworm-$pkgver.tar.gz::https://github.com/babluboy/bookworm/archive/$pkgver.tar.gz)
 sha256sums=('8dacaab3531c189836f7ef65dc69a84de9d03e467e68275bb6c5a31b17f9fbc5')


[arch-commits] Commit in dbeaver-plugin-batik/repos (3 files)

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 16:45:10
  Author: muflone
Revision: 312604

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-batik/repos/community-testing-any/
  dbeaver-plugin-batik/repos/community-testing-any/PKGBUILD
(from rev 312603, dbeaver-plugin-batik/trunk/PKGBUILD)
  dbeaver-plugin-batik/repos/community-testing-any/dbeaver-plugin-batik.info
(from rev 312603, dbeaver-plugin-batik/trunk/dbeaver-plugin-batik.info)

---+
 PKGBUILD  |   28 
 dbeaver-plugin-batik.info |1 +
 2 files changed, 29 insertions(+)

Copied: dbeaver-plugin-batik/repos/community-testing-any/PKGBUILD (from rev 
312603, dbeaver-plugin-batik/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-03-25 16:45:10 UTC (rev 312604)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-batik
+pkgver=1.9.1
+pkgrel=4
+pkgdesc='DBeaver library for SVG format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5')
+source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.jkiss.bundle.apache.batik_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('727395461b4ca2d7164a527a0c9e4da74194623781bc2a0cb6def0a5e17b8ebc'
+'ffe1d581879b756d79a519ff7abb308f70586b4746943ac53f9d58dcf6cfcaa7')
+noextract=("org.jkiss.bundle.apache.batik_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" \
+"org.jkiss.bundle.apache.batik_${pkgver}.jar"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: 
dbeaver-plugin-batik/repos/community-testing-any/dbeaver-plugin-batik.info 
(from rev 312603, dbeaver-plugin-batik/trunk/dbeaver-plugin-batik.info)
===
--- community-testing-any/dbeaver-plugin-batik.info 
(rev 0)
+++ community-testing-any/dbeaver-plugin-batik.info 2018-03-25 16:45:10 UTC 
(rev 312604)
@@ -0,0 +1 @@
+org.jkiss.bundle.apache.batik,1.9.1,plugins/org.jkiss.bundle.apache.batik_1.9.1.jar,4,false


[arch-commits] Commit in dbeaver-plugin-batik/trunk (2 files)

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 16:45:00
  Author: muflone
Revision: 312603

upgpkg: dbeaver-plugin-batik 1.9.1-4

Modified:
  dbeaver-plugin-batik/trunk/PKGBUILD
  dbeaver-plugin-batik/trunk/dbeaver-plugin-batik.info

---+
 PKGBUILD  |   32 ++--
 dbeaver-plugin-batik.info |7 +--
 2 files changed, 7 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 16:38:38 UTC (rev 312602)
+++ PKGBUILD2018-03-25 16:45:00 UTC (rev 312603)
@@ -3,7 +3,7 @@
 
 pkgname=dbeaver-plugin-batik
 pkgver=1.9.1
-pkgrel=3
+pkgrel=4
 pkgdesc='DBeaver library for SVG format'
 arch=('any')
 url='http://dbeaver.jkiss.org/'
@@ -10,37 +10,17 @@
 license=('Apache')
 makedepends=('unzip')
 depends=('dbeaver>=4.2.5')
-source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-svggen_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-codec_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-awt-util_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-constants_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-i18n_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/svg/latest/plugins/org.apache.xmlgraphics.batik-util_${pkgver}.jar;
+source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.jkiss.bundle.apache.batik_${pkgver}.jar;
 "${pkgname}.info")
-sha256sums=('e5991a73791db02a129be64763979e63ed8c0fac5293be5c109068912c2c5f30'
-'cc3dea36ff993f917d2f36a9737b20b84dab8405d89c06fa32c86e384b10ed71'
-'2aeb2392f40814c4a9e90579fc972343e2d57156e371e6a3119106f6f351f677'
-'fa4894ef025d1f349dff76beca46e6fde821ceebec7479dac36712be5787d583'
-'87ebf25483696fdd080cf2707210f9cd9e673f4bed83c53f31445b4b51e39951'
-'08826cd1943f3fe3bf2b2775837fccd473d31a56e2da19e63367275ea7e654ef'
-'bd85af6346b7d2a5720be215ce3d3a1c9efc74abef2a5695ea900142b5fdec56')
-noextract=("org.apache.xmlgraphics.batik-svggen_${pkgver}.jar"
-   "org.apache.xmlgraphics.batik-codec_${pkgver}.jar"
-   "org.apache.xmlgraphics.batik-awt-util_${pkgver}.jar"
-   "org.apache.xmlgraphics.batik-constants_${pkgver}.jar"
-   "org.apache.xmlgraphics.batik-i18n_${pkgver}.jar"
-   "org.apache.xmlgraphics.batik-util_${pkgver}.jar")
+sha256sums=('727395461b4ca2d7164a527a0c9e4da74194623781bc2a0cb6def0a5e17b8ebc'
+'ffe1d581879b756d79a519ff7abb308f70586b4746943ac53f9d58dcf6cfcaa7')
+noextract=("org.jkiss.bundle.apache.batik_${pkgver}.jar")
 
 package() {
   # Install plugin
   install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
   install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" \
-"org.apache.xmlgraphics.batik-svggen_${pkgver}.jar" \
-"org.apache.xmlgraphics.batik-codec_${pkgver}.jar" \
-"org.apache.xmlgraphics.batik-awt-util_${pkgver}.jar" \
-"org.apache.xmlgraphics.batik-constants_${pkgver}.jar" \
-"org.apache.xmlgraphics.batik-i18n_${pkgver}.jar" \
-"org.apache.xmlgraphics.batik-util_${pkgver}.jar"
+"org.jkiss.bundle.apache.batik_${pkgver}.jar"
 
   # Add configuration file (handled by the hook)
   install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"

Modified: dbeaver-plugin-batik.info
===
--- dbeaver-plugin-batik.info   2018-03-25 16:38:38 UTC (rev 312602)
+++ dbeaver-plugin-batik.info   2018-03-25 16:45:00 UTC (rev 312603)
@@ -1,6 +1 @@
-org.apache.xmlgraphics.batik-svggen,1.9.1,plugins/org.apache.xmlgraphics.batik-svggen_1.9.1.jar,4,false
-org.apache.xmlgraphics.batik-codec,1.9.1,plugins/org.apache.xmlgraphics.batik-codec_1.9.1.jar,4,false
-org.apache.xmlgraphics.batik-awt-util,1.9.1,plugins/org.apache.xmlgraphics.batik-awt-util_1.9.1.jar,4,false
-org.apache.xmlgraphics.batik-constants,1.9.1,plugins/org.apache.xmlgraphics.batik-constants_1.9.1.jar,4,false
-org.apache.xmlgraphics.batik-i18n,1.9.1,plugins/org.apache.xmlgraphics.batik-i18n_1.9.1.jar,4,false
-org.apache.xmlgraphics.batik-util,1.9.1,plugins/org.apache.xmlgraphics.batik-util_1.9.1.jar,4,false
+org.jkiss.bundle.apache.batik,1.9.1,plugins/org.jkiss.bundle.apache.batik_1.9.1.jar,4,false


[arch-commits] Commit in dbeaver-plugin-office/trunk (2 files)

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 16:38:23
  Author: muflone
Revision: 312601

upgpkg: dbeaver-plugin-office 1.1.16-2

Modified:
  dbeaver-plugin-office/trunk/PKGBUILD
  dbeaver-plugin-office/trunk/dbeaver-plugin-office.info

+
 PKGBUILD   |4 ++--
 dbeaver-plugin-office.info |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 16:14:16 UTC (rev 312600)
+++ PKGBUILD2018-03-25 16:38:23 UTC (rev 312601)
@@ -3,7 +3,7 @@
 
 pkgname=dbeaver-plugin-office
 pkgver=1.1.16
-pkgrel=1
+pkgrel=2
 pkgdesc='DBeaver plugin to export data to Microsoft Office format'
 arch=('any')
 url='http://dbeaver.jkiss.org/'
@@ -15,7 +15,7 @@
 "${pkgname}.info")
 sha256sums=('40bec26b2a9cb9f2e1209f8824a9b665ca521ef9f1c8c95e58cf11cee74994db'
 '7589e57561beb25f10997a95fd70f7683f04719c1785d28c288f68007f955727'
-'7bea1ff09361ba07d2243ceeb1e4b5fa7983832a53ccbec672f82b2b5055')
+'41195bc8f516a5c286a8f3ed1ca9d5bdc232b1de6bb835fe820fa312b97bf3e0')
 noextract=("org.jkiss.dbeaver.data.office_${pkgver}.jar"
"org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar")
 

Modified: dbeaver-plugin-office.info
===
--- dbeaver-plugin-office.info  2018-03-25 16:14:16 UTC (rev 312600)
+++ dbeaver-plugin-office.info  2018-03-25 16:38:23 UTC (rev 312601)
@@ -1 +1 @@
-org.jkiss.dbeaver.data.office,1.1.14,plugins/org.jkiss.dbeaver.data.office_1.1.14.jar,4,false
+org.jkiss.dbeaver.data.office,1.1.16,plugins/org.jkiss.dbeaver.data.office_1.1.16.jar,4,false


[arch-commits] Commit in dbeaver-plugin-office/repos/community-testing-any (4 files)

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 16:38:38
  Author: muflone
Revision: 312602

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-office/repos/community-testing-any/PKGBUILD
(from rev 312601, dbeaver-plugin-office/trunk/PKGBUILD)
  dbeaver-plugin-office/repos/community-testing-any/dbeaver-plugin-office.info
(from rev 312601, dbeaver-plugin-office/trunk/dbeaver-plugin-office.info)
Deleted:
  dbeaver-plugin-office/repos/community-testing-any/PKGBUILD
  dbeaver-plugin-office/repos/community-testing-any/dbeaver-plugin-office.info

+
 PKGBUILD   |   70 +--
 dbeaver-plugin-office.info |2 -
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 16:38:23 UTC (rev 312601)
+++ PKGBUILD2018-03-25 16:38:38 UTC (rev 312602)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=dbeaver-plugin-office
-pkgver=1.1.16
-pkgrel=1
-pkgdesc='DBeaver plugin to export data to Microsoft Office format'
-arch=('any')
-url='http://dbeaver.jkiss.org/'
-license=('Apache')
-makedepends=('unzip')
-depends=('dbeaver>=4.2.5' 'dbeaver-plugin-apache-poi')
-source=("https://dbeaver.jkiss.org/update/office/latest/plugins/org.jkiss.dbeaver.data.office_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/office/latest/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar;
-"${pkgname}.info")
-sha256sums=('40bec26b2a9cb9f2e1209f8824a9b665ca521ef9f1c8c95e58cf11cee74994db'
-'7589e57561beb25f10997a95fd70f7683f04719c1785d28c288f68007f955727'
-'7bea1ff09361ba07d2243ceeb1e4b5fa7983832a53ccbec672f82b2b5055')
-noextract=("org.jkiss.dbeaver.data.office_${pkgver}.jar"
-   "org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar")
-
-package() {
-  # Install plugin
-  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
-  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" 
"org.jkiss.dbeaver.data.office_${pkgver}.jar"
-
-  # Extract feature
-  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
-  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar" \
--d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
-
-  # Add configuration file (handled by the hook)
-  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
-  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
-}

Copied: dbeaver-plugin-office/repos/community-testing-any/PKGBUILD (from rev 
312601, dbeaver-plugin-office/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 16:38:38 UTC (rev 312602)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-office
+pkgver=1.1.16
+pkgrel=2
+pkgdesc='DBeaver plugin to export data to Microsoft Office format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5' 'dbeaver-plugin-apache-poi')
+source=("https://dbeaver.jkiss.org/update/office/latest/plugins/org.jkiss.dbeaver.data.office_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/office/latest/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('40bec26b2a9cb9f2e1209f8824a9b665ca521ef9f1c8c95e58cf11cee74994db'
+'7589e57561beb25f10997a95fd70f7683f04719c1785d28c288f68007f955727'
+'41195bc8f516a5c286a8f3ed1ca9d5bdc232b1de6bb835fe820fa312b97bf3e0')
+noextract=("org.jkiss.dbeaver.data.office_${pkgver}.jar"
+   "org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" 
"org.jkiss.dbeaver.data.office_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Deleted: dbeaver-plugin-office.info
===
--- dbeaver-plugin-office.info  2018-03-25 16:38:23 UTC (rev 312601)
+++ dbeaver-plugin-office.info  2018-03-25 16:38:38 UTC (rev 312602)
@@ -1 +0,0 @@
-org.jkiss.dbeaver.data.office,1.1.14,plugins/org.jkiss.dbeaver.data.office_1.1.14.jar,4,false


[arch-commits] Commit in dbeaver-plugin-svg-format/trunk (PKGBUILD)

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 16:14:05
  Author: muflone
Revision: 312599

upgpkg: dbeaver-plugin-svg-format 1.0.15-1

Modified:
  dbeaver-plugin-svg-format/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 16:11:43 UTC (rev 312598)
+++ PKGBUILD2018-03-25 16:14:05 UTC (rev 312599)
@@ -2,7 +2,7 @@
 # Maintainer: Muflone http://www.muflone.com/contacts/english/
 
 pkgname=dbeaver-plugin-svg-format
-pkgver=1.0.13
+pkgver=1.0.15
 pkgrel=1
 pkgdesc='DBeaver plugin to save diagrams in SVG format'
 arch=('any')
@@ -13,8 +13,8 @@
 
source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar;
 
"https://dbeaver.jkiss.org/update/svg/latest/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar;
 "${pkgname}.info")
-sha256sums=('51a692f45ae8f1e91fce6b8dfbd53bc239c18e507eeeb3f189b9212c73209cbb'
-'c6697b14da2ce34df612223ad596f1d14b44199828cc0e7173c48148e66190e6'
+sha256sums=('4e3fc190a639c5c52064d44b793eeb34eb924397404121a55a89cffae2e57e79'
+'bd1bb22c3734a2f5c33e67f0c572c6356f6090526fd61dd43b0922260f0d04f3'
 'b9d285178b258be783c7ffe160a90768b38244be113d09f712d2746e6f11d1d7')
 noextract=("org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
"ui.svg.feature_${pkgver}.jar")


[arch-commits] Commit in dbeaver-plugin-svg-format/repos (3 files)

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 16:14:16
  Author: muflone
Revision: 312600

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-svg-format/repos/community-testing-any/
  dbeaver-plugin-svg-format/repos/community-testing-any/PKGBUILD
(from rev 312599, dbeaver-plugin-svg-format/trunk/PKGBUILD)
  
dbeaver-plugin-svg-format/repos/community-testing-any/dbeaver-plugin-svg-format.info
(from rev 312599, 
dbeaver-plugin-svg-format/trunk/dbeaver-plugin-svg-format.info)

+
 PKGBUILD   |   36 
 dbeaver-plugin-svg-format.info |1 +
 2 files changed, 37 insertions(+)

Copied: dbeaver-plugin-svg-format/repos/community-testing-any/PKGBUILD (from 
rev 312599, dbeaver-plugin-svg-format/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-03-25 16:14:16 UTC (rev 312600)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-svg-format
+pkgver=1.0.15
+pkgrel=1
+pkgdesc='DBeaver plugin to save diagrams in SVG format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5' 'dbeaver-plugin-batik')
+source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('4e3fc190a639c5c52064d44b793eeb34eb924397404121a55a89cffae2e57e79'
+'bd1bb22c3734a2f5c33e67f0c572c6356f6090526fd61dd43b0922260f0d04f3'
+'b9d285178b258be783c7ffe160a90768b38244be113d09f712d2746e6f11d1d7')
+noextract=("org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
+   "ui.svg.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" \
+"org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: 
dbeaver-plugin-svg-format/repos/community-testing-any/dbeaver-plugin-svg-format.info
 (from rev 312599, 
dbeaver-plugin-svg-format/trunk/dbeaver-plugin-svg-format.info)
===
--- community-testing-any/dbeaver-plugin-svg-format.info
(rev 0)
+++ community-testing-any/dbeaver-plugin-svg-format.info2018-03-25 
16:14:16 UTC (rev 312600)
@@ -0,0 +1 @@
+org.jkiss.dbeaver.ext.ui.svg,1.0.13,plugins/org.jkiss.dbeaver.ext.ui.svg_1.0.13.jar,4,false


[arch-commits] Commit in dbeaver-plugin-office/repos (3 files)

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 16:11:43
  Author: muflone
Revision: 312598

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-office/repos/community-testing-any/
  dbeaver-plugin-office/repos/community-testing-any/PKGBUILD
(from rev 312597, dbeaver-plugin-office/trunk/PKGBUILD)
  dbeaver-plugin-office/repos/community-testing-any/dbeaver-plugin-office.info
(from rev 312597, dbeaver-plugin-office/trunk/dbeaver-plugin-office.info)

+
 PKGBUILD   |   35 +++
 dbeaver-plugin-office.info |1 +
 2 files changed, 36 insertions(+)

Copied: dbeaver-plugin-office/repos/community-testing-any/PKGBUILD (from rev 
312597, dbeaver-plugin-office/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-03-25 16:11:43 UTC (rev 312598)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-office
+pkgver=1.1.16
+pkgrel=1
+pkgdesc='DBeaver plugin to export data to Microsoft Office format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5' 'dbeaver-plugin-apache-poi')
+source=("https://dbeaver.jkiss.org/update/office/latest/plugins/org.jkiss.dbeaver.data.office_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/office/latest/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('40bec26b2a9cb9f2e1209f8824a9b665ca521ef9f1c8c95e58cf11cee74994db'
+'7589e57561beb25f10997a95fd70f7683f04719c1785d28c288f68007f955727'
+'7bea1ff09361ba07d2243ceeb1e4b5fa7983832a53ccbec672f82b2b5055')
+noextract=("org.jkiss.dbeaver.data.office_${pkgver}.jar"
+   "org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" 
"org.jkiss.dbeaver.data.office_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: 
dbeaver-plugin-office/repos/community-testing-any/dbeaver-plugin-office.info 
(from rev 312597, dbeaver-plugin-office/trunk/dbeaver-plugin-office.info)
===
--- community-testing-any/dbeaver-plugin-office.info
(rev 0)
+++ community-testing-any/dbeaver-plugin-office.info2018-03-25 16:11:43 UTC 
(rev 312598)
@@ -0,0 +1 @@
+org.jkiss.dbeaver.data.office,1.1.14,plugins/org.jkiss.dbeaver.data.office_1.1.14.jar,4,false


[arch-commits] Commit in dbeaver-plugin-office/trunk (PKGBUILD)

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 16:11:27
  Author: muflone
Revision: 312597

upgpkg: dbeaver-plugin-office 1.1.16-1

Modified:
  dbeaver-plugin-office/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 15:53:20 UTC (rev 312596)
+++ PKGBUILD2018-03-25 16:11:27 UTC (rev 312597)
@@ -2,7 +2,7 @@
 # Maintainer: Muflone http://www.muflone.com/contacts/english/
 
 pkgname=dbeaver-plugin-office
-pkgver=1.1.14
+pkgver=1.1.16
 pkgrel=1
 pkgdesc='DBeaver plugin to export data to Microsoft Office format'
 arch=('any')
@@ -13,8 +13,8 @@
 
source=("https://dbeaver.jkiss.org/update/office/latest/plugins/org.jkiss.dbeaver.data.office_${pkgver}.jar;
 
"https://dbeaver.jkiss.org/update/office/latest/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar;
 "${pkgname}.info")
-sha256sums=('6cd29d8a6deb7a6a6e8eb39a5d7cc6b22f36ab6fd03559b11c26330b28938373'
-'9cecd8c42e38f1d57680d52b165e5b52df91bc1077834cb74e675f3f2000ec04'
+sha256sums=('40bec26b2a9cb9f2e1209f8824a9b665ca521ef9f1c8c95e58cf11cee74994db'
+'7589e57561beb25f10997a95fd70f7683f04719c1785d28c288f68007f955727'
 '7bea1ff09361ba07d2243ceeb1e4b5fa7983832a53ccbec672f82b2b5055')
 noextract=("org.jkiss.dbeaver.data.office_${pkgver}.jar"
"org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar")


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 15:51:34
  Author: heftig
Revision: 320314

FS#57947 deps

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 11:57:03 UTC (rev 320313)
+++ PKGBUILD2018-03-25 15:51:34 UTC (rev 320314)
@@ -9,9 +9,9 @@
 url="https://wiki.gnome.org/Projects/GnomeShell;
 arch=(x86_64)
 license=(GPL2)
-depends=(accountsservice caribou gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
+depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
  gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse 
libcroco libgdm libsecret
- mutter nm-connection-editor unzip gstreamer ibus)
+ mutter nm-connection-editor unzip gstreamer libibus)
 makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
  sassc)
 optdepends=('gnome-control-center: System settings'


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

2018-03-25 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 25, 2018 @ 15:20:45
  Author: jelle
Revision: 312585

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 15:20:33 UTC (rev 312584)
+++ PKGBUILD2018-03-25 15:20:45 UTC (rev 312585)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: lilydjwg 
-
-pkgbase=python-dateutil
-pkgname=('python-dateutil' 'python2-dateutil')
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="Provides powerful extensions to the standard datetime module"
-arch=('any')
-license=('BSD' 'Apache')
-url="https://github.com/dateutil/dateutil;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-checkdepends=('python-pytest' 'python2-pytest' 'python-freezegun' 
'python2-freezegun')
-source=("$pkgbase-$pkgver.tar.gz"::"https://github.com/dateutil/dateutil/archive/$pkgver.tar.gz;)
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('8f95bb7e6edbb2456a51a1fb58c8dca942024b4f5844cae62c90aa88afe6e300'
-'SKIP')
-validpgpkeys=('6B49ACBADCF6BD1CA20667ABCD54FCE3D964BEFB') # Paul Ganssle 

-
-prepare() {
-  cd "$srcdir"
-
-  cp -r  python-dateutil-$pkgver python2-dateutil-$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-dateutil-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python2-dateutil-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-dateutil-$pkgver
-  pytest
-
-  cd "$srcdir"/python2-dateutil-$pkgver
-  pytest2
-}
-
-package_python-dateutil() {
-depends=('python-six')
-  cd "$srcdir"/python-dateutil-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-dateutil() {
-depends=('python2-six')
-  cd "$srcdir"/python2-dateutil-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-dateutil/repos/community-any/PKGBUILD (from rev 312584, 
python-dateutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 15:20:45 UTC (rev 312585)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: lilydjwg 
+
+pkgbase=python-dateutil
+pkgname=('python-dateutil' 'python2-dateutil')
+pkgver=2.7.1
+pkgrel=1
+pkgdesc="Provides powerful extensions to the standard datetime module"
+arch=('any')
+license=('BSD' 'Apache')
+url="https://github.com/dateutil/dateutil;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+checkdepends=('python-pytest' 'python2-pytest' 'python-freezegun' 
'python2-freezegun')
+source=("$pkgbase-$pkgver.tar.gz"::"https://github.com/dateutil/dateutil/archive/$pkgver.tar.gz;)
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('14eb44faa298942c6385636bfd76bd5c21361632cf8ebc9c20d63fd00f6a069f'
+'SKIP')
+validpgpkeys=('6B49ACBADCF6BD1CA20667ABCD54FCE3D964BEFB') # Paul Ganssle 

+
+prepare() {
+  cd "$srcdir"
+
+  cp -r  python-dateutil-$pkgver python2-dateutil-$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-dateutil-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python2-dateutil-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-dateutil-$pkgver
+  pytest
+
+  cd "$srcdir"/python2-dateutil-$pkgver
+  pytest2
+}
+
+package_python-dateutil() {
+depends=('python-six')
+  cd "$srcdir"/python-dateutil-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-dateutil() {
+depends=('python2-six')
+  cd "$srcdir"/python2-dateutil-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-03-25 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 25, 2018 @ 15:20:33
  Author: jelle
Revision: 312584

upgpkg: python-dateutil 2.7.1-1

Modified:
  python-dateutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 15:13:16 UTC (rev 312583)
+++ PKGBUILD2018-03-25 15:20:33 UTC (rev 312584)
@@ -5,7 +5,7 @@
 
 pkgbase=python-dateutil
 pkgname=('python-dateutil' 'python2-dateutil')
-pkgver=2.7.0
+pkgver=2.7.1
 pkgrel=1
 pkgdesc="Provides powerful extensions to the standard datetime module"
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-freezegun' 
'python2-freezegun')
 
source=("$pkgbase-$pkgver.tar.gz"::"https://github.com/dateutil/dateutil/archive/$pkgver.tar.gz;)
 source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('8f95bb7e6edbb2456a51a1fb58c8dca942024b4f5844cae62c90aa88afe6e300'
+sha256sums=('14eb44faa298942c6385636bfd76bd5c21361632cf8ebc9c20d63fd00f6a069f'
 'SKIP')
 validpgpkeys=('6B49ACBADCF6BD1CA20667ABCD54FCE3D964BEFB') # Paul Ganssle 

 


[arch-commits] Commit in dbeaver/repos/community-testing-x86_64 (10 files)

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 15:13:16
  Author: muflone
Revision: 312583

archrelease: copy trunk to community-testing-x86_64

Added:
  dbeaver/repos/community-testing-x86_64/PKGBUILD
(from rev 312582, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-testing-x86_64/dbeaver.desktop
(from rev 312582, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-testing-x86_64/dbeaver.hook
(from rev 312582, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-testing-x86_64/dbeaver.install
(from rev 312582, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-testing-x86_64/dbeaver.profile.gz
(from rev 312582, dbeaver/trunk/dbeaver.profile.gz)
Deleted:
  dbeaver/repos/community-testing-x86_64/PKGBUILD
  dbeaver/repos/community-testing-x86_64/dbeaver.desktop
  dbeaver/repos/community-testing-x86_64/dbeaver.hook
  dbeaver/repos/community-testing-x86_64/dbeaver.install
  dbeaver/repos/community-testing-x86_64/dbeaver.profile.gz

-+
 PKGBUILD|  215 +-
 dbeaver.desktop |   18 ++--
 dbeaver.hook|   24 +++---
 dbeaver.install |   10 +-
 4 files changed, 128 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 15:12:45 UTC (rev 312582)
+++ PKGBUILD2018-03-25 15:13:16 UTC (rev 312583)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Arne Hoch 
-
-pkgname=dbeaver
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
-arch=('x86_64')
-url="http://dbeaver.jkiss.org/;
-license=("Apache")
-depends=('java-runtime=8' 'gtk2' 'gtk-update-icon-cache')
-makedepends=('maven' 'java-environment=8')
-optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
-'dbeaver-plugin-svg-format: save diagrams in SVG format')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
-
"batik_external_bundle.patch"::"https://github.com/dbeaver/dbeaver/commit/a9450223f17be10bf5f5c5953a03ccdd4b80fc58.patch;
-
"batik_dependencies_fix.patch"::"https://github.com/dbeaver/dbeaver/commit/6dbac5678b6581072a5e57d598341324b626ae07.patch;
-"${pkgname}.desktop"
-"${pkgname}.profile.gz"
-"${pkgname}.hook"
-"dbeaver.install")
-sha256sums=('7103427af1787cb9b654a3abf5b8e051f4d8d54ddabeac0df55c2b5f90ae6113'
-'9a35d7c96c3575181d379e5fe5d9b635f14dcae37bd5e69747a82dfe2075db5e'
-'94dcb4beb28615ea16a9f351c9a4035935872a4a5d017e68ecf43398a02e4ef9'
-'d1365a1e1a9a7b3949fc1b9e9928e93b7d8b3d04b5d0eee7c37eaaa362466c47'
-'29b9b2f32bcdf33b14680b4582e95c42cb5109c2168c741278630b68d1f265ee'
-'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
-'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab')
-install="${pkgname}.install"
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # Fix Batik SVG dependencies
-  patch -p1 -i "${srcdir}/batik_external_bundle.patch"
-  patch -p1 -i "${srcdir}/batik_dependencies_fix.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export MAVEN_OPTS="-Xmx2048m"
-  mvn --batch-mode package
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/product/standalone"
-  # Install icons into /usr/share/icons/hicolor
-  for _size in 16 32 48 64 128 256 512
-  do
-install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
-  done
-
-  # Set system architecture
-  if [ "${CARCH}" = 'x86_64' ]; then
-_arch="x86_64"
-  else
-_arch='x86'
-  fi
-
-  # Move into the target directory
-  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${_arch}"
-
-  # Initially install everything into /usr/lib/dbeaver
-  install -m 755 -d "${pkgdir}/usr/lib"
-  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
-
-  # Move shared data to /usr/share/dbeaver
-  cd "${pkgdir}/usr/lib/${pkgname}"
-  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
-  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
-  do
-mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
-ln -s "/usr/share/${pkgname}/${_file}" .
-  done
-
-  # Install additional licenses
-  install -m 755 -d "${pkgdir}/usr/share/licenses"
-  mv licenses "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Install icons
-  install -m 755 -d "${pkgdir}/usr/share/pixmaps"
-  mv dbeaver.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  mv icon.xpm "${pkgdir}/usr/share/pixmaps/${pkgname}.xpm"
-
-  # Install executable files into /usr/bin
-  install -m 755 -d "${pkgdir}/usr/bin"
-  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
-  # Install application launcher into /usr/share/applications
-  install -m 

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

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 15:12:45
  Author: muflone
Revision: 312582

upgpkg: dbeaver 5.0.1-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 15:03:50 UTC (rev 312581)
+++ PKGBUILD2018-03-25 15:12:45 UTC (rev 312582)
@@ -3,7 +3,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -14,15 +14,11 @@
 optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
 'dbeaver-plugin-svg-format: save diagrams in SVG format')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
-
"batik_external_bundle.patch"::"https://github.com/dbeaver/dbeaver/commit/a9450223f17be10bf5f5c5953a03ccdd4b80fc58.patch;
-
"batik_dependencies_fix.patch"::"https://github.com/dbeaver/dbeaver/commit/6dbac5678b6581072a5e57d598341324b626ae07.patch;
 "${pkgname}.desktop"
 "${pkgname}.profile.gz"
 "${pkgname}.hook"
 "dbeaver.install")
-sha256sums=('7103427af1787cb9b654a3abf5b8e051f4d8d54ddabeac0df55c2b5f90ae6113'
-'9a35d7c96c3575181d379e5fe5d9b635f14dcae37bd5e69747a82dfe2075db5e'
-'94dcb4beb28615ea16a9f351c9a4035935872a4a5d017e68ecf43398a02e4ef9'
+sha256sums=('3bb01b66b8a47856474c01496ae5de782184ee417a513f0ed5075eb179a57266'
 'd1365a1e1a9a7b3949fc1b9e9928e93b7d8b3d04b5d0eee7c37eaaa362466c47'
 '29b9b2f32bcdf33b14680b4582e95c42cb5109c2168c741278630b68d1f265ee'
 'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
@@ -29,13 +25,6 @@
 'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab')
 install="${pkgname}.install"
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # Fix Batik SVG dependencies
-  patch -p1 -i "${srcdir}/batik_external_bundle.patch"
-  patch -p1 -i "${srcdir}/batik_dependencies_fix.patch"
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
   export MAVEN_OPTS="-Xmx2048m"


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

2018-03-25 Thread Felix Yan via arch-commits
Date: Sunday, March 25, 2018 @ 15:03:50
  Author: felixonmars
Revision: 312581

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 15:03:25 UTC (rev 312580)
+++ PKGBUILD2018-03-25 15:03:50 UTC (rev 312581)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.50.2
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('9f62646a9095f108cc3c82190f0aabcdd4b0aa4044a0daf84f4bc3cc4f3de9cd2d6a01dafdf42b8cd3a6c14d433dc3f3fea24a80ef853637670ca00179d823b8')
-
-prepare() {
-  # Make tests faster
-  sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
-
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 312580, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 15:03:50 UTC (rev 312581)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.50.3
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)

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

2018-03-25 Thread Felix Yan via arch-commits
Date: Sunday, March 25, 2018 @ 15:03:25
  Author: felixonmars
Revision: 312580

upgpkg: python-hypothesis 3.50.3-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 14:39:36 UTC (rev 312579)
+++ PKGBUILD2018-03-25 15:03:25 UTC (rev 312580)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.50.2
+pkgver=3.50.3
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('9f62646a9095f108cc3c82190f0aabcdd4b0aa4044a0daf84f4bc3cc4f3de9cd2d6a01dafdf42b8cd3a6c14d433dc3f3fea24a80ef853637670ca00179d823b8')
+sha512sums=('bdbedf284038158a9cb5058248b9672367ca1ef338d0f9be60432acd2af078bd5ca57ed17644714866db2aa7ad8aa16236251780bbd5d3319281cfcac6e9188d')
 
 prepare() {
   # Make tests faster


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

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 14:39:36
  Author: muflone
Revision: 312579

archrelease: copy trunk to community-testing-x86_64

Added:
  dbeaver/repos/community-testing-x86_64/
  dbeaver/repos/community-testing-x86_64/PKGBUILD
(from rev 312578, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-testing-x86_64/dbeaver.desktop
(from rev 312578, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-testing-x86_64/dbeaver.hook
(from rev 312578, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-testing-x86_64/dbeaver.install
(from rev 312578, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-testing-x86_64/dbeaver.profile.gz
(from rev 312578, dbeaver/trunk/dbeaver.profile.gz)

-+
 PKGBUILD|  113 ++
 dbeaver.desktop |9 
 dbeaver.hook|   12 +
 dbeaver.install |5 ++
 4 files changed, 139 insertions(+)

Copied: dbeaver/repos/community-testing-x86_64/PKGBUILD (from rev 312578, 
dbeaver/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-25 14:39:36 UTC (rev 312579)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Arne Hoch 
+
+pkgname=dbeaver
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
+arch=('x86_64')
+url="http://dbeaver.jkiss.org/;
+license=("Apache")
+depends=('java-runtime=8' 'gtk2' 'gtk-update-icon-cache')
+makedepends=('maven' 'java-environment=8')
+optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
+'dbeaver-plugin-svg-format: save diagrams in SVG format')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
+
"batik_external_bundle.patch"::"https://github.com/dbeaver/dbeaver/commit/a9450223f17be10bf5f5c5953a03ccdd4b80fc58.patch;
+
"batik_dependencies_fix.patch"::"https://github.com/dbeaver/dbeaver/commit/6dbac5678b6581072a5e57d598341324b626ae07.patch;
+"${pkgname}.desktop"
+"${pkgname}.profile.gz"
+"${pkgname}.hook"
+"dbeaver.install")
+sha256sums=('7103427af1787cb9b654a3abf5b8e051f4d8d54ddabeac0df55c2b5f90ae6113'
+'9a35d7c96c3575181d379e5fe5d9b635f14dcae37bd5e69747a82dfe2075db5e'
+'94dcb4beb28615ea16a9f351c9a4035935872a4a5d017e68ecf43398a02e4ef9'
+'d1365a1e1a9a7b3949fc1b9e9928e93b7d8b3d04b5d0eee7c37eaaa362466c47'
+'29b9b2f32bcdf33b14680b4582e95c42cb5109c2168c741278630b68d1f265ee'
+'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
+'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab')
+install="${pkgname}.install"
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # Fix Batik SVG dependencies
+  patch -p1 -i "${srcdir}/batik_external_bundle.patch"
+  patch -p1 -i "${srcdir}/batik_dependencies_fix.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export MAVEN_OPTS="-Xmx2048m"
+  mvn --batch-mode package
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/product/standalone"
+  # Install icons into /usr/share/icons/hicolor
+  for _size in 16 32 48 64 128 256 512
+  do
+install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
+  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
+  done
+
+  # Set system architecture
+  if [ "${CARCH}" = 'x86_64' ]; then
+_arch="x86_64"
+  else
+_arch='x86'
+  fi
+
+  # Move into the target directory
+  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${_arch}"
+
+  # Initially install everything into /usr/lib/dbeaver
+  install -m 755 -d "${pkgdir}/usr/lib"
+  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
+
+  # Move shared data to /usr/share/dbeaver
+  cd "${pkgdir}/usr/lib/${pkgname}"
+  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
+  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
+  do
+mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
+ln -s "/usr/share/${pkgname}/${_file}" .
+  done
+
+  # Install additional licenses
+  install -m 755 -d "${pkgdir}/usr/share/licenses"
+  mv licenses "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # Install icons
+  install -m 755 -d "${pkgdir}/usr/share/pixmaps"
+  mv dbeaver.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  mv icon.xpm "${pkgdir}/usr/share/pixmaps/${pkgname}.xpm"
+
+  # Install executable files into /usr/bin
+  install -m 755 -d "${pkgdir}/usr/bin"
+  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # Install application launcher into /usr/share/applications
+  install -m 755 -d "${pkgdir}/usr/share/applications"
+  install -m 755 -t "${pkgdir}/usr/share/applications" 
"${srcdir}/${pkgname}.desktop"
+
+  # Clean 

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

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 14:39:07
  Author: muflone
Revision: 312578

upgpkg: dbeaver 5.0.0-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 14:26:55 UTC (rev 312577)
+++ PKGBUILD2018-03-25 14:39:07 UTC (rev 312578)
@@ -3,7 +3,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=4.3.5
+pkgver=5.0.0
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -14,11 +14,15 @@
 optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
 'dbeaver-plugin-svg-format: save diagrams in SVG format')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
+
"batik_external_bundle.patch"::"https://github.com/dbeaver/dbeaver/commit/a9450223f17be10bf5f5c5953a03ccdd4b80fc58.patch;
+
"batik_dependencies_fix.patch"::"https://github.com/dbeaver/dbeaver/commit/6dbac5678b6581072a5e57d598341324b626ae07.patch;
 "${pkgname}.desktop"
 "${pkgname}.profile.gz"
 "${pkgname}.hook"
 "dbeaver.install")
-sha256sums=('d9c7c9fb55a37423d906d58cbcd6bca8c4ee04edd5ae2a27e24c0543f673c336'
+sha256sums=('7103427af1787cb9b654a3abf5b8e051f4d8d54ddabeac0df55c2b5f90ae6113'
+'9a35d7c96c3575181d379e5fe5d9b635f14dcae37bd5e69747a82dfe2075db5e'
+'94dcb4beb28615ea16a9f351c9a4035935872a4a5d017e68ecf43398a02e4ef9'
 'd1365a1e1a9a7b3949fc1b9e9928e93b7d8b3d04b5d0eee7c37eaaa362466c47'
 '29b9b2f32bcdf33b14680b4582e95c42cb5109c2168c741278630b68d1f265ee'
 'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
@@ -25,8 +29,15 @@
 'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab')
 install="${pkgname}.install"
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # Fix Batik SVG dependencies
+  patch -p1 -i "${srcdir}/batik_external_bundle.patch"
+  patch -p1 -i "${srcdir}/batik_dependencies_fix.patch"
+}
+
 build() {
-  cd "${pkgname}-${pkgver}/"
+  cd "${pkgname}-${pkgver}"
   export MAVEN_OPTS="-Xmx2048m"
   mvn --batch-mode package
 }


[arch-commits] Commit in supercollider/repos/community-x86_64 (8 files)

2018-03-25 Thread David Runge via arch-commits
Date: Sunday, March 25, 2018 @ 14:26:55
  Author: dvzrv
Revision: 312577

archrelease: copy trunk to community-x86_64

Added:
  
supercollider/repos/community-x86_64/0001-cmake-correctly-include-yaml-cpp.patch
(from rev 312576, 
supercollider/trunk/0001-cmake-correctly-include-yaml-cpp.patch)
  
supercollider/repos/community-x86_64/0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch
(from rev 312576, 
supercollider/trunk/0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch)
  supercollider/repos/community-x86_64/PKGBUILD
(from rev 312576, supercollider/trunk/PKGBUILD)
  supercollider/repos/community-x86_64/supercollider.install
(from rev 312576, supercollider/trunk/supercollider.install)
Deleted:
  
supercollider/repos/community-x86_64/0001-cmake-correctly-include-yaml-cpp.patch
  
supercollider/repos/community-x86_64/0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch
  supercollider/repos/community-x86_64/PKGBUILD
  supercollider/repos/community-x86_64/supercollider.install

-+
 0001-cmake-correctly-include-yaml-cpp.patch |  114 
+-
 0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch |   52 ++--
 PKGBUILD|  113 
-
 supercollider.install   |   16 -
 4 files changed, 147 insertions(+), 148 deletions(-)

Deleted: 0001-cmake-correctly-include-yaml-cpp.patch
===
--- 0001-cmake-correctly-include-yaml-cpp.patch 2018-03-25 14:26:46 UTC (rev 
312576)
+++ 0001-cmake-correctly-include-yaml-cpp.patch 2018-03-25 14:26:55 UTC (rev 
312577)
@@ -1,57 +0,0 @@
-From f82cec5ae917e4d43a2a003b2eb0ddae3c0d31c7 Mon Sep 17 00:00:00 2001
-From: Brian Heim 
-Date: Sun, 4 Mar 2018 18:29:54 -0500
-Subject: [PATCH 1/2] cmake: correctly include yaml-cpp
-
-Include its dirs last for libsclang, and use the YAMLCPP_LIBRARY variable for 
linking

- editors/sc-ide/CMakeLists.txt | 3 ++-
- lang/CMakeLists.txt   | 4 ++--
- 2 files changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/editors/sc-ide/CMakeLists.txt b/editors/sc-ide/CMakeLists.txt
-index ffe70f98e..2f6c9c2cc 100644
 a/editors/sc-ide/CMakeLists.txt
-+++ b/editors/sc-ide/CMakeLists.txt
-@@ -199,6 +199,7 @@ include_directories(${CMAKE_SOURCE_DIR}/include/common)
- include_directories(${CMAKE_SOURCE_DIR}/common)
- include_directories(${CMAKE_SOURCE_DIR}/include/plugin_interface)
- include_directories(${CMAKE_SOURCE_DIR}/external_libraries/boost)
-+include_directories(${YAMLCPP_INCLUDE_DIR})
- # For QtCollider headers:
- include_directories(${CMAKE_SOURCE_DIR})
- # Needed for auto-generated forms headers:
-@@ -273,7 +274,7 @@ endif()
- 
- target_link_libraries( SuperCollider
- ${QT_IDE_LIBRARIES}
--yaml
-+${YAMLCPP_LIBRARY}
- oscpack
- )
- 
-diff --git a/lang/CMakeLists.txt b/lang/CMakeLists.txt
-index 9270b6320..5de19e46e 100644
 a/lang/CMakeLists.txt
-+++ b/lang/CMakeLists.txt
-@@ -10,8 +10,6 @@ include_directories(${CMAKE_SOURCE_DIR}/include/common
- ${CMAKE_SOURCE_DIR}/include/server
- ${CMAKE_SOURCE_DIR}/common
- 
--${YAMLCPP_INCLUDE_DIR}
--
- ${CMAKE_SOURCE_DIR}/external_libraries/boost_sync/include
- 
- LangSource
-@@ -19,6 +17,8 @@ include_directories(${CMAKE_SOURCE_DIR}/include/common
- 
- ${CMAKE_SOURCE_DIR}/external_libraries/nova-tt
- LangSource/Bison
-+
-+${YAMLCPP_INCLUDE_DIR}
- )
- 
- 
--- 
-2.16.2
-

Copied: 
supercollider/repos/community-x86_64/0001-cmake-correctly-include-yaml-cpp.patch
 (from rev 312576, 
supercollider/trunk/0001-cmake-correctly-include-yaml-cpp.patch)
===
--- 0001-cmake-correctly-include-yaml-cpp.patch (rev 0)
+++ 0001-cmake-correctly-include-yaml-cpp.patch 2018-03-25 14:26:55 UTC (rev 
312577)
@@ -0,0 +1,57 @@
+From f82cec5ae917e4d43a2a003b2eb0ddae3c0d31c7 Mon Sep 17 00:00:00 2001
+From: Brian Heim 
+Date: Sun, 4 Mar 2018 18:29:54 -0500
+Subject: [PATCH 1/2] cmake: correctly include yaml-cpp
+
+Include its dirs last for libsclang, and use the YAMLCPP_LIBRARY variable for 
linking
+---
+ editors/sc-ide/CMakeLists.txt | 3 ++-
+ lang/CMakeLists.txt   | 4 ++--
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+diff --git a/editors/sc-ide/CMakeLists.txt b/editors/sc-ide/CMakeLists.txt
+index ffe70f98e..2f6c9c2cc 100644
+--- a/editors/sc-ide/CMakeLists.txt
 b/editors/sc-ide/CMakeLists.txt
+@@ -199,6 +199,7 @@ include_directories(${CMAKE_SOURCE_DIR}/include/common)
+ include_directories(${CMAKE_SOURCE_DIR}/common)
+ include_directories(${CMAKE_SOURCE_DIR}/include/plugin_interface)
+ 

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

2018-03-25 Thread David Runge via arch-commits
Date: Sunday, March 25, 2018 @ 14:26:46
  Author: dvzrv
Revision: 312576

upgpkg: supercollider 3.9.2-1

Upgrading to 3.9.2. yamlcpp patch sadly still applies...

Modified:
  supercollider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 11:55:01 UTC (rev 312575)
+++ PKGBUILD2018-03-25 14:26:46 UTC (rev 312576)
@@ -5,8 +5,8 @@
 
 _name=SuperCollider
 pkgname=supercollider
-pkgver=3.9.1
-pkgrel=4
+pkgver=3.9.2
+pkgrel=1
 pkgdesc="An environment and programming language for real time audio synthesis 
and algorithmic composition"
 arch=('x86_64')
 url="https://supercollider.github.io;
@@ -18,10 +18,9 @@
 'sc3-plugins: additional extension plugins for scsynth')
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2;
 '0001-cmake-correctly-include-yaml-cpp.patch'
-'0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch'
-)
+'0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch')
 install="${pkgname}.install"
-sha512sums=('01652f61498c84bf1b7c18ebe091794539d8f9cbb2112a04d0cb9d8b2e7f226d9876cffc76f6fa5519528c243c3ccc1380ace3bef5d70ff85e2bf32337b3d483'
+sha512sums=('363a36242a4e3a82477719c018765450ce79d1ba601d7ab625f557cd9c1e9402dff43f7adb468453f1ecc4106116c4270f9f929abcf80fdd59855aa5d48b9db2'
 
'd4204b8c8ce12b383b39f96e9a9f36ee71a36ddfba019cdf0454ffa8170681bd38b688e41c6e5910f087ad13b3021f59dc2c0c825a500c57364b04fb5d90af30'
 
'be587ee652c652f2a19a68d06ca62cae5c5f6c5d4d3a523e1aba319e859ede418010345b7a4b0fe8d02dc70528fec7f4479dce259914f2d57d46d9ad659f')
 
@@ -53,5 +52,5 @@
   cd "${pkgname}-${pkgver}/bld"
   make DESTDIR="${pkgdir}" install
   install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm644 ../{AUTHORS,{CHANGELOG,README,README_LINUX}.md}
+-vDm 644 ../{AUTHORS,{CHANGELOG,README,README_LINUX}.md}
 }


[arch-commits] Commit in xerces-c/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-03-25 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 25, 2018 @ 11:57:03
  Author: lfleischer
Revision: 320313

archrelease: copy trunk to extra-x86_64

Added:
  xerces-c/repos/extra-x86_64/PKGBUILD
(from rev 320312, xerces-c/trunk/PKGBUILD)
Deleted:
  xerces-c/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 11:56:54 UTC (rev 320312)
+++ PKGBUILD2018-03-25 11:57:03 UTC (rev 320313)
@@ -1,28 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Sergej Pupykin 
-# Contributor: Geoffroy Carrier 
-# Contributor: Roman Kyrylych 
-
-pkgname=xerces-c
-pkgver=3.2.0
-pkgrel=2
-pkgdesc="A validating XML parser written in a portable subset of C++"
-arch=('i686' 'x86_64')
-url="http://xerces.apache.org/xerces-c/;
-license=('APACHE')
-depends=('gcc-libs' 'curl')
-source=("http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('71f035103ef8157586a3be825c1553fd')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  [[ "${CARCH}" = "i686" ]] && SSE2="--disable-sse2"
-  ./configure --prefix=/usr --sysconfdir=/etc ${SSE2}
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-}

Copied: xerces-c/repos/extra-x86_64/PKGBUILD (from rev 320312, 
xerces-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 11:57:03 UTC (rev 320313)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Sergej Pupykin 
+# Contributor: Geoffroy Carrier 
+# Contributor: Roman Kyrylych 
+
+pkgname=xerces-c
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A validating XML parser written in a portable subset of C++"
+arch=('x86_64')
+url="http://xerces.apache.org/xerces-c/;
+license=('APACHE')
+depends=('gcc-libs' 'curl')
+source=("http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('fe951ca5d93713db31b026fab2d042d7')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  [[ "${CARCH}" = "i686" ]] && SSE2="--disable-sse2"
+  ./configure --prefix=/usr --sysconfdir=/etc ${SSE2}
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+}


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

2018-03-25 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 25, 2018 @ 11:56:54
  Author: lfleischer
Revision: 320312

upgpkg: xerces-c 3.2.1-1

Upstream update.

Modified:
  xerces-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 11:53:13 UTC (rev 320311)
+++ PKGBUILD2018-03-25 11:56:54 UTC (rev 320312)
@@ -4,8 +4,8 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=xerces-c
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc="A validating XML parser written in a portable subset of C++"
 arch=('x86_64')
 url="http://xerces.apache.org/xerces-c/;
@@ -12,7 +12,7 @@
 license=('APACHE')
 depends=('gcc-libs' 'curl')
 
source=("http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('71f035103ef8157586a3be825c1553fd')
+md5sums=('fe951ca5d93713db31b026fab2d042d7')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2018-03-25 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, March 25, 2018 @ 11:55:01
  Author: bpiotrowski
Revision: 312575

archrelease: copy trunk to community-testing-x86_64

Added:
  buildah/repos/community-testing-x86_64/
  
buildah/repos/community-testing-x86_64/0001-Revert-ostree-add-selinux-label-for-each-file.patch
(from rev 312574, 
buildah/trunk/0001-Revert-ostree-add-selinux-label-for-each-file.patch)
  buildah/repos/community-testing-x86_64/PKGBUILD
(from rev 312574, buildah/trunk/PKGBUILD)

--+
 0001-Revert-ostree-add-selinux-label-for-each-file.patch |  157 +
 PKGBUILD |   44 +++
 2 files changed, 201 insertions(+)

Copied: 
buildah/repos/community-testing-x86_64/0001-Revert-ostree-add-selinux-label-for-each-file.patch
 (from rev 312574, 
buildah/trunk/0001-Revert-ostree-add-selinux-label-for-each-file.patch)
===
--- 
community-testing-x86_64/0001-Revert-ostree-add-selinux-label-for-each-file.patch
   (rev 0)
+++ 
community-testing-x86_64/0001-Revert-ostree-add-selinux-label-for-each-file.patch
   2018-03-25 11:55:01 UTC (rev 312575)
@@ -0,0 +1,157 @@
+From 6b8fffe3e9a8525679b8a653fcd9b05dc2f5984a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Sat, 17 Mar 2018 21:33:23 +0100
+Subject: [PATCH] Revert "ostree: add selinux label for each file"
+
+This reverts commit 9b4510f6d1627c8e53c3303a8fe48ca7842c2ace.
+---
+ ostree/ostree_dest.go | 60 ++-
+ 1 file changed, 7 insertions(+), 53 deletions(-)
+
+diff --git a/ostree/ostree_dest.go b/ostree/ostree_dest.go
+index 1d97daf..c1c8557 100644
+--- a/ostree/ostree_dest.go
 b/ostree/ostree_dest.go
+@@ -14,31 +14,25 @@ import (
+   "os/exec"
+   "path/filepath"
+   "strconv"
+-  "strings"
+-  "syscall"
+   "time"
+-  "unsafe"
+ 
+   "github.com/containers/image/manifest"
+   "github.com/containers/image/types"
+   "github.com/containers/storage/pkg/archive"
+   "github.com/opencontainers/go-digest"
+-  selinux "github.com/opencontainers/selinux/go-selinux"
+   "github.com/ostreedev/ostree-go/pkg/otbuiltin"
+   "github.com/pkg/errors"
+   "github.com/vbatts/tar-split/tar/asm"
+   "github.com/vbatts/tar-split/tar/storage"
+ )
+ 
+-// #cgo pkg-config: glib-2.0 gobject-2.0 ostree-1 libselinux
++// #cgo pkg-config: glib-2.0 gobject-2.0 ostree-1
+ // #include 
+ // #include 
+ // #include 
+ // #include 
+ // #include 
+ // #include 
+-// #include 
+-// #include 
+ import "C"
+ 
+ type blobToImport struct {
+@@ -156,7 +150,7 @@ func (d *ostreeImageDestination) PutBlob(stream io.Reader, 
inputInfo types.BlobI
+   return types.BlobInfo{Digest: computedDigest, Size: size}, nil
+ }
+ 
+-func fixFiles(selinuxHnd *C.struct_selabel_handle, root string, dir string, 
usermode bool) error {
++func fixFiles(dir string, usermode bool) error {
+   entries, err := ioutil.ReadDir(dir)
+   if err != nil {
+   return err
+@@ -171,42 +165,13 @@ func fixFiles(selinuxHnd *C.struct_selabel_handle, root 
string, dir string, user
+   continue
+   }
+ 
+-  if selinuxHnd != nil {
+-  relPath, err := filepath.Rel(root, fullpath)
+-  if err != nil {
+-  return err
+-  }
+-  // Handle /exports/hostfs as a special case.  Files 
under this directory are copied to the host,
+-  // thus we benefit from maintaining the same SELinux 
label they would have on the host as we could
+-  // use hard links instead of copying the files.
+-  relPath = fmt.Sprintf("/%s", 
strings.TrimPrefix(relPath, "exports/hostfs/"))
+-
+-  relPathC := C.CString(relPath)
+-  defer C.free(unsafe.Pointer(relPathC))
+-  var context *C.char
+-
+-  res, err := C.selabel_lookup_raw(selinuxHnd, , 
relPathC, C.int(info.Mode()))
+-  if int(res) < 0 && err != syscall.ENOENT {
+-  return errors.Wrapf(err, "cannot 
selabel_lookup_raw %s", relPath)
+-  }
+-  if int(res) == 0 {
+-  defer C.freecon(context)
+-  fullpathC := C.CString(fullpath)
+-  defer C.free(unsafe.Pointer(fullpathC))
+-  res, err = C.lsetfilecon_raw(fullpathC, context)
+-  if int(res) < 0 {
+-  return errors.Wrapf(err, "cannot 
setfilecon_raw %s", fullpath)
+-  }
+-  }
+-  }
+-
+   if 

[arch-commits] Commit in ttf-hack/repos/extra-any (PKGBUILD PKGBUILD)

2018-03-25 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 25, 2018 @ 11:53:13
  Author: lfleischer
Revision: 320311

archrelease: copy trunk to extra-any

Added:
  ttf-hack/repos/extra-any/PKGBUILD
(from rev 320310, ttf-hack/trunk/PKGBUILD)
Deleted:
  ttf-hack/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 11:52:41 UTC (rev 320310)
+++ PKGBUILD2018-03-25 11:53:13 UTC (rev 320311)
@@ -1,18 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Markus Tacker 
-# Contributor: Peter Hoeg 
-
-pkgname=ttf-hack
-pkgver=3.002
-pkgrel=1
-pkgdesc='A hand groomed and optically balanced typeface based on Bitstream 
Vera Mono.'
-arch=('any')
-license=('SIL Open Font License 1.1 and Bitstream Vera License')
-url="http://sourcefoundry.org/hack/;
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-source=("https://github.com/source-foundry/Hack/releases/download/v${pkgver}/Hack-v${pkgver}-ttf.tar.xz;)
-sha256sums=('1d0bee4dc4b664a68a2c16cee6f037380471c22794cdad91ec9a8319b0aefcf4')
-
-package() {
-  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
-}

Copied: ttf-hack/repos/extra-any/PKGBUILD (from rev 320310, 
ttf-hack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 11:53:13 UTC (rev 320311)
@@ -0,0 +1,18 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Markus Tacker 
+# Contributor: Peter Hoeg 
+
+pkgname=ttf-hack
+pkgver=3.003
+pkgrel=1
+pkgdesc='A hand groomed and optically balanced typeface based on Bitstream 
Vera Mono.'
+arch=('any')
+license=('SIL Open Font License 1.1 and Bitstream Vera License')
+url="http://sourcefoundry.org/hack/;
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+source=("https://github.com/source-foundry/Hack/releases/download/v${pkgver}/Hack-v${pkgver}-ttf.tar.xz;)
+sha256sums=('d9ed5d0a07525c7e7bd587b4364e4bc41021dd668658d09864453d9bb374a78d')
+
+package() {
+  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
+}


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

2018-03-25 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 25, 2018 @ 11:52:41
  Author: lfleischer
Revision: 320310

upgpkg: ttf-hack 3.003-1

Upstream update.

Modified:
  ttf-hack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 11:51:15 UTC (rev 320309)
+++ PKGBUILD2018-03-25 11:52:41 UTC (rev 320310)
@@ -3,7 +3,7 @@
 # Contributor: Peter Hoeg 
 
 pkgname=ttf-hack
-pkgver=3.002
+pkgver=3.003
 pkgrel=1
 pkgdesc='A hand groomed and optically balanced typeface based on Bitstream 
Vera Mono.'
 arch=('any')
@@ -11,7 +11,7 @@
 url="http://sourcefoundry.org/hack/;
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 
source=("https://github.com/source-foundry/Hack/releases/download/v${pkgver}/Hack-v${pkgver}-ttf.tar.xz;)
-sha256sums=('1d0bee4dc4b664a68a2c16cee6f037380471c22794cdad91ec9a8319b0aefcf4')
+sha256sums=('d9ed5d0a07525c7e7bd587b4364e4bc41021dd668658d09864453d9bb374a78d')
 
 package() {
   install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf


[arch-commits] Commit in (5 files)

2018-03-25 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, March 25, 2018 @ 11:51:26
  Author: bpiotrowski
Revision: 312574

newpkg: buildah 0.12-1

Added:
  buildah/
  buildah/repos/
  buildah/trunk/
  buildah/trunk/0001-Revert-ostree-add-selinux-label-for-each-file.patch
  buildah/trunk/PKGBUILD

--+
 0001-Revert-ostree-add-selinux-label-for-each-file.patch |  157 +
 PKGBUILD |   44 +++
 2 files changed, 201 insertions(+)

Added: buildah/trunk/0001-Revert-ostree-add-selinux-label-for-each-file.patch
===
--- buildah/trunk/0001-Revert-ostree-add-selinux-label-for-each-file.patch  
(rev 0)
+++ buildah/trunk/0001-Revert-ostree-add-selinux-label-for-each-file.patch  
2018-03-25 11:51:26 UTC (rev 312574)
@@ -0,0 +1,157 @@
+From 6b8fffe3e9a8525679b8a653fcd9b05dc2f5984a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Sat, 17 Mar 2018 21:33:23 +0100
+Subject: [PATCH] Revert "ostree: add selinux label for each file"
+
+This reverts commit 9b4510f6d1627c8e53c3303a8fe48ca7842c2ace.
+---
+ ostree/ostree_dest.go | 60 ++-
+ 1 file changed, 7 insertions(+), 53 deletions(-)
+
+diff --git a/ostree/ostree_dest.go b/ostree/ostree_dest.go
+index 1d97daf..c1c8557 100644
+--- a/ostree/ostree_dest.go
 b/ostree/ostree_dest.go
+@@ -14,31 +14,25 @@ import (
+   "os/exec"
+   "path/filepath"
+   "strconv"
+-  "strings"
+-  "syscall"
+   "time"
+-  "unsafe"
+ 
+   "github.com/containers/image/manifest"
+   "github.com/containers/image/types"
+   "github.com/containers/storage/pkg/archive"
+   "github.com/opencontainers/go-digest"
+-  selinux "github.com/opencontainers/selinux/go-selinux"
+   "github.com/ostreedev/ostree-go/pkg/otbuiltin"
+   "github.com/pkg/errors"
+   "github.com/vbatts/tar-split/tar/asm"
+   "github.com/vbatts/tar-split/tar/storage"
+ )
+ 
+-// #cgo pkg-config: glib-2.0 gobject-2.0 ostree-1 libselinux
++// #cgo pkg-config: glib-2.0 gobject-2.0 ostree-1
+ // #include 
+ // #include 
+ // #include 
+ // #include 
+ // #include 
+ // #include 
+-// #include 
+-// #include 
+ import "C"
+ 
+ type blobToImport struct {
+@@ -156,7 +150,7 @@ func (d *ostreeImageDestination) PutBlob(stream io.Reader, 
inputInfo types.BlobI
+   return types.BlobInfo{Digest: computedDigest, Size: size}, nil
+ }
+ 
+-func fixFiles(selinuxHnd *C.struct_selabel_handle, root string, dir string, 
usermode bool) error {
++func fixFiles(dir string, usermode bool) error {
+   entries, err := ioutil.ReadDir(dir)
+   if err != nil {
+   return err
+@@ -171,42 +165,13 @@ func fixFiles(selinuxHnd *C.struct_selabel_handle, root 
string, dir string, user
+   continue
+   }
+ 
+-  if selinuxHnd != nil {
+-  relPath, err := filepath.Rel(root, fullpath)
+-  if err != nil {
+-  return err
+-  }
+-  // Handle /exports/hostfs as a special case.  Files 
under this directory are copied to the host,
+-  // thus we benefit from maintaining the same SELinux 
label they would have on the host as we could
+-  // use hard links instead of copying the files.
+-  relPath = fmt.Sprintf("/%s", 
strings.TrimPrefix(relPath, "exports/hostfs/"))
+-
+-  relPathC := C.CString(relPath)
+-  defer C.free(unsafe.Pointer(relPathC))
+-  var context *C.char
+-
+-  res, err := C.selabel_lookup_raw(selinuxHnd, , 
relPathC, C.int(info.Mode()))
+-  if int(res) < 0 && err != syscall.ENOENT {
+-  return errors.Wrapf(err, "cannot 
selabel_lookup_raw %s", relPath)
+-  }
+-  if int(res) == 0 {
+-  defer C.freecon(context)
+-  fullpathC := C.CString(fullpath)
+-  defer C.free(unsafe.Pointer(fullpathC))
+-  res, err = C.lsetfilecon_raw(fullpathC, context)
+-  if int(res) < 0 {
+-  return errors.Wrapf(err, "cannot 
setfilecon_raw %s", fullpath)
+-  }
+-  }
+-  }
+-
+   if info.IsDir() {
+   if usermode {
+   if err := os.Chmod(fullpath, info.Mode()|0700); 
err != nil {
+   return err
+   }
+   }
+-  err = fixFiles(selinuxHnd, root, fullpath, usermode)
++

[arch-commits] Commit in protobuf/repos/extra-x86_64 (PKGBUILD)

2018-03-25 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 25, 2018 @ 11:51:15
  Author: lfleischer
Revision: 320309

archrelease: copy trunk to extra-x86_64

Added:
  protobuf/repos/extra-x86_64/PKGBUILD
(from rev 320308, protobuf/trunk/PKGBUILD)

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

Copied: protobuf/repos/extra-x86_64/PKGBUILD (from rev 320308, 
protobuf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 11:51:15 UTC (rev 320309)
@@ -0,0 +1,96 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Aleksey Filippov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas S Hatch 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgbase='protobuf'
+pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
+pkgver=3.5.2
+_gtestver=1.8.0
+pkgrel=1
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('x86_64')
+url='https://developers.google.com/protocol-buffers/'
+license=('BSD')
+depends=('gcc-libs' 'zlib')
+makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')
+source=("$pkgbase-$pkgver.tgz::https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz;
+
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz;)
+md5sums=('ff6742018c172c66ecc627029ad54280'
+ '16877098823401d1bf2ed7891d7dce36')
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+
+  rm -rf gmock && cp -r "$srcdir/googletest-release-${_gtestver}/googlemock" 
gmock
+  rm -rf googletest && cp -r 
"$srcdir/googletest-release-${_gtestver}/googletest" googletest
+  ln -sf ../googletest gmock/gtest
+
+  sed -r 's|/usr/bin/env python|/usr/bin/env python2|' -i 
googletest/scripts/*.py
+}
+
+build() {
+  # GCC is stuck on 
src/google/protobuf/util/internal/protostream_objectsource_test.cc
+  # and src/google/protobuf/util/internal/protostream_objectwriter_test.cc.
+  export CC=/usr/bin/clang CXX=/usr/bin/clang++
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./autogen.sh
+
+  cd "$srcdir/$pkgbase-$pkgver/googletest"
+  ./configure
+  make
+
+  cd "$srcdir/$pkgbase-$pkgver/gmock"
+  ./configure
+  make
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C "$srcdir/$pkgbase-$pkgver" check
+}
+
+package_protobuf() {
+  conflicts=('protobuf' 'protobuf-cpp')
+  provides=('protobuf' 'protobuf-cpp')
+  replaces=('protobuf-cpp')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 editors/protobuf-mode.el 
"$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
+}
+
+package_python2-protobuf() {
+  pkgdesc='Python 2 bindings for Google Protocol Buffers'
+  depends=('python2' 'python2-six' "protobuf=$pkgver")
+  conflicts=('python2-protobuf')
+  provides=('python2-protobuf')
+
+  cd "$srcdir/$pkgbase-$pkgver/python"
+  python2 setup.py install --root="$pkgdir"
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}
+
+package_python-protobuf() {
+  pkgdesc='Python 3 bindings for Google Protocol Buffers'
+  depends=('python' 'python-six' "protobuf=$pkgver")
+  conflicts=('python-protobuf')
+  provides=('python-protobuf')
+
+  cd "$srcdir/$pkgbase-$pkgver/python"
+  python3 setup.py install --root="$pkgdir"
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2018-03-25 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, March 25, 2018 @ 11:48:58
  Author: bpiotrowski
Revision: 312573

archrelease: copy trunk to community-testing-x86_64

Added:
  skopeo/repos/community-testing-x86_64/
  
skopeo/repos/community-testing-x86_64/0001-Revert-ostree-add-selinux-label-for-each-file.patch
(from rev 312572, 
skopeo/trunk/0001-Revert-ostree-add-selinux-label-for-each-file.patch)
  skopeo/repos/community-testing-x86_64/PKGBUILD
(from rev 312572, skopeo/trunk/PKGBUILD)

--+
 0001-Revert-ostree-add-selinux-label-for-each-file.patch |  157 +
 PKGBUILD |   37 +++
 2 files changed, 194 insertions(+)

Copied: 
skopeo/repos/community-testing-x86_64/0001-Revert-ostree-add-selinux-label-for-each-file.patch
 (from rev 312572, 
skopeo/trunk/0001-Revert-ostree-add-selinux-label-for-each-file.patch)
===
--- 
community-testing-x86_64/0001-Revert-ostree-add-selinux-label-for-each-file.patch
   (rev 0)
+++ 
community-testing-x86_64/0001-Revert-ostree-add-selinux-label-for-each-file.patch
   2018-03-25 11:48:58 UTC (rev 312573)
@@ -0,0 +1,157 @@
+From 6b8fffe3e9a8525679b8a653fcd9b05dc2f5984a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Sat, 17 Mar 2018 21:33:23 +0100
+Subject: [PATCH] Revert "ostree: add selinux label for each file"
+
+This reverts commit 9b4510f6d1627c8e53c3303a8fe48ca7842c2ace.
+---
+ ostree/ostree_dest.go | 60 ++-
+ 1 file changed, 7 insertions(+), 53 deletions(-)
+
+diff --git a/ostree/ostree_dest.go b/ostree/ostree_dest.go
+index 1d97daf..c1c8557 100644
+--- a/ostree/ostree_dest.go
 b/ostree/ostree_dest.go
+@@ -14,31 +14,25 @@ import (
+   "os/exec"
+   "path/filepath"
+   "strconv"
+-  "strings"
+-  "syscall"
+   "time"
+-  "unsafe"
+ 
+   "github.com/containers/image/manifest"
+   "github.com/containers/image/types"
+   "github.com/containers/storage/pkg/archive"
+   "github.com/opencontainers/go-digest"
+-  selinux "github.com/opencontainers/selinux/go-selinux"
+   "github.com/ostreedev/ostree-go/pkg/otbuiltin"
+   "github.com/pkg/errors"
+   "github.com/vbatts/tar-split/tar/asm"
+   "github.com/vbatts/tar-split/tar/storage"
+ )
+ 
+-// #cgo pkg-config: glib-2.0 gobject-2.0 ostree-1 libselinux
++// #cgo pkg-config: glib-2.0 gobject-2.0 ostree-1
+ // #include 
+ // #include 
+ // #include 
+ // #include 
+ // #include 
+ // #include 
+-// #include 
+-// #include 
+ import "C"
+ 
+ type blobToImport struct {
+@@ -156,7 +150,7 @@ func (d *ostreeImageDestination) PutBlob(stream io.Reader, 
inputInfo types.BlobI
+   return types.BlobInfo{Digest: computedDigest, Size: size}, nil
+ }
+ 
+-func fixFiles(selinuxHnd *C.struct_selabel_handle, root string, dir string, 
usermode bool) error {
++func fixFiles(dir string, usermode bool) error {
+   entries, err := ioutil.ReadDir(dir)
+   if err != nil {
+   return err
+@@ -171,42 +165,13 @@ func fixFiles(selinuxHnd *C.struct_selabel_handle, root 
string, dir string, user
+   continue
+   }
+ 
+-  if selinuxHnd != nil {
+-  relPath, err := filepath.Rel(root, fullpath)
+-  if err != nil {
+-  return err
+-  }
+-  // Handle /exports/hostfs as a special case.  Files 
under this directory are copied to the host,
+-  // thus we benefit from maintaining the same SELinux 
label they would have on the host as we could
+-  // use hard links instead of copying the files.
+-  relPath = fmt.Sprintf("/%s", 
strings.TrimPrefix(relPath, "exports/hostfs/"))
+-
+-  relPathC := C.CString(relPath)
+-  defer C.free(unsafe.Pointer(relPathC))
+-  var context *C.char
+-
+-  res, err := C.selabel_lookup_raw(selinuxHnd, , 
relPathC, C.int(info.Mode()))
+-  if int(res) < 0 && err != syscall.ENOENT {
+-  return errors.Wrapf(err, "cannot 
selabel_lookup_raw %s", relPath)
+-  }
+-  if int(res) == 0 {
+-  defer C.freecon(context)
+-  fullpathC := C.CString(fullpath)
+-  defer C.free(unsafe.Pointer(fullpathC))
+-  res, err = C.lsetfilecon_raw(fullpathC, context)
+-  if int(res) < 0 {
+-  return errors.Wrapf(err, "cannot 
setfilecon_raw %s", fullpath)
+-  }
+-  }
+-  }
+-
+   if 

[arch-commits] Commit in (6 files)

2018-03-25 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, March 25, 2018 @ 11:47:04
  Author: bpiotrowski
Revision: 312572

newpkg: skopeo 0.1.28-1

Added:
  skopeo/
  skopeo/.SRCINFO
  skopeo/repos/
  skopeo/trunk/
  skopeo/trunk/0001-Revert-ostree-add-selinux-label-for-each-file.patch
  skopeo/trunk/PKGBUILD

+
 .SRCINFO   |   23 +
 trunk/0001-Revert-ostree-add-selinux-label-for-each-file.patch |  157 
++
 trunk/PKGBUILD |   37 ++
 3 files changed, 217 insertions(+)

Added: skopeo/.SRCINFO
===
--- skopeo/.SRCINFO (rev 0)
+++ skopeo/.SRCINFO 2018-03-25 11:47:04 UTC (rev 312572)
@@ -0,0 +1,23 @@
+pkgbase = skopeo
+   pkgdesc = A command line utility for various operations on container 
images and image repositories.
+   pkgver = 0.1.27
+   pkgrel = 1
+   url = https://github.com/projectatomic/skopeo
+   arch = i686
+   arch = x86_64
+   arch = armv6h
+   arch = armv7h
+   license = Apache
+   makedepends = go
+   makedepends = go-md2man
+   makedepends = gpgme
+   makedepends = btrfs-progs
+   makedepends = device-mapper
+   depends = gpgme
+   depends = device-mapper
+   depends = ostree
+   source = 
https://github.com/projectatomic/skopeo/archive/v0.1.27/skopeo.tar.gz
+   sha256sums = 
a72a920bc13260ac167f938e9b7dbbb0a53bf0a82c5d76109b2b5aaba62be71a
+
+pkgname = skopeo
+

Added: skopeo/trunk/0001-Revert-ostree-add-selinux-label-for-each-file.patch
===
--- skopeo/trunk/0001-Revert-ostree-add-selinux-label-for-each-file.patch   
(rev 0)
+++ skopeo/trunk/0001-Revert-ostree-add-selinux-label-for-each-file.patch   
2018-03-25 11:47:04 UTC (rev 312572)
@@ -0,0 +1,157 @@
+From 6b8fffe3e9a8525679b8a653fcd9b05dc2f5984a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Sat, 17 Mar 2018 21:33:23 +0100
+Subject: [PATCH] Revert "ostree: add selinux label for each file"
+
+This reverts commit 9b4510f6d1627c8e53c3303a8fe48ca7842c2ace.
+---
+ ostree/ostree_dest.go | 60 ++-
+ 1 file changed, 7 insertions(+), 53 deletions(-)
+
+diff --git a/ostree/ostree_dest.go b/ostree/ostree_dest.go
+index 1d97daf..c1c8557 100644
+--- a/ostree/ostree_dest.go
 b/ostree/ostree_dest.go
+@@ -14,31 +14,25 @@ import (
+   "os/exec"
+   "path/filepath"
+   "strconv"
+-  "strings"
+-  "syscall"
+   "time"
+-  "unsafe"
+ 
+   "github.com/containers/image/manifest"
+   "github.com/containers/image/types"
+   "github.com/containers/storage/pkg/archive"
+   "github.com/opencontainers/go-digest"
+-  selinux "github.com/opencontainers/selinux/go-selinux"
+   "github.com/ostreedev/ostree-go/pkg/otbuiltin"
+   "github.com/pkg/errors"
+   "github.com/vbatts/tar-split/tar/asm"
+   "github.com/vbatts/tar-split/tar/storage"
+ )
+ 
+-// #cgo pkg-config: glib-2.0 gobject-2.0 ostree-1 libselinux
++// #cgo pkg-config: glib-2.0 gobject-2.0 ostree-1
+ // #include 
+ // #include 
+ // #include 
+ // #include 
+ // #include 
+ // #include 
+-// #include 
+-// #include 
+ import "C"
+ 
+ type blobToImport struct {
+@@ -156,7 +150,7 @@ func (d *ostreeImageDestination) PutBlob(stream io.Reader, 
inputInfo types.BlobI
+   return types.BlobInfo{Digest: computedDigest, Size: size}, nil
+ }
+ 
+-func fixFiles(selinuxHnd *C.struct_selabel_handle, root string, dir string, 
usermode bool) error {
++func fixFiles(dir string, usermode bool) error {
+   entries, err := ioutil.ReadDir(dir)
+   if err != nil {
+   return err
+@@ -171,42 +165,13 @@ func fixFiles(selinuxHnd *C.struct_selabel_handle, root 
string, dir string, user
+   continue
+   }
+ 
+-  if selinuxHnd != nil {
+-  relPath, err := filepath.Rel(root, fullpath)
+-  if err != nil {
+-  return err
+-  }
+-  // Handle /exports/hostfs as a special case.  Files 
under this directory are copied to the host,
+-  // thus we benefit from maintaining the same SELinux 
label they would have on the host as we could
+-  // use hard links instead of copying the files.
+-  relPath = fmt.Sprintf("/%s", 
strings.TrimPrefix(relPath, "exports/hostfs/"))
+-
+-  relPathC := C.CString(relPath)
+-  defer C.free(unsafe.Pointer(relPathC))
+-  var context *C.char
+-
+-  res, err := C.selabel_lookup_raw(selinuxHnd, , 
relPathC, C.int(info.Mode()))
+-  

[arch-commits] Commit in gnome-keyring/repos/extra-x86_64 (4 files)

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 11:25:57
  Author: heftig
Revision: 320308

archrelease: copy trunk to extra-x86_64

Added:
  gnome-keyring/repos/extra-x86_64/PKGBUILD
(from rev 320307, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/extra-x86_64/gnome-keyring.install
(from rev 320307, gnome-keyring/trunk/gnome-keyring.install)
Deleted:
  gnome-keyring/repos/extra-x86_64/PKGBUILD
  gnome-keyring/repos/extra-x86_64/gnome-keyring.install

---+
 PKGBUILD  |  110 
 gnome-keyring.install |   14 +++---
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 11:25:14 UTC (rev 320307)
+++ PKGBUILD2018-03-25 11:25:57 UTC (rev 320308)
@@ -1,55 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot 
-
-pkgname=gnome-keyring
-pkgver=3.28.0.1
-pkgrel=1
-epoch=1
-pkgdesc="Stores passwords and encryption keys"
-url="https://wiki.gnome.org/Projects/GnomeKeyring;
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(gcr libcap-ng pam openssh)
-makedepends=(git docbook-xsl python)
-checkdepends=(python2)
-groups=(gnome)
-install=gnome-keyring.install
-_commit=ff561a38675fdb07ec14512ed8d0aeaf39d4fa8a  # tags/3.28.0.1^0
-source=("git+https://git.gnome.org/browse/gnome-keyring#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -i 's/MATE/MATE;Cinnamon/' daemon/*.desktop.in.in
-  sed -i '1s/python$/&2/' build/tap-{driver,gtester}
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-pam-dir=/usr/lib/security \
---disable-static \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # Secure memory tests fail
-  dbus-run-session make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-keyring/repos/extra-x86_64/PKGBUILD (from rev 320307, 
gnome-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 11:25:57 UTC (rev 320308)
@@ -0,0 +1,55 @@
+#$Id$
+# Maintainer: Jan De Groot 
+
+pkgname=gnome-keyring
+pkgver=3.28.0.2
+pkgrel=1
+epoch=1
+pkgdesc="Stores passwords and encryption keys"
+url="https://wiki.gnome.org/Projects/GnomeKeyring;
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gcr libcap-ng pam openssh)
+makedepends=(git docbook-xsl python)
+checkdepends=(python2)
+groups=(gnome)
+install=gnome-keyring.install
+_commit=4dd8fb181d70abef2b0d8cbb5fb11e8203b14c46  # tags/3.28.0.2^0
+source=("git+https://git.gnome.org/browse/gnome-keyring#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i 's/MATE/MATE;Cinnamon/' daemon/*.desktop.in.in
+  sed -i '1s/python$/&2/' build/tap-{driver,gtester}
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--with-pam-dir=/usr/lib/security \
+--disable-static \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Secure memory tests fail
+  dbus-run-session make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-keyring.install
===
--- gnome-keyring.install   2018-03-25 11:25:14 UTC (rev 320307)
+++ gnome-keyring.install   2018-03-25 11:25:57 UTC (rev 320308)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_ipc_lock=ep usr/bin/gnome-keyring-daemon
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gnome-keyring/repos/extra-x86_64/gnome-keyring.install (from rev 
320307, gnome-keyring/trunk/gnome-keyring.install)
===
--- gnome-keyring.install   (rev 0)
+++ gnome-keyring.install   2018-03-25 11:25:57 UTC (rev 320308)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_ipc_lock=ep usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+  post_install
+}


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

2018-03-25 Thread Jan Steffens via arch-commits
Date: Sunday, March 25, 2018 @ 11:25:14
  Author: heftig
Revision: 320307

3.28.0.2-1

Modified:
  gnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 10:18:42 UTC (rev 320306)
+++ PKGBUILD2018-03-25 11:25:14 UTC (rev 320307)
@@ -2,7 +2,7 @@
 # Maintainer: Jan De Groot 
 
 pkgname=gnome-keyring
-pkgver=3.28.0.1
+pkgver=3.28.0.2
 pkgrel=1
 epoch=1
 pkgdesc="Stores passwords and encryption keys"
@@ -14,7 +14,7 @@
 checkdepends=(python2)
 groups=(gnome)
 install=gnome-keyring.install
-_commit=ff561a38675fdb07ec14512ed8d0aeaf39d4fa8a  # tags/3.28.0.1^0
+_commit=4dd8fb181d70abef2b0d8cbb5fb11e8203b14c46  # tags/3.28.0.2^0
 source=("git+https://git.gnome.org/browse/gnome-keyring#commit=$_commit;)
 sha256sums=('SKIP')
 


  1   2   3   >