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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 17:31:37
  Author: felixonmars
Revision: 343141

upgpkg: haskell-yesod 1.6.0-27

rebuild with blaze-html 0.9.1.1

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 17:30:21 UTC (rev 343140)
+++ PKGBUILD2018-06-14 17:31:37 UTC (rev 343141)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0
-pkgrel=26
+pkgrel=27
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 17:50:20
  Author: felixonmars
Revision: 343160

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 343159, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 343159, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-14 17:50:20 UTC (rev 343160)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.9.2
+pkgrel=28
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-base-compat' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-data-default'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-hunit'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('7a2ca40f96bc00a5419f1becb02ff86f2b58f7f34a03b85859034bcb7bf301458c5b6b5159e95bea65223fbdc0f65dbb0b09a9275adc4bfcbfc586f3a30ab837')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+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 $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 18:33:53
  Author: felixonmars
Revision: 343171

upgpkg: postgrest 0.4.4.0-165

rebuild with blaze-html 0.9.1.1

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 18:31:35 UTC (rev 343170)
+++ PKGBUILD2018-06-14 18:33:53 UTC (rev 343171)
@@ -4,7 +4,7 @@
 
 pkgname=postgrest
 pkgver=0.4.4.0
-pkgrel=164
+pkgrel=165
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 18:34:07
  Author: felixonmars
Revision: 343172

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 343171, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 343171, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-14 18:34:07 UTC (rev 343172)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.4.0
+pkgrel=165
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 'haskell-either' 
'haskell-gitrev'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http' 
'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-ranged-sets' 'haskell-regex-tdfa' 'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 
'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('f19c426a59d1c77d8e7808ee248eba1967cc5fc8686f5380603e2f8ab80aeeca20a4b145e056feceb1bcb9dedfa3b88c2ace7aab4bc1152f780630360fe6485c')
+
+prepare() {
+sed -i 's/==/>=/' $pkgname-$pkgver/$pkgname.cabal
+
+sed -i '/import\s*Safe/d' $pkgname-$pkgver/src/PostgREST/App.hs
+sed -i '/safe/d' $pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${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-CI
+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 $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+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 elasticsearch/repos/community-any (18 files)

2018-06-14 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, June 14, 2018 @ 13:43:51
  Author: mtorromeo
Revision: 343053

archrelease: copy trunk to community-any

Added:
  elasticsearch/repos/community-any/PKGBUILD
(from rev 343052, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-any/elasticsearch-env
(from rev 343052, elasticsearch/trunk/elasticsearch-env)
  elasticsearch/repos/community-any/elasticsearch-keystore.service
(from rev 343052, elasticsearch/trunk/elasticsearch-keystore.service)
  elasticsearch/repos/community-any/elasticsearch-keystore@.service
(from rev 343052, elasticsearch/trunk/elasticsearch-keystore@.service)
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
(from rev 343052, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
(from rev 343052, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-any/elasticsearch-user.conf
(from rev 343052, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-any/elasticsearch.default
(from rev 343052, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-any/elasticsearch.service
(from rev 343052, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-any/elasticsearch@.service
(from rev 343052, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-any/PKGBUILD
  elasticsearch/repos/community-any/elasticsearch-env
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-any/elasticsearch-user.conf
  elasticsearch/repos/community-any/elasticsearch.default
  elasticsearch/repos/community-any/elasticsearch.service
  elasticsearch/repos/community-any/elasticsearch@.service

-+
 PKGBUILD|  162 --
 elasticsearch-env   |   97 +++---
 elasticsearch-keystore.service  |   10 ++
 elasticsearch-keystore@.service |   11 ++
 elasticsearch-sysctl.conf   |2 
 elasticsearch-tmpfile.conf  |   12 +-
 elasticsearch-user.conf |2 
 elasticsearch.default   |   26 +++---
 elasticsearch.service   |   78 +-
 elasticsearch@.service  |   78 +-
 10 files changed, 258 insertions(+), 220 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 13:43:37 UTC (rev 343052)
+++ PKGBUILD2018-06-14 13:43:51 UTC (rev 343053)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=6.2.4
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('any')
-url="https://www.elastic.co/products/elasticsearch;
-license=('APACHE')
-depends=('java-runtime-headless=8' 'systemd')
-source=(
-  "https://artifacts.elastic.co/downloads/$pkgname/$pkgname-$pkgver.tar.gz;
-  elasticsearch-env
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('91e6f1ea1e1dd39011e7a703d2751ca46ee374665b08b0bfe17e0c0c27000e8e'
-'cffa3aeabd4ec781d90e6432555959140cccba1d311066bb1b8e8bf166f9defd'
-'ac484a5e44c04f1d1687bf223720468f3a9b9dd11db248072c9ba0f4a6a9e8aa'
-'dae13e9d5311841eaa6582b333ffb0bd782eabc205a55bb35f891f2e404704ab'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'3173e3efa429507e6329f518699a072dfd442d9b5da7c62452a55f82334dd2b5'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/log4j2.properties'
-'etc/elasticsearch/jvm.options'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  sed -r 's;source .*/elasticsearch-env;source 
/usr/share/elasticsearch/elasticsearch-env;' \
-  -i bin/elasticsearch{,-keystore,-plugin,-translog}
-}
-
-package() {
-  cd "$pkgdir"
-  install -dm750 etc/elasticsearch/scripts
-  install -dm755 usr/share/elasticsearch
-  install -dm755 var/lib/elasticsearch
-  install -dm755 var/log/elasticsearch
-
-  install -Dm644 "$srcdir"/elasticsearch-env 
usr/share/elasticsearch/elasticsearch-env
-  install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.service
-  install -Dm644 "$srcdir"/elasticsearch@.service 
usr/lib/systemd/system/elasticsearch@.service
-  install -Dm644 "$srcdir"/elasticsearch-user.conf 
usr/lib/sysusers.d/elasticsearch.conf
-  install 

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

2018-06-14 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, June 14, 2018 @ 13:43:20
  Author: mtorromeo
Revision: 343051

archrelease: copy trunk to community-any

Added:
  kibana/repos/community-any/PKGBUILD
(from rev 343050, kibana/trunk/PKGBUILD)
  kibana/repos/community-any/kibana.service
(from rev 343050, kibana/trunk/kibana.service)
  kibana/repos/community-any/tmpfile.conf
(from rev 343050, kibana/trunk/tmpfile.conf)
  kibana/repos/community-any/user.conf
(from rev 343050, kibana/trunk/user.conf)
Deleted:
  kibana/repos/community-any/PKGBUILD
  kibana/repos/community-any/kibana.service
  kibana/repos/community-any/tmpfile.conf
  kibana/repos/community-any/user.conf

+
 PKGBUILD   |   93 +++
 kibana.service |   30 -
 tmpfile.conf   |   10 ++---
 user.conf  |2 -
 4 files changed, 68 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 13:43:11 UTC (rev 343050)
+++ PKGBUILD2018-06-14 13:43:20 UTC (rev 343051)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Spider.007 
-
-pkgname=kibana
-pkgver=6.2.4
-pkgrel=1
-pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
-url='https://www.elastic.co/products/kibana'
-arch=('any')
-license=('Apache')
-depends=('nodejs')
-optdepends=('elasticsearch')
-backup=('etc/kibana/kibana.yml')
-options=('!strip' 'emptydirs')
-source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-${pkgver}-linux-x86_64.tar.gz
-kibana.service
-tmpfile.conf
-user.conf)
-sha512sums=('125c2002e1a3b197f9f0d6200f2979f2e5974a902bfec2baa4b34a0c8d55babccafdb87b8a7b69c61ca4c02b8ae97e69b9b2743f7d445f0e53e31c69288296d5'
-
'3216c2864cf184cea0883677a05bf83cf396fda52dbd3d9a187de22f0c45d13db58f8fb4dc926694ba7d7a24000cf6d5f6218805f74fb5d729fc85c643ca8f2f'
-
'8571f0b0ec8a55dfcba8298c6f1b1895be3c6e3dad524633411615dd3ad2f73af11a94e0a74fd296a784d6c779df8e9ce0a9f7b3e0182adde221a67293f4adeb'
-
'9085884430c656cc68b855c3d6740e5fd0854a8785930341b29e15e201deacc1870d8223255d9ebe096cb111319bea9bf4faa03d0760d5819976ebf912221c7d')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}-linux-x86_64
-  # set default quiet mode for systemd, cli option forces specified values
-  sed -r 's|#(logging.quiet:) false|\1 true|' -i config/kibana.yml
-}
-
-package() {
-  cd ${pkgbase}-${pkgver}-linux-x86_64
-
-  install -dm 755 "${pkgdir}/usr/share/kibana"
-  cp -a * "${pkgdir}/usr/share/kibana"
-
-  install -dm 750 "${pkgdir}/etc/kibana"
-  install -Dm 640 config/kibana.yml -t "${pkgdir}/etc/kibana"
-  install -Dm 644 "${srcdir}/kibana.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 "${srcdir}/user.conf" 
"${pkgdir}/usr/lib/sysusers.d/kibana.conf"
-  install -Dm 644 "${srcdir}/tmpfile.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/kibana.conf"
-
-  rm -r "${pkgdir}/usr/share/kibana/node"
-}
-
-# vim: ts=2 sw=2 et:

Copied: kibana/repos/community-any/PKGBUILD (from rev 343050, 
kibana/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 13:43:20 UTC (rev 343051)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Spider.007 
+
+pkgname=kibana
+pkgver=6.3.0
+pkgrel=1
+pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
+url='https://www.elastic.co/products/kibana'
+arch=('any')
+license=('Apache')
+depends=('nodejs')
+optdepends=('elasticsearch')
+backup=('etc/kibana/kibana.yml')
+options=('!strip' 'emptydirs')
+source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-${pkgver}-linux-x86_64.tar.gz
+kibana.service
+tmpfile.conf
+user.conf)
+sha512sums=('8d83a41389a75463e810644a8e2dbbd7bba0a3c55aec25189f7f56dadfe6f4879e03d27ff65a87e2beb0c7e635e09b0a5669b6ce75323169b937cd754fabe1a7'
+
'3216c2864cf184cea0883677a05bf83cf396fda52dbd3d9a187de22f0c45d13db58f8fb4dc926694ba7d7a24000cf6d5f6218805f74fb5d729fc85c643ca8f2f'
+
'8571f0b0ec8a55dfcba8298c6f1b1895be3c6e3dad524633411615dd3ad2f73af11a94e0a74fd296a784d6c779df8e9ce0a9f7b3e0182adde221a67293f4adeb'
+
'9085884430c656cc68b855c3d6740e5fd0854a8785930341b29e15e201deacc1870d8223255d9ebe096cb111319bea9bf4faa03d0760d5819976ebf912221c7d')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}-linux-x86_64
+  # set default quiet mode for systemd, cli option forces specified values
+  sed -r 's|#(logging.quiet:) false|\1 true|' -i config/kibana.yml
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}-linux-x86_64
+
+  install -dm 755 "${pkgdir}/usr/share/kibana"
+  cp -a * "${pkgdir}/usr/share/kibana"
+
+  install -dm 750 "${pkgdir}/etc/kibana"
+  install -Dm 640 config/kibana.yml -t "${pkgdir}/etc/kibana"
+  install -Dm 644 "${srcdir}/kibana.service" -t 

[arch-commits] Commit in elasticsearch/trunk (6 files)

2018-06-14 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, June 14, 2018 @ 13:43:37
  Author: mtorromeo
Revision: 343052

upgpkg: elasticsearch 6.3.0-1

Added:
  elasticsearch/trunk/elasticsearch-keystore.service
  elasticsearch/trunk/elasticsearch-keystore@.service
Modified:
  elasticsearch/trunk/PKGBUILD
  elasticsearch/trunk/elasticsearch-env
  elasticsearch/trunk/elasticsearch.service
  elasticsearch/trunk/elasticsearch@.service

-+
 PKGBUILD|   66 +-
 elasticsearch-env   |3 +
 elasticsearch-keystore.service  |   10 +
 elasticsearch-keystore@.service |   11 ++
 elasticsearch.service   |4 +-
 elasticsearch@.service  |4 +-
 6 files changed, 68 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 13:43:20 UTC (rev 343051)
+++ PKGBUILD2018-06-14 13:43:37 UTC (rev 343052)
@@ -4,27 +4,31 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=6.2.4
+pkgver=6.3.0
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
 url="https://www.elastic.co/products/elasticsearch;
 license=('APACHE')
-depends=('java-runtime-headless=8' 'systemd')
+depends=('java-runtime-headless' 'systemd')
 source=(
   "https://artifacts.elastic.co/downloads/$pkgname/$pkgname-$pkgver.tar.gz;
   elasticsearch-env
   elasticsearch.service
   elasticsearch@.service
+  elasticsearch-keystore.service
+  elasticsearch-keystore@.service
   elasticsearch-sysctl.conf
   elasticsearch-user.conf
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('91e6f1ea1e1dd39011e7a703d2751ca46ee374665b08b0bfe17e0c0c27000e8e'
-'cffa3aeabd4ec781d90e6432555959140cccba1d311066bb1b8e8bf166f9defd'
-'ac484a5e44c04f1d1687bf223720468f3a9b9dd11db248072c9ba0f4a6a9e8aa'
-'dae13e9d5311841eaa6582b333ffb0bd782eabc205a55bb35f891f2e404704ab'
+sha256sums=('0464127140820d82b24bd2830232131ea85bcd49267a8bc7365e4fa391dee2a3'
+'65ee972c14da242f757507030de134ed6869126d220292c49a883997de7d2c11'
+'de3842935b6ef9cb8a05dc18334112f534dccc2292e36052df942a92de7e66db'
+'13090c1d23ae0a21bf6f0f1d1da795d38972f1674b20c3d2d32f54311aa99094'
+'bac40d87acaa5bee209ceb6dfa253009a072e9243fe3b94be42fb5cd44727d6f'
+'22a78a165a810608188faea6f2b0b381f27b1e9d60126c3b3e729124540589a8'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
 '815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
 '3173e3efa429507e6329f518699a072dfd442d9b5da7c62452a55f82334dd2b5'
@@ -38,39 +42,45 @@
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
 
-  sed -r 's;source .*/elasticsearch-env;source 
/usr/share/elasticsearch/elasticsearch-env;' \
-  -i bin/elasticsearch{,-keystore,-plugin,-translog}
+  find bin -type f ! -name \*.bat ! -name \*.jar ! -name \*.exe -exec \
+sed -r 's;source .*/(.*)-env;source /usr/share/elasticsearch/\1-env;' -i 
{} +
 }
 
 package() {
   cd "$pkgdir"
   install -dm750 etc/elasticsearch/scripts
-  install -dm755 usr/share/elasticsearch
-  install -dm755 var/lib/elasticsearch
-  install -dm755 var/log/elasticsearch
+  install -dm755 {usr/share,var/lib,var/log}/elasticsearch
+  install -dm755 usr/bin
 
+  cd "$srcdir"/$pkgname-$pkgver
+  find bin -type f \( -name \*.bat -o -name \*.exe \) -delete
+  find bin -type f \( -name \*.jar -o -name \*-env \) -exec chmod a-x {} +
+  rm -rf modules/x-pack/x-pack-ml/platform/{darwin,windows}-*
+  cp -R bin lib modules plugins "$pkgdir"/usr/share/elasticsearch/
+
+  cd config
+  for conf in *; do
+install -Dm644 "$conf" "$pkgdir/etc/elasticsearch/$conf"
+  done
+  cd ..
+
+  for script in elasticsearch{-keystore,-plugin,-sql-cli}; do
+ln -s ../share/elasticsearch/bin/$script "$pkgdir"/usr/bin/$script
+  done
+
+  cd "$pkgdir"/usr/share/elasticsearch
+  ln -s ../../../var/log/elasticsearch logs
+  ln -s ../../../var/lib/elasticsearch data
+  mv bin/*-env .
+
+  cd "$pkgdir"
   install -Dm644 "$srcdir"/elasticsearch-env 
usr/share/elasticsearch/elasticsearch-env
   install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.service
   install -Dm644 "$srcdir"/elasticsearch@.service 
usr/lib/systemd/system/elasticsearch@.service
+  install -Dm644 "$srcdir"/elasticsearch-keystore.service 
usr/lib/systemd/system/elasticsearch-keystore.service
+  install -Dm644 "$srcdir"/elasticsearch-keystore@.service 
usr/lib/systemd/system/elasticsearch-keystore@.service
   install -Dm644 "$srcdir"/elasticsearch-user.conf 
usr/lib/sysusers.d/elasticsearch.conf
   install -Dm644 "$srcdir"/elasticsearch-tmpfile.conf 
usr/lib/tmpfiles.d/elasticsearch.conf
   install -Dm644 "$srcdir"/elasticsearch-sysctl.conf 
usr/lib/sysctl.d/elasticsearch.conf
   install -Dm644 "$srcdir"/elasticsearch.default 

[arch-commits] Commit in qt5-webengine/repos/extra-x86_64 (9 files)

2018-06-14 Thread Antonio Rojas via arch-commits
Date: Thursday, June 14, 2018 @ 15:52:12
  Author: arojas
Revision: 326971

archrelease: copy trunk to extra-x86_64

Added:
  qt5-webengine/repos/extra-x86_64/PKGBUILD
(from rev 326970, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/repos/extra-x86_64/qtwebengine-ffmpeg4.patch
(from rev 326970, qt5-webengine/trunk/qtwebengine-ffmpeg4.patch)
  qt5-webengine/repos/extra-x86_64/qtwebengine-gcc8.patch
(from rev 326970, qt5-webengine/trunk/qtwebengine-gcc8.patch)
  qt5-webengine/repos/extra-x86_64/qtwebengine-harmony.patch
(from rev 326970, qt5-webengine/trunk/qtwebengine-harmony.patch)
Deleted:
  qt5-webengine/repos/extra-x86_64/PKGBUILD
  qt5-webengine/repos/extra-x86_64/qtwebengine-ffmpeg4.patch
  qt5-webengine/repos/extra-x86_64/qtwebengine-gcc8.patch
  qt5-webengine/repos/extra-x86_64/qtwebengine-harmony.patch
  qt5-webengine/repos/extra-x86_64/qtwebengine-no-gpu.patch

---+
 PKGBUILD  |  149 +-
 qtwebengine-ffmpeg4.patch |   26 +++
 qtwebengine-gcc8.patch|   72 ++--
 qtwebengine-harmony.patch |  154 ++--
 qtwebengine-no-gpu.patch  |   99 
 5 files changed, 202 insertions(+), 298 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 15:51:36 UTC (rev 326970)
+++ PKGBUILD2018-06-14 15:52:12 UTC (rev 326971)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.11.0
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('LGPL3' 'LGPL2.1' 'BSD')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
- 'libevent' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 'ffmpeg' 
're2' 'libvpx')
-makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
- qtwebengine-harmony.patch qtwebengine-gcc8.patch 
qtwebengine-ffmpeg4.patch
- 
falkon-copy-menu.patch::"http://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=af0c47b1;
- qtwebengine-no-gpu.patch)
-sha256sums=('5dd754d603c66d36e93b96b4f7c24a6e6269ae6a1682a524b8baa664d5c44b45'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
-'7f84891ef1ac9b7943ac5b92f2df8caf0c24c3695bdc6296926b581a87c0e856'
-'4a831d89fb0d6a6ced23115ced71e60513ce279fba4bd493178842647948f510'
-'b5b3d873c51ed2ad05b2ffe1f3d14cd95a732f0e1288c04a502d65576e316f5d'
-'6cd70c37f3b3aea926f1ee20c1f59354f2a02d240dbf344c6dc0a75f8aa8e07b')
-
-prepare() {
-  mkdir -p build
-
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-
-  cd ${_pkgfqn}
-
-  # FreeType 2.8.1
-  patch -Np1 -i ../qtwebengine-harmony.patch
-  # Fix copy context menu
-  patch -p1 -i "$srcdir"/falkon-copy-menu.patch
-  # Disable GPU rendering on Wayland 
https://bugreports.qt.io/browse/QTBUG-68479
-  patch -p1 -i "$srcdir"/qtwebengine-no-gpu.patch
-  # Fix build with gcc8 (Fedora)
-  cd src/3rdparty/chromium
-  patch -p1 -i "$srcdir"/qtwebengine-gcc8.patch
-  # Fix build with ffmpeg 4
-  patch -p2 -i "$srcdir"/qtwebengine-ffmpeg4.patch
-}
-
-build() {
-  cd build
-
-  export PATH="$srcdir/bin:$PATH"
-  qmake ../${_pkgfqn} -- \
--proprietary-codecs \
--system-ffmpeg \
--webp \
--spellchecker \
--webengine-icu
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/extra-x86_64/PKGBUILD (from rev 326970, 
qt5-webengine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 15:52:12 UTC (rev 326971)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.11.0
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
+ 'libevent' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 'ffmpeg' 
're2' 'libvpx')
+makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools')
+groups=('qt' 'qt5')

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

2018-06-14 Thread Andreas Radke via arch-commits
Date: Thursday, June 14, 2018 @ 16:12:01
  Author: andyrtr
Revision: 326972

upgpkg: libodfgen 0.1.7-1

upstream update 0.1.7

Modified:
  libodfgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 15:52:12 UTC (rev 326971)
+++ PKGBUILD2018-06-14 16:12:01 UTC (rev 326972)
@@ -4,16 +4,16 @@
 # Contributor: Yue
 
 pkgname=libodfgen
-pkgver=0.1.6
-pkgrel=2
+pkgver=0.1.7
+pkgrel=1
 pkgdesc='Library for generating documents in Open Document Format'
 arch=('x86_64')
-url='http://sourceforge.net/p/libwpd/wiki/libodfgen/'
+url='https://sourceforge.net/p/libwpd/wiki/libodfgen/'
 license=('MPL')
 depends=('libwpd' 'zlib' 'librevenge')
 makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
-source=(http://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
-sha1sums=('49da7cc0dc4adfe0452e951d2dea3c225358fd63')
+source=(https://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
+sha1sums=('42628faa433c57497566438f9048ce44e820b945')
 
 build() {
   cd $pkgname-$pkgver


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

2018-06-14 Thread Andreas Radke via arch-commits
Date: Thursday, June 14, 2018 @ 16:12:10
  Author: andyrtr
Revision: 326973

archrelease: copy trunk to testing-x86_64

Added:
  libodfgen/repos/testing-x86_64/
  libodfgen/repos/testing-x86_64/PKGBUILD
(from rev 326972, libodfgen/trunk/PKGBUILD)

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

Copied: libodfgen/repos/testing-x86_64/PKGBUILD (from rev 326972, 
libodfgen/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-14 16:12:10 UTC (rev 326973)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Yue
+
+pkgname=libodfgen
+pkgver=0.1.7
+pkgrel=1
+pkgdesc='Library for generating documents in Open Document Format'
+arch=('x86_64')
+url='https://sourceforge.net/p/libwpd/wiki/libodfgen/'
+license=('MPL')
+depends=('libwpd' 'zlib' 'librevenge')
+makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
+source=(https://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
+sha1sums=('42628faa433c57497566438f9048ce44e820b945')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-werror
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in matrix-synapse/repos/community-any (6 files)

2018-06-14 Thread Johannes Löthberg via arch-commits
Date: Thursday, June 14, 2018 @ 16:19:30
  Author: demize
Revision: 343071

archrelease: copy trunk to community-any

Added:
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 343069, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-any/synapse.install
(from rev 343069, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 343069, matrix-synapse/trunk/sysusers-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/sysusers-synapse.conf

---+
 PKGBUILD  |  120 
 synapse.install   |   50 ++--
 sysusers-synapse.conf |2 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 16:19:30 UTC (rev 343070)
+++ PKGBUILD2018-06-14 16:19:30 UTC (rev 343071)
@@ -1,60 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgname=matrix-synapse
-pkgver=0.31.1
-pkgrel=1
-
-pkgdesc="Matrix reference homeserver"
-url="https://github.com/matrix-org/synapse;
-arch=('any')
-license=('Apache')
-
-depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity'
- 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
- 'python2-daemonize' 'python2-bcrypt' 'python2-frozendict'
- 'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist'
- 'python2-pysaml2' 'python2-setuptools'
- 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
- 'python2-signedjson' 'python2-pymacaroons-pynacl'
- 'python2-service-identity' 'python2-msgpack'
- 'python2-phonenumbers' 'python2-prometheus_client'
- 'systemd')
-makedepends=('python2-mock')
-checkdepends=('python2-lxml')
-optdepends=('python2-psycopg2: PostgreSQL support'
-'python2-netaddr: URL previewing'
-'python2-lxml: URL previewing'
-'python2-jinja: e-mail notifications'
-'python2-bleach: e-mail notifications'
-'python2-psutil: metrics'
-'python2-matrix-angular-sdk: built-in web client')
-
-source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
-'sysusers-synapse.conf')
-
-md5sums=('a7122d23f66a48d7ac5bef84e5111e25'
- 'ecd9f66fb57fe1a2e1e2df07a460a35b')
-
-backup=('etc/synapse/log_config.yaml')
-install=synapse.install
-
-build() {
-   cd synapse-$pkgver
-   python2 setup.py build
-}
-
-check() {
-   cd synapse-$pkgver
-   PYTHONPATH=. trial tests
-}
-
-package() {
-   cd synapse-$pkgver
-   python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
-
-   install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse
-   install -Dm644 contrib/systemd/log_config.yaml 
"$pkgdir"/etc/synapse/log_config.yaml
-   install -Dm644 contrib/systemd/synapse.service 
"$pkgdir"/usr/lib/systemd/system/synapse.service
-   install -Dm644 "$srcdir"/sysusers-synapse.conf 
"$pkgdir"/usr/lib/sysusers.d/synapse.conf
-}

Copied: matrix-synapse/repos/community-any/PKGBUILD (from rev 343069, 
matrix-synapse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 16:19:30 UTC (rev 343071)
@@ -0,0 +1,60 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=0.31.2
+pkgrel=1
+
+pkgdesc="Matrix reference homeserver"
+url="https://github.com/matrix-org/synapse;
+arch=('any')
+license=('Apache')
+
+depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity'
+ 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
+ 'python2-daemonize' 'python2-bcrypt' 'python2-frozendict'
+ 'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist'
+ 'python2-pysaml2' 'python2-setuptools'
+ 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
+ 'python2-signedjson' 'python2-pymacaroons-pynacl'
+ 'python2-service-identity' 'python2-msgpack'
+ 'python2-phonenumbers' 'python2-prometheus_client'
+ 'systemd')
+makedepends=('python2-mock')
+checkdepends=('python2-lxml')
+optdepends=('python2-psycopg2: PostgreSQL support'
+'python2-netaddr: URL previewing'
+'python2-lxml: URL previewing'
+'python2-jinja: e-mail notifications'
+'python2-bleach: e-mail notifications'
+'python2-psutil: metrics'
+'python2-matrix-angular-sdk: built-in web client')
+
+source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
+'sysusers-synapse.conf')
+

[arch-commits] Commit in qmmp/trunk (PKGBUILD qmmp.changelog)

2018-06-14 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, June 14, 2018 @ 16:19:30
  Author: jlichtblau
Revision: 343070

upgpkg: qmmp 1.2.2-1 - new upstream release 

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |6 +++---
 qmmp.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 16:19:26 UTC (rev 343069)
+++ PKGBUILD2018-06-14 16:19:30 UTC (rev 343070)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="Qt5 based audio-player"
 arch=('x86_64')
@@ -31,13 +31,13 @@
 'ffmpeg' 'libsamplerate' 'wavpack')
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha512sums=('a21483e075934b4f696384737cc852c5054f2b088430db84cd461f6c16d6018ea02c992ae50467093f30c82d671113a4c308040d91328ce941e14fabaeb93e17')
+sha512sums=('deec5ad6e53222d390e5f147ac1dbf3f471c0266eb32315b9b334348ae10f54b88842ae016d95282a41d27592c46f3479c6f594dc8eccb330750025469b468b6')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 
   cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DCMAKE_INSTALL_LIBDIR=lib \
   -DUSE_HAL:BOOL=FALSE
   make
 }

Modified: qmmp.changelog
===
--- qmmp.changelog  2018-06-14 16:19:26 UTC (rev 343069)
+++ qmmp.changelog  2018-06-14 16:19:30 UTC (rev 343070)
@@ -1,3 +1,6 @@
+2018-06-14 Jaroslav Lichtblau 
+   * qmmp 1.2.2-1
+
 2017-11-26 Jaroslav Lichtblau 
* qmmp 1.2.0-1
 


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

2018-06-14 Thread Johannes Löthberg via arch-commits
Date: Thursday, June 14, 2018 @ 16:19:26
  Author: demize
Revision: 343069

upgpkg: matrix-synapse 0.31.2-1

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 15:43:44 UTC (rev 343068)
+++ PKGBUILD2018-06-14 16:19:26 UTC (rev 343069)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=0.31.1
+pkgver=0.31.2
 pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
@@ -33,7 +33,7 @@
 
source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
 'sysusers-synapse.conf')
 
-md5sums=('a7122d23f66a48d7ac5bef84e5111e25'
+md5sums=('ab6b6c094010205d9a6adeff9746a4f5'
  'ecd9f66fb57fe1a2e1e2df07a460a35b')
 
 backup=('etc/synapse/log_config.yaml')


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

2018-06-14 Thread Bruno Pagani via arch-commits
Date: Thursday, June 14, 2018 @ 16:30:26
  Author: archange
Revision: 343077

upgpkg: python-pytables 3.4.4-1

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 16:25:47 UTC (rev 343076)
+++ PKGBUILD2018-06-14 16:30:26 UTC (rev 343077)
@@ -1,11 +1,12 @@
 # $Id$
 # Maintainer: Andrzej Giniewicz 
+# Maintainer: Bruno Pagani 
 # Contributor: Sebastien Binet 
 
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.4.3
-pkgrel=2
+pkgver=3.4.4
+pkgrel=1
 arch=('x86_64')
 pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
 url="http://www.pytables.org;
@@ -12,7 +13,7 @@
 license=("BSD")
 makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'blosc' 'bzip2')
 
source=(${pkgbase}-${pkgver}::"https://github.com/PyTables/PyTables/archive/v${pkgver}.tar.gz;)
-md5sums=('7ecb9fef7c04d118294a3ae5d9aaa579')
+sha256sums=('c9682c0f35d8175e12bbd38d925bdb606d47b7c8e358ba056a9dbf3b1f183114')
 
 prepare() {
   cd "$srcdir"/PyTables-$pkgver


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

2018-06-14 Thread Bruno Pagani via arch-commits
Date: Thursday, June 14, 2018 @ 16:30:40
  Author: archange
Revision: 343078

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  135 ++---
 1 file changed, 68 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 16:30:26 UTC (rev 343077)
+++ PKGBUILD2018-06-14 16:30:40 UTC (rev 343078)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Sebastien Binet 
-
-pkgbase=python-pytables
-pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.4.3
-pkgrel=2
-arch=('x86_64')
-pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
-url="http://www.pytables.org;
-license=("BSD")
-makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'blosc' 'bzip2')
-source=(${pkgbase}-${pkgver}::"https://github.com/PyTables/PyTables/archive/v${pkgver}.tar.gz;)
-md5sums=('7ecb9fef7c04d118294a3ae5d9aaa579')
-
-prepare() {
-  cd "$srcdir"/PyTables-$pkgver
-
-  cd "${srcdir}" 
-  cp -a PyTables-$pkgver PyTables-py2-$pkgver
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/PyTables-py2-$pkgver
-  python2 setup.py build --blosc=/usr --lzo=/usr --hdf5=/usr --bzip2=/usr
-
-  msg "Building Python3"
-  cd "$srcdir"/PyTables-$pkgver
-  python setup.py build --blosc=/usr --lzo=/usr --hdf5=/usr --bzip2=/usr
-}
-
-package_python2-pytables() {
-  depends=('lzo' 'hdf5' 'python2-numexpr' 'blosc')
-
-  cd "$srcdir"/PyTables-py2-${pkgver}
-  python2 setup.py install --skip-build --prefix=/usr --root="$pkgdir" 
--optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # see FS#36015 and FS#44971
-  mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
-  mv "$pkgdir"/usr/bin/ptdump{,-2.7}
-  mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
-  mv "$pkgdir"/usr/bin/pttree{,-2.7}
-
-  # see FS#45975
-  _site_packages=`python2 -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
-  chmod a+rx "${pkgdir}${_site_packages}"/*.egg-info
-  chmod a+r "${pkgdir}${_site_packages}"/*.egg-info/*
-}
-
-package_python-pytables() {
-  depends=('lzo' 'hdf5' 'python-numexpr' 'blosc')
-
-  cd "$srcdir"/PyTables-${pkgver}
-  python setup.py install --skip-build --prefix=/usr --root="$pkgdir" 
--optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # see FS#45975
-  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
-  chmod a+rx "${pkgdir}${_site_packages}"/*.egg-info
-  chmod a+r "${pkgdir}${_site_packages}"/*.egg-info/*
-}
-

Copied: python-pytables/repos/community-x86_64/PKGBUILD (from rev 343077, 
python-pytables/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 16:30:40 UTC (rev 343078)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Maintainer: Bruno Pagani 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.4.4
+pkgrel=1
+arch=('x86_64')
+pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
+url="http://www.pytables.org;
+license=("BSD")
+makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'blosc' 'bzip2')
+source=(${pkgbase}-${pkgver}::"https://github.com/PyTables/PyTables/archive/v${pkgver}.tar.gz;)
+sha256sums=('c9682c0f35d8175e12bbd38d925bdb606d47b7c8e358ba056a9dbf3b1f183114')
+
+prepare() {
+  cd "$srcdir"/PyTables-$pkgver
+
+  cd "${srcdir}" 
+  cp -a PyTables-$pkgver PyTables-py2-$pkgver
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/PyTables-py2-$pkgver
+  python2 setup.py build --blosc=/usr --lzo=/usr --hdf5=/usr --bzip2=/usr
+
+  msg "Building Python3"
+  cd "$srcdir"/PyTables-$pkgver
+  python setup.py build --blosc=/usr --lzo=/usr --hdf5=/usr --bzip2=/usr
+}
+
+package_python2-pytables() {
+  depends=('lzo' 'hdf5' 'python2-numexpr' 'blosc')
+
+  cd "$srcdir"/PyTables-py2-${pkgver}
+  python2 setup.py install --skip-build --prefix=/usr --root="$pkgdir" 
--optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # see FS#36015 and FS#44971
+  mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
+  mv "$pkgdir"/usr/bin/ptdump{,-2.7}
+  mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
+  mv "$pkgdir"/usr/bin/pttree{,-2.7}
+
+  # see FS#45975
+  _site_packages=`python2 -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
+  chmod a+rx 

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

2018-06-14 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, June 14, 2018 @ 13:50:44
  Author: mtorromeo
Revision: 343054

upgpkg: beats 6.3.0-1

Modified:
  beats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 13:43:51 UTC (rev 343053)
+++ PKGBUILD2018-06-14 13:50:44 UTC (rev 343054)
@@ -3,7 +3,7 @@
 
 pkgbase=beats
 pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat)
-pkgver=6.2.4
+pkgver=6.3.0
 pkgrel=1
 pkgdesc='Data shippers for Elasticsearch'
 arch=('x86_64')
@@ -26,7 +26,7 @@
 "metricbeat-tmpfile.conf"
 "heartbeat-tmpfile.conf"
 "auditbeat-tmpfile.conf")
-sha256sums=('87d863cf55863329ca80e76c3d813af2960492f4834d4fea919f1d4b49aaf699'
+sha256sums=('9297c41ad6d03cd27913f11d12a9c3b74b2a7433f2fe52a1fa9104bd461a8825'
 '33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
 '4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
 '9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'


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

2018-06-14 Thread Bruno Pagani via arch-commits
Date: Thursday, June 14, 2018 @ 15:40:41
  Author: archange
Revision: 343064

archrelease: copy trunk to community-any

Added:
  adapta-kde/repos/community-any/PKGBUILD
(from rev 343063, adapta-kde/trunk/PKGBUILD)
Deleted:
  adapta-kde/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 15:40:34 UTC (rev 343063)
+++ PKGBUILD2018-06-14 15:40:41 UTC (rev 343064)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgbase=adapta-kde
-pkgname=('adapta-kde' 'kvantum-theme-adapta')
-pkgver=20180512
-pkgrel=1
-pkgdesc="Adapta theme for KDE Plasma 5"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/${pkgbase};
-license=('GPL3')
-options=('!strip')
-source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('9a3e04798b537a1ed6be4bcbbede0ef1d4d0b81008e45a54f281adbb2c42050e')
-
-package_adapta-kde() {
-optdepends=('adapta-gtk-theme: Matching GTK theme'
-'kvantum-theme-adapta: Adapta theme for Kvantum Qt style 
(recommended)')
-
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
-
-cp -r plasma "${pkgdir}"/usr/share
-cp -r aurorae "${pkgdir}"/usr/share
-cp -r color-schemes "${pkgdir}"/usr/share
-cp -r konsole "${pkgdir}"/usr/share
-cp -r yakuake "${pkgdir}"/usr/share
-}
-
-package_kvantum-theme-adapta() {
-pkgdesc="Adapta theme for KDE Plasma 5"
-depends=('kvantum-qt5')
-
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
-
-cp -r Kvantum "${pkgdir}"/usr/share
-}

Copied: adapta-kde/repos/community-any/PKGBUILD (from rev 343063, 
adapta-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 15:40:41 UTC (rev 343064)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+
+pkgbase=adapta-kde
+pkgname=('adapta-kde' 'kvantum-theme-adapta')
+pkgver=20180614
+pkgrel=1
+pkgdesc="Adapta theme for KDE Plasma 5"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/${pkgbase};
+license=('GPL3')
+options=('!strip')
+source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('8fa87a2bba0755c13d043e682bc38c1182e2042695b8fd7d85f4e9675493ff7f')
+
+package_adapta-kde() {
+optdepends=('adapta-gtk-theme: Matching GTK theme'
+'kvantum-theme-adapta: Adapta theme for Kvantum Qt style 
(recommended)')
+
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r plasma "${pkgdir}"/usr/share
+cp -r aurorae "${pkgdir}"/usr/share
+cp -r color-schemes "${pkgdir}"/usr/share
+cp -r konsole "${pkgdir}"/usr/share
+cp -r yakuake "${pkgdir}"/usr/share
+}
+
+package_kvantum-theme-adapta() {
+pkgdesc="Adapta theme for KDE Plasma 5"
+depends=('kvantum-qt5')
+
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r Kvantum "${pkgdir}"/usr/share
+}


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

2018-06-14 Thread Bruno Pagani via arch-commits
Date: Thursday, June 14, 2018 @ 15:41:27
  Author: archange
Revision: 343065

upgpkg: arc-kde 20180614-1

Modified:
  arc-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 15:40:41 UTC (rev 343064)
+++ PKGBUILD2018-06-14 15:41:27 UTC (rev 343065)
@@ -2,7 +2,7 @@
 
 pkgbase=arc-kde
 pkgname=('arc-kde' 'kvantum-theme-arc')
-pkgver=20180201
+pkgver=20180614
 pkgrel=1
 pkgdesc="Arc theme for KDE Plasma 5"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL3')
 options=('!strip')
 source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('d96480bd93cec79cb44cf5d8e15b4d4db857e6fcaee10c031a164f4567d9d842')
+sha256sums=('44267738b2bee20f62cc3f1c150b4eb0aa7ce79f4f5d302102f11d15ffa6de15')
 
 package_arc-kde() {
 optdepends=('kvantum-theme-arc: Arc theme for Kvantum Qt style 
(recommended)')


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

2018-06-14 Thread Bruno Pagani via arch-commits
Date: Thursday, June 14, 2018 @ 15:41:33
  Author: archange
Revision: 343066

archrelease: copy trunk to community-any

Added:
  arc-kde/repos/community-any/PKGBUILD
(from rev 343065, arc-kde/trunk/PKGBUILD)
Deleted:
  arc-kde/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 15:41:27 UTC (rev 343065)
+++ PKGBUILD2018-06-14 15:41:33 UTC (rev 343066)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgbase=arc-kde
-pkgname=('arc-kde' 'kvantum-theme-arc')
-pkgver=20180201
-pkgrel=1
-pkgdesc="Arc theme for KDE Plasma 5"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/${pkgbase};
-license=('GPL3')
-options=('!strip')
-source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('d96480bd93cec79cb44cf5d8e15b4d4db857e6fcaee10c031a164f4567d9d842')
-
-package_arc-kde() {
-optdepends=('kvantum-theme-arc: Arc theme for Kvantum Qt style 
(recommended)')
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
- 
-cp -r plasma "${pkgdir}"/usr/share
-cp -r aurorae "${pkgdir}"/usr/share
-cp -r color-schemes "${pkgdir}"/usr/share
-cp -r konsole "${pkgdir}"/usr/share
-cp -r yakuake "${pkgdir}"/usr/share
-}
-
-package_kvantum-theme-arc() {
-pkgdesc="Arc theme for Kvantum"
-depends=('kvantum-qt5')
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
-
-cp -r Kvantum "${pkgdir}"/usr/share
-}

Copied: arc-kde/repos/community-any/PKGBUILD (from rev 343065, 
arc-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 15:41:33 UTC (rev 343066)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+
+pkgbase=arc-kde
+pkgname=('arc-kde' 'kvantum-theme-arc')
+pkgver=20180614
+pkgrel=1
+pkgdesc="Arc theme for KDE Plasma 5"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/${pkgbase};
+license=('GPL3')
+options=('!strip')
+source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('44267738b2bee20f62cc3f1c150b4eb0aa7ce79f4f5d302102f11d15ffa6de15')
+
+package_arc-kde() {
+optdepends=('kvantum-theme-arc: Arc theme for Kvantum Qt style 
(recommended)')
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+ 
+cp -r plasma "${pkgdir}"/usr/share
+cp -r aurorae "${pkgdir}"/usr/share
+cp -r color-schemes "${pkgdir}"/usr/share
+cp -r konsole "${pkgdir}"/usr/share
+cp -r yakuake "${pkgdir}"/usr/share
+}
+
+package_kvantum-theme-arc() {
+pkgdesc="Arc theme for Kvantum"
+depends=('kvantum-qt5')
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r Kvantum "${pkgdir}"/usr/share
+}


[arch-commits] Commit in qt5-webengine/trunk (PKGBUILD qtwebengine-no-gpu.patch)

2018-06-14 Thread Antonio Rojas via arch-commits
Date: Thursday, June 14, 2018 @ 15:51:36
  Author: arojas
Revision: 326970

Fix GPU rendering on Wayland

Modified:
  qt5-webengine/trunk/PKGBUILD
Deleted:
  qt5-webengine/trunk/qtwebengine-no-gpu.patch

--+
 PKGBUILD |   15 --
 qtwebengine-no-gpu.patch |   99 -
 2 files changed, 9 insertions(+), 105 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 12:53:25 UTC (rev 326969)
+++ PKGBUILD2018-06-14 15:51:36 UTC (rev 326970)
@@ -5,7 +5,7 @@
 pkgname=qt5-webengine
 _qtver=5.11.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('LGPL3' 'LGPL2.1' 'BSD')
@@ -18,13 +18,15 @@
 
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
  qtwebengine-harmony.patch qtwebengine-gcc8.patch 
qtwebengine-ffmpeg4.patch
  
falkon-copy-menu.patch::"http://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=af0c47b1;
- qtwebengine-no-gpu.patch)
+ 
qtwebengine-wayland1.patch::"http://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=9397251b;
+ 
qtwebengine-wayland2.patch::"http://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=a66d4cd8;)
 sha256sums=('5dd754d603c66d36e93b96b4f7c24a6e6269ae6a1682a524b8baa664d5c44b45'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
 '7f84891ef1ac9b7943ac5b92f2df8caf0c24c3695bdc6296926b581a87c0e856'
 '4a831d89fb0d6a6ced23115ced71e60513ce279fba4bd493178842647948f510'
 'b5b3d873c51ed2ad05b2ffe1f3d14cd95a732f0e1288c04a502d65576e316f5d'
-'6cd70c37f3b3aea926f1ee20c1f59354f2a02d240dbf344c6dc0a75f8aa8e07b')
+'6a31607401f63eb6aec5e131c5f7a4723af21615a2df720d148e253ca301894a'
+'6baeb241165a1fd94ada95b27924ba55f74761b1b9d406d73ebcce4b139abf60')
 
 prepare() {
   mkdir -p build
@@ -38,9 +40,10 @@
   # FreeType 2.8.1
   patch -Np1 -i ../qtwebengine-harmony.patch
   # Fix copy context menu
-  patch -p1 -i "$srcdir"/falkon-copy-menu.patch
-  # Disable GPU rendering on Wayland 
https://bugreports.qt.io/browse/QTBUG-68479
-  patch -p1 -i "$srcdir"/qtwebengine-no-gpu.patch
+  patch -p1 -i ../falkon-copy-menu.patch
+  # Fix openGL detection on Wayland
+  patch -p1 -i ../qtwebengine-wayland1.patch
+  patch -p1 -i ../qtwebengine-wayland2.patch
   # Fix build with gcc8 (Fedora)
   cd src/3rdparty/chromium
   patch -p1 -i "$srcdir"/qtwebengine-gcc8.patch

Deleted: qtwebengine-no-gpu.patch
===
--- qtwebengine-no-gpu.patch2018-06-14 12:53:25 UTC (rev 326969)
+++ qtwebengine-no-gpu.patch2018-06-14 15:51:36 UTC (rev 326970)
@@ -1,99 +0,0 @@
-From: Antonio Larrosa 
-Subject: Disable GPU when using nouveau or running on wayland
-References: boo#1005323, boo#1060990
-
-Qt WebEngine uses multi-threaded OpenGL, which nouveau does not support.
-It also crashes when running on wayland, the cause is not yet known.
-Work around these issues by not doing GPU-accelerated rendering in such
-cases.
-
-Index: qtwebengine-everywhere-src-5.10.0/src/core/web_engine_context.cpp
-===
 qtwebengine-everywhere-src-5.10.0.orig/src/core/web_engine_context.cpp
-+++ qtwebengine-everywhere-src-5.10.0/src/core/web_engine_context.cpp
-@@ -93,6 +93,7 @@
- #include 
- #ifndef QT_NO_OPENGL
- # include 
-+# include 
- #endif
- #include 
- #include 
-@@ -167,6 +168,39 @@ void dummyGetPluginCallback(const std::v
- }
- #endif
- 
-+#ifndef QT_NO_OPENGL
-+QString openGLVendor()
-+{
-+QString vendor;
-+
-+QOpenGLContext *oldContext = QOpenGLContext::currentContext();
-+QSurface *oldSurface = 0;
-+if (oldContext)
-+oldSurface = oldContext->surface();
-+
-+QScopedPointer surface( new QOffscreenSurface );
-+surface->create();
-+QOpenGLContext context;
-+if (!context.create()) {
-+qDebug() << "Error creating openGL context";
-+}
-+else if (!context.makeCurrent(surface.data())) {
-+qDebug() << "Error making openGL context current context";
-+} else {
-+const GLubyte *p;
-+QOpenGLFunctions *f = context.functions();
-+if ((p = f->glGetString(GL_VENDOR)))
-+vendor = QString::fromLatin1(reinterpret_cast(p));
-+}
-+
-+context.doneCurrent();
-+if (oldContext && oldSurface)
-+oldContext->makeCurrent(oldSurface);
-+
-+return vendor;
-+}
-+#endif
-+
- } // namespace
- 
- namespace QtWebEngineCore {
-@@ -379,6 +413,27 @@ WebEngineContext::WebEngineContext()
- const char *glType = 0;
- #ifndef QT_NO_OPENGL
- 
-+bool disableGpu = qEnvironmentVariableIsSet("QT_WEBENGINE_DISABLE_GPU");
-+
-+if (!qEnvironmentVariableIsSet("QT_WEBENGINE_DISABLE_WAYLAND_WORKAROUND") 
&& platform.startsWith("wayland", 

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

2018-06-14 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, June 14, 2018 @ 13:38:24
  Author: mtorromeo
Revision: 343049

archrelease: copy trunk to community-x86_64

Added:
  logstash/repos/community-x86_64/PKGBUILD
(from rev 343048, logstash/trunk/PKGBUILD)
  logstash/repos/community-x86_64/bundle.config
(from rev 343048, logstash/trunk/bundle.config)
  logstash/repos/community-x86_64/logstash-sysuser.conf
(from rev 343048, logstash/trunk/logstash-sysuser.conf)
  logstash/repos/community-x86_64/logstash-tmpfile.conf
(from rev 343048, logstash/trunk/logstash-tmpfile.conf)
  logstash/repos/community-x86_64/logstash.service
(from rev 343048, logstash/trunk/logstash.service)
  logstash/repos/community-x86_64/logstash@.service
(from rev 343048, logstash/trunk/logstash@.service)
Deleted:
  logstash/repos/community-x86_64/PKGBUILD
  logstash/repos/community-x86_64/bundle.config
  logstash/repos/community-x86_64/logstash-sysuser.conf
  logstash/repos/community-x86_64/logstash-tmpfile.conf
  logstash/repos/community-x86_64/logstash.service
  logstash/repos/community-x86_64/logstash@.service

---+
 PKGBUILD  |  154 
 bundle.config |8 +-
 logstash-sysuser.conf |2 
 logstash-tmpfile.conf |   12 +--
 logstash.service  |   46 +++---
 logstash@.service |   14 ++--
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 13:37:59 UTC (rev 343048)
+++ PKGBUILD2018-06-14 13:38:24 UTC (rev 343049)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Levente Polyak 
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=logstash
-pkgver=6.2.4
-pkgrel=1
-pkgdesc='Tool for managing events and logs'
-url='https://www.elastic.co/products/logstash/'
-arch=('x86_64')
-license=('Apache')
-depends=('java-runtime-headless>=8' 'ruby' 'ruby-bundler')
-# TODO: switch to up-to-date rake when 6.x arrives
-makedepends=('java-environment=8' 'gradle' 'git' 'jruby')
-backup=('etc/conf.d/logstash'
-'etc/logstash/logstash.yml')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/elastic/logstash/archive/v${pkgver}.tar.gz
-logstash.service
-logstash@.service
-logstash-sysuser.conf
-logstash-tmpfile.conf
-bundle.config)
-sha256sums=('319c086637bd47098fdc73da1305596d409dc893187c5d078dcac89d7bf01e54'
-'2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
-'a01ea29d4f53d785f6eb926ebfe445e64ed5b3dab5d0418848589dd79502d876'
-'18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
-'346b630484f8a35b1a549e94e53e3e151527852a29c72cc6e529221215a7f533'
-'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
-sha512sums=('eb84c4612a9429be403b66822260a541baf03a121ac840e674e263ef9db790156a6333eef74124f9564147692fb6da3b169b8c72b823abc11756a5010a0c5e52'
-
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'
-
'ce2cef4a784845b00d7c867273555811450bc459669abb5be944bfbbb02708129983e45376a9b308d6db22b2c7b4a7a212827a4826f2a27bc7e143cebc9abfe0'
-
'd811dc3b18d0032b79b4669c9f6aefca49963897c309d83cbf87616c7b8cb5944c17c8072980bcd115d0fb57ef1624d98259ff1082d402d308c33e766ee89699'
-
'05ea8af97c4f6ac9ba5518b99dc3136859edd24d8376940b48b8c7a70586c8bc188deb1079a99e19d437c39e0eb17d68e7cc3f9af4aa3ad2bc6a87c08cae94a6'
-
'5091aa34cc31acd50fd2865714080cf6e67c2d437424f27e001bb409c2885a0e82eabe4ce17461d60c181f460a16df0a03d53bac6015fb731b3e5225735fd4da')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  rm bin/*.bat
-   sed -e 's|LS_SETTINGS_DIR=.*|LS_SETTINGS_DIR="/etc/logstash"|' -i 
config/startup.options
-  sed -e '1i [ -f /etc/profile.d/jre.sh ] && . /etc/profile.d/jre.sh' -i 
bin/logstash.lib.sh
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-  msg2 "Rake bootstrap..."
-  /opt/jruby/bin/rake bootstrap
-
-  msg2 "Rake plugin:install-default..."
-  /opt/jruby/bin/rake plugin:install-default
-
-  rm -r vendor/_ build ci logstash-core/{build,src,spec} qa pkg spec rakelib 
tools vendor/bundle/jruby/*/cache .gradle
-  cd vendor/jruby/lib/jni
-  rm -r *Darwin *Windows *SunOS *FreeBSD arm-* ppc64*
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -dm 755 "${pkgdir}"/usr/share "${pkgdir}"/etc/conf.d
-  mv config/startup.options "${pkgdir}/etc/conf.d/logstash"
-  mv config "${pkgdir}/etc/logstash"
-  chmod 750 "${pkgdir}/etc/logstash"
-  cp -a . "${pkgdir}/usr/share/logstash"
-
-  install -Dm 644 "${srcdir}"/{logstash.service,logstash@.service} -t 
"${pkgdir}/usr/lib/systemd/system"
-   install -Dm 644 "${srcdir}/logstash-sysuser.conf" 
"${pkgdir}/usr/lib/sysusers.d/logstash.conf"
-   install -Dm 644 "${srcdir}/logstash-tmpfile.conf" 

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

2018-06-14 Thread Bruno Pagani via arch-commits
Date: Thursday, June 14, 2018 @ 16:38:58
  Author: archange
Revision: 343083

upgpkg: riot 0.15.5-1

Modified:
  riot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 16:33:38 UTC (rev 343082)
+++ PKGBUILD2018-06-14 16:38:58 UTC (rev 343083)
@@ -3,7 +3,7 @@
 
 pkgbase=riot
 pkgname=('riot-desktop' 'riot-web')
-pkgver=0.15.4
+pkgver=0.15.5
 pkgrel=1
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
 arch=('any')
@@ -15,7 +15,7 @@
 
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
 "${pkgbase}.desktop"
 "${pkgbase}-desktop.sh")
-sha256sums=('684166bb4f248db995cccaa1e6e46fe03d7c2eccf9581ec7a2223f831144ffcf'
+sha256sums=('80775f8a097800ecfda63d1abf0048f83bef1d7a8003ee07776c630153aedb79'
 'SKIP'
 '043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
 '94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')


[arch-commits] Commit in riot/repos/community-any (6 files)

2018-06-14 Thread Bruno Pagani via arch-commits
Date: Thursday, June 14, 2018 @ 16:39:09
  Author: archange
Revision: 343084

archrelease: copy trunk to community-any

Added:
  riot/repos/community-any/PKGBUILD
(from rev 343083, riot/trunk/PKGBUILD)
  riot/repos/community-any/riot-desktop.sh
(from rev 343083, riot/trunk/riot-desktop.sh)
  riot/repos/community-any/riot.desktop
(from rev 343083, riot/trunk/riot.desktop)
Deleted:
  riot/repos/community-any/PKGBUILD
  riot/repos/community-any/riot-desktop.sh
  riot/repos/community-any/riot.desktop

-+
 PKGBUILD|  154 +++---
 riot-desktop.sh |6 +-
 riot.desktop|   18 +++---
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 16:38:58 UTC (rev 343083)
+++ PKGBUILD2018-06-14 16:39:09 UTC (rev 343084)
@@ -1,77 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Luca Weiss 
-
-pkgbase=riot
-pkgname=('riot-desktop' 'riot-web')
-pkgver=0.15.4
-pkgrel=1
-pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
-arch=('any')
-url="https://riot.im;
-_url="https://github.com/vector-im/riot-web;
-license=('Apache')
-makedepends=('npm' 'git')
-source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
-
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
-"${pkgbase}.desktop"
-"${pkgbase}-desktop.sh")
-sha256sums=('684166bb4f248db995cccaa1e6e46fe03d7c2eccf9581ec7a2223f831144ffcf'
-'SKIP'
-'043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
-'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
-validpgpkeys=('6FEB6F83D48B93547E7DFEDEE019645248E8F4A1') # riot.im (Package 
Signing key) 
-
-prepare() {
-  cd ${pkgbase}-web-${pkgver}
-  sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
-}
-
-build() {
-  cd ${pkgbase}-web-${pkgver}
-  npm install --cache ../npm-cache
-  npm run build --cache ../npm-cache
-}
-
-package_riot-web() {
-  pkgdesc="A glossy Matrix collaboration client for the web."
-  provides=('vector-web')  # @vith
-  replaces=('vector-web')  # @vith
-  cd ${pkgbase}-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/${pkgbase}
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/${pkgbase}/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/${pkgbase}/
-  ln -s /etc/webapps/${pkgbase}/config.json 
"${pkgdir}"/usr/share/webapps/${pkgbase}/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/${pkgbase}/version
-}
-
-package_riot-desktop() {
-  pkgdesc="A glossy Matrix collaboration client for the desktop."
-  depends=('riot-web' 'electron')
-  backup=("etc/${pkgbase}/config.json")
-  cd ${pkgbase}-web-${pkgver}
-
-  cd electron_app
-  npm install --cache "${srcdir}"/npm-cache
-  cd ..
-
-  install -d 
"${pkgdir}"{/usr/lib/${pkgbase}/electron_app,/etc/webapps/${pkgbase}}
-
-  ln -s /usr/share/webapps/${pkgbase} "${pkgdir}"/usr/lib/${pkgbase}/webapp
-  ln -s /etc/${pkgbase}/config.json 
"${pkgdir}"/etc/webapps/${pkgbase}/config.json
-
-  install -Dm644 package.json -t "${pkgdir}"/usr/lib/${pkgbase}
-  cp -r electron_app/src "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  cp -r electron_app/node_modules "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  install -Dm644 electron_app/img/riot.png -t 
"${pkgdir}"/usr/lib/${pkgbase}/electron_app/img
-  install -Dm644 electron_app/riot.im/config.json -t "${pkgdir}"/etc/${pkgbase}
-
-  install -Dm644 "${srcdir}"/${pkgbase}.desktop 
"${pkgdir}"/usr/share/applications/${pkgbase}.desktop
-  install -Dm755 "${srcdir}"/${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 res/themes/riot/img/logos/${pkgbase}-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgbase}.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 electron_app/build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgbase}.png
-  done
-}

Copied: riot/repos/community-any/PKGBUILD (from rev 343083, riot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 16:39:09 UTC (rev 343084)
@@ -0,0 +1,77 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Luca Weiss 
+
+pkgbase=riot
+pkgname=('riot-desktop' 'riot-web')
+pkgver=0.15.5
+pkgrel=1
+pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
+arch=('any')
+url="https://riot.im;
+_url="https://github.com/vector-im/riot-web;
+license=('Apache')
+makedepends=('npm' 'git')
+source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
+
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
+"${pkgbase}.desktop"
+

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

2018-06-14 Thread Bruno Pagani via arch-commits
Date: Thursday, June 14, 2018 @ 15:43:44
  Author: archange
Revision: 343068

archrelease: copy trunk to community-any

Added:
  materia-kde/repos/community-any/PKGBUILD
(from rev 343067, materia-kde/trunk/PKGBUILD)
Deleted:
  materia-kde/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 15:43:37 UTC (rev 343067)
+++ PKGBUILD2018-06-14 15:43:44 UTC (rev 343068)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgbase=materia-kde
-pkgname=('materia-kde' 'kvantum-theme-materia')
-pkgver=20180424
-pkgrel=1
-pkgdesc="Materia theme for KDE Plasma 5"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/${pkgbase};
-license=('GPL3')
-options=('!strip')
-source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('038cdb17fbaa3eb814802ec4a0b6089e166fd10c8c26e1519b8754f1e4c027e4')
-
-package_materia-kde() {
-optdepends=('materia-gtk-theme: Matching GTK theme'
-'kvantum-theme-materia: Materia theme for Kvantum Qt style 
(recommended)')
-
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
-
-cp -r plasma "${pkgdir}"/usr/share
-cp -r aurorae "${pkgdir}"/usr/share
-cp -r color-schemes "${pkgdir}"/usr/share
-cp -r konsole "${pkgdir}"/usr/share
-cp -r yakuake "${pkgdir}"/usr/share
-}
-
-package_kvantum-theme-materia() {
-pkgdesc="Materia theme for KDE Plasma 5"
-depends=('kvantum-qt5')
-
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
-
-cp -r Kvantum "${pkgdir}"/usr/share
-}

Copied: materia-kde/repos/community-any/PKGBUILD (from rev 343067, 
materia-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 15:43:44 UTC (rev 343068)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+
+pkgbase=materia-kde
+pkgname=('materia-kde' 'kvantum-theme-materia')
+pkgver=20180614
+pkgrel=1
+pkgdesc="Materia theme for KDE Plasma 5"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/${pkgbase};
+license=('GPL3')
+options=('!strip')
+source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('5bdac7c14ffa9667fe088769ccfe28640b2161531f39af4de07e9c4ead614795')
+
+package_materia-kde() {
+optdepends=('materia-gtk-theme: Matching GTK theme'
+'kvantum-theme-materia: Materia theme for Kvantum Qt style 
(recommended)')
+
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r plasma "${pkgdir}"/usr/share
+cp -r aurorae "${pkgdir}"/usr/share
+cp -r color-schemes "${pkgdir}"/usr/share
+cp -r konsole "${pkgdir}"/usr/share
+cp -r yakuake "${pkgdir}"/usr/share
+}
+
+package_kvantum-theme-materia() {
+pkgdesc="Materia theme for KDE Plasma 5"
+depends=('kvantum-qt5')
+
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r Kvantum "${pkgdir}"/usr/share
+}


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

2018-06-14 Thread Bruno Pagani via arch-commits
Date: Thursday, June 14, 2018 @ 15:43:37
  Author: archange
Revision: 343067

upgpkg: materia-kde 20180614-1

Modified:
  materia-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 15:41:33 UTC (rev 343066)
+++ PKGBUILD2018-06-14 15:43:37 UTC (rev 343067)
@@ -2,7 +2,7 @@
 
 pkgbase=materia-kde
 pkgname=('materia-kde' 'kvantum-theme-materia')
-pkgver=20180424
+pkgver=20180614
 pkgrel=1
 pkgdesc="Materia theme for KDE Plasma 5"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL3')
 options=('!strip')
 source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('038cdb17fbaa3eb814802ec4a0b6089e166fd10c8c26e1519b8754f1e4c027e4')
+sha256sums=('5bdac7c14ffa9667fe088769ccfe28640b2161531f39af4de07e9c4ead614795')
 
 package_materia-kde() {
 optdepends=('materia-gtk-theme: Matching GTK theme'


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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 16:25:47
  Author: felixonmars
Revision: 343076

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-blaze-html/repos/community-staging-x86_64/
  haskell-blaze-html/repos/community-staging-x86_64/PKGBUILD
(from rev 343075, haskell-blaze-html/trunk/PKGBUILD)

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

Copied: haskell-blaze-html/repos/community-staging-x86_64/PKGBUILD (from rev 
343075, haskell-blaze-html/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-14 16:25:47 UTC (rev 343076)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-html
+pkgname=haskell-blaze-html
+pkgver=0.9.1.1
+pkgrel=1
+pkgdesc="A blazingly fast HTML combinator library for Haskell"
+url="http://jaspervdj.be/blaze;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-blaze-markup')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('02daa67d0aa7239e37a04fe52e96114ca2d1a837771aa56d5a02d93e0d261f8ed276cd4da2436c98bbfa2f2a552cd67f0b3c58dbfed2fa99350299b512e8ffaa')
+
+build() {
+cd $_hkgname-$pkgver
+
+runghc -isrc src/Util/GenerateHtmlCombinators.hs
+
+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 $_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 cryptol/trunk (PKGBUILD)

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 16:45:50
  Author: felixonmars
Revision: 343085

upgpkg: cryptol 2.5.0.20180515-21

rebuild with blaze-html 0.9.1.1

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 16:39:09 UTC (rev 343084)
+++ PKGBUILD2018-06-14 16:45:50 UTC (rev 343085)
@@ -4,7 +4,7 @@
 pkgname=cryptol
 pkgver=2.5.0.20180515
 _commit=9fccc0086700b0e409bd9b0989e52d62863c714e
-pkgrel=20
+pkgrel=21
 pkgdesc="The Language of Cryptography"
 url="http://www.cryptol.net;
 license=("custom:BSD3")


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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 16:46:04
  Author: felixonmars
Revision: 343086

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 343085, cryptol/trunk/PKGBUILD)

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 343085, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-14 16:46:04 UTC (rev 343086)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.5.0.20180515
+_commit=9fccc0086700b0e409bd9b0989e52d62863c714e
+pkgrel=21
+pkgdesc="The Language of Cryptography"
+url="http://www.cryptol.net;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-async' 
'haskell-gitrev' 'haskell-graphscc'
+ 'haskell-heredoc' 'haskell-monad-control' 'haskell-monadlib' 
'haskell-random' 'haskell-sbv'
+ 'haskell-simple-smt' 'haskell-strict' 'haskell-tf-random' 
'haskell-transformers-base'
+ 'haskell-ansi-terminal' 'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$_commit.tar.gz::https://github.com/GaloisInc/cryptol/archive/$_commit.tar.gz;)
+sha512sums=('d9e98541b978acb8dafc5daf35a3fc75a523914e713b4cdc2e8e01a424b39556c625e2956dd495cabf67cf99cac0b4021563f0b62b2f355b1af0645dc8d9de1b')
+
+prepare() {
+mv $pkgname-$_commit $pkgname-$pkgver
+
+cd $pkgname-$pkgver
+sed -i 's/<.*0.10/<1/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable
+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}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-14 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, June 14, 2018 @ 13:43:11
  Author: mtorromeo
Revision: 343050

upgpkg: kibana 6.3.0-1

Modified:
  kibana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 13:38:24 UTC (rev 343049)
+++ PKGBUILD2018-06-14 13:43:11 UTC (rev 343050)
@@ -3,7 +3,7 @@
 # Contributor: Spider.007 
 
 pkgname=kibana
-pkgver=6.2.4
+pkgver=6.3.0
 pkgrel=1
 pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
 url='https://www.elastic.co/products/kibana'
@@ -17,7 +17,7 @@
 kibana.service
 tmpfile.conf
 user.conf)
-sha512sums=('125c2002e1a3b197f9f0d6200f2979f2e5974a902bfec2baa4b34a0c8d55babccafdb87b8a7b69c61ca4c02b8ae97e69b9b2743f7d445f0e53e31c69288296d5'
+sha512sums=('8d83a41389a75463e810644a8e2dbbd7bba0a3c55aec25189f7f56dadfe6f4879e03d27ff65a87e2beb0c7e635e09b0a5669b6ce75323169b937cd754fabe1a7'
 
'3216c2864cf184cea0883677a05bf83cf396fda52dbd3d9a187de22f0c45d13db58f8fb4dc926694ba7d7a24000cf6d5f6218805f74fb5d729fc85c643ca8f2f'
 
'8571f0b0ec8a55dfcba8298c6f1b1895be3c6e3dad524633411615dd3ad2f73af11a94e0a74fd296a784d6c779df8e9ce0a9f7b3e0182adde221a67293f4adeb'
 
'9085884430c656cc68b855c3d6740e5fd0854a8785930341b29e15e201deacc1870d8223255d9ebe096cb111319bea9bf4faa03d0760d5819976ebf912221c7d')
@@ -41,6 +41,7 @@
   install -Dm 644 "${srcdir}/tmpfile.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/kibana.conf"
 
   rm -r "${pkgdir}/usr/share/kibana/node"
+  find "${pkgdir}/usr/share/kibana/node_modules" -type d -empty -delete
 }
 
 # vim: ts=2 sw=2 et:


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

2018-06-14 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, June 14, 2018 @ 13:37:59
  Author: mtorromeo
Revision: 343048

upgpkg: logstash 6.3.0-1

Modified:
  logstash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 08:47:59 UTC (rev 343047)
+++ PKGBUILD2018-06-14 13:37:59 UTC (rev 343048)
@@ -3,7 +3,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=logstash
-pkgver=6.2.4
+pkgver=6.3.0
 pkgrel=1
 pkgdesc='Tool for managing events and logs'
 url='https://www.elastic.co/products/logstash/'
@@ -20,13 +20,13 @@
 logstash-sysuser.conf
 logstash-tmpfile.conf
 bundle.config)
-sha256sums=('319c086637bd47098fdc73da1305596d409dc893187c5d078dcac89d7bf01e54'
+sha256sums=('dd11286d579e6d70af7001e0c897b6571651b073863489af71d9e109410ad807'
 '2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
 'a01ea29d4f53d785f6eb926ebfe445e64ed5b3dab5d0418848589dd79502d876'
 '18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
 '346b630484f8a35b1a549e94e53e3e151527852a29c72cc6e529221215a7f533'
 'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
-sha512sums=('eb84c4612a9429be403b66822260a541baf03a121ac840e674e263ef9db790156a6333eef74124f9564147692fb6da3b169b8c72b823abc11756a5010a0c5e52'
+sha512sums=('4987e39b19f64021d139e754dcb60b9119cab9b411df2bc13bc55b6a662949bdc79f9ebfc3667ff7d814e40b82cdd987ef12c3835bac1c4c535a4906318fd554'
 
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'
 
'ce2cef4a784845b00d7c867273555811450bc459669abb5be944bfbbb02708129983e45376a9b308d6db22b2c7b4a7a212827a4826f2a27bc7e143cebc9abfe0'
 
'd811dc3b18d0032b79b4669c9f6aefca49963897c309d83cbf87616c7b8cb5944c17c8072980bcd115d0fb57ef1624d98259ff1082d402d308c33e766ee89699'


[arch-commits] Commit in nodejs-lts-boron/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-14 Thread Bruno Pagani via arch-commits
Date: Thursday, June 14, 2018 @ 15:06:45
  Author: archange
Revision: 343059

archrelease: copy trunk to community-x86_64

Added:
  nodejs-lts-boron/repos/community-x86_64/PKGBUILD
(from rev 343058, nodejs-lts-boron/trunk/PKGBUILD)
Deleted:
  nodejs-lts-boron/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 15:06:22 UTC (rev 343058)
+++ PKGBUILD2018-06-14 15:06:45 UTC (rev 343059)
@@ -1,63 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-
-pkgname=nodejs-lts-boron
-pkgver=6.14.2
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript (LTS release: Boron)'
-arch=('x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-provides=("nodejs=$pkgver")
-conflicts=('nodejs')
-source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
-# https://nodejs.org/download/release/latest-boron/SHASUMS256.txt.asc
-sha256sums=('b3a534b2ad5e96c6ff67f3a1356b94f7a28ef118eb1d420b314fe5aafe6d62d1')
-#validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8') # Myles Borins 

-
-prepare() {
-  cd node-v${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-v${pkgver}
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser \
---shared-cares
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  # Some network related errors
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-v${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: nodejs-lts-boron/repos/community-x86_64/PKGBUILD (from rev 343058, 
nodejs-lts-boron/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 15:06:45 UTC (rev 343059)
@@ -0,0 +1,63 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+
+pkgname=nodejs-lts-boron
+pkgver=6.14.3
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript (LTS release: Boron)'
+arch=('x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+provides=("nodejs=$pkgver")
+conflicts=('nodejs')
+source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
+# https://nodejs.org/download/release/latest-boron/SHASUMS256.txt.asc
+sha256sums=('e3f187729f7e4b13d9c053f70cc12717d6e6734e0544cb8ba935aa72d07479c9')
+#validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8') # Myles Borins 

+
+prepare() {
+  cd node-v${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-v${pkgver}
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser \
+--shared-cares
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  # Some network related errors
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-v${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-06-14 Thread Bruno Pagani via arch-commits
Date: Thursday, June 14, 2018 @ 15:06:22
  Author: archange
Revision: 343058

upgpkg: nodejs-lts-boron 6.14.3-1

Modified:
  nodejs-lts-boron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 14:34:00 UTC (rev 343057)
+++ PKGBUILD2018-06-14 15:06:22 UTC (rev 343058)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
 
 pkgname=nodejs-lts-boron
-pkgver=6.14.2
+pkgver=6.14.3
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript (LTS release: Boron)'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 conflicts=('nodejs')
 source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
 # https://nodejs.org/download/release/latest-boron/SHASUMS256.txt.asc
-sha256sums=('b3a534b2ad5e96c6ff67f3a1356b94f7a28ef118eb1d420b314fe5aafe6d62d1')
+sha256sums=('e3f187729f7e4b13d9c053f70cc12717d6e6734e0544cb8ba935aa72d07479c9')
 #validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8') # Myles Borins 

 
 prepare() {


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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 16:25:32
  Author: felixonmars
Revision: 343075

upgpkg: haskell-blaze-html 0.9.1.1-1

rebuild with blaze-html 0.9.1.1

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 16:21:35 UTC (rev 343074)
+++ PKGBUILD2018-06-14 16:25:32 UTC (rev 343075)
@@ -4,7 +4,7 @@
 
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
-pkgver=0.9.1.0
+pkgver=0.9.1.1
 pkgrel=1
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
@@ -14,7 +14,7 @@
 makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-test-framework'
  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ff62eb98d6f4b0c461d91d1cb07e94056fc4b30003dd21a195f45c420dabe9707c5b710d1f04f284a48d7fe91360040428c62c8e13cc9225dd2378ebf3c6db41')
+sha512sums=('02daa67d0aa7239e37a04fe52e96114ca2d1a837771aa56d5a02d93e0d261f8ed276cd4da2436c98bbfa2f2a552cd67f0b3c58dbfed2fa99350299b512e8ffaa')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-06-14 Thread Bruno Pagani via arch-commits
Date: Thursday, June 14, 2018 @ 15:39:23
  Author: archange
Revision: 343061

upgpkg: nodejs-lts-carbon 8.11.3-1

Modified:
  nodejs-lts-carbon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 15:20:38 UTC (rev 343060)
+++ PKGBUILD2018-06-14 15:39:23 UTC (rev 343061)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
 
 pkgname=nodejs-lts-carbon
-pkgver=8.11.2
+pkgver=8.11.3
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript (LTS release: Carbon)'
 arch=('x86_64')
@@ -15,10 +15,11 @@
 source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz"
 add-icu-prefix-before-ICU-symbols.patch)
 # https://nodejs.org/download/release/latest-carbon/SHASUMS256.txt.asc
-sha256sums=('539946c0381809576bed07424a35fc1740d52f4bd56305d6278d9e76c88f4979'
+sha256sums=('577c751fdca91c46c60ffd8352e5b465881373bfdde212c17c3a3c1bd2616ee0'
 'b0b22c490c4b4e7ed4bad46d1989e980a0ba30299855ec0164ff3d11384833c7')
-#validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8'  # Myles Borins 

-#  '77984A986EBC2AA786BC0F66B01FBB92821C587A') # Gibson Fahnestock 

+validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8'  # Myles Borins 

+  '77984A986EBC2AA786BC0F66B01FBB92821C587A' # Gibson Fahnestock 

+  'B9AE9905FFD7803F25714661B63B535A4C206CA9') # Evan Lucas 
 
 
 prepare() {
   cd node-v${pkgver}


[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2018-06-14 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, June 14, 2018 @ 13:50:59
  Author: mtorromeo
Revision: 343055

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 343054, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
(from rev 343054, beats/trunk/auditbeat-tmpfile.conf)
  beats/repos/community-x86_64/auditbeat.service
(from rev 343054, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 343054, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 343054, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 343054, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
(from rev 343054, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-x86_64/heartbeat.service
(from rev 343054, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 343054, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 343054, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 343054, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 343054, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

-+
 PKGBUILD|  322 +++---
 auditbeat-tmpfile.conf  |4 
 auditbeat.service   |   22 +--
 filebeat-tmpfile.conf   |4 
 filebeat.service|   24 +--
 filebeat.sysusers   |2 
 heartbeat-tmpfile.conf  |4 
 heartbeat.service   |   22 +--
 metricbeat-tmpfile.conf |4 
 metricbeat.service  |   22 +--
 packetbeat-tmpfile.conf |4 
 packetbeat.service  |   22 +--
 12 files changed, 228 insertions(+), 228 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 13:50:44 UTC (rev 343054)
+++ PKGBUILD2018-06-14 13:50:59 UTC (rev 343055)
@@ -1,161 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat)
-pkgver=6.2.4
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz;
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"filebeat-tmpfile.conf"
-"packetbeat-tmpfile.conf"
-"metricbeat-tmpfile.conf"
-"heartbeat-tmpfile.conf"
-"auditbeat-tmpfile.conf")
-sha256sums=('87d863cf55863329ca80e76c3d813af2960492f4834d4fea919f1d4b49aaf699'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'ec999a29bc19d1b36b84e03cbd7b00b29d3e08c97ca03043b9fd6bfbe04c5e2d'
-'3f3ead4168d5b4953cca883d8a3c4552c26a75f52cedfcf6c7785bfd7bbae3c4'
-'cb927141d3bed94cb5570789dd9fc97713e967580ee354ff393020811f087dca'
-'9629931db8455891f0a6e9f9c91272716f2b47ec88f8a49e601423a16c7cdba5'
-'dcdf1be6acda30cc3e8949b5affbc1fe7b0a1efc2a08dfe2f878d6eb6de84d38')
-
-prepare() {
-cd beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */Makefile
-# Install the Linux config as default
-sed -r 's#/([a-z]+)-linux.yml#/\1.yml#' -i */Makefile
-
-# Perform some timestomping to avoid make warnings
-LANG=C _t="$(date -r 

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

2018-06-14 Thread Bruno Pagani via arch-commits
Date: Thursday, June 14, 2018 @ 15:20:38
  Author: archange
Revision: 343060

Update the PGP key used

Modified:
  nodejs-lts-boron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 15:06:45 UTC (rev 343059)
+++ PKGBUILD2018-06-14 15:20:38 UTC (rev 343060)
@@ -15,7 +15,8 @@
 source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
 # https://nodejs.org/download/release/latest-boron/SHASUMS256.txt.asc
 sha256sums=('e3f187729f7e4b13d9c053f70cc12717d6e6734e0544cb8ba935aa72d07479c9')
-#validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8') # Myles Borins 

+validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8' # Myles Borins 

+  'B9AE9905FFD7803F25714661B63B535A4C206CA9') # Evan Lucas 

 
 prepare() {
   cd node-v${pkgver}


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

2018-06-14 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, June 14, 2018 @ 16:19:42
  Author: jlichtblau
Revision: 343072

archrelease: copy trunk to community-x86_64

Added:
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 343071, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 343071, qmmp/trunk/qmmp.changelog)
Deleted:
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog

+
 PKGBUILD   |   98 +--
 qmmp.changelog |  485 +++
 2 files changed, 293 insertions(+), 290 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 16:19:30 UTC (rev 343071)
+++ PKGBUILD2018-06-14 16:19:42 UTC (rev 343072)
@@ -1,49 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Qt5 based audio-player"
-arch=('x86_64')
-url="http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
- 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
- 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
- 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'faad2: ADTS AAC support'
-'libgme: support for chiptunes from various platforms'
-'libsidplayfp: C64 music support'
-'opusfile: Opus support'
-'wildmidi: MIDI support'
-'ffmpeg' 'libsamplerate' 'wavpack')
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha512sums=('a21483e075934b4f696384737cc852c5054f2b088430db84cd461f6c16d6018ea02c992ae50467093f30c82d671113a4c308040d91328ce941e14fabaeb93e17')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DUSE_HAL:BOOL=FALSE
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: qmmp/repos/community-x86_64/PKGBUILD (from rev 343071, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 16:19:42 UTC (rev 343072)
@@ -0,0 +1,49 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Qt5 based audio-player"
+arch=('x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
+ 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
+ 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
+ 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'faad2: ADTS AAC support'
+'libgme: support for chiptunes from various platforms'
+'libsidplayfp: C64 music support'
+'opusfile: Opus support'
+'wildmidi: MIDI support'
+'ffmpeg' 'libsamplerate' 'wavpack')
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha512sums=('deec5ad6e53222d390e5f147ac1dbf3f471c0266eb32315b9b334348ae10f54b88842ae016d95282a41d27592c46f3479c6f594dc8eccb330750025469b468b6')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DUSE_HAL:BOOL=FALSE
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2018-06-14 16:19:30 UTC (rev 

[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (2 files)

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 16:21:35
  Author: felixonmars
Revision: 343074

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 343073, deepin-desktop-schemas/trunk/PKGBUILD)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 16:21:19 UTC (rev 343073)
+++ PKGBUILD2018-06-14 16:21:35 UTC (rev 343074)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=3.2.13
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas;
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
-makedepends=('python')
-conflicts=('deepin-artwork-themes')
-replaces=('deepin-artwork-themes')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
-
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
-sha512sums=('8ca97817efea3262aa08326f4950c5be246f1673704966beb9a2ea249f4f303da11b349aed2169f5a5c7810eb8ef2f3e8bcd12f44f20d049be359bdad7f50ff8'
-
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
-
-prepare() {
-  cd deepin-desktop-schemas-$pkgver
-  # disable swap-sched
-  patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
-}
-
-build() {
-  cd deepin-desktop-schemas-$pkgver
-  make ARCH=x86
-}
-
-check() {
-  cd deepin-desktop-schemas-$pkgver
-  make test
-}
-
-package() {
-  cd deepin-desktop-schemas-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 343073, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 16:21:35 UTC (rev 343074)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=3.2.14
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
+makedepends=('python')
+conflicts=('deepin-artwork-themes')
+replaces=('deepin-artwork-themes')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/deepin-desktop-schemas/archive/$pkgver.tar.gz;
+
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
+sha512sums=('08c356817a0aac1d953d4c821440f58e9e5bdd61d161855a63404bef6525d126b7bc3204280fc8b7998099e2f95e7a0259449b4149262259b7e2c1121493292a'
+
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
+
+prepare() {
+  cd deepin-desktop-schemas-$pkgver
+  # disable swap-sched
+  patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
+}
+
+build() {
+  cd deepin-desktop-schemas-$pkgver
+  make ARCH=x86
+}
+
+check() {
+  cd deepin-desktop-schemas-$pkgver
+  make test
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 16:21:19
  Author: felixonmars
Revision: 343073

upgpkg: deepin-desktop-schemas 3.2.14-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 16:19:42 UTC (rev 343072)
+++ PKGBUILD2018-06-14 16:21:19 UTC (rev 343073)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=3.2.13
+pkgver=3.2.14
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -15,9 +15,9 @@
 conflicts=('deepin-artwork-themes')
 replaces=('deepin-artwork-themes')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/deepin-desktop-schemas/archive/$pkgver.tar.gz;
 
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
-sha512sums=('8ca97817efea3262aa08326f4950c5be246f1673704966beb9a2ea249f4f303da11b349aed2169f5a5c7810eb8ef2f3e8bcd12f44f20d049be359bdad7f50ff8'
+sha512sums=('08c356817a0aac1d953d4c821440f58e9e5bdd61d161855a63404bef6525d126b7bc3204280fc8b7998099e2f95e7a0259449b4149262259b7e2c1121493292a'
 
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
 
 prepare() {


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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 16:33:38
  Author: felixonmars
Revision: 343082

archrelease: copy trunk to community-staging-x86_64

Added:
  agda/repos/community-staging-x86_64/
  agda/repos/community-staging-x86_64/PKGBUILD
(from rev 343081, agda/trunk/PKGBUILD)

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

Copied: agda/repos/community-staging-x86_64/PKGBUILD (from rev 343081, 
agda/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-14 16:33:38 UTC (rev 343082)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Agda
+pkgname=agda
+pkgver=2.5.4
+pkgrel=4
+pkgdesc="A dependently typed functional programming language and proof 
assistant"
+url="http://wiki.portal.chalmers.se/agda/;
+license=("custom")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-blaze-html' 'haskell-boxes'
+ 'haskell-cpphs' 'haskell-data-hash' 'haskell-edisonapi' 
'haskell-edisoncore'
+ 'haskell-edit-distance' 'haskell-equivalence' 
'haskell-geniplate-mirror' 'haskell-gitrev'
+ 'haskell-hashable' 'haskell-hashtables' 'haskell-ieee754' 
'haskell-murmur-hash'
+ 'haskell-regex-tdfa' 'haskell-strict' 'haskell-unordered-containers' 
'haskell-uri-encode'
+ 'haskell-zlib')
+optdepends=('agda-stdlib: for standard library')
+makedepends=('alex' 'happy' 'ghc')
+source=("$_Hkgname-$pkgver.tar.gz::https://github.com/agda/agda/archive/v$pkgver.tar.gz;)
+sha512sums=('8565d365cc2e5dab997bf36e5c3353efdc8575cacd2b399767e4653cfae2e4a410161d15b92d7e00f99421ef7df58e6c11176ce078752712b525d51fbed8b283')
+
+prepare() {
+mkdir -p lib-target
+cp -a $pkgname-$pkgver/src/data/lib lib-target/lib
+sed -e "s|rawSystem agda \\[|rawSystem \"env\" 
[\"Agda_datadir=$PWD/lib-target\", 
\"LD_LIBRARY_PATH=$PWD/$pkgname-$pkgver/dist/build\", agda,|" \
+-e "s|(ms, datadir dirs|(ms, \"$PWD/lib-target\"|" \
+-i $pkgname-$pkgver/Setup.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcpphs -f-debug -f-enable-cluster-counting
+LC_CTYPE=en_US.UTF-8 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}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+install -m644 "$srcdir"/lib-target/lib/prim/Agda/Primitive.agdai 
"$pkgdir"/usr/share/agda/lib/prim/Agda/Primitive.agdai
+install -m644 "$srcdir"/lib-target/lib/prim/Agda/Builtin/*.agdai 
"$pkgdir"/usr/share/agda/lib/prim/Agda/Builtin/
+}


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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 16:33:23
  Author: felixonmars
Revision: 343081

upgpkg: agda 2.5.4-4

rebuild with blaze-html 0.9.1.1

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 16:33:07 UTC (rev 343080)
+++ PKGBUILD2018-06-14 16:33:23 UTC (rev 343081)
@@ -5,7 +5,7 @@
 _hkgname=Agda
 pkgname=agda
 pkgver=2.5.4
-pkgrel=3
+pkgrel=4
 pkgdesc="A dependently typed functional programming language and proof 
assistant"
 url="http://wiki.portal.chalmers.se/agda/;
 license=("custom")


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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 16:33:07
  Author: felixonmars
Revision: 343080

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 16:32:47 UTC (rev 343079)
+++ PKGBUILD2018-06-14 16:33:07 UTC (rev 343080)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.3.5
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('88f9c9b9afa2b4afd49e57a74d5af96035823519f8778b372a4a6dae4cef343f7823b47c58aa611d87b3c958317cbf982af5f7fd4f472b804eed05955e0f2baf')
-
-build(){
-  cd dde-launcher-$pkgver
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 343079, 
deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 16:33:07 UTC (rev 343080)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.3.6
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('6079dda014eae7f4667034c48cdcb24e87850f71ff1900dbc7878defaa4fa12f786e13ec015953916e58319d2571847149ff63ad5d72da5960cc4e1fc17d0b30')
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 16:32:47
  Author: felixonmars
Revision: 343079

upgpkg: deepin-launcher 4.3.6-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 16:30:40 UTC (rev 343078)
+++ PKGBUILD2018-06-14 16:32:47 UTC (rev 343079)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.3.5
+pkgver=4.3.6
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -12,20 +12,20 @@
 license=('GPL3')
 depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
  'deepin-daemon' 'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
+makedepends=('cmake' 'qt5-tools')
 conflicts=('dde-launcher')
 replaces=('dde-launcher')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('88f9c9b9afa2b4afd49e57a74d5af96035823519f8778b372a4a6dae4cef343f7823b47c58aa611d87b3c958317cbf982af5f7fd4f472b804eed05955e0f2baf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('6079dda014eae7f4667034c48cdcb24e87850f71ff1900dbc7878defaa4fa12f786e13ec015953916e58319d2571847149ff63ad5d72da5960cc4e1fc17d0b30')
 
-build(){
+build() {
   cd dde-launcher-$pkgver
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
   make
 }
 
 package() {
   cd dde-launcher-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
+  make DESTDIR="$pkgdir" install
 }


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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 18:43:04
  Author: felixonmars
Revision: 343175

upgpkg: stack 1.7.1-28

rebuild with blaze-html 0.9.1.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 18:36:53 UTC (rev 343174)
+++ PKGBUILD2018-06-14 18:43:04 UTC (rev 343175)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.7.1
-pkgrel=27
+pkgrel=28
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 18:43:17
  Author: felixonmars
Revision: 343176

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 343175, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 343175, stack/trunk/stack.install)

---+
 PKGBUILD  |   77 
 stack.install |4 ++
 2 files changed, 81 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 343175, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-14 18:43:17 UTC (rev 343176)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.7.1
+pkgrel=28
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-simple' 
'haskell-path' 'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('786c116b4717f6e0f5ac0b5397db4834486610f511eafefe2356574545f97093fe3203824b7a3cabb2e0562e5c0443af3d93defe83751a9982727d88cafe78a7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '54d;55d;56d;57d;58d' src/test/Stack/StoreSpec.hs
+  hpack
+  sed -i '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${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-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  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 $pkgname-$pkgver
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 343175, 

[arch-commits] Commit in lib32-nvidia-340xx-utils/repos/multilib-x86_64 (2 files)

2018-06-14 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, June 14, 2018 @ 19:17:42
  Author: grazzolini
Revision: 343182

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-340xx-utils/repos/multilib-x86_64/PKGBUILD
(from rev 343181, lib32-nvidia-340xx-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-340xx-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  198 ++---
 1 file changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 19:16:57 UTC (rev 343181)
+++ PKGBUILD2018-06-14 19:17:42 UTC (rev 343182)
@@ -1,99 +0,0 @@
-# $Id: PKGBUILD 117364 2014-08-13 13:50:53Z svenstaro $
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-340xx-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-340xx-utils' 'lib32-opencl-nvidia-340xx')
-pkgver=340.107
-pkgrel=1
-arch=('x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("https://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-sha512sums=('0add713942bcdb639d19b5c36f5e0cea14f9e07490191d46dfeba0515ede7700fd8e9467ec531d38329fe1e76bf45905e70e0d440e7bc2dc79c1d767eab03338')
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-build() {
-sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia-340xx() {
-pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('lib32-opencl-nvidia')
-provides=('lib32-opencl-driver')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}"
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
-}
-
-package_lib32-nvidia-340xx-utils() {
-pkgdesc="NVIDIA drivers utilities (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs' 'nvidia-340xx-utils')
-conflicts=('lib32-nvidia-340xx-libgl' 'lib32-nvidia-utils')
-provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles' 
'lib32-nvidia-340xx-libgl' 'lib32-nvidia-utils')
-replaces=('lib32-nvidia-340xx-libgl')
-optdepends=('lib32-opencl-nvidia-340xx')
-
-cd "${_pkg}"
-
-# OpenGL libraries
-install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}"
-install -D -m755 "libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libEGL.so.${pkgver}"
-install -D -m755 "libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}"
-install -D -m755 "libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv2.so.${pkgver}"
-
-# OpenGL core library
-install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-glcore.so.${pkgver}"
-install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-eglcore.so.${pkgver}"
-install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-glsi.so.${pkgver}"
-
-# misc
-install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-ifr.so.${pkgver}"
-install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-fbc.so.${pkgver}"
-install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-encode.so.${pkgver}"
-install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-cfg.so.${pkgver}"
-install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-ml.so.${pkgver}"
-
-# VDPAU
-install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
-
-# nvidia-tls library
-install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-tls.so.${pkgver}"
-
-# CUDA
-install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libcuda.so.${pkgver}"
-install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvcuvid.so.${pkgver}"
-
-create_links
-
-install -dm 755 "${pkgdir}"/etc/ld.so.conf.d
-echo -e '/usr/lib32/nvidia/' > 
"${pkgdir}"/etc/ld.so.conf.d/00-lib32-nvidia.conf
-
-rm -rf 

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

2018-06-14 Thread Jan Steffens via arch-commits
Date: Thursday, June 14, 2018 @ 19:22:43
  Author: heftig
Revision: 326992

archrelease: copy trunk to extra-x86_64

Added:
  graphene/repos/extra-x86_64/PKGBUILD
(from rev 326991, graphene/trunk/PKGBUILD)
Deleted:
  graphene/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 19:22:07 UTC (rev 326991)
+++ PKGBUILD2018-06-14 19:22:43 UTC (rev 326992)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
- 
-pkgname=graphene
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="A thin layer of graphic data types"
-url="https://github.com/ebassi/graphene;
-arch=(x86_64)
-license=(MIT)
-depends=(glib2)
-makedepends=(git gtk-doc gobject-introspection meson)
-_commit=0bd8ff0233024f40bcd11b7ce954d4ad7451e8f4  # tags/1.8.0^0
-source=("git+https://github.com/ebassi/graphene#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -Dgtk_doc=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/LICENSE
-  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
-}

Copied: graphene/repos/extra-x86_64/PKGBUILD (from rev 326991, 
graphene/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 19:22:43 UTC (rev 326992)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+ 
+pkgname=graphene
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="A thin layer of graphic data types"
+url="https://github.com/ebassi/graphene;
+arch=(x86_64)
+license=(MIT)
+depends=(glib2)
+makedepends=(git gtk-doc gobject-introspection meson)
+_commit=f98e3c378414eafae8b75792ded7496b09baaad9  # tags/1.8.2^0
+source=("git+https://github.com/ebassi/graphene#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/LICENSE
+  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
+}


[arch-commits] Commit in nvidia-340xx/repos/testing-x86_64 (4 files)

2018-06-14 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, June 14, 2018 @ 19:42:55
  Author: grazzolini
Revision: 326996

archrelease: copy trunk to testing-x86_64

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

---+
 PKGBUILD  |  144 ++--
 kernel-4.11.patch |   76 +--
 2 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 19:40:05 UTC (rev 326995)
+++ PKGBUILD2018-06-14 19:42:55 UTC (rev 326996)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-340xx
-pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.107
-_extramodules=extramodules-4.17-ARCH
-pkgrel=2
-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.17' 
'linux-headers<4.18')
-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=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
-
'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.17' 'linux<4.18' "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/testing-x86_64/PKGBUILD (from rev 326995, 
nvidia-340xx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 19:42:55 UTC (rev 326996)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.107
+_extramodules=extramodules-4.17-ARCH
+pkgrel=4
+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.17.1' 
'linux-headers<4.18')
+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=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'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 

[arch-commits] Commit in kodi-addon-visualization-spectrum/repos/community-x86_64 (2 files)

2018-06-14 Thread Ike Devolder via arch-commits
Date: Thursday, June 14, 2018 @ 20:44:30
  Author: idevolder
Revision: 343198

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-visualization-spectrum/repos/community-x86_64/PKGBUILD
(from rev 343197, kodi-addon-visualization-spectrum/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-spectrum/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 20:44:25 UTC (rev 343197)
+++ PKGBUILD2018-06-14 20:44:30 UTC (rev 343198)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-spectrum
-epoch=1
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="Spectrum visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.spectrum'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/notspiff/visualization.spectrum/archive/v$pkgver.tar.gz;)
-sha512sums=('7288f6d383a34415cb147c5263a20d79a4ee399ef85bdef86f115667967d4a71340dce911f8e7f3ff34a9dd58cd3784b5f97595231c5df6df3e813f16d09258c')
-
-build() {
-cd "visualization.spectrum-$pkgver"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-cd "visualization.spectrum-$pkgver"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-spectrum/repos/community-x86_64/PKGBUILD (from 
rev 343197, kodi-addon-visualization-spectrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 20:44:30 UTC (rev 343198)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-spectrum
+epoch=1
+pkgver=1.1.4
+pkgrel=2
+pkgdesc="Spectrum visualizer for Kodi"
+arch=('x86_64')
+url='https://github.com/notspiff/visualization.spectrum'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/notspiff/visualization.spectrum/archive/v$pkgver.tar.gz;)
+sha512sums=('452136882edafa9871208db5efbf214706396c8429e75f71ffd30c9e42b7d08f35a6a302e8cde79bc28533a0c990c2fc371e86675f77cfb341cd8f65833454f9')
+
+build() {
+cd "visualization.spectrum-$pkgver"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+cd "visualization.spectrum-$pkgver"
+   make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-visualization-spectrum/trunk (PKGBUILD)

2018-06-14 Thread Ike Devolder via arch-commits
Date: Thursday, June 14, 2018 @ 20:44:25
  Author: idevolder
Revision: 343197

upgpkg: kodi-addon-visualization-spectrum 1:1.1.4-2

Modified:
  kodi-addon-visualization-spectrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 20:37:06 UTC (rev 343196)
+++ PKGBUILD2018-06-14 20:44:25 UTC (rev 343197)
@@ -3,8 +3,8 @@
 
 pkgname=kodi-addon-visualization-spectrum
 epoch=1
-pkgver=2.0.2
-pkgrel=1
+pkgver=1.1.4
+pkgrel=2
 pkgdesc="Spectrum visualizer for Kodi"
 arch=('x86_64')
 url='https://github.com/notspiff/visualization.spectrum'
@@ -13,7 +13,7 @@
 depends=('kodi')
 makedepends=('cmake' 'kodi-dev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/notspiff/visualization.spectrum/archive/v$pkgver.tar.gz;)
-sha512sums=('f2913626303a746964387c25917a8914fb7105974b4652ce93442a1bd2985bea5ca2f6d73274f95238bad94ec00098333687311e9a48bdb013598d87f40707d8')
+sha512sums=('452136882edafa9871208db5efbf214706396c8429e75f71ffd30c9e42b7d08f35a6a302e8cde79bc28533a0c990c2fc371e86675f77cfb341cd8f65833454f9')
 
 build() {
 cd "visualization.spectrum-$pkgver"


[arch-commits] Commit in hydrogen/repos/community-x86_64 (20 files)

2018-06-14 Thread David Runge via arch-commits
Date: Thursday, June 14, 2018 @ 21:22:57
  Author: dvzrv
Revision: 343204

archrelease: copy trunk to community-x86_64

Added:
  hydrogen/repos/community-x86_64/1000_portaudio_v2.patch
(from rev 343203, hydrogen/trunk/1000_portaudio_v2.patch)
  hydrogen/repos/community-x86_64/1010-spelling.patch
(from rev 343203, hydrogen/trunk/1010-spelling.patch)
  hydrogen/repos/community-x86_64/PKGBUILD
(from rev 343203, hydrogen/trunk/PKGBUILD)
  hydrogen/repos/community-x86_64/fix_cmake_cache.patch
(from rev 343203, hydrogen/trunk/fix_cmake_cache.patch)
  hydrogen/repos/community-x86_64/fix_cxx_flags.patch
(from rev 343203, hydrogen/trunk/fix_cxx_flags.patch)
  hydrogen/repos/community-x86_64/fix_desktop_file.patch
(from rev 343203, hydrogen/trunk/fix_desktop_file.patch)
  hydrogen/repos/community-x86_64/fix_dtd_version.patch
(from rev 343203, hydrogen/trunk/fix_dtd_version.patch)
  hydrogen/repos/community-x86_64/fix_man_path.patch
(from rev 343203, hydrogen/trunk/fix_man_path.patch)
  hydrogen/repos/community-x86_64/fix_missing_locale.patch
(from rev 343203, hydrogen/trunk/fix_missing_locale.patch)
  hydrogen/repos/community-x86_64/fix_rubberband_path.patch
(from rev 343203, hydrogen/trunk/fix_rubberband_path.patch)
Deleted:
  hydrogen/repos/community-x86_64/1000_portaudio_v2.patch
  hydrogen/repos/community-x86_64/1010-spelling.patch
  hydrogen/repos/community-x86_64/PKGBUILD
  hydrogen/repos/community-x86_64/fix_cmake_cache.patch
  hydrogen/repos/community-x86_64/fix_cxx_flags.patch
  hydrogen/repos/community-x86_64/fix_desktop_file.patch
  hydrogen/repos/community-x86_64/fix_dtd_version.patch
  hydrogen/repos/community-x86_64/fix_man_path.patch
  hydrogen/repos/community-x86_64/fix_missing_locale.patch
  hydrogen/repos/community-x86_64/fix_rubberband_path.patch

---+
 1000_portaudio_v2.patch   |   86 ++--
 1010-spelling.patch   |  306 ++--
 PKGBUILD  |  237 --
 fix_cmake_cache.patch |   24 +--
 fix_cxx_flags.patch   |   22 +--
 fix_desktop_file.patch|   50 +++
 fix_dtd_version.patch |   44 +++---
 fix_man_path.patch|   22 +--
 fix_missing_locale.patch  |   20 +-
 fix_rubberband_path.patch |   22 +--
 10 files changed, 416 insertions(+), 417 deletions(-)

Deleted: 1000_portaudio_v2.patch
===
--- 1000_portaudio_v2.patch 2018-06-14 21:22:46 UTC (rev 343203)
+++ 1000_portaudio_v2.patch 2018-06-14 21:22:57 UTC (rev 343204)
@@ -1,43 +0,0 @@
-Description: ???
-Author: ???
-Forwarded: mau...@smoors.de

-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 a/src/core/include/hydrogen/IO/PortAudioDriver.h
-+++ b/src/core/include/hydrogen/IO/PortAudioDriver.h
-@@ -30,6 +30,9 @@
- 
- #ifdef H2CORE_HAVE_PORTAUDIO
- 
-+#define PortAudioStream PaStream
-+#define PaTimestamp PaTime
-+
- #include 
- #include 
- 
 a/src/core/src/IO/portaudio_driver.cpp
-+++ b/src/core/src/IO/portaudio_driver.cpp
-@@ -68,7 +68,13 @@
-   m_pOut_L = new float[ m_nBufferSize ];
-   m_pOut_R = new float[ m_nBufferSize ];
- 
--  int err = Pa_Initialize();
-+  PaError err = Pa_Initialize();
-+
-+  typedef struct
-+  {
-+  float left_phase;
-+  float right_phase;
-+  } paTestData;
- 
- 
-   if ( err != paNoError ) {
-@@ -84,7 +90,7 @@
-   m_nSampleRate,  // sample rate
-   m_nBufferSize,// frames per buffer
-   portAudioCallback, /* specify our custom 
callback */
--  this );/* pass our data through to 
callback */
-+  (void*)this );/* pass our data through 
to callback */
- 
- 
-   if ( err != paNoError ) {

Copied: hydrogen/repos/community-x86_64/1000_portaudio_v2.patch (from rev 
343203, hydrogen/trunk/1000_portaudio_v2.patch)
===
--- 1000_portaudio_v2.patch (rev 0)
+++ 1000_portaudio_v2.patch 2018-06-14 21:22:57 UTC (rev 343204)
@@ -0,0 +1,43 @@
+Description: ???
+Author: ???
+Forwarded: mau...@smoors.de
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/core/include/hydrogen/IO/PortAudioDriver.h
 b/src/core/include/hydrogen/IO/PortAudioDriver.h
+@@ -30,6 +30,9 @@
+ 
+ #ifdef H2CORE_HAVE_PORTAUDIO
+ 
++#define PortAudioStream PaStream
++#define PaTimestamp PaTime
++
+ #include 
+ #include 
+ 
+--- a/src/core/src/IO/portaudio_driver.cpp
 b/src/core/src/IO/portaudio_driver.cpp
+@@ -68,7 +68,13 @@
+   m_pOut_L = new float[ m_nBufferSize ];
+   m_pOut_R = new float[ m_nBufferSize ];
+ 
+-  int err = Pa_Initialize();
++  PaError err = Pa_Initialize();
++
++  typedef struct
++  

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

2018-06-14 Thread Antonio Rojas via arch-commits
Date: Thursday, June 14, 2018 @ 18:55:35
  Author: arojas
Revision: 326979

Update to 2.5

Modified:
  gsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 18:40:35 UTC (rev 326978)
+++ PKGBUILD2018-06-14 18:55:35 UTC (rev 326979)
@@ -4,31 +4,30 @@
 # Contributor: Tom Newsom 
 
 pkgname=gsl
-pkgver=2.4
+pkgver=2.5
 pkgrel=1
 pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C 
and C++ programmers"
 url="http://www.gnu.org/software/gsl/gsl.html;
-source=("http://ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz;)
+source=("http://ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz"{,.sig})
 license=('GPL')
 arch=('x86_64')
-depends=('glibc' 'bash')
-sha1sums=('5db17d71306139b811a218d8a8cf98e12e1f58ae')
+depends=('glibc')
+sha256sums=('0460ad7c2542caaddc6729762952d345374784100223995eb14d614861f2258d'
+'SKIP')
+validpgpkeys=(DD61B7FC02790F978360F399245FB74BAE05B3E9) # Patrick Alken 

 
 build() {
-unset LDFLAGS
-
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure --prefix=/usr
 make
 }
 
 check() {
-[[ $CARCH = 'i686' ]] && return 0 # 
https://lists.gnu.org/archive/html/bug-gsl/2015-11/msg00011.html
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make check
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2018-06-14 Thread Antonio Rojas via arch-commits
Date: Thursday, June 14, 2018 @ 18:56:02
  Author: arojas
Revision: 326980

archrelease: copy trunk to testing-x86_64

Added:
  gsl/repos/testing-x86_64/
  gsl/repos/testing-x86_64/PKGBUILD
(from rev 326979, gsl/trunk/PKGBUILD)

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

Copied: gsl/repos/testing-x86_64/PKGBUILD (from rev 326979, gsl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-14 18:56:02 UTC (rev 326980)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Juergen Hoetzel 
+# Contributor: Tom Newsom 
+
+pkgname=gsl
+pkgver=2.5
+pkgrel=1
+pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C 
and C++ programmers"
+url="http://www.gnu.org/software/gsl/gsl.html;
+source=("http://ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz"{,.sig})
+license=('GPL')
+arch=('x86_64')
+depends=('glibc')
+sha256sums=('0460ad7c2542caaddc6729762952d345374784100223995eb14d614861f2258d'
+'SKIP')
+validpgpkeys=(DD61B7FC02790F978360F399245FB74BAE05B3E9) # Patrick Alken 

+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-06-14 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, June 14, 2018 @ 19:16:57
  Author: grazzolini
Revision: 343181

upgpkg: lib32-nvidia-340xx-utils 340.107-2

Rebuild to address https://bugs.archlinux.org/task/58942

Modified:
  lib32-nvidia-340xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 18:50:20 UTC (rev 343180)
+++ PKGBUILD2018-06-14 19:16:57 UTC (rev 343181)
@@ -7,7 +7,7 @@
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-340xx-utils' 'lib32-opencl-nvidia-340xx')
 pkgver=340.107
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')


[arch-commits] Commit in opera/repos/community-x86_64 (14 files)

2018-06-14 Thread Ike Devolder via arch-commits
Date: Thursday, June 14, 2018 @ 19:44:05
  Author: idevolder
Revision: 343186

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 343185, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 343185, opera/trunk/default)
  opera/repos/community-x86_64/eula.html
(from rev 343185, opera/trunk/eula.html)
  opera/repos/community-x86_64/opera
(from rev 343185, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 343185, opera/trunk/opera.install)
  opera/repos/community-x86_64/privacy.html
(from rev 343185, opera/trunk/privacy.html)
  opera/repos/community-x86_64/terms.html
(from rev 343185, opera/trunk/terms.html)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/eula.html
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install
  opera/repos/community-x86_64/privacy.html
  opera/repos/community-x86_64/terms.html

---+
 PKGBUILD  |  178 +++---
 default   |8 
 eula.html |  574 ++---
 opera |   26 +-
 opera.install |   78 +++---
 privacy.html  |  706 
 terms.html|  570 ++---
 7 files changed, 1070 insertions(+), 1070 deletions(-)

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


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

2018-06-14 Thread Ike Devolder via arch-commits
Date: Thursday, June 14, 2018 @ 19:43:54
  Author: idevolder
Revision: 343185

upgpkg: opera 53.0.2907.99-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 19:25:37 UTC (rev 343184)
+++ PKGBUILD2018-06-14 19:43:54 UTC (rev 343185)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=53.0.2907.68
+pkgver=53.0.2907.99
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -32,7 +32,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('7e6802d7ba77b1a2a706b9d1218615810093adc0843887ece13104fbb6893e8d044d422c4df9746ed93b13de447cb8662d63a9ed2456f4e26aaf15031e809898'
+sha512sums=('9727e7b75c6ee8ef2f4b9e50d96fa2f074b662b231ab578000f6476cf52ff6ba1ffb4459b55b385bd0aaa92f2b9410a86a57e61d4cfe161ac728a19e38137364'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'285a0633e5863ec9c9af99138ff0b59da155a2dd72a340e784e53de3e801029eb6ca2e4b38846592b85b9f8b99dcb6f6eedbed273057a9216abe31c396d9f28a'


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

2018-06-14 Thread Ike Devolder via arch-commits
Date: Thursday, June 14, 2018 @ 20:27:03
  Author: idevolder
Revision: 343191

upgpkg: fpc 3.0.4-3

Modified:
  fpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 19:45:47 UTC (rev 343190)
+++ PKGBUILD2018-06-14 20:27:03 UTC (rev 343191)
@@ -9,13 +9,13 @@
 
 pkgname=fpc
 pkgver=3.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 
32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
 arch=('x86_64')
 url="http://www.freepascal.org/;
 license=('GPL' 'LGPL' 'custom')
 backup=("etc/fpc.cfg")
-depends=('ncurses' 'zlib' 'expat' 'binutils')
+depends=('ncurses' 'zlib' 'expat' 'binutils' 'make')
 makedepends=(fpc)
 options=(zipman staticlibs)
 
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz)


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

2018-06-14 Thread David Runge via arch-commits
Date: Thursday, June 14, 2018 @ 21:06:27
  Author: dvzrv
Revision: 343201

upgpkg: fluidsynth 1.1.11-2

Removing lash support (to remove lash from repos). Minor fixes.

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 20:47:53 UTC (rev 343200)
+++ PKGBUILD2018-06-14 21:06:27 UTC (rev 343201)
@@ -1,15 +1,15 @@
 # $Id$
-# Maintainer: Ray Rashif 
-# Contributor: David Runge 
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
 # Contributor: damir 
 
 pkgname=fluidsynth
 pkgver=1.1.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
 url="http://www.fluidsynth.org/;
-depends=('glib2' 'jack' 'lash' 'libpulse' 'portaudio')
+depends=('glib2' 'jack' 'libpulse' 'portaudio')
 makedepends=('cmake' 'ladspa' 'doxygen')
 optdepends=('pulseaudio: PulseAudio sound support')
 license=('LGPL')
@@ -28,7 +28,6 @@
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
-Denable-ladspa=ON \
-   -Denable-lash=ON \
-Denable-portaudio=ON \
-DLIB_SUFFIX=""
   make
@@ -38,12 +37,12 @@
   cd "${pkgname}-${pkgver}/build"
   make DESTDIR="$pkgdir" install
   # systemd user unit
-  install -vDm644 "${pkgname}.service" \
-"$pkgdir/usr/lib/systemd/user/${pkgname}.service"
+  install -vDm 644 "${pkgname}.service" \
+-t "$pkgdir/usr/lib/systemd/user/"
   # system-wide configuration file
-  install -vDm644 "${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
+  install -vDm 644 "${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 ../{AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO}
+-vDm 644 ../{AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO}
 }
 


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

2018-06-14 Thread David Runge via arch-commits
Date: Thursday, June 14, 2018 @ 21:06:33
  Author: dvzrv
Revision: 343202

archrelease: copy trunk to community-x86_64

Added:
  fluidsynth/repos/community-x86_64/PKGBUILD
(from rev 343201, fluidsynth/trunk/PKGBUILD)
Deleted:
  fluidsynth/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 21:06:27 UTC (rev 343201)
+++ PKGBUILD2018-06-14 21:06:33 UTC (rev 343202)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: David Runge 
-# Contributor: damir 
-
-pkgname=fluidsynth
-pkgver=1.1.11
-pkgrel=1
-pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
-arch=('x86_64')
-url="http://www.fluidsynth.org/;
-depends=('glib2' 'jack' 'lash' 'libpulse' 'portaudio')
-makedepends=('cmake' 'ladspa' 'doxygen')
-optdepends=('pulseaudio: PulseAudio sound support')
-license=('LGPL')
-backup=("etc/conf.d/$pkgname")
-source=($pkgname-$pkgver.tar.gz::"https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
-sha512sums=('ad7c634426b29e5a05d67addf32d43a9ccb11a1fe3cfc09ad617416b9df3dc99a48191377f5027232521380737dde2d9b59833516d1bffb90f410bab3bbe140c')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # out-of-tree build
-  mkdir build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/build"
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
-   -Denable-ladspa=ON \
-   -Denable-lash=ON \
-   -Denable-portaudio=ON \
-   -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="$pkgdir" install
-  # systemd user unit
-  install -vDm644 "${pkgname}.service" \
-"$pkgdir/usr/lib/systemd/user/${pkgname}.service"
-  # system-wide configuration file
-  install -vDm644 "${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 ../{AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO}
-}
-

Copied: fluidsynth/repos/community-x86_64/PKGBUILD (from rev 343201, 
fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 21:06:33 UTC (rev 343202)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=fluidsynth
+pkgver=1.1.11
+pkgrel=2
+pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
+arch=('x86_64')
+url="http://www.fluidsynth.org/;
+depends=('glib2' 'jack' 'libpulse' 'portaudio')
+makedepends=('cmake' 'ladspa' 'doxygen')
+optdepends=('pulseaudio: PulseAudio sound support')
+license=('LGPL')
+backup=("etc/conf.d/$pkgname")
+source=($pkgname-$pkgver.tar.gz::"https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
+sha512sums=('ad7c634426b29e5a05d67addf32d43a9ccb11a1fe3cfc09ad617416b9df3dc99a48191377f5027232521380737dde2d9b59833516d1bffb90f410bab3bbe140c')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # out-of-tree build
+  mkdir build
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/build"
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+   -Denable-ladspa=ON \
+   -Denable-portaudio=ON \
+   -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/build"
+  make DESTDIR="$pkgdir" install
+  # systemd user unit
+  install -vDm 644 "${pkgname}.service" \
+-t "$pkgdir/usr/lib/systemd/user/"
+  # system-wide configuration file
+  install -vDm 644 "${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 ../{AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO}
+}
+


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

2018-06-14 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, June 14, 2018 @ 19:24:57
  Author: grazzolini
Revision: 343183

upgpkg: lib32-nvidia-340xx-utils 340.107-3

Rebuild to address https://bugs.archlinux.org/task/58942

Modified:
  lib32-nvidia-340xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 19:17:42 UTC (rev 343182)
+++ PKGBUILD2018-06-14 19:24:57 UTC (rev 343183)
@@ -7,7 +7,7 @@
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-340xx-utils' 'lib32-opencl-nvidia-340xx')
 pkgver=340.107
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')


[arch-commits] Commit in lib32-nvidia-340xx-utils/repos (2 files)

2018-06-14 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, June 14, 2018 @ 19:25:37
  Author: grazzolini
Revision: 343184

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nvidia-340xx-utils/repos/multilib-testing-x86_64/
  lib32-nvidia-340xx-utils/repos/multilib-testing-x86_64/PKGBUILD
(from rev 343183, lib32-nvidia-340xx-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-340xx-utils/repos/multilib-testing-x86_64/PKGBUILD (from 
rev 343183, lib32-nvidia-340xx-utils/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2018-06-14 19:25:37 UTC (rev 343184)
@@ -0,0 +1,99 @@
+# $Id: PKGBUILD 117364 2014-08-13 13:50:53Z svenstaro $
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-340xx-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-340xx-utils' 'lib32-opencl-nvidia-340xx')
+pkgver=340.107
+pkgrel=3
+arch=('x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+sha512sums=('0add713942bcdb639d19b5c36f5e0cea14f9e07490191d46dfeba0515ede7700fd8e9467ec531d38329fe1e76bf45905e70e0d440e7bc2dc79c1d767eab03338')
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia-340xx() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+conflicts=('lib32-opencl-nvidia')
+provides=('lib32-opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-340xx-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs' 'nvidia-340xx-utils')
+conflicts=('lib32-nvidia-340xx-libgl' 'lib32-nvidia-utils')
+provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles' 
'lib32-nvidia-340xx-libgl' 'lib32-nvidia-utils')
+replaces=('lib32-nvidia-340xx-libgl')
+optdepends=('lib32-opencl-nvidia-340xx')
+
+cd "${_pkg}"
+
+# OpenGL libraries
+install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}"
+install -D -m755 "libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libEGL.so.${pkgver}"
+install -D -m755 "libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}"
+install -D -m755 "libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv2.so.${pkgver}"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-glsi.so.${pkgver}"
+
+# misc
+install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-ifr.so.${pkgver}"
+install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-fbc.so.${pkgver}"
+install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-encode.so.${pkgver}"
+install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-cfg.so.${pkgver}"
+install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-ml.so.${pkgver}"
+
+# VDPAU
+install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
+
+# nvidia-tls library
+install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-tls.so.${pkgver}"
+
+# CUDA
+install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libcuda.so.${pkgver}"
+install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvcuvid.so.${pkgver}"
+
+create_links
+
+install -dm 

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

2018-06-14 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, June 14, 2018 @ 19:40:05
  Author: grazzolini
Revision: 326995

upgpkg: nvidia-340xx 340.107-4

Rebuild to address https://bugs.archlinux.org/task/58942

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 19:32:40 UTC (rev 326994)
+++ PKGBUILD2018-06-14 19:40:05 UTC (rev 326995)
@@ -6,12 +6,12 @@
 pkgbase=nvidia-340xx
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
-_extramodules=extramodules-4.16-ARCH
-pkgrel=3
+_extramodules=extramodules-4.17-ARCH
+pkgrel=4
 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.13' 
'linux-headers<4.17')
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.17.1' 
'linux-headers<4.18')
 conflicts=('nvidia')
 license=('custom')
 options=('!strip')
@@ -43,7 +43,7 @@
 
 package_nvidia-340xx() {
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-depends=('linux>=4.16.13' 'linux<4.17' "nvidia-340xx-utils=${pkgver}" 
'libgl')
+depends=('linux>=4.17.1' 'linux<4.18' "nvidia-340xx-utils=${pkgver}" 
'libgl')
 
 install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
   "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko


[arch-commits] Commit in nvidia-340xx-lts/repos/testing-x86_64 (4 files)

2018-06-14 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, June 14, 2018 @ 19:48:45
  Author: grazzolini
Revision: 326998

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 326997, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-x86_64/kernel-4.11.patch
(from rev 326997, nvidia-340xx-lts/trunk/kernel-4.11.patch)
Deleted:
  nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD
  nvidia-340xx-lts/repos/testing-x86_64/kernel-4.11.patch

---+
 PKGBUILD  |  104 ++--
 kernel-4.11.patch |   76 +++---
 2 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 19:48:03 UTC (rev 326997)
+++ PKGBUILD2018-06-14 19:48:45 UTC (rev 326998)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Eric Bélanger 
-
-pkgname=nvidia-340xx-lts
-pkgver=340.107
-_extramodules=extramodules-4.14-lts
-pkgrel=1
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('x86_64')
-url="http://www.nvidia.com/;
-makedepends=('linux-lts>=4.14.48' 'linux-lts-headers>=4.14.48' 
"nvidia-340xx-utils=$pkgver")
-provides=('nvidia-340xx')
-conflicts=('nvidia-lts')
-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=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
-
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
-
-[[ "$CARCH" = "x86_64" ]] && _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"
-}
-
-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() {
-  depends=('linux-lts>=4.14.48' "nvidia-340xx-utils=$pkgver" 'libgl')
-
-  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
-  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
-  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
-}

Copied: nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD (from rev 326997, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 19:48:45 UTC (rev 326998)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.107
+_extramodules=extramodules-4.14-lts
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux-lts>=4.14.49' 'linux-lts-headers>=4.14.49' 
"nvidia-340xx-utils=$pkgver")
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+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=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+[[ "$CARCH" = "x86_64" ]] && _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"
+}
+
+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() {
+  depends=('linux-lts>=4.14.49' "nvidia-340xx-utils=$pkgver" 'libgl')
+
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"

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

2018-06-14 Thread Ike Devolder via arch-commits
Date: Thursday, June 14, 2018 @ 20:27:10
  Author: idevolder
Revision: 343192

archrelease: copy trunk to community-x86_64

Added:
  fpc/repos/community-x86_64/PKGBUILD
(from rev 343191, fpc/trunk/PKGBUILD)
Deleted:
  fpc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 20:27:03 UTC (rev 343191)
+++ PKGBUILD2018-06-14 20:27:10 UTC (rev 343192)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: BlackIkeEagle 
-# Contributor: Valeriy Lyasotskiy 
-# Contributor: Jan Willemson 
-# Contributor: Hugo Ideler 
-# Original PKGBUILD: Andre Naumann 
-# See http://bbs.archlinux.org/viewtopic.php?t=9318=fpc
-
-pkgname=fpc
-pkgver=3.0.4
-pkgrel=2
-pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 
32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
-arch=('x86_64')
-url="http://www.freepascal.org/;
-license=('GPL' 'LGPL' 'custom')
-backup=("etc/fpc.cfg")
-depends=('ncurses' 'zlib' 'expat' 'binutils')
-makedepends=(fpc)
-options=(zipman staticlibs)
-source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz)
-sha256sums=('f66514e6f2c2e4e1bb4d554c24b77682ed61c87811ae5dd210f421855e76')
-
-build() {
-  cd "$srcdir"/fpcbuild-$pkgver
-  pushd fpcsrc/compiler
-  fpcmake -Tall
-  popd
-  make build NOGDB=1
-}
-
-package() {
-  cd "$srcdir"/fpcbuild-$pkgver
-
-  export HOME="$srcdir"
-
-  make -j1 PREFIX="$pkgdir"/usr install NOGDB=1
-
-  export PATH="$pkgdir"/usr/bin:$PATH
-
-  install -Dm0644 fpcsrc/rtl/COPYING.FPC 
"$pkgdir"/usr/share/licenses/${pkgname}/COPYING.FPC
-
-  [ "$CARCH" = "x86_64" ] && ln -s /usr/lib/fpc/${pkgver}/ppcx64 
"$pkgdir"/usr/bin/
-
-  mkdir -p "$pkgdir"/etc
-  "$pkgdir"/usr/lib/fpc/${pkgver}/samplecfg "$pkgdir"/usr/lib/fpc/${pkgver} 
"$pkgdir"/etc
-
-  # use -fPIC by default
-  echo -e "#ifdef cpux86_64\n# for x86_64 use -fPIC by default\n-Cg\n#endif" 
>> "$pkgdir/etc/fpc.cfg"
-
-  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/
-
-  find "$pkgdir"/etc/ -type f -exec sed -i "s|"$pkgdir"||g" {} \;
-}

Copied: fpc/repos/community-x86_64/PKGBUILD (from rev 343191, 
fpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 20:27:10 UTC (rev 343192)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: BlackIkeEagle 
+# Contributor: Valeriy Lyasotskiy 
+# Contributor: Jan Willemson 
+# Contributor: Hugo Ideler 
+# Original PKGBUILD: Andre Naumann 
+# See http://bbs.archlinux.org/viewtopic.php?t=9318=fpc
+
+pkgname=fpc
+pkgver=3.0.4
+pkgrel=3
+pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 
32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
+arch=('x86_64')
+url="http://www.freepascal.org/;
+license=('GPL' 'LGPL' 'custom')
+backup=("etc/fpc.cfg")
+depends=('ncurses' 'zlib' 'expat' 'binutils' 'make')
+makedepends=(fpc)
+options=(zipman staticlibs)
+source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz)
+sha256sums=('f66514e6f2c2e4e1bb4d554c24b77682ed61c87811ae5dd210f421855e76')
+
+build() {
+  cd "$srcdir"/fpcbuild-$pkgver
+  pushd fpcsrc/compiler
+  fpcmake -Tall
+  popd
+  make build NOGDB=1
+}
+
+package() {
+  cd "$srcdir"/fpcbuild-$pkgver
+
+  export HOME="$srcdir"
+
+  make -j1 PREFIX="$pkgdir"/usr install NOGDB=1
+
+  export PATH="$pkgdir"/usr/bin:$PATH
+
+  install -Dm0644 fpcsrc/rtl/COPYING.FPC 
"$pkgdir"/usr/share/licenses/${pkgname}/COPYING.FPC
+
+  [ "$CARCH" = "x86_64" ] && ln -s /usr/lib/fpc/${pkgver}/ppcx64 
"$pkgdir"/usr/bin/
+
+  mkdir -p "$pkgdir"/etc
+  "$pkgdir"/usr/lib/fpc/${pkgver}/samplecfg "$pkgdir"/usr/lib/fpc/${pkgver} 
"$pkgdir"/etc
+
+  # use -fPIC by default
+  echo -e "#ifdef cpux86_64\n# for x86_64 use -fPIC by default\n-Cg\n#endif" 
>> "$pkgdir/etc/fpc.cfg"
+
+  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/
+
+  find "$pkgdir"/etc/ -type f -exec sed -i "s|"$pkgdir"||g" {} \;
+}


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

2018-06-14 Thread Ike Devolder via arch-commits
Date: Thursday, June 14, 2018 @ 20:27:45
  Author: idevolder
Revision: 343194

archrelease: copy trunk to community-x86_64

Added:
  lazarus/repos/community-x86_64/ChangeLog
(from rev 343193, lazarus/trunk/ChangeLog)
  lazarus/repos/community-x86_64/PKGBUILD
(from rev 343193, lazarus/trunk/PKGBUILD)
Deleted:
  lazarus/repos/community-x86_64/ChangeLog
  lazarus/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |   36 
 PKGBUILD  |  256 ++--
 2 files changed, 146 insertions(+), 146 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2018-06-14 20:27:38 UTC (rev 343193)
+++ ChangeLog   2018-06-14 20:27:45 UTC (rev 343194)
@@ -1,18 +0,0 @@
-2012-05-15  BlackIkeEagle
-   * fix lazcontrols failure
- see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
-   * add compiled files again
-
-2012-05-08  BlackIkeEagle
-   * fix FS#29807
-   * should not have removed Makefiles
-
-2012-04-30  BlackIkeEagle
-   * split pkgbuild
-   * lazarus (can be used for compiling)
-   * lazarus-qt (qt ide)
-   * lazarus-gtk (gtk ide)
-
-2008-01-21  JJDaNiMoTh  
-
-* PKGBUILD: moved man pages to /usr/share

Copied: lazarus/repos/community-x86_64/ChangeLog (from rev 343193, 
lazarus/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2018-06-14 20:27:45 UTC (rev 343194)
@@ -0,0 +1,18 @@
+2012-05-15  BlackIkeEagle
+   * fix lazcontrols failure
+ see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
+   * add compiled files again
+
+2012-05-08  BlackIkeEagle
+   * fix FS#29807
+   * should not have removed Makefiles
+
+2012-04-30  BlackIkeEagle
+   * split pkgbuild
+   * lazarus (can be used for compiling)
+   * lazarus-qt (qt ide)
+   * lazarus-gtk (gtk ide)
+
+2008-01-21  JJDaNiMoTh  
+
+* PKGBUILD: moved man pages to /usr/share

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 20:27:38 UTC (rev 343193)
+++ PKGBUILD2018-06-14 20:27:45 UTC (rev 343194)
@@ -1,128 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Sergej Pupykin 
-# Contributor: Jens Adam 
-
-pkgbase=lazarus
-pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt5')
-pkgver=1.8.2
-pkgrel=1
-url='http://www.lazarus.freepascal.org/'
-license=('GPL2' 'MPL' 'custom:modifiedLGPL')
-arch=('x86_64')
-makedepends=('fpc' 'fpc-src' 'gtk2' 'qt5pas' 'rsync')
-options=('!emptydirs' '!makeflags')
-source=("https://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${pkgver}/lazarus-$pkgver.tar.gz;)
-sha512sums=('3dddbf3bfacb0b04c427086c911a4ff67be0d5b291d23c1efce2d813e2cbd2e26b54b2851b5ad223f8df8c2652c002bc684a54c936a0a77c85ccdce08651531b')
-
-build() {
-  cd "$srcdir"/${pkgbase}
-
-  # build gtk2 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 clean bigide
-  # move gtk binaries
-  mv lazarus lazarus-gtk2
-  mv startlazarus startlazarus-gtk2
-
-  # build qt5 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=qt5 bigide
-  # move qt binaries
-  mv lazarus lazarus-qt5
-  mv startlazarus startlazarus-qt5
-}
-
-package_lazarus() {
-  pkgdesc='Delphi-like IDE for FreePascal common files'
-  depends=('fpc' 'fpc-src')
-  optdepends=(
-'perl: to run some scirpts in the tools directory'
-'gtk2: to compile gtk2 apps'
-'qt5pas: to compile qt5 apps and use help viewer'
-  )
-
-  cd "$srcdir"/${pkgbase}
-
-  # skip the 'make install' mess completely and do everything manually
-  mkdir -p "$pkgdir"/usr/lib/lazarus "$pkgdir"/usr/bin 
"$pkgdir"/usr/share/man/man1 "$pkgdir"/usr/share/doc
-  rsync -a \
---exclude="CVS" --exclude=".cvsignore" \
---exclude="*.ppw"   --exclude="*.ppl" \
---exclude="*.ow"--exclude="*.a"\
---exclude="*.rst"   --exclude=".#*" \
---exclude="*.~*"--exclude="*.bak" \
---exclude="*.orig"  --exclude="*.rej" \
---exclude=".xvpics" \
---exclude="killme*" --exclude=".gdb_hist*" \
---exclude="debian"  --exclude="COPYING*" \
---exclude="*.app"   --exclude="tools/install" \
-. "$pkgdir"/usr/lib/lazarus
-
-  #remove some stuff, not needed or for in other package
-  pushd "$pkgdir"/usr/lib/lazarus
-  rm lazarus-*
-  rm startlazarus-*
-  popd
-
-  ln -s /usr/lib/lazarus/lazbuild "$pkgdir"/usr/bin/lazbuild
-  cp -R install/man/man1/* "$pkgdir"/usr/share/man/man1/
-  mv "$pkgdir"/usr/lib/lazarus/docs "$pkgdir"/usr/share/doc/lazarus
-  mkdir -p "$pkgdir"/usr/lib/lazarus/docs
-  ln -s /usr/share/doc/lazarus/chm "$pkgdir"/usr/lib/lazarus/docs/html
-  ln -s /usr/share/doc/lazarus/lazdoc.css 
"$pkgdir"/usr/lib/lazarus/docs/lazdoc.css
-
-  rm -r "$pkgdir"/usr/lib/lazarus/install
-
-  # license files: /usr/lib/lazarus/COPYING*
-  install -D -m644 COPYING.modifiedLGPL.txt 

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

2018-06-14 Thread Ike Devolder via arch-commits
Date: Thursday, June 14, 2018 @ 20:27:38
  Author: idevolder
Revision: 343193

upgpkg: lazarus 1.8.4-1

Modified:
  lazarus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 20:27:10 UTC (rev 343192)
+++ PKGBUILD2018-06-14 20:27:38 UTC (rev 343193)
@@ -5,7 +5,7 @@
 
 pkgbase=lazarus
 pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt5')
-pkgver=1.8.2
+pkgver=1.8.4
 pkgrel=1
 url='http://www.lazarus.freepascal.org/'
 license=('GPL2' 'MPL' 'custom:modifiedLGPL')
@@ -13,7 +13,7 @@
 makedepends=('fpc' 'fpc-src' 'gtk2' 'qt5pas' 'rsync')
 options=('!emptydirs' '!makeflags')
 
source=("https://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${pkgver}/lazarus-$pkgver.tar.gz;)
-sha512sums=('3dddbf3bfacb0b04c427086c911a4ff67be0d5b291d23c1efce2d813e2cbd2e26b54b2851b5ad223f8df8c2652c002bc684a54c936a0a77c85ccdce08651531b')
+sha512sums=('82cdc3c32dddf8e67c0bed9292a9a924227bab50f22ca479f5e98ecccbf60dd66c7f886ecb8e2979d9d8fccc3d25462ee8c55fcab085aa4194b4704660e0b95d')
 
 build() {
   cd "$srcdir"/${pkgbase}


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

2018-06-14 Thread Levente Polyak via arch-commits
Date: Thursday, June 14, 2018 @ 18:47:12
  Author: anthraxx
Revision: 343177

upgpkg: python-libarchive-c 2.8-2 (fix missing build)

Modified:
  python-libarchive-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 18:43:17 UTC (rev 343176)
+++ PKGBUILD2018-06-14 18:47:12 UTC (rev 343177)
@@ -3,7 +3,7 @@
 pkgbase=python-libarchive-c
 pkgname=('python-libarchive-c' 'python2-libarchive-c')
 pkgver=2.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Python interface to libarchive'
 url='https://github.com/Changaco/python-libarchive-c'
 arch=('any')
@@ -22,11 +22,20 @@
   (cd ${pkgbase}-${pkgver}
 LC_CTYPE=en_US.UTF-8 py.test
   )
-  (cd ${pkgbase}-${pkgver}
+  (cd ${pkgbase}-${pkgver}-py2
 LC_CTYPE=en_US.UTF-8 py.test2
   )
 }
 
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
 package_python-libarchive-c() {
   depends=('python' 'libarchive')
   cd ${pkgbase}-${pkgver}


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

2018-06-14 Thread Levente Polyak via arch-commits
Date: Thursday, June 14, 2018 @ 18:47:19
  Author: anthraxx
Revision: 343178

archrelease: copy trunk to community-any

Added:
  python-libarchive-c/repos/community-any/PKGBUILD
(from rev 343177, python-libarchive-c/trunk/PKGBUILD)
Deleted:
  python-libarchive-c/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 18:47:12 UTC (rev 343177)
+++ PKGBUILD2018-06-14 18:47:19 UTC (rev 343178)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-libarchive-c
-pkgname=('python-libarchive-c' 'python2-libarchive-c')
-pkgver=2.8
-pkgrel=1
-pkgdesc='Python interface to libarchive'
-url='https://github.com/Changaco/python-libarchive-c'
-arch=('any')
-license=('CC0')
-makedepends=('python-setuptools' 'python2-setuptools' 'libarchive')
-checkdepends=('python-pytest-cov' 'python-mock' 'python2-pytest-cov' 
'python2-mock')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/Changaco/python-libarchive-c/archive/${pkgver}.tar.gz)
-sha512sums=('1fd6353b75d332791d789493a0e4ab96309010d759fcd26d430812817b4de3a59baf8e4b770c07091985921fedbddef44611f38b4a9ecbaaa399bd886050bec9')
-
-prepare() {
-  sed '/os.umask(2)/d' -i ${pkgbase}-${pkgver}/setup.py
-  cp -a ${pkgbase}-${pkgver}{,-py2}
-}
-
-check() {
-  (cd ${pkgbase}-${pkgver}
-LC_CTYPE=en_US.UTF-8 py.test
-  )
-  (cd ${pkgbase}-${pkgver}
-LC_CTYPE=en_US.UTF-8 py.test2
-  )
-}
-
-package_python-libarchive-c() {
-  depends=('python' 'libarchive')
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_python2-libarchive-c() {
-  depends=('python2' 'libarchive')
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-libarchive-c/repos/community-any/PKGBUILD (from rev 343177, 
python-libarchive-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 18:47:19 UTC (rev 343178)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-libarchive-c
+pkgname=('python-libarchive-c' 'python2-libarchive-c')
+pkgver=2.8
+pkgrel=2
+pkgdesc='Python interface to libarchive'
+url='https://github.com/Changaco/python-libarchive-c'
+arch=('any')
+license=('CC0')
+makedepends=('python-setuptools' 'python2-setuptools' 'libarchive')
+checkdepends=('python-pytest-cov' 'python-mock' 'python2-pytest-cov' 
'python2-mock')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/Changaco/python-libarchive-c/archive/${pkgver}.tar.gz)
+sha512sums=('1fd6353b75d332791d789493a0e4ab96309010d759fcd26d430812817b4de3a59baf8e4b770c07091985921fedbddef44611f38b4a9ecbaaa399bd886050bec9')
+
+prepare() {
+  sed '/os.umask(2)/d' -i ${pkgbase}-${pkgver}/setup.py
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+}
+
+check() {
+  (cd ${pkgbase}-${pkgver}
+LC_CTYPE=en_US.UTF-8 py.test
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+LC_CTYPE=en_US.UTF-8 py.test2
+  )
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+package_python-libarchive-c() {
+  depends=('python' 'libarchive')
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_python2-libarchive-c() {
+  depends=('python2' 'libarchive')
+  cd ${pkgbase}-${pkgver}-py2
+  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-14 Thread Jan Steffens via arch-commits
Date: Thursday, June 14, 2018 @ 19:14:14
  Author: heftig
Revision: 326985

Update source

Modified:
  libfprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 19:11:45 UTC (rev 326984)
+++ PKGBUILD2018-06-14 19:14:14 UTC (rev 326985)
@@ -13,8 +13,8 @@
 depends=(libusb nss pixman glib2)
 makedepends=(git meson gtk-doc)
 groups=(fprint)
-_commit=6f6127cbb640a8549eb971aa73d6fe8543d3c40b  # master~1
-source=("git+https://anongit.freedesktop.org/git/libfprint/libfprint#commit=$_commit;)
+_commit=6f6127cbb640a8549eb971aa73d6fe8543d3c40b  # tags/V_0_8_1^0
+source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2018-06-14 Thread Jan Steffens via arch-commits
Date: Thursday, June 14, 2018 @ 19:14:40
  Author: heftig
Revision: 326987

3.28.3-1

Modified:
  gnome-logs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 19:14:24 UTC (rev 326986)
+++ PKGBUILD2018-06-14 19:14:40 UTC (rev 326987)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-logs
-pkgver=3.28.2
+pkgver=3.28.3
 pkgrel=1
 pkgdesc="A log viewer for the systemd journal"
 arch=(x86_64)
@@ -11,8 +11,8 @@
 depends=(systemd gtk3 gsettings-desktop-schemas)
 makedepends=(appstream-glib git meson itstool)
 groups=(gnome)
-_commit=72b6206dec3a68514edc02167d8b1110c35551ee  # tags/gnome-logs-3.28.2^0
-source=("git+https://git.gnome.org/browse/gnome-logs#commit=$_commit;)
+_commit=c4bc6b81591fa4e21ac6c83a60494d97dacd42c2  # tags/gnome-logs-3.28.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-logs.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -22,7 +22,6 @@
 
 prepare() {
   cd $pkgname
-  git tag -f gnome-logs-3.28.0 2939d8f578d46d95edc3aacd0538f7f0ab860dd8  # 
missing tag
 }
 
 build() {


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

2018-06-14 Thread Jan Steffens via arch-commits
Date: Thursday, June 14, 2018 @ 19:14:24
  Author: heftig
Revision: 326986

Fixup unneeded now

Modified:
  libfprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 19:14:14 UTC (rev 326985)
+++ PKGBUILD2018-06-14 19:14:24 UTC (rev 326986)
@@ -24,8 +24,6 @@
 
 prepare() {
   cd $pkgname
-  # Fixup missing tag
-  git tag -f V_0_8_1 6f6127cbb640a8549eb971aa73d6fe8543d3c40b
 }
 
 build() {


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

2018-06-14 Thread Jan Steffens via arch-commits
Date: Thursday, June 14, 2018 @ 19:21:26
  Author: heftig
Revision: 326990

archrelease: copy trunk to extra-x86_64

Added:
  totem-plparser/repos/extra-x86_64/PKGBUILD
(from rev 326989, totem-plparser/trunk/PKGBUILD)
Deleted:
  totem-plparser/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 19:19:25 UTC (rev 326989)
+++ PKGBUILD2018-06-14 19:21:26 UTC (rev 326990)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem-plparser
-pkgver=3.26.0+11+g0091a56
-pkgrel=1
-pkgdesc="Simple GObject-based library to parse and save a host of playlist 
formats"
-url="https://git.gnome.org/browse/totem-pl-parser;
-license=(LGPL)
-arch=(x86_64)
-depends=(gmime3 libarchive libquvi libxml2)
-makedepends=(gobject-introspection git gtk-doc meson)
-_commit=0091a562f2299fc61943bf5b44ecd7c472288693  # master
-source=("git+https://git.gnome.org/browse/totem-pl-parser#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd totem-pl-parser
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd totem-pl-parser
-}
-
-build() {
-  arch-meson totem-pl-parser build -D enable-gtk-doc=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: totem-plparser/repos/extra-x86_64/PKGBUILD (from rev 326989, 
totem-plparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 19:21:26 UTC (rev 326990)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem-plparser
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Simple GObject-based library to parse and save a host of playlist 
formats"
+url="https://git.gnome.org/browse/totem-pl-parser;
+license=(LGPL)
+arch=(x86_64)
+depends=(gmime3 libarchive libquvi libxml2)
+makedepends=(gobject-introspection git gtk-doc meson)
+checkdepends=(gvfs)
+_commit=d22b15599ff8554377e0dab493673754f615b49d  # tags/V_3_26_1^0
+source=("git+https://gitlab.gnome.org/GNOME/totem-pl-parser.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd totem-pl-parser
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd totem-pl-parser
+}
+
+build() {
+  arch-meson totem-pl-parser build -D enable-gtk-doc=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2018-06-14 Thread Jan Steffens via arch-commits
Date: Thursday, June 14, 2018 @ 19:22:07
  Author: heftig
Revision: 326991

archrelease: copy trunk to extra-x86_64

Added:
  gnome-logs/repos/extra-x86_64/PKGBUILD
(from rev 326990, gnome-logs/trunk/PKGBUILD)
Deleted:
  gnome-logs/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 19:21:26 UTC (rev 326990)
+++ PKGBUILD2018-06-14 19:22:07 UTC (rev 326991)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-logs
-pkgver=3.28.2
-pkgrel=1
-pkgdesc="A log viewer for the systemd journal"
-arch=(x86_64)
-url="https://wiki.gnome.org/Apps/Logs;
-license=(GPL)
-depends=(systemd gtk3 gsettings-desktop-schemas)
-makedepends=(appstream-glib git meson itstool)
-groups=(gnome)
-_commit=72b6206dec3a68514edc02167d8b1110c35551ee  # tags/gnome-logs-3.28.2^0
-source=("git+https://git.gnome.org/browse/gnome-logs#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^gnome-logs-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git tag -f gnome-logs-3.28.0 2939d8f578d46d95edc3aacd0538f7f0ab860dd8  # 
missing tag
-}
-
-build() {
-  arch-meson $pkgname build -D tests=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: gnome-logs/repos/extra-x86_64/PKGBUILD (from rev 326990, 
gnome-logs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 19:22:07 UTC (rev 326991)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-logs
+pkgver=3.28.3
+pkgrel=1
+pkgdesc="A log viewer for the systemd journal"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Logs;
+license=(GPL)
+depends=(systemd gtk3 gsettings-desktop-schemas)
+makedepends=(appstream-glib git meson itstool)
+groups=(gnome)
+_commit=c4bc6b81591fa4e21ac6c83a60494d97dacd42c2  # tags/gnome-logs-3.28.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-logs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gnome-logs-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D tests=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


[arch-commits] Commit in nvidia-340xx-utils/repos/testing-x86_64 (8 files)

2018-06-14 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, June 14, 2018 @ 19:32:40
  Author: grazzolini
Revision: 326994

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-340xx-utils/repos/testing-x86_64/PKGBUILD
(from rev 326993, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/testing-x86_64/nvidia-340xx-utils.install
(from rev 326993, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/testing-x86_64/nvidia-340xx-utils.sysusers
(from rev 326993, nvidia-340xx-utils/trunk/nvidia-340xx-utils.sysusers)
  nvidia-340xx-utils/repos/testing-x86_64/nvidia-drm-outputclass.conf
(from rev 326993, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)
Deleted:
  nvidia-340xx-utils/repos/testing-x86_64/PKGBUILD
  nvidia-340xx-utils/repos/testing-x86_64/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/testing-x86_64/nvidia-340xx-utils.sysusers
  nvidia-340xx-utils/repos/testing-x86_64/nvidia-drm-outputclass.conf

-+
 PKGBUILD|  332 +-
 nvidia-340xx-utils.install  |   14 -
 nvidia-340xx-utils.sysusers |2 
 nvidia-drm-outputclass.conf |   30 +--
 4 files changed, 189 insertions(+), 189 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 19:31:47 UTC (rev 326993)
+++ PKGBUILD2018-06-14 19:32:40 UTC (rev 326994)
@@ -1,166 +0,0 @@
-# $Id$
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-340xx-utils
-pkgname=('nvidia-340xx-utils' 'opencl-nvidia-340xx')
-pkgver=340.107
-pkgrel=1
-arch=('x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-source=(nvidia-drm-outputclass.conf
-
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
-nvidia-340xx-utils.sysusers)
-sha512sums=('c49d246a519731bfab9d22afa5c2dd2d366db06d80182738b84881e93cd697c783f16ee04819275c05597bb063451a5d6102fbc562cd078d2a374533a23cea48'
-
'0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
-
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499')
-
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-create_links() {
-# create soname links
-find "$pkgdir" -type f -name '*.so*' ! -path '*xorg/*' -print0 | while 
read -d $'\0' _lib; do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia-340xx() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('opencl-nvidia')
-provides=('opencl-nvidia' 'opencl-driver')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
-}
-
-package_nvidia-340xx-utils() {
-pkgdesc="NVIDIA drivers utilities"
-depends=('xorg-server')
-optdepends=('gtk2: nvidia-settings'
-'xorg-server-devel: nvidia-xconfig'
-'opencl-nvidia-340xx: OpenCL support')
-conflicts=('nvidia-utils' 'nvidia-340xx-libgl' 'nvidia-libgl')
-provides=('libgl' 'libgles' 'libegl' 'nvidia-utils' 'nvidia-340xx-libgl' 
'nvidia-libgl')
-replaces=('nvidia-340xx-libgl')
-install="${pkgname}.install"
-
-cd "${_pkg}"
-
-# X driver
-install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
-
-# GLX extension module for X
-install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so.1"
# X doesn't find glx otherwise
-ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so"  
# X doesn't find glx otherwise
-
-# OpenGL libraries
-install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libGL.so.${pkgver}"
-install -D -m755 "libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libEGL.so.${pkgver}"
-install 

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

2018-06-14 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, June 14, 2018 @ 19:31:47
  Author: grazzolini
Revision: 326993

upgpkg: nvidia-340xx-utils 340.107-3

Rebuild to address https://bugs.archlinux.org/task/58942

Modified:
  nvidia-340xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 19:22:43 UTC (rev 326992)
+++ PKGBUILD2018-06-14 19:31:47 UTC (rev 326993)
@@ -7,7 +7,7 @@
 pkgbase=nvidia-340xx-utils
 pkgname=('nvidia-340xx-utils' 'opencl-nvidia-340xx')
 pkgver=340.107
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')


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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 18:50:20
  Author: felixonmars
Revision: 343180

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 343179, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
343179, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-14 18:50:20 UTC (rev 343180)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.0
+pkgrel=34
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('7c1afe6a53b596c2ce01e9ad7a7f464af1f4efbc5f8edc13d5ec8bc32ce4e91ddde91dff6ab8e01cf3cf30a37a3a18953d937debc36c9df664f718d968e2ae74')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/filetype.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 18:50:06
  Author: felixonmars
Revision: 343179

upgpkg: tamarin-prover 1.4.0-34

rebuild with blaze-html 0.9.1.1

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 18:47:19 UTC (rev 343178)
+++ PKGBUILD2018-06-14 18:50:06 UTC (rev 343179)
@@ -4,7 +4,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.0
-pkgrel=33
+pkgrel=34
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


[arch-commits] Commit in nvidia-340xx/repos/extra-x86_64 (4 files)

2018-06-14 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, June 14, 2018 @ 19:01:30
  Author: grazzolini
Revision: 326982

archrelease: copy trunk to extra-x86_64

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

---+
 PKGBUILD  |  143 ++--
 kernel-4.11.patch |   76 +--
 2 files changed, 110 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 19:00:34 UTC (rev 326981)
+++ PKGBUILD2018-06-14 19:01:30 UTC (rev 326982)
@@ -1,71 +0,0 @@
-# $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=39
-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/extra-x86_64/PKGBUILD (from rev 326981, 
nvidia-340xx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 19:01:30 UTC (rev 326982)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.107
+_extramodules=extramodules-4.16-ARCH
+pkgrel=3
+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.13' 
'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=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'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 

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

2018-06-14 Thread Jan Steffens via arch-commits
Date: Thursday, June 14, 2018 @ 19:19:25
  Author: heftig
Revision: 326989

3.26.1-1

Modified:
  totem-plparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 19:19:08 UTC (rev 326988)
+++ PKGBUILD2018-06-14 19:19:25 UTC (rev 326989)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem-plparser
-pkgver=3.26.0+11+g0091a56
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Simple GObject-based library to parse and save a host of playlist 
formats"
 url="https://git.gnome.org/browse/totem-pl-parser;
@@ -11,8 +11,9 @@
 arch=(x86_64)
 depends=(gmime3 libarchive libquvi libxml2)
 makedepends=(gobject-introspection git gtk-doc meson)
-_commit=0091a562f2299fc61943bf5b44ecd7c472288693  # master
-source=("git+https://git.gnome.org/browse/totem-pl-parser#commit=$_commit;)
+checkdepends=(gvfs)
+_commit=d22b15599ff8554377e0dab493673754f615b49d  # tags/V_3_26_1^0
+source=("git+https://gitlab.gnome.org/GNOME/totem-pl-parser.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -29,6 +30,11 @@
   ninja -C build
 }
 
+check() {
+  cd build
+  meson test
+}
+
 package() {
   DESTDIR="$pkgdir" ninja -C build install
 }


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

2018-06-14 Thread Jan Steffens via arch-commits
Date: Thursday, June 14, 2018 @ 19:19:08
  Author: heftig
Revision: 326988

1.8.2-1

Modified:
  graphene/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 19:14:40 UTC (rev 326987)
+++ PKGBUILD2018-06-14 19:19:08 UTC (rev 326988)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
  
 pkgname=graphene
-pkgver=1.8.0
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="A thin layer of graphic data types"
 url="https://github.com/ebassi/graphene;
@@ -10,7 +10,7 @@
 license=(MIT)
 depends=(glib2)
 makedepends=(git gtk-doc gobject-introspection meson)
-_commit=0bd8ff0233024f40bcd11b7ce954d4ad7451e8f4  # tags/1.8.0^0
+_commit=f98e3c378414eafae8b75792ded7496b09baaad9  # tags/1.8.2^0
 source=("git+https://github.com/ebassi/graphene#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -24,7 +24,7 @@
 }
 
 build() {
-  arch-meson $pkgname build -Dgtk_doc=true
+  arch-meson $pkgname build -D gtk_doc=true
   ninja -C build
 }
 


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

2018-06-14 Thread Ike Devolder via arch-commits
Date: Thursday, June 14, 2018 @ 19:45:23
  Author: idevolder
Revision: 343187

upgpkg: php-mongodb 1.4.4-1

Modified:
  php-mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 19:44:05 UTC (rev 343186)
+++ PKGBUILD2018-06-14 19:45:23 UTC (rev 343187)
@@ -5,7 +5,7 @@
 # Contributor: Jarek Sedlacek 
 
 pkgname=php-mongodb
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc="MongoDB driver for PHP"
 arch=("x86_64")
@@ -20,7 +20,7 @@
"https://pecl.php.net/get/mongodb-$pkgver.tgz;
"mongodb.ini"
 )
-sha256sums=('633485d2dd3f608143d0716f7ebf352a32d94b16eb7947a2bb851b29bad3e912'
+sha256sums=('13acc8dbc08ecb18689e021f89f74ec3a99fe2298322bba8a230f9f516c1b9eb'
 '242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
 
 build() {


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

2018-06-14 Thread Ike Devolder via arch-commits
Date: Thursday, June 14, 2018 @ 19:45:31
  Author: idevolder
Revision: 343188

archrelease: copy trunk to community-x86_64

Added:
  php-mongodb/repos/community-x86_64/PKGBUILD
(from rev 343187, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-x86_64/mongodb.ini
(from rev 343187, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-x86_64/php-mongodb.install
(from rev 343187, php-mongodb/trunk/php-mongodb.install)
Deleted:
  php-mongodb/repos/community-x86_64/PKGBUILD
  php-mongodb/repos/community-x86_64/mongodb.ini
  php-mongodb/repos/community-x86_64/php-mongodb.install

-+
 PKGBUILD|   74 +-
 mongodb.ini |4 +-
 php-mongodb.install |   24 
 3 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 19:45:23 UTC (rev 343187)
+++ PKGBUILD2018-06-14 19:45:31 UTC (rev 343188)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Felix Yan 
-# Contributor: Martin Striz < ms AT martinstriz DOT cz >
-# Contributor: Jarek Sedlacek 
-
-pkgname=php-mongodb
-pkgver=1.4.3
-pkgrel=1
-pkgdesc="MongoDB driver for PHP"
-arch=("x86_64")
-url="http://mongodb.github.io/mongo-php-driver;
-license=("Apache")
-#depends=('php' 'libmongoc')
-depends=('php')
-makedepends=('re2c')
-backup=("etc/php/conf.d/mongodb.ini")
-install=php-mongodb.install
-source=(
-   "https://pecl.php.net/get/mongodb-$pkgver.tgz;
-   "mongodb.ini"
-)
-sha256sums=('633485d2dd3f608143d0716f7ebf352a32d94b16eb7947a2bb851b29bad3e912'
-'242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
-
-build() {
-   cd mongodb-$pkgver
-   phpize
-   #./configure --prefix=/usr --with-libbson --with-libmongoc
-   ./configure --prefix=/usr
-}
-
-package() {
-   cd mongodb-$pkgver
-   make INSTALL_ROOT="$pkgdir" install
-   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php/conf.d/mongodb.ini"
-}

Copied: php-mongodb/repos/community-x86_64/PKGBUILD (from rev 343187, 
php-mongodb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 19:45:31 UTC (rev 343188)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Felix Yan 
+# Contributor: Martin Striz < ms AT martinstriz DOT cz >
+# Contributor: Jarek Sedlacek 
+
+pkgname=php-mongodb
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="MongoDB driver for PHP"
+arch=("x86_64")
+url="http://mongodb.github.io/mongo-php-driver;
+license=("Apache")
+#depends=('php' 'libmongoc')
+depends=('php')
+makedepends=('re2c')
+backup=("etc/php/conf.d/mongodb.ini")
+install=php-mongodb.install
+source=(
+   "https://pecl.php.net/get/mongodb-$pkgver.tgz;
+   "mongodb.ini"
+)
+sha256sums=('13acc8dbc08ecb18689e021f89f74ec3a99fe2298322bba8a230f9f516c1b9eb'
+'242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
+
+build() {
+   cd mongodb-$pkgver
+   phpize
+   #./configure --prefix=/usr --with-libbson --with-libmongoc
+   ./configure --prefix=/usr
+}
+
+package() {
+   cd mongodb-$pkgver
+   make INSTALL_ROOT="$pkgdir" install
+   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php/conf.d/mongodb.ini"
+}

Deleted: mongodb.ini
===
--- mongodb.ini 2018-06-14 19:45:23 UTC (rev 343187)
+++ mongodb.ini 2018-06-14 19:45:31 UTC (rev 343188)
@@ -1,2 +0,0 @@
-; Tell PHP to load the MongoDB Extension on startup
-extension=mongodb.so

Copied: php-mongodb/repos/community-x86_64/mongodb.ini (from rev 343187, 
php-mongodb/trunk/mongodb.ini)
===
--- mongodb.ini (rev 0)
+++ mongodb.ini 2018-06-14 19:45:31 UTC (rev 343188)
@@ -0,0 +1,2 @@
+; Tell PHP to load the MongoDB Extension on startup
+extension=mongodb.so

Deleted: php-mongodb.install
===
--- php-mongodb.install 2018-06-14 19:45:23 UTC (rev 343187)
+++ php-mongodb.install 2018-06-14 19:45:31 UTC (rev 343188)
@@ -1,12 +0,0 @@
-post_install() {
-  warning
-}
-
-post_upgrade() {
-  warning
-}
-
-warning() {
-  printf "WARNING:\nWhen moving from 'php-mongo' to 'php-mongodb' keep into 
mind the extension's api is not compatible\n\n"
-  return 0
-}

Copied: php-mongodb/repos/community-x86_64/php-mongodb.install (from rev 
343187, php-mongodb/trunk/php-mongodb.install)
===
--- php-mongodb.install (rev 0)
+++ php-mongodb.install 2018-06-14 19:45:31 UTC (rev 343188)
@@ -0,0 +1,12 @@
+post_install() {
+  warning
+}
+
+post_upgrade() {
+  warning
+}
+

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

2018-06-14 Thread Ike Devolder via arch-commits
Date: Thursday, June 14, 2018 @ 19:45:47
  Author: idevolder
Revision: 343190

archrelease: copy trunk to community-x86_64

Added:
  qcad/repos/community-x86_64/PKGBUILD
(from rev 343189, qcad/trunk/PKGBUILD)
Deleted:
  qcad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 19:45:38 UTC (rev 343189)
+++ PKGBUILD2018-06-14 19:45:47 UTC (rev 343190)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Sergej Pupykin 
-# Contributor: Stefan Husmann 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-
-pkgname=qcad
-pkgver=3.20.1.3
-pkgrel=2
-pkgdesc='A 2D CAD package based upon Qt'
-arch=('x86_64')
-url="http://www.qcad.org;
-license=('GPL3')
-depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
-makedepends=('glu')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('fb56dd23261a6717c1d059b8a1ff008a6fdcb8ef5acea43d86fc0477957d6b67b37561f8fb99e9f87bcf059721fd0a048e3430db4e2638d3f90c091334ec13e9')
-
-prepare() {
-  rm *.tar.gz
-  cd qcad-$pkgver
-  sed -e 's|$${QT_VERSION}|5.5.0|g' \
-  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
-}
-
-build() {
-  cd qcad-$pkgver
-  qmake-qt5 qcad.pro
-  make
-}
-
-package() {
-  cd qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 "$pkgdir"/usr/lib/qcad
-  cp -r examples fonts libraries linetypes patterns scripts themes ts \
-  "$pkgdir"/usr/lib/qcad
-  cp release/{*.so,qcad-bin} "$pkgdir"/usr/lib/qcad
-
-  # install man
-  install -Dm644 qcad.1 "$pkgdir"/usr/share/man/man1/qcad.1
-
-  # readme
-  install -Dm644 readme.txt "$pkgdir"/usr/lib/qcad/readme.txt
-
-  # qt
-  cp -r plugins platforminputcontexts platforms xcbglintegrations \
-  "$pkgdir"/usr/lib/qcad
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/plugins/{designer,imageformats,printsupport,sqldrivers}
-  #for sofiles in /usr/lib/qt/plugins/designer/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/plugins/designer/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/imageformats/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/imageformats/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/printsupport/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/printsupport/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/sqldrivers/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/sqldrivers/${sofiles##/*/}
-  #done
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/{platforminputcontexts,platforms,xcbglintegrations}
-  #for sofiles in /usr/lib/qt/plugins/platforminputcontexts/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/platforminputcontexts/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/platforms/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/platforms/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/xcbglintegrations/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/xcbglintegrations/${sofiles##/*/}
-  #done
-
-  install -Dm644 scripts/qcad_icon.png 
"$pkgdir"/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 qcad.desktop "$pkgdir"/usr/share/applications/qcad.desktop
-
-  install -dm755 "$pkgdir"/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/usr/lib/qcad"
 exec /usr/lib/qcad/qcad-bin "$@"' >"$pkgdir"/usr/bin/qcad
-
-  chmod 0755 "$pkgdir"/usr/bin/qcad
-}

Copied: qcad/repos/community-x86_64/PKGBUILD (from rev 343189, 
qcad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 19:45:47 UTC (rev 343190)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefan Husmann 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=qcad
+pkgver=3.20.1.6
+pkgrel=1
+pkgdesc='A 2D CAD package based upon Qt'
+arch=('x86_64')
+url="http://www.qcad.org;
+license=('GPL3')
+depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
+makedepends=('glu')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
+sha512sums=('e7ad781e2f0d1a2576f5919e8bb0513d3d7eabc1e20c6935816d50e914a793381d57431de47cc6c16bd78fef142309f77998f8e99c671bb70c430acb952f527b')
+
+prepare() {
+  rm *.tar.gz
+  cd qcad-$pkgver
+  sed -e 's|$${QT_VERSION}|5.5.0|g' \
+  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
+}
+
+build() {
+  cd qcad-$pkgver
+  qmake-qt5 qcad.pro
+  make
+}
+
+package() 

[arch-commits] Commit in diffoscope/repos/community-x86_64 (3 files)

2018-06-14 Thread Levente Polyak via arch-commits
Date: Thursday, June 14, 2018 @ 20:37:06
  Author: anthraxx
Revision: 343196

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 343195, diffoscope/trunk/PKGBUILD)
  diffoscope/repos/community-x86_64/fix-libarchive-2.8-compatibility.patch
(from rev 343195, diffoscope/trunk/fix-libarchive-2.8-compatibility.patch)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |  177 +++
 fix-libarchive-2.8-compatibility.patch |   29 +
 2 files changed, 119 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 20:36:59 UTC (rev 343195)
+++ PKGBUILD2018-06-14 20:37:06 UTC (rev 343196)
@@ -1,87 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=95
-pkgrel=1
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'binwalk: binwalk support'
-  'bzip2: bzip2 utilities support'
-  'cdrtools: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'docx2txt: docx comparing support'
-  'dtc: device tree comparing support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'imagemagick: ImageMagick identify support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'libcaca: image compare support'
-  'llvm: LLVM bitcode files support'
-  'odt2txt: odt comparing support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'giflib: gifbuild utilities support'
-  'gnupg: GNU privacy guard support'
-  'gnumeric: GNOME Spreadsheet support'
-  'mono: mono support'
-  'openssh: OpenSSH key comparing support'
-  'poppler: PDF utilities support'
-  'r: R language support'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  #'python-guestfs: guestfs filesystem support'
-  'python-argcomplete: completion support'
-  'python-jsbeautifier: javascript beautifier support'
-  'python-progressbar: show progressbar support'
-  'tcpdump: pcap matching support'
-  'tlsh: fuzzy matching supprt'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-  'xxd: xxd utilities support'
-  'xz: XZ and LZMA utilities support'
-)
-makedepends=('help2man' 'python-docutils')
-checkdepends=(
-  'python-pytest' 'python-jsbeautifier' 'acl' 'binutils' 'bzip2' 'cdrtools' 
'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'imagemagick'
-  'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 
'mono-tools' 'poppler' 'sqlite' 'squashfs-tools'
-  'tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
-  'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete')
-source=(${pkgname}-${pkgver}.tar.bz2::https://salsa.debian.org/reproducible-builds/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('ad058e5691094ff06dcc71e1b715410b338e6973da59bd8d6076a9916d1afc29a868f5917752325189f9158d7cec910e8315d7a588b076014f83f67200a74441')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-  make -C doc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" py.test \
--k 'not test_rlib and not test_progress and not test_ppu and not test_elf 
and not test_icc and not test_berkeley_db'
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/diffoscope.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 343195, 
diffoscope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 20:37:06 UTC (rev 343196)
@@ -0,0 +1,90 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=95
+pkgrel=2
+pkgdesc='Tool for in-depth comparison of files, archives, and directories'
+url='https://diffoscope.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml')
+optdepends=(
+  'acl: access control list utilities support'
+  'binutils: binary utilities support'
+  'binwalk: binwalk 

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

2018-06-14 Thread Eli Schwartz via arch-commits
Date: Thursday, June 14, 2018 @ 21:29:24
  Author: eschwartz
Revision: 343205

upgpkg: firefox-extension-https-everywhere 2018.6.13-1

upstream release

Modified:
  firefox-extension-https-everywhere/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 21:22:57 UTC (rev 343204)
+++ PKGBUILD2018-06-14 21:29:24 UTC (rev 343205)
@@ -4,7 +4,7 @@
 
 _pkgname=https-everywhere
 pkgname=firefox-extension-${_pkgname}
-pkgver=2018.4.11
+pkgver=2018.6.13
 pkgrel=1
 pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
 arch=('any')
@@ -16,7 +16,7 @@
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('17b907cad8e8505795fe95df08d4ad10cdbc7164ecabe45cacf51d40ed780941'
+sha256sums=('c78126aae07ceb2a6cf2b53d136e755fedc1eac80943a876575d15981d0e0634'
 'SKIP')
 validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677') # William Budington 

 


[arch-commits] Commit in firefox-extension-https-everywhere/repos/community-any (2 files)

2018-06-14 Thread Eli Schwartz via arch-commits
Date: Thursday, June 14, 2018 @ 21:29:38
  Author: eschwartz
Revision: 343206

archrelease: copy trunk to community-any

Added:
  firefox-extension-https-everywhere/repos/community-any/PKGBUILD
(from rev 343205, firefox-extension-https-everywhere/trunk/PKGBUILD)
Deleted:
  firefox-extension-https-everywhere/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 21:29:24 UTC (rev 343205)
+++ PKGBUILD2018-06-14 21:29:38 UTC (rev 343206)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=https-everywhere
-pkgname=firefox-extension-${_pkgname}
-pkgver=2018.4.11
-pkgrel=1
-pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
-arch=('any')
-url="https://www.eff.org/https-everywhere;
-license=('GPL2')
-groups=('firefox-addons')
-depends=("firefox")
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('17b907cad8e8505795fe95df08d4ad10cdbc7164ecabe45cacf51d40ed780941'
-'SKIP')
-validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677') # William Budington 

-
-prepare() {
-  cd "$srcdir"
-
-  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
-}
-
-package() {
-  cd "${srcdir}"
-
-  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
-_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
-  else
-_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
-  fi
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  # Should this extension be unpacked or not?
-  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-extension-https-everywhere/repos/community-any/PKGBUILD (from 
rev 343205, firefox-extension-https-everywhere/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 21:29:38 UTC (rev 343206)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=https-everywhere
+pkgname=firefox-extension-${_pkgname}
+pkgver=2018.6.13
+pkgrel=1
+pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
+arch=('any')
+url="https://www.eff.org/https-everywhere;
+license=('GPL2')
+groups=('firefox-addons')
+depends=("firefox")
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('c78126aae07ceb2a6cf2b53d136e755fedc1eac80943a876575d15981d0e0634'
+'SKIP')
+validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677') # William Budington 

+
+prepare() {
+  cd "$srcdir"
+
+  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
+}
+
+package() {
+  cd "${srcdir}"
+
+  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
+_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
+  else
+_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
+  fi
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  # Should this extension be unpacked or not?
+  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


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

2018-06-14 Thread David Runge via arch-commits
Date: Thursday, June 14, 2018 @ 21:39:32
  Author: dvzrv
Revision: 343208

archrelease: copy trunk to community-x86_64

Added:
  zynaddsubfx/repos/community-x86_64/PKGBUILD
(from rev 343207, zynaddsubfx/trunk/PKGBUILD)
Deleted:
  zynaddsubfx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 21:39:26 UTC (rev 343207)
+++ PKGBUILD2018-06-14 21:39:32 UTC (rev 343208)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Sergej Pupykin 
-# Contributor: SpepS 
-# Contributor: Ionut Biru 
-# Contributor: DonVla 
-
-pkgname=zynaddsubfx
-pkgver=3.0.3
-pkgrel=5
-pkgdesc="Opensource software synthesizer capable of making a countless number 
of instruments."
-arch=('x86_64')
-url="http://zynaddsubfx.sourceforge.net;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('fftw' 'hicolor-icon-theme' 'lash' 'liblo' 'libxpm' 'mxml' 'ntk' 
'portaudio')
-makedepends=('asciidoc' 'cmake' 'doxygen' 'gnuplot' 'dblatex' 'imagemagick' 
'ghostscript' 'texlive-pstricks')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('e60e22656388d444114959859c12014ec79d7ba555b0d217ad98ad06e273916eea0eee521bb9dbfdef5be34205280d355b44a8f15760eeff06b16410d560b5d7')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  mkdir -vp build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/build"
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDefaultOutput=jack \
--DDefaultInput=jack \
--DGuiModule=ntk \
-..
-  make
-  # build documentation
-  cd ../doc
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}/" install
-  # banks and examples
-  install -vd "${pkgdir}/usr/share/${pkgname}"
-  cp -va ../instruments/banks "${pkgdir}/usr/share/${pkgname}"
-  cp -va ../instruments/examples "${pkgdir}/usr/share/${pkgname}"
-  # icons
-  install -vDm 644 "../${pkgname}.ico" \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.ico"
-  install -vDm 644 "../${pkgname}.svg" \
-"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
-  # man page
-  install -vDm 644 "../doc/${pkgname}.1" \
-"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  # documentation
-  install -vDm 644 "../doc/${pkgname}.html" \
-"${pkgdir}/usr/share/doc/${pkgname}/${pkgname}.html"
-  install -vDm 644 "../doc/${pkgname}.pdf" \
-"${pkgdir}/usr/share/doc/${pkgname}/${pkgname}.pdf"
-  cp -va ../doc/images "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: zynaddsubfx/repos/community-x86_64/PKGBUILD (from rev 343207, 
zynaddsubfx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 21:39:32 UTC (rev 343208)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Sergej Pupykin 
+# Contributor: SpepS 
+# Contributor: Ionut Biru 
+# Contributor: DonVla 
+
+pkgname=zynaddsubfx
+pkgver=3.0.3
+pkgrel=6
+pkgdesc="Opensource software synthesizer capable of making a countless number 
of instruments."
+arch=('x86_64')
+url="http://zynaddsubfx.sourceforge.net;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('fftw' 'hicolor-icon-theme' 'liblo' 'libxpm' 'mxml' 'ntk' 'portaudio')
+makedepends=('asciidoc' 'cmake' 'doxygen' 'gnuplot' 'dblatex' 'imagemagick' 
'ghostscript' 'texlive-pstricks')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('e60e22656388d444114959859c12014ec79d7ba555b0d217ad98ad06e273916eea0eee521bb9dbfdef5be34205280d355b44a8f15760eeff06b16410d560b5d7')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  mkdir -vp build
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/build"
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDefaultOutput=jack \
+-DDefaultInput=jack \
+-DGuiModule=ntk \
+..
+  make
+  # build documentation
+  cd ../doc
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}/" install
+  # banks and examples
+  install -vd "${pkgdir}/usr/share/${pkgname}"
+  cp -va ../instruments/banks "${pkgdir}/usr/share/${pkgname}"
+  cp -va ../instruments/examples "${pkgdir}/usr/share/${pkgname}"
+  # icons
+  install -vDm 644 "../${pkgname}.ico" \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.ico"
+  install -vDm 644 "../${pkgname}.svg" \
+"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
+  # man page
+  install -vDm 644 "../doc/${pkgname}.1" \
+"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  # documentation
+  install -vDm 644 "../doc/${pkgname}.html" \
+"${pkgdir}/usr/share/doc/${pkgname}/${pkgname}.html"
+  install -vDm 644 "../doc/${pkgname}.pdf" \
+

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

2018-06-14 Thread David Runge via arch-commits
Date: Thursday, June 14, 2018 @ 21:39:26
  Author: dvzrv
Revision: 343207

upgpkg: zynaddsubfx 3.0.3-6

Removing lash support (to remove lash from repos).

Modified:
  zynaddsubfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 21:29:38 UTC (rev 343206)
+++ PKGBUILD2018-06-14 21:39:26 UTC (rev 343207)
@@ -7,13 +7,13 @@
 
 pkgname=zynaddsubfx
 pkgver=3.0.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Opensource software synthesizer capable of making a countless number 
of instruments."
 arch=('x86_64')
 url="http://zynaddsubfx.sourceforge.net;
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('fftw' 'hicolor-icon-theme' 'lash' 'liblo' 'libxpm' 'mxml' 'ntk' 
'portaudio')
+depends=('fftw' 'hicolor-icon-theme' 'liblo' 'libxpm' 'mxml' 'ntk' 'portaudio')
 makedepends=('asciidoc' 'cmake' 'doxygen' 'gnuplot' 'dblatex' 'imagemagick' 
'ghostscript' 'texlive-pstricks')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
 
sha512sums=('e60e22656388d444114959859c12014ec79d7ba555b0d217ad98ad06e273916eea0eee521bb9dbfdef5be34205280d355b44a8f15760eeff06b16410d560b5d7')


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

2018-06-14 Thread Gaëtan Bisson via arch-commits
Date: Thursday, June 14, 2018 @ 21:48:50
  Author: bisson
Revision: 343210

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
(from rev 343209, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 21:48:18 UTC (rev 343209)
+++ PKGBUILD2018-06-14 21:48:50 UTC (rev 343210)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.0.0beta3
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='http://picard.musicbrainz.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('python-pyqt5' 'python-mutagen')
-optdepends=('chromaprint: fingerprinting'
-'python-discid: cd lookup')
-makedepends=('python-discid' 'git' 'python-setuptools')
-#source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-source=("git+https://github.com/metabrainz/picard.git#commit=3a41cebdbcff9af9791575d2e555c59201b55902;)
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/picard"
-   sed "s/‘/'/g" -i setup.cfg
-   python setup.py config
-}
-
-package() {
-   cd "${srcdir}/picard"
-   python setup.py install --root="${pkgdir}"
-   rm "${pkgdir}/usr/picard.in"
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 343209, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 21:48:50 UTC (rev 343210)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.0.0beta3
+pkgrel=2
+pkgdesc='Official MusicBrainz tagger'
+url='http://picard.musicbrainz.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('python-pyqt5' 'python-mutagen')
+optdepends=('chromaprint: fingerprinting'
+'python-discid: cd lookup')
+makedepends=('python-discid' 'git' 'python-setuptools')
+#source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+source=("git+https://github.com/metabrainz/picard.git#commit=3a41cebdbcff9af9791575d2e555c59201b55902;)
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/picard"
+   sed "s/‘/'/g" -i setup.cfg
+   python setup.py config
+}
+
+package() {
+   cd "${srcdir}/picard"
+   python setup.py install --root="${pkgdir}"
+   rm "${pkgdir}/usr/picard.in"
+   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
+}


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

2018-06-14 Thread Gaëtan Bisson via arch-commits
Date: Thursday, June 14, 2018 @ 21:48:18
  Author: bisson
Revision: 343209

remove useless pip info, pacman handles dependencies

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 21:39:32 UTC (rev 343208)
+++ PKGBUILD2018-06-14 21:48:18 UTC (rev 343209)
@@ -5,7 +5,7 @@
 
 pkgname=picard
 pkgver=2.0.0beta3
-pkgrel=1
+pkgrel=2
 pkgdesc='Official MusicBrainz tagger'
 url='http://picard.musicbrainz.org/'
 license=('GPL')
@@ -28,4 +28,5 @@
cd "${srcdir}/picard"
python setup.py install --root="${pkgdir}"
rm "${pkgdir}/usr/picard.in"
+   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
 }


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

2018-06-14 Thread David Runge via arch-commits
Date: Thursday, June 14, 2018 @ 21:53:30
  Author: dvzrv
Revision: 343211

upgpkg: python-orderedmultidict 1.0-1

Upgrading to 1.0. Minor fixes.

Modified:
  python-orderedmultidict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 21:48:50 UTC (rev 343210)
+++ PKGBUILD2018-06-14 21:53:30 UTC (rev 343211)
@@ -4,8 +4,8 @@
 _name=orderedmultidict
 pkgbase=python-orderedmultidict
 pkgname=('python-orderedmultidict' 'python2-orderedmultidict')
-pkgver=0.7.11
-pkgrel=2
+pkgver=1.0
+pkgrel=1
 pkgdesc="Ordered multivalue dictionary that retains method parity with dict."
 url="https://github.com/gruns/orderedmultidict;
 makedepends=('python-setuptools' 'python2-setuptools')
@@ -12,8 +12,8 @@
 checkdepends=('python-pycodestyle' 'python2-pycodestyle')
 license=('custom')
 arch=('any')
-source=("https://pypi.io/packages/source/o/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('0aefb0b308709e66e6f4d3358dc6db53563054a78ba70a49e4e89db20350d36295b863c0feff8232eecff0fe68e0b62b8ef032e1c596dae5c5873bd6d345e75c')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('7f731bde1f9cdd3e0490d3f590f2bfefa21935155d309d7460e45e11a640272de15a192200cb5110cf45876b7d6f0b6c7eac635fd122f6225b25aca90a4d6d36')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
@@ -37,22 +37,22 @@
 
 package_python-orderedmultidict() {
   depends=('python-six')
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
-  install -vDm644 LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname[0]}/LICENSE"
-  install -t "${pkgdir}/usr/share/doc/${pkgname[0]}" -vDm644 {API,README}.md
+  install -vDm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" -vDm 644 {API,README}.md
 }
 
 package_python2-orderedmultidict() {
   depends=('python2-six')
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   python2 setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
-  install -vDm644 LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname[1]}/LICENSE"
-  install -t "${pkgdir}/usr/share/doc/${pkgname[1]}" -vDm644 {API,README}.md
+  install -vDm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" -vDm 644 {API,README}.md
 }


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

2018-06-14 Thread David Runge via arch-commits
Date: Thursday, June 14, 2018 @ 21:53:36
  Author: dvzrv
Revision: 343212

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 21:53:30 UTC (rev 343211)
+++ PKGBUILD2018-06-14 21:53:36 UTC (rev 343212)
@@ -1,58 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Husam Bilal 
-
-_name=orderedmultidict
-pkgbase=python-orderedmultidict
-pkgname=('python-orderedmultidict' 'python2-orderedmultidict')
-pkgver=0.7.11
-pkgrel=2
-pkgdesc="Ordered multivalue dictionary that retains method parity with dict."
-url="https://github.com/gruns/orderedmultidict;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pycodestyle' 'python2-pycodestyle')
-license=('custom')
-arch=('any')
-source=("https://pypi.io/packages/source/o/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('0aefb0b308709e66e6f4d3358dc6db53563054a78ba70a49e4e89db20350d36295b863c0feff8232eecff0fe68e0b62b8ef032e1c596dae5c5873bd6d345e75c')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
-}
-
-check() {
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py test
-
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py test
-}
-
-package_python-orderedmultidict() {
-  depends=('python-six')
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm644 LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname[0]}/LICENSE"
-  install -t "${pkgdir}/usr/share/doc/${pkgname[0]}" -vDm644 {API,README}.md
-}
-
-package_python2-orderedmultidict() {
-  depends=('python2-six')
-  cd "${pkgname[0]}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm644 LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname[1]}/LICENSE"
-  install -t "${pkgdir}/usr/share/doc/${pkgname[1]}" -vDm644 {API,README}.md
-}

Copied: python-orderedmultidict/repos/community-any/PKGBUILD (from rev 343211, 
python-orderedmultidict/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 21:53:36 UTC (rev 343212)
@@ -0,0 +1,58 @@
+# Maintainer: David Runge 
+# Contributor: Husam Bilal 
+
+_name=orderedmultidict
+pkgbase=python-orderedmultidict
+pkgname=('python-orderedmultidict' 'python2-orderedmultidict')
+pkgver=1.0
+pkgrel=1
+pkgdesc="Ordered multivalue dictionary that retains method parity with dict."
+url="https://github.com/gruns/orderedmultidict;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pycodestyle' 'python2-pycodestyle')
+license=('custom')
+arch=('any')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('7f731bde1f9cdd3e0490d3f590f2bfefa21935155d309d7460e45e11a640272de15a192200cb5110cf45876b7d6f0b6c7eac635fd122f6225b25aca90a4d6d36')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
+  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname[0]}-${pkgver}"
+  python setup.py build
+  cd ../"${pkgname[1]}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${pkgname[0]}-${pkgver}"
+  python setup.py test
+
+  cd ../"${pkgname[1]}-${pkgver}"
+  python2 setup.py test
+}
+
+package_python-orderedmultidict() {
+  depends=('python-six')
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" -vDm 644 {API,README}.md
+}
+
+package_python2-orderedmultidict() {
+  depends=('python2-six')
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" -vDm 644 {API,README}.md
+}


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

2018-06-14 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, June 14, 2018 @ 19:00:34
  Author: grazzolini
Revision: 326981

upgpkg: nvidia-340xx 340.107-3

Rebuild to address https://bugs.archlinux.org/task/58942

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 18:56:02 UTC (rev 326980)
+++ PKGBUILD2018-06-14 19:00:34 UTC (rev 326981)
@@ -6,12 +6,12 @@
 pkgbase=nvidia-340xx
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
-_extramodules=extramodules-4.17-ARCH
-pkgrel=2
+_extramodules=extramodules-4.16-ARCH
+pkgrel=3
 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.17' 
'linux-headers<4.18')
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.16.13' 
'linux-headers<4.17')
 conflicts=('nvidia')
 license=('custom')
 options=('!strip')
@@ -43,7 +43,7 @@
 
 package_nvidia-340xx() {
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-depends=('linux>=4.17' 'linux<4.18' "nvidia-340xx-utils=${pkgver}" 'libgl')
+depends=('linux>=4.16.13' 'linux<4.17' "nvidia-340xx-utils=${pkgver}" 
'libgl')
 
 install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
   "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko


[arch-commits] Commit in nvidia-340xx-lts/repos/extra-x86_64 (4 files)

2018-06-14 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, June 14, 2018 @ 19:11:45
  Author: grazzolini
Revision: 326984

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-340xx-lts/repos/extra-x86_64/PKGBUILD
(from rev 326983, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/extra-x86_64/kernel-4.11.patch
(from rev 326983, nvidia-340xx-lts/trunk/kernel-4.11.patch)
Deleted:
  nvidia-340xx-lts/repos/extra-x86_64/PKGBUILD
  nvidia-340xx-lts/repos/extra-x86_64/kernel-4.11.patch

---+
 PKGBUILD  |  103 ++--
 kernel-4.11.patch |   76 +++---
 2 files changed, 90 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 19:10:57 UTC (rev 326983)
+++ PKGBUILD2018-06-14 19:11:45 UTC (rev 326984)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-340xx-lts
-pkgver=340.106
-_extramodules=extramodules-4.14-lts
-pkgrel=12
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('x86_64')
-url="http://www.nvidia.com/;
-makedepends=('linux-lts>=4.14.39' 'linux-lts-headers>=4.14.36' 
"nvidia-340xx-utils=$pkgver")
-provides=('nvidia-340xx')
-conflicts=('nvidia-lts')
-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')
-
-[[ "$CARCH" = "x86_64" ]] && _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"
-}
-
-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() {
-  depends=('linux-lts>=4.14.39' "nvidia-340xx-utils=$pkgver" 'libgl')
-
-  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
-  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
-  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
-}

Copied: nvidia-340xx-lts/repos/extra-x86_64/PKGBUILD (from rev 326983, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-14 19:11:45 UTC (rev 326984)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.107
+_extramodules=extramodules-4.14-lts
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux-lts>=4.14.49' 'linux-lts-headers>=4.14.49' 
"nvidia-340xx-utils=$pkgver")
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+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=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+[[ "$CARCH" = "x86_64" ]] && _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"
+}
+
+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() {
+  depends=('linux-lts>=4.14.49' "nvidia-340xx-utils=$pkgver" 'libgl')
+
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
+  gzip 

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

2018-06-14 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, June 14, 2018 @ 19:10:57
  Author: grazzolini
Revision: 326983

upgpkg: nvidia-340xx-lts 340.107-2

Rebuild to address https://bugs.archlinux.org/task/58942

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 19:01:30 UTC (rev 326982)
+++ PKGBUILD2018-06-14 19:10:57 UTC (rev 326983)
@@ -5,11 +5,11 @@
 pkgname=nvidia-340xx-lts
 pkgver=340.107
 _extramodules=extramodules-4.14-lts
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')
 url="http://www.nvidia.com/;
-makedepends=('linux-lts>=4.14.48' 'linux-lts-headers>=4.14.48' 
"nvidia-340xx-utils=$pkgver")
+makedepends=('linux-lts>=4.14.49' 'linux-lts-headers>=4.14.49' 
"nvidia-340xx-utils=$pkgver")
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')
@@ -38,7 +38,7 @@
 }
 
 package() {
-  depends=('linux-lts>=4.14.48' "nvidia-340xx-utils=$pkgver" 'libgl')
+  depends=('linux-lts>=4.14.49' "nvidia-340xx-utils=$pkgver" 'libgl')
 
   install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
 "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"


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

2018-06-14 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, June 14, 2018 @ 19:48:03
  Author: grazzolini
Revision: 326997

upgpkg: nvidia-340xx-lts 340.107-3

Rebuild to address https://bugs.archlinux.org/task/58942

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 19:42:55 UTC (rev 326996)
+++ PKGBUILD2018-06-14 19:48:03 UTC (rev 326997)
@@ -5,7 +5,7 @@
 pkgname=nvidia-340xx-lts
 pkgver=340.107
 _extramodules=extramodules-4.14-lts
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-06-14 Thread Ike Devolder via arch-commits
Date: Thursday, June 14, 2018 @ 19:45:38
  Author: idevolder
Revision: 343189

upgpkg: qcad 3.20.1.6-1

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 19:45:31 UTC (rev 343188)
+++ PKGBUILD2018-06-14 19:45:38 UTC (rev 343189)
@@ -6,8 +6,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.20.1.3
-pkgrel=2
+pkgver=3.20.1.6
+pkgrel=1
 pkgdesc='A 2D CAD package based upon Qt'
 arch=('x86_64')
 url="http://www.qcad.org;
@@ -15,7 +15,7 @@
 depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
 makedepends=('glu')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('fb56dd23261a6717c1d059b8a1ff008a6fdcb8ef5acea43d86fc0477957d6b67b37561f8fb99e9f87bcf059721fd0a048e3430db4e2638d3f90c091334ec13e9')
+sha512sums=('e7ad781e2f0d1a2576f5919e8bb0513d3d7eabc1e20c6935816d50e914a793381d57431de47cc6c16bd78fef142309f77998f8e99c671bb70c430acb952f527b')
 
 prepare() {
   rm *.tar.gz


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

2018-06-14 Thread Levente Polyak via arch-commits
Date: Thursday, June 14, 2018 @ 20:36:59
  Author: anthraxx
Revision: 343195

upgpkg: diffoscope 95-2 (fix python-libarchive-c >= 2.8)

Added:
  diffoscope/trunk/fix-libarchive-2.8-compatibility.patch
Modified:
  diffoscope/trunk/PKGBUILD

+
 PKGBUILD   |9 ++---
 fix-libarchive-2.8-compatibility.patch |   29 +
 2 files changed, 35 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 20:27:45 UTC (rev 343194)
+++ PKGBUILD2018-06-14 20:36:59 UTC (rev 343195)
@@ -2,7 +2,7 @@
 
 pkgname=diffoscope
 pkgver=95
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')
@@ -57,12 +57,15 @@
   'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 
'mono-tools' 'poppler' 'sqlite' 'squashfs-tools'
   'tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete')
-source=(${pkgname}-${pkgver}.tar.bz2::https://salsa.debian.org/reproducible-builds/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('ad058e5691094ff06dcc71e1b715410b338e6973da59bd8d6076a9916d1afc29a868f5917752325189f9158d7cec910e8315d7a588b076014f83f67200a74441')
+source=(${pkgname}-${pkgver}.tar.bz2::https://salsa.debian.org/reproducible-builds/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+fix-libarchive-2.8-compatibility.patch)
+sha512sums=('ad058e5691094ff06dcc71e1b715410b338e6973da59bd8d6076a9916d1afc29a868f5917752325189f9158d7cec910e8315d7a588b076014f83f67200a74441'
+
'c5fb2c6149b9e50c80e9fd4cdb94f2ef6e90021b44aa98e940c2ca95c441a9dd36a642cd3df6abd646a10c9d6dbc8a8d08284e5299772c735bd029351068d366')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   sed '/python-magic/d' -i setup.py
+  patch -p1 < ../fix-libarchive-2.8-compatibility.patch
 }
 
 build() {

Added: fix-libarchive-2.8-compatibility.patch
===
--- fix-libarchive-2.8-compatibility.patch  (rev 0)
+++ fix-libarchive-2.8-compatibility.patch  2018-06-14 20:36:59 UTC (rev 
343195)
@@ -0,0 +1,29 @@
+From 466be17181ba7b78006f982c5fa39a2397ffd748 Mon Sep 17 00:00:00 2001
+From: anthraxx 
+Date: Thu, 14 Jun 2018 22:22:03 +0200
+Subject: [PATCH] libarchive: add compatibility with python-libarchive >= 2.8
+
+Python librarchive 2.8 removed the mtime_nsec property from
+ArchiveEntry so lets wire the ffi function if available
+---
+ diffoscope/comparators/utils/libarchive.py | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/diffoscope/comparators/utils/libarchive.py 
b/diffoscope/comparators/utils/libarchive.py
+index f427ede..7bb20c0 100644
+--- a/diffoscope/comparators/utils/libarchive.py
 b/diffoscope/comparators/utils/libarchive.py
+@@ -64,6 +64,10 @@ if not hasattr(libarchive.ffi, 'entry_uname'):
+ if not hasattr(libarchive.ffi, 'entry_gname'):
+ libarchive.ffi.ffi('entry_gname', [libarchive.ffi.c_archive_entry_p], 
ctypes.c_char_p)
+ libarchive.ArchiveEntry.gname = property(lambda self: 
libarchive.ffi.entry_gname(self._entry_p))
++# Monkeypatch libarchive-c (<< 2.8)
++if not hasattr(libarchive.ArchiveEntry, 'mtime_nsec') and 
hasattr(libarchive.ffi, 'entry_mtime_nsec'):
++libarchive.ArchiveEntry.mtime_nsec = property(
++lambda self: libarchive.ffi.entry_mtime_nsec(self._entry_p))
+ 
+ # Monkeypatch libarchive-c so we always get pathname as (Unicode) str
+ # Otherwise, we'll get sometimes str and sometimes bytes and always pain.
+-- 
+2.17.1
+


[arch-commits] Commit in atom/repos/community-x86_64 (20 files)

2018-06-14 Thread Nicola Squartini via arch-commits
Date: Thursday, June 14, 2018 @ 20:47:53
  Author: tensor5
Revision: 343200

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 343199, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 343199, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 343199, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 343199, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 343199, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-node8.patch
(from rev 343199, atom/trunk/fix-node8.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 343199, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 343199, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 343199, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 343199, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-node8.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  259 ++--
 atom.js |   66 ++---
 dugite-use-system-git.patch |   57 ++--
 fix-atom-sh.patch   |  254 ++--
 fix-license-path.patch  |   44 +--
 fix-node8.patch |   22 -
 fix-restart.patch   |   22 -
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   64 ++---
 use-system-electron.patch   |  424 +-
 10 files changed, 623 insertions(+), 611 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 20:47:29 UTC (rev 343199)
+++ PKGBUILD2018-06-14 20:47:53 UTC (rev 343200)
@@ -1,128 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.27.2
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron' 'libxkbfile')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz;
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-node8.patch'
-'fix-restart.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('e99c96326682cd674d3d225c01b706ddd7e5a6b3f4e7cbfcbef1a74d3b977223'
-'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
-'3fadee5a2d8c1ff35e085f9b9f3cf2eb71627bda9e8b10c2a0bd85b268591bf6'
-'d8d77adebd7bd4eaf024988c68c30dc6b968044f7a6381227d13b6d77fa2b442'
-'7f0142c91e24236a3a6dcc70af9d4217f65c5a764091876a916e3bbafa4ed0fa'
-'eb771d7c009be8d48c1387ed63f3e575dc12f3bd69455b4be4b78ab57cb49b86'
-'f81a8dd53403fe76d80716b65d69bec141fae0b1a9a6ef56314f9e815e48f132'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'4b91a1acd112838bd001f4e3c555de2a5fc7446c9eab6bc5dae0ca640306e81b'
-'1d0ff39e5bc5c0bfbb08a533bff9fb834a8dbc70d280bf93b5e2649fff181221')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}"/fix-atom-sh.patch
-  patch -Np1 -i "${srcdir}"/use-system-electron.patch
-  patch -Np1 -i "${srcdir}"/use-system-apm.patch
-  patch -Np1 -i "${srcdir}"/fix-license-path.patch
-  patch -Np1 -i "${srcdir}"/fix-node8.patch
-  patch -Np1 -i "${srcdir}"/fix-restart.patch
-
-  # Workaround for Node 10
-  sed -e 's|"electron-link": "0.2.0"|"electron-link": "../../electron-link"|' \
-  -i script/package.json
-  cd ..
-  git clone https://github.com/atom/electron-link.git
-  cd electron-link
-  git checkout v0.2.0
-  sed -e 's/"leveldown": "^1.6.0"/"leveldown": "^2.0.1"/' -i package.json
-  npm install
-  npx babel src -d lib
-  cd node_modules/levelup
-  sed -e 's/"leveldown": "^1.1.0"/"leveldown": "^2.0.1"/' -i package.json
-}
-
-build() {
-  cd 

[arch-commits] Commit in atom/trunk (PKGBUILD dugite-use-system-git.patch)

2018-06-14 Thread Nicola Squartini via arch-commits
Date: Thursday, June 14, 2018 @ 20:47:29
  Author: tensor5
Revision: 343199

upgpkg: atom 1.27.2-2

Fix git exec path in dugite (see FS#58591).

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/dugite-use-system-git.patch

-+
 PKGBUILD|9 ++---
 dugite-use-system-git.patch |9 +
 2 files changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 20:44:30 UTC (rev 343198)
+++ PKGBUILD2018-06-14 20:47:29 UTC (rev 343199)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.27.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -26,7 +26,7 @@
 'use-system-electron.patch')
 sha256sums=('e99c96326682cd674d3d225c01b706ddd7e5a6b3f4e7cbfcbef1a74d3b977223'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
-'3fadee5a2d8c1ff35e085f9b9f3cf2eb71627bda9e8b10c2a0bd85b268591bf6'
+'866f19de9184287da459b0f9e8b79d0eeb72ba4e6c2a803ba29f74a33976deda'
 'd8d77adebd7bd4eaf024988c68c30dc6b968044f7a6381227d13b6d77fa2b442'
 '7f0142c91e24236a3a6dcc70af9d4217f65c5a764091876a916e3bbafa4ed0fa'
 'eb771d7c009be8d48c1387ed63f3e575dc12f3bd69455b4be4b78ab57cb49b86'
@@ -45,6 +45,9 @@
   patch -Np1 -i "${srcdir}"/fix-node8.patch
   patch -Np1 -i "${srcdir}"/fix-restart.patch
 
+  # Upstream ea1ff8d45448679390058be185ee0d36f823872e
+  sed -e 's/"archive-view": "0.64.3"/"archive-view": "0.64.6"/' -i package.json
+
   # Workaround for Node 10
   sed -e 's|"electron-link": "0.2.0"|"electron-link": "../../electron-link"|' \
   -i script/package.json
@@ -74,7 +77,7 @@
   rm -r vendor
   cd ../..
 
-  # Use system git (TODO: set LOCAL_GIT_DIRECTORY=/usr)
+  # Use system git
   cd node_modules/dugite
   patch -Np1 -i "${srcdir}"/dugite-use-system-git.patch
   rm -r git

Modified: dugite-use-system-git.patch
===
--- dugite-use-system-git.patch 2018-06-14 20:44:30 UTC (rev 343198)
+++ dugite-use-system-git.patch 2018-06-14 20:47:29 UTC (rev 343199)
@@ -9,6 +9,15 @@
  }
  }
  /**
+@@ -50,7 +50,7 @@
+ if (process.platform === 'darwin' ||
+ process.platform === 'linux' ||
+ process.platform === 'android') {
+-return path.join(gitDir, 'libexec', 'git-core');
++return path.join(gitDir, 'lib', 'git-core');
+ }
+ else if (process.platform === 'win32') {
+ return path.join(gitDir, 'mingw64', 'libexec', 'git-core');
 @@ -100,9 +100,9 @@
  if (!env.GIT_SSL_CAINFO && !env.LOCAL_GIT_DIRECTORY) {
  // use the SSL certificate bundle included in the distribution 
only


<    1   2   3   >