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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:59:00
  Author: felixonmars
Revision: 317706

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 317705, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 05:59:00 UTC (rev 317706)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.19
+pkgrel=53
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="https://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-byteable'
+ 'haskell-case-insensitive' 'haskell-cereal' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-http-conduit' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-memory' 'haskell-monad-control' 
'haskell-mtl'
+ 'haskell-network' 'haskell-old-locale' 'haskell-resourcet' 
'haskell-safe'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-text' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 'haskell-xml-conduit')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-conduit-combinators' 
'haskell-errors'
+ 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-quickcheck-instances'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck'
+ 'haskell-transformers-base')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('048cd01862d7541dbcd932760f1abc35c5915f0cebcfdbc17cec5b8abc20887c933d3c8a3517912a6fdf03f12e1d466a6ff68b45aefe8d73843fc91192b76c53')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Requires AWS credentials to test"
+}
+
+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-aws/trunk (PKGBUILD)

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:58:40
  Author: felixonmars
Revision: 317705

upgpkg: haskell-aws 0.19-53

rebuild with warp-tls,3.2.4.3

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 05:57:32 UTC (rev 317704)
+++ PKGBUILD2018-04-25 05:58:40 UTC (rev 317705)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.19
-pkgrel=52
+pkgrel=53
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws;
 license=("custom:BSD3")


[arch-commits] Commit in ibus-rime/repos/community-x86_64 (4 files)

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:57:32
  Author: felixonmars
Revision: 317704

archrelease: copy trunk to community-x86_64

Added:
  ibus-rime/repos/community-x86_64/PKGBUILD
(from rev 317703, ibus-rime/trunk/PKGBUILD)
  ibus-rime/repos/community-x86_64/ibus-rime.install
(from rev 317703, ibus-rime/trunk/ibus-rime.install)
Deleted:
  ibus-rime/repos/community-x86_64/PKGBUILD
  ibus-rime/repos/community-x86_64/ibus-rime.install

---+
 PKGBUILD  |   55 +---
 ibus-rime.install |6 ++---
 2 files changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 05:57:09 UTC (rev 317703)
+++ PKGBUILD2018-04-25 05:57:32 UTC (rev 317704)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: GONG Chen 
-# Contributor: 網軍總司令
-
-pkgname=ibus-rime
-pkgver=1.2
-pkgrel=1
-pkgdesc="Rime input method engine for ibus"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('ibus' 'libnotify' 'librime>=1.1' 'brise')
-makedepends=('cmake' 'git')
-install='ibus-rime.install'
-source=("git+https://github.com/lotem/ibus-rime.git#tag=rime-$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-

Copied: ibus-rime/repos/community-x86_64/PKGBUILD (from rev 317703, 
ibus-rime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 05:57:32 UTC (rev 317704)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=ibus-rime
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Rime input method engine for ibus"
+arch=('x86_64')
+url="http://rime.im;
+license=('GPL3')
+depends=('ibus' 'libnotify' 'librime' 'brise')
+makedepends=('cmake')
+install='ibus-rime.install'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lotem/ibus-rime/archive/$pkgver.tar.gz;)
+sha512sums=('f0991184805bfe19931e297779179661f98bdfea952e310b2d8618550002cfa5bb08df05d1c5e31b535ad9959a919fdc98fa771a90d4d82b9c50e2f592cb7dfd')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: ibus-rime.install
===
--- ibus-rime.install   2018-04-25 05:57:09 UTC (rev 317703)
+++ ibus-rime.install   2018-04-25 05:57:32 UTC (rev 317704)
@@ -1,3 +0,0 @@
-pre_upgrade() {
-  rm -f /usr/share/ibus-rime/*.bin
-}

Copied: ibus-rime/repos/community-x86_64/ibus-rime.install (from rev 317703, 
ibus-rime/trunk/ibus-rime.install)
===
--- ibus-rime.install   (rev 0)
+++ ibus-rime.install   2018-04-25 05:57:32 UTC (rev 317704)
@@ -0,0 +1,3 @@
+pre_upgrade() {
+  rm -f /usr/share/ibus-rime/*.bin
+}


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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:57:09
  Author: felixonmars
Revision: 317703

upgpkg: ibus-rime 1.3.0-1

Modified:
  ibus-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 05:56:09 UTC (rev 317702)
+++ PKGBUILD2018-04-25 05:57:09 UTC (rev 317703)
@@ -1,27 +1,27 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: GONG Chen 
 # Contributor: 網軍總司令
 
 pkgname=ibus-rime
-pkgver=1.2
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Rime input method engine for ibus"
 arch=('x86_64')
 url="http://rime.im;
 license=('GPL3')
-depends=('ibus' 'libnotify' 'librime>=1.1' 'brise')
-makedepends=('cmake' 'git')
+depends=('ibus' 'libnotify' 'librime' 'brise')
+makedepends=('cmake')
 install='ibus-rime.install'
-source=("git+https://github.com/lotem/ibus-rime.git#tag=rime-$pkgver;)
-md5sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lotem/ibus-rime/archive/$pkgver.tar.gz;)
+sha512sums=('f0991184805bfe19931e297779179661f98bdfea952e310b2d8618550002cfa5bb08df05d1c5e31b535ad9959a919fdc98fa771a90d4d82b9c50e2f592cb7dfd')
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }


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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:55:38
  Author: felixonmars
Revision: 317700

archrelease: copy trunk to community-testing-x86_64

Added:
  apm/repos/community-testing-x86_64/
  apm/repos/community-testing-x86_64/PKGBUILD
(from rev 317699, apm/trunk/PKGBUILD)
  apm/repos/community-testing-x86_64/apm.js
(from rev 317699, apm/trunk/apm.js)
  apm/repos/community-testing-x86_64/fix-tmpdir-warning.patch
(from rev 317699, apm/trunk/fix-tmpdir-warning.patch)
  apm/repos/community-testing-x86_64/no-scripts.patch
(from rev 317699, apm/trunk/no-scripts.patch)
  apm/repos/community-testing-x86_64/python2.patch
(from rev 317699, apm/trunk/python2.patch)
  apm/repos/community-testing-x86_64/use-system-npm.patch
(from rev 317699, apm/trunk/use-system-npm.patch)

--+
 PKGBUILD |  108 +
 apm.js   |   16 ++
 fix-tmpdir-warning.patch |   11 
 no-scripts.patch |   16 ++
 python2.patch|   14 +
 use-system-npm.patch |   11 
 6 files changed, 176 insertions(+)

Copied: apm/repos/community-testing-x86_64/PKGBUILD (from rev 317699, 
apm/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-25 05:55:38 UTC (rev 317700)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=apm
+pkgver=1.19.0
+pkgrel=5
+pkgdesc='Atom package manager'
+arch=('x86_64')
+url='https://github.com/atom/apm'
+license=('MIT')
+depends=('libsecret' 'nodejs>=9' 'npm' 'python2')
+makedepends=('git')
+provides=('nodejs-atom-package-manager')
+conflicts=('nodejs-atom-package-manager')
+replaces=('nodejs-atom-package-manager')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/apm/archive/v${pkgver}.tar.gz;
+'apm.js'
+'fix-tmpdir-warning.patch'
+'no-scripts.patch'
+'python2.patch'
+'use-system-npm.patch')
+sha512sums=('642e7d4bd29455f56ad6e611de9a38954b8a403576620ea3684bc49c2d05f6be89e2ce37efa383cdd050e7ff6b0a6f4a14213f1256e1a6999d3789de0d621afa'
+
'7ef40058bb50189729a541f8e74191336f9652f12e70118e8b24c207e42f00c8f548d408759f261d8b0f2f67f7296e38d771694e45570102e28be1e6b9788d6c'
+
'151dc995a42db1cdb4d085f52f6d7d7fedb1af4eb7123b60abdec55e493d45d527d8129f46f5faeda0d7494050649ea11cd6a5f3ccb83c36ad71d5835e6262ad'
+
'da2e2c6b336b87371541ef159201f6942c606f7c8b212f1a610a8605bb08ddc97ed1ade7f1c02339c40c40f22d8a7d37b1686fb5c7105a775fa85ff6048162dc'
+
'2fedcfc04c03059429c231c5bbd3d5e4b32a30ea9d341c3e27dcbba0deee1e4c8d27d993c59ee96aebf0a0c930b7cc55177e3600c18349dd2b91ebac7bd96632'
+
'f07c0bc1d31d8b6d237621cde024ebf538901fd7ea61801a7c50b5be84e2adf9da72eccc68d7bea0d8b0193d750ebde7de30a572f2e286194cb5c4f6f0d2a3f3')
+
+_apmdir='/usr/lib/node_modules/atom-package-manager'
+
+prepare() {
+  rm -rf "${srcdir}"/apm-build
+
+  cd apm-${pkgver}
+
+  # Use custom launcher
+  rm bin/apm{,.cmd} bin/npm{,.cmd}
+  rm src/cli.coffee
+  install -m755 "${srcdir}"/apm.js bin/apm
+
+  # Fix os.tmpDir() deprecation warning
+  patch -Np1 -i "${srcdir}"/fix-tmpdir-warning.patch
+
+  # Use system npm and node-gyp
+  patch -Np1 -i "${srcdir}"/use-system-npm.patch
+
+  # Don't download binary Node
+  patch -Np1 -i "${srcdir}"/no-scripts.patch
+  rm BUNDLED_NODE_VERSION script/*
+
+  # GYP needs Python2
+  patch -Np1 -i "${srcdir}"/python2.patch
+}
+
+build() {
+  cd apm-${pkgver}
+
+  npm install coffee-script
+  ./node_modules/.bin/coffee -c --no-header -o lib src/*.coffee
+  rm -r node_modules
+  npm install --user root -g --prefix="${srcdir}"/apm-build/usr $(npm pack | 
tail -1)
+}
+
+package() {
+  cp -r "${srcdir}"/apm-build/usr "${pkgdir}"
+
+  cd "${pkgdir}"${_apmdir}
+  install -m644 "${srcdir}"/apm-${pkgver}/README.md ./
+
+  # Install license file
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/atom-package-manager/LICENSE.md \
+ "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # Remove occurrences of ${srcdir}
+  find "${pkgdir}" -name "package.json" \
+   -exec sed -e "s|${srcdir}/apm-build||" \
+ -e "s|${srcdir}/apm-${pkgver}|${_apmdir}|" \
+ -i '{}' \;
+
+  # Remove useless stuff
+  find "${pkgdir}"/usr/lib \
+  -name ".*" -prune -exec rm -r '{}' \; \
+  -or -name "*.a" -exec rm '{}' \; \
+  -or -name "*.bat" -exec rm '{}' \; \
+  -or -name "*.mk" -exec rm '{}' \; \
+  -or -path "*/git-utils/binding.gyp" -exec rm '{}' \; \
+  -or -path "*/git-utils/src" -prune -exec rm -r '{}' \; \
+  -or -path "*/keytar/binding.gyp" -exec rm '{}' \; \
+  -or -path "*/keytar/src" -prune -exec rm -r '{}' \; \
+  -or -path "*/oniguruma/binding.gyp" -exec rm '{}' \; \
+  -or -path 

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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:55:48
  Author: felixonmars
Revision: 317701

upgpkg: haskell-http-conduit 2.2.4-80

rebuild with warp-tls,3.2.4.3

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 05:55:38 UTC (rev 317700)
+++ PKGBUILD2018-04-25 05:55:48 UTC (rev 317701)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.2.4
-pkgrel=79
+pkgrel=80
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")


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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:56:09
  Author: felixonmars
Revision: 317702

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 317701, haskell-http-conduit/trunk/PKGBUILD)

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

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
317701, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 05:56:09 UTC (rev 317702)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.4
+pkgrel=80
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-exceptions'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mtl' 'haskell-resourcet')
+makedepends=('ghc' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-connection'
+ 'haskell-cookie' 'haskell-data-default-class' 'haskell-hunit' 
'haskell-hspec'
+ 'haskell-lifted-base' 'haskell-network' 
'haskell-streaming-commons' 'haskell-temporary'
+ 'haskell-text' 'haskell-utf8-string' 'haskell-wai' 
'haskell-wai-conduit' 'haskell-warp'
+ 'haskell-warp-tls')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('67106bac629e82b271b9c692ef115962775bc605385b008bc1c7453204c20039ab6157b3db2ca707383b877f1e1c63750a3a28bd1ae566fadc0b4e07922f5b63')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 apm/trunk (PKGBUILD)

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:55:01
  Author: felixonmars
Revision: 317699

upgpkg: apm 1.19.0-5

rebuild with nodejs 10

Modified:
  apm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 05:54:53 UTC (rev 317698)
+++ PKGBUILD2018-04-25 05:55:01 UTC (rev 317699)
@@ -3,7 +3,7 @@
 
 pkgname=apm
 pkgver=1.19.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Atom package manager'
 arch=('x86_64')
 url='https://github.com/atom/apm'


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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:54:30
  Author: felixonmars
Revision: 317697

upgpkg: python-peewee 3.3.0-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 05:53:29 UTC (rev 317696)
+++ PKGBUILD2018-04-25 05:54:30 UTC (rev 317697)
@@ -6,7 +6,7 @@
 
 pkgbase=python-peewee
 pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.2.5
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/;
@@ -16,7 +16,7 @@
 checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
  # 'python-psycopg2' 'python2-psycopg2')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('c4e6582176156c082fcede68ad2cddc54dc204a06190a3b80155d1e11ca77ee55a948826ff14d7bbfdaedff1543f0d3d2acd47c8879c5ca166532bf3782653cf')
+sha512sums=('f4d41fae4d669613a3cfacb346f0ecb0746dfdb4bb456da6bdec9d6751422671604bf83b943e28cd6d8f1ed8ff4cf65b60af82cd26b2e7e5fd56d5ffd16a3808')
 
 prepare() {
   cp -a peewee-$pkgver{,-py2}


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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:54:53
  Author: felixonmars
Revision: 317698

archrelease: copy trunk to community-x86_64

Added:
  python-peewee/repos/community-x86_64/PKGBUILD
(from rev 317697, python-peewee/trunk/PKGBUILD)
Deleted:
  python-peewee/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 05:54:30 UTC (rev 317697)
+++ PKGBUILD2018-04-25 05:54:53 UTC (rev 317698)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgbase=python-peewee
-pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.2.5
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/;
-arch=('x86_64')
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
-checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
- # 'python-psycopg2' 'python2-psycopg2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('c4e6582176156c082fcede68ad2cddc54dc204a06190a3b80155d1e11ca77ee55a948826ff14d7bbfdaedff1543f0d3d2acd47c8879c5ca166532bf3782653cf')
-
-prepare() {
-  cp -a peewee-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/peewee-$pkgver
-  python runtests.py
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 runtests.py
-}
-
-package_python-peewee() {
-  depends=('python' 'sqlite')
-  optdepends=('python-psycopg2: for PostgreSQL database support'
-  'mysql-python: for MySQL database support')
-
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-peewee() {
-  depends=('python2')
-  optdepends=('python2-psycopg2: for PostgreSQL database support')
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/pwiz{,2}.py
-}

Copied: python-peewee/repos/community-x86_64/PKGBUILD (from rev 317697, 
python-peewee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 05:54:53 UTC (rev 317698)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgbase=python-peewee
+pkgname=('python-peewee' 'python2-peewee')
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/;
+arch=('x86_64')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
+checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
+ # 'python-psycopg2' 'python2-psycopg2')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
+sha512sums=('f4d41fae4d669613a3cfacb346f0ecb0746dfdb4bb456da6bdec9d6751422671604bf83b943e28cd6d8f1ed8ff4cf65b60af82cd26b2e7e5fd56d5ffd16a3808')
+
+prepare() {
+  cp -a peewee-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/peewee-$pkgver
+  python runtests.py
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 runtests.py
+}
+
+package_python-peewee() {
+  depends=('python' 'sqlite')
+  optdepends=('python-psycopg2: for PostgreSQL database support'
+  'mysql-python: for MySQL database support')
+
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-peewee() {
+  depends=('python2')
+  optdepends=('python2-psycopg2: for PostgreSQL database support')
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/pwiz{,2}.py
+}


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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:53:29
  Author: felixonmars
Revision: 317696

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 317695, haskell-warp-tls/trunk/PKGBUILD)

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

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
317695, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 05:53:29 UTC (rev 317696)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.4.3
+pkgrel=1
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" 
"haskell-tls-session-manager" "haskell-wai"
+ "haskell-warp")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bed1a501d7885b1a37768b59d73916c36aa554e71ad89608a11224f7c4b7e016cd65652f6bb0da153bcdc3e4a089f03850546b02ed5ace808e8a8a8fc74b4028')
+
+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
+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-warp-tls/trunk (PKGBUILD)

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:53:07
  Author: felixonmars
Revision: 317695

upgpkg: haskell-warp-tls 3.2.4.3-1

rebuild with warp-tls,3.2.4.3

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 05:53:00 UTC (rev 317694)
+++ PKGBUILD2018-04-25 05:53:07 UTC (rev 317695)
@@ -4,8 +4,8 @@
 
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
-pkgver=3.2.4.2
-pkgrel=39
+pkgver=3.2.4.3
+pkgrel=1
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="https://github.com/yesodweb/wai;
 license=("MIT")
@@ -15,7 +15,7 @@
  "haskell-warp")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('b8a4c2534ea164521e14ccbacef7924b8238b386faa85b943f4dc8e1cba6aa5f438ab53c94220a42fea41e9ab17e26e2976e91ff0a9e16ee1030707b4ddbb74a')
+sha512sums=('bed1a501d7885b1a37768b59d73916c36aa554e71ad89608a11224f7c4b7e016cd65652f6bb0da153bcdc3e4a089f03850546b02ed5ace808e8a8a8fc74b4028')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:52:37
  Author: felixonmars
Revision: 317693

upgpkg: deepin-dock 4.6.3.2-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 05:49:09 UTC (rev 317692)
+++ PKGBUILD2018-04-25 05:52:37 UTC (rev 317693)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=4.6.3.1
+pkgver=4.6.3.2
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 replaces=('dde-dock')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('d1f7decafd204596f9ba6469e280faed60ef407634b76c4c05509f6910ff8d8e2ee37538ebc5d202c7ae80cd1697c72776f19f2dc51116a64ae20c5be771ff09')
+sha512sums=('42eed2e511d52631e54f8acee0f8c2facfef34492d42b35909b34a4843fb65b2ef1745bfaca29718468e5b4cf29c866d273ac5f6df182a7561d3d93aabed31a3')
 
 build() {
   cd dde-dock-$pkgver


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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:53:00
  Author: felixonmars
Revision: 317694

archrelease: copy trunk to community-x86_64

Added:
  deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 317693, deepin-dock/trunk/PKGBUILD)
Deleted:
  deepin-dock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 05:52:37 UTC (rev 317693)
+++ PKGBUILD2018-04-25 05:53:00 UTC (rev 317694)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.6.3.1
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
- 'deepin-qt-dbus-factory')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('d1f7decafd204596f9ba6469e280faed60ef407634b76c4c05509f6910ff8d8e2ee37538ebc5d202c7ae80cd1697c72776f19f2dc51116a64ae20c5be771ff09')
-
-build() {
-  cd dde-dock-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-dock-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 317693, 
deepin-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 05:53:00 UTC (rev 317694)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.6.3.2
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
+ 'deepin-qt-dbus-factory')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz;)
+sha512sums=('42eed2e511d52631e54f8acee0f8c2facfef34492d42b35909b34a4843fb65b2ef1745bfaca29718468e5b4cf29c866d273ac5f6df182a7561d3d93aabed31a3')
+
+build() {
+  cd dde-dock-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in python-gcp-devrel-py-tools/repos/community-any (2 files)

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:49:09
  Author: felixonmars
Revision: 317692

archrelease: copy trunk to community-any

Added:
  python-gcp-devrel-py-tools/repos/community-any/PKGBUILD
(from rev 317691, python-gcp-devrel-py-tools/trunk/PKGBUILD)
Deleted:
  python-gcp-devrel-py-tools/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 05:48:44 UTC (rev 317691)
+++ PKGBUILD2018-04-25 05:49:09 UTC (rev 317692)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-gcp-devrel-py-tools
-pkgname=('python-gcp-devrel-py-tools' 'python2-gcp-devrel-py-tools')
-pkgver=0.0.13
-_commit=73a070ac5e8b3751ae1310dbbf1c9b78483e684e
-pkgrel=1
-pkgdesc='Tools for Cloud Platform Python libraries and samples'
-arch=('any')
-license=('Apache')
-url='https://github.com/GoogleCloudPlatform/python-repo-tools'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
- 'python-retrying' 'python2-retrying' 'python-packaging' 
'python2-packaging'
- 'python-pylint' 'python2-pylint')
-source=("$pkgbase-$_commit.tar.gz::https://github.com/GoogleCloudPlatform/python-repo-tools/archive/$_commit.tar.gz;)
-sha512sums=('0a4d2ed48915e20d36408a7de789b4863271d97c60922e6226f04d0c0e8507799e0b9a57a216688e90a64215e0ad9d5589c67c81873b40860053cd788db4d8a1')
-
-prepare() {
-  cp -a python-repo-tools-$_commit{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-repo-tools-$_commit
-  python setup.py build
-
-  cd "$srcdir"/python-repo-tools-$_commit-py2
-  python2 setup.py build
-}
-
-package_python-gcp-devrel-py-tools() {
-  depends=('python-requests' 'python-retrying' 'python-setuptools' 
'python-packaging'
-   'python-pylint')
-
-  cd python-repo-tools-$_commit
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-gcp-devrel-py-tools() {
-  depends=('python2-requests' 'python2-retrying' 'python2-setuptools' 
'python2-packaging'
-   'python2-pylint')
-
-  cd python-repo-tools-$_commit-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/gcp-devrel-py-tools{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-gcp-devrel-py-tools/repos/community-any/PKGBUILD (from rev 
317691, python-gcp-devrel-py-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 05:49:09 UTC (rev 317692)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-gcp-devrel-py-tools
+pkgname=('python-gcp-devrel-py-tools' 'python2-gcp-devrel-py-tools')
+pkgver=0.0.14
+_commit=cba77b8954b08eba7490dab5b1c975855db9aa8b
+pkgrel=1
+pkgdesc='Tools for Cloud Platform Python libraries and samples'
+arch=('any')
+license=('Apache')
+url='https://github.com/GoogleCloudPlatform/python-repo-tools'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-retrying' 'python2-retrying' 'python-packaging' 
'python2-packaging'
+ 'python-pylint' 'python2-pylint')
+source=("$pkgbase-$_commit.tar.gz::https://github.com/GoogleCloudPlatform/python-repo-tools/archive/$_commit.tar.gz;)
+sha512sums=('9af7313bff43db8042f06ed79625f7def6f031a52a7245e157dfa645ba803b3a2b81f8ee234ec9ad03504e1c18218c8ad891a5222ca0aeee540dbce630520aef')
+
+prepare() {
+  cp -a python-repo-tools-$_commit{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-repo-tools-$_commit
+  python setup.py build
+
+  cd "$srcdir"/python-repo-tools-$_commit-py2
+  python2 setup.py build
+}
+
+package_python-gcp-devrel-py-tools() {
+  depends=('python-requests' 'python-retrying' 'python-setuptools' 
'python-packaging'
+   'python-pylint')
+
+  cd python-repo-tools-$_commit
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-gcp-devrel-py-tools() {
+  depends=('python2-requests' 'python2-retrying' 'python2-setuptools' 
'python2-packaging'
+   'python2-pylint')
+
+  cd python-repo-tools-$_commit-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/gcp-devrel-py-tools{,2}
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-gcp-devrel-py-tools/trunk (PKGBUILD)

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:48:44
  Author: felixonmars
Revision: 317691

upgpkg: python-gcp-devrel-py-tools 0.0.14-1

Modified:
  python-gcp-devrel-py-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 05:48:04 UTC (rev 317690)
+++ PKGBUILD2018-04-25 05:48:44 UTC (rev 317691)
@@ -3,8 +3,8 @@
 
 pkgbase=python-gcp-devrel-py-tools
 pkgname=('python-gcp-devrel-py-tools' 'python2-gcp-devrel-py-tools')
-pkgver=0.0.13
-_commit=73a070ac5e8b3751ae1310dbbf1c9b78483e684e
+pkgver=0.0.14
+_commit=cba77b8954b08eba7490dab5b1c975855db9aa8b
 pkgrel=1
 pkgdesc='Tools for Cloud Platform Python libraries and samples'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-retrying' 'python2-retrying' 'python-packaging' 
'python2-packaging'
  'python-pylint' 'python2-pylint')
 
source=("$pkgbase-$_commit.tar.gz::https://github.com/GoogleCloudPlatform/python-repo-tools/archive/$_commit.tar.gz;)
-sha512sums=('0a4d2ed48915e20d36408a7de789b4863271d97c60922e6226f04d0c0e8507799e0b9a57a216688e90a64215e0ad9d5589c67c81873b40860053cd788db4d8a1')
+sha512sums=('9af7313bff43db8042f06ed79625f7def6f031a52a7245e157dfa645ba803b3a2b81f8ee234ec9ad03504e1c18218c8ad891a5222ca0aeee540dbce630520aef')
 
 prepare() {
   cp -a python-repo-tools-$_commit{,-py2}


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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:48:04
  Author: felixonmars
Revision: 317690

archrelease: copy trunk to community-any

Added:
  pigar/repos/community-any/PKGBUILD
(from rev 317689, pigar/trunk/PKGBUILD)
Deleted:
  pigar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 05:47:40 UTC (rev 317689)
+++ PKGBUILD2018-04-25 05:48:04 UTC (rev 317690)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=pigar
-pkgname=("pigar" "python2-pigar")
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="A fantastic tool to generate requirements for your Python project, 
and more than that"
-arch=('any')
-url="https://github.com/Damnever/pigar;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-colorama' 
'python2-colorama'
- 'python2-futures' 'python-gevent' 'python2-gevent')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Damnever/pigar/archive/v$pkgver.tar.gz;)
-sha512sums=('283ea02dd452a32f1b8b44d4ae19abefc82f2f116b2bdb67fa163b68656c566415bd50fa9aecd5001497e371c2a5aed0d0965d0413bbbf86437fbd787ec7b103')
-
-prepare() {
-  cp -a pigar-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pigar-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pigar-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pigar-$pkgver
-  python -m unittest discover pigar/tests/ -t . -v
-
-  cd "$srcdir"/pigar-$pkgver-py2
-  python2 -m unittest discover pigar/tests/ -t . -v
-}
-
-package_pigar() {
-  depends=('python-setuptools' 'python-colorama' 'python-gevent')
-
-  cd pigar-$pkgver
-  python3 setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pigar() {
-  depends=('python2-setuptools' 'python2-colorama' 'python2-gevent' 
'python2-futures')
-
-  cd pigar-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  mv "$pkgdir"/usr/bin/pigar{,2}
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pigar/repos/community-any/PKGBUILD (from rev 317689, 
pigar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 05:48:04 UTC (rev 317690)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=pigar
+pkgname=("pigar" "python2-pigar")
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="A fantastic tool to generate requirements for your Python project, 
and more than that"
+arch=('any')
+url="https://github.com/Damnever/pigar;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-colorama' 
'python2-colorama'
+ 'python2-futures' 'python-gevent' 'python2-gevent')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Damnever/pigar/archive/v$pkgver.tar.gz;)
+sha512sums=('cf1d7035c2f2ed20eef43dc8870401dfdf984cab91c26420bdbf9259400268145db89dc791526b2953267dee57f3d589bc68fa5608a2a8951e6326b825cc4fd0')
+
+prepare() {
+  cp -a pigar-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pigar-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pigar-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pigar-$pkgver
+  python -m unittest discover pigar/tests/ -t . -v
+
+  cd "$srcdir"/pigar-$pkgver-py2
+  python2 -m unittest discover pigar/tests/ -t . -v
+}
+
+package_pigar() {
+  depends=('python-setuptools' 'python-colorama' 'python-gevent')
+
+  cd pigar-$pkgver
+  python3 setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pigar() {
+  depends=('python2-setuptools' 'python2-colorama' 'python2-gevent' 
'python2-futures')
+
+  cd pigar-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  mv "$pkgdir"/usr/bin/pigar{,2}
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:47:40
  Author: felixonmars
Revision: 317689

upgpkg: pigar 0.7.2-1

Modified:
  pigar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 05:45:41 UTC (rev 317688)
+++ PKGBUILD2018-04-25 05:47:40 UTC (rev 317689)
@@ -3,7 +3,7 @@
 
 pkgbase=pigar
 pkgname=("pigar" "python2-pigar")
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc="A fantastic tool to generate requirements for your Python project, 
and more than that"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-colorama' 
'python2-colorama'
  'python2-futures' 'python-gevent' 'python2-gevent')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/Damnever/pigar/archive/v$pkgver.tar.gz;)
-sha512sums=('283ea02dd452a32f1b8b44d4ae19abefc82f2f116b2bdb67fa163b68656c566415bd50fa9aecd5001497e371c2a5aed0d0965d0413bbbf86437fbd787ec7b103')
+sha512sums=('cf1d7035c2f2ed20eef43dc8870401dfdf984cab91c26420bdbf9259400268145db89dc791526b2953267dee57f3d589bc68fa5608a2a8951e6326b825cc4fd0')
 
 prepare() {
   cp -a pigar-$pkgver{,-py2}


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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:45:20
  Author: felixonmars
Revision: 317687

upgpkg: nodejs 10.0.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:48:20 UTC (rev 317686)
+++ PKGBUILD2018-04-25 05:45:20 UTC (rev 317687)
@@ -9,17 +9,17 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=9.11.1
+pkgver=10.0.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
 url='http://nodejs.org/'
 license=('MIT')
-depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 
'libnghttp2') # 'v8')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2') # 
'v8')
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('62b5d4caa80f48e0459a80e899df6cfe315604efcfc720dd05e66b6cb26d2fcf2e0239812c0b8448528c7da1a57dd43b921825ae572eb86b87be49649764abb8')
+sha512sums=('888f5358f58d16ebab23542a42a2df8fb87dbdcd2c60098f5c0bd51049d7736928994509afc0fe85b294ad0fc22001fa6473fd962f92e4bb46ddb6721fcf326a')
 
 prepare() {
   cd node-$pkgver
@@ -38,7 +38,6 @@
 build() {
   cd node-$pkgver
 
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
   export PYTHON=python2
   ./configure \
 --prefix=/usr \


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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 05:45:41
  Author: felixonmars
Revision: 317688

archrelease: copy trunk to community-testing-x86_64

Added:
  nodejs/repos/community-testing-x86_64/
  nodejs/repos/community-testing-x86_64/PKGBUILD
(from rev 317687, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-testing-x86_64/rebuild.list
(from rev 317687, nodejs/trunk/rebuild.list)

--+
 PKGBUILD |   72 +
 rebuild.list |1 
 2 files changed, 73 insertions(+)

Copied: nodejs/repos/community-testing-x86_64/PKGBUILD (from rev 317687, 
nodejs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-25 05:45:41 UTC (rev 317688)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=10.0.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2') # 
'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
+sha512sums=('888f5358f58d16ebab23542a42a2df8fb87dbdcd2c60098f5c0bd51049d7736928994509afc0fe85b294ad0fc22001fa6473fd962f92e4bb46ddb6721fcf326a')
+
+prepare() {
+  cd node-$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser \
+--shared-cares \
+--shared-nghttp2
+# --shared-v8
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  # Expected failure: https://github.com/nodejs/node/issues/11627
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-testing-x86_64/rebuild.list (from rev 317687, 
nodejs/trunk/rebuild.list)
===
--- community-testing-x86_64/rebuild.list   (rev 0)
+++ community-testing-x86_64/rebuild.list   2018-04-25 05:45:41 UTC (rev 
317688)
@@ -0,0 +1 @@
+apm


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

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:54:50
  Author: heftig
Revision: 322984

archrelease: copy trunk to extra-x86_64

Added:
  accountsservice/repos/extra-x86_64/PKGBUILD
(from rev 322983, accountsservice/trunk/PKGBUILD)
Deleted:
  accountsservice/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 04:54:13 UTC (rev 322983)
+++ PKGBUILD2018-04-25 04:54:50 UTC (rev 322984)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=accountsservice
-pkgver=0.6.46
-pkgrel=1
-pkgdesc="D-Bus interface for user account query and manipulation"
-url="https://www.freedesktop.org/software/accountsservice/;
-arch=(x86_64)
-license=(GPL3)
-depends=(glib2 polkit systemd)
-makedepends=(intltool gtk-doc gobject-introspection git)
-_commit=27fbd25251c3dd59c4d8e999a902946feab73f5a  # tags/0.6.46^0
-source=("git+https://anongit.freedesktop.org/git/accountsservice#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: accountsservice/repos/extra-x86_64/PKGBUILD (from rev 322983, 
accountsservice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 04:54:50 UTC (rev 322984)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=accountsservice
+pkgver=0.6.47
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and manipulation"
+url="https://www.freedesktop.org/software/accountsservice/;
+arch=(x86_64)
+license=(GPL3)
+depends=(glib2 polkit systemd)
+makedepends=(intltool gtk-doc gobject-introspection git)
+_commit=883b9101ec21e4b7ad0522c9dcc1a87465a750cd  # tags/0.6.47^0
+source=("git+https://anongit.freedesktop.org/git/accountsservice#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xdg-desktop-portal-gtk/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:54:13
  Author: heftig
Revision: 322983

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD
(from rev 322982, xdg-desktop-portal-gtk/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 04:53:33 UTC (rev 322982)
+++ PKGBUILD2018-04-25 04:54:13 UTC (rev 322983)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Patrick Griffis 
-
-pkgname=xdg-desktop-portal-gtk
-pkgver=0.10
-pkgrel=1
-pkgdesc="A GTK+ backend for xdg-desktop-portal"
-url="https://github.com/flatpak/xdg-desktop-portal-gtk;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(gtk3)
-makedepends=(xdg-desktop-portal flatpak git)
-provides=(xdg-desktop-portal-impl)
-_commit=d4c441455fb2f9d441743a724746983fb0979766  # tags/0.10^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make 
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" make install
-}

Copied: xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD (from rev 322982, 
xdg-desktop-portal-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 04:54:13 UTC (rev 322983)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Patrick Griffis 
+
+pkgname=xdg-desktop-portal-gtk
+pkgver=0.11
+pkgrel=1
+pkgdesc="A GTK+ backend for xdg-desktop-portal"
+url="https://github.com/flatpak/xdg-desktop-portal-gtk;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(gtk3)
+makedepends=(xdg-desktop-portal flatpak git evince)
+optdepends=("evince: Print preview")
+provides=(xdg-desktop-portal-impl)
+_commit=9c88ef45ade9358b308fa88bafc0734007b0d872  # tags/0.11^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" make install
+}


[arch-commits] Commit in xdg-desktop-portal/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:53:33
  Author: heftig
Revision: 322982

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
(from rev 322981, xdg-desktop-portal/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 04:51:25 UTC (rev 322981)
+++ PKGBUILD2018-04-25 04:53:33 UTC (rev 322982)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Patrick Griffis 
-
-pkgname=xdg-desktop-portal
-pkgver=0.10
-pkgrel=1
-pkgdesc="Desktop integration portals for sandboxed apps"
-url="https://github.com/flatpak/xdg-desktop-portal;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(glib2 pipewire fuse2)
-makedepends=(python flatpak xmlto docbook-xsl git)
-_commit=7b818b146f0d832551356d3c84de1df1a39a37fa  # tags/0.10^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make 
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  depends+=(xdg-desktop-portal-impl)
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: xdg-desktop-portal/repos/extra-x86_64/PKGBUILD (from rev 322981, 
xdg-desktop-portal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 04:53:33 UTC (rev 322982)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Patrick Griffis 
+
+pkgname=xdg-desktop-portal
+pkgver=0.11
+pkgrel=1
+pkgdesc="Desktop integration portals for sandboxed apps"
+url="https://github.com/flatpak/xdg-desktop-portal;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(glib2 pipewire fuse2)
+makedepends=(python flatpak xmlto docbook-xsl git)
+_commit=753cc5f41103fd2e5feb87249d9b465f173aff8a  # tags/0.11^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  depends+=(xdg-desktop-portal-impl)
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in xdg-desktop-portal-gtk/trunk (PKGBUILD)

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:51:25
  Author: heftig
Revision: 322981

0.11-1

Modified:
  xdg-desktop-portal-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:50:42 UTC (rev 322980)
+++ PKGBUILD2018-04-25 04:51:25 UTC (rev 322981)
@@ -3,7 +3,7 @@
 # Contributor: Patrick Griffis 
 
 pkgname=xdg-desktop-portal-gtk
-pkgver=0.10
+pkgver=0.11
 pkgrel=1
 pkgdesc="A GTK+ backend for xdg-desktop-portal"
 url="https://github.com/flatpak/xdg-desktop-portal-gtk;
@@ -10,9 +10,10 @@
 arch=(x86_64)
 license=(LGPL2.1)
 depends=(gtk3)
-makedepends=(xdg-desktop-portal flatpak git)
+makedepends=(xdg-desktop-portal flatpak git evince)
+optdepends=("evince: Print preview")
 provides=(xdg-desktop-portal-impl)
-_commit=d4c441455fb2f9d441743a724746983fb0979766  # tags/0.10^0
+_commit=9c88ef45ade9358b308fa88bafc0734007b0d872  # tags/0.11^0
 
source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in xdg-desktop-portal/trunk (PKGBUILD)

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:50:42
  Author: heftig
Revision: 322980

0.11-1

Modified:
  xdg-desktop-portal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:49:23 UTC (rev 322979)
+++ PKGBUILD2018-04-25 04:50:42 UTC (rev 322980)
@@ -3,7 +3,7 @@
 # Contributor: Patrick Griffis 
 
 pkgname=xdg-desktop-portal
-pkgver=0.10
+pkgver=0.11
 pkgrel=1
 pkgdesc="Desktop integration portals for sandboxed apps"
 url="https://github.com/flatpak/xdg-desktop-portal;
@@ -11,7 +11,7 @@
 license=(LGPL2.1)
 depends=(glib2 pipewire fuse2)
 makedepends=(python flatpak xmlto docbook-xsl git)
-_commit=7b818b146f0d832551356d3c84de1df1a39a37fa  # tags/0.10^0
+_commit=753cc5f41103fd2e5feb87249d9b465f173aff8a  # tags/0.11^0
 source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:49:23
  Author: heftig
Revision: 322979

0.6.47-1

Modified:
  accountsservice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:21:46 UTC (rev 322978)
+++ PKGBUILD2018-04-25 04:49:23 UTC (rev 322979)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=accountsservice
-pkgver=0.6.46
+pkgver=0.6.47
 pkgrel=1
 pkgdesc="D-Bus interface for user account query and manipulation"
 url="https://www.freedesktop.org/software/accountsservice/;
@@ -11,7 +11,7 @@
 license=(GPL3)
 depends=(glib2 polkit systemd)
 makedepends=(intltool gtk-doc gobject-introspection git)
-_commit=27fbd25251c3dd59c4d8e999a902946feab73f5a  # tags/0.6.46^0
+_commit=883b9101ec21e4b7ad0522c9dcc1a87465a750cd  # tags/0.6.47^0
 
source=("git+https://anongit.freedesktop.org/git/accountsservice#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 04:48:20
  Author: felixonmars
Revision: 317686

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 04:47:54 UTC (rev 317685)
+++ PKGBUILD2018-04-25 04:48:20 UTC (rev 317686)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.5.0
-pkgrel=1
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="http://pytest.org/;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-pluggy'
- 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
- 'python2-more-itertools' 'python2-funcsigs')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
-  'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
-  'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
-  'python2-requests' 'python-hypothesis' 'python2-hypothesis')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('3e67f411b45f0cce6921d65926b3c6b7bcf6169a8e96eb8f74465d795a49d690c7027db3cb3147868ce238d5b416a6e87de27728598e4a526bf6bbb7a5506913')
-
-prepare() {
-  cp -a pytest-$pkgver{,-py2}
-
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pytest-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Expected failure due to xdist, also present on official travis
-
-  cd "$srcdir"/pytest-$pkgver
-  python setup.py test || warning "Tests failed"
-
-  cd "$srcdir"/pytest-$pkgver-py2
-  python2 setup.py test || warning "Tests failed"
-}
-
-package_python-pytest() {
-  depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools')
-
-  cd pytest-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest() {
-  depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs'
-   'python2-more-itertools' 'python2-funcsigs')
-
-  cd pytest-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/py.test{,2}
-  mv "$pkgdir"/usr/bin/pytest{,2}
-}

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 317685, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 04:48:20 UTC (rev 317686)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=3.5.1
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-pluggy'
+ 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
+ 'python2-more-itertools' 'python2-funcsigs')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
+  'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
+  'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
+  'python2-requests' 'python-hypothesis' 'python2-hypothesis')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
+sha512sums=('8eba7938a55719a4adcc9a8ddd62e28344b121163c32ad3b11d1ff5df4507428c861dc075facc7e58e89216c553ac5a929b604f932f607763c8b1ff5e4294bfe')
+
+prepare() {
+  cp -a pytest-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pytest-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pytest-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/pytest-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-pytest() {
+  depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools')
+
+  cd pytest-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE 

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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 04:47:54
  Author: felixonmars
Revision: 317685

upgpkg: python-pytest 3.5.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:35:23 UTC (rev 317684)
+++ PKGBUILD2018-04-25 04:47:54 UTC (rev 317685)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('3e67f411b45f0cce6921d65926b3c6b7bcf6169a8e96eb8f74465d795a49d690c7027db3cb3147868ce238d5b416a6e87de27728598e4a526bf6bbb7a5506913')
+sha512sums=('8eba7938a55719a4adcc9a8ddd62e28344b121163c32ad3b11d1ff5df4507428c861dc075facc7e58e89216c553ac5a929b604f932f607763c8b1ff5e4294bfe')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:35:23
  Author: heftig
Revision: 317684

archrelease: copy trunk to community-testing-x86_64

Added:
  broadcom-wl/repos/community-testing-x86_64/
  broadcom-wl/repos/community-testing-x86_64/PKGBUILD
(from rev 317683, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 317683, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-25 04:35:23 UTC (rev 317684)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+
+pkgname=broadcom-wl# Build against stock -ARCH kernel
+#pkgname=broadcom-wl-custom# Build agains kernel with a different name
+_kernelname=${pkgname#broadcom-wl}
+pkgver=6.30.223.271
+pkgrel=11
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+depends=("linux${_kernelname}")
+makedepends=("linux${_kernelname}-headers" 
"${pkgname%$_kernelname}-dkms=${pkgver}")
+
+build() {
+_kernmajor="$(pacman -Q linux${_kernelname} | sed -r 
's/linux'"${_kernelname}"' ([0-9]*.[0-9]*).*/\1/')"
+
_kernver="$(

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

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:32:54
  Author: heftig
Revision: 317683

Compressed modules should have compressed module names

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:25:40 UTC (rev 317682)
+++ PKGBUILD2018-04-25 04:32:54 UTC (rev 317683)
@@ -24,11 +24,9 @@
 _kernmajor="$(pacman -Q linux${_kernelname} | sed -r 
's/linux'"${_kernelname}"' ([0-9]*.[0-9]*).*/\1/')"
 
_kernver="$(

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

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:25:40
  Author: heftig
Revision: 317682

6.30.223.271-11

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:21:32 UTC (rev 317681)
+++ PKGBUILD2018-04-25 04:25:40 UTC (rev 317682)
@@ -5,7 +5,7 @@
 #pkgname=broadcom-wl-custom# Build agains kernel with a different name
 _kernelname=${pkgname#broadcom-wl}
 pkgver=6.30.223.271
-pkgrel=10
+pkgrel=11
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:16:20
  Author: heftig
Revision: 322973

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 322972, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/kernel-4.16.patch
(from rev 322972, nvidia/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   87 
 kernel-4.16.patch |   33 +++
 2 files changed, 120 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 322972, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-25 04:16:20 UTC (rev 322973)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=390.48
+_extramodules=extramodules-4.16-ARCH
+pkgrel=10
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.16' 'linux-headers<4.17')
+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.16.patch)
+sha256sums=('2d4bf72801f101a85df6fd1464021380ad51f5a30df05dadaf1fb546a175a441'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.16' 'linux<4.17' "nvidia-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/kernel-4.16.patch (from rev 322972, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-04-25 04:16:20 UTC (rev 322973)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # 

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

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:16:39
  Author: heftig
Revision: 322974

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 322973, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch
(from rev 322973, 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 322973, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-25 04:16:39 UTC (rev 322974)
@@ -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.16-ARCH
+pkgrel=30
+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.16' 
'linux-headers<4.17')
+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.16' 'linux<4.17' "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 322973, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2018-04-25 04:16:39 UTC (rev 322974)
@@ -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 acpi_call/repos (3 files)

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:15:59
  Author: heftig
Revision: 317675

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 317674, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 317674, 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 317674, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 04:15:59 UTC (rev 317675)
@@ -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=124
+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.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17')
+_extramodules=extramodules-4.16-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 317674, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-04-25 04:15:59 UTC (rev 317675)
@@ -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-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:15:40
  Author: heftig
Revision: 317674

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 317673, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 317673, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 317673, 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 
317673, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-04-25 04:15:40 UTC (rev 
317674)
@@ -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 317673, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 04:15:40 UTC (rev 317674)
@@ -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=65
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17')
+_extramodules=extramodules-4.16-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 317673, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-04-25 04:15:40 UTC (rev 317674)
@@ -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 r8168/repos (3 files)

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:15:19
  Author: heftig
Revision: 317673

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 317672, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/linux-4.15.patch
(from rev 317672, 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 317672, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 04:15:19 UTC (rev 317673)
@@ -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=52
+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 317672, 
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-04-25 04:15:19 UTC (rev 
317673)
@@ -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 bbswitch/repos (2 files)

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:15:00
  Author: heftig
Revision: 317672

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 317671, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 04:15:00 UTC (rev 317672)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=130
+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.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17')
+_extramodules=extramodules-4.16-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 virtualbox-modules-arch/repos (2 files)

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:14:40
  Author: heftig
Revision: 317671

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 317670, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 317670, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 04:14:40 UTC (rev 317671)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.10
+pkgrel=3
+_linux_major=4
+_linux_minor=16
+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/vboxsf-4.16/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:14:20
  Author: heftig
Revision: 317670

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 317669, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 317669, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 04:14:20 UTC (rev 317670)
@@ -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
+pkgrel=18
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17' 'git')
+_extradir=/usr/lib/modules/extramodules-4.16-ARCH
+_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 libreoffice-fresh/repos (6 files)

2018-04-24 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 25, 2018 @ 04:11:08
  Author: foutrelis
Revision: 322964

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 322963, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 322963, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 322963, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 322963, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/staging-x86_64/poppler-0.64.patch
(from rev 322963, libreoffice-fresh/trunk/poppler-0.64.patch)

--+
 PKGBUILD |  340 +
 libreoffice-fresh.csh|6 
 libreoffice-fresh.sh |6 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 poppler-0.64.patch   |   65 +++
 5 files changed, 435 insertions(+)

Copied: libreoffice-fresh/repos/staging-x86_64/PKGBUILD (from rev 322963, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-25 04:11:08 UTC (rev 322964)
@@ -0,0 +1,340 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=6.0.3.2
+pkgver=6.0.3
+pkgrel=2
+arch=('x86_64')
+license=('LGPL3')
+url="http://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
+   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
+   'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'libxinerama' 'libpagemaker' 
'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'
+)
+sha256sums=('12b8a2f57d797ad51b7661e2302babfe73c0d23b52ddac9f4c7eb1b82472859b'
+'SKIP'
+'06999eac776c4fcf7339732bf988d2b85b7193283d4be622f848706e278e4701'
+'SKIP'
+'8aa651266b701b17e78aaca77db394bec3da07faf62546496484c63dd519a5b3'
+'SKIP'
+'9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81'
+'64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
+'1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753'
+'75823776fb51a9c526af904f1503a7afaaab900fba83eda64f8a41073724c870'
+'983941d31ee8d366085cadf28db75eb1f5cb03ba1e5853b98f12f7f51c63b776'
+'d6a97fc8da5ae54d867e7f1b65ffb51e816cadd11714e45fc23ee0abf81a51ab'
+'d30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370'
+'1b5b24f7bc543c0362b667692f78db8bab4ed6dafc6172f104d0bd3757d8a133'
+'233f66e8d25c5dd971716d4200203a612a407649686ef3b52075d04b4c9df0dd'
+'6994be3555e23226630c587444be19d309b25b0fcf1f87df3b4e3f88943e5860'
+'7dc0d33fc24b1612865f5e173d48800ba3f2db891c57e3f92b9d2ce56ffeb72f'
+'d0312c360efe04dd048b3311fe375ff36f1993b4c2e3cb58c81062990532904a'
+'f2443f27561af52324eee03a1892d9f569adc8db9e7bca55614898bc2a13a770'
+'aa8896eef3adbd6b54d4ec1817c1bc3871cce99120faf26f93502077480233cf'
+'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
+

[arch-commits] Commit in libreoffice-still/trunk (PKGBUILD poppler-0.64.patch)

2018-04-24 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 25, 2018 @ 04:10:10
  Author: foutrelis
Revision: 322961

poppler 0.64.0 rebuild

Added:
  libreoffice-still/trunk/poppler-0.64.patch
Modified:
  libreoffice-still/trunk/PKGBUILD

+
 PKGBUILD   |7 -
 poppler-0.64.patch |   65 +++
 2 files changed, 71 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:05:57 UTC (rev 322960)
+++ PKGBUILD2018-04-25 04:10:10 UTC (rev 322961)
@@ -13,7 +13,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=5.4.6.2
 pkgver=5.4.6
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -57,6 +57,7 @@

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
poppler-0.62.patch
+   poppler-0.64.patch
libreoffice-still.sh libreoffice-still.csh)
 noextract=(boost_1_63_0.tar.bz2
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
@@ -103,6 +104,7 @@
 'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
 '344f88086b947d53550ef5492e4d61b1e1594067a34c6c4d8ae801ddd0a2fadb'
+'944064e8f8fa18beeb348468348d910d365d8a3e36ddb76076a368bd9bd6f894'
 '76f62957d0058092b11316357d9d716a62b48a53e5277426ffa87429ab5510e4'
 'd24cfcb556ae1db02087c49012bbc4621f9ef7e3465ca832e1410326d260f283')
 
@@ -128,6 +130,9 @@
# upstream fix to build with poppler 0.62 and later
patch -Np0 -i ${srcdir}/poppler-0.62.patch
 
+   # fix build with poppler 0.64
+   patch -Np1 -i ${srcdir}/poppler-0.64.patch
+
# fix not upstreamable pyuno paths - FS#54250
patch -Np1 -i 
${srcdir}/make-pyuno-work-with-system-wide-module-install.diff
 

Added: poppler-0.64.patch
===
--- poppler-0.64.patch  (rev 0)
+++ poppler-0.64.patch  2018-04-25 04:10:10 UTC (rev 322961)
@@ -0,0 +1,65 @@
+From 42cebff14f7d486c20f04863681cc5ef4602f4eb Mon Sep 17 00:00:00 2001
+From: Rene Engelhard 
+Date: Tue, 24 Apr 2018 15:56:23 +0200
+Subject: [PATCH] fix build with poppler 0.64
+
+GooString became const...
+
+Change-Id: Icc95be2e8603a4e22c6a9ac2008986bacd0bfba5
+---
+ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx | 10 ++
+ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx |  4 
+ 2 files changed, 14 insertions(+)
+
+diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx 
b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+index 48a735ba54a5..06e4faead383 100644
+--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
 b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+@@ -432,6 +432,9 @@ int PDFOutDev::parseFont( long long nNewId, GfxFont* 
gfxFont, GfxState* state )
+ FontAttributes aNewFont;
+ int nSize = 0;
+ 
++#if POPPLER_CHECK_VERSION(0, 64, 0)
++const
++#endif
+ GooString* pFamily = gfxFont->getName();
+ if( pFamily )
+ {
+@@ -728,6 +731,9 @@ void PDFOutDev::updateFont(GfxState *state)
+ FontAttributes aFont;
+ int nEmbedSize=0;
+ 
++#if POPPLER_CHECK_VERSION(0, 64, 0)
++const
++#endif
+ Ref* pID = gfxFont->getID();
+ // TODO(Q3): Portability problem
+ long long fontID = static_cast(pID->gen) << 32 | 
static_cast(pID->num);
+@@ -918,7 +924,11 @@ void PDFOutDev::drawChar(GfxState *state, double x, 
double y,
+ printf( "\n" );
+ }
+ 
++#if POPPLER_CHECK_VERSION(0, 64, 0)
++void PDFOutDev::drawString(GfxState*, const GooString* /*s*/)
++#else
+ void PDFOutDev::drawString(GfxState*, GooString* /*s*/)
++#endif
+ {
+ // TODO(F3): NYI
+ }
+diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx 
b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
+index c3367aa6ddf2..7e65f085d288 100644
+--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
 b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
+@@ -224,7 +224,11 @@ namespace pdfi
+   double dx, double dy,
+   double originX, double originY,
+   CharCode code, int nBytes, Unicode *u, int 
uLen) override;
++#if POPPLER_CHECK_VERSION(0, 64, 0)
++virtual void drawString(GfxState *state, const GooString *s) override;
++#else
+ virtual void drawString(GfxState *state, GooString *s) override;
++#endif
+ virtual void endTextObject(GfxState *state) override;
+ 
+ //- image drawing


[arch-commits] Commit in libreoffice-fresh/trunk (PKGBUILD poppler-0.64.patch)

2018-04-24 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 25, 2018 @ 04:10:48
  Author: foutrelis
Revision: 322963

poppler 0.64.0 rebuild

Added:
  libreoffice-fresh/trunk/poppler-0.64.patch
Modified:
  libreoffice-fresh/trunk/PKGBUILD

+
 PKGBUILD   |7 -
 poppler-0.64.patch |   65 +++
 2 files changed, 71 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:10:30 UTC (rev 322962)
+++ PKGBUILD2018-04-25 04:10:48 UTC (rev 322963)
@@ -13,7 +13,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=6.0.3.2
 pkgver=6.0.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -55,6 +55,7 @@
 'aa8896eef3adbd6b54d4ec1817c1bc3871cce99120faf26f93502077480233cf'
 'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
+'944064e8f8fa18beeb348468348d910d365d8a3e36ddb76076a368bd9bd6f894'
 '76f62957d0058092b11316357d9d716a62b48a53e5277426ffa87429ab5510e4'
 'd24cfcb556ae1db02087c49012bbc4621f9ef7e3465ca832e1410326d260f283')
 
@@ -79,6 +80,7 @@

${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-461.jar
  # for test suite

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
+   poppler-0.64.patch
libreoffice-fresh.sh libreoffice-fresh.csh)
 noextract=(boost_1_65_1.tar.bz2
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
@@ -123,6 +125,9 @@
# fix not upstreamable pyuno paths - FS#54250
patch -Np1 -i 
${srcdir}/make-pyuno-work-with-system-wide-module-install.diff
 
+   # fix build with poppler 0.64
+   patch -Np1 -i ${srcdir}/poppler-0.64.patch
+
#use the CFLAGS but remove the LibO overridden ones
for i in $CFLAGS; do
case "$i" in

Added: poppler-0.64.patch
===
--- poppler-0.64.patch  (rev 0)
+++ poppler-0.64.patch  2018-04-25 04:10:48 UTC (rev 322963)
@@ -0,0 +1,65 @@
+From 42cebff14f7d486c20f04863681cc5ef4602f4eb Mon Sep 17 00:00:00 2001
+From: Rene Engelhard 
+Date: Tue, 24 Apr 2018 15:56:23 +0200
+Subject: [PATCH] fix build with poppler 0.64
+
+GooString became const...
+
+Change-Id: Icc95be2e8603a4e22c6a9ac2008986bacd0bfba5
+---
+ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx | 10 ++
+ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx |  4 
+ 2 files changed, 14 insertions(+)
+
+diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx 
b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+index 48a735ba54a5..06e4faead383 100644
+--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
 b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+@@ -432,6 +432,9 @@ int PDFOutDev::parseFont( long long nNewId, GfxFont* 
gfxFont, GfxState* state )
+ FontAttributes aNewFont;
+ int nSize = 0;
+ 
++#if POPPLER_CHECK_VERSION(0, 64, 0)
++const
++#endif
+ GooString* pFamily = gfxFont->getName();
+ if( pFamily )
+ {
+@@ -728,6 +731,9 @@ void PDFOutDev::updateFont(GfxState *state)
+ FontAttributes aFont;
+ int nEmbedSize=0;
+ 
++#if POPPLER_CHECK_VERSION(0, 64, 0)
++const
++#endif
+ Ref* pID = gfxFont->getID();
+ // TODO(Q3): Portability problem
+ long long fontID = static_cast(pID->gen) << 32 | 
static_cast(pID->num);
+@@ -918,7 +924,11 @@ void PDFOutDev::drawChar(GfxState *state, double x, 
double y,
+ printf( "\n" );
+ }
+ 
++#if POPPLER_CHECK_VERSION(0, 64, 0)
++void PDFOutDev::drawString(GfxState*, const GooString* /*s*/)
++#else
+ void PDFOutDev::drawString(GfxState*, GooString* /*s*/)
++#endif
+ {
+ // TODO(F3): NYI
+ }
+diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx 
b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
+index c3367aa6ddf2..7e65f085d288 100644
+--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
 b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
+@@ -224,7 +224,11 @@ namespace pdfi
+   double dx, double dy,
+   double originX, double originY,
+   CharCode code, int nBytes, Unicode *u, int 
uLen) override;
++#if POPPLER_CHECK_VERSION(0, 64, 0)
++virtual void drawString(GfxState *state, const GooString *s) override;
++#else
+ virtual void drawString(GfxState *state, GooString *s) override;
++#endif
+ virtual void endTextObject(GfxState *state) override;
+ 
+ //- image drawing


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

2018-04-24 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 25, 2018 @ 04:10:30
  Author: foutrelis
Revision: 322962

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 322961, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 322961, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 322961, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 322961, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/poppler-0.62.patch
(from rev 322961, libreoffice-still/trunk/poppler-0.62.patch)
  libreoffice-still/repos/staging-x86_64/poppler-0.64.patch
(from rev 322961, libreoffice-still/trunk/poppler-0.64.patch)

--+
 PKGBUILD |  352 +
 libreoffice-still.csh|6 
 libreoffice-still.sh |6 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 poppler-0.62.patch   |   29 +
 poppler-0.64.patch   |   65 +++
 6 files changed, 476 insertions(+)

Copied: libreoffice-still/repos/staging-x86_64/PKGBUILD (from rev 322961, 
libreoffice-still/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-25 04:10:30 UTC (rev 322962)
@@ -0,0 +1,352 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-still
+pkgname=('libreoffice-still-sdk' 'libreoffice-still')
+_LOver=5.4.6.2
+pkgver=5.4.6
+pkgrel=2
+arch=('x86_64')
+license=('LGPL3')
+url="http://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu'
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
+   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene'
+   'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'glm' 'libxinerama' 
'libpagemaker'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag'
+   'libexttextcat' 'libcmis' 'gobject-introspection'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode'
+   'libfreehand' 'libstaroffice')
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="http://dev-www.libreoffice.org/src;
+_additional_source_url2="http://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   ${_additional_source_url}/boost_1_63_0.tar.bz2
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/language-subtag-registry-2015-08-04.tar.bz2
+   
${_additional_source_url}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
+   ${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   ${_additional_source_url}/libgltf/libgltf-0.1.0.tar.gz
+   
${_additional_source_url}/1901302aaff1c1633ef81862663d2917-icu4c-58_1-src.tgz
+   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
+   ${_additional_source_url}/pdfium-3064.tar.bz2
+   

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

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:05:57
  Author: heftig
Revision: 322960

340.106-30: kernel 4.16.4-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:05:45 UTC (rev 322959)
+++ PKGBUILD2018-04-25 04:05:57 UTC (rev 322960)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.106
 _extramodules=extramodules-4.16-ARCH
-pkgrel=29
+pkgrel=30
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:05:45
  Author: heftig
Revision: 322959

390.48-10: kernel 4.16.4-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 02:05:03 UTC (rev 322958)
+++ PKGBUILD2018-04-25 04:05:45 UTC (rev 322959)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=390.48
 _extramodules=extramodules-4.16-ARCH
-pkgrel=9
+pkgrel=10
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:05:34
  Author: heftig
Revision: 317666

5.2.10-3: kernel 4.16.4-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:05:02 UTC (rev 317665)
+++ PKGBUILD2018-04-25 04:05:34 UTC (rev 317666)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.10
-pkgrel=2
+pkgrel=3
 _linux_major=4
 _linux_minor=16
 arch=('x86_64')


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

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:05:02
  Author: heftig
Revision: 317665

20170610-65: kernel 4.16.4-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:04:46 UTC (rev 317664)
+++ PKGBUILD2018-04-25 04:05:02 UTC (rev 317665)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=64
+pkgrel=65
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:04:35
  Author: heftig
Revision: 317661

1.1.0-124: kernel 4.16.4-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 23:32:43 UTC (rev 317660)
+++ PKGBUILD2018-04-25 04:04:35 UTC (rev 317661)
@@ -6,7 +6,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=123
+pkgrel=124
 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 r8168/trunk (PKGBUILD)

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:04:42
  Author: heftig
Revision: 317663

8.045.08-52: kernel 4.16.4-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:04:39 UTC (rev 317662)
+++ PKGBUILD2018-04-25 04:04:42 UTC (rev 317663)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.045.08
-pkgrel=51
+pkgrel=52
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:04:39
  Author: heftig
Revision: 317662

0.8-130: kernel 4.16.4-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:04:35 UTC (rev 317661)
+++ PKGBUILD2018-04-25 04:04:39 UTC (rev 317662)
@@ -6,7 +6,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=129
+pkgrel=130
 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 tp_smapi/trunk (PKGBUILD)

2018-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 04:04:46
  Author: heftig
Revision: 317664

0.43-18: kernel 4.16.4-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:04:42 UTC (rev 317663)
+++ PKGBUILD2018-04-25 04:04:46 UTC (rev 317664)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=17
+pkgrel=18
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2018-04-24 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 25, 2018 @ 02:05:03
  Author: foutrelis
Revision: 322958

Remove unneeded en-us keymap patch

https://bugs.launchpad.net/qemu/+bug/1738283/comments/17

Modified:
  qemu/trunk/PKGBUILD
Deleted:
  qemu/trunk/remove-problematic-evdev-86-key-from-en-us-keymap.patch

-+
 PKGBUILD|3 -
 remove-problematic-evdev-86-key-from-en-us-keymap.patch |   32 --
 2 files changed, 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 23:50:45 UTC (rev 322957)
+++ PKGBUILD2018-04-25 02:05:03 UTC (rev 322958)
@@ -18,13 +18,11 @@
 source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
 qemu-ga.service
 65-kvm.rules
-remove-problematic-evdev-86-key-from-en-us-keymap.patch
 allow_elf64.patch)
 sha256sums=('e69301f361ff65bf5dabd8a19196aeaa5613c1b5ae1678f0823bdf50e7d5c6fc'
 'SKIP'
 'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'
 'a66f0e791b16b03b91049aac61a25950d93e962e1b2ba64a38c6ad7f609b532c'
-'3cefabbab32ab21cd3b5a8cc1165c96db0c6c93e7ee8dc9d2ca09be5fb5eccda'
 '59751f1ed26ea61b2a37ebee4be6979e584a450b611282138a0893aa9173e2e4')
 validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
 
@@ -40,7 +38,6 @@
   cd ${pkgname}-${pkgver}
   sed -i 's/vte-2\.90/vte-2.91/g' configure
 
-  patch -p1 < ../remove-problematic-evdev-86-key-from-en-us-keymap.patch
   patch -p1 < ../allow_elf64.patch
 }
 

Deleted: remove-problematic-evdev-86-key-from-en-us-keymap.patch
===
--- remove-problematic-evdev-86-key-from-en-us-keymap.patch 2018-04-24 
23:50:45 UTC (rev 322957)
+++ remove-problematic-evdev-86-key-from-en-us-keymap.patch 2018-04-25 
02:05:03 UTC (rev 322958)
@@ -1,32 +0,0 @@
-From 2c25ad161d7714f15b1951c69c50844ea81f4186 Mon Sep 17 00:00:00 2001
-From: Adam Williamson 
-Date: Wed, 20 Dec 2017 15:43:07 -0800
-Subject: [PATCH] Remove problematic 'evdev 86' key from en-us keymap
-
-This causes LP#1738283. Gerd will have to come up with a better
-fix, but just hacking out the problematic key definition should
-work for now.

- pc-bios/keymaps/en-us | 6 --
- 1 file changed, 6 deletions(-)
-
-diff --git a/pc-bios/keymaps/en-us b/pc-bios/keymaps/en-us
-index a70e03adc0..e518a9dc35 100644
 a/pc-bios/keymaps/en-us
-+++ b/pc-bios/keymaps/en-us
-@@ -343,12 +343,6 @@ KP_Decimal 0x53 numlock
- 
- # evdev 85 (0x55): no evdev -> QKeyCode mapping (xkb keysym NoSymbol)
- 
--# evdev 86 (0x56), QKeyCode "less", number 0x56
--less 0x56
--greater 0x56 shift
--bar 0x56 altgr
--brokenbar 0x56 shift altgr
--
- # evdev 87 (0x57), QKeyCode "f11", number 0x57
- F11 0x57
- 
--- 
-2.15.1
-


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 23:50:38
  Author: anthraxx
Revision: 322956

upgpkg: vlc 3.0.2-1 (ffmpeg rebuild)

- dropped opencv as too cumbersome

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 23:34:09 UTC (rev 322955)
+++ PKGBUILD2018-04-24 23:50:38 UTC (rev 322956)
@@ -4,8 +4,8 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -20,7 +20,7 @@
  'flac' 'kdelibs' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
  'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'libsystemd'
  'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
- 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'opencv' 'libnfs' 'mpg123'
+ 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
  'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
  'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
  'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
@@ -47,7 +47,6 @@
 'ttf-freefont: subtitle font '
 'ttf-dejavu: subtitle font'
 'libssh2: sftp access'
-'opencv: opencv video'
 'libnfs: NFS access'
 'mpg123: mpg123 codec'
 'protobuf: chromecast streaming'
@@ -94,7 +93,7 @@
 
source=(https://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
 lua53_compat.patch)
-sha512sums=('f2ba7586e8fb8c04484e62809265ec998e875b1eff03262bbf463370277a318816cbb8d260901c774e59443393b16b040cb714019c80e051578008abbf91b13c'
+sha512sums=('907a999dfa00fbc378e46689b2c32a09ea324b47a92b2183f2a1ade2c2c1ec20551758a3c615d17b15d6885ee0ac51894944b90077968cb30ff58745497f'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
@@ -130,7 +129,7 @@
   --enable-dvdread \
   --enable-dvdnav \
   --enable-bluray \
-  --enable-opencv \
+  --disable-opencv \
   --enable-smbclient \
   --enable-sftp \
   --enable-nfs \


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 23:50:45
  Author: anthraxx
Revision: 322957

archrelease: copy trunk to staging-x86_64

Added:
  vlc/repos/staging-x86_64/
  vlc/repos/staging-x86_64/PKGBUILD
(from rev 322956, vlc/trunk/PKGBUILD)
  vlc/repos/staging-x86_64/lua53_compat.patch
(from rev 322956, vlc/trunk/lua53_compat.patch)
  vlc/repos/staging-x86_64/update-vlc-plugin-cache.hook
(from rev 322956, vlc/trunk/update-vlc-plugin-cache.hook)

--+
 PKGBUILD |  226 +
 lua53_compat.patch   |   30 +
 update-vlc-plugin-cache.hook |   11 +
 3 files changed, 267 insertions(+)

Copied: vlc/repos/staging-x86_64/PKGBUILD (from rev 322956, vlc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-24 23:50:45 UTC (rev 322957)
@@ -0,0 +1,226 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
+url='https://www.videolan.org/vlc/'
+arch=('x86_64')
+license=('LGPL2.1' 'GPL2')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'libtiger' 'lua'
+ 'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
+ 'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
+ 'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
+ 'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' 'libplacebo'
+ 'wayland-protocols')
+makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
+ 'flac' 'kdelibs' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
+ 'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'libsystemd'
+ 'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
+ 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
+ 'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
+ 'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
+ 'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
+ 'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
+ 'lirc' 'libgoom2' 'projectm' 'chromaprint')
+optdepends=('avahi: service discovery using bonjour protocol'
+'gst-plugins-base-libs: for libgst plugins'
+'libdvdcss: decoding encrypted DVDs'
+'libavc1394: devices using the 1394ta AV/C'
+'libdc1394: IEEE 1394 access plugin'
+'kdelibs: KDE Solid hardware integration'
+'kwallet: kwallet keystore'
+'libva-vdpau-driver: vdpau backend nvidia'
+'libva-intel-driver: video backend intel'
+'libbluray: Blu-Ray video input'
+'flac: Free Lossless Audio Codec plugin'
+'twolame: TwoLAME mpeg2 encoder plugin'
+'libgme: Game Music Emu plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'libmtp: MTP devices discovery'
+'libsystemd: udev services discovery'
+'smbclient: SMB access plugin'
+'libcdio: audio CD playback'
+'ttf-freefont: subtitle font '
+'ttf-dejavu: subtitle font'
+'libssh2: sftp access'
+'libnfs: NFS access'
+'mpg123: mpg123 codec'
+'protobuf: chromecast streaming'
+'libmicrodns: mDNS services discovery (chromecast etc)'
+'lua-socket: http interface'
+'live-media: RTSP input'
+'libdvdread: DVD input module'
+'libdvdnav: DVD with navigation input module'
+'libogg: Ogg and OggSpots codec'
+'libshout: shoutcast/icecast output plugin'
+'libmodplug: MOD output plugin'
+'libvpx: VP8 and VP9 codec'
+'libvorbis: Vorbis decoder/encoder'
+'speex: Speex codec'
+'opus: opus codec'
+'libtheora: theora codec'
+'libpng: PNG support'
+'libjpeg-turbo: JPEG support'
+'librsvg: SVG plugin'
+'libx264: H264 encoding'
+'x265: HEVC/H.265 encoder'
+'zvbi: VBI/Teletext decoding'
+'libass: Subtitle support'
+'libkate: Kate codec'
+'libtiger: Tiger rendering for Kate streams'
+'sdl_image: SDL image support'
+'aalib: ASCII art video output'
+'libcaca: colored ASCII art video output'
+'libpulse: PulseAudio audio output'
+'alsa-lib: ALSA audio output'
+'jack: jack audio server'
+'libsamplerate: audio Resampler'
+   

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

2018-04-24 Thread Anatol Pomozov via arch-commits
Date: Tuesday, April 24, 2018 @ 23:34:09
  Author: anatolik
Revision: 322955

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 322954, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 322954, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/allow_elf64.patch
(from rev 322954, qemu/trunk/allow_elf64.patch)
  qemu/repos/testing-x86_64/qemu-ga.service
(from rev 322954, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 322954, qemu/trunk/qemu.install)
  
qemu/repos/testing-x86_64/remove-problematic-evdev-86-key-from-en-us-keymap.patch
(from rev 322954, 
qemu/trunk/remove-problematic-evdev-86-key-from-en-us-keymap.patch)

-+
 65-kvm.rules|1 
 PKGBUILD|  225 ++
 allow_elf64.patch   |   25 +
 qemu-ga.service |9 
 qemu.install|8 
 remove-problematic-evdev-86-key-from-en-us-keymap.patch |   32 +
 6 files changed, 300 insertions(+)

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 322954, 
qemu/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2018-04-24 23:34:09 UTC (rev 322955)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/PKGBUILD (from rev 322954, 
qemu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-24 23:34:09 UTC (rev 322955)
@@ -0,0 +1,225 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=2.12.0
+pkgrel=1
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="http://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir)
+depends=(virglrenderer sdl2 vte3 libpulse "${_headlessdeps[@]}")
+makedepends=(spice-protocol python2 ceph libiscsi glusterfs)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+qemu-ga.service
+65-kvm.rules
+remove-problematic-evdev-86-key-from-en-us-keymap.patch
+allow_elf64.patch)
+sha256sums=('e69301f361ff65bf5dabd8a19196aeaa5613c1b5ae1678f0823bdf50e7d5c6fc'
+'SKIP'
+'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'
+'a66f0e791b16b03b91049aac61a25950d93e962e1b2ba64a38c6ad7f609b532c'
+'3cefabbab32ab21cd3b5a8cc1165c96db0c6c93e7ee8dc9d2ca09be5fb5eccda'
+'59751f1ed26ea61b2a37ebee4be6979e584a450b611282138a0893aa9173e2e4')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+
+  cd ${pkgname}-${pkgver}
+  sed -i 's/vte-2\.90/vte-2.91/g' configure
+
+  patch -p1 < ../remove-problematic-evdev-86-key-from-en-us-keymap.patch
+  patch -p1 < ../allow_elf64.patch
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl"
+
+  _build headless \
+--audio-drv-list= \
+--disable-bluez \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  # qemu vs. make 4 == bad
+  export ARFLAGS=rv
+
+  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
+  export CFLAGS+=" -fPIC"
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--python=/usr/bin/python2 \
+--smbd=/usr/bin/smbd \
+--with-gtkabi=3.0 \
+--with-sdlabi=2.0 \
+--enable-modules \
+--enable-jemalloc \
+"${@:2}"
+
+  make
+)
+
+package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without GUI"
+  depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
+
+  _package headless
+}
+
+_package() {
+  optdepends+=('samba: SMB/CIFS server support'
+   

[arch-commits] Commit in qemu/trunk (PKGBUILD allow_elf64.patch)

2018-04-24 Thread Anatol Pomozov via arch-commits
Date: Tuesday, April 24, 2018 @ 23:33:23
  Author: anatolik
Revision: 322954

upgpkg: qemu 2.12.0-1

Modified:
  qemu/trunk/PKGBUILD
  qemu/trunk/allow_elf64.patch

---+
 PKGBUILD  |8 
 allow_elf64.patch |   18 --
 2 files changed, 12 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 23:30:28 UTC (rev 322953)
+++ PKGBUILD2018-04-24 23:33:23 UTC (rev 322954)
@@ -6,8 +6,8 @@
 pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=2.11.1
-pkgrel=2
+pkgver=2.12.0
+pkgrel=1
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="http://wiki.qemu.org/;
@@ -20,12 +20,12 @@
 65-kvm.rules
 remove-problematic-evdev-86-key-from-en-us-keymap.patch
 allow_elf64.patch)
-sha256sums=('8a5145d1f8bd2eadc6776f3e13c68cd28d01349e30639bdbcb26ac588d668686'
+sha256sums=('e69301f361ff65bf5dabd8a19196aeaa5613c1b5ae1678f0823bdf50e7d5c6fc'
 'SKIP'
 'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'
 'a66f0e791b16b03b91049aac61a25950d93e962e1b2ba64a38c6ad7f609b532c'
 '3cefabbab32ab21cd3b5a8cc1165c96db0c6c93e7ee8dc9d2ca09be5fb5eccda'
-'13a6d9e678bdc9e1f051006cfd0555f5a80582368f54c8a1bb5a78ece3832ac4')
+'59751f1ed26ea61b2a37ebee4be6979e584a450b611282138a0893aa9173e2e4')
 validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
 
 case $CARCH in

Modified: allow_elf64.patch
===
--- allow_elf64.patch   2018-04-24 23:30:28 UTC (rev 322953)
+++ allow_elf64.patch   2018-04-24 23:33:23 UTC (rev 322954)
@@ -1,24 +1,22 @@
-commit 3c72765ec760a51f0e879dc792be82c93141e318
+commit cb61bc8a42da1a971079767e63df4503b6ab2efb
 Author: Anatol Pomozov 
-Date:   Tue Jun 6 20:07:03 2017 -0700
+Date:   Mon Jan 29 10:08:53 2018 -0800
 
-Remove restriction that prevents bootimg elf64 images
+multiboot: Make elf64 loading functionality compatible with GRUB
 
-It is possible to create a 64 bit elf image that has valid multiboot 
header.
-qemu should be able to boot such images.
-
-Signed-off-by: Anatol Pomozov 
+GRUB is a reference multiboot implementation and supports loading elf64
+binaries. Make QEMU to work similar was as GRUB.
 
 diff --git a/hw/i386/multiboot.c b/hw/i386/multiboot.c
-index 663f35a658..cf1b4f5fb3 100644
+index 5bc0a2cddb..0907e42a39 100644
 --- a/hw/i386/multiboot.c
 +++ b/hw/i386/multiboot.c
-@@ -192,11 +192,6 @@ int load_multiboot(FWCfgState *fw_cfg,
+@@ -193,11 +193,6 @@ int load_multiboot(FWCfgState *fw_cfg,
  int kernel_size;
  fclose(f);
  
 -if (((struct elf64_hdr*)header)->e_machine == EM_X86_64) {
--fprintf(stderr, "Cannot load x86-64 image, give a 32bit one.\n");
+-error_report("Cannot load x86-64 image, give a 32bit one.");
 -exit(1);
 -}
 -


[arch-commits] Commit in radicale/repos/community-any (8 files)

2018-04-24 Thread David Runge via arch-commits
Date: Tuesday, April 24, 2018 @ 23:32:43
  Author: dvzrv
Revision: 317660

archrelease: copy trunk to community-any

Added:
  radicale/repos/community-any/PKGBUILD
(from rev 317659, radicale/trunk/PKGBUILD)
  radicale/repos/community-any/radicale-sysusers.conf
(from rev 317659, radicale/trunk/radicale-sysusers.conf)
  radicale/repos/community-any/radicale-tmpfiles.conf
(from rev 317659, radicale/trunk/radicale-tmpfiles.conf)
  radicale/repos/community-any/radicale.service
(from rev 317659, radicale/trunk/radicale.service)
Deleted:
  radicale/repos/community-any/PKGBUILD
  radicale/repos/community-any/radicale-sysusers.conf
  radicale/repos/community-any/radicale-tmpfiles.conf
  radicale/repos/community-any/radicale.service

+
 PKGBUILD   |  133 ---
 radicale-sysusers.conf |4 -
 radicale-tmpfiles.conf |6 +-
 radicale.service   |   50 -
 4 files changed, 100 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 23:32:32 UTC (rev 317659)
+++ PKGBUILD2018-04-24 23:32:43 UTC (rev 317660)
@@ -1,63 +0,0 @@
-# Maintainer: Moritz Lipp 
-# Co-Maintainer: fordprefect 
-# Contributor: Thor77 
-
-pkgname=radicale
-_name=Radicale
-pkgver=2.1.9
-pkgrel=1
-pkgdesc='Simple calendar (CalDAV) and contact (CardDAV) server'
-arch=('any')
-url="http://www.radicale.org/;
-license=('GPL3')
-depends=('python-bcrypt' 'python-passlib' 'python-setuptools' 'python-vobject')
-checkdepends=('python-bcrypt' 'python-pytest-cov' 'python-pytest-flake8' 
'python-pytest-isort' 'python-pytest-runner')
-backup=('etc/radicale/config')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Kozea/${pkgname}/archive/${pkgver}.tar.gz;
-"${pkgname}-sysusers.conf"
-"${pkgname}-tmpfiles.conf"
-"${pkgname}.service")
-sha512sums=('30df36772f4dd38c9c79ecd9669da8b40c7284afa9e2949c174c159838c33a66edec1a49adf7c110017dc83c592415be6fa43e2de6007d7e154b8707773c4a44'
-
'89ba929680490884e338acc311fb61d81f9d9f0282c92c40a80317af9e61123e4764e803d1698876417170efd40bfe7f56408570891c4e426de3be17c302'
-
'4570ed393b73bc5a3fd571947acae78b96b5e17f659e3169f542b9c481635680c724d5c6c0952661fae063caf04c786afe7043c5052945e7a00bb66326dec016'
-
'6a3452009bebc0f8680ea8e64b9a398c04f3fb6b20752c377392e22641845a04dbfda78d586271c9a25bd7d5ba42b7a8f74774afed68732f19ddd764f53e11cc')
-
-prepare() {
-  mv -v ${_name}-${pkgver} ${pkgname}-${pkgver}
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-# config
-install -vDm 644 config "${pkgdir}/etc/${pkgname}/config"
-# fcgi/wsgi
-install -t "${pkgdir}/usr/share/${pkgname}/" \
-  -vDm 644 "${pkgname}.fcgi" \
-  -vDm 644 "${pkgname}.wsgi"
-# systemd service
-install -vDm 644 "${srcdir}/${pkgname}.service" \
-  "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-# sysusers.d
-install -vDm 644 "${srcdir}/${pkgname}-sysusers.conf" \
-  "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-# tmpfiles.d
-install -vDm 644 "${srcdir}/${pkgname}-tmpfiles.conf" \
-  "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-# docs
-install -t "${pkgdir}/usr/share/doc/${pkgname}/" -vDm 644 {NEWS,README}.md
-}
-

Copied: radicale/repos/community-any/PKGBUILD (from rev 317659, 
radicale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 23:32:43 UTC (rev 317660)
@@ -0,0 +1,70 @@
+# Maintainer: Moritz Lipp 
+# Co-Maintainer: fordprefect 
+# Contributor: Thor77 
+
+pkgname=radicale
+_name=Radicale
+pkgver=2.1.9
+pkgrel=2
+pkgdesc='Simple calendar (CalDAV) and contact (CardDAV) server'
+arch=('any')
+url="http://www.radicale.org/;
+license=('GPL3')
+depends=('python-bcrypt' 'python-passlib' 'python-setuptools' 'python-vobject')
+checkdepends=('python-bcrypt' 'python-pytest-cov' 'python-pytest-flake8' 
'python-pytest-isort' 'python-pytest-runner')
+backup=('etc/radicale/config')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Kozea/${pkgname}/archive/${pkgver}.tar.gz;
+"${pkgname}-sysusers.conf"
+"${pkgname}-tmpfiles.conf"
+"${pkgname}.service")
+sha512sums=('30df36772f4dd38c9c79ecd9669da8b40c7284afa9e2949c174c159838c33a66edec1a49adf7c110017dc83c592415be6fa43e2de6007d7e154b8707773c4a44'
+
'89ba929680490884e338acc311fb61d81f9d9f0282c92c40a80317af9e61123e4764e803d1698876417170efd40bfe7f56408570891c4e426de3be17c302'
+   

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

2018-04-24 Thread David Runge via arch-commits
Date: Tuesday, April 24, 2018 @ 23:32:32
  Author: dvzrv
Revision: 317659

upgpkg: radicale 2.1.9-2

Patching out version pinning for python-vobject and python-dateutil.
This is suboptimal, as tests have to be disabled for now and we might hit 
bugs...

Modified:
  radicale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 23:03:38 UTC (rev 317658)
+++ PKGBUILD2018-04-24 23:32:32 UTC (rev 317659)
@@ -5,7 +5,7 @@
 pkgname=radicale
 _name=Radicale
 pkgver=2.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple calendar (CalDAV) and contact (CardDAV) server'
 arch=('any')
 url="http://www.radicale.org/;
@@ -24,6 +24,12 @@
 
 prepare() {
   mv -v ${_name}-${pkgver} ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
+  # removing version pinning, as we are rolling release
+  # expect to hit bugs!
+  sed -e 's/vobject\=\=0\.9\.5/vobject/' \
+  -e 's/python-dateutil\=\=2\.6\.1/python-dateutil/' \
+  -i setup.py
 }
 
 build() {
@@ -31,10 +37,11 @@
   python setup.py build
 }
 
-check() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py test
-}
+# checks are disabled for now https://bugs.archlinux.org/task/58344
+#check() {
+#  cd "${pkgname}-${pkgver}"
+#  python setup.py test
+#}
 
 package() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mplayer/repos (5 files)

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 23:30:28
  Author: anthraxx
Revision: 322953

archrelease: copy trunk to staging-x86_64

Added:
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 322952, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/include-samba-4.0.patch
(from rev 322952, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 322952, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/revert-icl-fixes.patch
(from rev 322952, mplayer/trunk/revert-icl-fixes.patch)

-+
 PKGBUILD|   92 ++
 include-samba-4.0.patch |   12 ++
 mplayer.desktop |   22 +++
 revert-icl-fixes.patch  |   66 +
 4 files changed, 192 insertions(+)

Copied: mplayer/repos/staging-x86_64/PKGBUILD (from rev 322952, 
mplayer/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-24 23:30:28 UTC (rev 322953)
@@ -0,0 +1,92 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Hugo Doria 
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=38101
+pkgrel=1
+pkgdesc='Media player for Linux'
+url='http://www.mplayerhq.hu/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('libxxf86dga' 'libmad' 'libxinerama' 'libmng' 'libxss' 
'smbclient' 'aalib' 'jack'
+ 'libcaca' 'faac' 'faad2' 'lirc'  'libxvmc' 'enca' 'libdca' 
'a52dec' 'libvpx' 'unzip'
+ 'mesa' 'live-media' 'yasm' 'git' 'mpg123' 'ladspa' 
'libcdio-paranoia' 'subversion'
+ 'x264' 'libx264' 'rtmpdump' 'libdvdcss' 'libdvdread' 'libdvdnav' 
'ffmpeg')
+options=('!emptydirs')
+source=(${pkgbase}-${pkgver}::"svn://svn.mplayerhq.hu/mplayer/trunk#revision=${pkgver}"
+mplayer.desktop
+include-samba-4.0.patch
+revert-icl-fixes.patch)
+sha512sums=('SKIP'
+
'd3c5cbf0035279c6f307e4e225473d7b77f9b56566537a26aa694e68446b9e3240333296da627ad5af83b04cc8f476d1a3f8c05e4cf81cd6e77153feb4ed74bc'
+
'9debb8c58b996f6c716c22c86c720bf9dc49b4ee9b76c57519f791667ae1de2cc6f5add878fbf4ac02c6b6fd1865e1bcfa6105e75de4bf7ec596c338ed0cae99'
+
'0cae0b26d3d97fd4c962962c43a481de20335369cbca406cadfc9bda1a0608b32f5374e76c477cb9a85bda83a568a1ed17126df224ae61579d0a402c1824aea8')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -p1 < "../include-samba-4.0.patch"
+  patch -p0 < "../revert-icl-fixes.patch"
+  ./version.sh
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  export CFLAGS="${CFLAGS/-march=x86-64/}"
+  export CFLAGS="${CFLAGS/-mtune=generic/}"
+  export LDFLAGS="${LDFLAGS/,O1/}"
+  export LDFLAGS="${LDFLAGS/,--sort-common/}"
+  ./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--disable-cdparanoia \
+--disable-ffmpeg_a \
+--enable-xvmc \
+--enable-radio \
+--enable-radio-capture \
+--enable-smb \
+--language=all \
+--confdir=/etc/mplayer \
+--extra-cflags="${CFLAGS}" \
+--extra-ldflags="${LDFLAGS}"
+  [[ "${CARCH}" = "i686" ]] && sed 's|-march=i486|-march=i686|g' -i config.mak
+  make
+}
+
+package_mplayer() {
+  pkgdesc='Media player for Linux'
+  backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+  depends=('desktop-file-utils' 'ttf-font' 'enca' 'libxss' 'a52dec' 'libvpx'
+   'lirc' 'libx264' 'libmng' 'libdca' 'aalib' 'libxinerama' 'smbclient'
+   'jack' 'libmad' 'libcaca' 'libxxf86dga' 'faac' 'faad2' 'libxvmc' 
'mpg123'
+   'libcdio-paranoia' 'rtmpdump' 'libdvdnav' 'ffmpeg')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install-mplayer install-mplayer-man
+
+  install -Dm 644 etc/{codecs.conf,input.conf,example.conf} 
"${pkgdir}/etc/mplayer"
+  install -Dm 644 "${srcdir}/mplayer.desktop" -t 
"${pkgdir}/usr/share/applications"
+  install -Dm 644 etc/mplayer256x256.png 
"${pkgdir}/usr/share/pixmaps/mplayer.png"
+}
+
+package_mencoder() {
+  pkgdesc='Free command line video decoding, encoding and filtering tool'
+  depends=('enca' 'a52dec' 'libvpx' 'libx264' 'libmng' 'libdca' 'smbclient' 
'libmad'
+   'faac' 'faad2' 'mpg123' 'libcdio-paranoia' 'rtmpdump' 'libdvdnav' 
'ffmpeg')
+
+  make -C ${pkgbase}-${pkgver} DESTDIR="${pkgdir}" install-mencoder 
install-mencoder-man
+  find "${pkgdir}/usr/share/man" -name mplayer.1 -exec rename mplayer.1 
mencoder.1 {} +
+}
+
+# vim: ts=2 sw=2 et:

Copied: mplayer/repos/staging-x86_64/include-samba-4.0.patch (from rev 322952, 

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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 23:30:20
  Author: anthraxx
Revision: 322952

upgpkg: mplayer 38101-1 (ffmpeg rebuild)

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 22:06:34 UTC (rev 322951)
+++ PKGBUILD2018-04-24 23:30:20 UTC (rev 322952)
@@ -5,7 +5,7 @@
 
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
-pkgver=38017
+pkgver=38101
 pkgrel=1
 pkgdesc='Media player for Linux'
 url='http://www.mplayerhq.hu/'


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

2018-04-24 Thread David Runge via arch-commits
Date: Tuesday, April 24, 2018 @ 23:03:38
  Author: dvzrv
Revision: 317658

archrelease: copy trunk to staging-x86_64

Added:
  xjadeo/repos/staging-x86_64/
  xjadeo/repos/staging-x86_64/PKGBUILD
(from rev 317657, xjadeo/trunk/PKGBUILD)
  xjadeo/repos/staging-x86_64/xjadeo.desktop
(from rev 317657, xjadeo/trunk/xjadeo.desktop)

+
 PKGBUILD   |   44 
 xjadeo.desktop |8 
 2 files changed, 52 insertions(+)

Copied: xjadeo/repos/staging-x86_64/PKGBUILD (from rev 317657, 
xjadeo/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-24 23:03:38 UTC (rev 317658)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=xjadeo
+pkgver=0.8.7
+pkgrel=3
+pkgdesc="A simple video player that is synchronized to jack transport."
+arch=('x86_64')
+url="http://xjadeo.sourceforge.net;
+license=('GPL2')
+depends=('ffmpeg' 'imlib2' 'liblo>=0.28' 'libltc' 'libxpm' 'libxv' 'portmidi')
+makedepends=('glu')
+backup=('etc/xjadeorc')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+"${pkgname}.desktop")
+sha512sums=('69be3da40fd09f2364a7362d950c72e34472156a249efdce69b43837ca3b1dec138c98b0742e77bc1911fe7e5a1c17d6df3fe9f1b2d5d030fa260b19320e7afd'
+
'50239162b461feeeb4d9d0d7d947d176d182e279a772977fc7300877565ed6b49244033ab63606d32f6b01f2a38ceecb29ab6da537288974627111306e2dc718')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+
+  # rc file
+  install -vDm 644 doc/xjadeorc "${pkgdir}/etc/xjadeorc"
+
+  # desktop file
+  install -vDm 644 "../${pkgname}.desktop" \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+
+  # icon
+  install -vDm 644 "src/${pkgname}/icons/xjadeoH128.png" \
+"$pkgdir/usr/share/pixmaps/${pkgname}.png"
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+
+}

Copied: xjadeo/repos/staging-x86_64/xjadeo.desktop (from rev 317657, 
xjadeo/trunk/xjadeo.desktop)
===
--- staging-x86_64/xjadeo.desktop   (rev 0)
+++ staging-x86_64/xjadeo.desktop   2018-04-24 23:03:38 UTC (rev 317658)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Exec=xjadeo
+Type=Application
+Terminal=false
+Name=XJadeo
+Comment=XJadeo Jack Video Player
+Categories=AudioVideo;
+Icon=xjadeo
\ No newline at end of file


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

2018-04-24 Thread David Runge via arch-commits
Date: Tuesday, April 24, 2018 @ 23:03:29
  Author: dvzrv
Revision: 317657

upgpkg: xjadeo 0.8.7-3

Rebuilding against ffmpeg >= 4.0. Minor fixes.

Modified:
  xjadeo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 22:56:31 UTC (rev 317656)
+++ PKGBUILD2018-04-24 23:03:29 UTC (rev 317657)
@@ -4,7 +4,7 @@
 
 pkgname=xjadeo
 pkgver=0.8.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A simple video player that is synchronized to jack transport."
 arch=('x86_64')
 url="http://xjadeo.sourceforge.net;
@@ -29,17 +29,16 @@
   make DESTDIR="${pkgdir}/" install
 
   # rc file
-  install -Dm644 doc/xjadeorc "${pkgdir}/etc/xjadeorc"
+  install -vDm 644 doc/xjadeorc "${pkgdir}/etc/xjadeorc"
 
   # desktop file
-  install -Dm644 "../${pkgname}.desktop" \
+  install -vDm 644 "../${pkgname}.desktop" \
 "${pkgdir}/usr/share/applications/${pkgname}.desktop"
 
   # icon
-  install -Dm644 "src/${pkgname}/icons/xjadeoH128.png" \
+  install -vDm 644 "src/${pkgname}/icons/xjadeoH128.png" \
 "$pkgdir/usr/share/pixmaps/${pkgname}.png"
-  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
-  install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/ChangeLog"
-  install -Dm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
 
 }


[arch-commits] Commit in python-async_generator/repos/community-any (2 files)

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 22:56:31
  Author: anthraxx
Revision: 317656

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 22:56:18 UTC (rev 317655)
+++ PKGBUILD2018-04-24 22:56:31 UTC (rev 317656)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pkgname=async_generator
-pkgname=python-${_pkgname}
-pkgver=1.8
-pkgrel=1
-pkgdesc='Making it easy to write async iterators'
-url='https://github.com/python-trio/async_generator'
-arch=('any')
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/python-trio/async_generator/archive/v${pkgver}.tar.gz)
-sha256sums=('4e5558912b5a7d142d4740a54f2e731e6492a5859e5cfcc166190c612de77874')
-sha512sums=('60a606616bd2865399b9bc33129b713af95b23964fead752bc892549507c9eae0ead8082ef235bb3886a539699dd5082bbd1a67f1c313f1e01a49c171cd91645')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  py.test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE* -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-async_generator/repos/community-any/PKGBUILD (from rev 317655, 
python-async_generator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 22:56:31 UTC (rev 317656)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=async_generator
+pkgname=python-${_pkgname}
+pkgver=1.9
+pkgrel=1
+pkgdesc='Making it easy to write async iterators'
+url='https://github.com/python-trio/async_generator'
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/python-trio/async_generator/archive/v${pkgver}.tar.gz)
+sha256sums=('942d0de4ad4e3b66d7cce4cbed29f7307111aad98599d4ebf01b9f3ebfd10be0')
+sha512sums=('b68575be0edf6718298d79a4236d941b2821e0542d2f02378d4c70b7a8cbd558c75bcf1a29997d46c842cf37d9832d6f7e7234f0a894529dac3c6105e3dba2f1')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  py.test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE* -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 22:56:18
  Author: anthraxx
Revision: 317655

upgpkg: python-async_generator 1.9-1

Modified:
  python-async_generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 22:50:42 UTC (rev 317654)
+++ PKGBUILD2018-04-24 22:56:18 UTC (rev 317655)
@@ -2,7 +2,7 @@
 
 _pkgname=async_generator
 pkgname=python-${_pkgname}
-pkgver=1.8
+pkgver=1.9
 pkgrel=1
 pkgdesc='Making it easy to write async iterators'
 url='https://github.com/python-trio/async_generator'
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/python-trio/async_generator/archive/v${pkgver}.tar.gz)
-sha256sums=('4e5558912b5a7d142d4740a54f2e731e6492a5859e5cfcc166190c612de77874')
-sha512sums=('60a606616bd2865399b9bc33129b713af95b23964fead752bc892549507c9eae0ead8082ef235bb3886a539699dd5082bbd1a67f1c313f1e01a49c171cd91645')
+sha256sums=('942d0de4ad4e3b66d7cce4cbed29f7307111aad98599d4ebf01b9f3ebfd10be0')
+sha512sums=('b68575be0edf6718298d79a4236d941b2821e0542d2f02378d4c70b7a8cbd558c75bcf1a29997d46c842cf37d9832d6f7e7234f0a894529dac3c6105e3dba2f1')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2018-04-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 24, 2018 @ 22:50:42
  Author: svenstaro
Revision: 317654

archrelease: copy trunk to community-x86_64

Added:
  minio/repos/community-x86_64/PKGBUILD
(from rev 317653, minio/trunk/PKGBUILD)
  minio/repos/community-x86_64/minio.conf
(from rev 317653, minio/trunk/minio.conf)
  minio/repos/community-x86_64/minio.service
(from rev 317653, minio/trunk/minio.service)
  minio/repos/community-x86_64/minio.sysusers
(from rev 317653, minio/trunk/minio.sysusers)
Deleted:
  minio/repos/community-x86_64/PKGBUILD
  minio/repos/community-x86_64/minio.conf
  minio/repos/community-x86_64/minio.service
  minio/repos/community-x86_64/minio.sysusers

+
 PKGBUILD   |   87 +++
 minio.conf |   16 +-
 minio.service  |   54 +-
 minio.sysusers |2 -
 4 files changed, 80 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 22:50:33 UTC (rev 317653)
+++ PKGBUILD2018-04-24 22:50:42 UTC (rev 317654)
@@ -1,43 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Daniel Maslowski 
-
-pkgname=minio
-pkgver=2018.04.19
-_pkgver="${pkgver//./-}T22-54-58Z"
-pkgrel=2
-pkgdesc='Object storage server compatible with Amazon S3'
-arch=('x86_64')
-url='https://minio.io'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie')
-options=('!strip')
-source=(https://github.com/minio/minio/archive/RELEASE.${_pkgver}.tar.gz
-minio.conf
-minio.service
-minio.sysusers)
-backup=('etc/minio/minio.conf')
-sha512sums=('69818c52093300c27c134bf2eae0f320c88a2107d62b4746c3cb6373a5013c9ac95e8dda6e8ae4f498b637f6d2260a9cf9fc279d60cac69d0008a7834ba7420a'
-
'630a5d109409074b67be71b663a43ad09104121cca3637bb0542df19e375023bff7d7e2cbf39e52cc3cd060d41c363a90bd4ff7734aed1a5ca43a600f6d6d275'
-
'4a8448e03974c576138dcf848fc2397304543d3731340a5bd09558a33e0f7ffa7540eb1467b99633779f875efd8b2bc651798f9a0af937ca06ee88758dc54ba9'
-
'0832f0927da94c1c552dcd1a0a98a56b4447c0fc5f0e6d3b498f720ae7512fcfd5261b158775817f8c75ea43c052434ebadceb385d722aaea58a12fdb2a401ed')
-
-build() {
-  export GOPATH="${srcdir}/go"
-  mkdir -p "${GOPATH}/src/github.com/minio"
-  mv "${srcdir}/minio-RELEASE.${_pkgver}" 
"${GOPATH}/src/github.com/minio/minio"
-  cd "${GOPATH}/src/github.com/minio/minio"
-  go build
-}
-
-package() {
-  install -dm750 -o 103 -g 103 "${pkgdir}/srv/minio"
-
-  export GOPATH="${srcdir}/go"
-  cd "${GOPATH}/src/github.com/minio/minio"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 "${srcdir}/minio.conf" "${pkgdir}/etc/minio/${pkgname}.conf"
-  install -Dm644 "${srcdir}/minio.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-  install -Dm644 "${srcdir}/minio.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-}

Copied: minio/repos/community-x86_64/PKGBUILD (from rev 317653, 
minio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 22:50:42 UTC (rev 317654)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Daniel Maslowski 
+
+pkgname=minio
+pkgver=2018.04.19
+_pkgver="${pkgver//./-}T22-54-58Z"
+pkgrel=3
+pkgdesc='Object storage server compatible with Amazon S3'
+arch=('x86_64')
+url='https://minio.io'
+license=('APACHE')
+depends=('glibc')
+makedepends=('go-pie')
+options=('!strip')
+source=(https://github.com/minio/minio/archive/RELEASE.${_pkgver}.tar.gz
+minio.conf
+minio.service
+minio.sysusers)
+backup=('etc/minio/minio.conf')
+sha512sums=('69818c52093300c27c134bf2eae0f320c88a2107d62b4746c3cb6373a5013c9ac95e8dda6e8ae4f498b637f6d2260a9cf9fc279d60cac69d0008a7834ba7420a'
+
'630a5d109409074b67be71b663a43ad09104121cca3637bb0542df19e375023bff7d7e2cbf39e52cc3cd060d41c363a90bd4ff7734aed1a5ca43a600f6d6d275'
+
'4a8448e03974c576138dcf848fc2397304543d3731340a5bd09558a33e0f7ffa7540eb1467b99633779f875efd8b2bc651798f9a0af937ca06ee88758dc54ba9'
+
'7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63')
+
+build() {
+  export GOPATH="${srcdir}/go"
+  mkdir -p "${GOPATH}/src/github.com/minio"
+  mv "${srcdir}/minio-RELEASE.${_pkgver}" 
"${GOPATH}/src/github.com/minio/minio"
+  cd "${GOPATH}/src/github.com/minio/minio"
+  go build
+}
+
+package() {
+  install -dm750 -o 103 -g 103 "${pkgdir}/srv/minio"
+  install -dm750 -o 103 -g 103 "${pkgdir}/var/lib/minio"
+
+  export GOPATH="${srcdir}/go"
+  cd "${GOPATH}/src/github.com/minio/minio"
+  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 

[arch-commits] Commit in minio/trunk (PKGBUILD minio.sysusers)

2018-04-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 24, 2018 @ 22:50:33
  Author: svenstaro
Revision: 317653

upgpkg: minio 2018.04.19-3

Give minio user proper home dir to write settings into

Modified:
  minio/trunk/PKGBUILD
  minio/trunk/minio.sysusers

+
 PKGBUILD   |5 +++--
 minio.sysusers |2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 22:42:30 UTC (rev 317652)
+++ PKGBUILD2018-04-24 22:50:33 UTC (rev 317653)
@@ -5,7 +5,7 @@
 pkgname=minio
 pkgver=2018.04.19
 _pkgver="${pkgver//./-}T22-54-58Z"
-pkgrel=2
+pkgrel=3
 pkgdesc='Object storage server compatible with Amazon S3'
 arch=('x86_64')
 url='https://minio.io'
@@ -21,7 +21,7 @@
 
sha512sums=('69818c52093300c27c134bf2eae0f320c88a2107d62b4746c3cb6373a5013c9ac95e8dda6e8ae4f498b637f6d2260a9cf9fc279d60cac69d0008a7834ba7420a'
 
'630a5d109409074b67be71b663a43ad09104121cca3637bb0542df19e375023bff7d7e2cbf39e52cc3cd060d41c363a90bd4ff7734aed1a5ca43a600f6d6d275'
 
'4a8448e03974c576138dcf848fc2397304543d3731340a5bd09558a33e0f7ffa7540eb1467b99633779f875efd8b2bc651798f9a0af937ca06ee88758dc54ba9'
-
'0832f0927da94c1c552dcd1a0a98a56b4447c0fc5f0e6d3b498f720ae7512fcfd5261b158775817f8c75ea43c052434ebadceb385d722aaea58a12fdb2a401ed')
+
'7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63')
 
 build() {
   export GOPATH="${srcdir}/go"
@@ -33,6 +33,7 @@
 
 package() {
   install -dm750 -o 103 -g 103 "${pkgdir}/srv/minio"
+  install -dm750 -o 103 -g 103 "${pkgdir}/var/lib/minio"
 
   export GOPATH="${srcdir}/go"
   cd "${GOPATH}/src/github.com/minio/minio"

Modified: minio.sysusers
===
--- minio.sysusers  2018-04-24 22:42:30 UTC (rev 317652)
+++ minio.sysusers  2018-04-24 22:50:33 UTC (rev 317653)
@@ -1 +1 @@
-u minio 103 "Minio Daemon User"
+u minio 103 "Minio Daemon User" /var/lib/minio


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

2018-04-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 24, 2018 @ 22:42:30
  Author: svenstaro
Revision: 317652

archrelease: copy trunk to community-x86_64

Added:
  kitty/repos/community-x86_64/
  kitty/repos/community-x86_64/PKGBUILD
(from rev 317651, kitty/trunk/PKGBUILD)

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

Copied: kitty/repos/community-x86_64/PKGBUILD (from rev 317651, 
kitty/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-24 22:42:30 UTC (rev 317652)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Maximilian Kindshofer 
+
+pkgname=kitty
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
+arch=('x86_64')
+url="https://github.com/kovidgoyal/kitty;
+license=('GPL3')
+depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'hicolor-icon-theme' 'libgl')
+makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa')
+optdepends=('imagemagick: viewing images with icat')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
+sha512sums=('eb38e939a08b01a714d181ec3e4b7dadb54ca0b006866c3e466c73ef8e0919bf2750fd3bb855577d7a293aa53e1f5df825fa875c3562cf5a3822044e211ad448')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py linux-package
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py linux-package --prefix ${pkgdir}/usr
+
+  install -Dm644 ${pkgdir}/usr/share/icons/hicolor/256x256/apps/kitty.png 
${pkgdir}/usr/share/pixmaps/kitty.png
+}


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

2018-04-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 24, 2018 @ 22:42:22
  Author: svenstaro
Revision: 317651

upgpkg: kitty 0.9.0-1

Modified:
  kitty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 22:39:11 UTC (rev 317650)
+++ PKGBUILD2018-04-24 22:42:22 UTC (rev 317651)
@@ -6,16 +6,14 @@
 pkgver=0.9.0
 pkgrel=1
 pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://github.com/kovidgoyal/kitty;
 license=('GPL3')
-depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11')
+depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'hicolor-icon-theme' 'libgl')
 makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa')
 optdepends=('imagemagick: viewing images with icat')
-provides=('kitty')
-conflicts=('kitty' 'kitty-git')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
-md5sums=('413dc6fb7ad7a7983fdb9dad33fdc7a2')
+sha512sums=('eb38e939a08b01a714d181ec3e4b7dadb54ca0b006866c3e466c73ef8e0919bf2750fd3bb855577d7a293aa53e1f5df825fa875c3562cf5a3822044e211ad448')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 22:39:11
  Author: anthraxx
Revision: 317650

archrelease: copy trunk to community-x86_64

Added:
  miniupnpd/repos/community-x86_64/PKGBUILD
(from rev 317649, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-x86_64/miniupnpd.service
(from rev 317649, miniupnpd/trunk/miniupnpd.service)
Deleted:
  miniupnpd/repos/community-x86_64/PKGBUILD
  miniupnpd/repos/community-x86_64/miniupnpd.service

---+
 PKGBUILD  |  100 ++--
 miniupnpd.service |   28 +++---
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 22:39:05 UTC (rev 317649)
+++ PKGBUILD2018-04-24 22:39:11 UTC (rev 317650)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: fauno 
-
-pkgname=miniupnpd
-pkgver=2.0.20180412
-pkgrel=1
-pkgdesc='Lightweight UPnP IGD daemon'
-url='https://miniupnp.tuxfamily.org/'
-arch=('x86_64')
-license=('BSD')
-backup=('etc/miniupnpd/miniupnpd.conf')
-depends=('iptables' 'net-tools' 'util-linux')
-makedepends=('lsb-release')
-source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz
-miniupnpd.service)
-sha256sums=('c8c02522002860acee7ceed388400debfb05943a5210f6b377be899a37869363'
-'66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
-sha512sums=('23b32273912b0c2a19fba71212116c83d99c57f75b3e733aa6b5476e0977a6f0288e2366164d58ccc8d8b021f1bfbf69cb89e4cf13b7529ae8e0d6c896c0a454'
-
'5075892c664c4d935da66436e3f45ee077ddf77e80c7553930929fe2b9d587aaeb5df5a4febdbac8fa6d5b22dae35662012ae22eabb87fe3472e25b91afd3466')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/gzip/d' -i Makefile.linux
-}
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
-  make -f Makefile.linux
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" PREFIX=/ INSTALLPREFIX=/usr SBININSTALLDIR=/usr/bin 
-f Makefile.linux install
-
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 ../miniupnpd.service -t "${pkgdir}/usr/lib/systemd/system"
-
-  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
-  s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
-  sed -i -e "s/^uuid=[-0-9a-f]*/uuid=----/
- s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf"
-
-  rm -r "${pkgdir}/etc/init.d"
-}
-
-# vim: ts=2 sw=2 et:

Copied: miniupnpd/repos/community-x86_64/PKGBUILD (from rev 317649, 
miniupnpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 22:39:11 UTC (rev 317650)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: fauno 
+
+pkgname=miniupnpd
+pkgver=2.0.20180422
+pkgrel=1
+pkgdesc='Lightweight UPnP IGD daemon'
+url='https://miniupnp.tuxfamily.org/'
+arch=('x86_64')
+license=('BSD')
+backup=('etc/miniupnpd/miniupnpd.conf')
+depends=('iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release')
+source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz
+miniupnpd.service)
+sha256sums=('fe73dd48cbd2eeb30b1ae4f2b6ff46922f214019a50b9a8dd447849b42c9e90d'
+'66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
+sha512sums=('338ebb03edfd9448a91277c3cc47843a45c1ee9d9e43ba52cd5f897cca8ddc5cbb53dd291056d30a906c68a5dfe0e5eb50169f7ffefab003fcf440de46b83f42'
+
'5075892c664c4d935da66436e3f45ee077ddf77e80c7553930929fe2b9d587aaeb5df5a4febdbac8fa6d5b22dae35662012ae22eabb87fe3472e25b91afd3466')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed '/gzip/d' -i Makefile.linux
+}
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
+  make -f Makefile.linux
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" PREFIX=/ INSTALLPREFIX=/usr SBININSTALLDIR=/usr/bin 
-f Makefile.linux install
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 ../miniupnpd.service -t "${pkgdir}/usr/lib/systemd/system"
+
+  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
+  s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
+  sed -i -e "s/^uuid=[-0-9a-f]*/uuid=----/
+ s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf"
+
+  rm -r "${pkgdir}/etc/init.d"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: 

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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 22:39:05
  Author: anthraxx
Revision: 317649

upgpkg: miniupnpd 2.0.20180422-1

Modified:
  miniupnpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 22:36:20 UTC (rev 317648)
+++ PKGBUILD2018-04-24 22:39:05 UTC (rev 317649)
@@ -3,7 +3,7 @@
 # Contributor: fauno 
 
 pkgname=miniupnpd
-pkgver=2.0.20180412
+pkgver=2.0.20180422
 pkgrel=1
 pkgdesc='Lightweight UPnP IGD daemon'
 url='https://miniupnp.tuxfamily.org/'
@@ -14,9 +14,9 @@
 makedepends=('lsb-release')
 source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz
 miniupnpd.service)
-sha256sums=('c8c02522002860acee7ceed388400debfb05943a5210f6b377be899a37869363'
+sha256sums=('fe73dd48cbd2eeb30b1ae4f2b6ff46922f214019a50b9a8dd447849b42c9e90d'
 '66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
-sha512sums=('23b32273912b0c2a19fba71212116c83d99c57f75b3e733aa6b5476e0977a6f0288e2366164d58ccc8d8b021f1bfbf69cb89e4cf13b7529ae8e0d6c896c0a454'
+sha512sums=('338ebb03edfd9448a91277c3cc47843a45c1ee9d9e43ba52cd5f897cca8ddc5cbb53dd291056d30a906c68a5dfe0e5eb50169f7ffefab003fcf440de46b83f42'
 
'5075892c664c4d935da66436e3f45ee077ddf77e80c7553930929fe2b9d587aaeb5df5a4febdbac8fa6d5b22dae35662012ae22eabb87fe3472e25b91afd3466')
 
 prepare() {


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

2018-04-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 24, 2018 @ 22:36:20
  Author: svenstaro
Revision: 317648

Add kitty from AUR

Added:
  kitty/
  kitty/repos/
  kitty/trunk/
  kitty/trunk/PKGBUILD

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

Added: kitty/trunk/PKGBUILD
===
--- kitty/trunk/PKGBUILD(rev 0)
+++ kitty/trunk/PKGBUILD2018-04-24 22:36:20 UTC (rev 317648)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Maximilian Kindshofer 
+
+pkgname=kitty
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
+arch=('i686' 'x86_64')
+url="https://github.com/kovidgoyal/kitty;
+license=('GPL3')
+depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11')
+makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa')
+optdepends=('imagemagick: viewing images with icat')
+provides=('kitty')
+conflicts=('kitty' 'kitty-git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
+md5sums=('413dc6fb7ad7a7983fdb9dad33fdc7a2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py linux-package
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py linux-package --prefix ${pkgdir}/usr
+
+  install -Dm644 ${pkgdir}/usr/share/icons/hicolor/256x256/apps/kitty.png 
${pkgdir}/usr/share/pixmaps/kitty.png
+}


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 22:35:57
  Author: anthraxx
Revision: 317647

archrelease: copy trunk to community-any

Added:
  vim-gitgutter/repos/community-any/PKGBUILD
(from rev 317646, vim-gitgutter/trunk/PKGBUILD)
Deleted:
  vim-gitgutter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 22:35:51 UTC (rev 317646)
+++ PKGBUILD2018-04-24 22:35:57 UTC (rev 317647)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=vim-gitgutter
-_gitcommit=3724e1c207c980b5de914b4857e8b44dc3551506
-pkgver=491.3724e1c
-pkgrel=1
-pkgdesc='Vim plugin which shows a git diff in the gutter (sign column)'
-url='https://github.com/airblade/vim-gitgutter'
-arch=('any')
-license=('MIT')
-depends=('vim' 'git')
-groups=('vim-plugins')
-source=(${pkgname}::"git+https://github.com/airblade/vim-gitgutter#commit=${_gitcommit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-package() {
-  cd ${pkgname}
-  _installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${_installpath}"
-  cp -r -t "${_installpath}" autoload doc plugin
-  install -Dm 644 README.mkd -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-gitgutter/repos/community-any/PKGBUILD (from rev 317646, 
vim-gitgutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 22:35:57 UTC (rev 317647)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+
+pkgname=vim-gitgutter
+_gitcommit=ad25925f1ec8790a3b0532c367c40470342d73fb
+pkgver=493.ad25925
+pkgrel=1
+pkgdesc='Vim plugin which shows a git diff in the gutter (sign column)'
+url='https://github.com/airblade/vim-gitgutter'
+arch=('any')
+license=('MIT')
+depends=('vim' 'git')
+groups=('vim-plugins')
+source=(${pkgname}::"git+https://github.com/airblade/vim-gitgutter#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+package() {
+  cd ${pkgname}
+  _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin
+  install -Dm 644 README.mkd -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 22:35:51
  Author: anthraxx
Revision: 317646

upgpkg: vim-gitgutter 493.ad25925-1

Modified:
  vim-gitgutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 22:35:04 UTC (rev 317645)
+++ PKGBUILD2018-04-24 22:35:51 UTC (rev 317646)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=vim-gitgutter
-_gitcommit=3724e1c207c980b5de914b4857e8b44dc3551506
-pkgver=491.3724e1c
+_gitcommit=ad25925f1ec8790a3b0532c367c40470342d73fb
+pkgver=493.ad25925
 pkgrel=1
 pkgdesc='Vim plugin which shows a git diff in the gutter (sign column)'
 url='https://github.com/airblade/vim-gitgutter'


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 22:35:04
  Author: anthraxx
Revision: 317645

archrelease: copy trunk to community-any

Added:
  yrd/repos/community-any/PKGBUILD
(from rev 317644, yrd/trunk/PKGBUILD)
  yrd/repos/community-any/yrd.tmpfiles.conf
(from rev 317644, yrd/trunk/yrd.tmpfiles.conf)
Deleted:
  yrd/repos/community-any/PKGBUILD
  yrd/repos/community-any/yrd.tmpfiles.conf

---+
 PKGBUILD  |   66 ++--
 yrd.tmpfiles.conf |6 ++--
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 22:34:58 UTC (rev 317644)
+++ PKGBUILD2018-04-24 22:35:04 UTC (rev 317645)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Kevin MacMartin 
-
-pkgname=yrd
-pkgver=0.5.2
-pkgrel=1
-pkgdesc='cjdns swiss army knife'
-url='https://github.com/kpcyrd/yrd'
-license=('GPL3')
-arch=('any')
-depends=('python-setuptools' 'python-argh' 'python-requests' 'cjdns')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kpcyrd/yrd/archive/v${pkgver}.tar.gz
-yrd.tmpfiles.conf)
-sha512sums=('66e05162942b7e4842d0b875bf2a88c50e2c8b4b97c3bb5b624316d40a0eff45a648a8addc8523aebc3ff61b0310c2f8de51f413fb43ccf52b32383487bb8b43'
-
'191fdf5687886357c01b72b2b9037045ca24d0ee888dc2bf6b2748a769eeb9a481eb01a9807f8f32b783d0970229f18d1264e937c2dd44b282ac764c49450cca')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
-
-  install -Dm 644 doc/yrd.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -Dm 644 "${srcdir}/${pkgname}.tmpfiles.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/yrd.conf"
-  install -Dm 644 init/yrd.service -t "${pkgdir}/usr/lib/systemd/system"
-}
-
-# vim: ts=2 sw=2 et:

Copied: yrd/repos/community-any/PKGBUILD (from rev 317644, yrd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 22:35:04 UTC (rev 317645)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: Kevin MacMartin 
+
+pkgname=yrd
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='cjdns swiss army knife'
+url='https://github.com/kpcyrd/yrd'
+license=('GPL3')
+arch=('any')
+depends=('python-setuptools' 'python-argh' 'python-requests' 'cjdns')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kpcyrd/yrd/archive/v${pkgver}.tar.gz
+yrd.tmpfiles.conf)
+sha512sums=('c76ab91d59c97d096adf15fb2c3e00f76102fa9a7715911348e2adb56fb818e5ceaed299027645deb9836f3d4811bdf47618fc0e96adb352cf05ff9406957096'
+
'191fdf5687886357c01b72b2b9037045ca24d0ee888dc2bf6b2748a769eeb9a481eb01a9807f8f32b783d0970229f18d1264e937c2dd44b282ac764c49450cca')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
+
+  install -Dm 644 doc/yrd.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  install -Dm 644 "${srcdir}/${pkgname}.tmpfiles.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/yrd.conf"
+  install -Dm 644 init/yrd.service -t "${pkgdir}/usr/lib/systemd/system"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: yrd.tmpfiles.conf
===
--- yrd.tmpfiles.conf   2018-04-24 22:34:58 UTC (rev 317644)
+++ yrd.tmpfiles.conf   2018-04-24 22:35:04 UTC (rev 317645)
@@ -1,3 +0,0 @@
-d /etc/yrd 0700 root root -
-d /etc/yrd/inbound.d 0700 root root -
-d /etc/yrd/outbound.d 0700 root root -

Copied: yrd/repos/community-any/yrd.tmpfiles.conf (from rev 317644, 
yrd/trunk/yrd.tmpfiles.conf)
===
--- yrd.tmpfiles.conf   (rev 0)
+++ yrd.tmpfiles.conf   2018-04-24 22:35:04 UTC (rev 317645)
@@ -0,0 +1,3 @@
+d /etc/yrd 0700 root root -
+d /etc/yrd/inbound.d 0700 root root -
+d /etc/yrd/outbound.d 0700 root root -


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 22:34:58
  Author: anthraxx
Revision: 317644

upgpkg: yrd 0.5.3-1

Modified:
  yrd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 22:31:37 UTC (rev 317643)
+++ PKGBUILD2018-04-24 22:34:58 UTC (rev 317644)
@@ -2,7 +2,7 @@
 # Contributor: Kevin MacMartin 
 
 pkgname=yrd
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc='cjdns swiss army knife'
 url='https://github.com/kpcyrd/yrd'
@@ -11,7 +11,7 @@
 depends=('python-setuptools' 'python-argh' 'python-requests' 'cjdns')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kpcyrd/yrd/archive/v${pkgver}.tar.gz
 yrd.tmpfiles.conf)
-sha512sums=('66e05162942b7e4842d0b875bf2a88c50e2c8b4b97c3bb5b624316d40a0eff45a648a8addc8523aebc3ff61b0310c2f8de51f413fb43ccf52b32383487bb8b43'
+sha512sums=('c76ab91d59c97d096adf15fb2c3e00f76102fa9a7715911348e2adb56fb818e5ceaed299027645deb9836f3d4811bdf47618fc0e96adb352cf05ff9406957096'
 
'191fdf5687886357c01b72b2b9037045ca24d0ee888dc2bf6b2748a769eeb9a481eb01a9807f8f32b783d0970229f18d1264e937c2dd44b282ac764c49450cca')
 
 build() {


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 22:31:37
  Author: anthraxx
Revision: 317643

archrelease: copy trunk to community-any

Added:
  ruby-rack/repos/community-any/PKGBUILD
(from rev 317642, ruby-rack/trunk/PKGBUILD)
Deleted:
  ruby-rack/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 22:31:31 UTC (rev 317642)
+++ PKGBUILD2018-04-24 22:31:37 UTC (rev 317643)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Sergej Pupykin 
-# Contributor: Alexsandr Pavlov 
-
-_gemname=rack
-pkgname=ruby-rack
-pkgver=2.0.4
-pkgrel=1
-pkgdesc='Minimal, modular, and adaptable interface for developing web 
applications'
-url='https://rack.github.io/'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rack/rack/archive/${pkgver}.tar.gz)
-sha256sums=('4bebeacd4966b8693b35dd5ffe1ef56dc68c4d693d963e71c89e0aaac520af62')
-sha512sums=('c78e734cc628a57405bdf21b9cda3b618204a517e07d53aabdcca101a14ff267691332d037c366515f4a7ef607928420d132d6bd844bb94a3c3e59f2e2c44ae4')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.rdoc NEWS.md HISTORY.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 example/* -t "${pkgdir}/usr/share/doc/${pkgname}/example"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-rack/repos/community-any/PKGBUILD (from rev 317642, 
ruby-rack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 22:31:37 UTC (rev 317643)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Sergej Pupykin 
+# Contributor: Alexsandr Pavlov 
+
+_gemname=rack
+pkgname=ruby-rack
+pkgver=2.0.5
+pkgrel=1
+pkgdesc='Minimal, modular, and adaptable interface for developing web 
applications'
+url='https://rack.github.io/'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rack/rack/archive/${pkgver}.tar.gz)
+sha256sums=('2bbe5edd09c5b4e6b1940b16932d96df573bae90a8f06b48efcb5010262733cc')
+sha512sums=('cbfd837a685ef04f4732cb234d7b8d5740ceab826d88bee0505d7e27981843f080e82d022f8bb138be9efd86aca90b27244b9269c6ad69846eddcca1c43d1f7e')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc NEWS.md HISTORY.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 example/* -t "${pkgdir}/usr/share/doc/${pkgname}/example"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 22:31:31
  Author: anthraxx
Revision: 317642

upgpkg: ruby-rack 2.0.5-1

Modified:
  ruby-rack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 22:17:18 UTC (rev 317641)
+++ PKGBUILD2018-04-24 22:31:31 UTC (rev 317642)
@@ -4,7 +4,7 @@
 
 _gemname=rack
 pkgname=ruby-rack
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 pkgdesc='Minimal, modular, and adaptable interface for developing web 
applications'
 url='https://rack.github.io/'
@@ -13,8 +13,8 @@
 depends=('ruby' 'ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rack/rack/archive/${pkgver}.tar.gz)
-sha256sums=('4bebeacd4966b8693b35dd5ffe1ef56dc68c4d693d963e71c89e0aaac520af62')
-sha512sums=('c78e734cc628a57405bdf21b9cda3b618204a517e07d53aabdcca101a14ff267691332d037c366515f4a7ef607928420d132d6bd844bb94a3c3e59f2e2c44ae4')
+sha256sums=('2bbe5edd09c5b4e6b1940b16932d96df573bae90a8f06b48efcb5010262733cc')
+sha512sums=('cbfd837a685ef04f4732cb234d7b8d5740ceab826d88bee0505d7e27981843f080e82d022f8bb138be9efd86aca90b27244b9269c6ad69846eddcca1c43d1f7e')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2018-04-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 24, 2018 @ 22:17:18
  Author: arojas
Revision: 317641

archrelease: copy trunk to community-staging-x86_64

Added:
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/0001-adapt-to-poppler-0.58.patch
(from rev 317640, gambas3/trunk/0001-adapt-to-poppler-0.58.patch)
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 317640, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/gambas-poppler-0.64.patch
(from rev 317640, gambas3/trunk/gambas-poppler-0.64.patch)
  gambas3/repos/community-staging-x86_64/prefer-qt5.patch
(from rev 317640, gambas3/trunk/prefer-qt5.patch)
  gambas3/repos/community-staging-x86_64/sdl2_mixer.diff
(from rev 317640, gambas3/trunk/sdl2_mixer.diff)

--+
 0001-adapt-to-poppler-0.58.patch |  105 +++
 PKGBUILD | 1159 +
 gambas-poppler-0.64.patch|  115 +++
 prefer-qt5.patch |   57 +
 sdl2_mixer.diff  |   11 
 5 files changed, 1447 insertions(+)

Copied: gambas3/repos/community-staging-x86_64/0001-adapt-to-poppler-0.58.patch 
(from rev 317640, gambas3/trunk/0001-adapt-to-poppler-0.58.patch)
===
--- community-staging-x86_64/0001-adapt-to-poppler-0.58.patch   
(rev 0)
+++ community-staging-x86_64/0001-adapt-to-poppler-0.58.patch   2018-04-24 
22:17:18 UTC (rev 317641)
@@ -0,0 +1,105 @@
+From 6a4adabfd7e02e6fef99049e8e2373b12b559e69 Mon Sep 17 00:00:00 2001
+From: David Tardon 
+Date: Wed, 6 Sep 2017 12:58:12 +0200
+Subject: [PATCH] adapt to poppler 0.58
+
+---
+ gb.pdf/configure.ac |  2 ++
+ gb.pdf/src/CPdfDocument.cpp | 24 
+ 2 files changed, 26 insertions(+)
+
+diff --git a/gb.pdf/configure.ac b/gb.pdf/configure.ac
+index 25b344a9a..be4bf9557 100644
+--- a/gb.pdf/configure.ac
 b/gb.pdf/configure.ac
+@@ -29,6 +29,8 @@ if test "$have_poppler" = "yes"; then
+   AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_17, $((1-$?)), Poppler version >= 0.17)
+   pkg-config --atleast-version=0.20.0 poppler
+   AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_20, $((1-$?)), Poppler version >= 0.20)
++  pkg-config --atleast-version=0.58.0 poppler
++  AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_58, $((1-$?)), Poppler version >= 0.58)
+ fi
+ 
+ AC_OUTPUT( \
+diff --git a/gb.pdf/src/CPdfDocument.cpp b/gb.pdf/src/CPdfDocument.cpp
+index 43802c77b..80d2d97c5 100644
+--- a/gb.pdf/src/CPdfDocument.cpp
 b/gb.pdf/src/CPdfDocument.cpp
+@@ -132,11 +132,19 @@ static void aux_return_string_info(void *_object, const 
char *key)
+   Dict *info_dict;
+   char *tmpstr;
+ 
++  #if POPPLER_VERSION_0_58
++  obj = THIS->doc->getDocInfo ();
++  #else
+   THIS->doc->getDocInfo ();
++  #endif
+   if (!obj.isDict()) { GB.ReturnNewZeroString(""); return; }
+   
+   info_dict=obj.getDict();
++  #if POPPLER_VERSION_0_58
++  dst = info_dict->lookup ((char *)key);
++  #else
+   info_dict->lookup ((char *)key, );
++  #endif
+   if (!dst.isString ()) { GB.ReturnNewZeroString(""); }
+   else {
+   goo_value = dst.getString();
+@@ -149,8 +157,10 @@ static void aux_return_string_info(void *_object, const 
char *key)
+   else
+   
GB.ReturnNewString(goo_value->getCString(),goo_value->getLength()); 
+   }
++  #if ! POPPLER_VERSION_0_58
+   dst.free();
+   obj.free(); 
++  #endif
+ }
+ 
+ static void aux_return_date_info(void *_object, const char *key)
+@@ -167,11 +177,19 @@ static void aux_return_date_info(void *_object, const 
char *key)
+ 
+   GB.ReturnDate(NULL);
+   
++  #if POPPLER_VERSION_0_58
++  obj = THIS->doc->getDocInfo ();
++  #else
+   THIS->doc->getDocInfo ();
++  #endif
+   if (!obj.isDict()) return;
+ 
+   info_dict=obj.getDict();
++  #if POPPLER_VERSION_0_58
++  dst = info_dict->lookup ((char *)key);
++  #else
+   info_dict->lookup ((char *)key, );
++  #endif
+   if (dst.isString ())
+   {
+   goo = dst.getString();
+@@ -197,8 +215,10 @@ static void aux_return_date_info(void *_object, const 
char *key)
+   }
+ 
+   if (tofree) GB.FreeString();
++  #if ! POPPLER_VERSION_0_58
+   dst.free();
+   obj.free();
++  #endif
+ }
+ 
+ static LinkDest *get_dest(LinkAction *act)
+@@ -426,8 +446,12 @@ int32_t open_document (void *_object, char *sfile, 
int32_t lfile)
+ 
+   if ( GB.LoadFile(sfile,lfile,,) ) return -1;
+ 
++  #if POPPLER_VERSION_0_58
++  stream=new MemStream(buf,0,(Guint)len,std::move(obj));
++  #else
+   obj.initNull();
+   stream=new MemStream(buf,0,(Guint)len,);
++  #endif
+   test=new PDFDoc (stream,0,0);
+ 
+   if (!test->isOk())
+-- 
+2.13.5
+

Copied: 

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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 22:16:29
  Author: anthraxx
Revision: 317638

upgpkg: wireshark 2.6.0-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 21:57:47 UTC (rev 317637)
+++ PKGBUILD2018-04-24 22:16:29 UTC (rev 317638)
@@ -5,7 +5,7 @@
 
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
-pkgver=2.5.1
+pkgver=2.6.0
 pkgrel=1
 arch=('x86_64')
 license=('GPL2')
@@ -16,7 +16,7 @@
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
 wireshark.sysusers
 do_not_use_svn_version.patch)
-sha256sums=('fe104b795d65b7658f60dd9dca52f122cc754ab2a10955332051a168261cfee3'
+sha256sums=('711c7f01d27a8817d58277a5487cef3e3c7bab1c8caaf8f4c92aa21015b9117f'
 'df07748152443c7d727bd51cd57af950c345b7141986b4f0e476cd6aa3623ac4'
 '3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
 


[arch-commits] Commit in gambas3/trunk (PKGBUILD gambas-poppler-0.64.patch)

2018-04-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 24, 2018 @ 22:16:43
  Author: arojas
Revision: 317640

poppler 0.64 rebuild

Added:
  gambas3/trunk/gambas-poppler-0.64.patch
Modified:
  gambas3/trunk/PKGBUILD

---+
 PKGBUILD  |   10 ++-
 gambas-poppler-0.64.patch |  115 
 2 files changed, 122 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 22:16:36 UTC (rev 317639)
+++ PKGBUILD2018-04-24 22:16:43 UTC (rev 317640)
@@ -16,7 +16,7 @@
  'gambas3-gb-util-web' 'gambas3-gb-util' 'gambas3-gb-v4l' 
'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 
'gambas3-gb-xml-xslt' 'gambas3-gb-xml'
  'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web'  
'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
 pkgver=3.10.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('x86_64')
 url="http://gambas.sourceforge.net/;
@@ -31,11 +31,12 @@
 'gmime')
 options=('!emptydirs' 'libtool')
 
source=("${pkgbase}-${pkgver}::https://gitlab.com/gambas/gambas/repository/v${pkgver}/archive.tar.bz2;
-'prefer-qt5.patch' '0001-adapt-to-poppler-0.58.patch' 
'sdl2_mixer.diff')
+'prefer-qt5.patch' '0001-adapt-to-poppler-0.58.patch' 
'sdl2_mixer.diff' 'gambas-poppler-0.64.patch')
 md5sums=('ca2bd77b4a6b0b5f2b36de335e2d4384'
  '71131eb16bbdf27bf6d329f089602cf7'
  'f82c6633e79a07e2b6542ec1ceccfbff'
- '57c5a2125a526a6011f68a405480a3af')
+ '57c5a2125a526a6011f68a405480a3af'
+ 'd84b0a03e2bfc50e5267255d6b24e220')
 
 create_dirs() {
   install -dm755 ${pkgdir}/usr/lib/gambas3
@@ -51,6 +52,9 @@
   # poppler 0.58 buildfix
   patch -Np1 -i ../0001-adapt-to-poppler-0.58.patch
 
+  # fix build with poppler 0.64
+  patch -p1 -i ../gambas-poppler-0.64.patch
+
   # fix build with sdl2_mixer >= 2.0.2
   # Flags MIX_INIT_MODPLUG was removed, and MIX_INIT_FLUIDSYNTH was
   # renamed to MIX_INIT_MID.

Added: gambas-poppler-0.64.patch
===
--- gambas-poppler-0.64.patch   (rev 0)
+++ gambas-poppler-0.64.patch   2018-04-24 22:16:43 UTC (rev 317640)
@@ -0,0 +1,115 @@
+diff --git a/gb.pdf/src/CPdfDocument.cpp b/gb.pdf/src/CPdfDocument.cpp
+index 80d2d97c5..7e44ebe98 100644
+--- a/gb.pdf/src/CPdfDocument.cpp
 b/gb.pdf/src/CPdfDocument.cpp
+@@ -99,7 +99,7 @@ END_PROPERTY
+ 
+ /
+ 
+-static void return_unicode_string(Unicode *unicode, int len)
++static void return_unicode_string(const Unicode *unicode, int len)
+ {
+   static UnicodeMap *uMap = NULL;
+   
+@@ -128,7 +128,7 @@ static void aux_return_string_info(void *_object, const 
char *key)
+ {
+   Object obj;
+   Object dst;
+-  GooString *goo_value;
++  const GooString *goo_value;
+   Dict *info_dict;
+   char *tmpstr;
+ 
+@@ -170,7 +170,7 @@ static void aux_return_date_info(void *_object, const char 
*key)
+   GB_DATE ret;
+   Object obj;
+   Object dst;
+-  GooString *goo;
++  const GooString *goo;
+   Dict *info_dict;
+   char *datestr=NULL,*tofree=NULL;
+   int nnum;
+@@ -221,7 +221,7 @@ static void aux_return_date_info(void *_object, const char 
*key)
+   #endif
+ }
+ 
+-static LinkDest *get_dest(LinkAction *act)
++static const LinkDest *get_dest(LinkAction *act)
+ {
+   if (!act)
+   return 0;
+@@ -237,9 +237,9 @@ static LinkDest *get_dest(LinkAction *act)
+ static uint32_t aux_get_page_from_action(void *_object, LinkAction *act)
+ {
+   Ref pref;   
+-  LinkDest *dest = get_dest(act);
++  const LinkDest *dest = get_dest(act);
+   #if POPPLER_VERSION_0_6
+-  GooString *name;
++  const GooString *name;
+   #else
+   UGooString *name;
+   #endif
+@@ -272,7 +272,7 @@ static uint32_t aux_get_page_from_action(void *_object, 
LinkAction *act)
+ 
+ static void aux_get_dimensions_from_action(LinkAction *act, CPDFRECT *rect)
+ {
+-  LinkDest *dest = get_dest(act);
++  const LinkDest *dest = get_dest(act);
+   if (!dest)
+   return;
+   
+@@ -284,7 +284,7 @@ static void aux_get_dimensions_from_action(LinkAction 
*act, CPDFRECT *rect)
+ 
+ static double aux_get_zoom_from_action(LinkAction *act)
+ {
+-  LinkDest *dest = get_dest(act);
++  const LinkDest *dest = get_dest(act);
+   if (dest)
+   return dest->getZoom();
+   else
+@@ -295,7 +295,7 @@ static char* aux_get_target_from_action(LinkAction *act)
+ {
+   char *vl=NULL;
+   char *uni=NULL; 
+-  GooString *tmp=NULL;
++  const GooString *tmp=NULL;
+ 
+   switch (act->getKind())
+   {
+@@ -480,7 +480,7 @@ int32_t open_document (void *_object, char *sfile, int32_t 
lfile)
+   #endif
+   
+ 

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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 22:16:36
  Author: anthraxx
Revision: 317639

archrelease: copy trunk to community-x86_64

Added:
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 317638, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 317638, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 317638, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/wireshark.sysusers
(from rev 317638, wireshark/trunk/wireshark.sysusers)
Deleted:
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install
  wireshark/repos/community-x86_64/wireshark.sysusers

--+
 PKGBUILD |  202 -
 do_not_use_svn_version.patch |   26 ++---
 wireshark.install|   16 +--
 wireshark.sysusers   |2 
 4 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 22:16:29 UTC (rev 317638)
+++ PKGBUILD2018-04-24 22:16:36 UTC (rev 317639)
@@ -1,101 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.5.1
-pkgrel=1
-arch=('x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=('!emptydirs')
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
-wireshark.sysusers
-do_not_use_svn_version.patch)
-sha256sums=('fe104b795d65b7658f60dd9dca52f122cc754ab2a10955332051a168261cfee3'
-'df07748152443c7d727bd51cd57af950c345b7141986b4f0e476cd6aa3623ac4'
-'3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "${srcdir}/do_not_use_svn_version.patch"
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk=3 \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --with-c-ares \
-  --with-geoip
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('c-ares' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh' 'libxml2' 'libnghttp2')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  # wireshark uid group is 150
-  install -Dm644 "${srcdir}/wireshark.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/wireshark.conf"
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # headers
-  install -Dm 644 *.h -t "${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -Dm 644 ${d}/*.h -t "${pkgdir}/usr/include/${pkgbase}/${d}"
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm 755 .libs/wireshark-gtk "${pkgdir}/usr/bin/wireshark-gtk"
-  install -Dm 644 wireshark-gtk.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-package_wireshark-qt() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - Qt 
frontend'
-  depends=('desktop-file-utils' 'qt5-multimedia' 'wireshark-cli' 
'wireshark-common')
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm 755 .libs/wireshark "${pkgdir}/usr/bin/wireshark"
-  install -Dm 644 wireshark.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-# vim: ts=2 sw=2 et:

Copied: wireshark/repos/community-x86_64/PKGBUILD (from rev 317638, 
wireshark/trunk/PKGBUILD)

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

2018-04-24 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, April 24, 2018 @ 22:06:34
  Author: bisson
Revision: 322951

update url

Modified:
  wireless_tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 21:56:33 UTC (rev 322950)
+++ PKGBUILD2018-04-24 22:06:34 UTC (rev 322951)
@@ -8,10 +8,10 @@
 _pkgver=${pkgver%.pre*}
 pkgrel=1
 pkgdesc='Tools allowing to manipulate the Wireless Extensions'
-url='http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html'
+url='https://hewlettpackard.github.io/wireless-tools/Tools.html'
 license=('GPL')
 arch=('x86_64')
-source=("http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${pkgname}.${pkgver}.tar.gz;)
+source=("https://hewlettpackard.github.io/wireless-tools/${pkgname}.${pkgver}.tar.gz;)
 sha256sums=('abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63')
 
 prepare() {


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 21:57:47
  Author: anthraxx
Revision: 317637

archrelease: copy trunk to community-x86_64

Added:
  smplayer/repos/community-x86_64/PKGBUILD
(from rev 317636, smplayer/trunk/PKGBUILD)
Deleted:
  smplayer/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 21:57:38 UTC (rev 317636)
+++ PKGBUILD2018-04-24 21:57:47 UTC (rev 317637)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: shamrok 
-
-pkgname=smplayer
-pkgver=18.3.0
-pkgrel=1
-pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
-url='https://www.smplayer.info/'
-arch=('x86_64')
-license=('GPL')
-depends=('qt5-script' 'mpv' 'hicolor-icon-theme' 'libx11' 'zlib' 'gcc-libs')
-makedepends=('qt5-tools')
-optdepends=('smplayer-themes: icon themes collection'
-'smplayer-skins: skin themes collection'
-'smtube: browse and play youtube videos'
-'youtube-dl: youtube videos and streaming'
-'mplayer: alternative multimedia engine')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('86b43c5f0a4e43f2404e4e53632d3034d850e576f75a3e0c6aa281f62ce3f378')
-sha512sums=('cb0ff19c240bf8d92b12b096c9bf627b8365b690a0f9af126f6cda5436e4ed42510a511617fee6edee4cf1fbc79fb04bf05377585bbf93755b784d0471d2d6d4')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # make build reproducible, we compress ourselves
-  sed '/gzip -9/d' -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
-  make PREFIX=/usr \
-DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
-QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE \
-CFLAGS_EXTRA="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DOC_PATH=/usr/share/doc/smplayer \
-DESTDIR="${pkgdir}" PREFIX=/usr install
-}
-
-# vim: ts=2 sw=2 et:

Copied: smplayer/repos/community-x86_64/PKGBUILD (from rev 317636, 
smplayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 21:57:47 UTC (rev 317637)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: shamrok 
+
+pkgname=smplayer
+pkgver=18.4.0
+pkgrel=1
+pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
+url='https://www.smplayer.info/'
+arch=('x86_64')
+license=('GPL')
+depends=('qt5-script' 'mpv' 'hicolor-icon-theme' 'libx11' 'zlib' 'gcc-libs')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+'smplayer-skins: skin themes collection'
+'smtube: browse and play youtube videos'
+'youtube-dl: youtube videos and streaming'
+'mplayer: alternative multimedia engine')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('ad51c1759f063afb287743bd90e24a7a77cc6e8b96da288dd7ddcb16c85b4e60')
+sha512sums=('17d533465e841adbd94af24410bf0cf03fefcc8f5902577a54d3296bbe60b82cf295879b1b5d5407ef191b1609060e95dfe300f857b5d25bd970941a1be3d111')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # make build reproducible, we compress ourselves
+  sed '/gzip -9/d' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
+  make PREFIX=/usr \
+DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE \
+CFLAGS_EXTRA="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DOC_PATH=/usr/share/doc/smplayer \
+DESTDIR="${pkgdir}" PREFIX=/usr install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 21:57:38
  Author: anthraxx
Revision: 317636

upgpkg: smplayer 18.4.0-1

Modified:
  smplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 21:55:14 UTC (rev 317635)
+++ PKGBUILD2018-04-24 21:57:38 UTC (rev 317636)
@@ -5,7 +5,7 @@
 # Contributor: shamrok 
 
 pkgname=smplayer
-pkgver=18.3.0
+pkgver=18.4.0
 pkgrel=1
 pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
 url='https://www.smplayer.info/'
@@ -19,8 +19,8 @@
 'youtube-dl: youtube videos and streaming'
 'mplayer: alternative multimedia engine')
 
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('86b43c5f0a4e43f2404e4e53632d3034d850e576f75a3e0c6aa281f62ce3f378')
-sha512sums=('cb0ff19c240bf8d92b12b096c9bf627b8365b690a0f9af126f6cda5436e4ed42510a511617fee6edee4cf1fbc79fb04bf05377585bbf93755b784d0471d2d6d4')
+sha256sums=('ad51c1759f063afb287743bd90e24a7a77cc6e8b96da288dd7ddcb16c85b4e60')
+sha512sums=('17d533465e841adbd94af24410bf0cf03fefcc8f5902577a54d3296bbe60b82cf295879b1b5d5407ef191b1609060e95dfe300f857b5d25bd970941a1be3d111')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2018-04-24 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, April 24, 2018 @ 21:56:33
  Author: bisson
Revision: 322950

db-move: moved pinentry from [testing] to [core] (x86_64)

Added:
  pinentry/repos/core-x86_64/PKGBUILD
(from rev 322949, pinentry/repos/testing-x86_64/PKGBUILD)
  pinentry/repos/core-x86_64/pinentry
(from rev 322949, pinentry/repos/testing-x86_64/pinentry)
Deleted:
  pinentry/repos/core-x86_64/PKGBUILD
  pinentry/repos/testing-x86_64/

--+
 /PKGBUILD|   44 
 core-x86_64/PKGBUILD |   41 -
 core-x86_64/pinentry |5 +
 3 files changed, 49 insertions(+), 41 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-04-24 21:11:21 UTC (rev 322949)
+++ core-x86_64/PKGBUILD2018-04-24 21:56:33 UTC (rev 322950)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Maintainer: Gaetan Bisson 
-
-pkgname=pinentry
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol'
-url='http://gnupg.org/related_software/pinentry/'
-arch=('x86_64')
-license=('GPL')
-depends=('ncurses' 'libcap' 'libassuan' 'libsecret')
-makedepends=('gtk2' 'qt5-base' 'gcr')
-optdepends=('gtk2: gtk2 backend'
-'qt5-base: qt backend'
-'gcr: gnome3 backend')
-source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570'
-'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --enable-pinentry-tty \
-   --enable-pinentry-curses \
-   --enable-fallback-curses \
-   --enable-pinentry-emacs \
-   --enable-pinentry-gtk2 \
-   --enable-pinentry-gnome3 \
-   --enable-pinentry-qt \
-   --enable-libsecret \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: pinentry/repos/core-x86_64/PKGBUILD (from rev 322949, 
pinentry/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-04-24 21:56:33 UTC (rev 322950)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=pinentry
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='Collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol'
+url='http://gnupg.org/related_software/pinentry/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'libcap' 'libassuan' 'libsecret')
+makedepends=('gtk2' 'qt5-base' 'gcr')
+optdepends=('gtk2: gtk2 backend'
+'qt5-base: qt backend'
+'gcr: gnome3 backend')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'pinentry')
+sha256sums=('68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570'
+'SKIP'
+'50d651d7379dc160bf08a1f888e364fb366e2658c0a709f78a3d7965c3f2224d')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --enable-pinentry-tty \
+   --enable-pinentry-curses \
+   --enable-fallback-curses \
+   --enable-pinentry-emacs \
+   --enable-pinentry-gtk2 \
+   --enable-pinentry-gnome3 \
+   --enable-pinentry-qt \
+   --enable-libsecret \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dt "${pkgdir}/usr/bin" ../pinentry
+}

Copied: pinentry/repos/core-x86_64/pinentry (from rev 322949, 
pinentry/repos/testing-x86_64/pinentry)
===
--- core-x86_64/pinentry(rev 0)
+++ core-x86_64/pinentry2018-04-24 21:56:33 UTC (rev 322950)
@@ -0,0 +1,5 @@
+#!/bin/sh
+test -e /usr/lib/libgcr-base-3.so.1  && exec /usr/bin/pinentry-gnome3 "$@"
+test -e /usr/lib/libQt5Widgets.so.5  && exec /usr/bin/pinentry-qt "$@"
+test -e /usr/lib/libgtk-x11-2.0.so.0 && exec /usr/bin/pinentry-gtk-2  "$@"
+exec /usr/bin/pinentry-curses "$@"


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 21:55:14
  Author: anthraxx
Revision: 317635

archrelease: copy trunk to community-x86_64

Added:
  bettercap/repos/community-x86_64/PKGBUILD
(from rev 317634, bettercap/trunk/PKGBUILD)
Deleted:
  bettercap/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 21:55:08 UTC (rev 317634)
+++ PKGBUILD2018-04-24 21:55:14 UTC (rev 317635)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=bettercap
-pkgver=2.4
-pkgrel=1
-pkgdesc='Swiss army knife for network attacks and monitoring'
-url='https://github.com/bettercap/bettercap'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpcap' 'libnetfilter_queue' 'iproute2' 'glibc' 'libnfnetlink')
-makedepends=('go-pie' 'git' 'glide')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bettercap/bettercap/archive/v${pkgver}.tar.gz)
-sha512sums=('1947d3ae66d94cd812087e9100953e6e208101b7f691267f1522794c59c6a65837bd4184a7856847cc0a79a0177cfb06b844526d7ec8bc06ec012ffd439a8d5a')
-
-prepare(){
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/bettercap
-  ln -rTsf ${pkgname}-${pkgver} src/github.com/bettercap/bettercap
-}
-
-build() {
-  cd src/github.com/bettercap/bettercap
-  export GOPATH="${srcdir}"
-  glide install
-  go build -o bettercap
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 bettercap -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: bettercap/repos/community-x86_64/PKGBUILD (from rev 317634, 
bettercap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 21:55:14 UTC (rev 317635)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+pkgname=bettercap
+pkgver=2.5
+pkgrel=1
+pkgdesc='Swiss army knife for network attacks and monitoring'
+url='https://github.com/bettercap/bettercap'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpcap' 'libnetfilter_queue' 'iproute2' 'glibc' 'libnfnetlink')
+makedepends=('go-pie' 'git' 'dep')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bettercap/bettercap/archive/v${pkgver}.tar.gz)
+sha512sums=('52af79b865a4133409bc56005d89812110c63a90aadaf624ddaf11b971af71da393f8714107dfcfba83e74627da827cee67fbad7f74c5bec53526558a5f3')
+
+prepare(){
+  export GOPATH="${srcdir}/go"
+  mkdir -p go/src/github.com/bettercap
+  ln -rTsf ${pkgname}-${pkgver} go/src/github.com/bettercap/bettercap
+}
+
+build() {
+  cd go/src/github.com/bettercap/bettercap
+  export GOPATH="${srcdir}/go"
+  dep ensure
+  go build -o bettercap
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 bettercap -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 21:55:08
  Author: anthraxx
Revision: 317634

upgpkg: bettercap 2.5-1

Modified:
  bettercap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 21:35:58 UTC (rev 317633)
+++ PKGBUILD2018-04-24 21:55:08 UTC (rev 317634)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=bettercap
-pkgver=2.4
+pkgver=2.5
 pkgrel=1
 pkgdesc='Swiss army knife for network attacks and monitoring'
 url='https://github.com/bettercap/bettercap'
@@ -8,21 +8,21 @@
 arch=('x86_64')
 license=('GPL3')
 depends=('libpcap' 'libnetfilter_queue' 'iproute2' 'glibc' 'libnfnetlink')
-makedepends=('go-pie' 'git' 'glide')
+makedepends=('go-pie' 'git' 'dep')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bettercap/bettercap/archive/v${pkgver}.tar.gz)
-sha512sums=('1947d3ae66d94cd812087e9100953e6e208101b7f691267f1522794c59c6a65837bd4184a7856847cc0a79a0177cfb06b844526d7ec8bc06ec012ffd439a8d5a')
+sha512sums=('52af79b865a4133409bc56005d89812110c63a90aadaf624ddaf11b971af71da393f8714107dfcfba83e74627da827cee67fbad7f74c5bec53526558a5f3')
 
 prepare(){
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/bettercap
-  ln -rTsf ${pkgname}-${pkgver} src/github.com/bettercap/bettercap
+  export GOPATH="${srcdir}/go"
+  mkdir -p go/src/github.com/bettercap
+  ln -rTsf ${pkgname}-${pkgver} go/src/github.com/bettercap/bettercap
 }
 
 build() {
-  cd src/github.com/bettercap/bettercap
-  export GOPATH="${srcdir}"
-  glide install
+  cd go/src/github.com/bettercap/bettercap
+  export GOPATH="${srcdir}/go"
+  dep ensure
   go build -o bettercap
 }
 


[arch-commits] Commit in gnokii/repos/community-x86_64 (12 files)

2018-04-24 Thread Balló György via arch-commits
Date: Tuesday, April 24, 2018 @ 21:35:58
  Author: bgyorgy
Revision: 317633

archrelease: copy trunk to community-x86_64

Added:
  gnokii/repos/community-x86_64/PKGBUILD
(from rev 317632, gnokii/trunk/PKGBUILD)
  gnokii/repos/community-x86_64/gnokii-config.patch
(from rev 317632, gnokii/trunk/gnokii-config.patch)
  gnokii/repos/community-x86_64/gnokii-gcc5.patch
(from rev 317632, gnokii/trunk/gnokii-gcc5.patch)
  gnokii/repos/community-x86_64/gnokii-gcc7.patch
(from rev 317632, gnokii/trunk/gnokii-gcc7.patch)
  gnokii/repos/community-x86_64/gnokii-lock.patch
(from rev 317632, gnokii/trunk/gnokii-lock.patch)
  gnokii/repos/community-x86_64/gnokii.install
(from rev 317632, gnokii/trunk/gnokii.install)
Deleted:
  gnokii/repos/community-x86_64/PKGBUILD
  gnokii/repos/community-x86_64/gnokii-config.patch
  gnokii/repos/community-x86_64/gnokii-gcc5.patch
  gnokii/repos/community-x86_64/gnokii-gcc7.patch
  gnokii/repos/community-x86_64/gnokii-lock.patch
  gnokii/repos/community-x86_64/gnokii.install

-+
 PKGBUILD|  153 --
 gnokii-config.patch |   24 +++
 gnokii-gcc5.patch   |   54 -
 gnokii-gcc7.patch   |   26 
 gnokii-lock.patch   |   30 -
 gnokii.install  |6 -
 6 files changed, 146 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 21:35:52 UTC (rev 317632)
+++ PKGBUILD2018-04-24 21:35:58 UTC (rev 317633)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-# Contributor: Aurelien Foret 
-
-pkgname=gnokii
-pkgver=0.6.31
-pkgrel=15
-pkgdesc="Tools and user space driver for use with mobile phones"
-arch=('x86_64')
-url="http://www.gnokii.org/;
-license=('GPL')
-depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite' 'systemd')
-makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool')
-optdepends=('dialog: sendsms tool'
-'gtk2: xgnokii GUI'
-'libmariadbclient: smsd mysql backend'
-'postgresql-libs: smsd postgresql backend')
-backup=('etc/gnokiirc')
-install=$pkgname.install
-source=("https://www.gnokii.org/download/$pkgname/$pkgname-$pkgver.tar.bz2;
-'gnokii-config.patch'
-'gnokii-lock.patch'
-'gnokii-gcc5.patch'
-'gnokii-gcc7.patch')
-md5sums=('d9627f4a1152d3ea7806df4532850d5f'
- 'b2961b52ac1f770c4704ccc50b64fde2'
- '17b629db85a6bb2b98ca59941aa95295'
- '5bcf2dadd31a826d1f80b53bb37d9bd0'
- '338e376185ff5323c5fdd3538890f776')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Set bindir location
-  patch -Np1 -i "$srcdir/gnokii-config.patch"
-
-  # Set lock path
-  patch -Np1 -i "$srcdir/gnokii-lock.patch"
-
-  # Fix build with GCC 5 (Fedora patch)
-  patch -Np1 -i "$srcdir/gnokii-gcc5.patch"
-
-  # Fix build with GCC 7
-  patch -Np1 -i "$srcdir/gnokii-gcc7.patch"
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
-  --enable-security
-  make
-  pushd xgnokii
-  make
-  popd
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  pushd xgnokii
-  make DESTDIR="$pkgdir" install
-  popd
-
-  # Install initial config file
-  install -Dm644 Docs/sample/gnokiirc "$pkgdir/etc/gnokiirc"
-
-  # Fix file permission
-  chmod 755 "$pkgdir/usr/bin/sendsms"
-
-  # Setup lock directory
-  install -dm755 "$pkgdir"/usr/lib/{sysusers,tmpfiles}.d
-  echo 'g lock - - -' > "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  echo 'd /run/lock/lockdev 0775 root lock -' > 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: gnokii/repos/community-x86_64/PKGBUILD (from rev 317632, 
gnokii/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 21:35:58 UTC (rev 317633)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+# Contributor: Aurelien Foret 
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=16
+pkgdesc="Tools and user space driver for use with mobile phones"
+arch=('x86_64')
+url="https://www.gnokii.org/;
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite' 'systemd')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool')
+optdepends=('dialog: sendsms tool'
+'gtk2: xgnokii GUI'
+'libmariadbclient: smsd mysql backend'
+'postgresql-libs: smsd postgresql backend')
+backup=('etc/gnokiirc')
+install=$pkgname.install
+source=("https://www.gnokii.org/download/$pkgname/$pkgname-$pkgver.tar.bz2;
+ 

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

2018-04-24 Thread Balló György via arch-commits
Date: Tuesday, April 24, 2018 @ 21:35:52
  Author: bgyorgy
Revision: 317632

upgpkg: gnokii 0.6.31-16

Don't create lock group, it's already created by the filesystem package 
(FS#58342)

Modified:
  gnokii/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 21:32:06 UTC (rev 317631)
+++ PKGBUILD2018-04-24 21:35:52 UTC (rev 317632)
@@ -6,7 +6,7 @@
 
 pkgname=gnokii
 pkgver=0.6.31
-pkgrel=15
+pkgrel=16
 pkgdesc="Tools and user space driver for use with mobile phones"
 arch=('x86_64')
 url="https://www.gnokii.org/;
@@ -71,7 +71,6 @@
   chmod 755 "$pkgdir/usr/bin/sendsms"
 
   # Setup lock directory
-  install -dm755 "$pkgdir"/usr/lib/{sysusers,tmpfiles}.d
-  echo 'g lock - - -' > "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  install -dm755 "$pkgdir"/usr/lib/tmpfiles.d
   echo 'd /run/lock/lockdev 0775 root lock -' > 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
 }


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

2018-04-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 24, 2018 @ 21:32:06
  Author: svenstaro
Revision: 317631

archrelease: copy trunk to community-staging-x86_64

Added:
  blender/repos/community-staging-x86_64/
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 317630, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/ffmpeg4.0.patch
(from rev 317630, blender/trunk/ffmpeg4.0.patch)

-+
 PKGBUILD|  112 +
 ffmpeg4.0.patch |  113 ++
 2 files changed, 225 insertions(+)

Copied: blender/repos/community-staging-x86_64/PKGBUILD (from rev 317630, 
blender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-24 21:32:06 UTC (rev 317631)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Sowiak 
+# Contributor: tobias 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+ _gittag=v2.79b
+#_gitcommit=3c3d0898b0c1a1d7da70f4a1778d4360b3cfe5c8
+
+pkgname=blender
+pkgver=2.79.b
+#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=8
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('x86_64')
+license=('GPL')
+url="http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg' 
'python-numpy'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'gcc6' 'cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+source=("git://git.blender.org/blender-addons.git"
+"git://git.blender.org/blender-addons-contrib.git"
+"git://git.blender.org/blender-translations.git"
+"git://git.blender.org/blender-dev-tools.git"
+"git://git.blender.org/scons.git"
+ffmpeg4.0.patch)
+if [[ -n $_gittag ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
+elif [[ -n $_gitcommit ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'da14d7cbdea1ab5499659a066658cdd2'
+ 'SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  git submodule init
+  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
+  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
+  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
+  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
+  git config submodule."scons".url ${srcdir}/scons
+  git submodule update
+
+  # cuda 9.1 fixes
+  sed -i -e "s/sm_20;//" -e "s/sm_21;//" 
build_files/cmake/config/blender_release.cmake
+
+  # openvdb 5 fix
+  sed -i "s/OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER == 
3/OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER >= 3/g" 
intern/openvdb/intern/openvdb_writer.cc
+
+  # ffmpeg 4.0 fixes
+  patch -Np1 -i "${srcdir}"/ffmpeg4.0.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  export CFLAGS="${CFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
+  export CXXFLAGS="${CXXFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
+  cmake -C../build_files/cmake/config/blender_release.cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_LLVM=ON \
+-DWITH_SYSTEM_OPENJPEG=ON \
+-DWITH_GL_PROFILE_CORE=OFF \
+-DWITH_GL_PROFILE_ES20=OFF \
+-DLLVM_VERSION=3.6 \
+-DLLVM_STATIC=ON \
+-DWITH_CYCLES_CUDA_BINARIES=ON \
+-DWITH_CYCLES_PTEX=OFF \
+-DPYTHON_VERSION=3.6 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.6m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.6m
+  make
+
+  # PTEX is currently broken and experimental in blender anyway
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  make 

[arch-commits] Commit in blender/trunk (PKGBUILD ffmpeg4.0.patch)

2018-04-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 24, 2018 @ 21:31:58
  Author: svenstaro
Revision: 317630

upgpkg: blender 17:2.79.b-8

ffmpeg 4.0 rebuild

Added:
  blender/trunk/ffmpeg4.0.patch
Modified:
  blender/trunk/PKGBUILD

-+
 PKGBUILD|9 +++-
 ffmpeg4.0.patch |  113 ++
 2 files changed, 120 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 21:31:29 UTC (rev 317629)
+++ PKGBUILD2018-04-24 21:31:58 UTC (rev 317630)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.79.b
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=7
+pkgrel=8
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')
@@ -35,7 +35,8 @@
 "git://git.blender.org/blender-addons-contrib.git"
 "git://git.blender.org/blender-translations.git"
 "git://git.blender.org/blender-dev-tools.git"
-"git://git.blender.org/scons.git")
+"git://git.blender.org/scons.git"
+ffmpeg4.0.patch)
 if [[ -n $_gittag ]]; then
 
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
 elif [[ -n $_gitcommit ]]; then
@@ -46,6 +47,7 @@
  'SKIP'
  'SKIP'
  'SKIP'
+ 'da14d7cbdea1ab5499659a066658cdd2'
  'SKIP')
 
 prepare() {
@@ -64,6 +66,9 @@
 
   # openvdb 5 fix
   sed -i "s/OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER == 
3/OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER >= 3/g" 
intern/openvdb/intern/openvdb_writer.cc
+
+  # ffmpeg 4.0 fixes
+  patch -Np1 -i "${srcdir}"/ffmpeg4.0.patch
 }
 
 build() {

Added: ffmpeg4.0.patch
===
--- ffmpeg4.0.patch (rev 0)
+++ ffmpeg4.0.patch 2018-04-24 21:31:58 UTC (rev 317630)
@@ -0,0 +1,113 @@
+diff --git a/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp 
b/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp
+index e9eea195208..84aea330313 100644
+--- a/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp
 b/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp
+@@ -264,9 +264,9 @@ 
AUD_FFMPEGReader::AUD_FFMPEGReader(boost::shared_ptr buffer) :
+   m_membuffer(buffer),
+   m_membufferpos(0)
+ {
+-  m_membuf = reinterpret_cast(av_malloc(FF_MIN_BUFFER_SIZE + 
FF_INPUT_BUFFER_PADDING_SIZE));
++  m_membuf = reinterpret_cast(av_malloc(AV_INPUT_BUFFER_MIN_SIZE 
+ AV_INPUT_BUFFER_PADDING_SIZE));
+ 
+-  m_aviocontext = avio_alloc_context(m_membuf, FF_MIN_BUFFER_SIZE, 0, 
this,
++  m_aviocontext = avio_alloc_context(m_membuf, AV_INPUT_BUFFER_MIN_SIZE, 
0, this,
+  
read_packet, NULL, seek_packet);
+ 
+   if(!m_aviocontext)
+diff --git a/intern/audaspace/ffmpeg/AUD_FFMPEGWriter.cpp 
b/intern/audaspace/ffmpeg/AUD_FFMPEGWriter.cpp
+index 3f95ac7a4da..2c2f0916406 100644
+--- a/intern/audaspace/ffmpeg/AUD_FFMPEGWriter.cpp
 b/intern/audaspace/ffmpeg/AUD_FFMPEGWriter.cpp
+@@ -163,7 +163,7 @@ AUD_FFMPEGWriter::AUD_FFMPEGWriter(std::string filename, 
AUD_DeviceSpecs specs,
+   try
+   {
+   if(m_formatCtx->oformat->flags & AVFMT_GLOBALHEADER)
+-  m_codecCtx->flags |= CODEC_FLAG_GLOBAL_HEADER;
++  m_codecCtx->flags |= 
AV_CODEC_FLAG_GLOBAL_HEADER;
+ 
+   AVCodec* codec = 
avcodec_find_encoder(m_codecCtx->codec_id);
+   if(!codec)
+@@ -185,11 +185,11 @@ AUD_FFMPEGWriter::AUD_FFMPEGWriter(std::string filename, 
AUD_DeviceSpecs specs,
+   if(avcodec_open2(m_codecCtx, codec, NULL))
+   AUD_THROW(AUD_ERROR_FFMPEG, codec_error);
+ 
+-  m_output_buffer.resize(FF_MIN_BUFFER_SIZE);
++  m_output_buffer.resize(AV_INPUT_BUFFER_MIN_SIZE);
+   int samplesize = AUD_MAX(AUD_SAMPLE_SIZE(m_specs), 
AUD_DEVICE_SAMPLE_SIZE(m_specs));
+ 
+   if(m_codecCtx->frame_size <= 1) {
+-  m_input_size = FF_MIN_BUFFER_SIZE * 8 / 
m_codecCtx->bits_per_coded_sample / m_codecCtx->channels;
++  m_input_size = AV_INPUT_BUFFER_MIN_SIZE * 8 / 
m_codecCtx->bits_per_coded_sample / m_codecCtx->channels;
+   m_input_buffer.resize(m_input_size * 
samplesize);
+   }
+   else
+diff --git a/source/blender/blenkernel/intern/writeffmpeg.c 
b/source/blender/blenkernel/intern/writeffmpeg.c
+index d7fcd896e11..9e82df17dce 100644
+--- a/source/blender/blenkernel/intern/writeffmpeg.c
 b/source/blender/blenkernel/intern/writeffmpeg.c
+@@ -619,8 +619,6 @@ static AVStream *alloc_video_stream(FFMpegContext 
*context, RenderData *rd, int
+   c->rc_buffer_aggressivity = 1.0;
+ #endif
+ 
+-  c->me_method = 

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

2018-04-24 Thread Balló György via arch-commits
Date: Tuesday, April 24, 2018 @ 21:31:24
  Author: bgyorgy
Revision: 317628

upgpkg: lockdev 1.0.3_1.6-5

Don't create lock group, it's already created by the filesystem package 
(FS#58342)

Modified:
  lockdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 21:05:06 UTC (rev 317627)
+++ PKGBUILD2018-04-24 21:31:24 UTC (rev 317628)
@@ -6,7 +6,7 @@
 pkgname=lockdev
 pkgver=1.0.3_1.6
 _pkgver=1.0.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Run-time shared library for locking devices, using _both_ FSSTND and 
SVr4 methods.'
 url='http://packages.qa.debian.org/l/lockdev.html'
 license=("GPL")
@@ -39,7 +39,6 @@
   make basedir="${pkgdir}/usr" install
 
   # Setup lock directory
-  install -dm755 "$pkgdir"/usr/lib/{sysusers,tmpfiles}.d
-  echo 'g lock - - -' > "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  install -dm755 "$pkgdir"/usr/lib/tmpfiles.d
   echo 'd /run/lock/lockdev 0775 root lock -' > 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
 }


[arch-commits] Commit in lockdev/repos/community-x86_64 (6 files)

2018-04-24 Thread Balló György via arch-commits
Date: Tuesday, April 24, 2018 @ 21:31:29
  Author: bgyorgy
Revision: 317629

archrelease: copy trunk to community-x86_64

Added:
  lockdev/repos/community-x86_64/PKGBUILD
(from rev 317628, lockdev/trunk/PKGBUILD)
  lockdev/repos/community-x86_64/build.patch
(from rev 317628, lockdev/trunk/build.patch)
  lockdev/repos/community-x86_64/gcc-4.7.patch
(from rev 317628, lockdev/trunk/gcc-4.7.patch)
Deleted:
  lockdev/repos/community-x86_64/PKGBUILD
  lockdev/repos/community-x86_64/build.patch
  lockdev/repos/community-x86_64/gcc-4.7.patch

---+
 PKGBUILD  |   89 +++-
 build.patch   |   60 ++---
 gcc-4.7.patch |   36 +++---
 3 files changed, 92 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 21:31:24 UTC (rev 317628)
+++ PKGBUILD2018-04-24 21:31:29 UTC (rev 317629)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=lockdev
-pkgver=1.0.3_1.6
-_pkgver=1.0.3
-pkgrel=4
-pkgdesc='Run-time shared library for locking devices, using _both_ FSSTND and 
SVr4 methods.'
-url='http://packages.qa.debian.org/l/lockdev.html'
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'systemd')
-source=("http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${_pkgver}.orig.tar.gz;
-   
"http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver/_/-}.diff.gz;
-   'build.patch'
-   'gcc-4.7.patch')
-md5sums=('64b9c1b87b125fc348e892e24625524a'
- '5ef6267c42fca9145e0af006ccb6aff7'
- '2db93cadf6670ddcd01de4bfc22a35e1'
- 'e16faebfa2d162d40830ef6f2700b7ba')
-
-prepare() {
-  cd "${pkgname}-${_pkgver}"
-  patch -p1 -i "../${pkgname}_${pkgver/_/-}.diff"
-  sed -i "s|CFLAGS = -g|CFLAGS = -g -fPIC|" Makefile
-  patch -p1 -i ../build.patch # FS#33280
-  patch -p1 -i ../gcc-4.7.patch # FS#34457
-}
-
-build() {
-  cd "${pkgname}-${_pkgver}"
-  make CFLAGS="${CFLAGS} -D_PATH_LOCK=\\\"/run/lock/lockdev\\\" -fPIC"
-}
-
-package() {
-  cd "${pkgname}-${_pkgver}"
-  make basedir="${pkgdir}/usr" install
-
-  # Setup lock directory
-  install -dm755 "$pkgdir"/usr/lib/{sysusers,tmpfiles}.d
-  echo 'g lock - - -' > "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  echo 'd /run/lock/lockdev 0775 root lock -' > 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: lockdev/repos/community-x86_64/PKGBUILD (from rev 317628, 
lockdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 21:31:29 UTC (rev 317629)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=lockdev
+pkgver=1.0.3_1.6
+_pkgver=1.0.3
+pkgrel=5
+pkgdesc='Run-time shared library for locking devices, using _both_ FSSTND and 
SVr4 methods.'
+url='http://packages.qa.debian.org/l/lockdev.html'
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'systemd')
+source=("http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${_pkgver}.orig.tar.gz;
+   
"http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver/_/-}.diff.gz;
+   'build.patch'
+   'gcc-4.7.patch')
+md5sums=('64b9c1b87b125fc348e892e24625524a'
+ '5ef6267c42fca9145e0af006ccb6aff7'
+ '2db93cadf6670ddcd01de4bfc22a35e1'
+ 'e16faebfa2d162d40830ef6f2700b7ba')
+
+prepare() {
+  cd "${pkgname}-${_pkgver}"
+  patch -p1 -i "../${pkgname}_${pkgver/_/-}.diff"
+  sed -i "s|CFLAGS = -g|CFLAGS = -g -fPIC|" Makefile
+  patch -p1 -i ../build.patch # FS#33280
+  patch -p1 -i ../gcc-4.7.patch # FS#34457
+}
+
+build() {
+  cd "${pkgname}-${_pkgver}"
+  make CFLAGS="${CFLAGS} -D_PATH_LOCK=\\\"/run/lock/lockdev\\\" -fPIC"
+}
+
+package() {
+  cd "${pkgname}-${_pkgver}"
+  make basedir="${pkgdir}/usr" install
+
+  # Setup lock directory
+  install -dm755 "$pkgdir"/usr/lib/tmpfiles.d
+  echo 'd /run/lock/lockdev 0775 root lock -' > 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}

Deleted: build.patch
===
--- build.patch 2018-04-24 21:31:24 UTC (rev 317628)
+++ build.patch 2018-04-24 21:31:29 UTC (rev 317629)
@@ -1,30 +0,0 @@
-commit 0dd47123655c52d68185f06b9da8fb0e1b925400
-Author: Ludwig Nussel 
-Date:   Tue Feb 9 14:56:23 2010 +0100
-
-RedHat patch 2
-
-- change library file name
-- install devel symlink
-
-diff --git a/Makefile b/Makefile
-index b7b4d1f..3b351dd 100644
 a/Makefile
-+++ b/Makefile
-@@ -11,7 +11,7 @@ VER  = $(shell expr `pwd` : '.*-\([0-9.]*\)')
- MVER  = 

[arch-commits] Commit in archlinux-appstream-data/repos/extra-any (PKGBUILD PKGBUILD)

2018-04-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 24, 2018 @ 21:11:21
  Author: arojas
Revision: 322949

archrelease: copy trunk to extra-any

Added:
  archlinux-appstream-data/repos/extra-any/PKGBUILD
(from rev 322948, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
  archlinux-appstream-data/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 21:10:47 UTC (rev 322948)
+++ PKGBUILD2018-04-24 21:11:21 UTC (rev 322949)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=archlinux-appstream-data
-pkgver=20180318
-pkgrel=1
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org;
-license=(GPL)
-depends=()
-makedepends=()
-source=()
-noextract=()
-for _repo in core extra community; do
- 
source+=($_repo-$pkgver.xml.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/Components-x86_64.xml.gz
-  
$_repo-icons-64x64-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-64x64.tar.gz
-  
$_repo-icons-128x128-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
- noextract+=($_repo.xml.gz-$pkgver $_repo-icons-{64x64,128x128}-$pkgver.tar.gz)
-done
-sha256sums=('193198cd8cfdb4ae515eda48c2255cb24547d5790d2c51c70d7add598a967d75'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'d7ec83d9dd26d28895a4a32df19015ce7f0cab95e6f24d45e3f92d23a2416697'
-'acf941b86fbc9458e717be9bbd6df771d39ff026cf867896446597d26227cab1'
-'227238bce83e0ca549e934e1a3e51ad94f3110c644b011a26257cb42167fcbd8'
-'8f616bc95d4d058e2a3a5b0f50199f05bd5b3c7d59415e2e9e98312930faa664'
-'fceecf8db2841d50499ba8881336b9a4be65db590fcbf1c074e5ae075236a1ee'
-'ffc5d76c8cf2d134efc3410786a27e2b64884887a072cd35a9ba4c9d05bff272')
-
-package() {
-  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
-  for _repo in core extra community; do
-   tar -xzf $_repo-icons-64x64-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
-   tar -xzf $_repo-icons-128x128-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
-   install -m644 $_repo-$pkgver.xml.gz 
"$pkgdir"/usr/share/app-info/xmls/$_repo.xml.gz
-  done
-}

Copied: archlinux-appstream-data/repos/extra-any/PKGBUILD (from rev 322948, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 21:11:21 UTC (rev 322949)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=archlinux-appstream-data
+pkgver=20180424
+pkgrel=1
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org;
+license=(GPL)
+depends=()
+makedepends=()
+source=()
+noextract=()
+for _repo in core extra community; do
+ 
source+=($_repo-$pkgver.xml.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/Components-x86_64.xml.gz
+  
$_repo-icons-64x64-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-64x64.tar.gz
+  
$_repo-icons-128x128-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
+ noextract+=($_repo.xml.gz-$pkgver $_repo-icons-{64x64,128x128}-$pkgver.tar.gz)
+done
+sha256sums=('fdc00f1bbc2dfa184fb09ca3bb1d1339fd31d3d29bc5b7d6f4b7463caa474044'
+'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
+'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
+'d3f2b6799e2f1a72f3cd45ce9fbe143bb46df41fe1825aae21d402b3e904b73d'
+'a7afcfa953fd4d34b921cf817861893463853d8912e71c4efff57c32659fd877'
+'222b4d4483d763c8199b2eb4d29b47008d8aee0efa4346609cc3699533729460'
+'8cf2d107d0f060973b3c2f8e7ad7cdf4ff8a317d49d121877645f90ee686eaac'
+'be1fcc93d0cc732fd32b431407f1ca035d425034f0e6b7c6e51b7bb650ea2e90'
+'affba5a226e395dfe5525e609894215920d1ca9d21c8059a8b3fe9702890fcb3')
+
+package() {
+  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
+  for _repo in core extra community; do
+   tar -xzf $_repo-icons-64x64-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
+   tar -xzf $_repo-icons-1

[arch-commits] Commit in archlinux-appstream-data/trunk (PKGBUILD)

2018-04-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 24, 2018 @ 21:10:47
  Author: arojas
Revision: 322948

Update

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 20:27:39 UTC (rev 322947)
+++ PKGBUILD2018-04-24 21:10:47 UTC (rev 322948)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <aro...@archlinux.org>
 
 pkgname=archlinux-appstream-data
-pkgver=20180318
+pkgver=20180424
 pkgrel=1
 pkgdesc="Arch Linux application database for AppStream-based software centers"
 arch=(any)
@@ -18,15 +18,15 @@
   
$_repo-icons-128x128-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
  noextract+=($_repo.xml.gz-$pkgver $_repo-icons-{64x64,128x128}-$pkgver.tar.gz)
 done
-sha256sums=('193198cd8cfdb4ae515eda48c2255cb24547d5790d2c51c70d7add598a967d75'
+sha256sums=('fdc00f1bbc2dfa184fb09ca3bb1d1339fd31d3d29bc5b7d6f4b7463caa474044'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'d7ec83d9dd26d28895a4a32df19015ce7f0cab95e6f24d45e3f92d23a2416697'
-'acf941b86fbc9458e717be9bbd6df771d39ff026cf867896446597d26227cab1'
-'227238bce83e0ca549e934e1a3e51ad94f3110c644b011a26257cb42167fcbd8'
-'8f616bc95d4d058e2a3a5b0f50199f05bd5b3c7d59415e2e9e98312930faa664'
-'fceecf8db2841d50499ba8881336b9a4be65db590fcbf1c074e5ae075236a1ee'
-'ffc5d76c8cf2d134efc3410786a27e2b64884887a072cd35a9ba4c9d05bff272')
+'d3f2b6799e2f1a72f3cd45ce9fbe143bb46df41fe1825aae21d402b3e904b73d'
+'a7afcfa953fd4d34b921cf817861893463853d8912e71c4efff57c32659fd877'
+'222b4d4483d763c8199b2eb4d29b47008d8aee0efa4346609cc3699533729460'
+'8cf2d107d0f060973b3c2f8e7ad7cdf4ff8a317d49d121877645f90ee686eaac'
+'be1fcc93d0cc732fd32b431407f1ca035d425034f0e6b7c6e51b7bb650ea2e90'
+'affba5a226e395dfe5525e609894215920d1ca9d21c8059a8b3fe9702890fcb3')
 
 package() {
   mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}


[arch-commits] Commit in gdal/repos (5 files)

2018-04-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 24, 2018 @ 21:05:06
  Author: arojas
Revision: 317627

archrelease: copy trunk to community-staging-x86_64

Added:
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 317626, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-perl-vendor.patch
(from rev 317626, gdal/trunk/gdal-perl-vendor.patch)
  gdal/repos/community-staging-x86_64/gdal-poppler-0.64.patch
(from rev 317626, gdal/trunk/gdal-poppler-0.64.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 317626, gdal/trunk/gdal.changelog)

-+
 PKGBUILD|  115 ++
 gdal-perl-vendor.patch  |   28 +++
 gdal-poppler-0.64.patch |   13 +
 gdal.changelog  |   93 +
 4 files changed, 249 insertions(+)

Copied: gdal/repos/community-staging-x86_64/PKGBUILD (from rev 317626, 
gdal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-24 21:05:06 UTC (rev 317627)
@@ -0,0 +1,115 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgbase=gdal
+pkgname=(gdal python-gdal python2-gdal)
+pkgver=2.2.4
+pkgrel=3
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('x86_64')
+url="http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
+ 'openjpeg2' 'poppler' 'cfitsio' 'sqlite' 'libmariadbclient' 
'postgresql-libs' 'xerces-c' 'json-c')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen' 'python-numpy' 'python2-numpy')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support')
+options=('!emptydirs')
+changelog=$pkgbase.changelog
+source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz
+gdal-perl-vendor.patch gdal-poppler-0.64.patch)
+sha256sums=('441eb1d1acb35238ca43a1a0a649493fc91fdcbab231d0747e9d462eea192278'
+'20989e5fa499206b42c92280ce084fdf7b2f661a4233fc349611cc57102fe114'
+'34d7909e1375aa407936374d65a561a6803b59b1280be7f878fb45049f629b40')
+
+prepare() {
+  cd "${srcdir}"/$pkgbase-$pkgver
+
+# Fix mandir
+  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
+
+# Fix Perl bindings installation path
+  patch -Np1 -i ../gdal-perl-vendor.patch
+# Fix build with poppler 0.64
+  patch -p2 -i ../gdal-poppler-0.64.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgbase-$pkgver
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+# bug #23654
+  export LDFLAGS="$LDFLAGS -Wl,--as-needed"
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
+  --with-mysql --with-curl --with-hdf5 --with-perl --with-geos \
+  --with-png --with-poppler --with-spatialite --with-openjpeg
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+
+  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
+  python2 setup.py build
+  python3 setup.py build
+}
+
+package_gdal () {
+  cd "${srcdir}"/$pkgbase-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-man
+
+# install license
+  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgbase/LICENSE
+
+#FS15477 clean up junks - still present in 2.2.1
+  rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+
+# Remove RPATH
+  eval local $(perl -V:vendorarch)
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OSR/OSR.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OGR/OGR.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/GDAL.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/Const/Const.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GNM/GNM.so
+}
+
+package_python-gdal () {
+  pkgdesc="Python bindings for GDAL"
+  depends=("gdal=$pkgver" 'python-numpy')
+  optdepends=()
+
+  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm755 -t "${pkgdir}"/usr/bin scripts/*.py
+
+  install -dm755 "${pkgdir}"/usr/share/licenses
+  ln -s $pkgbase "${pkgdir}"/usr/share/licenses/$pkgname
+}
+
+package_python2-gdal () {
+  pkgdesc="Python 2 bindings for GDAL"
+  depends=("gdal=$pkgver" 'python2-numpy')
+  optdepends=()
+
+  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
+
+# python2 fixes
+  for file in {,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+  

[arch-commits] Commit in gdal/trunk (PKGBUILD gdal-poppler-0.64.patch)

2018-04-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 24, 2018 @ 21:04:30
  Author: arojas
Revision: 317626

poppler 0.64 rebuild

Added:
  gdal/trunk/gdal-poppler-0.64.patch
Modified:
  gdal/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 gdal-poppler-0.64.patch |   13 +
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 20:32:53 UTC (rev 317625)
+++ PKGBUILD2018-04-24 21:04:30 UTC (rev 317626)
@@ -6,7 +6,7 @@
 pkgbase=gdal
 pkgname=(gdal python-gdal python2-gdal)
 pkgver=2.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('x86_64')
 url="http://www.gdal.org/;
@@ -20,9 +20,10 @@
 options=('!emptydirs')
 changelog=$pkgbase.changelog
 
source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz
-gdal-perl-vendor.patch)
+gdal-perl-vendor.patch gdal-poppler-0.64.patch)
 sha256sums=('441eb1d1acb35238ca43a1a0a649493fc91fdcbab231d0747e9d462eea192278'
-'20989e5fa499206b42c92280ce084fdf7b2f661a4233fc349611cc57102fe114')
+'20989e5fa499206b42c92280ce084fdf7b2f661a4233fc349611cc57102fe114'
+'34d7909e1375aa407936374d65a561a6803b59b1280be7f878fb45049f629b40')
 
 prepare() {
   cd "${srcdir}"/$pkgbase-$pkgver
@@ -32,6 +33,8 @@
 
 # Fix Perl bindings installation path
   patch -Np1 -i ../gdal-perl-vendor.patch
+# Fix build with poppler 0.64
+  patch -p2 -i ../gdal-poppler-0.64.patch
 }
 
 build() {

Added: gdal-poppler-0.64.patch
===
--- gdal-poppler-0.64.patch (rev 0)
+++ gdal-poppler-0.64.patch 2018-04-24 21:04:30 UTC (rev 317626)
@@ -0,0 +1,13 @@
+diff --git a/gdal/frmts/pdf/pdfobject.cpp b/gdal/frmts/pdf/pdfobject.cpp
+index ae734a74e4..c5a9935c00 100644
+--- a/gdal/frmts/pdf/pdfobject.cpp
 b/gdal/frmts/pdf/pdfobject.cpp
+@@ -1055,7 +1055,7 @@ const CPLString& GDALPDFObjectPoppler::GetString()
+ {
+ if (GetType() == PDFObjectType_String)
+ {
+-GooString* gooString = m_po->getString();
++const GooString* gooString = m_po->getString();
+ return (osStr = GDALPDFGetUTF8StringFromBytes(reinterpret_cast(gooString->getCString()),
+   
static_cast(gooString->getLength(;
+ }


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 20:32:44
  Author: anthraxx
Revision: 317624

upgpkg: metasploit 4.16.51-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 20:20:48 UTC (rev 317623)
+++ PKGBUILD2018-04-24 20:32:44 UTC (rev 317624)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=4.16.50
+pkgver=4.16.51
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -12,8 +12,8 @@
 depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('2d94d2f4642bb40fb11acc1f40a52721ef73f8bd1b36547bf1201bc991916f12')
-sha512sums=('749a200f8b1ffb4972336d8a3940a41a18ee167ade93072274c9493d0cb6fbb16afb00be184886f34cac69e87a2b72f15c7dd5cd1542505045c33cab11c0')
+sha256sums=('a6f6d30c5e7ae28c667463cefea46b496c1fb8e8b41426e9afcab28f9de16fb8')
+sha512sums=('cd3ea69df051cab50ebe7d5479a88fedcd39e3d217e278147c9e5b9619561c722b42448514f5fdeb670e1020cc0cf2ce7acfa6ade28c25cb78853dab269cc217')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}


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

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 20:32:53
  Author: anthraxx
Revision: 317625

archrelease: copy trunk to community-x86_64

Added:
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 317624, metasploit/trunk/PKGBUILD)
Deleted:
  metasploit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 20:32:44 UTC (rev 317624)
+++ PKGBUILD2018-04-24 20:32:53 UTC (rev 317625)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=4.16.50
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('2d94d2f4642bb40fb11acc1f40a52721ef73f8bd1b36547bf1201bc991916f12')
-sha512sums=('749a200f8b1ffb4972336d8a3940a41a18ee167ade93072274c9493d0cb6fbb16afb00be184886f34cac69e87a2b72f15c7dd5cd1542505045c33cab11c0')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 317624, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 20:32:53 UTC (rev 317625)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.16.51
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha256sums=('a6f6d30c5e7ae28c667463cefea46b496c1fb8e8b41426e9afcab28f9de16fb8')
+sha512sums=('cd3ea69df051cab50ebe7d5479a88fedcd39e3d217e278147c9e5b9619561c722b42448514f5fdeb670e1020cc0cf2ce7acfa6ade28c25cb78853dab269cc217')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
+chmod 755 "${_msffile}"
+  done
+
+  (cd "${pkgdir}/opt/${pkgname}"
+for f in tools/*/*.rb; do
+  install -Dm 755 "${f}" ".${f}"
+  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby 

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

2018-04-24 Thread Jan Steffens via arch-commits
Date: Tuesday, April 24, 2018 @ 20:27:39
  Author: heftig
Revision: 322947

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 322946, 
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 322946, 
linux/trunk/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch)
  
linux/repos/staging-x86_64/0003-Partially-revert-swiotlb-remove-various-exports.patch
(from rev 322946, 
linux/trunk/0003-Partially-revert-swiotlb-remove-various-exports.patch)
  
linux/repos/staging-x86_64/0004-Fix-vboxguest-on-guests-with-more-than-4G-RAM.patch
(from rev 322946, 
linux/trunk/0004-Fix-vboxguest-on-guests-with-more-than-4G-RAM.patch)
  
linux/repos/staging-x86_64/0005-net-aquantia-Regression-on-reset-with-1.x-firmware.patch
(from rev 322946, 
linux/trunk/0005-net-aquantia-Regression-on-reset-with-1.x-firmware.patch)
  linux/repos/staging-x86_64/60-linux.hook
(from rev 322946, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 322946, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 322946, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 322946, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 322946, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 322946, 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 
 0003-Partially-revert-swiotlb-remove-various-exports.patch  |   29 
 0004-Fix-vboxguest-on-guests-with-more-than-4G-RAM.patch|  552 
 0005-net-aquantia-Regression-on-reset-with-1.x-firmware.patch   |   72 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  253 
 config  | 9600 
++
 linux.install   |   10 
 linux.preset|   14 
 11 files changed, 10698 insertions(+)

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


  1   2   3   >