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

2018-04-13 Thread Felix Yan via arch-commits
Date: Saturday, April 14, 2018 @ 04:50:11
  Author: felixonmars
Revision: 316252

archrelease: copy trunk to community-x86_64

Added:
  consul/repos/community-x86_64/PKGBUILD
(from rev 316251, consul/trunk/PKGBUILD)
  consul/repos/community-x86_64/consul.default
(from rev 316251, consul/trunk/consul.default)
  consul/repos/community-x86_64/consul.install
(from rev 316251, consul/trunk/consul.install)
  consul/repos/community-x86_64/consul.service
(from rev 316251, consul/trunk/consul.service)
  consul/repos/community-x86_64/consul.sysusers
(from rev 316251, consul/trunk/consul.sysusers)
  consul/repos/community-x86_64/disable-broken-api-test.patch
(from rev 316251, consul/trunk/disable-broken-api-test.patch)
  consul/repos/community-x86_64/example.json
(from rev 316251, consul/trunk/example.json)
Deleted:
  consul/repos/community-x86_64/PKGBUILD
  consul/repos/community-x86_64/consul.default
  consul/repos/community-x86_64/consul.install
  consul/repos/community-x86_64/consul.service
  consul/repos/community-x86_64/consul.sysusers
  consul/repos/community-x86_64/disable-broken-api-test.patch
  consul/repos/community-x86_64/example.json

---+
 PKGBUILD  |  144 
 consul.default|2 
 consul.install|   18 +--
 consul.service|   32 ++---
 consul.sysusers   |2 
 disable-broken-api-test.patch |  236 
 example.json  |   14 +-
 7 files changed, 224 insertions(+), 224 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-14 04:49:24 UTC (rev 316251)
+++ PKGBUILD2018-04-14 04:50:11 UTC (rev 316252)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Thore Bödecker 
-# Maintainer: Felix Yan 
-
-pkgname=consul
-pkgver=1.0.6
-pkgrel=1
-pkgdesc="A tool for service discovery, monitoring and configuration."
-arch=('x86_64')
-_gocli_commit='65fcae5817c8600da98ada9d7edf26dd1a84837b' # HEAD
-url="https://www.consul.io;
-license=('MPL2')
-depends=('glibc')
-makedepends=('git' 'go-pie' 'procps-ng' 'syslog-ng')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/consul/archive/v$pkgver.tar.gz;
-"git+https://github.com/mitchellh/cli#commit=${_gocli_commit};
-consul.service
-consul.default
-consul.sysusers
-example.json
-disable-broken-api-test.patch)
-install=consul.install
-sha512sums=('c55f09272859b828816ddf548952769172331c22be8a70a7f73ab9362744fb1f4bc5fdf81955a0dbc4101584cf3660f182620dcdc56bcf94b42dce644be232a8'
-'SKIP'
-
'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
-
'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'
-
'ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87'
-
'c4292b8f56ee955ed7385a49843fd90d6434029891b3e1e724cb2fc841514c06e2554a26d3937c114371b18c2168c4e64319eb2cbd726ee8b35870df19089348'
-
'ad5b5ea1fd4ec443c98a89da9fb581d32894c4583dec3707ce9096ed45706bc800f8eb20e5a0c68f6de437d228e09a97bad5815b5bba9b18ae339bcf9a42f8f7')
-
-prepare() {
-  export  GOPATH="${srcdir}"
-  export  PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/mitchellh"
-  mkdir -p "src/github.com/hashicorp"
-
-  mv "${pkgname}-${pkgver}" "src/github.com/hashicorp/${pkgname}"
-  mv "cli" "src/github.com/mitchellh/cli"
-
-  cd "src/github.com/hashicorp/${pkgname}"
-
-  # TODO: debug failing tests
-  #   + TestTombstoneGC
-  #rm ./agent/consul/state/tombstone_gc_test.go
-  #   + TestAPI_ClientTLSOptions
-  #patch -p0 ./api/api_test.go < "${srcdir}/disable-broken-api-test.patch"
-  #   + TestSyslogFilter (need to start syslog-ng within the chroot 
container)
-  #rm ./logger/syslog_test.go
-  #make test
-}
-
-build() {
-  cd "src/github.com/hashicorp/${pkgname}"
-  # build local arch only, from: 
https://github.com/hashicorp/consul/#developing-consul
-  CONSUL_DEV=1 make
-}
-
-package() {
-  cd "src/github.com/hashicorp/${pkgname}"
-
-  install -D -d -m750 -o 208 -g 208 "${pkgdir}/var/lib/consul"
-  install -D -d -m750 -o   0 -g 208 "${pkgdir}/etc/consul.d"
-
-  install -D -m644 "${srcdir}/consul.default" "${pkgdir}/etc/default/consul"
-  install -D -m640 -o 0 -g 208 "${srcdir}/example.json" 
"${pkgdir}/etc/consul.d/example.json"
-  install -Dm755 bin/consul "${pkgdir}/usr/bin/consul"
-
-  install -Dm644 "${srcdir}/consul.service" 
"${pkgdir}/usr/lib/systemd/system/consul.service"
-  install -Dm644 "${srcdir}/consul.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/consul.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

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

2018-04-13 Thread Felix Yan via arch-commits
Date: Saturday, April 14, 2018 @ 04:49:24
  Author: felixonmars
Revision: 316251

upgpkg: consul 1.0.7-1

Modified:
  consul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-14 04:48:35 UTC (rev 316250)
+++ PKGBUILD2018-04-14 04:49:24 UTC (rev 316251)
@@ -3,7 +3,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=consul
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 pkgdesc="A tool for service discovery, monitoring and configuration."
 arch=('x86_64')
@@ -20,7 +20,7 @@
 example.json
 disable-broken-api-test.patch)
 install=consul.install
-sha512sums=('c55f09272859b828816ddf548952769172331c22be8a70a7f73ab9362744fb1f4bc5fdf81955a0dbc4101584cf3660f182620dcdc56bcf94b42dce644be232a8'
+sha512sums=('0abedfeef1fd46e3885ef43e1a60e73380e67c3bb29eb3014e35cb2b64d3a158e1958306ce2144e0f6a26e94ea720528827dfcb448fa2fbeeab9263ae3abe03b'
 'SKIP'
 
'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
 
'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'


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

2018-04-13 Thread Felix Yan via arch-commits
Date: Saturday, April 14, 2018 @ 04:47:59
  Author: felixonmars
Revision: 316249

upgpkg: hledger-web 1.9.1-1

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-14 04:46:49 UTC (rev 316248)
+++ PKGBUILD2018-04-14 04:47:59 UTC (rev 316249)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hledger-web
-pkgver=1.9
-pkgrel=6
+pkgver=1.9.1
+pkgrel=1
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")
@@ -17,16 +17,9 @@
  'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
  'haskell-megaparsec' 'haskell-mtl' 'haskell-parsec')
 makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
https://github.com/simonmichael/hledger/commit/98647ee6f2b01736290ff3f16398aab03b424e49.patch)
-sha512sums=('38feb7e002b72dd91b22819f504dcedb0e7b2700268ccfc8c71dde267247218ac5b83c118aa61d3b5a973af7550c72bffbe976a930f64a2996ef0f08e23d9c5b'
-
'7e31c53265f7939141a4749f48e2c698ae83e94a3b356fed44d02e1262168ffbc0b9d9715c412b1f1284fc72a594765aa19868b1885a6308f3c14afa7c36baf8')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('48966979c678f18af12e11e1f2a9402f204389d2f457403ead6f46aa2c298e49cdb1843d259b1871c4dc32273141821d65ce27a1555d270c8da6237baa8c7964')
 
-prepare() {
-cd $pkgname-$pkgver
-patch -p2 -i ../98647ee6f2b01736290ff3f16398aab03b424e49.patch
-}
-
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \


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

2018-04-13 Thread Felix Yan via arch-commits
Date: Saturday, April 14, 2018 @ 04:48:35
  Author: felixonmars
Revision: 316250

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-14 04:47:59 UTC (rev 316249)
+++ PKGBUILD2018-04-14 04:48:35 UTC (rev 316250)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hledger-web
-pkgver=1.9
-pkgrel=6
-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-text' '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' 'haskell-mtl' 'haskell-parsec')
-makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
https://github.com/simonmichael/hledger/commit/98647ee6f2b01736290ff3f16398aab03b424e49.patch)
-sha512sums=('38feb7e002b72dd91b22819f504dcedb0e7b2700268ccfc8c71dde267247218ac5b83c118aa61d3b5a973af7550c72bffbe976a930f64a2996ef0f08e23d9c5b'
-
'7e31c53265f7939141a4749f48e2c698ae83e94a3b356fed44d02e1262168ffbc0b9d9715c412b1f1284fc72a594765aa19868b1885a6308f3c14afa7c36baf8')
-
-prepare() {
-cd $pkgname-$pkgver
-patch -p2 -i ../98647ee6f2b01736290ff3f16398aab03b424e49.patch
-}
-
-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"
-}

Copied: hledger-web/repos/community-x86_64/PKGBUILD (from rev 316249, 
hledger-web/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-14 04:48:35 UTC (rev 316250)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.9.1
+pkgrel=1
+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-text' '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' 'haskell-mtl' 'haskell-parsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('48966979c678f18af12e11e1f2a9402f204389d2f457403ead6f46aa2c298e49cdb1843d259b1871c4dc32273141821d65ce27a1555d270c8da6237baa8c7964')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr 

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

2018-04-13 Thread Felix Yan via arch-commits
Date: Saturday, April 14, 2018 @ 04:46:49
  Author: felixonmars
Revision: 316248

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   92 
 v2ray.service |   26 +++
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-14 04:46:15 UTC (rev 316247)
+++ PKGBUILD2018-04-14 04:46:49 UTC (rev 316248)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: pandada8 
-
-pkgname=v2ray
-pkgver=3.17.2
-pkgrel=1
-pkgdesc="A platform for building proxies to bypass network restrictions"
-arch=('x86_64')
-url="https://github.com/v2ray/v2ray-core;
-license=('MIT')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
-'v2ray.service')
-sha512sums=('0e9f69ad507dcec9adcbd20188ff165a0c9d8d04d96bc393a1f3d59587fef5e1efbe64be1575537842b81172dc07e5cb306d5c753808ffc423d3fe663f938733'
-
'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  go get v2ray.com/core github.com/miekg/dns golang.org/x/sys/unix 
v2ray.com/ext/assert \
- github.com/gorilla/websocket golang.org/x/crypto/chacha20poly1305 
golang.org/x/crypto/sha3 \
- v2ray.com/ext golang.org/x/net/proxy 
github.com/google/go-github/github golang.org/x/oauth2 \
- github.com/gogo/protobuf/proto google.golang.org/grpc
-  go install v2ray.com/ext/tools/build/vbuild
-}
-
-build() {
-  cd v2ray-core-$pkgver
-  "$GOPATH"/bin/vbuild
-}
-
-check() {
-  cd v2ray-core-$pkgver
-  go test -p 1 -tags json -v v2ray.com/core/...
-}
-
-package() {
-  cd v2ray-core-$pkgver
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
-  install -Dm644 release/config/systemd/v2ray.service 
${pkgdir}/usr/lib/systemd/system/v2ray.service
-  sed -i '/ExecStart/c\ExecStart=/usr/bin/env v2ray.location.asset=/etc/v2ray 
/usr/bin/v2ray -config /etc/v2ray/config.json' 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
-  install -Dm755 "$GOPATH"/bin/v2ray-custom-linux-64/{v2ray,v2ctl} -t 
"$pkgdir"/usr/bin/
-
-  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
-}

Copied: v2ray/repos/community-x86_64/PKGBUILD (from rev 316247, 
v2ray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-14 04:46:49 UTC (rev 316248)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: pandada8 
+
+pkgname=v2ray
+pkgver=3.17.3
+pkgrel=1
+pkgdesc="A platform for building proxies to bypass network restrictions"
+arch=('x86_64')
+url="https://github.com/v2ray/v2ray-core;
+license=('MIT')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
+'v2ray.service')
+sha512sums=('962ffc9522b68e05e4edce54044ebd3375b99eec840691eb1cf8b5f977b9d027bdba09a9989ec6103753533259c15d90e7f348d44cf66ecf58f292618f4d0d07'
+
'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  go get v2ray.com/core github.com/miekg/dns golang.org/x/sys/unix 
v2ray.com/ext/assert \
+ github.com/gorilla/websocket golang.org/x/crypto/chacha20poly1305 
golang.org/x/crypto/sha3 \
+ v2ray.com/ext golang.org/x/net/proxy 
github.com/google/go-github/github golang.org/x/oauth2 \
+ github.com/gogo/protobuf/proto google.golang.org/grpc
+  go install v2ray.com/ext/tools/build/vbuild
+}
+
+build() {
+  cd v2ray-core-$pkgver
+  "$GOPATH"/bin/vbuild
+}
+
+check() {
+  cd v2ray-core-$pkgver
+  go test -p 1 -tags json -v v2ray.com/core/...
+}
+
+package() {
+  cd v2ray-core-$pkgver
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
+  install -Dm644 release/config/systemd/v2ray.service 
${pkgdir}/usr/lib/systemd/system/v2ray.service
+  sed -i '/ExecStart/c\ExecStart=/usr/bin/env v2ray.location.asset=/etc/v2ray 
/usr/bin/v2ray -config /etc/v2ray/config.json' 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
+  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
+  install 

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

2018-04-13 Thread Felix Yan via arch-commits
Date: Saturday, April 14, 2018 @ 04:46:15
  Author: felixonmars
Revision: 316247

upgpkg: v2ray 3.17.3-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-14 04:38:51 UTC (rev 316246)
+++ PKGBUILD2018-04-14 04:46:15 UTC (rev 316247)
@@ -3,7 +3,7 @@
 # Contributor: pandada8 
 
 pkgname=v2ray
-pkgver=3.17.2
+pkgver=3.17.3
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
 'v2ray.service')
-sha512sums=('0e9f69ad507dcec9adcbd20188ff165a0c9d8d04d96bc393a1f3d59587fef5e1efbe64be1575537842b81172dc07e5cb306d5c753808ffc423d3fe663f938733'
+sha512sums=('962ffc9522b68e05e4edce54044ebd3375b99eec840691eb1cf8b5f977b9d027bdba09a9989ec6103753533259c15d90e7f348d44cf66ecf58f292618f4d0d07'
 
'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
 
 prepare() {


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

2018-04-13 Thread Felix Yan via arch-commits
Date: Saturday, April 14, 2018 @ 04:38:51
  Author: felixonmars
Revision: 316246

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-14 04:38:26 UTC (rev 316245)
+++ PKGBUILD2018-04-14 04:38:51 UTC (rev 316246)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgbase=python-faker
-pkgname=(python-faker python2-faker)
-pkgver=0.8.12
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='http://www.joke2k.net/faker/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil'
- 'python-text-unidecode' 'python2-text-unidecode')
-checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser'
-  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
-  'python2-ipaddress')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('11045932ea1fb633fe414bb4536cfe11e930e94b0abeb47746c321b3defd900ecba8cf15385fc13d66826295917478560a476e4a534eee6c8568ab5ae8b8a2ec')
-
-prepare() {
-  cp -a faker-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/faker-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/faker-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/faker-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/faker-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-faker() {
-  depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
-  provides=("python-fake-factory=$pkgver")
-  conflicts=('python-fake-factory')
-  replaces=('python-fake-factory')
-
-  cd "$srcdir"/faker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-package_python2-faker() {
-  depends=('python2-setuptools' 'python2-dateutil' 'python2-text-unidecode' 
'python2-ipaddress')
-  provides=("python2-fake-factory=$pkgver")
-  conflicts=('python2-fake-factory')
-  replaces=('python2-fake-factory')
-
-  cd "$srcdir"/faker-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/faker{,2}
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-faker/repos/community-any/PKGBUILD (from rev 316245, 
python-faker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-14 04:38:51 UTC (rev 316246)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgbase=python-faker
+pkgname=(python-faker python2-faker)
+pkgver=0.8.13
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='http://www.joke2k.net/faker/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil'
+ 'python-text-unidecode' 'python2-text-unidecode')
+checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser'
+  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
+  'python2-ipaddress')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
+sha512sums=('7ff7d01a456dbee71e08451f3f38194c677939318518819fc2bfd0ace1030f266011e0e2bb341dc9e7b981cdebc7279d7cc12557c704c1b5a6852662fa96c9a7')
+
+prepare() {
+  cp -a faker-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/faker-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/faker-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/faker-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/faker-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-faker() {
+  depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
+  provides=("python-fake-factory=$pkgver")
+  conflicts=('python-fake-factory')
+  replaces=('python-fake-factory')
+
+  cd "$srcdir"/faker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+package_python2-faker() {
+  depends=('python2-setuptools' 'python2-dateutil' 'python2-text-unidecode' 
'python2-ipaddress')
+  provides=("python2-fake-factory=$pkgver")
+  conflicts=('python2-fake-factory')
+  replaces=('python2-fake-factory')
+
+  cd "$srcdir"/faker-$pkgver-py2
+  

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

2018-04-13 Thread Felix Yan via arch-commits
Date: Saturday, April 14, 2018 @ 04:38:26
  Author: felixonmars
Revision: 316245

upgpkg: python-faker 0.8.13-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-14 01:36:02 UTC (rev 316244)
+++ PKGBUILD2018-04-14 04:38:26 UTC (rev 316245)
@@ -5,7 +5,7 @@
 
 pkgbase=python-faker
 pkgname=(python-faker python2-faker)
-pkgver=0.8.12
+pkgver=0.8.13
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -17,7 +17,7 @@
   'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
   'python2-ipaddress')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('11045932ea1fb633fe414bb4536cfe11e930e94b0abeb47746c321b3defd900ecba8cf15385fc13d66826295917478560a476e4a534eee6c8568ab5ae8b8a2ec')
+sha512sums=('7ff7d01a456dbee71e08451f3f38194c677939318518819fc2bfd0ace1030f266011e0e2bb341dc9e7b981cdebc7279d7cc12557c704c1b5a6852662fa96c9a7')
 
 prepare() {
   cp -a faker-$pkgver{,-py2}


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

2018-04-13 Thread Felix Yan via arch-commits
Date: Saturday, April 14, 2018 @ 04:21:13
  Author: felixonmars
Revision: 321700

archrelease: copy trunk to testing-x86_64

Added:
  ibus/repos/testing-x86_64/
  ibus/repos/testing-x86_64/PKGBUILD
(from rev 321699, ibus/trunk/PKGBUILD)
  ibus/repos/testing-x86_64/ibus.install
(from rev 321699, ibus/trunk/ibus.install)

--+
 PKGBUILD |   67 +
 ibus.install |   16 +
 2 files changed, 83 insertions(+)

Copied: ibus/repos/testing-x86_64/PKGBUILD (from rev 321699, 
ibus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-14 04:21:13 UTC (rev 321700)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.18
+pkgrel=1
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('x86_64')
+url="https://github.com/ibus/ibus/wiki;
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject'
+ 'iso-codes' 'python2-gobject2' 'python2-dbus' 'python2-gobject' 
'librsvg')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 
'gtk-doc' 'gconf' 'qt5-base'
+ 'cldr-emoji-annotation' 'unicode-character-database' 
'unicode-emoji')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/ibus/ibus/archive/$pkgver.tar.gz;
+
https://github.com/ibus/ibus/commit/5788be80685f397c3db3bdf4e672d67cfb9b3433.patch)
+sha512sums=('2548d3434b664d18c415d494e6e10f07c3911ce1c0c15a96125ec3eee3ff47b7e29bb44d1bbe6df71a8f49ee44ec8dee029813c49a0a1364f012732127bbf4be'
+
'96244e1f3e7a5ec8bf6b3079a6fe37d3edcc77c7ab8e9c4db95978b0031faff0f1ea3457f54949cfb6e90a8ad2d7ef4abed5d8578d8b54a91f1ae39fa39e1f47')
+
+prepare() {
+  cd ibus-$pkgver
+  patch -p1 -i ../5788be80685f397c3db3bdf4e672d67cfb9b3433.patch
+
+  sed -i 's|$(libibus) $(libibus_emoji_dialog)|$(libibus_emoji_dialog) 
$(libibus)|' ui/gtk3/Makefile.am
+}
+
+build() {
+  cd ibus-$pkgver
+  ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--enable-wayland \
+--enable-gtk-doc \
+--disable-memconf \
+--enable-ui \
+--enable-python-library \
+--with-python=python3 \
+--with-ucd-dir=/usr/share/unicode/
+  make
+}
+
+package_ibus() {
+  depends+=("libibus=$pkgver")
+  install=ibus.install
+
+  cd ibus-$pkgver
+  make DESTDIR="$pkgdir" install
+  make -C src DESTDIR="$pkgdir" uninstall
+  make -C bindings DESTDIR="$pkgdir" uninstall
+  rm -r "$pkgdir"/usr/lib/python2.7/site-packages/gi # compiled pyc/pyo files 
were not cleaned
+  make DESTDIR="$pkgdir" uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc="IBus support library"
+  depends=('glib2')
+
+  cd ibus-$pkgver
+  make -C src DESTDIR="$pkgdir" install
+  make -C bindings DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install-pkgconfigDATA
+}

Copied: ibus/repos/testing-x86_64/ibus.install (from rev 321699, 
ibus/trunk/ibus.install)
===
--- testing-x86_64/ibus.install (rev 0)
+++ testing-x86_64/ibus.install 2018-04-14 04:21:13 UTC (rev 321700)
@@ -0,0 +1,16 @@
+post_install() {
+  gtk-query-immodules-2.0 --update-cache
+  gtk-query-immodules-3.0 --update-cache
+
+  dconf update
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+
+  rm -f etc/dconf/db/ibus
+}


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

2018-04-13 Thread Felix Yan via arch-commits
Date: Saturday, April 14, 2018 @ 04:20:50
  Author: felixonmars
Revision: 321699

upgpkg: ibus 1.5.18-1

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 23:30:11 UTC (rev 321698)
+++ PKGBUILD2018-04-14 04:20:50 UTC (rev 321699)
@@ -3,7 +3,7 @@
 
 pkgbase=ibus
 pkgname=(ibus libibus)
-pkgver=1.5.17
+pkgver=1.5.18
 pkgrel=1
 pkgdesc="Next Generation Input Bus for Linux"
 arch=('x86_64')
@@ -12,13 +12,18 @@
 depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject'
  'iso-codes' 'python2-gobject2' 'python2-dbus' 'python2-gobject' 
'librsvg')
 makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 
'gtk-doc' 'gconf' 'qt5-base'
- 'cldr-emoji-annotation' 'unicode-emoji')
+ 'cldr-emoji-annotation' 'unicode-character-database' 
'unicode-emoji')
 options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/ibus/ibus/archive/$pkgver.tar.gz;)
-sha512sums=('8369b5fe425fa0d3f1f5cbda37e2f054bb40a1b0e16a1fa07d4445774efaeaa1d5344973b070d7d940978bd3873484946d42f4c88a6d702f46fb052d14c000d6')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/ibus/ibus/archive/$pkgver.tar.gz;
+
https://github.com/ibus/ibus/commit/5788be80685f397c3db3bdf4e672d67cfb9b3433.patch)
+sha512sums=('2548d3434b664d18c415d494e6e10f07c3911ce1c0c15a96125ec3eee3ff47b7e29bb44d1bbe6df71a8f49ee44ec8dee029813c49a0a1364f012732127bbf4be'
+
'96244e1f3e7a5ec8bf6b3079a6fe37d3edcc77c7ab8e9c4db95978b0031faff0f1ea3457f54949cfb6e90a8ad2d7ef4abed5d8578d8b54a91f1ae39fa39e1f47')
 
 prepare() {
-  sed -i 's|$(libibus) $(libibus_emoji_dialog)|$(libibus_emoji_dialog) 
$(libibus)|' ibus-$pkgver/ui/gtk3/Makefile.am
+  cd ibus-$pkgver
+  patch -p1 -i ../5788be80685f397c3db3bdf4e672d67cfb9b3433.patch
+
+  sed -i 's|$(libibus) $(libibus_emoji_dialog)|$(libibus_emoji_dialog) 
$(libibus)|' ui/gtk3/Makefile.am
 }
 
 build() {
@@ -34,7 +39,8 @@
 --disable-memconf \
 --enable-ui \
 --enable-python-library \
---with-python=python3
+--with-python=python3 \
+--with-ucd-dir=/usr/share/unicode/
   make
 }
 


[arch-commits] Commit in sherlock.lv2/repos (2 files)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 01:36:02
  Author: dvzrv
Revision: 316244

archrelease: copy trunk to community-testing-x86_64

Added:
  sherlock.lv2/repos/community-testing-x86_64/
  sherlock.lv2/repos/community-testing-x86_64/PKGBUILD
(from rev 316243, sherlock.lv2/trunk/PKGBUILD)

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

Copied: sherlock.lv2/repos/community-testing-x86_64/PKGBUILD (from rev 316243, 
sherlock.lv2/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-14 01:36:02 UTC (rev 316244)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+pkgname=sherlock.lv2
+pkgver=0.14.0
+pkgrel=3
+pkgdesc="An investigative plugin bundle"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/sherlock/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libgl' 'sratom')
+makedepends=('cmake' 'flex' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz;)
+sha512sums=('fff8aad4bf1570d3919320d0adc2dcbc984d90e0b133f7062d492c1a14540c41cbe02601e490c40c715aa629688d81e39ec2f73906c52c5d4a581a6871783c10')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


[arch-commits] Commit in (4 files)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 01:34:21
  Author: dvzrv
Revision: 316243

Adding sherlock.lv2 from AUR.

Added:
  sherlock.lv2/
  sherlock.lv2/repos/
  sherlock.lv2/trunk/
  sherlock.lv2/trunk/PKGBUILD

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

Added: sherlock.lv2/trunk/PKGBUILD
===
--- sherlock.lv2/trunk/PKGBUILD (rev 0)
+++ sherlock.lv2/trunk/PKGBUILD 2018-04-14 01:34:21 UTC (rev 316243)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+pkgname=sherlock.lv2
+pkgver=0.14.0
+pkgrel=3
+pkgdesc="An investigative plugin bundle"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/sherlock/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libgl' 'sratom')
+makedepends=('cmake' 'flex' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz;)
+sha512sums=('fff8aad4bf1570d3919320d0adc2dcbc984d90e0b133f7062d492c1a14540c41cbe02601e490c40c715aa629688d81e39ec2f73906c52c5d4a581a6871783c10')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


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


[arch-commits] Commit in (sherlock.lv)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 01:33:38
  Author: dvzrv
Revision: 316242

Removing misnamed directory for sherlock.lv2.

Deleted:
  sherlock.lv/


[arch-commits] Commit in sherlock.lv/repos/community-testing-x86_64 (2 files)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 01:26:04
  Author: dvzrv
Revision: 316241

archrelease: copy trunk to community-testing-x86_64

Added:
  sherlock.lv/repos/community-testing-x86_64/PKGBUILD
(from rev 316240, sherlock.lv/trunk/PKGBUILD)
Deleted:
  sherlock.lv/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-14 01:20:11 UTC (rev 316240)
+++ PKGBUILD2018-04-14 01:26:04 UTC (rev 316241)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge 
-pkgname=sherlock.lv2
-pkgver=0.14.0
-pkgrel=3
-pkgdesc="An investigative plugin bundle"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/sherlock/;
-license=('Artistic2.0')
-groups=('lv2-plugins' 'pro-audio')
-depends=('libgl' 'sratom')
-makedepends=('cmake' 'flex' 'lv2')
-source=("https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz;)
-sha512sums=('fff8aad4bf1570d3919320d0adc2dcbc984d90e0b133f7062d492c1a14540c41cbe02601e490c40c715aa629688d81e39ec2f73906c52c5d4a581a6871783c10')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  mkdir -v build
-}
-
-build() {
-  cd "$pkgname-$pkgver/build"
-  cmake -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
-..
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
-  # docs
-  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}

Copied: sherlock.lv/repos/community-testing-x86_64/PKGBUILD (from rev 316240, 
sherlock.lv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-14 01:26:04 UTC (rev 316241)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+pkgname=sherlock.lv2
+pkgver=0.14.0
+pkgrel=3
+pkgdesc="An investigative plugin bundle"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/sherlock/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libgl' 'sratom')
+makedepends=('cmake' 'flex' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz;)
+sha512sums=('fff8aad4bf1570d3919320d0adc2dcbc984d90e0b133f7062d492c1a14540c41cbe02601e490c40c715aa629688d81e39ec2f73906c52c5d4a581a6871783c10')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


[arch-commits] Commit in vm.lv2/repos (2 files)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 01:20:11
  Author: dvzrv
Revision: 316240

archrelease: copy trunk to community-testing-x86_64

Added:
  vm.lv2/repos/community-testing-x86_64/
  vm.lv2/repos/community-testing-x86_64/PKGBUILD
(from rev 316239, vm.lv2/trunk/PKGBUILD)

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

Copied: vm.lv2/repos/community-testing-x86_64/PKGBUILD (from rev 316239, 
vm.lv2/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-14 01:20:11 UTC (rev 316240)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+pkgname=vm.lv2
+pkgver=0.4.0
+pkgrel=3
+pkgdesc="A virtual machine LV2 plugin bundle"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/vm/#;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libgl')
+makedepends=('cmake' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lv2//$pkgname/snapshot/$pkgname-$pkgver.tar.xz;)
+md5sums=('01614eb27309f4fbd0dde02dc74991c0')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


[arch-commits] Commit in (vm.lv2 vm.lv2/repos vm.lv2/trunk vm.lv2/trunk/PKGBUILD)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 01:17:56
  Author: dvzrv
Revision: 316239

Adding vm.lv2 0.4.0 from AUR.

Added:
  vm.lv2/
  vm.lv2/repos/
  vm.lv2/trunk/
  vm.lv2/trunk/PKGBUILD

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

Added: vm.lv2/trunk/PKGBUILD
===
--- vm.lv2/trunk/PKGBUILD   (rev 0)
+++ vm.lv2/trunk/PKGBUILD   2018-04-14 01:17:56 UTC (rev 316239)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+pkgname=vm.lv2
+pkgver=0.4.0
+pkgrel=3
+pkgdesc="A virtual machine LV2 plugin bundle"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/vm/#;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libgl')
+makedepends=('cmake' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lv2//$pkgname/snapshot/$pkgname-$pkgver.tar.xz;)
+md5sums=('01614eb27309f4fbd0dde02dc74991c0')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


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


[arch-commits] Commit in sherlock.lv/repos (2 files)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 01:15:38
  Author: dvzrv
Revision: 316238

archrelease: copy trunk to community-testing-x86_64

Added:
  sherlock.lv/repos/community-testing-x86_64/
  sherlock.lv/repos/community-testing-x86_64/PKGBUILD
(from rev 316237, sherlock.lv/trunk/PKGBUILD)

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

Copied: sherlock.lv/repos/community-testing-x86_64/PKGBUILD (from rev 316237, 
sherlock.lv/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-14 01:15:38 UTC (rev 316238)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+pkgname=sherlock.lv2
+pkgver=0.14.0
+pkgrel=3
+pkgdesc="An investigative plugin bundle"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/sherlock/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libgl' 'sratom')
+makedepends=('cmake' 'flex' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz;)
+sha512sums=('fff8aad4bf1570d3919320d0adc2dcbc984d90e0b133f7062d492c1a14540c41cbe02601e490c40c715aa629688d81e39ec2f73906c52c5d4a581a6871783c10')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


[arch-commits] Commit in (4 files)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 01:11:38
  Author: dvzrv
Revision: 316237

Adding sherlock 0.14.0 from AUR.

Added:
  sherlock.lv/
  sherlock.lv/repos/
  sherlock.lv/trunk/
  sherlock.lv/trunk/PKGBUILD

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

Added: sherlock.lv/trunk/PKGBUILD
===
--- sherlock.lv/trunk/PKGBUILD  (rev 0)
+++ sherlock.lv/trunk/PKGBUILD  2018-04-14 01:11:38 UTC (rev 316237)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+pkgname=sherlock.lv2
+pkgver=0.14.0
+pkgrel=3
+pkgdesc="An investigative plugin bundle"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/sherlock/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libgl' 'sratom')
+makedepends=('cmake' 'flex' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz;)
+sha512sums=('fff8aad4bf1570d3919320d0adc2dcbc984d90e0b133f7062d492c1a14540c41cbe02601e490c40c715aa629688d81e39ec2f73906c52c5d4a581a6871783c10')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


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


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

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 01:08:18
  Author: dvzrv
Revision: 316236

archrelease: copy trunk to community-testing-x86_64

Added:
  patchmatrix/repos/community-testing-x86_64/
  patchmatrix/repos/community-testing-x86_64/PKGBUILD
(from rev 316235, patchmatrix/trunk/PKGBUILD)

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

Copied: patchmatrix/repos/community-testing-x86_64/PKGBUILD (from rev 316235, 
patchmatrix/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-14 01:08:18 UTC (rev 316236)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+pkgname=patchmatrix
+pkgver=0.12.0
+pkgrel=3
+pkgdesc="A JACK patchbay in flow matrix style"
+arch=('x86_64')
+url="https://git.open-music-kontrollers.ch/lad/patchmatrix/about/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('hicolor-icon-theme' 'jack' 'libgl')
+makedepends=('cmake' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lad/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('be8c1559aa5c3344a134af974290d5aec0b98e0aa4acb6d7fcfb1c6ee0143cd6863bc094f4037375af0db27bc5a2fb39aa3087ecd14d06143a4fc3ba4bebff20')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


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

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 01:08:08
  Author: dvzrv
Revision: 316235

upgpkg: patchmatrix 0.12.0-3

Adding patchmatrix 0.12.0 from AUR.

Modified:
  patchmatrix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-14 01:05:15 UTC (rev 316234)
+++ PKGBUILD2018-04-14 01:08:08 UTC (rev 316235)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=patchmatrix
 pkgver=0.12.0
-pkgrel=1
+pkgrel=3
 pkgdesc="A JACK patchbay in flow matrix style"
 arch=('x86_64')
 url="https://git.open-music-kontrollers.ch/lad/patchmatrix/about/;


[arch-commits] Commit in (4 files)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 01:05:15
  Author: dvzrv
Revision: 316234

Adding patchmatrix 0.12.0 from AUR.

Added:
  patchmatrix/
  patchmatrix/repos/
  patchmatrix/trunk/
  patchmatrix/trunk/PKGBUILD

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

Added: patchmatrix/trunk/PKGBUILD
===
--- patchmatrix/trunk/PKGBUILD  (rev 0)
+++ patchmatrix/trunk/PKGBUILD  2018-04-14 01:05:15 UTC (rev 316234)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+pkgname=patchmatrix
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="A JACK patchbay in flow matrix style"
+arch=('x86_64')
+url="https://git.open-music-kontrollers.ch/lad/patchmatrix/about/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('hicolor-icon-theme' 'jack' 'libgl')
+makedepends=('cmake' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lad/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('be8c1559aa5c3344a134af974290d5aec0b98e0aa4acb6d7fcfb1c6ee0143cd6863bc094f4037375af0db27bc5a2fb39aa3087ecd14d06143a4fc3ba4bebff20')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


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


[arch-commits] Commit in moony.lv2/repos (2 files)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 00:52:04
  Author: dvzrv
Revision: 316233

archrelease: copy trunk to community-testing-x86_64

Added:
  moony.lv2/repos/community-testing-x86_64/
  moony.lv2/repos/community-testing-x86_64/PKGBUILD
(from rev 316232, moony.lv2/trunk/PKGBUILD)

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

Copied: moony.lv2/repos/community-testing-x86_64/PKGBUILD (from rev 316232, 
moony.lv2/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-14 00:52:04 UTC (rev 316233)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+pkgname=moony.lv2
+pkgver=0.22.0
+pkgrel=1
+pkgdesc="Easily add realtime programmable logic glue in LV2 plugin graphs"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/moony/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libgl')
+makedepends=('cmake' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('a6bc08698a97c18ee5f349c5d64635822f8ecc6727f7118a2335856cc2a146a7309d6707710acd10462e0d4682070c48d364a52c2524780f57292df2e6fc2536')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver/build"
+  ARGS='-VV' make test
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


[arch-commits] Commit in midi_matrix.lv2/repos (2 files)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 00:49:52
  Author: dvzrv
Revision: 316232

archrelease: copy trunk to community-testing-x86_64

Added:
  midi_matrix.lv2/repos/community-testing-x86_64/
  midi_matrix.lv2/repos/community-testing-x86_64/PKGBUILD
(from rev 316231, midi_matrix.lv2/trunk/PKGBUILD)

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

Copied: midi_matrix.lv2/repos/community-testing-x86_64/PKGBUILD (from rev 
316231, midi_matrix.lv2/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-14 00:49:52 UTC (rev 316232)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+pkgname=midi_matrix.lv2
+pkgver=0.20.0
+pkgrel=1
+pkgdesc="A 3-in-1 filter plugin with a simple UI enabling you to easily 
accomplish MIDI channel filtering, multiplication and rerouting"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/midi_matrix/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libgl')
+makedepends=('cmake' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('96b74972b0ab0b0a1ab5629c234fe70f')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


[arch-commits] Commit in (4 files)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 00:49:12
  Author: dvzrv
Revision: 316231

Adding moony.lv2 0.22.0 from AUR.

Added:
  moony.lv2/
  moony.lv2/repos/
  moony.lv2/trunk/
  moony.lv2/trunk/PKGBUILD

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

Added: moony.lv2/trunk/PKGBUILD
===
--- moony.lv2/trunk/PKGBUILD(rev 0)
+++ moony.lv2/trunk/PKGBUILD2018-04-14 00:49:12 UTC (rev 316231)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+pkgname=moony.lv2
+pkgver=0.22.0
+pkgrel=1
+pkgdesc="Easily add realtime programmable logic glue in LV2 plugin graphs"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/moony/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libgl')
+makedepends=('cmake' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('a6bc08698a97c18ee5f349c5d64635822f8ecc6727f7118a2335856cc2a146a7309d6707710acd10462e0d4682070c48d364a52c2524780f57292df2e6fc2536')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver/build"
+  ARGS='-VV' make test
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


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


[arch-commits] Commit in (4 files)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 00:47:24
  Author: dvzrv
Revision: 316230

Adding midi_matrix.lv2 from AUR.

Added:
  midi_matrix.lv2/
  midi_matrix.lv2/repos/
  midi_matrix.lv2/trunk/
  midi_matrix.lv2/trunk/PKGBUILD

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

Added: midi_matrix.lv2/trunk/PKGBUILD
===
--- midi_matrix.lv2/trunk/PKGBUILD  (rev 0)
+++ midi_matrix.lv2/trunk/PKGBUILD  2018-04-14 00:47:24 UTC (rev 316230)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+pkgname=midi_matrix.lv2
+pkgver=0.20.0
+pkgrel=1
+pkgdesc="A 3-in-1 filter plugin with a simple UI enabling you to easily 
accomplish MIDI channel filtering, multiplication and rerouting"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/midi_matrix/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libgl')
+makedepends=('cmake' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('96b74972b0ab0b0a1ab5629c234fe70f')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


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


[arch-commits] Commit in eteroj.lv2/repos (2 files)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 00:23:16
  Author: dvzrv
Revision: 316229

archrelease: copy trunk to community-testing-x86_64

Added:
  eteroj.lv2/repos/community-testing-x86_64/
  eteroj.lv2/repos/community-testing-x86_64/PKGBUILD
(from rev 316228, eteroj.lv2/trunk/PKGBUILD)

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

Copied: eteroj.lv2/repos/community-testing-x86_64/PKGBUILD (from rev 316228, 
eteroj.lv2/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-14 00:23:16 UTC (rev 316229)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+pkgname=eteroj.lv2
+pkgver=0.4.0
+pkgrel=3
+pkgdesc="Open Sound Control for LV2"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/eteroj/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libuv')
+makedepends=('cmake' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('93288eaf6ff1df439f8af920f535f46d2dcdf792b0d737c2c316efe005928e6447dccdbb057594c548943089b2f7883de18ad9f652c4a15f6cad2f5f5de7c5bb')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


[arch-commits] Commit in (4 files)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 00:21:54
  Author: dvzrv
Revision: 316228

Adding eteroj.lv2 0.4.0 from AUR.

Added:
  eteroj.lv2/
  eteroj.lv2/repos/
  eteroj.lv2/trunk/
  eteroj.lv2/trunk/PKGBUILD

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

Added: eteroj.lv2/trunk/PKGBUILD
===
--- eteroj.lv2/trunk/PKGBUILD   (rev 0)
+++ eteroj.lv2/trunk/PKGBUILD   2018-04-14 00:21:54 UTC (rev 316228)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+pkgname=eteroj.lv2
+pkgver=0.4.0
+pkgrel=3
+pkgdesc="Open Sound Control for LV2"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/eteroj/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libuv')
+makedepends=('cmake' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('93288eaf6ff1df439f8af920f535f46d2dcdf792b0d737c2c316efe005928e6447dccdbb057594c548943089b2f7883de18ad9f652c4a15f6cad2f5f5de7c5bb')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


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


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

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 00:18:53
  Author: dvzrv
Revision: 316226

upgpkg: din 32-3

Adding din to pro-audio group.

Modified:
  din/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-14 00:12:17 UTC (rev 316225)
+++ PKGBUILD2018-04-14 00:18:53 UTC (rev 316226)
@@ -3,11 +3,12 @@
 
 pkgname=din
 pkgver=32
-pkgrel=2
+pkgrel=3
 pkgdesc="A sound synthesizer and musical instrument."
 arch=('x86_64')
 url="https://dinisnoise.org/;
 license=('GPL2')
+groups=('pro-audio')
 depends=('jack' 'libgl' 'sdl' 'tcl')
 makedepends=('boost' 'gendesk' 'glu')
 
source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz;)


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

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 00:19:01
  Author: dvzrv
Revision: 316227

archrelease: copy trunk to community-testing-x86_64

Added:
  din/repos/community-testing-x86_64/PKGBUILD
(from rev 316226, din/trunk/PKGBUILD)
Deleted:
  din/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-14 00:18:53 UTC (rev 316226)
+++ PKGBUILD2018-04-14 00:19:01 UTC (rev 316227)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: muzhed 
-
-pkgname=din
-pkgver=32
-pkgrel=2
-pkgdesc="A sound synthesizer and musical instrument."
-arch=('x86_64')
-url="https://dinisnoise.org/;
-license=('GPL2')
-depends=('jack' 'libgl' 'sdl' 'tcl')
-makedepends=('boost' 'gendesk' 'glu')
-source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('51eed3846b8ea0784777b9b382aedbe649923b874244297cf4fac244ed6a702964de66e6cb5b1d705f6695897c295542e15cf084f7f8d8350b03c784cf883958')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-  # XDG desktop file
-  gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --name DIN Is Noise \
-  --categories "Application;AudioVideo;Audio;Midi;Music"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  CXXFLAGS="${CXXFLAGS} -O3 -D__UNIX_ALSA__ -D__UNIX_JACK__" \
-  CFLAGS="${CFLAGS} -O3" \
-  ./configure --prefix='/usr'
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-  # desktop file
-  install -vDm 644 "${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,BUGS,CHANGELOG,NEWS,README,TODO}
-}

Copied: din/repos/community-testing-x86_64/PKGBUILD (from rev 316226, 
din/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-14 00:19:01 UTC (rev 316227)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+# Contributor: muzhed 
+
+pkgname=din
+pkgver=32
+pkgrel=3
+pkgdesc="A sound synthesizer and musical instrument."
+arch=('x86_64')
+url="https://dinisnoise.org/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('jack' 'libgl' 'sdl' 'tcl')
+makedepends=('boost' 'gendesk' 'glu')
+source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('51eed3846b8ea0784777b9b382aedbe649923b874244297cf4fac244ed6a702964de66e6cb5b1d705f6695897c295542e15cf084f7f8d8350b03c784cf883958')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name DIN Is Noise \
+  --categories "Application;AudioVideo;Audio;Midi;Music"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  CXXFLAGS="${CXXFLAGS} -O3 -D__UNIX_ALSA__ -D__UNIX_JACK__" \
+  CFLAGS="${CFLAGS} -O3" \
+  ./configure --prefix='/usr'
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  # desktop file
+  install -vDm 644 "${pkgname}.desktop" \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,BUGS,CHANGELOG,NEWS,README,TODO}
+}


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

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 00:12:17
  Author: dvzrv
Revision: 316225

archrelease: copy trunk to community-testing-x86_64

Added:
  spectmorph/repos/community-testing-x86_64/
  spectmorph/repos/community-testing-x86_64/PKGBUILD
(from rev 316224, spectmorph/trunk/PKGBUILD)

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

Copied: spectmorph/repos/community-testing-x86_64/PKGBUILD (from rev 316224, 
spectmorph/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-14 00:12:17 UTC (rev 316225)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+pkgname=spectmorph
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="A free software project which allows to analyze samples of musical 
instruments, and to combine them (morphing)"
+arch=('x86_64')
+url="http://spectmorph.org/;
+license=('LGPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'fftw' 'jack' 'libao' 'qt5-base')
+makedepends=('lv2')
+optdepends=('python2: For sminstbuilder')
+source=("http://spectmorph.org/downloads/${pkgname}-${pkgver}.tar.bz2;
+
"http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz;)
+sha512sums=('6b8139e9ee7b60889a78a21b03ae1ad06bc8b1d75b8bfdf72af64dc812028f4e83cfd8ed20af834a90ed5d62ee7234257db198371f90a909c72ca897aa17be3d'
+
'94fa1bc39f36677627b1f8699dc7e65be2567fedaf18b762ab5de83a2ffd8ef683e49b62a8a779346b359eb1438cbd0dd88b0bfb12e7fcdfb8f6e3b30ac1d495')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --with-lv2 \
+  --with-jack \
+  --with-qt
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # standard instruments
+  install -vDm 644 ../instruments/standard/* \
+-t "${pkgdir}/usr/share/${pkgname}/instruments/standard/"
+  # docs
+  install -vDm 644 {AUTHORS,DESIGN,NEWS,README.md,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


[arch-commits] Commit in (4 files)

2018-04-13 Thread David Runge via arch-commits
Date: Saturday, April 14, 2018 @ 00:01:34
  Author: dvzrv
Revision: 316224

Adding spectmorph 0.4.0 from AUR.

Added:
  spectmorph/
  spectmorph/repos/
  spectmorph/trunk/
  spectmorph/trunk/PKGBUILD

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

Added: spectmorph/trunk/PKGBUILD
===
--- spectmorph/trunk/PKGBUILD   (rev 0)
+++ spectmorph/trunk/PKGBUILD   2018-04-14 00:01:34 UTC (rev 316224)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+pkgname=spectmorph
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="A free software project which allows to analyze samples of musical 
instruments, and to combine them (morphing)"
+arch=('x86_64')
+url="http://spectmorph.org/;
+license=('LGPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'fftw' 'jack' 'libao' 'qt5-base')
+makedepends=('lv2')
+optdepends=('python2: For sminstbuilder')
+source=("http://spectmorph.org/downloads/${pkgname}-${pkgver}.tar.bz2;
+
"http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz;)
+sha512sums=('6b8139e9ee7b60889a78a21b03ae1ad06bc8b1d75b8bfdf72af64dc812028f4e83cfd8ed20af834a90ed5d62ee7234257db198371f90a909c72ca897aa17be3d'
+
'94fa1bc39f36677627b1f8699dc7e65be2567fedaf18b762ab5de83a2ffd8ef683e49b62a8a779346b359eb1438cbd0dd88b0bfb12e7fcdfb8f6e3b30ac1d495')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --with-lv2 \
+  --with-jack \
+  --with-qt
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # standard instruments
+  install -vDm 644 ../instruments/standard/* \
+-t "${pkgdir}/usr/share/${pkgname}/instruments/standard/"
+  # docs
+  install -vDm 644 {AUTHORS,DESIGN,NEWS,README.md,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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


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

2018-04-13 Thread Antonio Rojas via arch-commits
Date: Saturday, April 14, 2018 @ 00:00:41
  Author: arojas
Revision: 316223

archrelease: copy trunk to community-x86_64

Added:
  pynormaliz/repos/community-x86_64/PKGBUILD
(from rev 316222, pynormaliz/trunk/PKGBUILD)
Deleted:
  pynormaliz/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 23:59:47 UTC (rev 316222)
+++ PKGBUILD2018-04-14 00:00:41 UTC (rev 316223)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pynormaliz
-pkgname=(python2-pynormaliz python-pynormaliz)
-pkgver=1.16
-pkgrel=1
-pkgdesc="A Python interface to Normaliz"
-arch=(x86_64)
-url="https://github.com/sebasguts/PyNormaliz;
-license=(GPL2)
-makedepends=(python-setuptools python2-setuptools normaliz boost)
-source=("https://pypi.io/packages/source/P/PyNormaliz/PyNormaliz-$pkgver.tar.gz;)
-sha256sums=('97002d1090302b42700c5e1f265d5b67bfe627e1edff3fad5dd8d0ad05084d08')
-
-prepare() {
-  cp -r PyNormaliz-$pkgver PyNormaliz-$pkgver-py2
-}
-
-build() {
-  cd PyNormaliz-$pkgver
-  python setup.py build
-
-  cd ../PyNormaliz-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python2-pynormaliz() {
-  depends=(python2 normaliz)
-  cd PyNormaliz-$pkgver-py2
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-package_python-pynormaliz() {
-  depends=(python normaliz)
-  cd PyNormaliz-$pkgver
-  
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-

Copied: pynormaliz/repos/community-x86_64/PKGBUILD (from rev 316222, 
pynormaliz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-14 00:00:41 UTC (rev 316223)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pynormaliz
+pkgname=(python2-pynormaliz python-pynormaliz)
+pkgver=1.17
+pkgrel=1
+pkgdesc="A Python interface to Normaliz"
+arch=(x86_64)
+url="https://github.com/sebasguts/PyNormaliz;
+license=(GPL2)
+makedepends=(python-setuptools python2-setuptools normaliz boost)
+source=("https://pypi.io/packages/source/P/PyNormaliz/PyNormaliz-$pkgver.tar.gz;)
+sha256sums=('17d11c44c65a4e1ae9ee642eb8a4db1454d6f3b3c4ea08ff263106ab245cee72')
+
+prepare() {
+  cp -r PyNormaliz-$pkgver PyNormaliz-$pkgver-py2
+}
+
+build() {
+  cd PyNormaliz-$pkgver
+  python setup.py build
+
+  cd ../PyNormaliz-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python2-pynormaliz() {
+  depends=(python2 normaliz)
+  cd PyNormaliz-$pkgver-py2
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+package_python-pynormaliz() {
+  depends=(python normaliz)
+  cd PyNormaliz-$pkgver
+  
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+


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

2018-04-13 Thread Antonio Rojas via arch-commits
Date: Friday, April 13, 2018 @ 23:59:47
  Author: arojas
Revision: 316222

Update to 1.17

Modified:
  pynormaliz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 23:07:51 UTC (rev 316221)
+++ PKGBUILD2018-04-13 23:59:47 UTC (rev 316222)
@@ -2,7 +2,7 @@
 
 pkgbase=pynormaliz
 pkgname=(python2-pynormaliz python-pynormaliz)
-pkgver=1.16
+pkgver=1.17
 pkgrel=1
 pkgdesc="A Python interface to Normaliz"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(GPL2)
 makedepends=(python-setuptools python2-setuptools normaliz boost)
 
source=("https://pypi.io/packages/source/P/PyNormaliz/PyNormaliz-$pkgver.tar.gz;)
-sha256sums=('97002d1090302b42700c5e1f265d5b67bfe627e1edff3fad5dd8d0ad05084d08')
+sha256sums=('17d11c44c65a4e1ae9ee642eb8a4db1454d6f3b3c4ea08ff263106ab245cee72')
 
 prepare() {
   cp -r PyNormaliz-$pkgver PyNormaliz-$pkgver-py2


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

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 23:30:11
  Author: heftig
Revision: 321698

archrelease: copy trunk to extra-x86_64

Added:
  gpaste/repos/extra-x86_64/PKGBUILD
(from rev 321697, gpaste/trunk/PKGBUILD)
Deleted:
  gpaste/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 23:29:40 UTC (rev 321697)
+++ PKGBUILD2018-04-13 23:30:11 UTC (rev 321698)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.28.1
-pkgrel=1
-pkgdesc="Clipboard management system"
-url="http://www.imagination-land.org/tags/GPaste.html;
-license=(BSD)
-arch=(x86_64)
-depends=(gtk3)
-makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center git)
-optdepends=("wgetpaste: Upload clipboard contents")
-_commit=e281ff07fd082b47a35b4ebd7678669c301323ff  # tags/v3.28.1^0
-source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \
---enable-vala
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: gpaste/repos/extra-x86_64/PKGBUILD (from rev 321697, 
gpaste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 23:30:11 UTC (rev 321698)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.28.2
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="http://www.imagination-land.org/tags/GPaste.html;
+license=(BSD)
+arch=(x86_64)
+depends=(gtk3)
+makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center git)
+optdepends=("wgetpaste: Upload clipboard contents")
+_commit=d2978507a801006d32f10a69178a9dc4f2c3d8ec  # tags/v3.28.2^0
+source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \
+--enable-vala
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 23:29:40
  Author: heftig
Revision: 321697

3.28.2-1

Modified:
  gpaste/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 21:41:11 UTC (rev 321696)
+++ PKGBUILD2018-04-13 23:29:40 UTC (rev 321697)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gpaste
-pkgver=3.28.1
+pkgver=3.28.2
 pkgrel=1
 pkgdesc="Clipboard management system"
 url="http://www.imagination-land.org/tags/GPaste.html;
@@ -11,7 +11,7 @@
 depends=(gtk3)
 makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center git)
 optdepends=("wgetpaste: Upload clipboard contents")
-_commit=e281ff07fd082b47a35b4ebd7678669c301323ff  # tags/v3.28.1^0
+_commit=d2978507a801006d32f10a69178a9dc4f2c3d8ec  # tags/v3.28.2^0
 source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-04-13 Thread David Runge via arch-commits
Date: Friday, April 13, 2018 @ 23:07:51
  Author: dvzrv
Revision: 316221

archrelease: copy trunk to community-testing-x86_64

Added:
  din/repos/community-testing-x86_64/
  din/repos/community-testing-x86_64/PKGBUILD
(from rev 316220, din/trunk/PKGBUILD)

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

Copied: din/repos/community-testing-x86_64/PKGBUILD (from rev 316220, 
din/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-13 23:07:51 UTC (rev 316221)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: muzhed 
+
+pkgname=din
+pkgver=32
+pkgrel=2
+pkgdesc="A sound synthesizer and musical instrument."
+arch=('x86_64')
+url="https://dinisnoise.org/;
+license=('GPL2')
+depends=('jack' 'libgl' 'sdl' 'tcl')
+makedepends=('boost' 'gendesk' 'glu')
+source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('51eed3846b8ea0784777b9b382aedbe649923b874244297cf4fac244ed6a702964de66e6cb5b1d705f6695897c295542e15cf084f7f8d8350b03c784cf883958')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name DIN Is Noise \
+  --categories "Application;AudioVideo;Audio;Midi;Music"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  CXXFLAGS="${CXXFLAGS} -O3 -D__UNIX_ALSA__ -D__UNIX_JACK__" \
+  CFLAGS="${CFLAGS} -O3" \
+  ./configure --prefix='/usr'
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  # desktop file
+  install -vDm 644 "${pkgname}.desktop" \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,BUGS,CHANGELOG,NEWS,README,TODO}
+}


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

2018-04-13 Thread David Runge via arch-commits
Date: Friday, April 13, 2018 @ 23:00:05
  Author: dvzrv
Revision: 316220

Adding din 32 from AUR.

Added:
  din/
  din/repos/
  din/trunk/
  din/trunk/PKGBUILD

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

Added: din/trunk/PKGBUILD
===
--- din/trunk/PKGBUILD  (rev 0)
+++ din/trunk/PKGBUILD  2018-04-13 23:00:05 UTC (rev 316220)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: muzhed 
+
+pkgname=din
+pkgver=32
+pkgrel=2
+pkgdesc="A sound synthesizer and musical instrument."
+arch=('x86_64')
+url="https://dinisnoise.org/;
+license=('GPL2')
+depends=('jack' 'libgl' 'sdl' 'tcl')
+makedepends=('boost' 'gendesk' 'glu')
+source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('51eed3846b8ea0784777b9b382aedbe649923b874244297cf4fac244ed6a702964de66e6cb5b1d705f6695897c295542e15cf084f7f8d8350b03c784cf883958')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name DIN Is Noise \
+  --categories "Application;AudioVideo;Audio;Midi;Music"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  CXXFLAGS="${CXXFLAGS} -O3 -D__UNIX_ALSA__ -D__UNIX_JACK__" \
+  CFLAGS="${CFLAGS} -O3" \
+  ./configure --prefix='/usr'
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  # desktop file
+  install -vDm 644 "${pkgname}.desktop" \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,BUGS,CHANGELOG,NEWS,README,TODO}
+}


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


[arch-commits] Commit in gnome-shell-extensions/repos/extra-any (PKGBUILD PKGBUILD)

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 21:41:11
  Author: heftig
Revision: 321696

archrelease: copy trunk to extra-any

Added:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
(from rev 321695, gnome-shell-extensions/trunk/PKGBUILD)
Deleted:
  gnome-shell-extensions/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 21:39:54 UTC (rev 321695)
+++ PKGBUILD2018-04-13 21:41:11 UTC (rev 321696)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-shell-extensions
-pkgver=3.28.0+1+g496ae16
-pkgrel=1
-pkgdesc="Extensions for GNOME shell, including classic mode"
-url="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
-arch=(any)
-license=(GPL)
-makedepends=(meson git sassc js52)
-optdepends=('nautilus: gnome-classic session')
-groups=(gnome)
-_commit=496ae16cf18b1a7580d953b095542031178428ca  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit;
-"git+https://git.gnome.org/browse/gnome-shell-sass;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.data/gnome-shell-sass.url 
"$srcdir/gnome-shell-sass"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D extension_set=all -D classic_mode=true
-  ninja -C build
-}
-
-package() {
-  depends=(gnome-shell)
-
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: gnome-shell-extensions/repos/extra-any/PKGBUILD (from rev 321695, 
gnome-shell-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 21:41:11 UTC (rev 321696)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-shell-extensions
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="Extensions for GNOME shell, including classic mode"
+url="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
+arch=(any)
+license=(GPL)
+makedepends=(meson git sassc js52)
+optdepends=('gnome-menus: applications menu extension')
+groups=(gnome)
+_commit=6746061898376ff39dd8034c22469d1ce4aadf9d  # tags/3.28.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit;
+"git+https://git.gnome.org/browse/gnome-shell-sass;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.data/gnome-shell-sass.url 
"$srcdir/gnome-shell-sass"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D extension_set=all -D classic_mode=true
+  ninja -C build
+}
+
+package() {
+  depends=(gnome-shell)
+
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 21:39:54
  Author: heftig
Revision: 321695

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 21:37:51 UTC (rev 321694)
+++ PKGBUILD2018-04-13 21:39:54 UTC (rev 321695)
@@ -1,52 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-# Contributor: Flamelab 
+# Contributor: Flamelab 

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

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 21:37:32
  Author: heftig
Revision: 321693

3.28.1-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 21:23:22 UTC (rev 321692)
+++ PKGBUILD2018-04-13 21:37:32 UTC (rev 321693)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab 

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

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 21:37:51
  Author: heftig
Revision: 321694

3.28.1-1

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 21:37:32 UTC (rev 321693)
+++ PKGBUILD2018-04-13 21:37:51 UTC (rev 321694)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-shell-extensions
-pkgver=3.28.0+1+g496ae16
+pkgver=3.28.1
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
@@ -11,7 +11,7 @@
 makedepends=(meson git sassc js52)
 optdepends=('gnome-menus: applications menu extension')
 groups=(gnome)
-_commit=496ae16cf18b1a7580d953b095542031178428ca  # master
+_commit=6746061898376ff39dd8034c22469d1ce4aadf9d  # tags/3.28.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit;
 "git+https://git.gnome.org/browse/gnome-shell-sass;)
 sha256sums=('SKIP'


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

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 21:23:22
  Author: heftig
Revision: 321692

archrelease: copy trunk to extra-x86_64

Added:
  gitg/repos/extra-x86_64/PKGBUILD
(from rev 321691, gitg/trunk/PKGBUILD)
Deleted:
  gitg/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 21:22:02 UTC (rev 321691)
+++ PKGBUILD2018-04-13 21:23:22 UTC (rev 321692)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gitg
-pkgver=3.26+23+g9c785938
-pkgrel=1
-pkgdesc='A GIT repository viewer based on GTK+'
-arch=('x86_64')
-url='https://git.gnome.org/browse/gitg/'
-license=('GPL')
-depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk'
- 'libpeas' 'gtkspell3' 'python-gobject')
-makedepends=('intltool' 'vala' 'gobject-introspection' 'glade' 'git' 'meson' 
'gtk-doc')
-groups=('gnome-extra')
-_commit=9c7859381b8eb5f0e8c00bca120802148ea3bc8e  # master
-source=("git+https://git.gnome.org/browse/gitg#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D docs=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # Fix up icon names
-  local f d
-  for f in "$pkgdir"/usr/share/icons/hicolor/*/apps/*; do
-d="${f%/*}"
-mv "$f" "$d/${f##*_}"
-  done
-
-  python -m compileall "$pkgdir/usr/lib/python3.6"
-  python -O -m compileall "$pkgdir/usr/lib/python3.6"
-}

Copied: gitg/repos/extra-x86_64/PKGBUILD (from rev 321691, gitg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 21:23:22 UTC (rev 321692)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.26.0
+pkgrel=1
+epoch=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk'
+ 'libpeas' 'gtkspell3' 'python-gobject')
+makedepends=('intltool' 'gobject-introspection' 'gnome-common')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('26730d437d6a30d6e341b9e8da99d2134dce4b96022c195609f45062f82b54d5')
+
+# Don't convert back to Git sources until compilation with current Vala is 
fixed (FS#58215)
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir"/usr/share/{appdata,metainfo}
+}


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

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 21:22:02
  Author: heftig
Revision: 321691

3.26.0-1: FS#58215

Modified:
  gitg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 20:31:13 UTC (rev 321690)
+++ PKGBUILD2018-04-13 21:22:02 UTC (rev 321691)
@@ -2,8 +2,9 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=gitg
-pkgver=3.26+23+g9c785938
+pkgver=3.26.0
 pkgrel=1
+epoch=1
 pkgdesc='A GIT repository viewer based on GTK+'
 arch=('x86_64')
 url='https://git.gnome.org/browse/gitg/'
@@ -10,36 +11,25 @@
 license=('GPL')
 depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk'
  'libpeas' 'gtkspell3' 'python-gobject')
-makedepends=('intltool' 'vala' 'gobject-introspection' 'glade' 'git' 'meson' 
'gtk-doc')
-groups=('gnome-extra')
-_commit=9c7859381b8eb5f0e8c00bca120802148ea3bc8e  # master
-source=("git+https://git.gnome.org/browse/gitg#commit=$_commit;)
-sha256sums=('SKIP')
+makedepends=('intltool' 'gobject-introspection' 'gnome-common')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('26730d437d6a30d6e341b9e8da99d2134dce4b96022c195609f45062f82b54d5')
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
+# Don't convert back to Git sources until compilation with current Vala is 
fixed (FS#58215)
 
 prepare() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 }
 
 build() {
-  arch-meson $pkgname build -D docs=true
-  ninja -C build
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # Fix up icon names
-  local f d
-  for f in "$pkgdir"/usr/share/icons/hicolor/*/apps/*; do
-d="${f%/*}"
-mv "$f" "$d/${f##*_}"
-  done
-
-  python -m compileall "$pkgdir/usr/lib/python3.6"
-  python -O -m compileall "$pkgdir/usr/lib/python3.6"
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir"/usr/share/{appdata,metainfo}
 }


[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2018-04-13 Thread Lukas Jirkovsky via arch-commits
Date: Friday, April 13, 2018 @ 20:49:28
  Author: stativ
Revision: 316219

switch to https sources

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 20:46:44 UTC (rev 316218)
+++ PKGBUILD2018-04-13 20:49:28 UTC (rev 316219)
@@ -16,7 +16,7 @@
 conflicts=('intellij-idea-libs')
 replaces=('intellij-idea-libs')
 install=idea.install
-source=("http://download.jetbrains.com/idea/ideaIC-$pkgver-no-jdk.tar.gz;
+source=("https://download.jetbrains.com/idea/ideaIC-${pkgver}-no-jdk.tar.gz;
 idea.desktop idea.sh)
 sha256sums=('c882dee60b7927ca9b2ccb13a46cff4c3ecc688d7e7eec9c53878a801ab1d5b6'
 'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'


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

2018-04-13 Thread Lukas Jirkovsky via arch-commits
Date: Friday, April 13, 2018 @ 20:46:44
  Author: stativ
Revision: 316218

archrelease: copy trunk to community-staging-x86_64

Added:
  log4cpp/repos/community-staging-x86_64/
  log4cpp/repos/community-staging-x86_64/PKGBUILD
(from rev 316217, log4cpp/trunk/PKGBUILD)

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

Copied: log4cpp/repos/community-staging-x86_64/PKGBUILD (from rev 316217, 
log4cpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-13 20:46:44 UTC (rev 316218)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor : Geraud Le Falher 
+
+pkgname=log4cpp
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA 
and other destinations."
+arch=('x86_64')
+url="http://log4cpp.sourceforge.net/;
+license=('LGPL')
+depends=('gcc-libs' 'libnsl')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('2cbbea55a5d6895c9f0116a9a9ce3afb86df383cd05c9d6c1a4238e5e5c8f51d')
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr --disable-doxygen --disable-dot --without-idsa
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+


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

2018-04-13 Thread Lukas Jirkovsky via arch-commits
Date: Friday, April 13, 2018 @ 20:46:35
  Author: stativ
Revision: 316217

upgpkg: log4cpp 1.1.3-1

libnsl rebuild

Modified:
  log4cpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 19:58:42 UTC (rev 316216)
+++ PKGBUILD2018-04-13 20:46:35 UTC (rev 316217)
@@ -3,21 +3,20 @@
 # Contributor : Geraud Le Falher 
 
 pkgname=log4cpp
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
 pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA 
and other destinations."
 arch=('x86_64')
 url="http://log4cpp.sourceforge.net/;
 license=('LGPL')
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('1e173df8ee97205f412ff84aa93b8fbe')
+depends=('gcc-libs' 'libnsl')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('2cbbea55a5d6895c9f0116a9a9ce3afb86df383cd05c9d6c1a4238e5e5c8f51d')
 
 build() {
-   cd "$srcdir/$pkgname"
-  export CXXFLAGS="$CXXFLAGS -lpthread"
+  cd "$srcdir/$pkgname"
   ./configure --prefix=/usr --disable-doxygen --disable-dot --without-idsa
-   make
+  make
 }
 
 package() {
@@ -25,4 +24,3 @@
   make DESTDIR="$pkgdir" install
 }
 
-# vim: set ft=sh ts=2 sw=2 et:


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

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 20:30:50
  Author: heftig
Revision: 321689

archrelease: copy trunk to extra-x86_64

Added:
  libgee/repos/extra-x86_64/PKGBUILD
(from rev 321688, libgee/trunk/PKGBUILD)
Deleted:
  libgee/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 20:30:02 UTC (rev 321688)
+++ PKGBUILD2018-04-13 20:30:50 UTC (rev 321689)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Sergej Pupykin 
-
-pkgname=libgee
-pkgver=0.20.1
-pkgrel=1
-pkgdesc="A collection library providing GObject-based interfaces and classes 
for commonly used data structures"
-url="https://git.gnome.org/browse/libgee;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(glib2)
-makedepends=(gobject-introspection vala autoconf-archive git valadoc)
-_commit=57e4c8a08d61ab77bbec310a3a1621e6bf3111cb  # tags/0.20.1^0
-source=("git+https://git.gnome.org/browse/libgee#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname
-  # generates a bazillion traps - make sure systemd's core_pattern
-  # is deactivated, or you'll DoS the journal and the system
-  #make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libgee/repos/extra-x86_64/PKGBUILD (from rev 321688, 
libgee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 20:30:50 UTC (rev 321689)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgname=libgee
+pkgver=0.20.1
+pkgrel=2
+pkgdesc="A collection library providing GObject-based interfaces and classes 
for commonly used data structures"
+url="https://git.gnome.org/browse/libgee;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala autoconf-archive git valadoc)
+_commit=57e4c8a08d61ab77bbec310a3a1621e6bf3111cb  # tags/0.20.1^0
+source=("git+https://git.gnome.org/browse/libgee#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname
+  # generates a bazillion traps - make sure systemd's core_pattern
+  # is deactivated, or you'll DoS the journal and the system
+  #make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 20:31:13
  Author: heftig
Revision: 321690

archrelease: copy trunk to extra-x86_64

Added:
  libpeas/repos/extra-x86_64/PKGBUILD
(from rev 321689, libpeas/trunk/PKGBUILD)
Deleted:
  libpeas/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 20:30:50 UTC (rev 321689)
+++ PKGBUILD2018-04-13 20:31:13 UTC (rev 321690)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libpeas
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="A GObject plugins library"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Projects/Libpeas;
-license=(GPL2)
-depends=(gtk3 gobject-introspection-runtime)
-makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection git
- gnome-common)
-_commit=2f8b28dd8e1edc1bc3b05ef5379e4aa7d2876efb  # tags/libpeas-1.22.0^0
-source=("git+https://git.gnome.org/browse/libpeas#commit=$_commit;)
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libpeas-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/extra-x86_64/PKGBUILD (from rev 321689, 
libpeas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 20:31:13 UTC (rev 321690)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libpeas
+pkgver=1.22.0
+pkgrel=2
+pkgdesc="A GObject plugins library"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/Libpeas;
+license=(GPL2)
+depends=(gtk3 gobject-introspection-runtime)
+makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection git
+ gnome-common)
+_commit=2f8b28dd8e1edc1bc3b05ef5379e4aa7d2876efb  # tags/libpeas-1.22.0^0
+source=("git+https://git.gnome.org/browse/libpeas#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libpeas-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 20:30:02
  Author: heftig
Revision: 321688

0.20.1-2

Modified:
  libgee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 19:58:10 UTC (rev 321687)
+++ PKGBUILD2018-04-13 20:30:02 UTC (rev 321688)
@@ -4,7 +4,7 @@
 
 pkgname=libgee
 pkgver=0.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection library providing GObject-based interfaces and classes 
for commonly used data structures"
 url="https://git.gnome.org/browse/libgee;
 license=(LGPL2.1)


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

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 19:53:55
  Author: heftig
Revision: 321685

1.22.0-2

Modified:
  libpeas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 19:21:40 UTC (rev 321684)
+++ PKGBUILD2018-04-13 19:53:55 UTC (rev 321685)
@@ -3,7 +3,7 @@
 
 pkgname=libpeas
 pkgver=1.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A GObject plugins library"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/Libpeas;


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

2018-04-13 Thread Johannes Löthberg via arch-commits
Date: Friday, April 13, 2018 @ 19:03:36
  Author: demize
Revision: 316209

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 19:03:31 UTC (rev 316208)
+++ PKGBUILD2018-04-13 19:03:36 UTC (rev 316209)
@@ -1,52 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgbase=python-canonicaljson
-pkgname=(python-canonicaljson python2-canonicaljson)
-pkgver=1.0.0
-pkgrel=2
-
-pkgdesc='Canonical JSON'
-url='https://pypi.python.org/pypi/canonicaljson/'
-arch=('any')
-license=('Apache')
-
-makedepends=('python-setuptools'
- 'python-simplejson'
- 'python-frozendict'
-
- 'python2-setuptools'
- 'python2-simplejson'
- 'python2-frozendict')
-
-source=("python-canonicaljson-$pkgver.tar.gz::https://github.com/matrix-org/python-canonicaljson/archive/v${pkgver}.tar.gz;)
-
-md5sums=('9bfe11414b3818908bc0be7dbf3cf76c')
-
-prepare() {
-   cp -a python-canonicaljson-$pkgver{,-python2}
-}
-
-build() {
-   cd "$srcdir"/python-canonicaljson-$pkgver
-   python setup.py build
-
-   cd "$srcdir"/python-canonicaljson-$pkgver-python2
-   python2 setup.py build
-}
-
-package_python-canonicaljson() {
-   depends=('python' 'python-simplejson' 'python-frozendict')
-
-   cd python-canonicaljson-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-canonicaljson() {
-   depends=('python2' 'python2-simplejson' 'python2-frozendict')
-
-   cd python-canonicaljson-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :

Copied: python-canonicaljson/repos/community-any/PKGBUILD (from rev 316208, 
python-canonicaljson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 19:03:36 UTC (rev 316209)
@@ -0,0 +1,52 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-canonicaljson
+pkgname=(python-canonicaljson python2-canonicaljson)
+pkgver=1.1.3
+pkgrel=1
+
+pkgdesc='Canonical JSON'
+url='https://pypi.python.org/pypi/canonicaljson/'
+arch=('any')
+license=('Apache')
+
+makedepends=('python-setuptools'
+ 'python-simplejson'
+ 'python-frozendict'
+
+ 'python2-setuptools'
+ 'python2-simplejson'
+ 'python2-frozendict')
+
+source=("python-canonicaljson-$pkgver.tar.gz::https://github.com/matrix-org/python-canonicaljson/archive/v${pkgver}.tar.gz;)
+
+md5sums=('1a4134964a9387cb73ccc6c366bb54e9')
+
+prepare() {
+   cp -a python-canonicaljson-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/python-canonicaljson-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/python-canonicaljson-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-canonicaljson() {
+   depends=('python' 'python-simplejson' 'python-frozendict')
+
+   cd python-canonicaljson-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-canonicaljson() {
+   depends=('python2' 'python2-simplejson' 'python2-frozendict')
+
+   cd python-canonicaljson-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


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

2018-04-13 Thread Johannes Löthberg via arch-commits
Date: Friday, April 13, 2018 @ 19:03:31
  Author: demize
Revision: 316208

upgpkg: python-canonicaljson 1.1.3-1

Modified:
  python-canonicaljson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 19:02:35 UTC (rev 316207)
+++ PKGBUILD2018-04-13 19:03:31 UTC (rev 316208)
@@ -3,8 +3,8 @@
 
 pkgbase=python-canonicaljson
 pkgname=(python-canonicaljson python2-canonicaljson)
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
 
 pkgdesc='Canonical JSON'
 url='https://pypi.python.org/pypi/canonicaljson/'
@@ -21,7 +21,7 @@
 
 
source=("python-canonicaljson-$pkgver.tar.gz::https://github.com/matrix-org/python-canonicaljson/archive/v${pkgver}.tar.gz;)
 
-md5sums=('9bfe11414b3818908bc0be7dbf3cf76c')
+md5sums=('1a4134964a9387cb73ccc6c366bb54e9')
 
 prepare() {
cp -a python-canonicaljson-$pkgver{,-python2}


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

2018-04-13 Thread Johannes Löthberg via arch-commits
Date: Friday, April 13, 2018 @ 19:02:17
  Author: demize
Revision: 316204

upgpkg: python-pycryptodomex 3.6.0-1

Modified:
  python-pycryptodomex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 18:59:45 UTC (rev 316203)
+++ PKGBUILD2018-04-13 19:02:17 UTC (rev 316204)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pycryptodomex
 pkgname=(python-pycryptodomex python2-pycryptodomex)
-pkgver=3.5.1
+pkgver=3.6.0
 pkgrel=1
 
 pkgdesc='A self-contained Python package of low-level cryptographic primitives'
@@ -16,7 +16,7 @@
 
 
source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz;)
 
-md5sums=('d62e4295151958a974e9df5adb766f72')
+md5sums=('71eb8167f9f28a7a9ea099182c7cb189')
 
 prepare() {
cp -a pycryptodomex-$pkgver{,-python2}


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

2018-04-13 Thread Johannes Löthberg via arch-commits
Date: Friday, April 13, 2018 @ 19:02:30
  Author: demize
Revision: 316206

upgpkg: python-sphinx_rtd_theme 0.3.0-1

Modified:
  python-sphinx_rtd_theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 19:02:23 UTC (rev 316205)
+++ PKGBUILD2018-04-13 19:02:30 UTC (rev 316206)
@@ -5,7 +5,7 @@
 
 pkgbase=python-sphinx_rtd_theme
 pkgname=('python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
-pkgver=0.2.4
+pkgver=0.3.0
 pkgrel=1
 
 pkgdesc="Python Sphinx Read The Docs Theme"
@@ -17,7 +17,7 @@
 
 
source=("https://pypi.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz;)
 
-sha256sums=('2df74b8ff6fae6965c527e97cca6c6c944886aae474b490e17f92adfbe843417')
+sha256sums=('665135dfbdf8f1d218442458a18cf266444354b8c98eed93d1543f7e701cfdba')
 
 build() {
   cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2


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

2018-04-13 Thread Johannes Löthberg via arch-commits
Date: Friday, April 13, 2018 @ 19:02:35
  Author: demize
Revision: 316207

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 19:02:30 UTC (rev 316206)
+++ PKGBUILD2018-04-13 19:02:35 UTC (rev 316207)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: eolianoe 
-# Contributor: Romain Schmitz 
-
-pkgbase=python-sphinx_rtd_theme
-pkgname=('python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
-pkgver=0.2.4
-pkgrel=1
-
-pkgdesc="Python Sphinx Read The Docs Theme"
-url='https://github.com/rtfd/sphinx_rtd_theme/'
-arch=('any')
-license=('MIT')
-
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz;)
-
-sha256sums=('2df74b8ff6fae6965c527e97cca6c6c944886aae474b490e17f92adfbe843417')
-
-build() {
-  cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2
-
-  cd sphinx_rtd_theme-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sphinx_rtd_theme-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-sphinx_rtd_theme() {
-  cd sphinx_rtd_theme-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sphinx_rtd_theme() {
-  cd sphinx_rtd_theme-${pkgver}-py2 
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-sphinx_rtd_theme/repos/community-any/PKGBUILD (from rev 316206, 
python-sphinx_rtd_theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 19:02:35 UTC (rev 316207)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: eolianoe 
+# Contributor: Romain Schmitz 
+
+pkgbase=python-sphinx_rtd_theme
+pkgname=('python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
+pkgver=0.3.0
+pkgrel=1
+
+pkgdesc="Python Sphinx Read The Docs Theme"
+url='https://github.com/rtfd/sphinx_rtd_theme/'
+arch=('any')
+license=('MIT')
+
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz;)
+
+sha256sums=('665135dfbdf8f1d218442458a18cf266444354b8c98eed93d1543f7e701cfdba')
+
+build() {
+  cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2
+
+  cd sphinx_rtd_theme-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sphinx_rtd_theme-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-sphinx_rtd_theme() {
+  cd sphinx_rtd_theme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sphinx_rtd_theme() {
+  cd sphinx_rtd_theme-${pkgver}-py2 
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in python-pycryptodomex/repos/community-x86_64 (2 files)

2018-04-13 Thread Johannes Löthberg via arch-commits
Date: Friday, April 13, 2018 @ 19:02:23
  Author: demize
Revision: 316205

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 19:02:17 UTC (rev 316204)
+++ PKGBUILD2018-04-13 19:02:23 UTC (rev 316205)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgbase=python-pycryptodomex
-pkgname=(python-pycryptodomex python2-pycryptodomex)
-pkgver=3.5.1
-pkgrel=1
-
-pkgdesc='A self-contained Python package of low-level cryptographic primitives'
-url='http://www.pycryptodome.org/'
-arch=('x86_64')
-license=('BSD')
-
-makedepends=('python-setuptools'
- 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz;)
-
-md5sums=('d62e4295151958a974e9df5adb766f72')
-
-prepare() {
-   cp -a pycryptodomex-$pkgver{,-python2}
-}
-
-build() {
-   cd "$srcdir"/pycryptodomex-$pkgver
-   python setup.py build
-
-   cd "$srcdir"/pycryptodomex-$pkgver-python2
-   python2 setup.py build
-}
-
-package_python-pycryptodomex() {
-   depends=('python')
-
-   cd pycryptodomex-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}
-
-package_python2-pycryptodomex() {
-   depends=('python2')
-
-   cd pycryptodomex-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}

Copied: python-pycryptodomex/repos/community-x86_64/PKGBUILD (from rev 316204, 
python-pycryptodomex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 19:02:23 UTC (rev 316205)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-pycryptodomex
+pkgname=(python-pycryptodomex python2-pycryptodomex)
+pkgver=3.6.0
+pkgrel=1
+
+pkgdesc='A self-contained Python package of low-level cryptographic primitives'
+url='http://www.pycryptodome.org/'
+arch=('x86_64')
+license=('BSD')
+
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz;)
+
+md5sums=('71eb8167f9f28a7a9ea099182c7cb189')
+
+prepare() {
+   cp -a pycryptodomex-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/pycryptodomex-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/pycryptodomex-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-pycryptodomex() {
+   depends=('python')
+
+   cd pycryptodomex-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}
+
+package_python2-pycryptodomex() {
+   depends=('python2')
+
+   cd pycryptodomex-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}


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

2018-04-13 Thread Johannes Löthberg via arch-commits
Date: Friday, April 13, 2018 @ 18:59:40
  Author: demize
Revision: 316202

upgpkg: matrix-synapse 0.27.3-1

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 18:46:27 UTC (rev 316201)
+++ PKGBUILD2018-04-13 18:59:40 UTC (rev 316202)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=0.27.2
+pkgver=0.27.3
 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=('87c7921ef30502c976ad4d1dabb2d436'
+md5sums=('998be3ad2549a476d112eaa316608897'
  'ecd9f66fb57fe1a2e1e2df07a460a35b')
 
 backup=('etc/synapse/log_config.yaml')


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

2018-04-13 Thread Johannes Löthberg via arch-commits
Date: Friday, April 13, 2018 @ 18:59:45
  Author: demize
Revision: 316203

archrelease: copy trunk to community-any

Added:
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 316202, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-any/synapse.install
(from rev 316202, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 316202, 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-04-13 18:59:40 UTC (rev 316202)
+++ PKGBUILD2018-04-13 18:59:45 UTC (rev 316203)
@@ -1,60 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgname=matrix-synapse
-pkgver=0.27.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'
- '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=('87c7921ef30502c976ad4d1dabb2d436'
- '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 316202, 
matrix-synapse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 18:59:45 UTC (rev 316203)
@@ -0,0 +1,60 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=0.27.3
+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'
+ '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;
+

[arch-commits] Commit in python-cheroot/repos/community-any (5 files)

2018-04-13 Thread Thore Bödecker via arch-commits
Date: Friday, April 13, 2018 @ 18:46:27
  Author: foxxx0
Revision: 316201

archrelease: copy trunk to community-any

Added:
  python-cheroot/repos/community-any/LICENSE
(from rev 316200, python-cheroot/trunk/LICENSE)
  python-cheroot/repos/community-any/PKGBUILD
(from rev 316200, python-cheroot/trunk/PKGBUILD)
  python-cheroot/repos/community-any/cheroot-fix-setup-python3.patch
(from rev 316200, python-cheroot/trunk/cheroot-fix-setup-python3.patch)
Deleted:
  python-cheroot/repos/community-any/LICENSE
  python-cheroot/repos/community-any/PKGBUILD

-+
 LICENSE |   14 ++---
 PKGBUILD|  101 +-
 cheroot-fix-setup-python3.patch |   20 +++
 3 files changed, 84 insertions(+), 51 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 18:46:17 UTC (rev 316200)
+++ PKGBUILD2018-04-13 18:46:27 UTC (rev 316201)
@@ -1,44 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: wangjiezhe 
-
-pkgbase='python-cheroot'
-_pkgbase="${pkgbase//python-/}"
-pkgname=('python-cheroot' 'python2-cheroot')
-pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=6.2.1
-pkgrel=2
-arch=('any')
-url="https://github.com/cherrypy/cheroot;
-license=('MIT')
-makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
-  'python2-setuptools-scm' 'python2-backports.functools_lru_cache')
-source=("${pkgbase}-${pkgver}.tar.gz::https://pypi.python.org/packages/8b/80/d84275abc1b9cf69d707a6c16ea3fe1faa45d02f4eb59c60bb5eba8cf29e/cheroot-6.2.1.tar.gz;
-"LICENSE")
-sha512sums=('4f8e97b835b4c12d72b51ce90bba52b0c5e2cac3382b34a34997fe6c58e660200ff1e163f7811810bdd5162c01e1b29e4a24d9d9e332cd636dfc38b9f9ce585d'
-
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944')
-
-package_python-cheroot() {
-  depends=('python-six')
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1
-
-  # the author has promised to include a LICENSE file in future releases:
-  # https://github.com/jaraco/skeleton/issues/1
-  # for now the LICENSE file has been taken from:
-  # 

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

2018-04-13 Thread Thore Bödecker via arch-commits
Date: Friday, April 13, 2018 @ 18:46:17
  Author: foxxx0
Revision: 316200

upgpkg: python-cheroot 6.2.1-3

fix python2/3 compatibility properly

Added:
  python-cheroot/trunk/cheroot-fix-setup-python3.patch
Modified:
  python-cheroot/trunk/PKGBUILD

-+
 PKGBUILD|   23 ++-
 cheroot-fix-setup-python3.patch |   20 
 2 files changed, 38 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 17:32:03 UTC (rev 316199)
+++ PKGBUILD2018-04-13 18:46:17 UTC (rev 316200)
@@ -6,19 +6,30 @@
 pkgname=('python-cheroot' 'python2-cheroot')
 pkgdesc="Highly-optimized, pure-python HTTP server"
 pkgver=6.2.1
-pkgrel=2
+pkgrel=3
 arch=('any')
 url="https://github.com/cherrypy/cheroot;
 license=('MIT')
 makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
-  'python2-setuptools-scm' 'python2-backports.functools_lru_cache')
+  'python2-setuptools-scm' 'python2-backports.functools_lru_cache'
+  'python2-backports.unittest_mock' 'tree')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://pypi.python.org/packages/8b/80/d84275abc1b9cf69d707a6c16ea3fe1faa45d02f4eb59c60bb5eba8cf29e/cheroot-6.2.1.tar.gz;
-"LICENSE")
+"LICENSE"
+"cheroot-fix-setup-python3.patch")
 
sha512sums=('4f8e97b835b4c12d72b51ce90bba52b0c5e2cac3382b34a34997fe6c58e660200ff1e163f7811810bdd5162c01e1b29e4a24d9d9e332cd636dfc38b9f9ce585d'
-
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944')
+
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944'
+
'1a6da34ef7d4b7cad392fcf6e0251b28ad2267af36564acc673a560963bdfdadb2f80950fc33783f6fb1a9683ae10a32bedf7b4969cd9c9b916c6060979ce547')
 
+prepare(){
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+
+  # patch setup.py (don't require legacy stuff on python3)
+  patch -p1 -l -i "${srcdir}/cheroot-fix-setup-python3.patch"
+}
+
 package_python-cheroot() {
   depends=('python-six')
+
   cd "${srcdir}/${_pkgbase}-${pkgver}"
   python setup.py install --root="$pkgdir/" --optimize=1
 
@@ -30,7 +41,9 @@
 }
 
 package_python2-cheroot() {
-  depends=('python2-six' 'python2-backports.functools_lru_cache')
+  depends=('python2-six' 'python2-backports.functools_lru_cache'
+   'python2-backports.unittest_mock')
+
   cd "${srcdir}/${_pkgbase}-${pkgver}"
   python2 setup.py install --root="$pkgdir/" --optimize=1
 

Added: cheroot-fix-setup-python3.patch
===
--- cheroot-fix-setup-python3.patch (rev 0)
+++ cheroot-fix-setup-python3.patch 2018-04-13 18:46:17 UTC (rev 316200)
@@ -0,0 +1,20 @@
+--- a/setup.py 2018-04-10 16:26:17.0 +0200
 b/setup.py 2018-04-13 20:41:04.896135916 +0200
+@@ -43,7 +43,7 @@
+ ),
+ python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
+ install_requires=[
+-'backports.functools_lru_cache',
++'backports.functools_lru_cache;python_version<"3"',
+ 'six>=1.11.0',
+ 'more_itertools>=2.6',
+ ],
+@@ -70,7 +70,7 @@
+ 'codecov',
+ 
+ 'pytest-cov',
+-'backports.unittest_mock',
++'backports.unittest_mock;python_version<"3"',
+ ],
+ },
+ setup_requires=[


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

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 18:02:49
  Author: heftig
Revision: 321681

3.28.1-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 17:50:49 UTC (rev 321680)
+++ PKGBUILD2018-04-13 18:02:49 UTC (rev 321681)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.28.0
+pkgver=3.28.1
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://git.gnome.org/browse/mutter;
@@ -15,7 +15,7 @@
  gnome-settings-daemon libgudev libinput pipewire)
 makedepends=(intltool gobject-introspection git)
 groups=(gnome)
-_commit=47856d97011d7a9bd13c1e1c638a6e43ebd9d9ac  # tags/3.28.0^0
+_commit=34644b2133241efe25794b57ddd18e6d9517cc0b  # tags/3.28.1^0
 source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;
 startup-notification.patch)
 sha256sums=('SKIP'


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

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 18:04:09
  Author: heftig
Revision: 321682

archrelease: copy trunk to extra-x86_64

Added:
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 321681, mutter/trunk/PKGBUILD)
  mutter/repos/extra-x86_64/startup-notification.patch
(from rev 321681, mutter/trunk/startup-notification.patch)
Deleted:
  mutter/repos/extra-x86_64/PKGBUILD
  mutter/repos/extra-x86_64/startup-notification.patch

+
 PKGBUILD   |  112 +--
 startup-notification.patch |   90 +-
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 18:02:49 UTC (rev 321681)
+++ PKGBUILD2018-04-13 18:04:09 UTC (rev 321682)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-url="https://git.gnome.org/browse/mutter;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas 
libcanberra
- startup-notification zenity libsm gnome-desktop upower 
libxkbcommon-x11
- gnome-settings-daemon libgudev libinput pipewire)
-makedepends=(intltool gobject-introspection git)
-groups=(gnome)
-_commit=47856d97011d7a9bd13c1e1c638a6e43ebd9d9ac  # tags/3.28.0^0
-source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;
-startup-notification.patch)
-sha256sums=('SKIP'
-'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/51940
-  patch -Np1 -i ../startup-notification.patch
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib --disable-static \
-  --disable-schemas-compile --enable-compile-warnings=minimum \
-  --enable-gtk-doc --enable-egl-device --enable-remote-desktop
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
-  -i {.,cogl,clutter}/libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: mutter/repos/extra-x86_64/PKGBUILD (from rev 321681, 
mutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 18:04:09 UTC (rev 321682)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://git.gnome.org/browse/mutter;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas 
libcanberra
+ startup-notification zenity libsm gnome-desktop upower 
libxkbcommon-x11
+ gnome-settings-daemon libgudev libinput pipewire)
+makedepends=(intltool gobject-introspection git)
+groups=(gnome)
+_commit=34644b2133241efe25794b57ddd18e6d9517cc0b  # tags/3.28.1^0
+source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;
+startup-notification.patch)
+sha256sums=('SKIP'
+'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/51940
+  patch -Np1 -i ../startup-notification.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum \
+  --enable-gtk-doc --enable-egl-device --enable-remote-desktop
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
+  -i {.,cogl,clutter}/libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: startup-notification.patch
===
--- startup-notification.patch  2018-04-13 18:02:49 UTC (rev 321681)
+++ startup-notification.patch  2018-04-13 18:04:09 UTC (rev 321682)
@@ -1,45 +0,0 @@
-From 4ed430b4ef3013c96fa56cdc57b925b42d20ead9 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
-Date: Thu, 20 Oct 2016 18:00:04 +0200
-Subject: [PATCH] gtk-shell: Work around non-working startup notifications
-
-GNOME Shell relies on the MetaScreen::startup-sequence-changed signal,
-which is tied to 

[arch-commits] Commit in nss/trunk (PKGBUILD nss-config.in nss-config.xml nss.pc.in)

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 17:50:49
  Author: heftig
Revision: 321680

FS#58206 use shipped templates; simplify

Modified:
  nss/trunk/PKGBUILD
Deleted:
  nss/trunk/nss-config.in
  nss/trunk/nss-config.xml
  nss/trunk/nss.pc.in

+
 PKGBUILD   |   33 +---
 nss-config.in  |  145 ---
 nss-config.xml |  132 --
 nss.pc.in  |   11 
 4 files changed, 14 insertions(+), 307 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 17:43:59 UTC (rev 321679)
+++ PKGBUILD2018-04-13 17:50:49 UTC (rev 321680)
@@ -9,18 +9,15 @@
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
 arch=(x86_64)
 license=(MPL GPL)
-_nsprver=4.15
+_nsprver=4.19
 depends=("nspr>=${_nsprver}" sqlite zlib sh p11-kit)
-makedepends=(perl python2 xmlto docbook-xsl gyp)
+makedepends=(perl python2 gyp)
 options=(!strip !makeflags staticlibs)
 
source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
-certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml 
enable-libpkix.patch)
+certdata2pem.py bundle.sh enable-libpkix.patch)
 sha256sums=('6025441d528ff6a7f1a4b673b6ee7d3540731ada3f78d5acd5c3b3736b222bff'
 '512b12a2f13129be62c008b4df0153f527dd7d71c2c5183de99dfa2a1c49dd8a'
 '3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd'
-'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'
-'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
-'98ace873c63e8e870286bce3ed53249aa2655cc1f53e7049061476e650ab06f1'
 '0b68c5ffbfeec090e950e5703e6b0519eafcb7eaf4fe2f64c355d0ddf17eed30')
 
 prepare() {
@@ -28,10 +25,6 @@
 
   ln -s /usr/bin/python2 path/python
 
-  echo -n "$(date +"%e %B %Y")" >date.xml
-  echo -n "$pkgver" >version.xml
-  xmlto man nss-config.xml
-
   cd nss-$pkgver
 
   patch -Np1 -i ../enable-libpkix.patch
@@ -53,31 +46,32 @@
 }
 
 package_nss() {
+  local vmajor vminor vpatch
   cd nss-$pkgver
 
-  { read _vmajor; read _vminor; read _vpatch; } \
+  { read vmajor; read vminor; read vpatch; } \
 < <(awk '/#define.*NSS_V(MAJOR|MINOR|PATCH)/ {print $3}' nss/lib/nss/nss.h)
 
-  sed ../nss.pc.in \
+  sed nss/pkg/pkg-config/nss.pc.in \
 -e "s,%libdir%,/usr/lib,g" \
 -e "s,%prefix%,/usr,g" \
 -e "s,%exec_prefix%,/usr/bin,g" \
 -e "s,%includedir%,/usr/include/nss,g" \
--e "s,%NSPR_VERSION%,${_nsprver},g" \
--e "s,%NSS_VERSION%,${pkgver},g" |
+-e "s,%NSPR_VERSION%,$_nsprver,g" \
+-e "s,%NSS_VERSION%,$pkgver,g" |
 install -Dm644 /dev/stdin "$pkgdir/usr/lib/pkgconfig/nss.pc"
+
   ln -s nss.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nss.pc"
 
-  sed ../nss-config.in \
+  sed nss/pkg/pkg-config/nss-config.in \
 -e "s,@libdir@,/usr/lib,g" \
 -e "s,@prefix@,/usr/bin,g" \
 -e "s,@exec_prefix@,/usr/bin,g" \
 -e "s,@includedir@,/usr/include/nss,g" \
--e "s,@MOD_MAJOR_VERSION@,${_vmajor},g" \
--e "s,@MOD_MINOR_VERSION@,${_vminor},g" \
--e "s,@MOD_PATCH_VERSION@,${_vpatch},g" |
+-e "s,@MOD_MAJOR_VERSION@,$vmajor,g" \
+-e "s,@MOD_MINOR_VERSION@,$vminor,g" \
+-e "s,@MOD_PATCH_VERSION@,$vpatch,g" |
 install -D /dev/stdin "$pkgdir/usr/bin/nss-config"
-  install -Dt "$pkgdir/usr/share/man/man1" -m644 ../nss-config.1
 
   cd nss/doc/nroff
   install -Dt "$pkgdir/usr/share/man/man1" -m644 *util.1 signtool.1 signver.1 
ssltap.1
@@ -92,6 +86,7 @@
   install -Dt "$pkgdir/usr/lib" *.so
   install -Dt "$pkgdir/usr/lib" -m644 *.chk
 
+  # Replace built-in trust with p11-kit connection
   ln -sf libnssckbi-p11-kit.so "$pkgdir/usr/lib/libnssckbi.so"
 }
 

Deleted: nss-config.in
===
--- nss-config.in   2018-04-13 17:43:59 UTC (rev 321679)
+++ nss-config.in   2018-04-13 17:50:49 UTC (rev 321680)
@@ -1,145 +0,0 @@
-#!/bin/sh
-
-prefix=@prefix@
-
-major_version=@MOD_MAJOR_VERSION@
-minor_version=@MOD_MINOR_VERSION@
-patch_version=@MOD_PATCH_VERSION@
-
-usage()
-{
-   cat <&2
-fi
-
-lib_ssl=yes
-lib_smime=yes
-lib_nss=yes
-lib_nssutil=yes
-
-while test $# -gt 0; do
-  case "$1" in
-  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
-  *) optarg= ;;
-  esac
-
-  case $1 in
---prefix=*)
-  prefix=$optarg
-  ;;
---prefix)
-  echo_prefix=yes
-  ;;
---exec-prefix=*)
-  exec_prefix=$optarg
-  ;;
---exec-prefix)
-  echo_exec_prefix=yes
-  ;;
---includedir=*)
-  includedir=$optarg
-  ;;
---includedir)
-  echo_includedir=yes
-  ;;
---libdir=*)
-  libdir=$optarg
-  ;;
---libdir)
-  echo_libdir=yes
-  ;;
---version)
-  echo ${major_version}.${minor_version}.${patch_version}
-  ;;
---cflags)
-  echo_cflags=yes
- 

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

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 17:43:59
  Author: heftig
Revision: 321679

FS#58183 build in Intel pinctrl drivers

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |2 +-
 config   |   20 ++--
 2 files changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 14:39:11 UTC (rev 321678)
+++ PKGBUILD2018-04-13 17:43:59 UTC (rev 321679)
@@ -32,7 +32,7 @@
 'SKIP'
 'fa82ef50579ea9b71b26b2ae98460380e22a48be2524f90548947a586988e575'
 'SKIP'
-'f61e5899ea360e0851d55d238c346f8c97d3344e7a38b437cc446629b1d01a9f'
+'d8f725b047214d9d6841496bb9aafa692005823c497ad9b6e47a615c7f369ba5'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'

Modified: config
===
--- config  2018-04-13 14:39:11 UTC (rev 321678)
+++ config  2018-04-13 17:43:59 UTC (rev 321679)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.16.1-1 Kernel Configuration
+# Linux/x86 4.16.2-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -4231,15 +4231,15 @@
 CONFIG_PINCTRL_PALMAS=m
 CONFIG_PINCTRL_RK805=m
 CONFIG_PINCTRL_BAYTRAIL=y
-CONFIG_PINCTRL_CHERRYVIEW=m
-CONFIG_PINCTRL_INTEL=m
-CONFIG_PINCTRL_BROXTON=m
-CONFIG_PINCTRL_CANNONLAKE=m
-CONFIG_PINCTRL_CEDARFORK=m
-CONFIG_PINCTRL_DENVERTON=m
-CONFIG_PINCTRL_GEMINILAKE=m
-CONFIG_PINCTRL_LEWISBURG=m
-CONFIG_PINCTRL_SUNRISEPOINT=m
+CONFIG_PINCTRL_CHERRYVIEW=y
+CONFIG_PINCTRL_INTEL=y
+CONFIG_PINCTRL_BROXTON=y
+CONFIG_PINCTRL_CANNONLAKE=y
+CONFIG_PINCTRL_CEDARFORK=y
+CONFIG_PINCTRL_DENVERTON=y
+CONFIG_PINCTRL_GEMINILAKE=y
+CONFIG_PINCTRL_LEWISBURG=y
+CONFIG_PINCTRL_SUNRISEPOINT=y
 CONFIG_GPIOLIB=y
 CONFIG_OF_GPIO=y
 CONFIG_GPIO_ACPI=y


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

2018-04-13 Thread Antonio Rojas via arch-commits
Date: Friday, April 13, 2018 @ 17:32:03
  Author: arojas
Revision: 316199

archrelease: copy trunk to community-x86_64

Added:
  pynormaliz/repos/community-x86_64/PKGBUILD
(from rev 316198, pynormaliz/trunk/PKGBUILD)
Deleted:
  pynormaliz/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 17:31:26 UTC (rev 316198)
+++ PKGBUILD2018-04-13 17:32:03 UTC (rev 316199)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pynormaliz
-pkgname=(python2-pynormaliz python-pynormaliz)
-pkgver=1.15
-pkgrel=1
-pkgdesc="A Python interface to Normaliz"
-arch=(x86_64)
-url="https://github.com/sebasguts/PyNormaliz;
-license=(GPL2)
-makedepends=(python-setuptools python2-setuptools normaliz boost)
-source=("https://pypi.io/packages/source/P/PyNormaliz/PyNormaliz-$pkgver.tar.gz;)
-sha256sums=('500bdcc842cd5e041c5cd1c94e31e60da40a287b83e6721dd6363c157cc1e4eb')
-
-prepare() {
-  cp -r PyNormaliz-$pkgver PyNormaliz-$pkgver-py2
-}
-
-build() {
-  cd PyNormaliz-$pkgver
-  python setup.py build
-
-  cd ../PyNormaliz-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python2-pynormaliz() {
-  depends=(python2 normaliz)
-  cd PyNormaliz-$pkgver-py2
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-package_python-pynormaliz() {
-  depends=(python normaliz)
-  cd PyNormaliz-$pkgver
-  
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-

Copied: pynormaliz/repos/community-x86_64/PKGBUILD (from rev 316198, 
pynormaliz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 17:32:03 UTC (rev 316199)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pynormaliz
+pkgname=(python2-pynormaliz python-pynormaliz)
+pkgver=1.16
+pkgrel=1
+pkgdesc="A Python interface to Normaliz"
+arch=(x86_64)
+url="https://github.com/sebasguts/PyNormaliz;
+license=(GPL2)
+makedepends=(python-setuptools python2-setuptools normaliz boost)
+source=("https://pypi.io/packages/source/P/PyNormaliz/PyNormaliz-$pkgver.tar.gz;)
+sha256sums=('97002d1090302b42700c5e1f265d5b67bfe627e1edff3fad5dd8d0ad05084d08')
+
+prepare() {
+  cp -r PyNormaliz-$pkgver PyNormaliz-$pkgver-py2
+}
+
+build() {
+  cd PyNormaliz-$pkgver
+  python setup.py build
+
+  cd ../PyNormaliz-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python2-pynormaliz() {
+  depends=(python2 normaliz)
+  cd PyNormaliz-$pkgver-py2
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+package_python-pynormaliz() {
+  depends=(python normaliz)
+  cd PyNormaliz-$pkgver
+  
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+


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

2018-04-13 Thread Antonio Rojas via arch-commits
Date: Friday, April 13, 2018 @ 17:31:26
  Author: arojas
Revision: 316198

Update to 1.16

Modified:
  pynormaliz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 17:29:36 UTC (rev 316197)
+++ PKGBUILD2018-04-13 17:31:26 UTC (rev 316198)
@@ -2,7 +2,7 @@
 
 pkgbase=pynormaliz
 pkgname=(python2-pynormaliz python-pynormaliz)
-pkgver=1.15
+pkgver=1.16
 pkgrel=1
 pkgdesc="A Python interface to Normaliz"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(GPL2)
 makedepends=(python-setuptools python2-setuptools normaliz boost)
 
source=("https://pypi.io/packages/source/P/PyNormaliz/PyNormaliz-$pkgver.tar.gz;)
-sha256sums=('500bdcc842cd5e041c5cd1c94e31e60da40a287b83e6721dd6363c157cc1e4eb')
+sha256sums=('97002d1090302b42700c5e1f265d5b67bfe627e1edff3fad5dd8d0ad05084d08')
 
 prepare() {
   cp -r PyNormaliz-$pkgver PyNormaliz-$pkgver-py2


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

2018-04-13 Thread Antonio Rojas via arch-commits
Date: Friday, April 13, 2018 @ 17:29:36
  Author: arojas
Revision: 316197

archrelease: copy trunk to community-x86_64

Added:
  normaliz/repos/community-x86_64/PKGBUILD
(from rev 316196, normaliz/trunk/PKGBUILD)
Deleted:
  normaliz/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 17:29:10 UTC (rev 316196)
+++ PKGBUILD2018-04-13 17:29:36 UTC (rev 316197)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Tarn Burton 
-
-pkgname=normaliz
-pkgver=3.5.3
-pkgrel=1
-pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
-arch=(x86_64)
-url="https://www.normaliz.uni-osnabrueck.de/;
-license=(GPL)
-depends=(gmp)
-makedepends=(boost)
-source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz;)
-sha256sums=('fa522ba66d3437a7850500651dd4a3698f5db119b4d73bc0ee4e79dee68badb8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: normaliz/repos/community-x86_64/PKGBUILD (from rev 316196, 
normaliz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 17:29:36 UTC (rev 316197)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tarn Burton 
+
+pkgname=normaliz
+pkgver=3.5.4
+pkgrel=1
+pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
+arch=(x86_64)
+url="https://www.normaliz.uni-osnabrueck.de/;
+license=(GPL)
+depends=(gmp)
+makedepends=(boost)
+source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz;)
+sha256sums=('d65739c43726733f3bb30842442296bfe832eef238935e8729beaebbed231656')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-13 Thread Antonio Rojas via arch-commits
Date: Friday, April 13, 2018 @ 17:29:10
  Author: arojas
Revision: 316196

Update to 3.5.4

Modified:
  normaliz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 17:12:21 UTC (rev 316195)
+++ PKGBUILD2018-04-13 17:29:10 UTC (rev 316196)
@@ -2,7 +2,7 @@
 # Contributor: Tarn Burton 
 
 pkgname=normaliz
-pkgver=3.5.3
+pkgver=3.5.4
 pkgrel=1
 pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(gmp)
 makedepends=(boost)
 
source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz;)
-sha256sums=('fa522ba66d3437a7850500651dd4a3698f5db119b4d73bc0ee4e79dee68badb8')
+sha256sums=('d65739c43726733f3bb30842442296bfe832eef238935e8729beaebbed231656')
 
 build() {
   cd $pkgname-$pkgver


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

2018-04-13 Thread Felix Yan via arch-commits
Date: Friday, April 13, 2018 @ 17:12:21
  Author: felixonmars
Revision: 316195

archrelease: copy trunk to community-testing-any

Added:
  unicode-emoji/repos/community-testing-any/
  unicode-emoji/repos/community-testing-any/LICENSE
(from rev 316194, unicode-emoji/trunk/LICENSE)
  unicode-emoji/repos/community-testing-any/PKGBUILD
(from rev 316194, unicode-emoji/trunk/PKGBUILD)

--+
 LICENSE  |   33 +
 PKGBUILD |   30 ++
 2 files changed, 63 insertions(+)

Copied: unicode-emoji/repos/community-testing-any/LICENSE (from rev 316194, 
unicode-emoji/trunk/LICENSE)
===
--- community-testing-any/LICENSE   (rev 0)
+++ community-testing-any/LICENSE   2018-04-13 17:12:21 UTC (rev 316195)
@@ -0,0 +1,33 @@
+COPYRIGHT AND PERMISSION NOTICE
+
+Copyright © 1991-2017 Unicode, Inc. All rights reserved.
+Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Unicode data files and any associated documentation
+(the "Data Files") or Unicode software and any associated documentation
+(the "Software") to deal in the Data Files or Software
+without restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, and/or sell copies of
+the Data Files or Software, and to permit persons to whom the Data Files
+or Software are furnished to do so, provided that either
+(a) this copyright and permission notice appear with all copies
+of the Data Files or Software, or
+(b) this copyright and permission notice appear in associated
+Documentation.
+
+THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
+ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
+NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+
+Except as contained in this notice, the name of a copyright holder
+shall not be used in advertising or otherwise to promote the sale,
+use or other dealings in these Data Files or Software without prior
+written authorization of the copyright holder.

Copied: unicode-emoji/repos/community-testing-any/PKGBUILD (from rev 316194, 
unicode-emoji/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-04-13 17:12:21 UTC (rev 316195)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=unicode-emoji
+pkgver=11.0
+pkgrel=1
+pkgdesc="Unicode Emoji Data Files"
+arch=(any)
+license=(BSD)
+url="http://www.unicode.org/emoji/;
+source=("emoji-data-$pkgver.txt::http://www.unicode.org/Public/emoji/$pkgver/emoji-data.txt;
+
"emoji-sequences-$pkgver.txt::http://www.unicode.org/Public/emoji/$pkgver/emoji-sequences.txt;
+
"emoji-test-$pkgver.txt::http://www.unicode.org/Public/emoji/$pkgver/emoji-test.txt;
+
"emoji-variation-sequences-$pkgver.txt::http://www.unicode.org/Public/emoji/$pkgver/emoji-variation-sequences.txt;
+
"emoji-zwj-sequences-$pkgver.txt::http://www.unicode.org/Public/emoji/$pkgver/emoji-zwj-sequences.txt;
+LICENSE)
+sha512sums=('501847414275564c7753b7d2b8e45cdfbf9fe96a96f0f3eea81f34c480da551b317b432ca426f6441c95eea520992eead749e9c60da38233afd159d9b555'
+
'c9af23e0738350b6d61691498ac82cccec970bb2cd4a0c5d6fab6c86fef742c09c6a83f50124c1f98c285e706d145786bb29cbf4339ff1a01c75ad7515b159a6'
+
'89c5a0f2eb460234e50dcc0fc904fbb254a1c0afa54b5bb672032f01764e0bed3624d1a4cd5627c83fcf1ea1347c9e3baaca05b2c685890afa505763baf8be79'
+
'a0a487ef43d9cd49ff2ced654794e7190f357b00dd70ec9b84e640181dc5b2df44b2063aa4b16447d00815094155b24531f115e9121c51c95635b0af4b043643'
+
'a2a50cd5451d3ba1da0f3b46e18a10d621ead0372599b98dad0fd47fdb271407f72bd72854136c93311b13950cedc2b1594f06d460e551ab120ed30ba8abce4d'
+
'9ba78d68ed39745e55538180f132ff47423edb46adde7ac3e62a489870d153808bcf2db57b77e6a7cdae9b4fa03aba99cf228315b9a15be090bedef00b9e69ed')
+
+package() {
+  for _f in data sequences test variation-sequences zwj-sequences; do
+install -Dm644 emoji-$_f-$pkgver.txt 
"$pkgdir/usr/share/unicode/emoji/emoji-$_f.txt"
+  done
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-04-13 Thread Felix Yan via arch-commits
Date: Friday, April 13, 2018 @ 17:11:53
  Author: felixonmars
Revision: 316194

upgpkg: unicode-emoji 11.0-1

Modified:
  unicode-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 17:05:16 UTC (rev 316193)
+++ PKGBUILD2018-04-13 17:11:53 UTC (rev 316194)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=unicode-emoji
-pkgver=5.0
-pkgrel=2
+pkgver=11.0
+pkgrel=1
 pkgdesc="Unicode Emoji Data Files"
 arch=(any)
 license=(BSD)
@@ -14,11 +14,11 @@
 
"emoji-variation-sequences-$pkgver.txt::http://www.unicode.org/Public/emoji/$pkgver/emoji-variation-sequences.txt;
 
"emoji-zwj-sequences-$pkgver.txt::http://www.unicode.org/Public/emoji/$pkgver/emoji-zwj-sequences.txt;
 LICENSE)
-sha512sums=('3716b6c3aed3c73991f6ae9215a1c151bcd2e467ef5d279b032710b52cc5d155357ebbe23b2795fdfc8c102a6de42fb130eae1f17fff9c18300b2e880a68e4dc'
-
'a44b5ae56fe10a8c23d03fd4fb94f26f7ad1df16e8513ff6538b66318199bac199b63a937286554e22258dd76e43b930b3bc7e4892dfced107098d28915c6ee6'
-
'a6562928ef13b6fc8daabafe07a8cd1818082ad85672d08b308cf2bfc74128bc3e1a4aa35ee173ed767126eeb883e63e033ff55676039f1b19954a9e49eec99f'
-
'484509ed56c5ea5e73160e211643a938d3fa08474281d316e5ed2d2346f38f5140a147454a9cb81c9f463d6c62befd98a8b70b695ee50effdbcfc6085dcaa520'
-
'7d701b2171826988fc5d1e7bacdfa51fbde39b8dc413c23aee8b682a6d2344adb7002f08073fb7ffe30d791eb818cc85f8edcf934a279da20415901ac049a349'
+sha512sums=('501847414275564c7753b7d2b8e45cdfbf9fe96a96f0f3eea81f34c480da551b317b432ca426f6441c95eea520992eead749e9c60da38233afd159d9b555'
+
'c9af23e0738350b6d61691498ac82cccec970bb2cd4a0c5d6fab6c86fef742c09c6a83f50124c1f98c285e706d145786bb29cbf4339ff1a01c75ad7515b159a6'
+
'89c5a0f2eb460234e50dcc0fc904fbb254a1c0afa54b5bb672032f01764e0bed3624d1a4cd5627c83fcf1ea1347c9e3baaca05b2c685890afa505763baf8be79'
+
'a0a487ef43d9cd49ff2ced654794e7190f357b00dd70ec9b84e640181dc5b2df44b2063aa4b16447d00815094155b24531f115e9121c51c95635b0af4b043643'
+
'a2a50cd5451d3ba1da0f3b46e18a10d621ead0372599b98dad0fd47fdb271407f72bd72854136c93311b13950cedc2b1594f06d460e551ab120ed30ba8abce4d'
 
'9ba78d68ed39745e55538180f132ff47423edb46adde7ac3e62a489870d153808bcf2db57b77e6a7cdae9b4fa03aba99cf228315b9a15be090bedef00b9e69ed')
 
 package() {


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

2018-04-13 Thread Felix Yan via arch-commits
Date: Friday, April 13, 2018 @ 17:05:16
  Author: felixonmars
Revision: 316193

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   92 
 v2ray.service |   26 +++
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 17:04:52 UTC (rev 316192)
+++ PKGBUILD2018-04-13 17:05:16 UTC (rev 316193)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: pandada8 
-
-pkgname=v2ray
-pkgver=3.17
-pkgrel=1
-pkgdesc="A platform for building proxies to bypass network restrictions"
-arch=('x86_64')
-url="https://github.com/v2ray/v2ray-core;
-license=('MIT')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
-'v2ray.service')
-sha512sums=('2ff51237228f02e4dd6ddbb2639c8aaed289e2e4a42932713abf7f970886dbc1713c28ea9ce2b8ab6964ce5569065a627cab085d8cfc54cb9b8d6ad9dc58967d'
-
'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  go get v2ray.com/core github.com/miekg/dns golang.org/x/sys/unix 
v2ray.com/ext/assert \
- github.com/gorilla/websocket golang.org/x/crypto/chacha20poly1305 
golang.org/x/crypto/sha3 \
- v2ray.com/ext golang.org/x/net/proxy 
github.com/google/go-github/github golang.org/x/oauth2 \
- github.com/gogo/protobuf/proto google.golang.org/grpc
-  go install v2ray.com/ext/tools/build/vbuild
-}
-
-build() {
-  cd v2ray-core-$pkgver
-  "$GOPATH"/bin/vbuild
-}
-
-check() {
-  cd v2ray-core-$pkgver
-  go test -p 1 -tags json -v v2ray.com/core/...
-}
-
-package() {
-  cd v2ray-core-$pkgver
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
-  install -Dm644 release/config/systemd/v2ray.service 
${pkgdir}/usr/lib/systemd/system/v2ray.service
-  sed -i '/ExecStart/c\ExecStart=/usr/bin/env v2ray.location.asset=/etc/v2ray 
/usr/bin/v2ray -config /etc/v2ray/config.json' 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
-  install -Dm755 "$GOPATH"/bin/v2ray-custom-linux-64/{v2ray,v2ctl} -t 
"$pkgdir"/usr/bin/
-
-  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
-}

Copied: v2ray/repos/community-x86_64/PKGBUILD (from rev 316192, 
v2ray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 17:05:16 UTC (rev 316193)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: pandada8 
+
+pkgname=v2ray
+pkgver=3.17.2
+pkgrel=1
+pkgdesc="A platform for building proxies to bypass network restrictions"
+arch=('x86_64')
+url="https://github.com/v2ray/v2ray-core;
+license=('MIT')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
+'v2ray.service')
+sha512sums=('0e9f69ad507dcec9adcbd20188ff165a0c9d8d04d96bc393a1f3d59587fef5e1efbe64be1575537842b81172dc07e5cb306d5c753808ffc423d3fe663f938733'
+
'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  go get v2ray.com/core github.com/miekg/dns golang.org/x/sys/unix 
v2ray.com/ext/assert \
+ github.com/gorilla/websocket golang.org/x/crypto/chacha20poly1305 
golang.org/x/crypto/sha3 \
+ v2ray.com/ext golang.org/x/net/proxy 
github.com/google/go-github/github golang.org/x/oauth2 \
+ github.com/gogo/protobuf/proto google.golang.org/grpc
+  go install v2ray.com/ext/tools/build/vbuild
+}
+
+build() {
+  cd v2ray-core-$pkgver
+  "$GOPATH"/bin/vbuild
+}
+
+check() {
+  cd v2ray-core-$pkgver
+  go test -p 1 -tags json -v v2ray.com/core/...
+}
+
+package() {
+  cd v2ray-core-$pkgver
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
+  install -Dm644 release/config/systemd/v2ray.service 
${pkgdir}/usr/lib/systemd/system/v2ray.service
+  sed -i '/ExecStart/c\ExecStart=/usr/bin/env v2ray.location.asset=/etc/v2ray 
/usr/bin/v2ray -config /etc/v2ray/config.json' 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
+  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
+  install 

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

2018-04-13 Thread Felix Yan via arch-commits
Date: Friday, April 13, 2018 @ 17:04:52
  Author: felixonmars
Revision: 316192

upgpkg: v2ray 3.17.2-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 16:03:51 UTC (rev 316191)
+++ PKGBUILD2018-04-13 17:04:52 UTC (rev 316192)
@@ -3,7 +3,7 @@
 # Contributor: pandada8 
 
 pkgname=v2ray
-pkgver=3.17
+pkgver=3.17.2
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
 'v2ray.service')
-sha512sums=('2ff51237228f02e4dd6ddbb2639c8aaed289e2e4a42932713abf7f970886dbc1713c28ea9ce2b8ab6964ce5569065a627cab085d8cfc54cb9b8d6ad9dc58967d'
+sha512sums=('0e9f69ad507dcec9adcbd20188ff165a0c9d8d04d96bc393a1f3d59587fef5e1efbe64be1575537842b81172dc07e5cb306d5c753808ffc423d3fe663f938733'
 
'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
 
 prepare() {


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2018-04-13 Thread Andrew Crerar via arch-commits
Date: Friday, April 13, 2018 @ 16:03:51
  Author: andrewsc
Revision: 316191

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 316190, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  464 ++---
 1 file changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 16:03:21 UTC (rev 316190)
+++ PKGBUILD2018-04-13 16:03:51 UTC (rev 316191)
@@ -1,232 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=60.0b11
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('335f98fb0abfb0d89c1aa9c56a909eb268ad71aed99d2b095e0c43915771f875e822c2c46d7d7ef76c76549a87e4c341c40959430b84c7474b498b91a4d39b63'
-
'b1e2e44b604ccc2e007e8ece500220e6e5c4b498270ec344535d035762afed3ec62507a904276581494e736145dc2320cd2d6f5f2a55f340004cfc4a9b8eee37'
-
'c51a2d7016e69e4e04cbf79efea8c57be789860a35e3374d829fbbe28788e474523170ef27e986be35d5ebb68d1639ad531f2208bd1a483e7f6b5ba1cedb34f1'
-
'3c4db69af17b01f6dee2037b4a0155ae54d57d4d74a3af24610cf2a58a737aebcc7ad642cce033fd7739e3ac1174c178f0d81af8b2bd11010116d22178556b53'
-
'a2579636c8eadb4086e37e951f14a1075900ffbeba8f1ee353b5e64332f1dc6f6b4a924562d7ce7b0aab09fa419ef9e87552129b518e5f915a9178cb9dbed596'
-
'be783a698349017ed45abd35d5dd7cb78b2bbfead4d250ec6a39991f7de614bf4542b42710dc7f6d5fd2c512820ca028beb36d118780112f2564fc4fcb52f54d'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2018-04-13 Thread Andrew Crerar via arch-commits
Date: Friday, April 13, 2018 @ 16:03:21
  Author: andrewsc
Revision: 316190

upgpkg: firefox-developer-edition-i18n 60.0b12-1

firefox-developer-edition-i18n: Updating to 60.0b12

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 15:57:17 UTC (rev 316189)
+++ PKGBUILD2018-04-13 16:03:21 UTC (rev 316190)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=60.0b11
+pkgver=60.0b12
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('335f98fb0abfb0d89c1aa9c56a909eb268ad71aed99d2b095e0c43915771f875e822c2c46d7d7ef76c76549a87e4c341c40959430b84c7474b498b91a4d39b63'
-
'b1e2e44b604ccc2e007e8ece500220e6e5c4b498270ec344535d035762afed3ec62507a904276581494e736145dc2320cd2d6f5f2a55f340004cfc4a9b8eee37'
-
'c51a2d7016e69e4e04cbf79efea8c57be789860a35e3374d829fbbe28788e474523170ef27e986be35d5ebb68d1639ad531f2208bd1a483e7f6b5ba1cedb34f1'
-
'3c4db69af17b01f6dee2037b4a0155ae54d57d4d74a3af24610cf2a58a737aebcc7ad642cce033fd7739e3ac1174c178f0d81af8b2bd11010116d22178556b53'
-
'a2579636c8eadb4086e37e951f14a1075900ffbeba8f1ee353b5e64332f1dc6f6b4a924562d7ce7b0aab09fa419ef9e87552129b518e5f915a9178cb9dbed596'
-
'be783a698349017ed45abd35d5dd7cb78b2bbfead4d250ec6a39991f7de614bf4542b42710dc7f6d5fd2c512820ca028beb36d118780112f2564fc4fcb52f54d'
-
'9ae5a2f0b7fa83356c82ad5689985f1678e6aefaddb837d0f872854770c9cf403f600164abf5d3d7a338fabf190a93df6ec7ba5a9bc9c2bae4b77e071e1934b6'
-
'80ba7a499f5f9d6619f1ab57e37c5bf3a75b2c66b785ca7dda1fce4b164ba04d670ef76a89147ca9fce4e4b5f6f35576ab67fdba0a213e63bfff3a5ac072363e'
-
'72cdd13c7994fbd192030b20631fab815ac61dae37f9d6f52cb835cb4150d7d44ad9af0d2259013f631afbe6299053db377c9d59f81ec87955a23fdeaff0579b'
-
'b92d667a8bbee7c911c1d4f5fc978c7a26e714d4035ffa0ac770a45083c2da7483a70f4f67541a7cc7c58524cad90a0595e990c1a66f74bfa27febba2d2dc9f5'
-
'0b3111957a742443b7d41a61ec110556001b28652ca47db560058eb416213b6c1a55e65cca2822c986a3169d80e00e06ab2c504e462c9d43416f96f9464a1255'
-
'ca1e3b23b9f1d707092c0b467d34876844ac4ca866c4dd0dbddcec7c2d9dbc56abbc793cd88e643e033c2a170ce0617ded2a8a76fd76e70972f90930963a4499'
-
'24633c073a75839e0bfc44eaa8ba2c864a3ec3097f94da3e570226f6224631e37e8e23a77a1d329d307372f3146fbf73c272d20be5502641e860a24540033cca'
-
'da26e6e99edec91e31c1d67e4c481d34e8c382682a385cbe0ad4d9006a70d13c1ccf5f318cb2fd4b25fa03941802bcb6c09f23c6b549a3aec19098f931699483'
-
'aad7e6b67ef1bb73bfb0bf1fe4001369a3e7a3f191a0837863aa11eb368bbdd3093367134a878addf75807e9bd6dab9c94fdc7eab16800ebfbcae8a498e3c196'
-
'bb1257aa70c8626de927dcff39067d35c94e213caf21c38e20e0e95b5c8a01da77ee1eadbadd0746d93a145652abe96eefd9cadc72e14746ced0fa65c7e42f67'
-
'7ccd2fc54e2e00d5f48365e0d115598040f16ea692d5a6c5a7542af68c1998862012bdbf38b2001240e4f1ebcfca13164a476f24b7b911a644e35a5863bf1e9e'
-
'67dddb51e74f873e73b7aff73fef22f9a091b3609dcd44165b6fdef08e71394106045ce23c006159d973145fee9d0f3a894e9dea8cf7fbee2b7f6e5f54000c14'
-
'01271f90fc5404a066c507a03387f0755141e97573f36b2b1debee4f629d2e723abfc4023601afbf01789d9dfa9611c90f36899ea4debc3743e83da295a6c72b'
-
'b020f8e07055b59b6e0dc96e401d0e235498474cca97da593aa1d416f20dbe90b86c9ec5f0c13cd3cb4922d8b4205b29152acc868a6f74f559e379565c498fca'
-
'558bdffbe456c8b233021674306942f4e5edfba6f30ff1804dc175b6f3e7dd6b663a5fa60be5aef8491124a7b775f017874390686d577e3c7953cf6661fc0425'
-
'f40e986882efbee09df14e8e0b35fd9a36f4b7d71bbde667a40dc01b8aa17274b8d820927f26f043575b8fb99b6092fcbc39305135ae4e823dcd38322e41f836'
-
'1a9df5e2e3068faa4f9f625578a10497350e9e03d5713f907d46652d3bb89a86b85d34f7ffdde6a5e64a04d42fe0689b27a524f2cbaf1507ba5b7af4b633fdce'
-
'0f979c4596da9c5fd8a91555892aebdc532eed5e434398c3869d5a0f38d04acf650c40a55b9a33e62fbb72ad25e04ac2f5d31b0081e5e317f1dd8331e3c02660'
-
'485449c43ec341e3159a2dbaf62e47e0745df7ff689fc2993ed5cc977f5856b2d16f418ec2ab04726f648cabea1cb10ba0cd5c9cb4f83d7b78175eabc6d73631'
-
'94c924661e3c3739cffa7fac3e239255e348594790f75c23dab447244a3155e4e983403f6507430bcbdde64edba8fd9fdc5fabb4b7f3f31f1735983d145bbb5a'
-
'6dd55cf62090f7b02c77101dac3dcb374dad652f469d6435bac4f26996459b381e2c562035ffaf722ffdaf33fff589b9265d438b3719d247805538faf57ba237'
-
'c7f01199fd1094825b188167626e9893b1d36ec46d54100765ac963d8e7ab5ddf5d5d6e030ee017bdaf5eee74aa08db98710180c3ee756250517822b026ead50'
-  

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2018-04-13 Thread Andrew Crerar via arch-commits
Date: Friday, April 13, 2018 @ 15:57:17
  Author: andrewsc
Revision: 316189

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 316188, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 316188, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 316188, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 316188, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  356 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 595 insertions(+), 595 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 15:56:39 UTC (rev 316188)
+++ PKGBUILD2018-04-13 15:57:17 UTC (rev 316189)
@@ -1,178 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=60.0b11
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'hunspell' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf' 
'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack' 'gtk2')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-gold
-ac_add_options --enable-pie
-ac_add_options --enable-optimize="-O2"
-ac_add_options --enable-rust-simd
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_ADDON_SIGNING=1
-export MOZ_REQUIRE_SIGNING=0
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options --with-system-zlib
-ac_add_options --with-system-bz2
-ac_add_options --enable-system-hunspell
-ac_add_options 

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2018-04-13 Thread Andrew Crerar via arch-commits
Date: Friday, April 13, 2018 @ 15:56:39
  Author: andrewsc
Revision: 316188

upgpkg: firefox-developer-edition 60.0b12-1

firefox-developer-edition: Updating to 60.0b12

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 15:13:08 UTC (rev 316187)
+++ PKGBUILD2018-04-13 15:56:39 UTC (rev 316188)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=60.0b11
+pkgver=60.0b12
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2018-04-13 Thread Antonio Rojas via arch-commits
Date: Friday, April 13, 2018 @ 15:13:08
  Author: arojas
Revision: 316187

archrelease: copy trunk to community-x86_64

Added:
  neverball/repos/community-x86_64/PKGBUILD
(from rev 316186, neverball/trunk/PKGBUILD)
Deleted:
  neverball/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 15:12:20 UTC (rev 316186)
+++ PKGBUILD2018-04-13 15:13:08 UTC (rev 316187)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=neverball
-pkgver=1.6.0
-pkgrel=2
-pkgdesc="3D game similar to Super Monkey Ball or Marble Madness"
-arch=('x86_64')
-url="http://neverball.org/;
-license=('GPL')
-depends=('sdl2_ttf' 'libgl' 'libpng' 'libjpeg' 'libvorbis' 'physfs' \
- 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('mesa')
-source=(http://neverball.org/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('3faebf15fea9361358a416176b9689f966c456ea')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make DATADIR=/usr/share/neverball LOCALEDIR=/usr/share/locale \
-CPPFLAGS="$CPPFLAGS -DNDEBUG" CFLAGS="$CFLAGS"
-}
-
-package(){
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/bin"
-  install -d 
"${pkgdir}"/usr/share/{neverball,locale,applications,doc/neverball}
-  install -d "${pkgdir}"/usr/share/man/man{1,6}
-
-  install -m755 neverball neverputt mapc "${pkgdir}/usr/bin"
-  cp -r locale/* "${pkgdir}/usr/share/locale/"
-  cp -r data/* "${pkgdir}/usr/share/neverball/"
-  cp -r doc/* "${pkgdir}/usr/share/doc/neverball/"
-  install -m644 dist/*.desktop "${pkgdir}/usr/share/applications/"
-  install -m644 dist/mapc.1 "${pkgdir}/usr/share/man/man1"
-  install -m644 dist/{neverball.6,neverputt.6} "${pkgdir}/usr/share/man/man6"
-
-  for i in 16 24 32 48 64 128 256 512; do
-install -D -m644 dist/neverball_$i.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x$i/apps/neverball.png"
-install -D -m644 dist/neverputt_$i.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x$i/apps/neverputt.png"
-  done
-
-  chmod -R u=rwX,go=rX "${pkgdir}/usr/share/neverball"
-}

Copied: neverball/repos/community-x86_64/PKGBUILD (from rev 316186, 
neverball/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 15:13:08 UTC (rev 316187)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=neverball
+pkgver=1.6.0
+pkgrel=3
+pkgdesc="3D game similar to Super Monkey Ball or Marble Madness"
+arch=('x86_64')
+url="http://neverball.org/;
+license=('GPL')
+depends=('sdl2_ttf' 'libgl' 'libpng' 'libjpeg' 'libvorbis' 'physfs' \
+ 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('mesa')
+source=(http://neverball.org/${pkgname}-${pkgver}.tar.gz
+
neverball-filesystem.patch::"https://github.com/Neverball/neverball/commit/27279856.patch;)
+sha1sums=('3faebf15fea9361358a416176b9689f966c456ea'
+  '715d3ce441bd5835175fd1703addb61f71603d8c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../neverball-filesystem.patch # Fix creating settings dir
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make DATADIR=/usr/share/neverball LOCALEDIR=/usr/share/locale \
+CPPFLAGS="$CPPFLAGS -DNDEBUG" CFLAGS="$CFLAGS"
+}
+
+package(){
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr/bin"
+  install -d 
"${pkgdir}"/usr/share/{neverball,locale,applications,doc/neverball}
+  install -d "${pkgdir}"/usr/share/man/man{1,6}
+
+  install -m755 neverball neverputt mapc "${pkgdir}/usr/bin"
+  cp -r locale/* "${pkgdir}/usr/share/locale/"
+  cp -r data/* "${pkgdir}/usr/share/neverball/"
+  cp -r doc/* "${pkgdir}/usr/share/doc/neverball/"
+  install -m644 dist/*.desktop "${pkgdir}/usr/share/applications/"
+  install -m644 dist/mapc.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 dist/{neverball.6,neverputt.6} "${pkgdir}/usr/share/man/man6"
+
+  for i in 16 24 32 48 64 128 256 512; do
+install -D -m644 dist/neverball_$i.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x$i/apps/neverball.png"
+install -D -m644 dist/neverputt_$i.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x$i/apps/neverputt.png"
+  done
+
+  chmod -R u=rwX,go=rX "${pkgdir}/usr/share/neverball"
+}


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

2018-04-13 Thread Antonio Rojas via arch-commits
Date: Friday, April 13, 2018 @ 15:12:20
  Author: arojas
Revision: 316186

Fix settings dir creation (FS#58202)

Modified:
  neverball/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 14:52:00 UTC (rev 316185)
+++ PKGBUILD2018-04-13 15:12:20 UTC (rev 316186)
@@ -3,7 +3,7 @@
 
 pkgname=neverball
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="3D game similar to Super Monkey Ball or Marble Madness"
 arch=('x86_64')
 url="http://neverball.org/;
@@ -11,9 +11,16 @@
 depends=('sdl2_ttf' 'libgl' 'libpng' 'libjpeg' 'libvorbis' 'physfs' \
  'hicolor-icon-theme' 'xdg-utils')
 makedepends=('mesa')
-source=(http://neverball.org/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('3faebf15fea9361358a416176b9689f966c456ea')
+source=(http://neverball.org/${pkgname}-${pkgver}.tar.gz
+
neverball-filesystem.patch::"https://github.com/Neverball/neverball/commit/27279856.patch;)
+sha1sums=('3faebf15fea9361358a416176b9689f966c456ea'
+  '715d3ce441bd5835175fd1703addb61f71603d8c')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../neverball-filesystem.patch # Fix creating settings dir
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   make DATADIR=/usr/share/neverball LOCALEDIR=/usr/share/locale \


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

2018-04-13 Thread Evangelos Foutras via arch-commits
Date: Friday, April 13, 2018 @ 14:51:52
  Author: foutrelis
Revision: 316184

upgpkg: kstars 1:2.9.4-3

Rebuild against glibc 2.26.

Modified:
  kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 14:44:05 UTC (rev 316183)
+++ PKGBUILD2018-04-13 14:51:52 UTC (rev 316184)
@@ -5,7 +5,7 @@
 
 pkgname=kstars
 pkgver=2.9.4
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;


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

2018-04-13 Thread Evangelos Foutras via arch-commits
Date: Friday, April 13, 2018 @ 14:52:00
  Author: foutrelis
Revision: 316185

archrelease: copy trunk to community-testing-x86_64

Added:
  kstars/repos/community-testing-x86_64/PKGBUILD
(from rev 316184, kstars/trunk/PKGBUILD)
Deleted:
  kstars/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 14:51:52 UTC (rev 316184)
+++ PKGBUILD2018-04-13 14:52:00 UTC (rev 316185)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=2.9.4
-pkgrel=2
-epoch=1
-pkgdesc="Desktop Planetarium"
-url="https://kde.org/applications/education/kstars/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-declarative hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
-optdepends=('xplanet: XPlanet support')
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('03cbbda651bc01930b724bad7d2a58d8aebd811212d6bccc88913c50c0a6f73a'
-'SKIP')
-validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kstars/repos/community-testing-x86_64/PKGBUILD (from rev 316184, 
kstars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 14:52:00 UTC (rev 316185)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=2.9.4
+pkgrel=3
+epoch=1
+pkgdesc="Desktop Planetarium"
+url="https://kde.org/applications/education/kstars/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-declarative hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
+optdepends=('xplanet: XPlanet support')
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('03cbbda651bc01930b724bad7d2a58d8aebd811212d6bccc88913c50c0a6f73a'
+'SKIP')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-13 Thread Evangelos Foutras via arch-commits
Date: Friday, April 13, 2018 @ 14:44:05
  Author: foutrelis
Revision: 316183

archrelease: copy trunk to community-testing-x86_64

Added:
  gimp-ufraw/repos/community-testing-x86_64/001-no-gimp-remote.patch
(from rev 316182, gimp-ufraw/trunk/001-no-gimp-remote.patch)
  gimp-ufraw/repos/community-testing-x86_64/002-CVE-2015-8366.patch
(from rev 316182, gimp-ufraw/trunk/002-CVE-2015-8366.patch)
  gimp-ufraw/repos/community-testing-x86_64/003-fix-unsigned-char.patch
(from rev 316182, gimp-ufraw/trunk/003-fix-unsigned-char.patch)
  gimp-ufraw/repos/community-testing-x86_64/004-gcc-7.patch
(from rev 316182, gimp-ufraw/trunk/004-gcc-7.patch)
  gimp-ufraw/repos/community-testing-x86_64/PKGBUILD
(from rev 316182, gimp-ufraw/trunk/PKGBUILD)
Deleted:
  gimp-ufraw/repos/community-testing-x86_64/001-no-gimp-remote.patch
  gimp-ufraw/repos/community-testing-x86_64/002-CVE-2015-8366.patch
  gimp-ufraw/repos/community-testing-x86_64/003-fix-unsigned-char.patch
  gimp-ufraw/repos/community-testing-x86_64/004-gcc-7.patch
  gimp-ufraw/repos/community-testing-x86_64/PKGBUILD

-+
 001-no-gimp-remote.patch|   24 
 002-CVE-2015-8366.patch |   34 +--
 003-fix-unsigned-char.patch |   30 +-
 004-gcc-7.patch |   30 +-
 PKGBUILD|  122 +-
 5 files changed, 120 insertions(+), 120 deletions(-)

Deleted: 001-no-gimp-remote.patch
===
--- 001-no-gimp-remote.patch2018-04-13 14:43:55 UTC (rev 316182)
+++ 001-no-gimp-remote.patch2018-04-13 14:44:05 UTC (rev 316183)
@@ -1,12 +0,0 @@
-Don't use gimp-remote since gimp 2.4 already includes gimp-remote functionality
 a/ufraw_conf.c
-+++ b/ufraw_conf.c
-@@ -137,7 +137,7 @@
- #elif HAVE_GIMP_2_4
- "gimp", /* remoteGimpCommand */
- #else
--"gimp-remote", /* remoteGimpCommand */
-+"gimp", /* remoteGimpCommand */
- #endif
- 
- /* EXIF data */

Copied: gimp-ufraw/repos/community-testing-x86_64/001-no-gimp-remote.patch 
(from rev 316182, gimp-ufraw/trunk/001-no-gimp-remote.patch)
===
--- 001-no-gimp-remote.patch(rev 0)
+++ 001-no-gimp-remote.patch2018-04-13 14:44:05 UTC (rev 316183)
@@ -0,0 +1,12 @@
+Don't use gimp-remote since gimp 2.4 already includes gimp-remote functionality
+--- a/ufraw_conf.c
 b/ufraw_conf.c
+@@ -137,7 +137,7 @@
+ #elif HAVE_GIMP_2_4
+ "gimp", /* remoteGimpCommand */
+ #else
+-"gimp-remote", /* remoteGimpCommand */
++"gimp", /* remoteGimpCommand */
+ #endif
+ 
+ /* EXIF data */

Deleted: 002-CVE-2015-8366.patch
===
--- 002-CVE-2015-8366.patch 2018-04-13 14:43:55 UTC (rev 316182)
+++ 002-CVE-2015-8366.patch 2018-04-13 14:44:05 UTC (rev 316183)
@@ -1,17 +0,0 @@
-Fix a buffer overflow bug.  See
-https://github.com/LibRaw/LibRaw/commit/89d065424f09b788f443734d44857289489ca9e2
-
 a/dcraw.cc
-+++ b/dcraw.cc
-@@ -3013,7 +3013,10 @@
-   diff = diff ? -diff : 0x80;
- if (ftell(ifp) + 12 >= (int) seg[1][1])
-   diff = 0;
--raw_image[pix] = pred[pix & 1] += diff;
-+if(pix>=raw_width*raw_height)
-+  derror();
-+else
-+  raw_image[pix] = pred[pix & 1] += diff;
- if (!(pix & 1) && HOLE(pix / raw_width)) pix += 2;
-   }
-   maximum = 0xff;

Copied: gimp-ufraw/repos/community-testing-x86_64/002-CVE-2015-8366.patch (from 
rev 316182, gimp-ufraw/trunk/002-CVE-2015-8366.patch)
===
--- 002-CVE-2015-8366.patch (rev 0)
+++ 002-CVE-2015-8366.patch 2018-04-13 14:44:05 UTC (rev 316183)
@@ -0,0 +1,17 @@
+Fix a buffer overflow bug.  See
+https://github.com/LibRaw/LibRaw/commit/89d065424f09b788f443734d44857289489ca9e2
+
+--- a/dcraw.cc
 b/dcraw.cc
+@@ -3013,7 +3013,10 @@
+   diff = diff ? -diff : 0x80;
+ if (ftell(ifp) + 12 >= (int) seg[1][1])
+   diff = 0;
+-raw_image[pix] = pred[pix & 1] += diff;
++if(pix>=raw_width*raw_height)
++  derror();
++else
++  raw_image[pix] = pred[pix & 1] += diff;
+ if (!(pix & 1) && HOLE(pix / raw_width)) pix += 2;
+   }
+   maximum = 0xff;

Deleted: 003-fix-unsigned-char.patch
===
--- 003-fix-unsigned-char.patch 2018-04-13 14:43:55 UTC (rev 316182)
+++ 003-fix-unsigned-char.patch 2018-04-13 14:44:05 UTC (rev 316183)
@@ -1,15 +0,0 @@
-Description: Fix unsigned char declaration of src[]
-Author: John Paul Adrian Glaubitz 
-Last-Update: 2017-02-27
-
 ufraw-0.22.orig/dcraw.cc
-+++ ufraw-0.22/dcraw.cc
-@@ -2285,7 +2285,7 @@ void CLASS quicktake_100_load_raw()
- 
- void CLASS kodak_radc_load_raw()
- {
--  static const char src[] = {
-+  static const signed char src[] = {
- 

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

2018-04-13 Thread Evangelos Foutras via arch-commits
Date: Friday, April 13, 2018 @ 14:43:55
  Author: foutrelis
Revision: 316182

upgpkg: gimp-ufraw 0.22-13

Rebuild against glibc 2.26.

Modified:
  gimp-ufraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 14:41:54 UTC (rev 316181)
+++ PKGBUILD2018-04-13 14:43:55 UTC (rev 316182)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=12
+pkgrel=13
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64')


[arch-commits] Commit in gimp-ufraw/repos (staging-x86_64)

2018-04-13 Thread Evangelos Foutras via arch-commits
Date: Friday, April 13, 2018 @ 14:41:54
  Author: foutrelis
Revision: 316181

Remove stale repos/staging-x86_64

Deleted:
  gimp-ufraw/repos/staging-x86_64/


[arch-commits] Commit in (neverball)

2018-04-13 Thread Antonio Rojas via arch-commits
Date: Friday, April 13, 2018 @ 14:39:11
  Author: arojas
Revision: 321678

extra2community: Moving neverball from extra to community

Deleted:
  neverball/


[arch-commits] Commit in (4 files)

2018-04-13 Thread Antonio Rojas via arch-commits
Date: Friday, April 13, 2018 @ 14:38:44
  Author: arojas
Revision: 316179

extra2community: Moving neverball from extra to community

Added:
  neverball/
  neverball/repos/
  neverball/trunk/
  neverball/trunk/PKGBUILD

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

Added: neverball/trunk/PKGBUILD
===
--- neverball/trunk/PKGBUILD(rev 0)
+++ neverball/trunk/PKGBUILD2018-04-13 14:38:44 UTC (rev 316179)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=neverball
+pkgver=1.6.0
+pkgrel=2
+pkgdesc="3D game similar to Super Monkey Ball or Marble Madness"
+arch=('x86_64')
+url="http://neverball.org/;
+license=('GPL')
+depends=('sdl2_ttf' 'libgl' 'libpng' 'libjpeg' 'libvorbis' 'physfs' \
+ 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('mesa')
+source=(http://neverball.org/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('3faebf15fea9361358a416176b9689f966c456ea')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make DATADIR=/usr/share/neverball LOCALEDIR=/usr/share/locale \
+CPPFLAGS="$CPPFLAGS -DNDEBUG" CFLAGS="$CFLAGS"
+}
+
+package(){
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr/bin"
+  install -d 
"${pkgdir}"/usr/share/{neverball,locale,applications,doc/neverball}
+  install -d "${pkgdir}"/usr/share/man/man{1,6}
+
+  install -m755 neverball neverputt mapc "${pkgdir}/usr/bin"
+  cp -r locale/* "${pkgdir}/usr/share/locale/"
+  cp -r data/* "${pkgdir}/usr/share/neverball/"
+  cp -r doc/* "${pkgdir}/usr/share/doc/neverball/"
+  install -m644 dist/*.desktop "${pkgdir}/usr/share/applications/"
+  install -m644 dist/mapc.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 dist/{neverball.6,neverputt.6} "${pkgdir}/usr/share/man/man6"
+
+  for i in 16 24 32 48 64 128 256 512; do
+install -D -m644 dist/neverball_$i.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x$i/apps/neverball.png"
+install -D -m644 dist/neverputt_$i.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x$i/apps/neverputt.png"
+  done
+
+  chmod -R u=rwX,go=rX "${pkgdir}/usr/share/neverball"
+}


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


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

2018-04-13 Thread Antonio Rojas via arch-commits
Date: Friday, April 13, 2018 @ 14:38:48
  Author: arojas
Revision: 316180

archrelease: copy trunk to community-x86_64

Added:
  neverball/repos/community-x86_64/
  neverball/repos/community-x86_64/PKGBUILD
(from rev 316179, neverball/trunk/PKGBUILD)

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

Copied: neverball/repos/community-x86_64/PKGBUILD (from rev 316179, 
neverball/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-13 14:38:48 UTC (rev 316180)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=neverball
+pkgver=1.6.0
+pkgrel=2
+pkgdesc="3D game similar to Super Monkey Ball or Marble Madness"
+arch=('x86_64')
+url="http://neverball.org/;
+license=('GPL')
+depends=('sdl2_ttf' 'libgl' 'libpng' 'libjpeg' 'libvorbis' 'physfs' \
+ 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('mesa')
+source=(http://neverball.org/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('3faebf15fea9361358a416176b9689f966c456ea')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make DATADIR=/usr/share/neverball LOCALEDIR=/usr/share/locale \
+CPPFLAGS="$CPPFLAGS -DNDEBUG" CFLAGS="$CFLAGS"
+}
+
+package(){
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr/bin"
+  install -d 
"${pkgdir}"/usr/share/{neverball,locale,applications,doc/neverball}
+  install -d "${pkgdir}"/usr/share/man/man{1,6}
+
+  install -m755 neverball neverputt mapc "${pkgdir}/usr/bin"
+  cp -r locale/* "${pkgdir}/usr/share/locale/"
+  cp -r data/* "${pkgdir}/usr/share/neverball/"
+  cp -r doc/* "${pkgdir}/usr/share/doc/neverball/"
+  install -m644 dist/*.desktop "${pkgdir}/usr/share/applications/"
+  install -m644 dist/mapc.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 dist/{neverball.6,neverputt.6} "${pkgdir}/usr/share/man/man6"
+
+  for i in 16 24 32 48 64 128 256 512; do
+install -D -m644 dist/neverball_$i.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x$i/apps/neverball.png"
+install -D -m644 dist/neverputt_$i.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x$i/apps/neverputt.png"
+  done
+
+  chmod -R u=rwX,go=rX "${pkgdir}/usr/share/neverball"
+}


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

2018-04-13 Thread Evangelos Foutras via arch-commits
Date: Friday, April 13, 2018 @ 14:38:02
  Author: foutrelis
Revision: 316177

upgpkg: julia 2:0.6.2-4

Rebuild against glibc 2.26.

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 14:35:44 UTC (rev 316176)
+++ PKGBUILD2018-04-13 14:38:02 UTC (rev 316177)
@@ -9,7 +9,7 @@
 pkgname=('julia' 'julia-docs')
 epoch=2
 pkgver=0.6.2
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 pkgdesc='High-level, high-performance, dynamic programming language'
 url='https://julialang.org/'


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

2018-04-13 Thread Evangelos Foutras via arch-commits
Date: Friday, April 13, 2018 @ 14:38:12
  Author: foutrelis
Revision: 316178

archrelease: copy trunk to community-x86_64

Added:
  julia/repos/community-x86_64/PKGBUILD
(from rev 316177, julia/trunk/PKGBUILD)
  julia/repos/community-x86_64/julia-libunwind-version.patch
(from rev 316177, julia/trunk/julia-libunwind-version.patch)
  julia/repos/community-x86_64/julia-makefile.patch
(from rev 316177, julia/trunk/julia-makefile.patch)
  julia/repos/community-x86_64/sysfix.install
(from rev 316177, julia/trunk/sysfix.install)
Deleted:
  julia/repos/community-x86_64/PKGBUILD
  julia/repos/community-x86_64/julia-libunwind-version.patch
  julia/repos/community-x86_64/julia-makefile.patch
  julia/repos/community-x86_64/sysfix.install

---+
 PKGBUILD  |  292 
 julia-libunwind-version.patch |   30 ++--
 julia-makefile.patch  |   26 +--
 sysfix.install|   20 +-
 4 files changed, 184 insertions(+), 184 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 14:38:02 UTC (rev 316177)
+++ PKGBUILD2018-04-13 14:38:12 UTC (rev 316178)
@@ -1,146 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lex Black 
-# Contributor: Michael Jakl 
-# Contributor: devmotion 
-# Contributor: Valentin Churavy 
-
-pkgbase=julia
-pkgname=('julia' 'julia-docs')
-epoch=2
-pkgver=0.6.2
-pkgrel=3
-arch=('x86_64')
-pkgdesc='High-level, high-performance, dynamic programming language'
-url='https://julialang.org/'
-license=('MIT')
-makedepends=('arpack' 'cmake' 'fftw' 'gcc-fortran' 'gmp' 'libgit2' 'libunwind' 
'mpfr' 'patchelf' 'pcre2' 'python2' 'suitesparse')
-options=('!emptydirs' 'staticlibs')
-source=("https://github.com/JuliaLang/$pkgbase/releases/download/v$pkgver/$pkgbase-$pkgver-full.tar.gz"{,.asc}
-julia-libunwind-version.patch
-julia-makefile.patch)
-sha256sums=('1e34c13091c9ddb47cf87a51566d94a06613f3db3c483b8f63b276e416dd621b'
-'SKIP'
-'16009ce454f58463464027cbaf6186ccfab84c37660a52fb1ec3a0f514df64f9'
-'342b43532fbace3508688eee879113160e01cbbda29610b53f2f34796bc0312a')
-validpgpkeys=('3673DF529D9049477F76B37566E3C7DC03D6E495') # Julia (Binary 
signing key) 
-
-prepare() {
-  # For /etc/ld.so.conf.d/
-  echo '/usr/lib/julia' > julia.conf
-
-  cd "$pkgbase-$pkgver"
-  patch -p1 -i ../julia-libunwind-version.patch
-  patch -p0 -i ../julia-makefile.patch # make 'make install' really just 
install
-}
-
-build() {
-  # Make sure not to set -march
-  export CFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong"
-  export CXXFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong"
-
-  unset ARCH
-
-  # See FS#57387 for why SYSTEM_LLVM=0, for now
-
-  make -C "$pkgbase-$pkgver" \
-prefix=/usr \
-sysconfdir=/etc \
-MARCH="x86-64" \
-JULIA_BUILD_MODE=release \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=0 \
-USE_SYSTEM_LAPACK=0 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_INTEL_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=1 \
-USE_SYSTEM_LIBGIT2=1 \
-USE_SYSTEM_PATCHELF=1 \
-USE_SYSTEM_DSFMT=0
-}
-
-package_julia() {
-  backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
-  depends=('arpack' 'fftw' 'hicolor-icon-theme' 'libgit2' 'libunwind' 'mpfr' 
'patchelf' 'pcre2' 'suitesparse')
-  optdepends=('gnuplot: If using the Gaston Package from julia')
-  install='sysfix.install'
-
-  # Make sure not to set -march
-  export CFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong"
-  export CXXFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong"
-
-  unset ARCH
-
-  # See FS#57387 for why SYSTEM_LLVM=0, for now
-
-  make -C "$pkgbase-$pkgver" \
-DESTDIR="$pkgdir" \
-prefix=/usr \
-sysconfdir=/etc  \
-MARCH="x86-64" \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=0 \
-USE_SYSTEM_LAPACK=0 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_INTEL_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=1 \
-USE_SYSTEM_LIBGIT2=1 \
-USE_SYSTEM_PATCHELF=1 \
-USE_SYSTEM_DSFMT=0 \
-install
-
-  # Remove duplicate man-page from julia/doc
-  rm -rvf "$pkgdir/usr/share/julia/doc/man"
-
-  # For 

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

2018-04-13 Thread Thore Bödecker via arch-commits
Date: Friday, April 13, 2018 @ 14:35:38
  Author: foxxx0
Revision: 316175

upgpkg: python-cheroot 6.2.1-2

add missing backports.functools_lru_cache dep for python2 variant

Modified:
  python-cheroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 12:08:44 UTC (rev 316174)
+++ PKGBUILD2018-04-13 14:35:38 UTC (rev 316175)
@@ -6,12 +6,12 @@
 pkgname=('python-cheroot' 'python2-cheroot')
 pkgdesc="Highly-optimized, pure-python HTTP server"
 pkgver=6.2.1
-pkgrel=1
+pkgrel=2
 arch=('any')
 url="https://github.com/cherrypy/cheroot;
 license=('MIT')
 makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
-  'python2-setuptools-scm')
+  'python2-setuptools-scm' 'python2-backports.functools_lru_cache')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://pypi.python.org/packages/8b/80/d84275abc1b9cf69d707a6c16ea3fe1faa45d02f4eb59c60bb5eba8cf29e/cheroot-6.2.1.tar.gz;
 "LICENSE")
 
sha512sums=('4f8e97b835b4c12d72b51ce90bba52b0c5e2cac3382b34a34997fe6c58e660200ff1e163f7811810bdd5162c01e1b29e4a24d9d9e332cd636dfc38b9f9ce585d'
@@ -30,7 +30,7 @@
 }
 
 package_python2-cheroot() {
-  depends=('python2-six')
+  depends=('python2-six' 'python2-backports.functools_lru_cache')
   cd "${srcdir}/${_pkgbase}-${pkgver}"
   python2 setup.py install --root="$pkgdir/" --optimize=1
 


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

2018-04-13 Thread Thore Bödecker via arch-commits
Date: Friday, April 13, 2018 @ 14:35:44
  Author: foxxx0
Revision: 316176

archrelease: copy trunk to community-any

Added:
  python-cheroot/repos/community-any/LICENSE
(from rev 316175, python-cheroot/trunk/LICENSE)
  python-cheroot/repos/community-any/PKGBUILD
(from rev 316175, python-cheroot/trunk/PKGBUILD)
Deleted:
  python-cheroot/repos/community-any/LICENSE
  python-cheroot/repos/community-any/PKGBUILD

--+
 LICENSE  |   14 -
 PKGBUILD |   88 ++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-04-13 14:35:38 UTC (rev 316175)
+++ LICENSE 2018-04-13 14:35:44 UTC (rev 316176)
@@ -1,7 +0,0 @@
-Copyright Jason R. Coombs
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Copied: python-cheroot/repos/community-any/LICENSE (from rev 316175, 
python-cheroot/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-04-13 14:35:44 UTC (rev 316176)
@@ -0,0 +1,7 @@
+Copyright Jason R. Coombs
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 14:35:38 UTC (rev 316175)
+++ PKGBUILD2018-04-13 14:35:44 UTC (rev 316176)
@@ -1,44 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: wangjiezhe 
-
-pkgbase='python-cheroot'
-_pkgbase="${pkgbase//python-/}"
-pkgname=('python-cheroot' 'python2-cheroot')
-pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=6.2.1
-pkgrel=1
-arch=('any')
-url="https://github.com/cherrypy/cheroot;
-license=('MIT')
-makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
-  'python2-setuptools-scm')
-source=("${pkgbase}-${pkgver}.tar.gz::https://pypi.python.org/packages/8b/80/d84275abc1b9cf69d707a6c16ea3fe1faa45d02f4eb59c60bb5eba8cf29e/cheroot-6.2.1.tar.gz;
-"LICENSE")
-sha512sums=('4f8e97b835b4c12d72b51ce90bba52b0c5e2cac3382b34a34997fe6c58e660200ff1e163f7811810bdd5162c01e1b29e4a24d9d9e332cd636dfc38b9f9ce585d'
-
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944')
-
-package_python-cheroot() {
-  depends=('python-six')
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1
-
-  # the author has promised to include a LICENSE file in future releases:
-  # https://github.com/jaraco/skeleton/issues/1
-  # for now the LICENSE file has been taken from:
-  # https://github.com/jaraco/skeleton/blob/skeleton/LICENSE
-  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-cheroot() {
-  depends=('python2-six')
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  # the 

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

2018-04-13 Thread Pierre Schmitz via arch-commits
Date: Friday, April 13, 2018 @ 12:13:04
  Author: pierre
Revision: 321676

archrelease: copy trunk to extra-any

Added:
  composer/repos/extra-any/PKGBUILD
(from rev 321675, composer/trunk/PKGBUILD)
Deleted:
  composer/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 12:12:51 UTC (rev 321675)
+++ PKGBUILD2018-04-13 12:13:04 UTC (rev 321676)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=composer
-pkgver=1.6.3
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php')
-makedepends=('git')
-checkdepends=('git' 'mercurial' 'parallel')
-replaces=('php-composer')
-conflicts=('php-composer')
-provides=('php-composer')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
-
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-sha512sums=('SKIP'
-
'ec6ed7f897709a79f39c73d6a373d82516fbd32930070ab073f831c81c813a0cc155a08a0b56257938563f453e567ba4738051ae9956f856e43528b5262c2b3c')
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev 
--prefer-dist
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   # check if the upstream build and ours differ
-   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
-
-   git config --global user.email "${USER}@${HOST}"
-   git config --global user.name "${USER}"
-
-   # Install the dev dependencies to run the unit tests
-   bin/composer -n install --prefer-dist
-
-   ls -d tests/Composer/Test/* | parallel --gnu --keep-order 
vendor/bin/phpunit {} \;
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: composer/repos/extra-any/PKGBUILD (from rev 321675, 
composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 12:13:04 UTC (rev 321676)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=composer
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php')
+makedepends=('git')
+checkdepends=('git' 'mercurial' 'parallel')
+replaces=('php-composer')
+conflicts=('php-composer')
+provides=('php-composer')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
+
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
+sha512sums=('SKIP'
+
'1d9824f5bfbeedc4374ccb82fd0d999aa3dd29bb737aba3b289f597b962050a22b03c9d0aed6ff379b67fb5c653fccf80160ead47144d4a0a3cf2853d76acf58')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev 
--prefer-dist
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   # check if the upstream build and ours differ
+   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
+
+   git config --global user.email "${USER}@${HOST}"
+   git config --global user.name "${USER}"
+
+   # Install the dev dependencies to run the unit tests
+   bin/composer -n install --prefer-dist
+
+   ls -d tests/Composer/Test/* | parallel --gnu --keep-order 
vendor/bin/phpunit {} \;
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}



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

2018-04-13 Thread Pierre Schmitz via arch-commits
Date: Friday, April 13, 2018 @ 12:12:51
  Author: pierre
Revision: 321675

upgpkg: composer 1.6.4-1

Modified:
  composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 11:27:42 UTC (rev 321674)
+++ PKGBUILD2018-04-13 12:12:51 UTC (rev 321675)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=1.6.3
+pkgver=1.6.4
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -17,7 +17,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
 sha512sums=('SKIP'
-
'ec6ed7f897709a79f39c73d6a373d82516fbd32930070ab073f831c81c813a0cc155a08a0b56257938563f453e567ba4738051ae9956f856e43528b5262c2b3c')
+
'1d9824f5bfbeedc4374ccb82fd0d999aa3dd29bb737aba3b289f597b962050a22b03c9d0aed6ff379b67fb5c653fccf80160ead47144d4a0a3cf2853d76acf58')
 
 prepare() {
cd ${srcdir}/${pkgname}


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

2018-04-13 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 13, 2018 @ 12:08:36
  Author: svenstaro
Revision: 316173

upgpkg: gitlab-workhorse 4.1.0-1

Modified:
  gitlab-workhorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 12:06:58 UTC (rev 316172)
+++ PKGBUILD2018-04-13 12:08:36 UTC (rev 316173)
@@ -3,7 +3,7 @@
 # Contributor: Pavol (Lopo) Hluchy 
 
 pkgname=gitlab-workhorse
-pkgver=4.0.0
+pkgver=4.1.0
 pkgrel=1
 pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('go-pie')
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
 "gitlab-workhorse.service")
-sha512sums=('90627bc6e878f388666bb6d1079552ccf324e3dbdfb3406f056ae9196ff11389551c62a2024d6ccdf3634c73703797b642b0f9ad9e8b50dafa88ea2ea3e53b45'
+sha512sums=('b8dac99b983781f9f82ba7f7ab07c7014c5c308b920ce6ce792e89879122a76606bde63f5fc26c19b77348cbb7e9c01dba5a0c51a0f45e6cae4e5d676e6b6647'
 
'c5ce0e47fa186cf9374e9771e99df0346c3652a20dd43257a6d50003b083e78cb2ed65abdbd45cc4062114023f7b112793c25136e2d6b118e1ba30623f16be83')
 
 build() {


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

2018-04-13 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 13, 2018 @ 12:08:44
  Author: svenstaro
Revision: 316174

archrelease: copy trunk to community-x86_64

Added:
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 316173, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 316173, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

--+
 PKGBUILD |   70 ++---
 gitlab-workhorse.service |   44 ++--
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 12:08:36 UTC (rev 316173)
+++ PKGBUILD2018-04-13 12:08:44 UTC (rev 316174)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-workhorse.service")
-sha512sums=('90627bc6e878f388666bb6d1079552ccf324e3dbdfb3406f056ae9196ff11389551c62a2024d6ccdf3634c73703797b642b0f9ad9e8b50dafa88ea2ea3e53b45'
-
'c5ce0e47fa186cf9374e9771e99df0346c3652a20dd43257a6d50003b083e78cb2ed65abdbd45cc4062114023f7b112793c25136e2d6b118e1ba30623f16be83')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-x86_64/PKGBUILD (from rev 316173, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 12:08:44 UTC (rev 316174)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-workhorse.service")
+sha512sums=('b8dac99b983781f9f82ba7f7ab07c7014c5c308b920ce6ce792e89879122a76606bde63f5fc26c19b77348cbb7e9c01dba5a0c51a0f45e6cae4e5d676e6b6647'
+
'c5ce0e47fa186cf9374e9771e99df0346c3652a20dd43257a6d50003b083e78cb2ed65abdbd45cc4062114023f7b112793c25136e2d6b118e1ba30623f16be83')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gitlab-workhorse.service
===
--- gitlab-workhorse.service2018-04-13 12:08:36 UTC (rev 316173)
+++ gitlab-workhorse.service2018-04-13 12:08:44 UTC (rev 316174)
@@ -1,22 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab
-WorkingDirectory=/usr/share/webapps/gitlab
-SyslogIdentifier=gitlab-workhorse
-CapabilityBoundingSet=
-ProtectSystem=full
-ProtectHome=true
-NoNewPrivileges=true
-ExecStart=/usr/bin/gitlab-workhorse -listenUmask 0 -listenNetwork unix 
-listenAddr /run/gitlab/gitlab-workhorse.socket -authBackend 
http://localhost:8080 -authSocket /var/lib/gitlab/sockets/gitlab.socket 
-documentRoot /usr/share/webapps/gitlab/public
-ExecStop=/usr/bin/kill -QUIT $MAINPID
-ExecReload=/usr/bin/kill -USR2 $MAINPID
-Restart=on-failure

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

2018-04-13 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 13, 2018 @ 12:06:58
  Author: svenstaro
Revision: 316172

archrelease: copy trunk to community-x86_64

Added:
  bazel/repos/community-x86_64/PKGBUILD
(from rev 316171, bazel/trunk/PKGBUILD)
Deleted:
  bazel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 12:06:44 UTC (rev 316171)
+++ PKGBUILD2018-04-13 12:06:58 UTC (rev 316172)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=0.11.1
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment>=8' 'java-environment<9' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
-options=('!distcc' '!strip')
-source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
-
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('18648d277c8605c7321d3b2e3461c41983aaea0f5dee0832086cf87189888fddcfef0de422243490140e32b2ebf82f4883411753a343849f7aba25acfd0ce5f1'
-'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
-  ./compile.sh
-  ./output/bazel build scripts:bazel-complete.bash
-  cd output
-  ./bazel shutdown
-}
-
-package() {
-  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
-  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
-  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
-  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
-  mkdir -p ${pkgdir}/opt/bazel/
-  for d in examples third_party tools; do
-cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
-  done
-}
-# vim:set ts=2 sw=2 et:

Copied: bazel/repos/community-x86_64/PKGBUILD (from rev 316171, 
bazel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 12:06:58 UTC (rev 316172)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment=8' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
+
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
+sha512sums=('d2becd4a0a66fd0f76e8babc54eabfc30fd9e2ea226ed9db32e4b811c57aa4c9d10eb52a5f9a5ebb49b4452efecf8866dea767664def160326a35b4b42d24280'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  ./compile.sh
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
+  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
+  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
+  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
+  mkdir -p ${pkgdir}/opt/bazel/
+  for d in examples third_party tools; do
+cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
+  done
+}
+# vim:set ts=2 sw=2 et:


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

2018-04-13 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 13, 2018 @ 12:06:44
  Author: svenstaro
Revision: 316171

upgpkg: bazel 0.12.0-1

Modified:
  bazel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 12:04:37 UTC (rev 316170)
+++ PKGBUILD2018-04-13 12:06:44 UTC (rev 316171)
@@ -3,18 +3,18 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=0.11.1
+pkgver=0.12.0
 pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
 license=('Apache')
 url='https://bazel.io/'
-depends=('java-environment>=8' 'java-environment<9' 'libarchive' 'zip' 'unzip')
+depends=('java-environment=8' 'libarchive' 'zip' 'unzip')
 makedepends=('git' 'protobuf' 'python')
 options=('!distcc' '!strip')
 
source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
 
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('18648d277c8605c7321d3b2e3461c41983aaea0f5dee0832086cf87189888fddcfef0de422243490140e32b2ebf82f4883411753a343849f7aba25acfd0ce5f1'
+sha512sums=('d2becd4a0a66fd0f76e8babc54eabfc30fd9e2ea226ed9db32e4b811c57aa4c9d10eb52a5f9a5ebb49b4452efecf8866dea767664def160326a35b4b42d24280'
 'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 


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

2018-04-13 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 13, 2018 @ 12:04:30
  Author: svenstaro
Revision: 316169

upgpkg: gitlab-gitaly 0.96.1-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 11:35:20 UTC (rev 316168)
+++ PKGBUILD2018-04-13 12:04:30 UTC (rev 316169)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=gitlab-gitaly
-pkgver=0.95.0
+pkgver=0.96.1
 pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=("etc/gitlab-gitaly/config.toml")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
 "gitlab-gitaly.service")
-sha512sums=('71d1a55fb929956d6edc36b23fcfbc4904c482005772366545d6917219de60732f484b86c7bf54ba6a205d9e5b332677822eb9f765c3f7ac20003fd03c278381'
+sha512sums=('ca596a943bf11582904d033fe776c12275fc5b0feef3364b950e7d5d1105f4b72a4e3021cb669949c616ed52fe77f64dc971ba87f7c3390df3c1fd6848565dc7'
 
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
 
 _homedir="/var/lib/gitlab"


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

2018-04-13 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 13, 2018 @ 12:04:37
  Author: svenstaro
Revision: 316170

archrelease: copy trunk to community-x86_64

Added:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
(from rev 316169, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service
(from rev 316169, gitlab-gitaly/trunk/gitlab-gitaly.service)
Deleted:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service

---+
 PKGBUILD  |  122 
 gitlab-gitaly.service |   50 +--
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 12:04:30 UTC (rev 316169)
+++ PKGBUILD2018-04-13 12:04:37 UTC (rev 316170)
@@ -1,61 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=gitlab-gitaly
-pkgver=0.95.0
-pkgrel=1
-pkgdesc="Speed up Git access using caching"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitaly;
-license=('MIT')
-depends=(glibc ruby2.3 libxml2 libxslt)
-options=(!buildflags)
-makedepends=(go ruby2.3-bundler cmake)
-backup=("etc/gitlab-gitaly/config.toml")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-gitaly.service")
-sha512sums=('71d1a55fb929956d6edc36b23fcfbc4904c482005772366545d6917219de60732f484b86c7bf54ba6a205d9e5b332677822eb9f765c3f7ac20003fd03c278381'
-
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
-
-_homedir="/var/lib/gitlab"
-
-prepare() {
-  cd "gitaly-v${pkgver}-"*
-
-  sed -i "s/bundle install/bundle-2.3 install/" Makefile
-  sed -i "s/bundle config/bundle-2.3 config/" Makefile
-  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
-  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
-  sed -i "s/\"ruby\"/\"ruby-2.3\"/" internal/linguist/linguist.go
-  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/ruby-cd
-  sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = 
\"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example
-  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
\"/usr/share/webapps/gitlab-shell\"|" config.toml.example
-  sed -i "s|bin_dir = \"/home/git/gitaly\"|bin_dir = \"/usr/bin\"|" 
config.toml.example
-}
-
-build() {
-  cd "gitaly-v${pkgver}-"*
-
-  make build
-}
-
-package() {
-  cd "gitaly-v${pkgver}-"*
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  mkdir -p "${pkgdir}/etc/${pkgname}"
-  sed \
--e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
--e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
-config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
-
-  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
-  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
-
-  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-x86_64/PKGBUILD (from rev 316169, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 12:04:37 UTC (rev 316170)
@@ -0,0 +1,61 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=gitlab-gitaly
+pkgver=0.96.1
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=(glibc ruby2.3 libxml2 libxslt)
+options=(!buildflags)
+makedepends=(go ruby2.3-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-gitaly.service")
+sha512sums=('ca596a943bf11582904d033fe776c12275fc5b0feef3364b950e7d5d1105f4b72a4e3021cb669949c616ed52fe77f64dc971ba87f7c3390df3c1fd6848565dc7'
+
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
+_homedir="/var/lib/gitlab"
+
+prepare() {
+  cd "gitaly-v${pkgver}-"*
+
+  sed -i "s/bundle install/bundle-2.3 install/" Makefile
+  sed -i "s/bundle config/bundle-2.3 config/" Makefile
+  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
+  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
+  sed -i "s/\"ruby\"/\"ruby-2.3\"/" internal/linguist/linguist.go
+  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
+  sed -i 

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

2018-04-13 Thread Evgeniy Alekseev via arch-commits
Date: Friday, April 13, 2018 @ 11:32:27
  Author: arcanis
Revision: 316166

upgpkg: geogebra 6.0.451.0-1

Modified:
  geogebra/trunk/ChangeLog
  geogebra/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2018-04-13 11:21:26 UTC (rev 316165)
+++ ChangeLog   2018-04-13 11:32:27 UTC (rev 316166)
@@ -1,3 +1,6 @@
+6.0.451.0-1:
+upstream update
+
 6.0.445.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 11:21:26 UTC (rev 316165)
+++ PKGBUILD2018-04-13 11:32:27 UTC (rev 316166)
@@ -5,7 +5,7 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=6.0.445.0
+pkgver=6.0.451.0
 pkgrel=1
 pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
 arch=('x86_64')
@@ -39,7 +39,7 @@
   install -Dm644 "${srcdir}/geogebra-mime.xml" 
"${pkgdir}/usr/share/mime/packages/geogebra.xml"
 }
 
-sha512sums=('fe271cc0ec9e9201e9278f29183b6445d27d968b99fbe84b1ca55cda91bad3c9e416561adfca55b4396b7c8dc53a489b7f0ba7256af02b6db2796846fe72c4f9'
+sha512sums=('839494dedcc5b297fa578a6fcd18d2794250f9f3417e2417c3185405700b832abeb082e532ffe7c8e7458645b45d2dcc7e405919ffac077ace8370e0880eb9a6'
 
'a946acb8867f497c68ce6f8fff8172da4a43a9ca118aafcc5ac414318fd52c4bc6ada387bdfa296f0ff2e1d7411ae345b61197b4adaa3f54299aab837647df55'
 
'18176e1776593161fffbb433df41db7961440068941cf58eadd9a5c0e12f3de7c04cdc4bcdcefa7d312d2b3c1f9f92318ffac32762034df47f95a44391885a64'
 
'415e73ff15524d5e81b05cf4c31241f4e21a4eedcef0a11e5af82423f9a7c2cbf632e9ee1e86b4cc60ebc566472462979a65cb7f3cfc9f94243fb545ac042a0f')


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

2018-04-13 Thread Evgeniy Alekseev via arch-commits
Date: Friday, April 13, 2018 @ 11:32:45
  Author: arcanis
Revision: 316167

archrelease: copy trunk to community-x86_64

Added:
  geogebra/repos/community-x86_64/ChangeLog
(from rev 316166, geogebra/trunk/ChangeLog)
  geogebra/repos/community-x86_64/PKGBUILD
(from rev 316166, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-x86_64/geogebra
(from rev 316166, geogebra/trunk/geogebra)
  geogebra/repos/community-x86_64/geogebra-mime.xml
(from rev 316166, geogebra/trunk/geogebra-mime.xml)
Deleted:
  geogebra/repos/community-x86_64/ChangeLog
  geogebra/repos/community-x86_64/PKGBUILD
  geogebra/repos/community-x86_64/geogebra
  geogebra/repos/community-x86_64/geogebra-mime.xml

---+
 ChangeLog |  245 ++--
 PKGBUILD  |   90 +--
 geogebra  |6 -
 geogebra-mime.xml |   54 +--
 4 files changed, 199 insertions(+), 196 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2018-04-13 11:32:27 UTC (rev 316166)
+++ ChangeLog   2018-04-13 11:32:45 UTC (rev 316167)
@@ -1,121 +0,0 @@
-6.0.445.0-1:
-upstream update
-
-6.0.432.0-1:
-upstream update
-
-6.0.427.0-1:
-* upstream update
-
-6.0.417.0-1:
-* upstream update
-* try to use electron app
-
-5.0.414.0-1:
-* upstream update
-
-5.0.400.0-1:
-* upstream update
-
-5.0.390.0-1:
-* upstream update
-* force java-8 (FS#55912)
-
-5.0.387.0-1:
-upstream update
-
-5.0.382.0-1:
-upstream update
-
-5.0.374.0-1:
-* upstream update
-* add mime xml (FS#54733)
-
-5.0.357.0-1:
-upstream update
-
-5.0.344.0-1:
-upstream update
-
-5.0.311.0-1:
-upstream update
-
-5.0.299.0-1:
-upstream update
-
-5.0.290.0-1:
-upstream update
-
-5.0.286.0-1
-upstream update
-
-5.0.280.0-1:
-upstream update
-
-5.0.274.0-1:
-upstream update
-
-5.0.266.0-1:
-upstream update
-
-5.0.260.0-1:
-upstream update
-
-5.0.241.0-1:
-upstream update
-
-5.0.231.0-1:
-upstream update, move to pacman hooks
-
-5.0.230.0-1:
-upstream update
-
-5.0.205.0-1:
-upstream update
-
-5.0.202.0-1:
-upstream update
-
-5.0.190.0-1:
-upstream update
-
-5.0.185.0-1:
-upstream update
-
-5.0.180.0-1:
-upstream update
-
-5.0.170.0-1:
-upstream update
-
-5.0.168.0-1:
-upstream update
-
-5.0.166.0-1:
-upstream update
-
-5.0.164.0-1:
-upstream update
-
-5.0.161.0-1:
-upstream update
-
-5.0.158.0-1:
-upstream update
-
-5.0.150.0-1:
-upstream update
-
-5.0.149.0-1:
-upstream update
-
-5.0.146.0-1:
-upstream update
-
-5.0.143.0-1:
-upstream update
-
-5.0.129.0-1:
-upstream update
-put icon back
-

Copied: geogebra/repos/community-x86_64/ChangeLog (from rev 316166, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2018-04-13 11:32:45 UTC (rev 316167)
@@ -0,0 +1,124 @@
+6.0.451.0-1:
+upstream update
+
+6.0.445.0-1:
+upstream update
+
+6.0.432.0-1:
+upstream update
+
+6.0.427.0-1:
+* upstream update
+
+6.0.417.0-1:
+* upstream update
+* try to use electron app
+
+5.0.414.0-1:
+* upstream update
+
+5.0.400.0-1:
+* upstream update
+
+5.0.390.0-1:
+* upstream update
+* force java-8 (FS#55912)
+
+5.0.387.0-1:
+upstream update
+
+5.0.382.0-1:
+upstream update
+
+5.0.374.0-1:
+* upstream update
+* add mime xml (FS#54733)
+
+5.0.357.0-1:
+upstream update
+
+5.0.344.0-1:
+upstream update
+
+5.0.311.0-1:
+upstream update
+
+5.0.299.0-1:
+upstream update
+
+5.0.290.0-1:
+upstream update
+
+5.0.286.0-1
+upstream update
+
+5.0.280.0-1:
+upstream update
+
+5.0.274.0-1:
+upstream update
+
+5.0.266.0-1:
+upstream update
+
+5.0.260.0-1:
+upstream update
+
+5.0.241.0-1:
+upstream update
+
+5.0.231.0-1:
+upstream update, move to pacman hooks
+
+5.0.230.0-1:
+upstream update
+
+5.0.205.0-1:
+upstream update
+
+5.0.202.0-1:
+upstream update
+
+5.0.190.0-1:
+upstream update
+
+5.0.185.0-1:
+upstream update
+
+5.0.180.0-1:
+upstream update
+
+5.0.170.0-1:
+upstream update
+
+5.0.168.0-1:
+upstream update
+
+5.0.166.0-1:
+upstream update
+
+5.0.164.0-1:
+upstream update
+
+5.0.161.0-1:
+upstream update
+
+5.0.158.0-1:
+upstream update
+
+5.0.150.0-1:
+upstream update
+
+5.0.149.0-1:
+upstream update
+
+5.0.146.0-1:
+upstream update
+
+5.0.143.0-1:
+upstream update
+
+5.0.129.0-1:
+upstream update
+put icon back
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 11:32:27 UTC (rev 316166)
+++ PKGBUILD2018-04-13 11:32:45 UTC (rev 316167)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=6.0.445.0
-pkgrel=1
-pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
-arch=('x86_64')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'electron' 'shared-mime-info' 'xdg-utils')

  1   2   >