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

2019-04-19 Thread Felix Yan via arch-commits
Date: Friday, April 19, 2019 @ 10:12:13
  Author: felixonmars
Revision: 452017

archrelease: copy trunk to community-x86_64

Added:
  kcptun/repos/community-x86_64/PKGBUILD
(from rev 452016, kcptun/trunk/PKGBUILD)
  kcptun/repos/community-x86_64/kcptun-server@.service
(from rev 452016, kcptun/trunk/kcptun-server@.service)
  kcptun/repos/community-x86_64/kcptun@.service
(from rev 452016, kcptun/trunk/kcptun@.service)
Deleted:
  kcptun/repos/community-x86_64/PKGBUILD
  kcptun/repos/community-x86_64/kcptun-server@.service
  kcptun/repos/community-x86_64/kcptun@.service

+
 PKGBUILD   |   92 +++
 kcptun-server@.service |   22 +--
 kcptun@.service|   26 ++---
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 10:11:27 UTC (rev 452016)
+++ PKGBUILD2019-04-19 10:12:13 UTC (rev 452017)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Kasei Wang 
-
-pkgname=kcptun
-pkgver=20190416
-pkgrel=1
-pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
-arch=('x86_64')
-url="https://github.com/xtaci/kcptun";
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz";
-'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('b7e16ab38b269491420ee3bca032aa1accf09b56ff9329c56771765a192184586dd28c06535a745aed0a469daf6e2610f7974acd35f00c8b9c446064d0cacd8c'
-
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
-
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
-
-prepare() {
-  cd kcptun-$pkgver
-
-  mkdir -p .gopath/src/github.com/xtaci
-  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
-  export GOPATH="$PWD/.gopath:/usr/share/gocode"
-}
-
-build() {
-  cd "$srcdir"/kcptun-$pkgver/client
-  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
-
-  cd "$srcdir"/kcptun-$pkgver/server
-  go build -o build/kcptun-server -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd kcptun-$pkgver
-
-  install -Dm755 client/build/kcptun-client "$pkgdir"/usr/bin/kcptun-client
-  install -Dm755 server/build/kcptun-server "$pkgdir"/usr/bin/kcptun-server
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-
-  install -dm755 "$pkgdir"/etc/kcptun
-  install -Dm644 "$srcdir/kcptun@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun@.service
-  install -Dm644 "$srcdir/kcptun-server@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun-server@.service
-}

Copied: kcptun/repos/community-x86_64/PKGBUILD (from rev 452016, 
kcptun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 10:12:13 UTC (rev 452017)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Kasei Wang 
+
+pkgname=kcptun
+pkgver=20190418
+pkgrel=1
+pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
+arch=('x86_64')
+url="https://github.com/xtaci/kcptun";
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz";
+'kcptun@.service' 'kcptun-server@.service')
+sha512sums=('1c844bb9a26d872e5410ffca1b1294678d855c2884a8ed553304acbe6dde44cd92b5eb02e6275e5d4c7fc88630f8e00734772373a3ed67295a5e4e2bc31f4d86'
+
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
+
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
+
+prepare() {
+  cd kcptun-$pkgver
+
+  mkdir -p .gopath/src/github.com/xtaci
+  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
+  export GOPATH="$PWD/.gopath:/usr/share/gocode"
+}
+
+build() {
+  cd "$srcdir"/kcptun-$pkgver/client
+  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
+
+  cd "$srcdir"/kcptun-$pkgver/server
+  go build -o build/kcptun-server -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd kcptun-$pkgver
+
+  install -Dm755 client/build/kcptun-client "$pkgdir"/usr/bin/kcptun-client
+  install -Dm755 server/build/kcptun-server "$pkgdir"/usr/bin/kcptun-server
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+
+  install -dm755 "$pkgdir"/etc/kcptun
+  install -Dm644 "$srcdir/kcptun@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun@.service
+  install -Dm644 "$srcdir/kcptun-server@.service

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

2019-04-19 Thread Felix Yan via arch-commits
Date: Friday, April 19, 2019 @ 10:11:27
  Author: felixonmars
Revision: 452016

upgpkg: kcptun 20190418-1

Modified:
  kcptun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 04:39:41 UTC (rev 452015)
+++ PKGBUILD2019-04-19 10:11:27 UTC (rev 452016)
@@ -2,7 +2,7 @@
 # Contributor: Kasei Wang 
 
 pkgname=kcptun
-pkgver=20190416
+pkgver=20190418
 pkgrel=1
 pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz";
 'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('b7e16ab38b269491420ee3bca032aa1accf09b56ff9329c56771765a192184586dd28c06535a745aed0a469daf6e2610f7974acd35f00c8b9c446064d0cacd8c'
+sha512sums=('1c844bb9a26d872e5410ffca1b1294678d855c2884a8ed553304acbe6dde44cd92b5eb02e6275e5d4c7fc88630f8e00734772373a3ed67295a5e4e2bc31f4d86'
 
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
 
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
 


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

2019-04-19 Thread Maxim Baz via arch-commits
Date: Friday, April 19, 2019 @ 11:41:45
  Author: maximbaz
Revision: 452019

archrelease: copy trunk to community-any

Added:
  browserpass-firefox/repos/community-any/PKGBUILD
(from rev 452018, browserpass-firefox/trunk/PKGBUILD)
Deleted:
  browserpass-firefox/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 11:41:40 UTC (rev 452018)
+++ PKGBUILD2019-04-19 11:41:45 UTC (rev 452019)
@@ -1,39 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-_id=browserp...@maximbaz.com
-_name=browserpass-extension
-pkgname=browserpass-firefox
-pkgver=3.0.13
-pkgrel=1
-pkgdesc="Firefox extension for Browserpass, browser extension for zx2c4's pass 
(password manager)"
-arch=('any')
-url="https://github.com/browserpass/${_name}";
-license=('ISC')
-depends=('browserpass')
-source=("${pkgname}-${pkgver}.zip::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.zip"
-
"${pkgname}-${pkgver}.zip.asc::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.zip.asc"
-
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE";)
-noextract=("${pkgname}-${pkgver}.zip")
-sha256sums=('9c4f3bdd6247b56c0c3740a9fa0f8b734240bd6ca36aa8d422cf7098a8a00e5c'
-'SKIP'
-'f9fc49e2b3977f857bf3cbfbeb193bab8b2e17545978c162409d5270e6e0405a')
-validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
-
-prepare() {
-mkdir -p "${pkgname}-${pkgver}"
-bsdtar -vxf "${pkgname}-${pkgver}.zip" -C "${pkgname}-${pkgver}"
-}
-
-package() {
-
_dest="${pkgdir}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/${_id}"
-install -dm755 "${_dest}"
-cp -a "${pkgname}-${pkgver}"/* "${_dest}"
-
-# Install host json from browserpass package
-install -dm755 "${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
-ln -sf 
"/usr/lib/browserpass/hosts/firefox/com.github.browserpass.native.json" 
"${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
-
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}
-
-# vim:set ts=4 sw=4 et:

Copied: browserpass-firefox/repos/community-any/PKGBUILD (from rev 452018, 
browserpass-firefox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 11:41:45 UTC (rev 452019)
@@ -0,0 +1,39 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+_id=browserp...@maximbaz.com
+_name=browserpass-extension
+pkgname=browserpass-firefox
+pkgver=3.0.14
+pkgrel=1
+pkgdesc="Firefox extension for Browserpass, browser extension for zx2c4's pass 
(password manager)"
+arch=('any')
+url="https://github.com/browserpass/${_name}";
+license=('ISC')
+depends=('browserpass')
+source=("${pkgname}-${pkgver}.zip::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.zip"
+
"${pkgname}-${pkgver}.zip.asc::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.zip.asc"
+
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE";)
+noextract=("${pkgname}-${pkgver}.zip")
+sha256sums=('d0d68b02122af4eef7b795db8f1916de2209c6c13fb010761ceaf1387a53476d'
+'SKIP'
+'f9fc49e2b3977f857bf3cbfbeb193bab8b2e17545978c162409d5270e6e0405a')
+validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
+
+prepare() {
+mkdir -p "${pkgname}-${pkgver}"
+bsdtar -vxf "${pkgname}-${pkgver}.zip" -C "${pkgname}-${pkgver}"
+}
+
+package() {
+
_dest="${pkgdir}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/${_id}"
+install -dm755 "${_dest}"
+cp -a "${pkgname}-${pkgver}"/* "${_dest}"
+
+# Install host json from browserpass package
+install -dm755 "${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
+ln -sf 
"/usr/lib/browserpass/hosts/firefox/com.github.browserpass.native.json" 
"${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
+
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}
+
+# vim:set ts=4 sw=4 et:


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

2019-04-19 Thread Maxim Baz via arch-commits
Date: Friday, April 19, 2019 @ 11:41:40
  Author: maximbaz
Revision: 452018

upgpkg: browserpass-firefox 3.0.14-1

Modified:
  browserpass-firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 10:12:13 UTC (rev 452017)
+++ PKGBUILD2019-04-19 11:41:40 UTC (rev 452018)
@@ -3,7 +3,7 @@
 _id=browserp...@maximbaz.com
 _name=browserpass-extension
 pkgname=browserpass-firefox
-pkgver=3.0.13
+pkgver=3.0.14
 pkgrel=1
 pkgdesc="Firefox extension for Browserpass, browser extension for zx2c4's pass 
(password manager)"
 arch=('any')
@@ -14,7 +14,7 @@
 
"${pkgname}-${pkgver}.zip.asc::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.zip.asc"
 
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE";)
 noextract=("${pkgname}-${pkgver}.zip")
-sha256sums=('9c4f3bdd6247b56c0c3740a9fa0f8b734240bd6ca36aa8d422cf7098a8a00e5c'
+sha256sums=('d0d68b02122af4eef7b795db8f1916de2209c6c13fb010761ceaf1387a53476d'
 'SKIP'
 'f9fc49e2b3977f857bf3cbfbeb193bab8b2e17545978c162409d5270e6e0405a')
 validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')


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

2019-04-19 Thread Maxim Baz via arch-commits
Date: Friday, April 19, 2019 @ 11:43:59
  Author: maximbaz
Revision: 452021

archrelease: copy trunk to community-any

Added:
  browserpass-chromium/repos/community-any/PKGBUILD
(from rev 452020, browserpass-chromium/trunk/PKGBUILD)
Deleted:
  browserpass-chromium/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 11:43:53 UTC (rev 452020)
+++ PKGBUILD2019-04-19 11:43:59 UTC (rev 452021)
@@ -1,43 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-_id=pjmbgaakjkbhpopmakjoedenlfdmcdgm
-_name=browserpass-extension
-pkgname=browserpass-chromium
-pkgver=3.0.13
-pkgrel=1
-pkgdesc="Chromium extension for Browserpass, browser extension for zx2c4's 
pass (password manager)"
-arch=('any')
-url="https://github.com/browserpass/${_name}";
-license=('ISC')
-depends=('browserpass')
-source=("${pkgname}-${pkgver}.crx::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx"
-
"${pkgname}-${pkgver}.crx.asc::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx.asc"
-
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE";)
-noextract=("${pkgname}-${pkgver}.crx")
-sha256sums=('9f0a5dbc36c3ed9242ec8be92a53c03c94d75f5a0d470cb5f3129cb4dc245d04'
-'SKIP'
-'f9fc49e2b3977f857bf3cbfbeb193bab8b2e17545978c162409d5270e6e0405a')
-validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
-
-prepare() {
-# Create extension json
-cat << EOF > "${_id}".json
-{
-"external_crx": "/usr/lib/${pkgname}/${pkgname}-${pkgver}.crx",
-"external_version": "${pkgver}"
-}
-EOF
-}
-
-package() {
-install -Dm644 -t "${pkgdir}/usr/share/chromium/extensions/" "${_id}.json"
-install -Dm644 -t "${pkgdir}/usr/lib/${pkgname}/" 
"${pkgname}-${pkgver}.crx"
-
-# Install host json from browserpass package
-install -dm755 "${pkgdir}/etc/chromium/native-messaging-hosts/"
-ln -sf 
"/usr/lib/browserpass/hosts/chromium/com.github.browserpass.native.json" 
"${pkgdir}/etc/chromium/native-messaging-hosts/"
-
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}
-
-# vim:set ts=4 sw=4 et:

Copied: browserpass-chromium/repos/community-any/PKGBUILD (from rev 452020, 
browserpass-chromium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 11:43:59 UTC (rev 452021)
@@ -0,0 +1,43 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+_id=pjmbgaakjkbhpopmakjoedenlfdmcdgm
+_name=browserpass-extension
+pkgname=browserpass-chromium
+pkgver=3.0.14
+pkgrel=1
+pkgdesc="Chromium extension for Browserpass, browser extension for zx2c4's 
pass (password manager)"
+arch=('any')
+url="https://github.com/browserpass/${_name}";
+license=('ISC')
+depends=('browserpass')
+source=("${pkgname}-${pkgver}.crx::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx"
+
"${pkgname}-${pkgver}.crx.asc::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx.asc"
+
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE";)
+noextract=("${pkgname}-${pkgver}.crx")
+sha256sums=('986909dafa93173c412bc939ebdc17f8d0bdaf36021b1619c68a8b0cf9e5e0eb'
+'SKIP'
+'f9fc49e2b3977f857bf3cbfbeb193bab8b2e17545978c162409d5270e6e0405a')
+validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
+
+prepare() {
+# Create extension json
+cat << EOF > "${_id}".json
+{
+"external_crx": "/usr/lib/${pkgname}/${pkgname}-${pkgver}.crx",
+"external_version": "${pkgver}"
+}
+EOF
+}
+
+package() {
+install -Dm644 -t "${pkgdir}/usr/share/chromium/extensions/" "${_id}.json"
+install -Dm644 -t "${pkgdir}/usr/lib/${pkgname}/" 
"${pkgname}-${pkgver}.crx"
+
+# Install host json from browserpass package
+install -dm755 "${pkgdir}/etc/chromium/native-messaging-hosts/"
+ln -sf 
"/usr/lib/browserpass/hosts/chromium/com.github.browserpass.native.json" 
"${pkgdir}/etc/chromium/native-messaging-hosts/"
+
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}
+
+# vim:set ts=4 sw=4 et:


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

2019-04-19 Thread Maxim Baz via arch-commits
Date: Friday, April 19, 2019 @ 11:43:53
  Author: maximbaz
Revision: 452020

upgpkg: browserpass-chromium 3.0.14-1

Modified:
  browserpass-chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 11:41:45 UTC (rev 452019)
+++ PKGBUILD2019-04-19 11:43:53 UTC (rev 452020)
@@ -3,7 +3,7 @@
 _id=pjmbgaakjkbhpopmakjoedenlfdmcdgm
 _name=browserpass-extension
 pkgname=browserpass-chromium
-pkgver=3.0.13
+pkgver=3.0.14
 pkgrel=1
 pkgdesc="Chromium extension for Browserpass, browser extension for zx2c4's 
pass (password manager)"
 arch=('any')
@@ -14,7 +14,7 @@
 
"${pkgname}-${pkgver}.crx.asc::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx.asc"
 
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE";)
 noextract=("${pkgname}-${pkgver}.crx")
-sha256sums=('9f0a5dbc36c3ed9242ec8be92a53c03c94d75f5a0d470cb5f3129cb4dc245d04'
+sha256sums=('986909dafa93173c412bc939ebdc17f8d0bdaf36021b1619c68a8b0cf9e5e0eb'
 'SKIP'
 'f9fc49e2b3977f857bf3cbfbeb193bab8b2e17545978c162409d5270e6e0405a')
 validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')


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

2019-04-19 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 19, 2019 @ 15:38:01
  Author: mtorromeo
Revision: 452022

upgpkg: geoip2-database 20190416-1

Modified:
  geoip2-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 11:43:59 UTC (rev 452021)
+++ PKGBUILD2019-04-19 15:38:01 UTC (rev 452022)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname='geoip2-database'
-pkgver=20190126
+pkgver=20190416
 pkgrel=1
 pkgdesc="GeoLite2 IP geolocation databases compiled by MaxMind"
 arch=('any')
@@ -13,9 +13,9 @@
 noextract=(GeoLite2-City-$pkgver.tar.gz
GeoLite2-Country-$pkgver.tar.gz
GeoLite2-ASN-$pkgver.tar.gz)
-sha256sums=('589b8603a6cd98cf134f96de24618ba1d986a954e40409a67f398eb1edbf6084'
-'1b627bd7a575500cbf9e675630ab2c9b1632c3727f3eab29a06e50568341bdfa'
-'6fc0855cdc3514c5b7cf19fe1a2681c5b1bbc5009c3a89b1453b64c8c235ba2a')
+sha256sums=('f270c0345734bccc0913ce1c95a2ab50892881761a8522d5039c111bbb80475d'
+'94852779febcec4caa796e3e9bbb9f53314e86e4a10284b31ae83e8edcd589ff'
+'b5e1f862b78df2ab6e5ff997d9acde64e8be653c6099bdf328a93c6777d65795')
 
 prepare() {
   cd "$srcdir"


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

2019-04-19 Thread Felix Yan via arch-commits
Date: Friday, April 19, 2019 @ 15:42:23
  Author: felixonmars
Revision: 452023

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 15:38:01 UTC (rev 452022)
+++ PKGBUILD2019-04-19 15:42:23 UTC (rev 452023)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.17.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
-  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
-  'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-lark-parser' 'python2-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('5f792c0cc7974979d82073de233510a12ffea15106a9ddae46f7128279eb3ec630e41e2ea7436c27ed23b0b033edb1fd3650f8b44ee803a40a8b4be373e4f678')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  # https://github.com/python/typing/issues/612
-  python2 setup.py pytest || warning "Tests failed"
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 452022, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 15:42:23 UTC (rev 452023)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.17.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
+  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
+ 

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

2019-04-19 Thread Maxim Baz via arch-commits
Date: Friday, April 19, 2019 @ 16:11:00
  Author: maximbaz
Revision: 452024

upgpkg: browserpass-chromium 3.0.15-1

Modified:
  browserpass-chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 15:42:23 UTC (rev 452023)
+++ PKGBUILD2019-04-19 16:11:00 UTC (rev 452024)
@@ -3,7 +3,7 @@
 _id=pjmbgaakjkbhpopmakjoedenlfdmcdgm
 _name=browserpass-extension
 pkgname=browserpass-chromium
-pkgver=3.0.14
+pkgver=3.0.15
 pkgrel=1
 pkgdesc="Chromium extension for Browserpass, browser extension for zx2c4's 
pass (password manager)"
 arch=('any')
@@ -14,7 +14,7 @@
 
"${pkgname}-${pkgver}.crx.asc::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx.asc"
 
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE";)
 noextract=("${pkgname}-${pkgver}.crx")
-sha256sums=('986909dafa93173c412bc939ebdc17f8d0bdaf36021b1619c68a8b0cf9e5e0eb'
+sha256sums=('d2ce4424fe8fe0186f6ec902ad469f1d86e06bb8d6a72081cf6ae3840aadff38'
 'SKIP'
 'f9fc49e2b3977f857bf3cbfbeb193bab8b2e17545978c162409d5270e6e0405a')
 validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')


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

2019-04-19 Thread Maxim Baz via arch-commits
Date: Friday, April 19, 2019 @ 16:11:05
  Author: maximbaz
Revision: 452025

archrelease: copy trunk to community-any

Added:
  browserpass-chromium/repos/community-any/PKGBUILD
(from rev 452024, browserpass-chromium/trunk/PKGBUILD)
Deleted:
  browserpass-chromium/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 16:11:00 UTC (rev 452024)
+++ PKGBUILD2019-04-19 16:11:05 UTC (rev 452025)
@@ -1,43 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-_id=pjmbgaakjkbhpopmakjoedenlfdmcdgm
-_name=browserpass-extension
-pkgname=browserpass-chromium
-pkgver=3.0.14
-pkgrel=1
-pkgdesc="Chromium extension for Browserpass, browser extension for zx2c4's 
pass (password manager)"
-arch=('any')
-url="https://github.com/browserpass/${_name}";
-license=('ISC')
-depends=('browserpass')
-source=("${pkgname}-${pkgver}.crx::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx"
-
"${pkgname}-${pkgver}.crx.asc::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx.asc"
-
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE";)
-noextract=("${pkgname}-${pkgver}.crx")
-sha256sums=('986909dafa93173c412bc939ebdc17f8d0bdaf36021b1619c68a8b0cf9e5e0eb'
-'SKIP'
-'f9fc49e2b3977f857bf3cbfbeb193bab8b2e17545978c162409d5270e6e0405a')
-validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
-
-prepare() {
-# Create extension json
-cat << EOF > "${_id}".json
-{
-"external_crx": "/usr/lib/${pkgname}/${pkgname}-${pkgver}.crx",
-"external_version": "${pkgver}"
-}
-EOF
-}
-
-package() {
-install -Dm644 -t "${pkgdir}/usr/share/chromium/extensions/" "${_id}.json"
-install -Dm644 -t "${pkgdir}/usr/lib/${pkgname}/" 
"${pkgname}-${pkgver}.crx"
-
-# Install host json from browserpass package
-install -dm755 "${pkgdir}/etc/chromium/native-messaging-hosts/"
-ln -sf 
"/usr/lib/browserpass/hosts/chromium/com.github.browserpass.native.json" 
"${pkgdir}/etc/chromium/native-messaging-hosts/"
-
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}
-
-# vim:set ts=4 sw=4 et:

Copied: browserpass-chromium/repos/community-any/PKGBUILD (from rev 452024, 
browserpass-chromium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 16:11:05 UTC (rev 452025)
@@ -0,0 +1,43 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+_id=pjmbgaakjkbhpopmakjoedenlfdmcdgm
+_name=browserpass-extension
+pkgname=browserpass-chromium
+pkgver=3.0.15
+pkgrel=1
+pkgdesc="Chromium extension for Browserpass, browser extension for zx2c4's 
pass (password manager)"
+arch=('any')
+url="https://github.com/browserpass/${_name}";
+license=('ISC')
+depends=('browserpass')
+source=("${pkgname}-${pkgver}.crx::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx"
+
"${pkgname}-${pkgver}.crx.asc::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx.asc"
+
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE";)
+noextract=("${pkgname}-${pkgver}.crx")
+sha256sums=('d2ce4424fe8fe0186f6ec902ad469f1d86e06bb8d6a72081cf6ae3840aadff38'
+'SKIP'
+'f9fc49e2b3977f857bf3cbfbeb193bab8b2e17545978c162409d5270e6e0405a')
+validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
+
+prepare() {
+# Create extension json
+cat << EOF > "${_id}".json
+{
+"external_crx": "/usr/lib/${pkgname}/${pkgname}-${pkgver}.crx",
+"external_version": "${pkgver}"
+}
+EOF
+}
+
+package() {
+install -Dm644 -t "${pkgdir}/usr/share/chromium/extensions/" "${_id}.json"
+install -Dm644 -t "${pkgdir}/usr/lib/${pkgname}/" 
"${pkgname}-${pkgver}.crx"
+
+# Install host json from browserpass package
+install -dm755 "${pkgdir}/etc/chromium/native-messaging-hosts/"
+ln -sf 
"/usr/lib/browserpass/hosts/chromium/com.github.browserpass.native.json" 
"${pkgdir}/etc/chromium/native-messaging-hosts/"
+
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}
+
+# vim:set ts=4 sw=4 et:


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

2019-04-19 Thread Maxim Baz via arch-commits
Date: Friday, April 19, 2019 @ 16:12:12
  Author: maximbaz
Revision: 452027

archrelease: copy trunk to community-any

Added:
  browserpass-firefox/repos/community-any/PKGBUILD
(from rev 452026, browserpass-firefox/trunk/PKGBUILD)
Deleted:
  browserpass-firefox/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 16:12:06 UTC (rev 452026)
+++ PKGBUILD2019-04-19 16:12:12 UTC (rev 452027)
@@ -1,39 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-_id=browserp...@maximbaz.com
-_name=browserpass-extension
-pkgname=browserpass-firefox
-pkgver=3.0.14
-pkgrel=1
-pkgdesc="Firefox extension for Browserpass, browser extension for zx2c4's pass 
(password manager)"
-arch=('any')
-url="https://github.com/browserpass/${_name}";
-license=('ISC')
-depends=('browserpass')
-source=("${pkgname}-${pkgver}.zip::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.zip"
-
"${pkgname}-${pkgver}.zip.asc::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.zip.asc"
-
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE";)
-noextract=("${pkgname}-${pkgver}.zip")
-sha256sums=('d0d68b02122af4eef7b795db8f1916de2209c6c13fb010761ceaf1387a53476d'
-'SKIP'
-'f9fc49e2b3977f857bf3cbfbeb193bab8b2e17545978c162409d5270e6e0405a')
-validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
-
-prepare() {
-mkdir -p "${pkgname}-${pkgver}"
-bsdtar -vxf "${pkgname}-${pkgver}.zip" -C "${pkgname}-${pkgver}"
-}
-
-package() {
-
_dest="${pkgdir}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/${_id}"
-install -dm755 "${_dest}"
-cp -a "${pkgname}-${pkgver}"/* "${_dest}"
-
-# Install host json from browserpass package
-install -dm755 "${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
-ln -sf 
"/usr/lib/browserpass/hosts/firefox/com.github.browserpass.native.json" 
"${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
-
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}
-
-# vim:set ts=4 sw=4 et:

Copied: browserpass-firefox/repos/community-any/PKGBUILD (from rev 452026, 
browserpass-firefox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 16:12:12 UTC (rev 452027)
@@ -0,0 +1,39 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+_id=browserp...@maximbaz.com
+_name=browserpass-extension
+pkgname=browserpass-firefox
+pkgver=3.0.15
+pkgrel=1
+pkgdesc="Firefox extension for Browserpass, browser extension for zx2c4's pass 
(password manager)"
+arch=('any')
+url="https://github.com/browserpass/${_name}";
+license=('ISC')
+depends=('browserpass')
+source=("${pkgname}-${pkgver}.zip::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.zip"
+
"${pkgname}-${pkgver}.zip.asc::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.zip.asc"
+
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE";)
+noextract=("${pkgname}-${pkgver}.zip")
+sha256sums=('dbf68dc042e3361c1ca1eae3dc01ab35d1c60c55e1d4a97f19823722744a04f6'
+'SKIP'
+'f9fc49e2b3977f857bf3cbfbeb193bab8b2e17545978c162409d5270e6e0405a')
+validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
+
+prepare() {
+mkdir -p "${pkgname}-${pkgver}"
+bsdtar -vxf "${pkgname}-${pkgver}.zip" -C "${pkgname}-${pkgver}"
+}
+
+package() {
+
_dest="${pkgdir}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/${_id}"
+install -dm755 "${_dest}"
+cp -a "${pkgname}-${pkgver}"/* "${_dest}"
+
+# Install host json from browserpass package
+install -dm755 "${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
+ln -sf 
"/usr/lib/browserpass/hosts/firefox/com.github.browserpass.native.json" 
"${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
+
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}
+
+# vim:set ts=4 sw=4 et:


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

2019-04-19 Thread Maxim Baz via arch-commits
Date: Friday, April 19, 2019 @ 16:12:06
  Author: maximbaz
Revision: 452026

upgpkg: browserpass-firefox 3.0.15-1

Modified:
  browserpass-firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 16:11:05 UTC (rev 452025)
+++ PKGBUILD2019-04-19 16:12:06 UTC (rev 452026)
@@ -3,7 +3,7 @@
 _id=browserp...@maximbaz.com
 _name=browserpass-extension
 pkgname=browserpass-firefox
-pkgver=3.0.14
+pkgver=3.0.15
 pkgrel=1
 pkgdesc="Firefox extension for Browserpass, browser extension for zx2c4's pass 
(password manager)"
 arch=('any')
@@ -14,7 +14,7 @@
 
"${pkgname}-${pkgver}.zip.asc::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.zip.asc"
 
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE";)
 noextract=("${pkgname}-${pkgver}.zip")
-sha256sums=('d0d68b02122af4eef7b795db8f1916de2209c6c13fb010761ceaf1387a53476d'
+sha256sums=('dbf68dc042e3361c1ca1eae3dc01ab35d1c60c55e1d4a97f19823722744a04f6'
 'SKIP'
 'f9fc49e2b3977f857bf3cbfbeb193bab8b2e17545978c162409d5270e6e0405a')
 validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')


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

2019-04-19 Thread Santiago Torres-Arias via arch-commits
Date: Friday, April 19, 2019 @ 16:19:31
  Author: sangy
Revision: 452028

upgpkg: python-aiorpcx 0.15.0-1

Modified:
  python-aiorpcx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 16:12:12 UTC (rev 452027)
+++ PKGBUILD2019-04-19 16:19:31 UTC (rev 452028)
@@ -2,7 +2,7 @@
 # Contributor: smmalis37
 
 pkgname='python-aiorpcx'
-pkgver=0.13.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="A generic asyncio library implementation of RPC suitable for an 
application that is a client, server or both."
 url="https://github.com/kyuupichan/aiorpcX/";
@@ -11,7 +11,7 @@
 depends=('python>=3.6' 'python-attrs')
 makedepends=('python-setuptools')
 source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz";)
-sha256sums=('18ccb23538fb835d03ec4cad4b0a5cdd9ffd5e622ffa5724e5cd3e19d95120b8')
+sha256sums=('2c409a6053c083067f3f5c6923eebe290b0ced034f39eeb1244677697d6600a4')
 
 
 build() {


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

2019-04-19 Thread Santiago Torres-Arias via arch-commits
Date: Friday, April 19, 2019 @ 16:20:11
  Author: sangy
Revision: 452029

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 16:19:31 UTC (rev 452028)
+++ PKGBUILD2019-04-19 16:20:11 UTC (rev 452029)
@@ -1,26 +0,0 @@
-# Maintainer : Santiago Torres-Arias 
-# Contributor: smmalis37
-
-pkgname='python-aiorpcx'
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="A generic asyncio library implementation of RPC suitable for an 
application that is a client, server or both."
-url="https://github.com/kyuupichan/aiorpcX/";
-arch=('any')
-license=('MIT')
-depends=('python>=3.6' 'python-attrs')
-makedepends=('python-setuptools')
-source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz";)
-sha256sums=('18ccb23538fb835d03ec4cad4b0a5cdd9ffd5e622ffa5724e5cd3e19d95120b8')
-
-
-build() {
-  cd "${srcdir}/aiorpcX-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/aiorpcX-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -D -m644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-aiorpcx/repos/community-any/PKGBUILD (from rev 452028, 
python-aiorpcx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 16:20:11 UTC (rev 452029)
@@ -0,0 +1,26 @@
+# Maintainer : Santiago Torres-Arias 
+# Contributor: smmalis37
+
+pkgname='python-aiorpcx'
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="A generic asyncio library implementation of RPC suitable for an 
application that is a client, server or both."
+url="https://github.com/kyuupichan/aiorpcX/";
+arch=('any')
+license=('MIT')
+depends=('python>=3.6' 'python-attrs')
+makedepends=('python-setuptools')
+source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz";)
+sha256sums=('2c409a6053c083067f3f5c6923eebe290b0ced034f39eeb1244677697d6600a4')
+
+
+build() {
+  cd "${srcdir}/aiorpcX-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/aiorpcX-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -D -m644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2019-04-19 Thread Eli Schwartz via arch-commits
Date: Friday, April 19, 2019 @ 17:03:39
  Author: eschwartz
Revision: 452031

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 452030, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  206 ++---
 1 file changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 17:03:08 UTC (rev 452030)
+++ PKGBUILD2019-04-19 17:03:39 UTC (rev 452031)
@@ -1,103 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=3.41.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('x86_64')
-url="https://calibre-ebook.com/";
-license=('GPL3')
-_py_deps=('apsw' 'beautifulsoup4' 'cssselect' 'css-parser' 'dateutil' 'dbus' 
'dnspython' 'dukpy'
-  'feedparser' 'html2text' 'html5-parser' 'lxml' 'markdown' 
'mechanize' 'msgpack'
-  'netifaces' 'unrardll' 'pillow' 'psutil' 'pygments' 'pyqt5' 'regex')
-depends=('chmlib' 'icu' 'jxrlib' 'libmtp' 'libusbx' 'libwmf' 'mathjax' 'mtdev' 
'optipng'
- 'podofo' "${_py_deps[@]/#/python2-}" 'qt5-svg' 'qt5-webkit' 'udisks2')
-makedepends=('qt5-x11extras' 'sip' 'xdg-utils')
-checkdepends=('xorg-server-xvfb')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html')
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
-sha256sums=('77788131daaeb53b86333e9fd4a255998705c832f30995d05e01ceed2a47a350'
-'SKIP')
-b2sums=('1fcc89d6cd79ca6b578d2816eb9aea8387be21ee1c51495eb83062ee997394774817379ea785cb93f61a721987a1a5b1dbbd55dce3cc469f73aefb1c42cbea49'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-
-  # cherry-picked bits of python2-backports.functools_lru_cache
-  # needed for frozen builds + beautifulsoup4
-  # see 
https://github.com/kovidgoyal/calibre/commit/b177f0a1096b4fdabd8772dd9edc2a69e683#commitcomment-33169700
-  rm -r src/backports
-
-  cd resources
-
-  # Remove unneeded files
-  rm ${pkgname}-portable.* mozilla-ca-certs.pem
-
-  # tarball cache from calibre 4.x
-  rm editor.js viewer.{js,html}
-
-  # use system mathjax
-  rm -r mathjax
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-  LANG='en_US.UTF-8' python2 setup.py mathjax --path-to-mathjax 
/usr/share/mathjax --system-mathjax
-  LANG='en_US.UTF-8' python2 setup.py rapydscript
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-
-  # without xvfb-run this fails with much "Control socket failed to recv(), 
resetting"
-  # ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest)
-
-  LANG='en_US.UTF-8' xvfb-run python2 setup.py test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-  # not needed at runtime
-  rm -r "${pkgdir}"/usr/share/calibre/rapydscript/
-
-  # Compiling bytecode FS#33392
-  # This is kind of ugly but removes traces of the build root.
-  while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python2 -m compileall -d "${_destdir}" "${_file}"
-python2 -O -m compileall -d "${_destdir}" "${_file}"
-  done < <(find "${pkgdir}"/usr/lib/ -name '*.py' -print0)
-}

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 452030, 
calibre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 17:03:39 UTC (rev 452031)
@@ -0,0 +1,103 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fa

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

2019-04-19 Thread Eli Schwartz via arch-commits
Date: Friday, April 19, 2019 @ 17:03:08
  Author: eschwartz
Revision: 452030

upgpkg: calibre 3.41.2-1

upstream bugfix release

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 16:20:11 UTC (rev 452029)
+++ PKGBUILD2019-04-19 17:03:08 UTC (rev 452030)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=3.41.0
+pkgver=3.41.2
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
@@ -24,9 +24,9 @@
 'poppler: required for converting pdf to html')
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
-sha256sums=('77788131daaeb53b86333e9fd4a255998705c832f30995d05e01ceed2a47a350'
+sha256sums=('7811e403ee2d42dc3752e5c64be6e97b8ba7c7c0be7135ab0cdf076762fcfbde'
 'SKIP')
-b2sums=('1fcc89d6cd79ca6b578d2816eb9aea8387be21ee1c51495eb83062ee997394774817379ea785cb93f61a721987a1a5b1dbbd55dce3cc469f73aefb1c42cbea49'
+b2sums=('20864eca470736ed95c2798882b34ecb97ae9fbc92e1fb3f4b6922d750f7047926b3430636713c55613149d74aef9093cbd4b13a420675a34f8b3dad993fc103'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 


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

2019-04-19 Thread Bruno Pagani via arch-commits
Date: Friday, April 19, 2019 @ 17:19:42
  Author: archange
Revision: 452032

upgpkg: matterbridge 1.14.3-1

Modified:
  matterbridge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 17:03:39 UTC (rev 452031)
+++ PKGBUILD2019-04-19 17:19:42 UTC (rev 452032)
@@ -1,22 +1,22 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=matterbridge
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/42wim/matterbridge";
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-backup=('etc/matterbridge.toml')
+license=(Apache)
+depends=(glibc)
+makedepends=(go-pie git)
+backup=(etc/matterbridge.toml)
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
 
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
-'matterbridge.service')
-sha256sums=('a6ec749158244a6cb08e5f1978739b05cd2094c2430ec276b2cc9b718b19197d'
+matterbridge.service)
+sha256sums=('2b4c96f77f2868b71dcf8022c3ca002bb37a8f355f45a6695e323e36b25ac834'
 'SKIP'
 '89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
-validpgpkeys=('CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4') # wim 
+validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-04-19 Thread Bruno Pagani via arch-commits
Date: Friday, April 19, 2019 @ 17:20:06
  Author: archange
Revision: 452033

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   70 -
 matterbridge.service |   54 ++---
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 17:19:42 UTC (rev 452032)
+++ PKGBUILD2019-04-19 17:20:06 UTC (rev 452033)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=matterbridge
-pkgver=1.14.2
-pkgrel=1
-pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
-arch=('x86_64')
-url="https://github.com/42wim/matterbridge";
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-backup=('etc/matterbridge.toml')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
-
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
-'matterbridge.service')
-sha256sums=('a6ec749158244a6cb08e5f1978739b05cd2094c2430ec276b2cc9b718b19197d'
-'SKIP'
-'89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
-validpgpkeys=('CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4') # wim 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build -v \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
--o ${pkgname} .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
-  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-}

Copied: matterbridge/repos/community-x86_64/PKGBUILD (from rev 452032, 
matterbridge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 17:20:06 UTC (rev 452033)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=matterbridge
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
+arch=(x86_64)
+url="https://github.com/42wim/matterbridge";
+license=(Apache)
+depends=(glibc)
+makedepends=(go-pie git)
+backup=(etc/matterbridge.toml)
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
+
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
+matterbridge.service)
+sha256sums=('2b4c96f77f2868b71dcf8022c3ca002bb37a8f355f45a6695e323e36b25ac834'
+'SKIP'
+'89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
+validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build -v \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+-o ${pkgname} .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
+  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
+  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
+}

Deleted: matterbridge.service
===
--- matterbridge.service2019-04-19 17:19:42 UTC (rev 452032)
+++ matterbridge.service2019-04-19 17:20:06 UTC (rev 452033)
@@ -1,27 +0,0 @@
-[Unit]
-Description=Multi-protocols bridge for online communications
-After=network.target
-
-[Service]
-User=matterbridge
-DynamicUser=yes
-ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml
-Type=simple
-CapabilityBoundingSet=
-NoNewPrivileges=True
-PrivateUsers=true
-PrivateDevices=true
-PrivateTmp=true
-ProtectHome=true
-ProtectSystem=strict
-ProtectControlGroups=yes
-ProtectKernelTunables=true
-ProtectKernelModules=yes
-LockPersonality=true
-MemoryDenyWriteExecute=true
-RestrictRealtime=true
-SystemCallArchitectures=native
-SystemCallFilter=@system-service
-
-[Install]
-WantedBy=multi-user.target

Copied: matterbridge/repos/community-x86_64/matterbridge.service (from rev 
452032, matterbridge/trunk/matterbridge.service)
===
--- matterbridge.service(rev 0)
+++ matterbridge.service2019-04-19 17:20:06 UTC (rev 452033)
@@ -0,0 +1,27 @@
+[Unit]
+Description=Multi-protocols bridge for online communications
+After=network.target
+
+[Service]
+User=matterbridge
+DynamicUser=yes
+ExecStart=

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

2019-04-19 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 19, 2019 @ 17:24:29
  Author: mtorromeo
Revision: 452034

upgpkg: geoip2-database 20190415-1

Modified:
  geoip2-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 17:20:06 UTC (rev 452033)
+++ PKGBUILD2019-04-19 17:24:29 UTC (rev 452034)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname='geoip2-database'
-pkgver=20190416
+pkgver=20190415
 pkgrel=1
 pkgdesc="GeoLite2 IP geolocation databases compiled by MaxMind"
 arch=('any')


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

2019-04-19 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 19, 2019 @ 17:24:44
  Author: mtorromeo
Revision: 452035

archrelease: copy trunk to community-any

Added:
  geoip2-database/repos/community-any/PKGBUILD
(from rev 452034, geoip2-database/trunk/PKGBUILD)
  geoip2-database/repos/community-any/check-last-modified.sh
(from rev 452034, geoip2-database/trunk/check-last-modified.sh)
Deleted:
  geoip2-database/repos/community-any/PKGBUILD
  geoip2-database/repos/community-any/check-last-modified.sh

+
 PKGBUILD   |   76 +++
 check-last-modified.sh |   46 ++--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 17:24:29 UTC (rev 452034)
+++ PKGBUILD2019-04-19 17:24:44 UTC (rev 452035)
@@ -1,38 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname='geoip2-database'
-pkgver=20190126
-pkgrel=1
-pkgdesc="GeoLite2 IP geolocation databases compiled by MaxMind"
-arch=('any')
-url="https://dev.maxmind.com/geoip/geoip2/geolite2/";
-license=('custom:OPEN DATA LICENSE')
-source=(GeoLite2-City-$pkgver.tar.gz::https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
-
GeoLite2-Country-$pkgver.tar.gz::https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz
-
GeoLite2-ASN-$pkgver.tar.gz::https://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN.tar.gz)
-noextract=(GeoLite2-City-$pkgver.tar.gz
-   GeoLite2-Country-$pkgver.tar.gz
-   GeoLite2-ASN-$pkgver.tar.gz)
-sha256sums=('589b8603a6cd98cf134f96de24618ba1d986a954e40409a67f398eb1edbf6084'
-'1b627bd7a575500cbf9e675630ab2c9b1632c3727f3eab29a06e50568341bdfa'
-'6fc0855cdc3514c5b7cf19fe1a2681c5b1bbc5009c3a89b1453b64c8c235ba2a')
-
-prepare() {
-  cd "$srcdir"
-
-  for _db in GeoLite2-{City,Country,ASN}; do
-tar --strip-components=1 -xf $_db-$pkgver.tar.gz --wildcards "*/$_db.mmdb"
-  done
-
-  tar --strip-components=1 -xf GeoLite2-ASN-$pkgver.tar.gz --wildcards 
"*/COPYRIGHT.txt" "*/LICENSE.txt"
-}
-
-package() {
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoLite2-{City,Country,ASN}.mmdb
-
-  install -Dm644 COPYRIGHT.txt 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT.txt"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: geoip2-database/repos/community-any/PKGBUILD (from rev 452034, 
geoip2-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 17:24:44 UTC (rev 452035)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname='geoip2-database'
+pkgver=20190415
+pkgrel=1
+pkgdesc="GeoLite2 IP geolocation databases compiled by MaxMind"
+arch=('any')
+url="https://dev.maxmind.com/geoip/geoip2/geolite2/";
+license=('custom:OPEN DATA LICENSE')
+source=(GeoLite2-City-$pkgver.tar.gz::https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
+
GeoLite2-Country-$pkgver.tar.gz::https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz
+
GeoLite2-ASN-$pkgver.tar.gz::https://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN.tar.gz)
+noextract=(GeoLite2-City-$pkgver.tar.gz
+   GeoLite2-Country-$pkgver.tar.gz
+   GeoLite2-ASN-$pkgver.tar.gz)
+sha256sums=('f270c0345734bccc0913ce1c95a2ab50892881761a8522d5039c111bbb80475d'
+'94852779febcec4caa796e3e9bbb9f53314e86e4a10284b31ae83e8edcd589ff'
+'b5e1f862b78df2ab6e5ff997d9acde64e8be653c6099bdf328a93c6777d65795')
+
+prepare() {
+  cd "$srcdir"
+
+  for _db in GeoLite2-{City,Country,ASN}; do
+tar --strip-components=1 -xf $_db-$pkgver.tar.gz --wildcards "*/$_db.mmdb"
+  done
+
+  tar --strip-components=1 -xf GeoLite2-ASN-$pkgver.tar.gz --wildcards 
"*/COPYRIGHT.txt" "*/LICENSE.txt"
+}
+
+package() {
+  cd "$srcdir"
+
+  install -d "$pkgdir/usr/share/GeoIP"
+  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoLite2-{City,Country,ASN}.mmdb
+
+  install -Dm644 COPYRIGHT.txt 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT.txt"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}

Deleted: check-last-modified.sh
===
--- check-last-modified.sh  2019-04-19 17:24:29 UTC (rev 452034)
+++ check-last-modified.sh  2019-04-19 17:24:44 UTC (rev 452035)
@@ -1,23 +0,0 @@
-#!/bin/bash -e
-
-# Unicode characters taken from pactree.c
-UNICODE_IS_FUN="\u2514\u2500"
-
-verbose=0
-if [[ $1 == -v ]]; then
-   verbose=1
-fi
-
-URLS=(http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
-  
http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz
-  http://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN.tar.g

[arch-commits] Commit in (5 files)

2019-04-19 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 19, 2019 @ 17:50:07
  Author: mtorromeo
Revision: 452036

Moved python2-meld3 to python-meld3 for the upgrade of supervisor

Added:
  python-meld3/
Modified:
  python-meld3/trunk/PKGBUILD
  supervisor/trunk/PKGBUILD
  supervisor/trunk/supervisord.conf
Deleted:
  python2-meld3/

---+
 supervisor/trunk/PKGBUILD |   18 +
 supervisor/trunk/supervisord.conf |  129 
 trunk/PKGBUILD|   14 +--
 3 files changed, 88 insertions(+), 73 deletions(-)

Modified: python-meld3/trunk/PKGBUILD
===
--- python2-meld3/trunk/PKGBUILD2019-04-19 17:24:44 UTC (rev 452035)
+++ python-meld3/trunk/PKGBUILD 2019-04-19 17:50:07 UTC (rev 452036)
@@ -1,26 +1,26 @@
 # Maintainer: Massimiliano Torromeo 
 # Contributor: Daniele Paolella 
 
-pkgname=python2-meld3
+pkgname=python-meld3
 _libname=meld3
 pkgver=1.0.2
-pkgrel=2
+pkgrel=1
 pkgdesc="An HTML/XML templating engine"
 arch=('any')
 url="https://github.com/supervisor/meld3";
 license=('Repoze')
-depends=('python2')
-makedepends=('python2-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 
source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
 sha256sums=('f7b754a0fde7a4429b2ebe49409db240b5699385a572501bb0d5627d299f9558')
 
 build() {
 cd "$srcdir"/meld3-$pkgver
-python2 setup.py build
+python setup.py build
 }
 
 package() {
 cd "$srcdir"/meld3-$pkgver
-python2 setup.py install -O1 --skip-build --prefix=/usr --root="$pkgdir"
-install -m0644 -D LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+python setup.py install -O1 --skip-build --prefix=/usr --root="$pkgdir"
+install -m0644 -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }

Modified: supervisor/trunk/PKGBUILD
===
--- supervisor/trunk/PKGBUILD   2019-04-19 17:24:44 UTC (rev 452035)
+++ supervisor/trunk/PKGBUILD   2019-04-19 17:50:07 UTC (rev 452036)
@@ -2,37 +2,31 @@
 # Contributor: Daniele Paolella 
 
 pkgname=supervisor
-pkgver=3.3.5
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="A system for controlling process state under UNIX"
 arch=('any')
 url="http://supervisord.org";
 license=('custom')
-depends=('python2-meld3' 'python2-setuptools')
+depends=('python-meld3' 'python-setuptools')
 backup=('etc/supervisord.conf')
 
source=("https://files.pythonhosted.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.gz";
 'supervisord.service'
 'supervisor.logrotate'
 'supervisord.conf')
-sha256sums=('1b4d6d2e551dcb49e928cfffea857b8cca6b64a4a8fb755dcf86addf62866af0'
+sha256sums=('5604457da4fb89d850e78c128205fe4938c9277f87301885b33c94c60361e575'
 '111f632081633dafae18ff069001e9ea78e9a24669ed75efc196f8d83d92f993'
 '7347d79c8b7f5cc59d5ffa31e4df64f92e89dee0dc84bdb3bdfcba212de93f4b'
-'fe0a60e34f67bf6ed7ca8731d9ce7657e00f37a43e0dfb96aa0df57adc4cd423')
+'ea2d6d2806b879e6c223e192d770ceb391c0c32e5970234e72fc6111536db526')
 
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-   rm -rf "supervisor/medusa/"{debian,demo,docs,test}
-   find -type f -name "*.py" -exec sed -i 's|/usr/bin/env 
python|/usr/bin/env python2|' {} \;
-}
-
 build() {
cd "$srcdir/$pkgname-$pkgver"
-   python2 setup.py build
+   python setup.py build
 }
 
 package() {
cd "$srcdir/$pkgname-$pkgver"
-   python2 setup.py install -O1 --skip-build --prefix=/usr --root="$pkgdir"
+   python setup.py install -O1 --skip-build --prefix=/usr --root="$pkgdir"
install -Dm600 "$srcdir/supervisord.conf" "$pkgdir/etc/supervisord.conf"
install -Dm644 "$srcdir/supervisor.logrotate" 
"$pkgdir/etc/logrotate.d/supervisor"
install -Dm644 "$srcdir/supervisord.service" 
"$pkgdir/usr/lib/systemd/system/supervisord.service"

Modified: supervisor/trunk/supervisord.conf
===
--- supervisor/trunk/supervisord.conf   2019-04-19 17:24:44 UTC (rev 452035)
+++ supervisor/trunk/supervisord.conf   2019-04-19 17:50:07 UTC (rev 452036)
@@ -1,51 +1,68 @@
 ; Sample supervisor config file.
+;
+; For more information on the config file, please see:
+; http://supervisord.org/configuration.html
+;
+; Notes:
+;  - Shell expansion ("~" or "$HOME") is not supported.  Environment
+;variables can be expanded using this syntax: "%(ENV_HOME)s".
+;  - Quotes around values are not supported, except in the case of
+;the environment= options as shown below.
+;  - Comments must have a leading space: "a=b ;comment" not "a=b;comment".
+;  - Command will be truncated if it looks like a config file comment, e.g.
+;"command=bash -c 'foo ; bar'" will truncate to "command=bash -c 'foo ".
 
 [unix_http_server]
-file=/run/supervisor.sock   ; (the path to the socket f

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

2019-04-19 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 19, 2019 @ 17:50:49
  Author: mtorromeo
Revision: 452038

archrelease: copy trunk to community-any

Added:
  supervisor/repos/community-any/PKGBUILD
(from rev 452037, supervisor/trunk/PKGBUILD)
  supervisor/repos/community-any/supervisor.logrotate
(from rev 452037, supervisor/trunk/supervisor.logrotate)
  supervisor/repos/community-any/supervisord.conf
(from rev 452037, supervisor/trunk/supervisord.conf)
  supervisor/repos/community-any/supervisord.service
(from rev 452037, supervisor/trunk/supervisord.service)
Deleted:
  supervisor/repos/community-any/PKGBUILD
  supervisor/repos/community-any/supervisor.logrotate
  supervisor/repos/community-any/supervisord.conf
  supervisor/repos/community-any/supervisord.service

--+
 PKGBUILD |   80 ++---
 supervisor.logrotate |   12 +-
 supervisord.conf |  283 ++---
 supervisord.service  |   26 ++--
 4 files changed, 208 insertions(+), 193 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 17:50:35 UTC (rev 452037)
+++ PKGBUILD2019-04-19 17:50:49 UTC (rev 452038)
@@ -1,43 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Daniele Paolella 
-
-pkgname=supervisor
-pkgver=3.3.5
-pkgrel=1
-pkgdesc="A system for controlling process state under UNIX"
-arch=('any')
-url="http://supervisord.org";
-license=('custom')
-depends=('python2-meld3' 'python2-setuptools')
-backup=('etc/supervisord.conf')
-source=("https://files.pythonhosted.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.gz";
-'supervisord.service'
-'supervisor.logrotate'
-'supervisord.conf')
-sha256sums=('1b4d6d2e551dcb49e928cfffea857b8cca6b64a4a8fb755dcf86addf62866af0'
-'111f632081633dafae18ff069001e9ea78e9a24669ed75efc196f8d83d92f993'
-'7347d79c8b7f5cc59d5ffa31e4df64f92e89dee0dc84bdb3bdfcba212de93f4b'
-'fe0a60e34f67bf6ed7ca8731d9ce7657e00f37a43e0dfb96aa0df57adc4cd423')
-
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-   rm -rf "supervisor/medusa/"{debian,demo,docs,test}
-   find -type f -name "*.py" -exec sed -i 's|/usr/bin/env 
python|/usr/bin/env python2|' {} \;
-}
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python2 setup.py build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python2 setup.py install -O1 --skip-build --prefix=/usr --root="$pkgdir"
-   install -Dm600 "$srcdir/supervisord.conf" "$pkgdir/etc/supervisord.conf"
-   install -Dm644 "$srcdir/supervisor.logrotate" 
"$pkgdir/etc/logrotate.d/supervisor"
-   install -Dm644 "$srcdir/supervisord.service" 
"$pkgdir/usr/lib/systemd/system/supervisord.service"
-   install -d "$pkgdir/usr/share/licenses/$pkgname"
-   install -d "$pkgdir/var/log/$pkgname"
-   install -d "$pkgdir/etc/supervisor.d"
-   mv LICENSES.txt COPYRIGHT.txt "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: supervisor/repos/community-any/PKGBUILD (from rev 452037, 
supervisor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 17:50:49 UTC (rev 452038)
@@ -0,0 +1,37 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Daniele Paolella 
+
+pkgname=supervisor
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="A system for controlling process state under UNIX"
+arch=('any')
+url="http://supervisord.org";
+license=('custom')
+depends=('python-meld3' 'python-setuptools')
+backup=('etc/supervisord.conf')
+source=("https://files.pythonhosted.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.gz";
+'supervisord.service'
+'supervisor.logrotate'
+'supervisord.conf')
+sha256sums=('5604457da4fb89d850e78c128205fe4938c9277f87301885b33c94c60361e575'
+'111f632081633dafae18ff069001e9ea78e9a24669ed75efc196f8d83d92f993'
+'7347d79c8b7f5cc59d5ffa31e4df64f92e89dee0dc84bdb3bdfcba212de93f4b'
+'ea2d6d2806b879e6c223e192d770ceb391c0c32e5970234e72fc6111536db526')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install -O1 --skip-build --prefix=/usr --root="$pkgdir"
+   install -Dm600 "$srcdir/supervisord.conf" "$pkgdir/etc/supervisord.conf"
+   install -Dm644 "$srcdir/supervisor.logrotate" 
"$pkgdir/etc/logrotate.d/supervisor"
+   install -Dm644 "$srcdir/supervisord.service" 
"$pkgdir/usr/lib/systemd/system/supervisord.service"
+   install -d "$pkgdir/usr/share/licenses/$pkgname"
+   install -d "$pkgdir/var/log/$pkgname"
+   install -d "$pkgdir/etc/supervisor.d"
+   mv LICENSES.txt COPYRIGHT.txt "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: supervisor.logrotate
===
--- supervisor.logrotate2019-04-19 17:50

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

2019-04-19 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 19, 2019 @ 17:50:35
  Author: mtorromeo
Revision: 452037

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 17:50:07 UTC (rev 452036)
+++ PKGBUILD2019-04-19 17:50:35 UTC (rev 452037)
@@ -1,26 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Daniele Paolella 
-
-pkgname=python2-meld3
-_libname=meld3
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="An HTML/XML templating engine"
-arch=('any')
-url="https://github.com/supervisor/meld3";
-license=('Repoze')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-sha256sums=('f7b754a0fde7a4429b2ebe49409db240b5699385a572501bb0d5627d299f9558')
-
-build() {
-cd "$srcdir"/meld3-$pkgver
-python2 setup.py build
-}
-
-package() {
-cd "$srcdir"/meld3-$pkgver
-python2 setup.py install -O1 --skip-build --prefix=/usr --root="$pkgdir"
-install -m0644 -D LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-meld3/repos/community-any/PKGBUILD (from rev 452036, 
python-meld3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 17:50:35 UTC (rev 452037)
@@ -0,0 +1,26 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Daniele Paolella 
+
+pkgname=python-meld3
+_libname=meld3
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="An HTML/XML templating engine"
+arch=('any')
+url="https://github.com/supervisor/meld3";
+license=('Repoze')
+depends=('python')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+sha256sums=('f7b754a0fde7a4429b2ebe49409db240b5699385a572501bb0d5627d299f9558')
+
+build() {
+cd "$srcdir"/meld3-$pkgver
+python setup.py build
+}
+
+package() {
+cd "$srcdir"/meld3-$pkgver
+python setup.py install -O1 --skip-build --prefix=/usr --root="$pkgdir"
+install -m0644 -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-04-19 Thread Eli Schwartz via arch-commits
Date: Friday, April 19, 2019 @ 17:51:55
  Author: eschwartz
Revision: 452039

upgpkg: aarch64-linux-gnu-glibc 2.28-3

fix loader script installed as libc.so; it is easier to pretend everything is
being installed to $DESTDIR/usr/$_target

Modified:
  aarch64-linux-gnu-glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 17:50:49 UTC (rev 452038)
+++ PKGBUILD2019-04-19 17:51:55 UTC (rev 452039)
@@ -4,7 +4,7 @@
 _target=aarch64-linux-gnu
 pkgname=$_target-glibc
 pkgver=2.28
-pkgrel=2
+pkgrel=3
 _commit=be176490b818b65b5162c332eb6b581690b16e5c
 pkgdesc="GNU C Library ARM64 target"
 arch=(any)
@@ -24,10 +24,10 @@
 build() {
   cd glibc-build
 
-  echo "slibdir=/usr/${_target}/lib" >> configparms
-  echo "rtlddir=/usr/lib" >> configparms
-  echo "sbindir=/usr/bin" >> configparms
-  echo "rootsbindir=/usr/bin" >> configparms
+  echo "slibdir=/lib" >> configparms
+  echo "rtlddir=/lib" >> configparms
+  echo "sbindir=/bin" >> configparms
+  echo "rootsbindir=/bin" >> configparms
 
   # remove hardening options for building libraries
   export CFLAGS="-U_FORTIFY_SOURCE -mlittle-endian -O2"
@@ -45,9 +45,9 @@
   --target=$_target \
   --host=$_target \
   --build=$CHOST \
-  --includedir=/usr/${_target}/include \
-  --libdir=/usr/${_target}/lib \
-  --libexecdir=/usr/${_target}/lib \
+  --includedir=/include \
+  --libdir=/lib \
+  --libexecdir=/lib \
   --with-headers=/usr/$_target/include \
   --with-bugurl=https://bugs.archlinux.org/ \
   --enable-add-ons \
@@ -67,7 +67,7 @@
 package() {
   cd glibc-build
 
-  make install_root="$pkgdir" install
+  make install_root="$pkgdir"/usr/$_target install
 
-  rm -r "$pkgdir"/{etc,usr/share,var}
+  rm -r "$pkgdir"/usr/$_target/{etc,usr/share,var}
 }


[arch-commits] Commit in aarch64-linux-gnu-glibc/repos/community-any (2 files)

2019-04-19 Thread Eli Schwartz via arch-commits
Date: Friday, April 19, 2019 @ 17:52:24
  Author: eschwartz
Revision: 452040

archrelease: copy trunk to community-any

Added:
  aarch64-linux-gnu-glibc/repos/community-any/PKGBUILD
(from rev 452039, aarch64-linux-gnu-glibc/trunk/PKGBUILD)
Deleted:
  aarch64-linux-gnu-glibc/repos/community-any/PKGBUILD

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 17:51:55 UTC (rev 452039)
+++ PKGBUILD2019-04-19 17:52:24 UTC (rev 452040)
@@ -1,73 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Maintainer: Eli Schwartz 
-
-_target=aarch64-linux-gnu
-pkgname=$_target-glibc
-pkgver=2.28
-pkgrel=2
-_commit=be176490b818b65b5162c332eb6b581690b16e5c
-pkgdesc="GNU C Library ARM64 target"
-arch=(any)
-url='https://www.gnu.org/software/libc/'
-license=('GPL' 'LGPL')
-depends=($_target-gcc $_target-linux-api-headers)
-options=(!buildflags !strip staticlibs)
-source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
-sha1sums=('ccb5dc9e51a9884df8488f86982439d47b283b2a'
-  'SKIP')
-validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8)  # "Carlos O'Donell 
"
-
-prepare() {
-  mkdir -p glibc-build
-}
-
-build() {
-  cd glibc-build
-
-  echo "slibdir=/usr/${_target}/lib" >> configparms
-  echo "rtlddir=/usr/lib" >> configparms
-  echo "sbindir=/usr/bin" >> configparms
-  echo "rootsbindir=/usr/bin" >> configparms
-
-  # remove hardening options for building libraries
-  export CFLAGS="-U_FORTIFY_SOURCE -mlittle-endian -O2"
-  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
-  unset LD_LIBRARY_PATH
-
-  export BUILD_CC=gcc
-  export CC=${_target}-gcc
-  export CXX=${_target}-g++
-  export AR=${_target}-ar
-  export RANLIB=${_target}-ranlib
-
-  ../glibc-$pkgver/configure \
-  --prefix=/usr \
-  --target=$_target \
-  --host=$_target \
-  --build=$CHOST \
-  --includedir=/usr/${_target}/include \
-  --libdir=/usr/${_target}/lib \
-  --libexecdir=/usr/${_target}/lib \
-  --with-headers=/usr/$_target/include \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-add-ons \
-  --enable-obsolete-rpc \
-  --enable-kernel=2.6.32 \
-  --enable-bind-now \
-  --disable-profile \
-  --enable-stackguard-randomization \
-  --enable-lock-elision \
-  --enable-multi-arch \
-  --disable-werror
-
-  echo "build-programs=no" >> configparms
-  make
-}
-
-package() {
-  cd glibc-build
-
-  make install_root="$pkgdir" install
-
-  rm -r "$pkgdir"/{etc,usr/share,var}
-}

Copied: aarch64-linux-gnu-glibc/repos/community-any/PKGBUILD (from rev 452039, 
aarch64-linux-gnu-glibc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 17:52:24 UTC (rev 452040)
@@ -0,0 +1,73 @@
+# Maintainer: Anatol Pomozov
+# Maintainer: Eli Schwartz 
+
+_target=aarch64-linux-gnu
+pkgname=$_target-glibc
+pkgver=2.28
+pkgrel=3
+_commit=be176490b818b65b5162c332eb6b581690b16e5c
+pkgdesc="GNU C Library ARM64 target"
+arch=(any)
+url='https://www.gnu.org/software/libc/'
+license=('GPL' 'LGPL')
+depends=($_target-gcc $_target-linux-api-headers)
+options=(!buildflags !strip staticlibs)
+source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
+sha1sums=('ccb5dc9e51a9884df8488f86982439d47b283b2a'
+  'SKIP')
+validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8)  # "Carlos O'Donell 
"
+
+prepare() {
+  mkdir -p glibc-build
+}
+
+build() {
+  cd glibc-build
+
+  echo "slibdir=/lib" >> configparms
+  echo "rtlddir=/lib" >> configparms
+  echo "sbindir=/bin" >> configparms
+  echo "rootsbindir=/bin" >> configparms
+
+  # remove hardening options for building libraries
+  export CFLAGS="-U_FORTIFY_SOURCE -mlittle-endian -O2"
+  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
+  unset LD_LIBRARY_PATH
+
+  export BUILD_CC=gcc
+  export CC=${_target}-gcc
+  export CXX=${_target}-g++
+  export AR=${_target}-ar
+  export RANLIB=${_target}-ranlib
+
+  ../glibc-$pkgver/configure \
+  --prefix=/usr \
+  --target=$_target \
+  --host=$_target \
+  --build=$CHOST \
+  --includedir=/include \
+  --libdir=/lib \
+  --libexecdir=/lib \
+  --with-headers=/usr/$_target/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-add-ons \
+  --enable-obsolete-rpc \
+  --enable-kernel=2.6.32 \
+  --enable-bind-now \
+  --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --enable-multi-arch \
+  --disable-werror
+
+  echo "build-programs=no" >> configparms
+  make
+}
+
+package() {
+  cd glibc-build
+
+  make install_root="$pkgdir"/usr/$_target install
+
+  rm -r "$pkgdir"/usr/$_target/{etc,usr/share,var}
+}


[arch-commits] Commit in nginx-mod-njs/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-19 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 19, 2019 @ 18:00:48
  Author: mtorromeo
Revision: 452042

archrelease: copy trunk to community-x86_64

Added:
  nginx-mod-njs/repos/community-x86_64/PKGBUILD
(from rev 452041, nginx-mod-njs/trunk/PKGBUILD)
Deleted:
  nginx-mod-njs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 18:00:41 UTC (rev 452041)
+++ PKGBUILD2019-04-19 18:00:48 UTC (rev 452042)
@@ -1,39 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-njs
-pkgver=0.3.0 # https://hg.nginx.org/njs/tags
-pkgrel=1
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.14.2
-
-pkgdesc='nginScript module for nginx'
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://nginx.org/en/docs/njs_about.html";
-license=('CUSTOM')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797'
-'SKIP'
-'39cb7d3682cbbe343c7048a01f1e857e1db7e7b396c672e3b7b2743454ef7af5')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx
-   make modules
-}
-
-package() {
-   install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
-  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-}

Copied: nginx-mod-njs/repos/community-x86_64/PKGBUILD (from rev 452041, 
nginx-mod-njs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 18:00:48 UTC (rev 452042)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-njs
+pkgver=0.3.1 # https://hg.nginx.org/njs/tags
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.14.2
+
+pkgdesc='nginScript module for nginx'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://nginx.org/en/docs/njs_about.html";
+license=('CUSTOM')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797'
+'SKIP'
+'ea08596e8442b368be1c31b1bd84f6da3116ea5dd0a3c48b27f15a7ba25dc58a')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx
+   make modules
+}
+
+package() {
+   install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
+  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}


[arch-commits] Commit in nginx-mod-njs/trunk (PKGBUILD)

2019-04-19 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 19, 2019 @ 18:00:41
  Author: mtorromeo
Revision: 452041

upgpkg: nginx-mod-njs 0.3.1-1

Modified:
  nginx-mod-njs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 17:52:24 UTC (rev 452040)
+++ PKGBUILD2019-04-19 18:00:41 UTC (rev 452041)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nginx-mod-njs
-pkgver=0.3.0 # https://hg.nginx.org/njs/tags
+pkgver=0.3.1 # https://hg.nginx.org/njs/tags
 pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
@@ -20,7 +20,7 @@
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

 sha256sums=('002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797'
 'SKIP'
-'39cb7d3682cbbe343c7048a01f1e857e1db7e7b396c672e3b7b2743454ef7af5')
+'ea08596e8442b368be1c31b1bd84f6da3116ea5dd0a3c48b27f15a7ba25dc58a')
 
 build() {
cd "$srcdir"/nginx-$_nginxver


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 18:23:23
  Author: heftig
Revision: 350899

2.1.0-1

Modified:
  libcdio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 03:02:00 UTC (rev 350898)
+++ PKGBUILD2019-04-19 18:23:23 UTC (rev 350899)
@@ -2,7 +2,7 @@
 # Contributor: damir 
 
 pkgname=libcdio
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="GNU Compact Disc Input and Control Library"
 url="https://www.gnu.org/software/libcdio/";
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(libcddb ncurses gcc-libs)
 source=(https://ftp.gnu.org/gnu/libcdio/$pkgname-$pkgver.tar.bz2{,.sig})
-sha256sums=('cd0da052a0e149e2526c41c5ac37b4865deb5c1cffe6faed18850154dbbd284b'
+sha256sums=('8550e9589dbd594bfac93b81ecf129b1dc9d0d51e90f9696f1b2f9b2af32712b'
 'SKIP')
 validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein
 


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

2019-04-19 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 19, 2019 @ 18:26:56
  Author: svenstaro
Revision: 452043

upgpkg: log4cplus 2.0.4-1

Modified:
  log4cplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 18:00:48 UTC (rev 452042)
+++ PKGBUILD2019-04-19 18:26:56 UTC (rev 452043)
@@ -3,8 +3,7 @@
 # Contributor: Andreas Baumann 
 
 pkgname=log4cplus
-_origver=2.0.3
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc="A C++ logger very close to Java's log4j"
 arch=('x86_64')
@@ -11,11 +10,11 @@
 url="http://log4cplus.sourceforge.net/";
 license=('GPL')
 depends=('gcc-libs')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_origver}.tar.xz";)
-sha512sums=('94e890f61c752025bed33eca1c4be0ab3d0d8d2779e291c94b2868f36547a2573dda809beb57933c7184b413c371bd18dda8dd7a2ee339754c20c6456514d5c4')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
+sha512sums=('4bb5a5475b8cae599d24f99f71beaadfdba19ce7d20ac0a4c43ed5b2634aebfd503b253bfc53df912b0bf5b6d8aad8f1f488436ea9bccecdd048ca0bcf2ce9d4')
 
 build() {
-  cd ${srcdir}/${pkgname}-${_origver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure \
 --prefix=/usr \
@@ -25,7 +24,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${_origver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   make install DESTDIR=$pkgdir
 }


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

2019-04-19 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 19, 2019 @ 18:27:09
  Author: svenstaro
Revision: 452044

archrelease: copy trunk to community-x86_64

Added:
  log4cplus/repos/community-x86_64/PKGBUILD
(from rev 452043, log4cplus/trunk/PKGBUILD)
Deleted:
  log4cplus/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 18:26:56 UTC (rev 452043)
+++ PKGBUILD2019-04-19 18:27:09 UTC (rev 452044)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexey Galakhov 
-# Contributor: Andreas Baumann 
-
-pkgname=log4cplus
-_origver=2.0.3
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="A C++ logger very close to Java's log4j"
-arch=('x86_64')
-url="http://log4cplus.sourceforge.net/";
-license=('GPL')
-depends=('gcc-libs')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_origver}.tar.xz";)
-sha512sums=('94e890f61c752025bed33eca1c4be0ab3d0d8d2779e291c94b2868f36547a2573dda809beb57933c7184b413c371bd18dda8dd7a2ee339754c20c6456514d5c4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_origver}
-
-  ./configure \
---prefix=/usr \
---with-working-locale
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_origver}
-
-  make install DESTDIR=$pkgdir
-}

Copied: log4cplus/repos/community-x86_64/PKGBUILD (from rev 452043, 
log4cplus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 18:27:09 UTC (rev 452044)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexey Galakhov 
+# Contributor: Andreas Baumann 
+
+pkgname=log4cplus
+pkgver=2.0.4
+pkgrel=1
+pkgdesc="A C++ logger very close to Java's log4j"
+arch=('x86_64')
+url="http://log4cplus.sourceforge.net/";
+license=('GPL')
+depends=('gcc-libs')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
+sha512sums=('4bb5a5475b8cae599d24f99f71beaadfdba19ce7d20ac0a4c43ed5b2634aebfd503b253bfc53df912b0bf5b6d8aad8f1f488436ea9bccecdd048ca0bcf2ce9d4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--with-working-locale
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make install DESTDIR=$pkgdir
+}


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 18:39:14
  Author: heftig
Revision: 350900

archrelease: copy trunk to extra-x86_64

Added:
  libcdio/repos/extra-x86_64/PKGBUILD
(from rev 350899, libcdio/trunk/PKGBUILD)
Deleted:
  libcdio/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 18:23:23 UTC (rev 350899)
+++ PKGBUILD2019-04-19 18:39:14 UTC (rev 350900)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: damir 
-
-pkgname=libcdio
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="GNU Compact Disc Input and Control Library"
-url="https://www.gnu.org/software/libcdio/";
-arch=(x86_64)
-license=(GPL3)
-depends=(libcddb ncurses gcc-libs)
-source=(https://ftp.gnu.org/gnu/libcdio/$pkgname-$pkgver.tar.bz2{,.sig})
-sha256sums=('cd0da052a0e149e2526c41c5ac37b4865deb5c1cffe6faed18850154dbbd284b'
-'SKIP')
-validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-vcd-info --enable-cpp-progs 
--disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -C test check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e "/define CDIO_LIBCDIO_SOURCE_PATH/s|.*|/* #undef 
CDIO_LIBCDIO_SOURCE_PATH */|" \
-  -i "$pkgdir/usr/include/cdio/cdio_config.h"
-}

Copied: libcdio/repos/extra-x86_64/PKGBUILD (from rev 350899, 
libcdio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 18:39:14 UTC (rev 350900)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: damir 
+
+pkgname=libcdio
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="GNU Compact Disc Input and Control Library"
+url="https://www.gnu.org/software/libcdio/";
+arch=(x86_64)
+license=(GPL3)
+depends=(libcddb ncurses gcc-libs)
+source=(https://ftp.gnu.org/gnu/libcdio/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('8550e9589dbd594bfac93b81ecf129b1dc9d0d51e90f9696f1b2f9b2af32712b'
+'SKIP')
+validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-vcd-info --enable-cpp-progs 
--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -C test check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  sed -e "/define CDIO_LIBCDIO_SOURCE_PATH/s|.*|/* #undef 
CDIO_LIBCDIO_SOURCE_PATH */|" \
+  -i "$pkgdir/usr/include/cdio/cdio_config.h"
+}


[arch-commits] Commit in meson/repos/extra-any (6 files)

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 18:52:07
  Author: heftig
Revision: 350902

archrelease: copy trunk to extra-any

Added:
  
meson/repos/extra-any/0001-Fix-failing-85-gtest-dependency-with-version-test-to.patch
(from rev 350901, 
meson/trunk/0001-Fix-failing-85-gtest-dependency-with-version-test-to.patch)
  meson/repos/extra-any/PKGBUILD
(from rev 350901, meson/trunk/PKGBUILD)
  meson/repos/extra-any/arch-meson
(from rev 350901, meson/trunk/arch-meson)
Deleted:
  meson/repos/extra-any/4878.patch
  meson/repos/extra-any/PKGBUILD
  meson/repos/extra-any/arch-meson

-+
 0001-Fix-failing-85-gtest-dependency-with-version-test-to.patch |   26 ++
 4878.patch  |   26 --
 PKGBUILD|  130 
--
 arch-meson  |   26 +-
 4 files changed, 103 insertions(+), 105 deletions(-)

Copied: 
meson/repos/extra-any/0001-Fix-failing-85-gtest-dependency-with-version-test-to.patch
 (from rev 350901, 
meson/trunk/0001-Fix-failing-85-gtest-dependency-with-version-test-to.patch)
===
--- 0001-Fix-failing-85-gtest-dependency-with-version-test-to.patch 
(rev 0)
+++ 0001-Fix-failing-85-gtest-dependency-with-version-test-to.patch 
2019-04-19 18:52:07 UTC (rev 350902)
@@ -0,0 +1,26 @@
+From ff477d2b3f5ddc582140e6d357e52f1cb1da74ce Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: Jon Turney 
+Date: Sat, 30 Mar 2019 18:35:00 +
+Subject: [PATCH] Fix 'failing/85 gtest dependency with version' test to fail
+ on Arch
+
+If gtest is patched to have a pkg-config file, that will report the
+version, so force the 'system' method to be used when we are exercising
+that an unknown version doesn't satisfy any version constraint.
+---
+ test cases/failing/85 gtest dependency with version/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/test cases/failing/85 gtest dependency with version/meson.build 
b/test cases/failing/85 gtest dependency with version/meson.build
+index 5115f279..3d909942 100644
+--- a/test cases/failing/85 gtest dependency with version/meson.build  
 b/test cases/failing/85 gtest dependency with version/meson.build  
+@@ -1,3 +1,3 @@
+ project('gtest dependency with version', ['c', 'cpp'])
+ # discovering gtest version is not yet implemented
+-dep = dependency('gtest', version: '>0')
++dep = dependency('gtest', method: 'system', version: '>0')
+-- 
+2.21.0
+

Deleted: 4878.patch
===
--- 4878.patch  2019-04-19 18:51:58 UTC (rev 350901)
+++ 4878.patch  2019-04-19 18:52:07 UTC (rev 350902)
@@ -1,26 +0,0 @@
-From c5544aea8d8480262b9792ac85b8e61d1fb08f74 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Corentin=20No=C3=ABl?= 
-Date: Mon, 4 Feb 2019 13:49:01 +0100
-Subject: [PATCH] vala: Support position-independent executables
-

- mesonbuild/compilers/vala.py | 6 ++
- 1 file changed, 6 insertions(+)
-
-diff --git a/mesonbuild/compilers/vala.py b/mesonbuild/compilers/vala.py
-index e64d57f366..5303298a62 100644
 a/mesonbuild/compilers/vala.py
-+++ b/mesonbuild/compilers/vala.py
-@@ -49,6 +49,12 @@ def get_compile_only_args(self):
- def get_pic_args(self):
- return []
- 
-+def get_pie_args(self):
-+return []
-+
-+def get_pie_link_args(self):
-+return []
-+
- def get_always_args(self):
- return ['-C']
- 

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 18:51:58 UTC (rev 350901)
+++ PKGBUILD2019-04-19 18:52:07 UTC (rev 350902)
@@ -1,66 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-
-pkgname=meson
-pkgver=0.49.2
-pkgrel=2
-pkgdesc='High productivity build system'
-url='https://mesonbuild.com/'
-arch=('any')
-license=('Apache')
-depends=('python-setuptools' 'ninja')
-checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt4' 
'qt5-base' 'git' 'cython'
-  'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 'python-gobject' 
'gobject-introspection'
-  'itstool' 'gtk3' 'java-environment=8' 'gtk-doc' 'llvm' 'clang' 
'sdl2' 'graphviz'
-  'doxygen' 'vulkan-validation-layers' 'openssh' 'mercurial' 
'gtk-sharp-2' 'qt5-tools'
-  'libwmf' 'dmd' 'valgrind')
-source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
-4878.patch
-arch-meson)
-sha512sums=('d07a5dfd699f1e4b00af39c377ec186c91718d9595cb0ab506b4b40c0c63ddd14eccbe8afb446635272c431e2a78032888be0bc8f6064044da53e8c0b5f7be3f'
-'SKIP'
-
'ff1326c7b56da98eab615b40e07cba86d6ceee18d29e8b5c57ccf73980a7a466c8e5695cc0b96a36330cd0d51e52b8fed08456eb

[arch-commits] Commit in meson/trunk (3 files)

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 18:51:58
  Author: heftig
Revision: 350901

0.50.1-1

Added:
  meson/trunk/0001-Fix-failing-85-gtest-dependency-with-version-test-to.patch
Modified:
  meson/trunk/PKGBUILD
Deleted:
  meson/trunk/4878.patch

-+
 0001-Fix-failing-85-gtest-dependency-with-version-test-to.patch |   26 
++
 4878.patch  |   26 
--
 PKGBUILD|   22 +++-
 3 files changed, 36 insertions(+), 38 deletions(-)

Added: 0001-Fix-failing-85-gtest-dependency-with-version-test-to.patch
===
--- 0001-Fix-failing-85-gtest-dependency-with-version-test-to.patch 
(rev 0)
+++ 0001-Fix-failing-85-gtest-dependency-with-version-test-to.patch 
2019-04-19 18:51:58 UTC (rev 350901)
@@ -0,0 +1,26 @@
+From ff477d2b3f5ddc582140e6d357e52f1cb1da74ce Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: Jon Turney 
+Date: Sat, 30 Mar 2019 18:35:00 +
+Subject: [PATCH] Fix 'failing/85 gtest dependency with version' test to fail
+ on Arch
+
+If gtest is patched to have a pkg-config file, that will report the
+version, so force the 'system' method to be used when we are exercising
+that an unknown version doesn't satisfy any version constraint.
+---
+ test cases/failing/85 gtest dependency with version/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/test cases/failing/85 gtest dependency with version/meson.build 
b/test cases/failing/85 gtest dependency with version/meson.build
+index 5115f279..3d909942 100644
+--- a/test cases/failing/85 gtest dependency with version/meson.build  
 b/test cases/failing/85 gtest dependency with version/meson.build  
+@@ -1,3 +1,3 @@
+ project('gtest dependency with version', ['c', 'cpp'])
+ # discovering gtest version is not yet implemented
+-dep = dependency('gtest', version: '>0')
++dep = dependency('gtest', method: 'system', version: '>0')
+-- 
+2.21.0
+

Deleted: 4878.patch
===
--- 4878.patch  2019-04-19 18:39:14 UTC (rev 350900)
+++ 4878.patch  2019-04-19 18:51:58 UTC (rev 350901)
@@ -1,26 +0,0 @@
-From c5544aea8d8480262b9792ac85b8e61d1fb08f74 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Corentin=20No=C3=ABl?= 
-Date: Mon, 4 Feb 2019 13:49:01 +0100
-Subject: [PATCH] vala: Support position-independent executables
-

- mesonbuild/compilers/vala.py | 6 ++
- 1 file changed, 6 insertions(+)
-
-diff --git a/mesonbuild/compilers/vala.py b/mesonbuild/compilers/vala.py
-index e64d57f366..5303298a62 100644
 a/mesonbuild/compilers/vala.py
-+++ b/mesonbuild/compilers/vala.py
-@@ -49,6 +49,12 @@ def get_compile_only_args(self):
- def get_pic_args(self):
- return []
- 
-+def get_pie_args(self):
-+return []
-+
-+def get_pie_link_args(self):
-+return []
-+
- def get_always_args(self):
- return ['-C']
- 

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 18:39:14 UTC (rev 350900)
+++ PKGBUILD2019-04-19 18:51:58 UTC (rev 350901)
@@ -3,8 +3,8 @@
 # Contributor: Anatol Pomozov 
 
 pkgname=meson
-pkgver=0.49.2
-pkgrel=2
+pkgver=0.50.1
+pkgrel=1
 pkgdesc='High productivity build system'
 url='https://mesonbuild.com/'
 arch=('any')
@@ -14,13 +14,14 @@
   'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 'python-gobject' 
'gobject-introspection'
   'itstool' 'gtk3' 'java-environment=8' 'gtk-doc' 'llvm' 'clang' 
'sdl2' 'graphviz'
   'doxygen' 'vulkan-validation-layers' 'openssh' 'mercurial' 
'gtk-sharp-2' 'qt5-tools'
-  'libwmf' 'dmd' 'valgrind')
+  'libwmf' 'dmd' 'valgrind' 'cmake' 'netcdf-fortran' 'openmpi' 
'cuda' 'ldc' 'nasm'
+  'gnustep-base' 'libelf')
 
source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
-4878.patch
+0001-Fix-failing-85-gtest-dependency-with-version-test-to.patch
 arch-meson)
-sha512sums=('d07a5dfd699f1e4b00af39c377ec186c91718d9595cb0ab506b4b40c0c63ddd14eccbe8afb446635272c431e2a78032888be0bc8f6064044da53e8c0b5f7be3f'
+sha512sums=('1e3dda7684e999b408a34b4b594f0b7d22494328dc0e98ec794625f16d821f2ef96303ffc761a52249e3919b52befe9fc02577dbd52e50f4b16e6c0f79ba2fca'
 'SKIP'
-
'ff1326c7b56da98eab615b40e07cba86d6ceee18d29e8b5c57ccf73980a7a466c8e5695cc0b96a36330cd0d51e52b8fed08456ebea6763edb736ae7116be2f4b'
+
'41e305af419076077d3e47e57c9aa3757bf4936cb5533976fc7b06e3c09c3750f355290b14d47f37b6c7b3a403f6d0ddbf67203092441b485481a9adb7ea671e'
 
'f451f8a7ef9cf1dd724c2ce20bb85a3f1611b87b2e7a17ef0fdbe8ab82a67389f818ea30a5adfe8413143e4eac77ea2e0b8234b5b2466b41a892e2bd0435376c')
 validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693B

[arch-commits] Commit in openvas-cli/repos (community-x86_64)

2019-04-19 Thread Christian Rebischke via arch-commits
Date: Friday, April 19, 2019 @ 18:54:29
  Author: shibumi
Revision: 452045

db-remove: openvas-cli removed by shibumi

Deleted:
  openvas-cli/repos/community-x86_64/


[arch-commits] Commit in (4 files)

2019-04-19 Thread Christian Rebischke via arch-commits
Date: Friday, April 19, 2019 @ 20:15:07
  Author: shibumi
Revision: 452046

added gvm-libs for openvas-libraries renaming

Added:
  gvm-libs/
  gvm-libs/repos/
  gvm-libs/trunk/
  gvm-libs/trunk/PKGBUILD

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

Added: gvm-libs/trunk/PKGBUILD
===
--- gvm-libs/trunk/PKGBUILD (rev 0)
+++ gvm-libs/trunk/PKGBUILD 2019-04-19 20:15:07 UTC (rev 452046)
@@ -0,0 +1,35 @@
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
+pkgname=gvm-libs
+pkgver=10.0.0
+pkgrel=1
+pkgdesc='greenbone-vulnerability-manager libraries'
+arch=('x86_64')
+url="https://github.com/greenbone/gvm-libs";
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
+makedepends=('cmake' 'doxygen')
+groups=('greenbone-vulnerability-manager')
+source=("https://github.com/greenbone/gvm-libs/releases/download/v${pkgver}/gvm-libs-${pgkver}.tar.gz.sig";
+
"${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gvm-libs/archive/v${pkgver}.tar.gz";)
+sha512sums=('bca213309e06a39d2dcd790cacb01f2a71471622887424e41cc025a2bc25feb6a9b2c1d904f739df6fd87d8ec7af5171b31d1f5d08411c5143e4be1e6723397a'
+'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+replaces=('openvas-libraries')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  LDFLAGS+=" -Wl,--no-as-needed"
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  rmdir "${pkgdir}/var/run"
+}


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:24:41
  Author: heftig
Revision: 350904

archrelease: copy trunk to extra-x86_64

Added:
  libcdio-paranoia/repos/extra-x86_64/PKGBUILD
(from rev 350903, libcdio-paranoia/trunk/PKGBUILD)
Deleted:
  libcdio-paranoia/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:24:06 UTC (rev 350903)
+++ PKGBUILD2019-04-19 20:24:41 UTC (rev 350904)
@@ -1,26 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: damir 
-
-pkgname=libcdio-paranoia
-pkgver=10.2+2.0.0
-pkgrel=1
-pkgdesc="CD paranoia libraries from libcdio"
-arch=('x86_64')
-license=('GPL' 'LGPL')
-url="https://www.gnu.org/software/libcdio/";
-depends=('libcdio')
-source=(https://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('4565c18caf401083c53733e6d2847b6671ba824cff1c7792b9039693d34713c1'
-'SKIP')
-validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein 

-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-cpp-progs --disable-static 
--disable-example-progs
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: libcdio-paranoia/repos/extra-x86_64/PKGBUILD (from rev 350903, 
libcdio-paranoia/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 20:24:41 UTC (rev 350904)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot 
+# Contributor: damir 
+
+pkgname=libcdio-paranoia
+pkgver=10.2+2.0.0
+pkgrel=2
+pkgdesc="CD paranoia libraries from libcdio"
+arch=('x86_64')
+license=('GPL' 'LGPL')
+url="https://www.gnu.org/software/libcdio/";
+depends=('libcdio')
+source=(https://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('4565c18caf401083c53733e6d2847b6671ba824cff1c7792b9039693d34713c1'
+'SKIP')
+validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein 

+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-cpp-progs --disable-static 
--disable-example-progs
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make -j1 DESTDIR="${pkgdir}" install
+}


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:24:06
  Author: heftig
Revision: 350903

10.2+2.0.0-2

Modified:
  libcdio-paranoia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 18:52:07 UTC (rev 350902)
+++ PKGBUILD2019-04-19 20:24:06 UTC (rev 350903)
@@ -3,7 +3,7 @@
 
 pkgname=libcdio-paranoia
 pkgver=10.2+2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="CD paranoia libraries from libcdio"
 arch=('x86_64')
 license=('GPL' 'LGPL')


[arch-commits] Commit in gst-plugins-ugly/trunk (PKGBUILD)

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:26:55
  Author: heftig
Revision: 350905

1.14.4-3

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:24:41 UTC (rev 350904)
+++ PKGBUILD2019-04-19 20:26:55 UTC (rev 350905)
@@ -3,7 +3,7 @@
 
 pkgname=gst-plugins-ugly
 pkgver=1.14.4
-pkgrel=2
+pkgrel=3
 pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
 url="https://gstreamer.freedesktop.org/";
 arch=(x86_64)


[arch-commits] Commit in gst-plugins-ugly/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:27:07
  Author: heftig
Revision: 350906

archrelease: copy trunk to extra-x86_64

Added:
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD
(from rev 350905, gst-plugins-ugly/trunk/PKGBUILD)
Deleted:
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:26:55 UTC (rev 350905)
+++ PKGBUILD2019-04-19 20:27:07 UTC (rev 350906)
@@ -1,59 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-ugly
-pkgver=1.14.4
-pkgrel=2
-pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
-url="https://gstreamer.freedesktop.org/";
-arch=(x86_64)
-license=(LGPL)
-depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio
- x264 opencore-amr)
-makedepends=(python gtk-doc autoconf-archive git)
-_commit=e1bf2aa184f83ff9fd5b7850c460129100ac6d1a  # tags/1.14.4^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=$_commit";
-"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/"; \
---enable-experimental \
---enable-gtk-doc \
---disable-static
-  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
-}

Copied: gst-plugins-ugly/repos/extra-x86_64/PKGBUILD (from rev 350905, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 20:27:07 UTC (rev 350906)
@@ -0,0 +1,59 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-ugly
+pkgver=1.14.4
+pkgrel=3
+pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
+url="https://gstreamer.freedesktop.org/";
+arch=(x86_64)
+license=(LGPL)
+depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio
+ x264 opencore-amr)
+makedepends=(python gtk-doc autoconf-archive git)
+_commit=e1bf2aa184f83ff9fd5b7850c460129100ac6d1a  # tags/1.14.4^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=$_commit";
+"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/"; \
+--enable-experimental \
+--enable-gtk-doc \
+--disable-static
+  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
+}


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:28:39
  Author: heftig
Revision: 350909

2.0.1-2

Modified:
  vcdimager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:28:32 UTC (rev 350908)
+++ PKGBUILD2019-04-19 20:28:39 UTC (rev 350909)
@@ -4,7 +4,7 @@
 
 pkgname=vcdimager
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A full-featured mastering suite for authoring disassembling and 
analyzing Video CD's and Super Video CD's"
 arch=('x86_64')
 url="http://www.vcdimager.org/";


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:28:18
  Author: heftig
Revision: 350907

1.40.1-2

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:27:07 UTC (rev 350906)
+++ PKGBUILD2019-04-19 20:28:18 UTC (rev 350907)
@@ -4,7 +4,7 @@
 pkgbase=gvfs
 pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
 pkgver=1.40.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Virtual filesystem implementation for GIO"
 url="https://wiki.gnome.org/Projects/gvfs";
 arch=(x86_64)


[arch-commits] Commit in gvfs/repos/extra-x86_64 (6 files)

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:28:32
  Author: heftig
Revision: 350908

archrelease: copy trunk to extra-x86_64

Added:
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 350907, gvfs/trunk/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-nfs.install
(from rev 350907, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/extra-x86_64/gvfsd.hook
(from rev 350907, gvfs/trunk/gvfsd.hook)
Deleted:
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-nfs.install
  gvfs/repos/extra-x86_64/gvfsd.hook

--+
 PKGBUILD |  326 ++---
 gvfs-nfs.install |   14 +-
 gvfsd.hook   |   22 +--
 3 files changed, 181 insertions(+), 181 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:28:18 UTC (rev 350907)
+++ PKGBUILD2019-04-19 20:28:32 UTC (rev 350908)
@@ -1,163 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=gvfs
-pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.40.1
-pkgrel=1
-pkgdesc="Virtual filesystem implementation for GIO"
-url="https://wiki.gnome.org/Projects/gvfs";
-arch=(x86_64)
-license=(LGPL)
-depends=(avahi dconf fuse libarchive libcdio-paranoia libsoup udisks2 libsecret
- libbluray libgudev gcr psmisc)
-makedepends=(dbus libgphoto2 libimobiledevice smbclient docbook-xsl gtk3 libmtp
- gnome-online-accounts libnfs libgdata git gtk-doc python meson 
openssh)
-groups=(gnome)
-_commit=70ba9ff5851b36bcbcd8fbbc2290a50f5ffc4726  # tags/1.40.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gvfs.git#commit=$_commit";
-gvfsd.hook)
-sha256sums=('SKIP'
-'478b9cf7b4c242959fc640dbf0cd4935f16c59b81f5828a3af102d608d7a9d72')
-
-prepare() {
-  cd $pkgbase
-}
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgbase build -D man=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-_split() {
-  local name="$1" src dest
-  shift
-  for src do
-echo "$name: /usr/$src"
-dest="$srcdir/$name/$src"
-mkdir -p "${dest%/*}"
-mv -T "$src" "$dest"
-  done
-}
-
-package_gvfs() {
-  replaces=(gvfs-{obexftp,afp})
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-mtp: MTP device support'
-  'gvfs-goa: gnome-online-accounts (e.g. OwnCloud) support'
-  'gvfs-nfs: NFS support'
-  'gvfs-google: Google Drive support'
-  'gtk3: Recent files support')
-  options=(!emptydirs)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-
-  cd "$pkgdir/usr"
-
-  _split smb \
-lib/gvfsd-smb{,-browse} \
-share/GConf/gsettings/gvfs-smb.convert \
-share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml \
-share/gvfs/mounts/smb{,-browse}.mount
-
-  _split afc \
-lib/gvfs{-afc-volume-monitor,d-afc} \
-lib/systemd/user/gvfs-afc-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service \
-share/gvfs/mounts/afc.mount \
-share/gvfs/remote-volume-monitors/afc.monitor
-
-  _split gphoto2 \
-lib/gvfs{-gphoto2-volume-monitor,d-gphoto2} \
-lib/systemd/user/gvfs-gphoto2-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service \
-share/gvfs/mounts/gphoto2.mount \
-share/gvfs/remote-volume-monitors/gphoto2.monitor
-
-  _split mtp \
-lib/gvfs{-mtp-volume-monitor,d-mtp} \
-lib/systemd/user/gvfs-mtp-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service \
-share/gvfs/mounts/mtp.mount \
-share/gvfs/remote-volume-monitors/mtp.monitor
-
-  _split goa \
-lib/gvfs-goa-volume-monitor \
-lib/systemd/user/gvfs-goa-volume-monitor.service \
-share/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service \
-share/gvfs/remote-volume-monitors/goa.monitor
-
-  _split nfs \
-lib/gvfsd-nfs \
-share/gvfs/mounts/nfs.mount
-
-  _split google \
-lib/gvfsd-google \
-share/gvfs/mounts/google.mount
-}
-
-package_gvfs-smb() {
-  pkgdesc+=" (SMB/CIFS backend; Windows client)"
-  depends=("gvfs=$pkgver" smbclient)
-
-  mv "$srcdir/smb" "$pkgdir/usr"
-}
-
-package_gvfs-afc() {
-  pkgdesc+=" (AFC backend; Apple mobile devices)"
-  depends=("gvfs=$pkgver" libimobiledevice usbmuxd)
-
-  mv "$srcdir/afc" "$pkgdir/usr"
-}
-
-package_gvfs-gphoto2() {
-  pkgdesc+=" (gphoto2 backend; PTP camera, MTP media player)"
-  depends=("gvfs=$pkgver" libgphoto2)
-
-  mv "$srcdir/gphoto2" "$pkgdir/usr"
-}
-
-package_gvfs-mtp() {
-  pkgdesc+=" (MTP backend; Android, media player)"
-  depends=("gvfs=$pkgver" libmtp)
-
-  mv "$srcdir/mtp" "$pkgdir/usr"
-}
-
-p

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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:28:58
  Author: heftig
Revision: 350910

archrelease: copy trunk to extra-x86_64

Added:
  vcdimager/repos/extra-x86_64/PKGBUILD
(from rev 350909, vcdimager/trunk/PKGBUILD)
Deleted:
  vcdimager/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:28:39 UTC (rev 350909)
+++ PKGBUILD2019-04-19 20:28:58 UTC (rev 350910)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=vcdimager
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="A full-featured mastering suite for authoring disassembling and 
analyzing Video CD's and Super Video CD's"
-arch=('x86_64')
-url="http://www.vcdimager.org/";
-license=('GPL')
-depends=('libcdio' 'libxml2' 'popt')
-source=(ftp://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('67515fefb9829d054beae40f3e840309be60cda7d68753cafdd526727758f67a'
-'SKIP')
-validpgpkeys=(DAA63BC2582034A02B923D521A8DE5008275EC21) # R. Bernstein 

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

Copied: vcdimager/repos/extra-x86_64/PKGBUILD (from rev 350909, 
vcdimager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 20:28:58 UTC (rev 350910)
@@ -0,0 +1,27 @@
+# Maintainer:
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=vcdimager
+pkgver=2.0.1
+pkgrel=2
+pkgdesc="A full-featured mastering suite for authoring disassembling and 
analyzing Video CD's and Super Video CD's"
+arch=('x86_64')
+url="http://www.vcdimager.org/";
+license=('GPL')
+depends=('libcdio' 'libxml2' 'popt')
+source=(ftp://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('67515fefb9829d054beae40f3e840309be60cda7d68753cafdd526727758f67a'
+'SKIP')
+validpgpkeys=(DAA63BC2582034A02B923D521A8DE5008275EC21) # R. Bernstein 

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


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:31:48
  Author: heftig
Revision: 350912

1.2.9-9

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:31:35 UTC (rev 350911)
+++ PKGBUILD2019-04-19 20:31:48 UTC (rev 350912)
@@ -2,7 +2,7 @@
 
 pkgname=xine-lib
 pkgver=1.2.9
-pkgrel=8
+pkgrel=9
 pkgdesc="A multimedia playback engine"
 arch=('x86_64')
 url="http://www.xine-project.org";


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:31:35
  Author: heftig
Revision: 350911

3.10.1-3

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:28:58 UTC (rev 350910)
+++ PKGBUILD2019-04-19 20:31:35 UTC (rev 350911)
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=3.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugins for Audacious"
 arch=('x86_64')
 url="https://audacious-media-player.org/";


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:33:14
  Author: heftig
Revision: 350913

38125-5

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:31:48 UTC (rev 350912)
+++ PKGBUILD2019-04-19 20:33:14 UTC (rev 350913)
@@ -6,7 +6,7 @@
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
 pkgver=38125
-pkgrel=4
+pkgrel=5
 pkgdesc='Media player for Linux'
 url='http://www.mplayerhq.hu/'
 arch=('x86_64')


[arch-commits] Commit in mplayer/repos/extra-x86_64 (8 files)

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:33:29
  Author: heftig
Revision: 350915

archrelease: copy trunk to extra-x86_64

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

-+
 PKGBUILD|  228 +++---
 include-samba-4.0.patch |   24 ++--
 mplayer.desktop |   44 
 revert-icl-fixes.patch  |  132 +-
 4 files changed, 214 insertions(+), 214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:33:27 UTC (rev 350914)
+++ PKGBUILD2019-04-19 20:33:29 UTC (rev 350915)
@@ -1,114 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Hugo Doria 
-
-pkgbase=mplayer
-pkgname=('mplayer' 'mencoder')
-pkgver=38125
-pkgrel=4
-pkgdesc='Media player for Linux'
-url='http://www.mplayerhq.hu/'
-arch=('x86_64')
-license=('GPL')
-makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'libmng' 
'libxss'
- 'smbclient' 'aalib' 'jack' 'libcaca' 'faac' 'faad2' 'lirc' 'libxv'
- 'libxvmc' 'enca' 'libdca' 'a52dec' 'libvpx' 'unzip' 'mesa'
- 'live-media' 'yasm' 'git' 'mpg123' 'ladspa' 'libcdio' 'zlib'
- 'libcdio-paranoia' 'subversion' 'x264' 'libx264.so' 'rtmpdump'
- 'libdvdcss' 'libdvdread' 'libdvdnav' 'ffmpeg' 'giflib' 'libgif.so'
- 'libbs2b' 'fribidi' 'opus' 'libvorbis' 'libvorbis.so' 'gsm'
- 'libpulse' 'alsa-lib' 'glibc' 'libass' 'libass.so' 'libjpeg'
- 'libpng' 'libogg' 'libtheora' 'libbluray' 'libbluray.so'
- 'xvidcore' 'libxvidcore.so' 'ncurses' 'libncursesw.so'
- 'fontconfig' 'freetype2' 'libx11' 'libxext' 'libvdpau' 'libgl'
- 'lame' 'desktop-file-utils' 'ttf-font' 'openal' 'speex'
- 'libmpeg2')
-options=('!emptydirs')
-source=(${pkgbase}-${pkgver}::"svn://svn.mplayerhq.hu/mplayer/trunk#revision=${pkgver}"
-mplayer.desktop
-include-samba-4.0.patch
-revert-icl-fixes.patch)
-sha512sums=('SKIP'
-
'd3c5cbf0035279c6f307e4e225473d7b77f9b56566537a26aa694e68446b9e3240333296da627ad5af83b04cc8f476d1a3f8c05e4cf81cd6e77153feb4ed74bc'
-
'9debb8c58b996f6c716c22c86c720bf9dc49b4ee9b76c57519f791667ae1de2cc6f5add878fbf4ac02c6b6fd1865e1bcfa6105e75de4bf7ec596c338ed0cae99'
-
'0cae0b26d3d97fd4c962962c43a481de20335369cbca406cadfc9bda1a0608b32f5374e76c477cb9a85bda83a568a1ed17126df224ae61579d0a402c1824aea8')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  patch -p1 < "../include-samba-4.0.patch"
-  patch -p0 < "../revert-icl-fixes.patch"
-  # https://bugs.archlinux.org/task/62050
-  sed -E "s|(#include )|#include \n\1|g" -i 
stream/stream_smb.c
-  ./version.sh
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  export CFLAGS="${CFLAGS/-march=x86-64/}"
-  export CFLAGS="${CFLAGS/-mtune=generic/}"
-  export LDFLAGS="${LDFLAGS/,O1/}"
-  export LDFLAGS="${LDFLAGS/,--sort-common/}"
-  ./configure --prefix=/usr \
---enable-runtime-cpudetection \
---disable-gui \
---disable-arts \
---disable-liblzo \
---disable-libdv \
---disable-musepack \
---disable-esd \
---disable-mga \
---disable-ass-internal \
---disable-cdparanoia \
---disable-ffmpeg_a \
---enable-xvmc \
---enable-radio \
---enable-radio-capture \
---enable-smb \
---language=all \
---confdir=/etc/mplayer \
---extra-cflags="${CFLAGS} ${CPPFLAGS}" \
---extra-ldflags="${LDFLAGS}"
-  [[ "${CARCH}" = "i686" ]] && sed 's|-march=i486|-march=i686|g' -i config.mak
-  make
-}
-
-package_mplayer() {
-  pkgdesc='Media player for Linux'
-  backup=('etc/mplayer/codecs.conf'
-  'etc/mplayer/input.conf')
-  depends=('desktop-file-utils' 'ttf-font' 'enca' 'libxss' 'a52dec' 'libvpx'
-   'lirc' 'x264' 'libmng' 'libdca' 'aalib' 'libxinerama' 'smbclient'
-   'jack' 'libmad' 'libcaca' 'libxxf86dga' 'libxxf86vm' 'faac' 'faad2'
-   'libxv' 'libxvmc' 'mpg123' 'libx11' 'libcdio' 'libcdio-paranoia'
-   'rtmpdump' 'libdvdread' 'libdvdnav' 'ffmpeg' 'libbs2b' 'alsa-lib'
-   'giflib' 'libgif.so' 'glibc' 'libass' 'libass.so' 'zlib' 'libjpeg'
-   'libpng' 'libpulse' 'libogg' 'fribidi' 'libtheora' 'libvorbis'
-   'libvorbis.so' 'libbluray' 'libbluray.so' 'xvidcore'
-   'libxvidcore.so

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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:33:27
  Author: heftig
Revision: 350914

archrelease: copy trunk to extra-x86_64

Added:
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 350913, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:33:14 UTC (rev 350913)
+++ PKGBUILD2019-04-19 20:33:27 UTC (rev 350914)
@@ -1,70 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: William Rea 
-
-pkgname=audacious-plugins
-pkgver=3.10.1
-pkgrel=2
-pkgdesc="Plugins for Audacious"
-arch=('x86_64')
-url="https://audacious-media-player.org/";
-license=('BSD' 'GPL')
-
-makedepends=("audacious>=$pkgver"
- 'glib2' 'python' # for gdbus-codegen
- 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
- 'dbus-glib' 'libsamplerate' 'libnotify' 'lirc' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio-paranoia: CD Digital Audio input'
-'libsidplayfp: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'dbus-glib: Gnome Shortcuts Plugin'
-'libsamplerate: Speed and Pitch Plugin'
-'libnotify: libnotify OSD'
-'lirc: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('eec3177631f99729bf0e94223b627406cc648c70e6646e35613c7b55040a2642')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---enable-amidiplug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious-plugins/repos/extra-x86_64/PKGBUILD (from rev 350913, 
audacious-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 20:33:27 UTC (rev 350914)
@@ -0,0 +1,70 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.10.1
+pkgrel=3
+pkgdesc="Plugins for Audacious"
+arch=('x86_64')
+url="https://audacious-media-player.org/";
+license=('BSD' 'GPL')
+
+makedepends=("audacious>=$pkgver"
+ 'glib2' 'python' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libsamplerate' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'dbus-glib: Gnome Shortcuts Plugin'
+'libsamplerate: Speed and Pitch Plugin'
+'libnotify: libnotify OSD'
+'lirc: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+
+source=(https://distfi

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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:36:03
  Author: heftig
Revision: 350916

Reduce overlinking

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:33:29 UTC (rev 350915)
+++ PKGBUILD2019-04-19 20:36:03 UTC (rev 350916)
@@ -44,6 +44,7 @@
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--with-external-dvdnav \
 --disable-optimizations 
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:36:24
  Author: heftig
Revision: 452047

2.0.0-3

Modified:
  pycdio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:15:07 UTC (rev 452046)
+++ PKGBUILD2019-04-19 20:36:24 UTC (rev 452047)
@@ -4,7 +4,7 @@
 pkgbase=pycdio
 pkgname=(python-pycdio python2-pycdio)
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
 url="https://pypi.python.org/pypi/pycdio";
 arch=(x86_64)


[arch-commits] Commit in mpd/repos/extra-x86_64 (8 files)

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:36:47
  Author: heftig
Revision: 350919

archrelease: copy trunk to extra-x86_64

Added:
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 350917, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 350917, mpd/trunk/conf)
  mpd/repos/extra-x86_64/sysusers.d
(from rev 350917, mpd/trunk/sysusers.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 350917, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/sysusers.d
  mpd/repos/extra-x86_64/tmpfiles.d

+
 PKGBUILD   |  140 +--
 conf   |   12 ++---
 sysusers.d |4 -
 tmpfiles.d |6 +-
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:36:42 UTC (rev 350918)
+++ PKGBUILD2019-04-19 20:36:47 UTC (rev 350919)
@@ -1,70 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.21.7
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth'
-'icu' 'jack' 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad'
-'libmikmod' 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
-'libsamplerate' 'libshout' 'libsoxr' 'libvorbis' 'systemd-libs'
-'libupnp' 'mpg123' 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack'
-'wildmidi' 'yajl' 'zziplib')
-makedepends=('boost' 'meson' 'python-sphinx')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'sysusers.d'
-'conf')
-sha256sums=('512062bc529bee04d4ccfaa2c6e720afc85bb071e49850a096b5ed518b3b412c'
-'SKIP'
-'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
-'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   rm -fr build
-   install -d build
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   _opts=('-Ddocumentation=true'
-  '-Dchromaprint=disabled' # appears not to be used for anything
-  '-Dsidplay=disabled' # unclear why but disabled in the past
-  '-Dadplug=disabled' # not in an official repo
-  '-Dsndio=disabled' # interferes with detection of alsa devices
-  '-Dshine=disabled' # not in an official repo
-  '-Dtremor=disabled' # not in an official repo
-   )
-   arch-meson .. ${_opts[@]}
-   ninja
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   DESTDIR="${pkgdir}" ninja install
-   install -Dm644 ../doc/mpdconf.example 
"${pkgdir}"/usr/share/doc/mpd/mpdconf.example
-   install -Dm644 ../doc/mpd.conf.5 
"${pkgdir}"/usr/share/man/man5/mpd.conf.5
-   install -Dm644 ../doc/mpd.1 "${pkgdir}"/usr/share/man/man1/mpd.1
-
-   install -Dm644 ../../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -Dm644 ../../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/mpd.conf
-   install -Dm644 ../../conf "${pkgdir}"/etc/mpd.conf
-
-   sed \
-   -e '/\[Service\]/a User=mpd' \
-   -e '/WantedBy=/c WantedBy=default.target' \
-   -i "${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-x86_64/PKGBUILD (from rev 350917, mpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 20:36:47 UTC (rev 350919)
@@ -0,0 +1,70 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.21.7
+pkgrel=3
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth'
+'icu' 'jack' 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad'
+'libmikmod' 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
+'libsamplerate' 'libshout' 'libsoxr' 'libvorbis' 'systemd-libs'
+'libupnp' 'mpg123' 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack'
+'wildmidi' 'yajl' 'zziplib')
+makedepends=('boost' 'meson' 'python-sphinx')
+validpgpkeys=(

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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:36:46
  Author: heftig
Revision: 452048

archrelease: copy trunk to community-x86_64

Added:
  pycdio/repos/community-x86_64/PKGBUILD
(from rev 452047, pycdio/trunk/PKGBUILD)
Deleted:
  pycdio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:36:24 UTC (rev 452047)
+++ PKGBUILD2019-04-19 20:36:46 UTC (rev 452048)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alessandro Pezzoni 
-
-pkgbase=pycdio
-pkgname=(python-pycdio python2-pycdio)
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
-url="https://pypi.python.org/pypi/pycdio";
-arch=(x86_64)
-license=(GPL)
-makedepends=(libcdio python-setuptools python2-setuptools swig)
-source=("https://pypi.io/packages/source/p/$pkgbase/$pkgbase-$pkgver.tar.gz";)
-sha512sums=('b73d49e143e4b5ebf5e8514d526a57f71d004b9ce4298743bb109902ee9551fa586384a236b26da9cd86284b2aa8c31fb02a324a1cebc03f2071d06fbd3e3285')
-
-prepare() {
-  cd $pkgbase-$pkgver
-
-  # patches here
-
-  cd ..
-  cp -a $pkgbase-$pkgver python2
-  mv $pkgbase-$pkgver python3
-}
-
-build() {
-  cd python3
-  python3 setup.py build
-
-  cd ../python2
-  python2 setup.py build
-}
-
-package_python-pycdio() {
-  depends=(python3 libcdio)
-
-  cd python3
-  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-pycdio() {
-  depends=(python2 libcdio)
-
-  cd python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set sw=2 sts=2 et:

Copied: pycdio/repos/community-x86_64/PKGBUILD (from rev 452047, 
pycdio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 20:36:46 UTC (rev 452048)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Alessandro Pezzoni 
+
+pkgbase=pycdio
+pkgname=(python-pycdio python2-pycdio)
+pkgver=2.0.0
+pkgrel=3
+pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
+url="https://pypi.python.org/pypi/pycdio";
+arch=(x86_64)
+license=(GPL)
+makedepends=(libcdio python-setuptools python2-setuptools swig)
+source=("https://pypi.io/packages/source/p/$pkgbase/$pkgbase-$pkgver.tar.gz";)
+sha512sums=('b73d49e143e4b5ebf5e8514d526a57f71d004b9ce4298743bb109902ee9551fa586384a236b26da9cd86284b2aa8c31fb02a324a1cebc03f2071d06fbd3e3285')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # patches here
+
+  cd ..
+  cp -a $pkgbase-$pkgver python2
+  mv $pkgbase-$pkgver python3
+}
+
+build() {
+  cd python3
+  python3 setup.py build
+
+  cd ../python2
+  python2 setup.py build
+}
+
+package_python-pycdio() {
+  depends=(python3 libcdio)
+
+  cd python3
+  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-pycdio() {
+  depends=(python2 libcdio)
+
+  cd python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set sw=2 sts=2 et:


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:36:42
  Author: heftig
Revision: 350918

archrelease: copy trunk to extra-x86_64

Added:
  xine-lib/repos/extra-x86_64/PKGBUILD
(from rev 350917, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/extra-x86_64/xine-lib-imagemagick7.patch
(from rev 350917, xine-lib/trunk/xine-lib-imagemagick7.patch)
Deleted:
  xine-lib/repos/extra-x86_64/PKGBUILD
  xine-lib/repos/extra-x86_64/xine-lib-imagemagick7.patch

-+
 PKGBUILD|  107 +-
 xine-lib-imagemagick7.patch |   26 +-
 2 files changed, 67 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:36:30 UTC (rev 350917)
+++ PKGBUILD2019-04-19 20:36:42 UTC (rev 350918)
@@ -1,53 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=xine-lib
-pkgver=1.2.9
-pkgrel=8
-pkgdesc="A multimedia playback engine"
-arch=('x86_64')
-url="http://www.xine-project.org";
-license=('LGPL' 'GPL')
-depends=('libxvmc' 'ffmpeg' 'libxinerama' 'libnsl')
-makedepends=('wavpack' 'faad2' 'libmng' 'libmagick' 'mesa' 'libmodplug'
- 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 'libdvdnav'
- 'libmpcdec' 'libcaca' 'libbluray' 'libvdpau' 'glu' 'gdk-pixbuf2')
-optdepends=('libmagick: for using the imagemagick plugin' \
-'jack: for using the jack plugin' \
-'vcdimager: for using the vcd plugin' \
-'glu: for using the opengl plugin' \
-'wavpack: for using the wavpack plugin' \
-'faad2: for using the faad plugin' \
-'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin' \
-'libmodplug: for using the modplug plugin' \
-'libdca: for using the dca plugin' \
-'a52dec: for using the a52 plugin' \
-'libmad: for using the mp3 plugin' \
-'libdvdnav: for using the dvd plugin' \
-'libmpcdec: for using the musepack plugin' \
-'libcaca: for using the caca plugin' \
-'libbluray: for using the bluray plugin' \
-'libvdpau: for using the VDPAU plugin' \
-'smbclient: for using the samba plugin' \
-'gdk-pixbuf2: for using the gdk-pixbuf plugin')
-source=(https://downloads.sourceforge.net/project/xine/xine-lib/$pkgver/xine-lib-$pkgver.tar.xz
-xine-lib-imagemagick7.patch)
-sha1sums=('ad6e72b7d8ff6172a8a170ab1bc38577ae321371'
-  '7604ce72297f5b123a0bb53ebf5f1606e2ec0bad')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../xine-lib-imagemagick7.patch # PLD linux patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--with-external-dvdnav \
---disable-optimizations 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: xine-lib/repos/extra-x86_64/PKGBUILD (from rev 350917, 
xine-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 20:36:42 UTC (rev 350918)
@@ -0,0 +1,54 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.2.9
+pkgrel=9
+pkgdesc="A multimedia playback engine"
+arch=('x86_64')
+url="http://www.xine-project.org";
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama' 'libnsl')
+makedepends=('wavpack' 'faad2' 'libmng' 'libmagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 'libdvdnav'
+ 'libmpcdec' 'libcaca' 'libbluray' 'libvdpau' 'glu' 'gdk-pixbuf2')
+optdepends=('libmagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libdvdnav: for using the dvd plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(https://downloads.sourceforge.net/project/xine/xine-lib/$pkgver/xine-lib-$pkgver.tar.xz
+xine-lib-imagemagick7.patch)
+sha1sums=('ad6e72b7d8ff6172a8a170ab1bc38577ae321371'
+  '7604ce72297f5b123a0bb53ebf5f1606e2ec0bad')
+
+prepare() {
+  cd $pkgname-$pk

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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:36:30
  Author: heftig
Revision: 350917

0.21.7-3

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:36:03 UTC (rev 350916)
+++ PKGBUILD2019-04-19 20:36:30 UTC (rev 350917)
@@ -6,7 +6,7 @@
 
 pkgname=mpd
 pkgver=0.21.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
 license=('GPL')


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:39:07
  Author: heftig
Revision: 452049

2.8.0-2

Modified:
  cmus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:36:46 UTC (rev 452048)
+++ PKGBUILD2019-04-19 20:39:07 UTC (rev 452049)
@@ -5,7 +5,7 @@
 
 pkgname=cmus
 pkgver=2.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Feature-rich ncurses-based music player'
 arch=('x86_64')
 url="https://cmus.github.io/";


[arch-commits] Commit in nullmailer/trunk (PKGBUILD nullmailer.tmpfiles)

2019-04-19 Thread Eli Schwartz via arch-commits
Date: Friday, April 19, 2019 @ 20:39:49
  Author: eschwartz
Revision: 452050

upgpkg: nullmailer 2.2-2

work around FS#62404 and https://github.com/systemd/systemd/issues/12354

Modified:
  nullmailer/trunk/PKGBUILD
  nullmailer/trunk/nullmailer.tmpfiles

-+
 PKGBUILD|4 ++--
 nullmailer.tmpfiles |2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:39:07 UTC (rev 452049)
+++ PKGBUILD2019-04-19 20:39:49 UTC (rev 452050)
@@ -5,7 +5,7 @@
 
 pkgname=nullmailer
 pkgver=2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple relay-only mail transport agent'
 url='https://www.untroubled.org/nullmailer/'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 nullmailer.tmpfiles)
 
sha512sums=('21b29d59f3c386c13ce4541ae11dc5cd69f842085479d7fc9a69a540abc608ce5c1825f06bd3566536b392931f7eeb1b2d35addd816849e6f431877bb18c8268'
 
'004a14e65b7c45264033d1a2fae1cedad056ebde4597cbe711600793c4792715554e94701a3f9618524debd1d8a74f15e297eb5070a45b2195b0b9fd722f'
-
'fe05593fac0a5bb0752f2103d8844485d8c39f3a4aed2ab29dc57c1dda0aba1a770e5bf7e6d959db80831f021b0a07c029b844bc79850396b0ea2344af7bd81c')
+
'be2657f7560168ee3563fe4dc375f4cdd32ced485ce737e8d426c255b2f6fc3db1e3fe583b95041262b512f9420538fea209b4d77c75180187245709868ccdc9')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: nullmailer.tmpfiles
===
--- nullmailer.tmpfiles 2019-04-19 20:39:07 UTC (rev 452049)
+++ nullmailer.tmpfiles 2019-04-19 20:39:49 UTC (rev 452050)
@@ -4,6 +4,8 @@
 d /var/spool/nullmailer/tmp 0700 nullmail nullmail - -
 p /var/spool/nullmailer/trigger 0600 nullmail nullmail - -
 z /usr/bin/mailq4755 nullmail -- -
+z /usr/bin/mailq4755 nullmail -- -
 z /usr/bin/nullmailer-queue 4755 nullmail -- -
+z /usr/bin/nullmailer-queue 4755 nullmail -- -
 f /etc/nullmailer/me---- %H
 f /etc/nullmailer/remotes   0640 -nullmail - smarthost.example.org 
smtp --port=25 --auth-login --user=user --pass=pass


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:40:21
  Author: heftig
Revision: 452051

archrelease: copy trunk to community-x86_64

Added:
  cmus/repos/community-x86_64/PKGBUILD
(from rev 452050, cmus/trunk/PKGBUILD)
Deleted:
  cmus/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:39:49 UTC (rev 452050)
+++ PKGBUILD2019-04-19 20:40:21 UTC (rev 452051)
@@ -1,57 +0,0 @@
-# Maintainer: Xyne 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=cmus
-pkgver=2.8.0
-pkgrel=1
-pkgdesc='Feature-rich ncurses-based music player'
-arch=('x86_64')
-url="https://cmus.github.io/";
-license=('GPL')
-depends=('ncurses' 'libcue' 'libdiscid')
-makedepends=(
-  'faad2'
-  'ffmpeg'
-  'flac'
-  'libao'
-  'libcdio-paranoia'
-  'libmad'
-  'libmodplug'
-  'libmp4v2'
-  'libmpcdec'
-  'libpulse'
-  'libvorbis'
-  'opusfile'
-  'wavpack'
-)
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'faad2: for AAC input plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'flac: for flac input plugin support'
-'libmad: for mp3 input plugin support'
-'libmodplug: for modplug input plugin support'
-'libmp4v2: for mp4 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'libcdio-paranoia: for cdio support'
-'opusfile: for opus input plugin support'
-'wavpack: for wavpack input plugin support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz";)
-sha256sums=('756ce2c6241b2104dc19097488225de559ac1802a175be0233cfb6fbc02f3bd2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
-}
-

Copied: cmus/repos/community-x86_64/PKGBUILD (from rev 452050, 
cmus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 20:40:21 UTC (rev 452051)
@@ -0,0 +1,57 @@
+# Maintainer: Xyne 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=cmus
+pkgver=2.8.0
+pkgrel=2
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('x86_64')
+url="https://cmus.github.io/";
+license=('GPL')
+depends=('ncurses' 'libcue' 'libdiscid')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz";)
+sha256sums=('756ce2c6241b2104dc19097488225de559ac1802a175be0233cfb6fbc02f3bd2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
+}
+


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

2019-04-19 Thread Eli Schwartz via arch-commits
Date: Friday, April 19, 2019 @ 20:40:28
  Author: eschwartz
Revision: 452052

archrelease: copy trunk to community-x86_64

Added:
  nullmailer/repos/community-x86_64/PKGBUILD
(from rev 452050, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-x86_64/nullmailer.sysusers
(from rev 452050, nullmailer/trunk/nullmailer.sysusers)
  nullmailer/repos/community-x86_64/nullmailer.tmpfiles
(from rev 452050, nullmailer/trunk/nullmailer.tmpfiles)
Deleted:
  nullmailer/repos/community-x86_64/PKGBUILD
  nullmailer/repos/community-x86_64/nullmailer.sysusers
  nullmailer/repos/community-x86_64/nullmailer.tmpfiles

-+
 PKGBUILD|  106 +-
 nullmailer.sysusers |2 
 nullmailer.tmpfiles |   20 +
 3 files changed, 65 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:40:21 UTC (rev 452051)
+++ PKGBUILD2019-04-19 20:40:28 UTC (rev 452052)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor : Martin Wimpress 
-# Contributor: Roberto Alsina 
-# Contributor: Kurt J. Bosch 
-
-pkgname=nullmailer
-pkgver=2.2
-pkgrel=1
-pkgdesc='Simple relay-only mail transport agent'
-url='https://www.untroubled.org/nullmailer/'
-arch=('x86_64')
-license=('GPL2')
-depends=('gnutls')
-provides=('smtp-forwarder')
-conflicts=('smtp-forwarder' 'smtp-server')
-options=('emptydirs')
-source=(https://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz
-nullmailer.sysusers
-nullmailer.tmpfiles)
-sha512sums=('21b29d59f3c386c13ce4541ae11dc5cd69f842085479d7fc9a69a540abc608ce5c1825f06bd3566536b392931f7eeb1b2d35addd816849e6f431877bb18c8268'
-
'004a14e65b7c45264033d1a2fae1cedad056ebde4597cbe711600793c4792715554e94701a3f9618524debd1d8a74f15e297eb5070a45b2195b0b9fd722f'
-
'fe05593fac0a5bb0752f2103d8844485d8c39f3a4aed2ab29dc57c1dda0aba1a770e5bf7e6d959db80831f021b0a07c029b844bc79850396b0ea2344af7bd81c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-  --prefix=/usr \
-  --libexecdir=/usr/lib/${pkgname} \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --sbindir=/usr/bin \
-  --enable-tls
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 scripts/nullmailer.service -t 
"${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 ../nullmailer.sysusers 
"${pkgdir}/usr/lib/sysusers.d/nullmailer.conf"
-  install -Dm 644 ../nullmailer.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/nullmailer.conf"
-
-  # covered by tmpfiles with fixed ownership
-  rm -rf "${pkgdir}/var"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nullmailer/repos/community-x86_64/PKGBUILD (from rev 452050, 
nullmailer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 20:40:28 UTC (rev 452052)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak 
+# Contributor : Martin Wimpress 
+# Contributor: Roberto Alsina 
+# Contributor: Kurt J. Bosch 
+
+pkgname=nullmailer
+pkgver=2.2
+pkgrel=2
+pkgdesc='Simple relay-only mail transport agent'
+url='https://www.untroubled.org/nullmailer/'
+arch=('x86_64')
+license=('GPL2')
+depends=('gnutls')
+provides=('smtp-forwarder')
+conflicts=('smtp-forwarder' 'smtp-server')
+options=('emptydirs')
+source=(https://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz
+nullmailer.sysusers
+nullmailer.tmpfiles)
+sha512sums=('21b29d59f3c386c13ce4541ae11dc5cd69f842085479d7fc9a69a540abc608ce5c1825f06bd3566536b392931f7eeb1b2d35addd816849e6f431877bb18c8268'
+
'004a14e65b7c45264033d1a2fae1cedad056ebde4597cbe711600793c4792715554e94701a3f9618524debd1d8a74f15e297eb5070a45b2195b0b9fd722f'
+
'be2657f7560168ee3563fe4dc375f4cdd32ced485ce737e8d426c255b2f6fc3db1e3fe583b95041262b512f9420538fea209b4d77c75180187245709868ccdc9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib/${pkgname} \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --sbindir=/usr/bin \
+  --enable-tls
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 644 scripts/nullmailer.service -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 ../nullmailer.sysusers 
"${pkgdir}/usr/lib/sysusers.d/nullmailer.conf"
+  install -Dm 644 ../nullmailer.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/nullmailer.conf"
+
+  # covered by tmpfiles with fixed ownership
+  rm -rf "${pkgdir}/var"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: nullmailer.sysusers
===
--- nullmailer.sysusers 2019-04-19 20:40:21 UTC (rev 452051)
+++ nullmailer.sysusers 20

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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:44:56
  Author: heftig
Revision: 452053

1.3.4-2

Modified:
  pragha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:40:28 UTC (rev 452052)
+++ PKGBUILD2019-04-19 20:44:56 UTC (rev 452053)
@@ -6,7 +6,7 @@
 
 pkgname=pragha
 pkgver=1.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
 arch=('x86_64')
 url="https://pragha-music-player.github.io/";
@@ -34,6 +34,7 @@
   CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES" LIBS+="-ldbus-glib-1" \
 ./configure --prefix=/usr \
 --with-gstreamer=1.0
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:46:09
  Author: heftig
Revision: 452057

archrelease: copy trunk to community-x86_64

Added:
  pragha/repos/community-x86_64/PKGBUILD
(from rev 452055, pragha/trunk/PKGBUILD)
Deleted:
  pragha/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:46:07 UTC (rev 452056)
+++ PKGBUILD2019-04-19 20:46:09 UTC (rev 452057)
@@ -1,49 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Thorsten Töpper 
-# Contributor: J0k3r 
-# Contributor: Alois Nespor 
-# Contributor: JerichoKru   
-
-pkgname=pragha
-pkgver=1.3.4
-pkgrel=1
-pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
-arch=('x86_64')
-url="https://pragha-music-player.github.io/";
-license=('GPL3')
-depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
- 'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
- 'libpeas' 'libgudev' 'glyr')
-optdepends=('gst-plugins-good: A collection of gstreamer codecs'
-'gst-plugins-bad: A collection of gstreamer codecs'
-'gst-plugins-ugly: A collection of gstreamer codecs')
-makedepends=('intltool' 'xfce4-dev-tools' 'gobject-introspection')
-replaces=('dissonance')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pragha-music-player/pragha/archive/v$pkgver.tar.gz";)
-sha1sums=('38ff18881fe3022ad2e53b5b4934db845236f228')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./autogen.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES" LIBS+="-ldbus-glib-1" \
-./configure --prefix=/usr \
---with-gstreamer=1.0
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  install -m 644 "data/$pkgname.desktop" "$pkgdir/usr/share/applications"
-  install -d "$pkgdir/usr/share/pixmaps"
-  install -m 644 "data/$pkgname.1" "$pkgdir/usr/share/man/man1/"
-}
-
-# vim:ts=2:sw=2:expandtab

Copied: pragha/repos/community-x86_64/PKGBUILD (from rev 452055, 
pragha/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 20:46:09 UTC (rev 452057)
@@ -0,0 +1,50 @@
+# Maintainer: Alad Wenter 
+# Contributor: Thorsten Töpper 
+# Contributor: J0k3r 
+# Contributor: Alois Nespor 
+# Contributor: JerichoKru   
+
+pkgname=pragha
+pkgver=1.3.4
+pkgrel=2
+pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
+arch=('x86_64')
+url="https://pragha-music-player.github.io/";
+license=('GPL3')
+depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
+ 'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
+ 'libpeas' 'libgudev' 'glyr')
+optdepends=('gst-plugins-good: A collection of gstreamer codecs'
+'gst-plugins-bad: A collection of gstreamer codecs'
+'gst-plugins-ugly: A collection of gstreamer codecs')
+makedepends=('intltool' 'xfce4-dev-tools' 'gobject-introspection')
+replaces=('dissonance')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pragha-music-player/pragha/archive/v$pkgver.tar.gz";)
+sha1sums=('38ff18881fe3022ad2e53b5b4934db845236f228')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./autogen.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES" LIBS+="-ldbus-glib-1" \
+./configure --prefix=/usr \
+--with-gstreamer=1.0
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  install -m 644 "data/$pkgname.desktop" "$pkgdir/usr/share/applications"
+  install -d "$pkgdir/usr/share/pixmaps"
+  install -m 644 "data/$pkgname.1" "$pkgdir/usr/share/man/man1/"
+}
+
+# vim:ts=2:sw=2:expandtab


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:46:09
  Author: heftig
Revision: 452058

archrelease: copy trunk to community-x86_64

Added:
  clementine/repos/community-x86_64/PKGBUILD
(from rev 452055, clementine/trunk/PKGBUILD)
  clementine/repos/community-x86_64/clementine-chromaprint1.4.0.patch
(from rev 452055, clementine/trunk/clementine-chromaprint1.4.0.patch)
  clementine/repos/community-x86_64/clementine-cryptopp6.patch
(from rev 452055, clementine/trunk/clementine-cryptopp6.patch)
  clementine/repos/community-x86_64/clementine-gcc6.patch
(from rev 452055, clementine/trunk/clementine-gcc6.patch)
Deleted:
  clementine/repos/community-x86_64/PKGBUILD
  clementine/repos/community-x86_64/clementine-chromaprint1.4.0.patch
  clementine/repos/community-x86_64/clementine-cryptopp6.patch
  clementine/repos/community-x86_64/clementine-gcc6.patch

---+
 PKGBUILD  |  200 ++--
 clementine-chromaprint1.4.0.patch |   82 +++---
 clementine-cryptopp6.patch|   50 -
 clementine-gcc6.patch |   44 +++
 4 files changed, 188 insertions(+), 188 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:46:09 UTC (rev 452057)
+++ PKGBUILD2019-04-19 20:46:09 UTC (rev 452058)
@@ -1,100 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Stéphane Gaudreault 
-# Contributor: BlackEagle 
-# Contributor: Dany Martineau 
-
-pkgname=clementine
-pkgver=1.3.1
-pkgrel=21
-pkgdesc='A modern music player and library organizer'
-url=https://www.clementine-player.org/
-license=(GPL)
-arch=(x86_64)
-depends=(
-  chromaprint
-  crypto++
-  fftw
-  glew
-  glib2
-  gst-plugins-base-libs
-  gstreamer
-  libcdio
-  libechonest
-  libgl
-  libgpod
-  liblastfm
-  libmtp
-  libpulse
-  libx11
-  protobuf
-  qjson
-  qt4
-  sqlite
-  taglib
-  zlib
-)
-makedepends=(
-  boost
-  cmake
-  git
-  mesa
-  sparsehash
-)
-optdepends=(
-  'gst-plugins-base: "Base" plugin libraries'
-  'gst-plugins-good: "Good" plugin libraries'
-  'gst-plugins-bad: "Bad" plugin libraries'
-  'gst-plugins-ugly: "Ugly" plugin libraries'
-  'gst-libav: Libav plugin'
-  'gvfs: Various devices support'
-)
-source=(
-  git+https://github.com/clementine-player/Clementine.git#tag=${pkgver}
-  clementine-gcc6.patch
-  clementine-chromaprint1.4.0.patch
-  clementine-cryptopp6.patch
-)
-sha256sums=(
-  SKIP
-  05bd4dc0138eed084332fa1a688a96858418731f337f54e0d8ab0853123f40ee
-  4cc9c9df599df4a595c6acf4e129a54296c0a8e537627435e3df14e1e95447b0
-  e9c09dca76ed8fae2ecb089571396c9293f546871fb2f27cc37010dd5cba9e46
-)
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-
-  cd Clementine
-
-  # Fix build with GCC 6
-  patch -p1 -i ../clementine-gcc6.patch
-  # https://github.com/clementine-player/Clementine/pull/5630
-  git cherry-pick -n 8a6cc8b5069265e1e92e22def985e22c5955e503
-  # Fix build with chromaprint 1.4.0
-  patch -p1 -i ../clementine-chromaprint1.4.0.patch
-  # Fix build with crypto++ 6.0.0 due to 
https://github.com/weidai11/cryptopp/issues/442
-  patch -p1 -i ../clementine-cryptopp6.patch
-  # FS#58413
-  git cherry-pick -n -m 1 75f9439843a0e9cdc26cd739d5e1dbd93bd974bc
-  # Fix DI.FM
-  git cherry-pick -n ddfa5e63f1ef0e243a007efbe576fceb9b2442e8
-}
-
-build() {
-  cd build
-
-  cmake ../Clementine \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr\
--DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-catch-value"
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-x86_64/PKGBUILD (from rev 452055, 
clementine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 20:46:09 UTC (rev 452058)
@@ -0,0 +1,100 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Stéphane Gaudreault 
+# Contributor: BlackEagle 
+# Contributor: Dany Martineau 
+
+pkgname=clementine
+pkgver=1.3.1
+pkgrel=22
+pkgdesc='A modern music player and library organizer'
+url=https://www.clementine-player.org/
+license=(GPL)
+arch=(x86_64)
+depends=(
+  chromaprint
+  crypto++
+  fftw
+  glew
+  glib2
+  gst-plugins-base-libs
+  gstreamer
+  libcdio
+  libechonest
+  libgl
+  libgpod
+  liblastfm
+  libmtp
+  libpulse
+  libx11
+  protobuf
+  qjson
+  qt4
+  sqlite
+  taglib
+  zlib
+)
+makedepends=(
+  boost
+  cmake
+  git
+  mesa
+  sparsehash
+)
+optdepends=(
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+  'gst-libav: Libav plugin'
+  'gvfs: Various devices support'
+)
+source=(
+  git+https://github.com/clementine-player/Clementine.git#tag=${pkgver}
+  clementine-gcc6.patch
+  clementine-chromaprint1.4.0.patch
+  clementine-cryptopp6.patch
+)
+s

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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:45:39
  Author: heftig
Revision: 452054

1.3.1-2

Modified:
  qmmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:44:56 UTC (rev 452053)
+++ PKGBUILD2019-04-19 20:45:39 UTC (rev 452054)
@@ -2,7 +2,7 @@
 
 pkgname=qmmp
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt5 based audio-player"
 arch=('x86_64')
 url="http://qmmp.ylsoftware.com/";


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:45:46
  Author: heftig
Revision: 452055

1.3.1-22

Modified:
  clementine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:45:39 UTC (rev 452054)
+++ PKGBUILD2019-04-19 20:45:46 UTC (rev 452055)
@@ -5,7 +5,7 @@
 
 pkgname=clementine
 pkgver=1.3.1
-pkgrel=21
+pkgrel=22
 pkgdesc='A modern music player and library organizer'
 url=https://www.clementine-player.org/
 license=(GPL)


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:46:07
  Author: heftig
Revision: 452056

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   96 +-
 qmmp.changelog |  524 +++
 2 files changed, 310 insertions(+), 310 deletions(-)

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

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

Deleted: qmmp.changelog
===
--- qmmp.changelog  2019-04-19 20:45:46 UTC (rev 452055)
+++ qmmp.changelog  2019-04-19 20:46:07 UTC (rev 452056)
@@ -1,262 +0,0 @@
-2019-02-25 Ike Devolder 
-   * qmmp 1.3.1-1 triggered by rebu

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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:57:55
  Author: heftig
Revision: 452060

0.7.2-5

Modified:
  deadbeef/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:57:48 UTC (rev 452059)
+++ PKGBUILD2019-04-19 20:57:55 UTC (rev 452060)
@@ -3,7 +3,7 @@
 
 pkgname=deadbeef
 pkgver=0.7.2
-pkgrel=4
+pkgrel=5
 pkgdesc='A GTK+ audio player for GNU/Linux.'
 arch=('x86_64')
 url='http://deadbeef.sourceforge.net'
@@ -39,6 +39,7 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:57:48
  Author: heftig
Revision: 452059

0.8DrO_o.949.gca15e830-16

Modified:
  xmms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:46:09 UTC (rev 452058)
+++ PKGBUILD2019-04-19 20:57:48 UTC (rev 452059)
@@ -10,7 +10,7 @@
 pkgname=xmms2
 pkgver=0.8DrO_o.949.gca15e830
 _commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb
-pkgrel=15
+pkgrel=16
 pkgdesc="X-platform Music Multiplexing System 2"
 arch=(x86_64)
 url="https://xmms2.org/";


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:58:31
  Author: heftig
Revision: 452063

archrelease: copy trunk to community-x86_64

Added:
  mpv/repos/community-x86_64/PKGBUILD
(from rev 452062, mpv/trunk/PKGBUILD)
Deleted:
  mpv/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:58:07 UTC (rev 452062)
+++ PKGBUILD2019-04-19 20:58:31 UTC (rev 452063)
@@ -1,60 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-epoch=1
-pkgver=0.29.1
-pkgrel=5
-_waf_version=2.0.9
-pkgdesc='a free, open source, and cross-platform media player'
-arch=('x86_64')
-# We link against libraries that are licensed GPLv3 explicitly, libsmbclient
-# being one of these. So our package is GPLv3 only as well.
-license=('GPL3')
-url='https://mpv.io/'
-depends=('desktop-file-utils' 'ffmpeg' 'hicolor-icon-theme' 'jack' 'lcms2'
- 'libarchive' 'libcaca' 'libcdio-paranoia' 'libdvdnav' 'libgl' 'libva'
- 'libxinerama' 'libxkbcommon' 'libxrandr' 'libxss' 'libxv' 'lua52'
- 'rubberband' 'smbclient' 'uchardet' 'vulkan-icd-loader' 'wayland'
- 'xdg-utils' 'shaderc')
-makedepends=('mesa' 'python-docutils' 'ladspa' 'wayland-protocols'
- 'ffnvcodec-headers' 'vulkan-headers')
-optdepends=('youtube-dl: for video-sharing websites playback')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";
-"https://waf.io/waf-${_waf_version}";)
-sha256sums=('f9f9d461d1990f9728660b4ccb0e8cb5dce29ccaa6af567bec481b79291ca623'
-'2a8e0816f023995e557f79ea8940d322bec18f286917c8f9a6fa2dc3875dfa48')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  install -m755 "${srcdir}"/waf-${_waf_version} waf
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-cdda \
---enable-dvb \
---enable-dvdnav \
---enable-libarchive \
---enable-libmpv-shared \
---enable-libsmbclient \
---enable-tv \
---enable-zsh-comp
-
-  ./waf build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf install --destdir="$pkgdir"
-
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-}

Copied: mpv/repos/community-x86_64/PKGBUILD (from rev 452062, 
mpv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 20:58:31 UTC (rev 452063)
@@ -0,0 +1,60 @@
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.29.1
+pkgrel=6
+_waf_version=2.0.9
+pkgdesc='a free, open source, and cross-platform media player'
+arch=('x86_64')
+# We link against libraries that are licensed GPLv3 explicitly, libsmbclient
+# being one of these. So our package is GPLv3 only as well.
+license=('GPL3')
+url='https://mpv.io/'
+depends=('desktop-file-utils' 'ffmpeg' 'hicolor-icon-theme' 'jack' 'lcms2'
+ 'libarchive' 'libcaca' 'libcdio-paranoia' 'libdvdnav' 'libgl' 'libva'
+ 'libxinerama' 'libxkbcommon' 'libxrandr' 'libxss' 'libxv' 'lua52'
+ 'rubberband' 'smbclient' 'uchardet' 'vulkan-icd-loader' 'wayland'
+ 'xdg-utils' 'shaderc')
+makedepends=('mesa' 'python-docutils' 'ladspa' 'wayland-protocols'
+ 'ffnvcodec-headers' 'vulkan-headers')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";
+"https://waf.io/waf-${_waf_version}";)
+sha256sums=('f9f9d461d1990f9728660b4ccb0e8cb5dce29ccaa6af567bec481b79291ca623'
+'2a8e0816f023995e557f79ea8940d322bec18f286917c8f9a6fa2dc3875dfa48')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  install -m755 "${srcdir}"/waf-${_waf_version} waf
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-cdda \
+--enable-dvb \
+--enable-dvdnav \
+--enable-libarchive \
+--enable-libmpv-shared \
+--enable-libsmbclient \
+--enable-tv \
+--enable-zsh-comp
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install --destdir="$pkgdir"
+
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:58:35
  Author: heftig
Revision: 452065

archrelease: copy trunk to community-x86_64

Added:
  deadbeef/repos/community-x86_64/PKGBUILD
(from rev 452062, deadbeef/trunk/PKGBUILD)
Deleted:
  deadbeef/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:58:34 UTC (rev 452064)
+++ PKGBUILD2019-04-19 20:58:35 UTC (rev 452065)
@@ -1,48 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Alexey Yakovenko 
-
-pkgname=deadbeef
-pkgver=0.7.2
-pkgrel=4
-pkgdesc='A GTK+ audio player for GNU/Linux.'
-arch=('x86_64')
-url='http://deadbeef.sourceforge.net'
-license=('GPL2')
-depends=('alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils' 'jansson')
-makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 
'libsndfile' 'libcdio' 'libcddb'
- 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 
'libzip' 'libsamplerate'
- 'yasm' 'ffmpeg' 'gtk2' 'gtk3')
-optdepends=('gtk2: for the GTK2 interface'
-'gtk3: for the GTK3 interface'
-'libsamplerate: for Resampler plugin'
-'libvorbis: for Ogg Vorbis playback'
-'libmad: for MP1/MP2/MP3 playback'
-'mpg123: for MP1/MP2/MP3 playback'
-'flac: for FLAC playback'
-'curl: for Last.fm scrobbler, SHOUTcast, Icecast, Podcast support'
-'imlib2: for artwork plugin'
-'wavpack: for WavPack playback'
-'libsndfile: for Wave playback'
-'libcdio: audio cd plugin'
-'libcddb: audio cd plugin'
-'faad2: for AAC/MP4 support'
-'dbus: for OSD notifications support'
-'pulseaudio: for PulseAudio output plugin'
-'libx11: for global hotkeys plugin'
-'zlib: for Audio Overload plugin'
-'libzip: for vfs_zip plugin'
-'ffmpeg: for ffmpeg plugin')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('f8f5353e7c201fce316f8b082ab408bb')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package () {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" install
-}

Copied: deadbeef/repos/community-x86_64/PKGBUILD (from rev 452062, 
deadbeef/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 20:58:35 UTC (rev 452065)
@@ -0,0 +1,49 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Alexey Yakovenko 
+
+pkgname=deadbeef
+pkgver=0.7.2
+pkgrel=5
+pkgdesc='A GTK+ audio player for GNU/Linux.'
+arch=('x86_64')
+url='http://deadbeef.sourceforge.net'
+license=('GPL2')
+depends=('alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils' 'jansson')
+makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 
'libsndfile' 'libcdio' 'libcddb'
+ 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 
'libzip' 'libsamplerate'
+ 'yasm' 'ffmpeg' 'gtk2' 'gtk3')
+optdepends=('gtk2: for the GTK2 interface'
+'gtk3: for the GTK3 interface'
+'libsamplerate: for Resampler plugin'
+'libvorbis: for Ogg Vorbis playback'
+'libmad: for MP1/MP2/MP3 playback'
+'mpg123: for MP1/MP2/MP3 playback'
+'flac: for FLAC playback'
+'curl: for Last.fm scrobbler, SHOUTcast, Icecast, Podcast support'
+'imlib2: for artwork plugin'
+'wavpack: for WavPack playback'
+'libsndfile: for Wave playback'
+'libcdio: audio cd plugin'
+'libcddb: audio cd plugin'
+'faad2: for AAC/MP4 support'
+'dbus: for OSD notifications support'
+'pulseaudio: for PulseAudio output plugin'
+'libx11: for global hotkeys plugin'
+'zlib: for Audio Overload plugin'
+'libzip: for vfs_zip plugin'
+'ffmpeg: for ffmpeg plugin')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('f8f5353e7c201fce316f8b082ab408bb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package () {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+}


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:58:36
  Author: heftig
Revision: 452066

archrelease: copy trunk to community-x86_64

Added:
  xmms2/repos/community-x86_64/PKGBUILD
(from rev 452062, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-x86_64/system.service
(from rev 452062, xmms2/trunk/system.service)
  xmms2/repos/community-x86_64/sysusers.conf
(from rev 452062, xmms2/trunk/sysusers.conf)
  xmms2/repos/community-x86_64/tmpfiles.conf
(from rev 452063, xmms2/trunk/tmpfiles.conf)
  xmms2/repos/community-x86_64/user.service
(from rev 452063, xmms2/trunk/user.service)
Deleted:
  xmms2/repos/community-x86_64/PKGBUILD
  xmms2/repos/community-x86_64/system.service
  xmms2/repos/community-x86_64/sysusers.conf
  xmms2/repos/community-x86_64/tmpfiles.conf
  xmms2/repos/community-x86_64/user.service

+
 PKGBUILD   |  240 +++
 system.service |   34 +++
 sysusers.conf  |4 
 tmpfiles.conf  |6 -
 user.service   |   26 ++---
 5 files changed, 155 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:58:35 UTC (rev 452065)
+++ PKGBUILD2019-04-19 20:58:36 UTC (rev 452066)
@@ -1,120 +0,0 @@
-# Maintainer:
-# Contributor: Storm Dragon 
-# Contributor: Aaron 'venisonslurpee' Laursen 
-# Contributor: Christopher Rosell 
-# Contributor: lh 
-# Contributor: Sebastian Schwarz 
-# Contributor: Sergej Pupykin 
-# Contributor: Xilon 
-
-pkgname=xmms2
-pkgver=0.8DrO_o.949.gca15e830
-_commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb
-pkgrel=15
-pkgdesc="X-platform Music Multiplexing System 2"
-arch=(x86_64)
-url="https://xmms2.org/";
-license=(GPL LGPL)
-_depends=('alsa-lib: ALSA output'
-  'avahi: announce xmms2d via bonjour/mDNS/zeroconf'
-  'boost: C++ bindings'
-  'curl: play HTTP streams'
-  'cython: Python bindings'
-  'faad2: AAC support'
-  'ffmpeg: WMA, avcodec & avformat support'
-  'fftw: visualization'
-  'flac: FLAC support'
-  'fluidsynth: MIDI support'
-  'jack: JACK output'
-  'libao: libao output'
-  'libcdio-paranoia: CDDA support'
-  'libdiscid: CDDA support'
-  'libgme: support for various video game music formats'
-  'libmad: MP3 support'
-  'libmms: play MMS streams'
-  'libmodplug: MOD support'
-  'libmpcdec: Musepack support'
-  'libofa: MusicDNS fingerprinting'
-  'libsamplerate: vocoder support'
-  'libshout: Icecast output'
-  'libvorbis: Ogg Vorbis support'
-  'libxml2: XSPF and podcast support'
-  'mac: APE support'
-  'mpg123: alternative MP3 support'
-  'opusfile: Opus support'
-  'perl: Perl bindings'
-  'ruby: Ruby bindings'
-#  'sidplay2-libs: support for C64 music files'
-# we do not have sidplay 2 series in repos; also it's
-# somehow connected with resid i guess(not in repos also)
-  'smbclient: direct CIFS/SMB access'
-  'speex: Speex support'
-  'wavpack: WavPack support')
-depends=(glib2)
-makedepends=("${_depends[@]%%:*}" libpulse python2 git)
-optdepends=("${_depends[@]}" 'pulseaudio: PulseAudio output')
-source=(git://git.xmms2.org/xmms2/xmms2-devel.git#commit=${_commit}
-git://git.xmms2.org/xmms2/xmms2-tutorial.git
-git://git.xmms2.org/xmms2/s4.git
-tmpfiles.conf
-sysusers.conf
-system.service
-user.service)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'13e3e2720e21d048d776156f8ab17c40d05b70437823da00b3c4cc2e7f7ecf7f'
-'a37e35dedd48fb8fbc2c97d79be8a3d3c3b00191826f6046f730f649cd67812a'
-'a159b18c5959cfe76ca87990ff6879d082bfe9a4c6d674c493461f7f2781f348'
-'76f1a06b81cec0f5942430401998f6c8cd9cb95d798f97b854f88afd73ffe61d')
-
-pkgver() {
-cd xmms2-devel
-git describe --always | sed 's/-/./g'
-}
-
-prepare() {
-cd xmms2-devel
-git submodule init
-git config submodule.doc/tutorial.url "$srcdir"/xmms2-tutorial
-git config submodule.src/lib/s4.url "$srcdir"/s4
-git submodule update
-sed -i '$a#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 /* 1 second of 48kHz 
32bit audio */' src/plugins/avcodec/avcodec_compat.h
-sed -i 's,#include ,#include ,' 
src/plugins/cdda/cdda.c
-sed -i 's,libsmbclient.h,samba-4.0/libsmbclient.h,' 
src/plugins/samba/{samba.c,wscript}
-sed -i 's|Werror|Wno-error|g' waftools/*.py
-}
-
-build() {
-cd xmms2-devel
-CXXFLAGS="-Wall" CFLAGS="-Wall" python2 ./waf configure --prefix=/usr 
--sbindir=/usr/bin --without-ldconfig \
---with-ruby-archdir=`ruby -e 'puts 
RbConfig::CONFIG["vendorarchdir"]'` \
---with-ruby-libdir=`ruby -e 'puts 
RbConfig::CONFIG["vendorlibdir"]'` \
---with-perl-archdir=`perl -V:installvendorarch | cut -f2 -d\'` \
- 

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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:58:03
  Author: heftig
Revision: 452061

0.29.1-6

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:57:55 UTC (rev 452060)
+++ PKGBUILD2019-04-19 20:58:03 UTC (rev 452061)
@@ -5,7 +5,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.29.1
-pkgrel=5
+pkgrel=6
 _waf_version=2.0.9
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('x86_64')


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:58:07
  Author: heftig
Revision: 452062

0.5.3-2

Modified:
  strawberry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:58:03 UTC (rev 452061)
+++ PKGBUILD2019-04-19 20:58:07 UTC (rev 452062)
@@ -3,7 +3,7 @@
 
 pkgname=strawberry
 pkgver=0.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A music player aimed at audio enthusiasts and music collectors"
 arch=(x86_64)
 url="http://www.strawbs.org/";
@@ -17,19 +17,17 @@
 sha256sums=('4cd57ff73ad0ec047ea8b7901e749de7722ab3d5a9be35f4bf1ef5af1cc5bdd5')
 
 prepare() {
-  mkdir -p build
+  cd $pkgname-$pkgver
 }
 
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
+  cmake -H$pkgname-$pkgver -Bbuild \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DUSE_SYSTEM_TAGLIB=ON \
 -DENABLE_DEEZER=OFF
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --build build --target install
 }


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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 20:58:34
  Author: heftig
Revision: 452064

archrelease: copy trunk to community-x86_64

Added:
  strawberry/repos/community-x86_64/PKGBUILD
(from rev 452062, strawberry/trunk/PKGBUILD)
Deleted:
  strawberry/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 20:58:31 UTC (rev 452063)
+++ PKGBUILD2019-04-19 20:58:34 UTC (rev 452064)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-
-pkgname=strawberry
-pkgver=0.5.3
-pkgrel=1
-pkgdesc="A music player aimed at audio enthusiasts and music collectors"
-arch=(x86_64)
-url="http://www.strawbs.org/";
-license=(GPL3)
-depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras 
udisks2 libcdio libgpod libmtp desktop-file-utils)
-makedepends=(cmake boost qt5-tools)
-optdepends=('gst-libav: additional codecs'
-'gst-plugins-bad: additional codecs'
-'gst-plugins-ugly: additional codecs')
-source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=('4cd57ff73ad0ec047ea8b7901e749de7722ab3d5a9be35f4bf1ef5af1cc5bdd5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_SYSTEM_TAGLIB=ON \
--DENABLE_DEEZER=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: strawberry/repos/community-x86_64/PKGBUILD (from rev 452062, 
strawberry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 20:58:34 UTC (rev 452064)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+
+pkgname=strawberry
+pkgver=0.5.3
+pkgrel=2
+pkgdesc="A music player aimed at audio enthusiasts and music collectors"
+arch=(x86_64)
+url="http://www.strawbs.org/";
+license=(GPL3)
+depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras 
udisks2 libcdio libgpod libmtp desktop-file-utils)
+makedepends=(cmake boost qt5-tools)
+optdepends=('gst-libav: additional codecs'
+'gst-plugins-bad: additional codecs'
+'gst-plugins-ugly: additional codecs')
+source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha256sums=('4cd57ff73ad0ec047ea8b7901e749de7722ab3d5a9be35f4bf1ef5af1cc5bdd5')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cmake -H$pkgname-$pkgver -Bbuild \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SYSTEM_TAGLIB=ON \
+-DENABLE_DEEZER=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


[arch-commits] Commit in tellico/trunk (PKGBUILD compilefix.diff)

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 21:13:43
  Author: heftig
Revision: 452067

3.1.4-3

Added:
  tellico/trunk/compilefix.diff
Modified:
  tellico/trunk/PKGBUILD

-+
 PKGBUILD|   26 ++
 compilefix.diff |  128 ++
 2 files changed, 143 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:58:36 UTC (rev 452066)
+++ PKGBUILD2019-04-19 21:13:43 UTC (rev 452067)
@@ -5,7 +5,7 @@
 
 pkgname=tellico
 pkgver=3.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection manager for KDE"
 arch=('x86_64')
 url="http://tellico-project.org/";
@@ -15,25 +15,29 @@
  'python2' 'solid' 'khtml' 'yaz' 'taglib' 'poppler-qt5' 'qt5-base')
 makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
 changelog=$pkgname.changelog
-source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
-sha256sums=('8f611e3be8be095de38fe27d76f3ddeae09962c9aec00298031cc3e71eae95f9')
+source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz
+compilefix.diff)
+sha256sums=('8f611e3be8be095de38fe27d76f3ddeae09962c9aec00298031cc3e71eae95f9'
+'7f0a13e2047b61b104dfc38e456e6d51808d3f5080e0aff97e75d6a161327069')
 
-build() {
-  cd "${srcdir}"
+prepare() {
+  cd $pkgname-$pkgver
 
-  mkdir build && cd build
+  # Fix "error: template with C linkage"
+  patch -Np1 -i ../compilefix.diff
+}
 
-  cmake ../$pkgname-$pkgver \
+build() {
+  cmake -H$pkgname-$pkgver -Bbuild \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DWITH_Nepomuk=OFF
-  make
+  cmake --build build
 }
 
 package() {
-  cd "${srcdir}"/build
+  DESTDIR="${pkgdir}" cmake --build build --target install
 
-  make DESTDIR="${pkgdir}" install
-# fix python 2.7 path
+  # fix python 2.7 path
   find "${pkgdir}" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
 }

Added: compilefix.diff
===
--- compilefix.diff (rev 0)
+++ compilefix.diff 2019-04-19 21:13:43 UTC (rev 452067)
@@ -0,0 +1,128 @@
+diff -u -r tellico-3.1.4/src/barcode/barcode_v4l.cpp 
tellico-3.1.4-compilefix/src/barcode/barcode_v4l.cpp
+--- tellico-3.1.4/src/barcode/barcode_v4l.cpp  2018-12-19 01:27:45.878263787 
+
 tellico-3.1.4-compilefix/src/barcode/barcode_v4l.cpp   2019-04-19 
21:00:33.821249938 +
+@@ -31,9 +31,7 @@
+ #include 
+ #include 
+ 
+-extern "C" {
+ #include 
+-}
+ 
+ using barcodeRecognition::barcode_v4l;
+ 
+diff -u -r tellico-3.1.4/src/fetch/z3950connection.cpp 
tellico-3.1.4-compilefix/src/fetch/z3950connection.cpp
+--- tellico-3.1.4/src/fetch/z3950connection.cpp2018-12-19 
01:27:45.898264238 +
 tellico-3.1.4-compilefix/src/fetch/z3950connection.cpp 2019-04-19 
21:00:07.934520303 +
+@@ -38,11 +38,9 @@
+ #include 
+ 
+ #ifdef HAVE_YAZ
+-extern "C" {
+ #include 
+ #include 
+ #include 
+-}
+ #endif
+ 
+ namespace {
+diff -u -r tellico-3.1.4/src/translators/bibteximporter.h 
tellico-3.1.4-compilefix/src/translators/bibteximporter.h
+--- tellico-3.1.4/src/translators/bibteximporter.h 2018-12-19 
01:27:45.930264959 +
 tellico-3.1.4-compilefix/src/translators/bibteximporter.h  2019-04-19 
20:57:10.950756820 +
+@@ -29,7 +29,6 @@
+ #include "../datavectors.h"
+ 
+ #include 
+-extern "C" {
+ #ifdef HAVE_LIBBTPARSE
+ /* btparse has a struct member 'class' */
+ #define class errclass
+@@ -38,7 +37,6 @@
+ #else
+ #include "btparse/btparse.h"
+ #endif
+-}
+ 
+ #include 
+ #include 
+diff -u -r tellico-3.1.4/src/translators/csvparser.cpp 
tellico-3.1.4-compilefix/src/translators/csvparser.cpp
+--- tellico-3.1.4/src/translators/csvparser.cpp2018-12-19 
01:27:45.930264959 +
 tellico-3.1.4-compilefix/src/translators/csvparser.cpp 2019-04-19 
20:55:35.283857957 +
+@@ -29,13 +29,11 @@
+ 
+ #include 
+ 
+-extern "C" {
+ #ifdef HAVE_LIBCSV
+ #include 
+ #else
+ #include "libcsv/libcsv.h"
+ #endif
+-}
+ 
+ typedef int(*SpaceFunc)(char);
+ 
+diff -u -r tellico-3.1.4/src/translators/freedb_util.cpp 
tellico-3.1.4-compilefix/src/translators/freedb_util.cpp
+--- tellico-3.1.4/src/translators/freedb_util.cpp  2018-12-19 
01:27:45.930264959 +
 tellico-3.1.4-compilefix/src/translators/freedb_util.cpp   2019-04-19 
20:54:32.787039744 +
+@@ -29,12 +29,10 @@
+ 
+ #include 
+ 
+-extern "C" {
+ #ifdef HAVE_CDIO
+ #include 
+ #include 
+ #endif
+-}
+ 
+ namespace {
+ #ifdef HAVE_CDIO
+diff -u -r tellico-3.1.4/src/translators/htmlexporter.cpp 
tellico-3.1.4-compilefix/src/translators/htmlexporter.cpp
+--- tellico-3.1.4/src/translators/htmlexporter.cpp 2018-12-19 
01:27:45.934265049 +
 tellico-3.1.4-compilefix/src/translators/htmlexporter.cpp  2019-04-19 
20:53:32.223559678 +
+@@ -61,10 +61,8 @@
+ #include 
+ #include 
+ 
+-extern "C" {
+ #include 
+ #include 
+-}
+ 
+

[arch-commits] Commit in tellico/repos/community-x86_64 (5 files)

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 21:13:57
  Author: heftig
Revision: 452068

archrelease: copy trunk to community-x86_64

Added:
  tellico/repos/community-x86_64/PKGBUILD
(from rev 452067, tellico/trunk/PKGBUILD)
  tellico/repos/community-x86_64/compilefix.diff
(from rev 452067, tellico/trunk/compilefix.diff)
  tellico/repos/community-x86_64/tellico.changelog
(from rev 452067, tellico/trunk/tellico.changelog)
Deleted:
  tellico/repos/community-x86_64/PKGBUILD
  tellico/repos/community-x86_64/tellico.changelog

---+
 PKGBUILD  |   82 +
 compilefix.diff   |  128 
 tellico.changelog |  118 +++
 3 files changed, 230 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 21:13:43 UTC (rev 452067)
+++ PKGBUILD2019-04-19 21:13:57 UTC (rev 452068)
@@ -1,39 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=tellico
-pkgver=3.1.4
-pkgrel=2
-pkgdesc="A collection manager for KDE"
-arch=('x86_64')
-url="http://tellico-project.org/";
-license=('GPL')
-depends=('exempi' 'hicolor-icon-theme' 'kio' 'libksane' 'libkcddb' 'libcddb' 
- 'libcdio' 'kfilemetadata' 'knewstuff' 'kxmlgui' 'kitemmodels'
- 'python2' 'solid' 'khtml' 'yaz' 'taglib' 'poppler-qt5' 'qt5-base')
-makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
-changelog=$pkgname.changelog
-source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
-sha256sums=('8f611e3be8be095de38fe27d76f3ddeae09962c9aec00298031cc3e71eae95f9')
-
-build() {
-  cd "${srcdir}"
-
-  mkdir build && cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Nepomuk=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-# fix python 2.7 path
-  find "${pkgdir}" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
-}

Copied: tellico/repos/community-x86_64/PKGBUILD (from rev 452067, 
tellico/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 21:13:57 UTC (rev 452068)
@@ -0,0 +1,43 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=tellico
+pkgver=3.1.4
+pkgrel=3
+pkgdesc="A collection manager for KDE"
+arch=('x86_64')
+url="http://tellico-project.org/";
+license=('GPL')
+depends=('exempi' 'hicolor-icon-theme' 'kio' 'libksane' 'libkcddb' 'libcddb' 
+ 'libcdio' 'kfilemetadata' 'knewstuff' 'kxmlgui' 'kitemmodels'
+ 'python2' 'solid' 'khtml' 'yaz' 'taglib' 'poppler-qt5' 'qt5-base')
+makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
+changelog=$pkgname.changelog
+source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz
+compilefix.diff)
+sha256sums=('8f611e3be8be095de38fe27d76f3ddeae09962c9aec00298031cc3e71eae95f9'
+'7f0a13e2047b61b104dfc38e456e6d51808d3f5080e0aff97e75d6a161327069')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix "error: template with C linkage"
+  patch -Np1 -i ../compilefix.diff
+}
+
+build() {
+  cmake -H$pkgname-$pkgver -Bbuild \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Nepomuk=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --build build --target install
+
+  # fix python 2.7 path
+  find "${pkgdir}" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}

Copied: tellico/repos/community-x86_64/compilefix.diff (from rev 452067, 
tellico/trunk/compilefix.diff)
===
--- compilefix.diff (rev 0)
+++ compilefix.diff 2019-04-19 21:13:57 UTC (rev 452068)
@@ -0,0 +1,128 @@
+diff -u -r tellico-3.1.4/src/barcode/barcode_v4l.cpp 
tellico-3.1.4-compilefix/src/barcode/barcode_v4l.cpp
+--- tellico-3.1.4/src/barcode/barcode_v4l.cpp  2018-12-19 01:27:45.878263787 
+
 tellico-3.1.4-compilefix/src/barcode/barcode_v4l.cpp   2019-04-19 
21:00:33.821249938 +
+@@ -31,9 +31,7 @@
+ #include 
+ #include 
+ 
+-extern "C" {
+ #include 
+-}
+ 
+ using barcodeRecognition::barcode_v4l;
+ 
+diff -u -r tellico-3.1.4/src/fetch/z3950connection.cpp 
tellico-3.1.4-compilefix/src/fetch/z3950connection.cpp
+--- tellico-3.1.4/src/fetch/z3950connection.cpp2018-12-19 
01:27:45.898264238 +
 tellico-3.1.4-compilefix/src/fetch/z3950connection.cpp 2019-04-19 
21:00:07.934520303 +
+@@ -38,11 +38,9 @@
+ #include 
+ 
+ #ifdef HAVE_YAZ
+-extern "C" {
+ #include 
+ #include 
+ #include 
+-}
+ #endif
+ 
+ namespace {
+diff -u -r tellico-3.1.4/src/transl

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

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 21:19:01
  Author: heftig
Revision: 452069

18.1-3

Modified:
  kodi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 21:13:57 UTC (rev 452068)
+++ PKGBUILD2019-04-19 21:19:01 UTC (rev 452069)
@@ -20,7 +20,7 @@
 pkgbase=kodi
 pkgname=('kodi' 'kodi-eventclients' 'kodi-tools-texturepacker' 'kodi-dev')
 pkgver=18.1
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://kodi.tv";
 license=('GPL2')


[arch-commits] Commit in kodi/repos/community-x86_64 (16 files)

2019-04-19 Thread Jan Steffens via arch-commits
Date: Friday, April 19, 2019 @ 21:19:22
  Author: heftig
Revision: 452070

archrelease: copy trunk to community-x86_64

Added:
  kodi/repos/community-x86_64/10160.patch
(from rev 452069, kodi/trunk/10160.patch)
  kodi/repos/community-x86_64/10775.patch
(from rev 452069, kodi/trunk/10775.patch)
  kodi/repos/community-x86_64/9703.patch
(from rev 452069, kodi/trunk/9703.patch)
  kodi/repos/community-x86_64/PKGBUILD
(from rev 452069, kodi/trunk/PKGBUILD)
  kodi/repos/community-x86_64/cheat-sse-build.patch
(from rev 452069, kodi/trunk/cheat-sse-build.patch)
  kodi/repos/community-x86_64/cpuinfo
(from rev 452069, kodi/trunk/cpuinfo)
  kodi/repos/community-x86_64/fix-ftpparse.patch
(from rev 452069, kodi/trunk/fix-ftpparse.patch)
  kodi/repos/community-x86_64/fix-python-lib-path.patch
(from rev 452069, kodi/trunk/fix-python-lib-path.patch)
Deleted:
  kodi/repos/community-x86_64/10160.patch
  kodi/repos/community-x86_64/10775.patch
  kodi/repos/community-x86_64/9703.patch
  kodi/repos/community-x86_64/PKGBUILD
  kodi/repos/community-x86_64/cheat-sse-build.patch
  kodi/repos/community-x86_64/cpuinfo
  kodi/repos/community-x86_64/fix-ftpparse.patch
  kodi/repos/community-x86_64/fix-python-lib-path.patch

---+
 10160.patch   |   44 
 10775.patch   | 1678 -
 9703.patch| 2864 ++--
 PKGBUILD  |  486 +++
 cheat-sse-build.patch |   22 
 cpuinfo   |8 
 fix-ftpparse.patch|  142 +-
 fix-python-lib-path.patch |   58 
 8 files changed, 2651 insertions(+), 2651 deletions(-)

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


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

2019-04-19 Thread David Runge via arch-commits
Date: Friday, April 19, 2019 @ 22:06:46
  Author: dvzrv
Revision: 350920

upgpkg: fluidsynth 2.0.5-1

Upgrading to 2.0.5, introducing bugfixes and improvements to systemd 
integration.

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:36:47 UTC (rev 350919)
+++ PKGBUILD2019-04-19 22:06:46 UTC (rev 350920)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 provides=('soundfont-synthesizer')
 backup=("etc/conf.d/$pkgname")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz";)
-sha512sums=('d58ddc5f4da9bb5954a82749617548ef32edd25f6ca5c6d5c2b06d23090784ec175d2422553a66776f543c6b253f037a6cf1e717a853344ffb899fa53752eec0')
+sha512sums=('5344ac889d2927dc2465bae40096d756a9bf9b1100e287ba0621c55ffc76f9cb8fa763f6bc832d701cd0ad2997965cf344f58ae4b3dd445eb3491e3659c093d9')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-04-19 Thread David Runge via arch-commits
Date: Friday, April 19, 2019 @ 22:06:55
  Author: dvzrv
Revision: 350921

archrelease: copy trunk to extra-x86_64

Added:
  fluidsynth/repos/extra-x86_64/PKGBUILD
(from rev 350920, fluidsynth/trunk/PKGBUILD)
Deleted:
  fluidsynth/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 22:06:46 UTC (rev 350920)
+++ PKGBUILD2019-04-19 22:06:55 UTC (rev 350921)
@@ -1,54 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=fluidsynth
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
-arch=('x86_64')
-url="http://www.fluidsynth.org/";
-license=('LGPL')
-groups=('pro-audio')
-depends=('glib2' 'libpulse' 'portaudio')
-makedepends=('cmake' 'ladspa' 'doxygen')
-optdepends=('pulseaudio: PulseAudio sound support')
-provides=('soundfont-synthesizer')
-backup=("etc/conf.d/$pkgname")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz";)
-sha512sums=('d58ddc5f4da9bb5954a82749617548ef32edd25f6ca5c6d5c2b06d23090784ec175d2422553a66776f543c6b253f037a6cf1e717a853344ffb899fa53752eec0')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # out-of-tree build
-  mkdir build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/build"
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
-   -Denable-ladspa=ON \
-   -Denable-portaudio=ON \
-   -DLIB_SUFFIX=""
-  make
-}
-
-check() {
-  cd "${pkgname}-${pkgver}/build"
-  make -k check
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="$pkgdir" install
-  # systemd user unit
-  install -vDm 644 "${pkgname}.service" \
--t "$pkgdir/usr/lib/systemd/user/"
-  # system-wide configuration file
-  install -vDm 644 "${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 ../{AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO}
-}
-

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


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

2019-04-19 Thread Eli Schwartz via arch-commits
Date: Friday, April 19, 2019 @ 23:35:59
  Author: eschwartz
Revision: 452071

upgpkg: firefox-adblock-plus 3.5.2-1

upstream release

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 21:19:22 UTC (rev 452070)
+++ PKGBUILD2019-04-19 23:35:59 UTC (rev 452071)
@@ -2,9 +2,9 @@
 # Maintainer: Eli Schwartz 
 
 pkgname=firefox-adblock-plus
-pkgver=3.5.1
+pkgver=3.5.2
 pkgrel=1
-_file=1731512
+_file=1748627
 pkgdesc="Extension for firefox which block ads and banners"
 arch=('any')
 url="https://adblockplus.org/";
@@ -13,7 +13,8 @@
 # https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
 
source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi";)
 noextract=("adblock-plus-$pkgver.xpi")
-sha256sums=('7aeb75688014bdf5e80d43991f46eca6dfc0eeb1918b780f330d82c7e2d2298a')
+sha256sums=('63818b07a0c62074aa79045685eaf37d09e89daace67db4a363e6f85816731f6')
+b2sums=('b7bdf7731878d0961773679c42a4552d12611a8d305edd046ec4e62a61f267acb8e3e231c1f4dd6dd5de99541bee12ee7a46e410e45f2236ee0bbaef39b2ac96')
 
 package() {
   depends=("firefox")


[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)

2019-04-19 Thread Eli Schwartz via arch-commits
Date: Friday, April 19, 2019 @ 23:36:30
  Author: eschwartz
Revision: 452072

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 452071, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-19 23:35:59 UTC (rev 452071)
+++ PKGBUILD2019-04-19 23:36:30 UTC (rev 452072)
@@ -1,25 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eli Schwartz 
-
-pkgname=firefox-adblock-plus
-pkgver=3.5.1
-pkgrel=1
-_file=1731512
-pkgdesc="Extension for firefox which block ads and banners"
-arch=('any')
-url="https://adblockplus.org/";
-license=('GPL3')
-groups=('firefox-addons')
-# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
-source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi";)
-noextract=("adblock-plus-$pkgver.xpi")
-sha256sums=('7aeb75688014bdf5e80d43991f46eca6dfc0eeb1918b780f330d82c7e2d2298a')
-
-package() {
-  depends=("firefox")
-
-  cd "${srcdir}"
-  _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  install -Dm644 adblock-plus-${pkgver}.xpi "${_extension_dest}.xpi"
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 452071, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-19 23:36:30 UTC (rev 452072)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eli Schwartz 
+
+pkgname=firefox-adblock-plus
+pkgver=3.5.2
+pkgrel=1
+_file=1748627
+pkgdesc="Extension for firefox which block ads and banners"
+arch=('any')
+url="https://adblockplus.org/";
+license=('GPL3')
+groups=('firefox-addons')
+# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
+source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi";)
+noextract=("adblock-plus-$pkgver.xpi")
+sha256sums=('63818b07a0c62074aa79045685eaf37d09e89daace67db4a363e6f85816731f6')
+b2sums=('b7bdf7731878d0961773679c42a4552d12611a8d305edd046ec4e62a61f267acb8e3e231c1f4dd6dd5de99541bee12ee7a46e410e45f2236ee0bbaef39b2ac96')
+
+package() {
+  depends=("firefox")
+
+  cd "${srcdir}"
+  _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  install -Dm644 adblock-plus-${pkgver}.xpi "${_extension_dest}.xpi"
+}


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

2019-04-19 Thread Andrew Crerar via arch-commits
Date: Saturday, April 20, 2019 @ 01:05:48
  Author: andrewsc
Revision: 452073

upgpkg: firefox-developer-edition 67.0b12-1

firefox-developer-edition: Updating to 67.0b12

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 23:36:30 UTC (rev 452072)
+++ PKGBUILD2019-04-20 01:05:48 UTC (rev 452073)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=67.0b11
+pkgver=67.0b12
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2019-04-19 Thread Andrew Crerar via arch-commits
Date: Saturday, April 20, 2019 @ 01:26:22
  Author: andrewsc
Revision: 452074

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 452073, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 452073, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 452073, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 452073, 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  |  360 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 597 insertions(+), 597 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 01:05:48 UTC (rev 452073)
+++ PKGBUILD2019-04-20 01:26:22 UTC (rev 452074)
@@ -1,180 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=67.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' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rustup' 'mercurial' 'clang' 
'llvm' 'jack'
- 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech'
-'hunspell-en_US: Spell Checking, American English')
-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() {
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
-  rustup default 1.32.0
-
-  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-hardening
-ac_add_options --enable-optimize
-ac_add_options --enable-rust-simd
-ac_add_options --enable-lto
-export MOZ_PGO=1
-export CC=clang
-export CXX=clang++
-export AR=llvm-ar
-export NM=llvm-nm
-export RANLIB=llvm-ranlib
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-export MOZILLA_OFFICIAL=1
-export MOZ_APP_REMOTINGNAME=${pkgname//-/}
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_REQUIRE_SIGNING=0
-
-# Keys
-ac_add_options 
--with-google-location-service-api-keyfi

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

2019-04-19 Thread Andrew Crerar via arch-commits
Date: Saturday, April 20, 2019 @ 01:55:43
  Author: andrewsc
Revision: 452075

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

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 01:26:22 UTC (rev 452074)
+++ PKGBUILD2019-04-20 01:55:43 UTC (rev 452075)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=67.0b11
+pkgver=67.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...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('810e37ae6aa0dd23c9b5a976c412a19096e90a7c882fc2fe2c0603999e8cdee80d69c97d20b8fd4e9eead6970abb6f972f46302ecdec73c1e83f42dc346764af'
-
'6165479491010b84cab34f1adad6ae8ca1e12059ac53f113a2c667c157e4a98cca5181b2861f155f570d9bd785c6bcbb63f0b77ae32c2603a7bc50cc8b2cc783'
-
'79efb3ad52cbfb5d11663413092dd6bba87be8e3ce0280276167512c633cec37b77498bc2d168642029051b26e361380e06904148cda76ef6cd9379d8a80b968'
-
'aa26848cb69bb268b1f0b17e7252744fcc1d85100e07f85141c6bce6225807b78bfc83cafb8b707dbe3c435ba912a0b33c96072f8e5278f423236c9040876bef'
-
'29fb85c5822af930635c1a874d2112c7f126b913b14609d97af9b20c7b845f554fcef3e5df067483f7e4469b0caf968e5ac8df90bc3d3480570a4156a4ff'
-
'ebbbd2ed561d5e204a4eae65d970c418d0501d17392c201620dc44c6ba49f58e25fedab7d5817e587b150d6798bd3bd53d497b18db5bd0b0a696cab08a2099f8'
-
'f297283625684bcdd2f18d6c2632e1359f5d9b7ec5daa17debfe55bc00be49efce49bdb89c386b910db8a0c832d133478cddaabd048b66430e13bf75326aa52a'
-
'd058af0b16b9e3b7b43d9effd969752b3d532792a2919206c4bb3c2fb2d3734acbcd14ac262518d5f06964421e93d1fab4b4c20596bebc3bbf133e7d92205e49'
-
'2694bd8e0d4de87ace53f51cdf19afc17734835a8e77b654af013d2f4604a8753ea0eec5a0e6d6e806faf2ff8cab8f5762458dd3f9b866c8ba79f467e4601875'
-
'bda5494bd540726040a7521788c38016cb79525efd65251ba710522966587ceb712e89831489bb79acdd8163462e6735b706dc806e0c11faae351f15b5693347'
-
'1b87974f56a9a35aedbbccbdc50dbb5b307df46f239b70bab172610c4ffb9f94e7b4eef6782d14d390bc95c13ba99fd38e5202fc5d8429cc544b1e9242923cb3'
-
'487b13dbb3af095d02415c66b19f8f691a01df4d9c8243061afa935fc730dd0dfa0a39f9b7f30318a3c1a44640c62299718b13208cadfe5d9c68138114267fc0'
-
'97d510d780398326142705e20bf1c42904b5ad184d2405f51a4f26b4224d47fdc0430fef71edcc07fb77da240560c846f02a321bae255b22566ab70019f4db51'
-
'41939c69ad8e55181f8c6ddbf0efd21ebe2f7ee50c4bc1003082312cee50d5eb92f521e487995b7064520fbc414d13c54ae8e07856f9a1c578f22ad26b9d8bd3'
-
'14f242e07e2fe74b7de437c3fad43a6bb43ca766324e3a768b56b2d2f492ae8d437ce790dcda9fca80dc17cd1afe26e5183a6497df041061c6ca97abf4db59d9'
-
'a52fc8b224fb03acf34d85f28503470cb63c5ae9a88dce2db17b62598f9bb2bbc0166796c98a9c4146cbb1d518d3c232eef0eaec2b8743e47562e3448568c77d'
-
'c1429b47a51fdceac26417551c755352b657d92ee3fa326725684f1571c5e1497e525f316beb5a7e0bb44bec06270c913c18be8eff463acc11645e140493a96e'
-
'6d5f737a293a1053c74d290ea6d23f1409c234b0ee5a8e29597fb81d9e7e70133ae319f506e491c150580b5b64c073a1762fb6f4acb39f43543bbe113dfbb800'
-
'6969158dfbe94971e10390112be1267118c22fa6316fed19cbdb08d9eb6bc86168873e5f134903d05884527c6bd357073d2fc2b72c4fcd2ee83630b43d56'
-
'b5e94330e0a6e58514b61af412fcbae341435e254f1d648e0db5a1d28d7bb135268dc4bad4b27001a2b45325c3572bd419bb63522853474a7a2839e2cc9df518'
-
'9782ec99675909c7ddfb54229e840d79e135366e944ac18b8f75e82ceda12248cf2ee72b2c5ee05d8524d32a638e9f35ed341648f71225fcce87ab85c301c0c2'
-
'e9703e7d4693bd9ced1dd8baa2fd1276e1198bbec44ff90153f10fa919ae7bee74d78a21a042582d51f133a6fb40b35c91b3bc19588ab355a8b6e14ec9d9'
-
'3e3b6d82a6303cad027686984b56e8a12d30526dc93f24f6732188664d0811b577af449e2e8d1a214195997fa56d0c97cec7f286dacfed976244fcbe7e59e160'
-
'34b208c3ea68fbbe0eb61948f4a6267954b8206271bcca7ceb5741421bd65ed3f4055d3e8c2ee57f037aa7514e2c23f5e810bd1086dc934488d9b3fe6869a030'
-
'b62daccf9333af567cde5bab527f30affa61475ecc66c23446c2afc466a59d039e0c7cf502c8be93fd232ee8ce2e9e28c519c1061a4c30965c4f237cd34f2f67'
-
'662d791356a8b326e44005740d309bf4be2b7716e0cd9a929baac550cb5195cf8b9b4e44907c4ed9cb875e36d687cc5589a2d2f30935d606363f2bdb8be0946b'
-
'b22b0b35cb5cb133a8b4a3aa3a979f1b69dbafc938736f2ce10587733d680d4b28decc0ac9e751ad55a1e0aecb305109d9462342ef038b153e29d1a21b4bd504'
-
'9b4f697d1ccd380adf819d6018b6b9cbcaa60886d100d446d0bae834c9cd02f8c9201899b303c068955dbe9f2b9706d6bcb8bfd80cedd6f9a20fdc3758483ce2'
-
'35399

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

2019-04-19 Thread Andrew Crerar via arch-commits
Date: Saturday, April 20, 2019 @ 02:13:38
  Author: andrewsc
Revision: 452076

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 452075, 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
===
--- PKGBUILD2019-04-20 01:55:43 UTC (rev 452075)
+++ PKGBUILD2019-04-20 02:13:38 UTC (rev 452076)
@@ -1,232 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=67.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...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('810e37ae6aa0dd23c9b5a976c412a19096e90a7c882fc2fe2c0603999e8cdee80d69c97d20b8fd4e9eead6970abb6f972f46302ecdec73c1e83f42dc346764af'
-
'6165479491010b84cab34f1adad6ae8ca1e12059ac53f113a2c667c157e4a98cca5181b2861f155f570d9bd785c6bcbb63f0b77ae32c2603a7bc50cc8b2cc783'
-
'79efb3ad52cbfb5d11663413092dd6bba87be8e3ce0280276167512c633cec37b77498bc2d168642029051b26e361380e06904148cda76ef6cd9379d8a80b968'
-
'aa26848cb69bb268b1f0b17e7252744fcc1d85100e07f85141c6bce6225807b78bfc83cafb8b707dbe3c435ba912a0b33c96072f8e5278f423236c9040876bef'
-
'29fb85c5822af930635c1a874d2112c7f126b913b14609d97af9b20c7b845f554fcef3e5df067483f7e4469b0caf968e5ac8df90bc3d3480570a4156a4ff'
-
'ebbbd2ed561d5e204a4eae65d970c418d0501d17392c201620dc44c6ba49f58e25fedab7d5817e587b150d6798bd3bd53d497b18db5bd0b0a696cab08a2099f8'
-
'f297283625684bcdd2f18d6c2632e1359f5d9b7ec5daa17de

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

2019-04-19 Thread Brett Cornwall via arch-commits
Date: Saturday, April 20, 2019 @ 04:30:16
  Author: ainola
Revision: 452077

upgpkg: mako 1.3-1

Modified:
  mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 02:13:38 UTC (rev 452076)
+++ PKGBUILD2019-04-20 04:30:16 UTC (rev 452077)
@@ -2,23 +2,28 @@
 # Contributor: Drew DeVault
 
 pkgname=mako
-pkgver=1.2
-pkgrel=4
+pkgver=1.3
+pkgrel=1
 license=('MIT')
 pkgdesc='Lightweight notification daemon for Wayland'
 makedepends=("meson" "scdoc" "wayland-protocols")
 depends=(
-   "cairo"
+   "gdk-pixbuf2"
"pango"
+   "systemd-libs"
"wayland"
 )
 arch=("x86_64")
 url='https://mako-project.org'
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/emersion/$pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('56f083e355295cf11831f4c3f54a95b04df1a352232ab24b0cd30c3255949e0f')
+sha256sums=('a048bf81907014c8f133a7726e771d0026fa9bbbf81ee7aa6852db3ac7e7806f')
 
+
 build() {
-   arch-meson "$pkgname-$pkgver" build
+   meson --prefix /usr \
+   --buildtype=plain \
+   -Dzsh-completions=true \
+   "$pkgname-$pkgver" build
ninja -C build
 }
 


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

2019-04-19 Thread Brett Cornwall via arch-commits
Date: Saturday, April 20, 2019 @ 04:30:45
  Author: ainola
Revision: 452078

archrelease: copy trunk to community-x86_64

Added:
  mako/repos/community-x86_64/PKGBUILD
(from rev 452077, mako/trunk/PKGBUILD)
Deleted:
  mako/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 04:30:16 UTC (rev 452077)
+++ PKGBUILD2019-04-20 04:30:45 UTC (rev 452078)
@@ -1,29 +0,0 @@
-# Maintainer: Ainola 
-# Contributor: Drew DeVault
-
-pkgname=mako
-pkgver=1.2
-pkgrel=3
-license=('MIT')
-pkgdesc='Lightweight notification daemon for Wayland'
-makedepends=("meson" "scdoc" "wayland-protocols")
-depends=(
-   "cairo"
-   "libsystemd"
-   "pango"
-   "wayland"
-)
-arch=("x86_64")
-url='https://mako-project.org'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/emersion/$pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('56f083e355295cf11831f4c3f54a95b04df1a352232ab24b0cd30c3255949e0f')
-
-build() {
-   arch-meson "$pkgname-$pkgver" build
-   ninja -C build
-}
-
-package() {
-   DESTDIR="$pkgdir" ninja -C build install
-   install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: mako/repos/community-x86_64/PKGBUILD (from rev 452077, 
mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-20 04:30:45 UTC (rev 452078)
@@ -0,0 +1,33 @@
+# Maintainer: Ainola 
+# Contributor: Drew DeVault
+
+pkgname=mako
+pkgver=1.3
+pkgrel=1
+license=('MIT')
+pkgdesc='Lightweight notification daemon for Wayland'
+makedepends=("meson" "scdoc" "wayland-protocols")
+depends=(
+   "gdk-pixbuf2"
+   "pango"
+   "systemd-libs"
+   "wayland"
+)
+arch=("x86_64")
+url='https://mako-project.org'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/emersion/$pkgname/archive/v$pkgver.tar.gz";)
+sha256sums=('a048bf81907014c8f133a7726e771d0026fa9bbbf81ee7aa6852db3ac7e7806f')
+
+
+build() {
+   meson --prefix /usr \
+   --buildtype=plain \
+   -Dzsh-completions=true \
+   "$pkgname-$pkgver" build
+   ninja -C build
+}
+
+package() {
+   DESTDIR="$pkgdir" ninja -C build install
+   install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}