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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 23:09:37
  Author: dvzrv
Revision: 821045

archrelease: copy trunk to community-staging-x86_64

Added:
  qjackctl/repos/community-staging-x86_64/
  qjackctl/repos/community-staging-x86_64/PKGBUILD
(from rev 821044, qjackctl/trunk/PKGBUILD)

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

Copied: qjackctl/repos/community-staging-x86_64/PKGBUILD (from rev 821044, 
qjackctl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-15 23:09:37 UTC (rev 821045)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Tobias Kieslich 
+
+pkgname=qjackctl
+pkgver=0.9.0
+pkgrel=3
+pkgdesc="A Qt front-end for the JACK low-latency audio server"
+url="https://qjackctl.sourceforge.io;
+arch=('x86_64')
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'cmake' 'jack' 'qt5-tools' 'portaudio')
+optdepends=('jack2-dbus: for JACK dbus support'
+'portaudio: for Portaudio support')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('5aa6f3e86b6a5c528daa5fdb71b5400d5882fea6569d585a86bb6b9fa66b62699472fd82999a6f4eb1a375c70e684a20214240c1fc3b44239c22d182e3ae1b1c')
+b2sums=('3be89091b6efb34d2dffee92fdfda5dabadc8b6e9f9a248cc5cd60df423482dc65342e9758a98f34c5c01bfba74eac64039e3ec2de157df0e03f8bf09a7a14fc')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix='/usr'
+  make
+}
+
+package() {
+  depends+=('libasound.so' 'libjack.so')
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
+}


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 23:09:31
  Author: dvzrv
Revision: 821044

upgpkg: qjackctl 0.9.0-3: Add jack2-dbus to optdepends.

When using dbus to control jack2, jack2-dbus is required.

Modified:
  qjackctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 23:08:38 UTC (rev 821043)
+++ PKGBUILD2021-01-15 23:09:31 UTC (rev 821044)
@@ -4,7 +4,7 @@
 
 pkgname=qjackctl
 pkgver=0.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Qt front-end for the JACK low-latency audio server"
 url="https://qjackctl.sourceforge.io;
 arch=('x86_64')
@@ -12,7 +12,8 @@
 groups=('pro-audio')
 depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
 makedepends=('alsa-lib' 'cmake' 'jack' 'qt5-tools' 'portaudio')
-optdepends=('portaudio: Portaudio support')
+optdepends=('jack2-dbus: for JACK dbus support'
+'portaudio: for Portaudio support')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 
sha512sums=('5aa6f3e86b6a5c528daa5fdb71b5400d5882fea6569d585a86bb6b9fa66b62699472fd82999a6f4eb1a375c70e684a20214240c1fc3b44239c22d182e3ae1b1c')
 
b2sums=('3be89091b6efb34d2dffee92fdfda5dabadc8b6e9f9a248cc5cd60df423482dc65342e9758a98f34c5c01bfba74eac64039e3ec2de157df0e03f8bf09a7a14fc')


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 23:08:38
  Author: dvzrv
Revision: 821043

archrelease: copy trunk to community-staging-x86_64

Added:
  cadence/repos/community-staging-x86_64/
  cadence/repos/community-staging-x86_64/PKGBUILD
(from rev 821042, cadence/trunk/PKGBUILD)

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

Copied: cadence/repos/community-staging-x86_64/PKGBUILD (from rev 821042, 
cadence/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-15 23:08:38 UTC (rev 821043)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+# Contributor: Llewelyn Trahaearn 
+# Contributor: falkTX 
+
+_name=Cadence
+pkgname=cadence
+pkgver=0.9.1
+pkgrel=4
+pkgdesc="JACK toolbox for audio production."
+arch=('x86_64')
+url="https://kx.studio/Applications:Cadence;
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'jack2-dbus' 'python-dbus'
+'python-pyqt5' 'qt5-base' 'qt5-svg')
+makedepends=('a2jmidid' 'jack_capture' 'libpulse' 'pulseaudio-jack'
+'python-rdflib' 'zita-ajbridge')
+optdepends=('a2jmidid: ALSA to JACK MIDI bridge'
+'jack_capture: recording via Cadence-Render'
+'pulseaudio-jack: PulseAudio to JACK bridge'
+'python-rdflib: LADSPA-RDF support in Carla'
+'zita-ajbridge: ALSA to JACK bridge')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/v${pkgver}.tar.gz;
+
"${pkgname}-0.9.1-qt5.15.patch::https://github.com/falkTX/Cadence/pull/289/commits/887c3fde037c79f0f24bfeb8bc96e704fb2afd25.patch;
+)
+sha512sums=('daa9df947f0198522172451ec3d2a0e138de5245d4fa849c89ae17fc141388467bdb2e5b1ed191d1db372f4d1c02a8f1c32458c20b893d413af8fdce72ee9219'
+
'07cf8055f89b5a75ab817896f4ec68e8b1e21cf3a8f7a4f13cd1ed9a9ef1a669be624201daeacf6d13e7ee6f922b16ef650d402640710a971cd05e87b6b92389')
+b2sums=('0f96a3eadc90540ef455e3b9c9abe1b8dc0d912936642c77e52a3704367f06e870b4cbe0bee78482436b9b099063c66b0b04007e8905b7eaf213d6b2f9aa08d1'
+
'bd50aceb435ce7c1245543aa3c686679757a4731aafcb6d4f14519deebaf2a0fed1289546f241d35593057be0589a7ca2fe1d8918a4d7f0302fc882576000eeb')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i ../"${pkgname}-0.9.1-qt5.15.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  # docs
+  install -vDm 644 {README.md,TODO} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # removing empty directory
+  rm -rfv "${pkgdir}/usr/share/cadence/icons"
+  # removing claudia, as its runtime dependency ladish (dead) depends on
+  # flowcanvas (dead)
+  rm -rfv "${pkgdir}/usr/bin/claudia"* \
+  "${pkgdir}/usr/share/applications/claudia"* \
+  "${pkgdir}/usr/share/${pkgname}/"{icons,src}/{,ui_}claudia* \
+  
"${pkgdir}/usr/share/icons/hicolor/"{128x128,16x16,256x256,48x48,scalable}/apps/claudia*
+}


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 23:08:24
  Author: dvzrv
Revision: 821042

upgpkg: cadence 0.9.1-4: Add jack2-dbus to depends.

Cadence requires using the dbus integration for jack2.
However, dbus integration is incompatible with pipewire.

Modified:
  cadence/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 23:04:20 UTC (rev 821041)
+++ PKGBUILD2021-01-15 23:08:24 UTC (rev 821042)
@@ -5,13 +5,13 @@
 _name=Cadence
 pkgname=cadence
 pkgver=0.9.1
-pkgrel=3
+pkgrel=4
 pkgdesc="JACK toolbox for audio production."
 arch=('x86_64')
 url="https://kx.studio/Applications:Cadence;
 license=('GPL2')
 groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'jack' 'python-dbus'
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'jack2-dbus' 'python-dbus'
 'python-pyqt5' 'qt5-base' 'qt5-svg')
 makedepends=('a2jmidid' 'jack_capture' 'libpulse' 'pulseaudio-jack'
 'python-rdflib' 'zita-ajbridge')


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 23:04:20
  Author: dvzrv
Revision: 821041

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-jack2/repos/multilib-staging-x86_64/
  lib32-jack2/repos/multilib-staging-x86_64/PKGBUILD
(from rev 821040, lib32-jack2/trunk/PKGBUILD)

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

Copied: lib32-jack2/repos/multilib-staging-x86_64/PKGBUILD (from rev 821040, 
lib32-jack2/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2021-01-15 23:04:20 UTC (rev 821041)
@@ -0,0 +1,59 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+_name=jack2
+pkgname=lib32-jack2
+pkgver=1.9.17
+pkgrel=1
+pkgdesc="The JACK low-latency audio server (32 bit)"
+arch=('x86_64')
+url="https://github.com/jackaudio/jack2;
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-gcc-libs' 'lib32-glibc' 'lib32-opus' "jack2=${pkgver}")
+makedepends=('git' 'lib32-celt' 'lib32-dbus' 'lib32-expat' 'lib32-readline'
+'lib32-libsamplerate' 'lib32-libsndfile' 'waf')
+provides=('lib32-jack' 'libjack.so')
+conflicts=('lib32-jack')
+source=("git+https://github.com/jackaudio/${_name}.git#tag=v${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0') # falkTX 

+
+prepare() {
+  cd "${_name}"
+  # copying relevant custom waf scripts and loading them specifically using
+  # wscript
+  touch __init__.py
+  mkdir -vp tools
+  cp -v waflib/extras/xcode*.py tools
+  rm -rv waflib
+  sed -e "s/load('xcode'/load('xcode', tooldir='tools'/g" \
+  -e "s/load('xcode6'/load('xcode6', tooldir='tools'/g" \
+  -i wscript
+}
+
+build() {
+  cd "${_name}"
+  export PYTHONPATH="${PWD}:${PYTHONPATH}"
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  export CXXFLAGS+=' -m32'
+  export CFLAGS+=' -m32'
+  waf configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--classic \
+--dbus
+  waf build
+}
+
+package() {
+  depends+=('libcelt0.so')
+  cd "${_name}"
+  export PYTHONPATH="${PWD}:${PYTHONPATH}"
+  waf install --destdir="${pkgdir}"
+  # remove all non-32bit and those provided by jack2
+  rm -rf "${pkgdir}"/usr/{bin,lib,include,share}
+  rm -rf "${pkgdir}/usr/lib32/jack/"
+  rm -rf "${pkgdir}/usr/lib32/libjack"{net,server}*
+}
+# vim:set ts=2 sw=2 et:


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 23:04:07
  Author: dvzrv
Revision: 821040

upgpkg: lib32-jack2 1.9.17-1: Upgrade to 1.9.17.

Update description and url according to community/jack2.

Modified:
  lib32-jack2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 22:59:53 UTC (rev 821039)
+++ PKGBUILD2021-01-15 23:04:07 UTC (rev 821040)
@@ -3,11 +3,11 @@
 
 _name=jack2
 pkgname=lib32-jack2
-pkgver=1.9.16
+pkgver=1.9.17
 pkgrel=1
-pkgdesc="The next-generation JACK with SMP support (32 bit)"
+pkgdesc="The JACK low-latency audio server (32 bit)"
 arch=('x86_64')
-url="http://jackaudio.org/;
+url="https://github.com/jackaudio/jack2;
 license=('GPL2' 'LGPL2.1')
 depends=('lib32-gcc-libs' 'lib32-glibc' 'lib32-opus' "jack2=${pkgver}")
 makedepends=('git' 'lib32-celt' 'lib32-dbus' 'lib32-expat' 'lib32-readline'


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 22:59:53
  Author: dvzrv
Revision: 821039

archrelease: copy trunk to community-staging-x86_64

Added:
  jack2/repos/community-staging-x86_64/
  jack2/repos/community-staging-x86_64/PKGBUILD
(from rev 821038, jack2/trunk/PKGBUILD)

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

Copied: jack2/repos/community-staging-x86_64/PKGBUILD (from rev 821038, 
jack2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-15 22:59:53 UTC (rev 821039)
@@ -0,0 +1,87 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Daniele Paolella 
+# Contributor: Philipp Überbacher 
+# Contributor: Thomas Bahn 
+
+pkgbase=jack2
+pkgname=('jack2' 'jack2-dbus')
+pkgdesc="The JACK low-latency audio server"
+pkgver=1.9.17
+pkgrel=1
+arch=('x86_64')
+url="https://github.com/jackaudio/jack2;
+license=('GPL2' 'LGPL2.1')
+makedepends=('alsa-lib' 'celt' 'dbus' 'expat' 'git' 'libffado' 'libsamplerate'
+'libsndfile' 'readline' 'systemd' 'waf')
+source=("${pkgbase}::git+https://github.com/jackaudio/${pkgname}.git#tag=v${pkgver}?signed;)
+validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0') # falkTX 

+sha512sums=('SKIP')
+
+prepare() {
+  cd "${pkgbase}"
+  # copying relevant custom waf scripts and loading them specifically using
+  # wscript
+  (
+touch __init__.py
+mkdir -vp tools
+cp -v waflib/extras/xcode*.py tools
+rm -rv waflib
+sed -e "s/load('xcode'/load('xcode', tooldir='tools'/g" \
+-e "s/load('xcode6'/load('xcode6', tooldir='tools'/g" \
+-i wscript
+  )
+}
+
+build() {
+  cd "${pkgbase}"
+  export PYTHONPATH="${PWD}:${PYTHONPATH}"
+  waf configure --prefix=/usr \
+--htmldir="/usr/share/doc/${pkgbase}/" \
+--systemd-unit \
+--classic \
+--dbus
+  waf build
+}
+
+package_jack2() {
+  depends=('db' 'gcc-libs' 'glibc' 'opus' 'libasound.so' 'libcelt0.so'
+  'libdbus-1.so' 'libreadline.so' 'libsamplerate.so' 'libsndfile.so'
+  'libsystemd.so')
+  optdepends=('a2jmidid: for ALSA MIDI to JACK MIDI bridging'
+  'libffado: for firewire support using FFADO'
+  'jack2-dbus: for dbus integration'
+  'realtime-privileges: for realtime privileges'
+  'zita-ajbridge: for using multiple ALSA devices')
+  provides=('jack' 'libjack.so' 'libjacknet.so' 'libjackserver.so')
+  conflicts=('jack')
+
+  cd "${pkgbase}"
+  export PYTHONPATH="${PWD}:${PYTHONPATH}"
+  waf install --destdir="${pkgdir}"
+  rm -rfv "${pkgdir}/usr/bin/jack"{dbus,_control} "${pkgdir}/usr/share/dbus-1/"
+}
+
+package_jack2-dbus() {
+  local _names=( 'alias' 'bufsize' 'connect' 'cpu' 'cpu_load' 'disconnect'
+  'evmon' 'freewheel' 'iodelay' 'latent_client' 'load' 'lsp' 'metro'
+  'midi_dump' 'midi_latency_test' 'midiseq' 'midisine' 'monitor_client'
+  'multiple_metro' 'net_master' 'net_slave' 'netsource' 'property' 'rec'
+  'samplerate' 'server_control' 'session_notify' 'showtime' 'simdtests'
+  'simple_client' 'simple_session_client' 'test' 'thru' 'transport' 'unload'
+  'wait' 'zombie')
+
+  pkgdesc+=" (dbus integration)"
+  depends=('gcc-libs' 'glibc' 'jack2' 'libdbus-1.so' 'libexpat.so'
+  'libjackserver.so' 'python-dbus')
+
+  cd "${pkgbase}"
+  export PYTHONPATH="${PWD}:${PYTHONPATH}"
+  waf install --destdir="${pkgdir}"
+  rm -rfv "${pkgdir}/etc/" "${pkgdir}/usr/include/" "${pkgdir}/usr/lib/" \
+"${pkgdir}/usr/share/man/" "${pkgdir}/usr/bin/alsa"* 
"${pkgdir}/usr/bin/jackd"
+  for _name in "${_names[@]}"; do
+rm -v "${pkgdir}/usr/bin/jack_${_name}"
+  done
+}
+# vim:set ts=2 sw=2 et:


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 22:59:38
  Author: dvzrv
Revision: 821038

upgpkg: jack2 1.9.17-1: Upgrade to 1.9.17.

Split out the dbus integration to a jack2-dbus package to make life easier for
people not requiring it (and users of pipewire):
https://bugs.archlinux.org/task/68745
Update jack2 optdepends to include jack2-dbus.

Modified:
  jack2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 22:00:18 UTC (rev 821037)
+++ PKGBUILD2021-01-15 22:59:38 UTC (rev 821038)
@@ -4,30 +4,22 @@
 # Contributor: Philipp Überbacher 
 # Contributor: Thomas Bahn 
 
-pkgname=jack2
-pkgdesc="C++ version of the JACK low-latency audio server for multi-processor 
machines"
-pkgver=1.9.16
+pkgbase=jack2
+pkgname=('jack2' 'jack2-dbus')
+pkgdesc="The JACK low-latency audio server"
+pkgver=1.9.17
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/jackaudio/jack2;
 license=('GPL2' 'LGPL2.1')
-depends=('db' 'expat' 'gcc-libs' 'glibc' 'opus')
-makedepends=('alsa-lib' 'celt' 'dbus' 'git' 'libffado' 'libsamplerate'
+makedepends=('alsa-lib' 'celt' 'dbus' 'expat' 'git' 'libffado' 'libsamplerate'
 'libsndfile' 'readline' 'systemd' 'waf')
-optdepends=('a2jmidid: Expose ALSA MIDI in JACK MIDI'
-'libffado: Firewire support'
-'python-dbus: For jack_control'
-'realtime-privileges: Acquire realtime privileges'
-'zita-ajbridge: for using multiple ALSA devices')
-provides=('jack' 'libjack.so' 'libjacknet.so' 'libjackserver.so')
-conflicts=('jack')
-replaces=('jack2-dbus')
-source=("git+https://github.com/jackaudio/${pkgname}.git#tag=v${pkgver}?signed;)
+source=("${pkgbase}::git+https://github.com/jackaudio/${pkgname}.git#tag=v${pkgver}?signed;)
 validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0') # falkTX 

 sha512sums=('SKIP')
 
 prepare() {
-  cd "${pkgname}"
+  cd "${pkgbase}"
   # copying relevant custom waf scripts and loading them specifically using
   # wscript
   (
@@ -42,7 +34,7 @@
 }
 
 build() {
-  cd "${pkgname}"
+  cd "${pkgbase}"
   export PYTHONPATH="${PWD}:${PYTHONPATH}"
   waf configure --prefix=/usr \
 --htmldir="/usr/share/doc/${pkgbase}/" \
@@ -52,11 +44,44 @@
   waf build
 }
 
-package() {
-  depends+=('libasound.so' 'libcelt0.so' 'libdbus-1.so' 'libreadline.so'
-  'libsamplerate.so' 'libsndfile.so' 'libsystemd.so')
-  cd "${pkgname}"
+package_jack2() {
+  depends=('db' 'gcc-libs' 'glibc' 'opus' 'libasound.so' 'libcelt0.so'
+  'libdbus-1.so' 'libreadline.so' 'libsamplerate.so' 'libsndfile.so'
+  'libsystemd.so')
+  optdepends=('a2jmidid: for ALSA MIDI to JACK MIDI bridging'
+  'libffado: for firewire support using FFADO'
+  'jack2-dbus: for dbus integration'
+  'realtime-privileges: for realtime privileges'
+  'zita-ajbridge: for using multiple ALSA devices')
+  provides=('jack' 'libjack.so' 'libjacknet.so' 'libjackserver.so')
+  conflicts=('jack')
+
+  cd "${pkgbase}"
   export PYTHONPATH="${PWD}:${PYTHONPATH}"
   waf install --destdir="${pkgdir}"
+  rm -rfv "${pkgdir}/usr/bin/jack"{dbus,_control} "${pkgdir}/usr/share/dbus-1/"
 }
+
+package_jack2-dbus() {
+  local _names=( 'alias' 'bufsize' 'connect' 'cpu' 'cpu_load' 'disconnect'
+  'evmon' 'freewheel' 'iodelay' 'latent_client' 'load' 'lsp' 'metro'
+  'midi_dump' 'midi_latency_test' 'midiseq' 'midisine' 'monitor_client'
+  'multiple_metro' 'net_master' 'net_slave' 'netsource' 'property' 'rec'
+  'samplerate' 'server_control' 'session_notify' 'showtime' 'simdtests'
+  'simple_client' 'simple_session_client' 'test' 'thru' 'transport' 'unload'
+  'wait' 'zombie')
+
+  pkgdesc+=" (dbus integration)"
+  depends=('gcc-libs' 'glibc' 'jack2' 'libdbus-1.so' 'libexpat.so'
+  'libjackserver.so' 'python-dbus')
+
+  cd "${pkgbase}"
+  export PYTHONPATH="${PWD}:${PYTHONPATH}"
+  waf install --destdir="${pkgdir}"
+  rm -rfv "${pkgdir}/etc/" "${pkgdir}/usr/include/" "${pkgdir}/usr/lib/" \
+"${pkgdir}/usr/share/man/" "${pkgdir}/usr/bin/alsa"* 
"${pkgdir}/usr/bin/jackd"
+  for _name in "${_names[@]}"; do
+rm -v "${pkgdir}/usr/bin/jack_${_name}"
+  done
+}
 # vim:set ts=2 sw=2 et:


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

2021-01-15 Thread Morten Linderud via arch-commits
Date: Friday, January 15, 2021 @ 22:00:18
  Author: foxboron
Revision: 821037

archrelease: copy trunk to community-any

Added:
  python-google-api-core/repos/community-any/PKGBUILD
(from rev 821036, python-google-api-core/trunk/PKGBUILD)
Deleted:
  python-google-api-core/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 22:00:11 UTC (rev 821036)
+++ PKGBUILD2021-01-15 22:00:18 UTC (rev 821037)
@@ -1,27 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Maintainer: Morten Linderud 
-# Contributor: Kaizhao Zhang 
-
-pkgname=python-google-api-core
-pkgver=1.24.1
-pkgrel=1
-pkgdesc="Google API client core library"
-arch=('any')
-url="https://github.com/googleapis/googleapis;
-license=('Apache')
-depends=('python-setuptools' 'python-pytz' 'python-requests' 
'python-googleapis-common-protos' 'python-google-auth')
-optdepends=('python-grpcio: for grpc support')
-source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
-sha256sums=('0f1dee446db2685863c3c493a90fefa5fc7f4defaf8e1a320b50ccaddfb5d469')
-
-build() {
-  cd "google-api-core-${pkgver}"
-
-  python setup.py build
-}
-
-package() {
-  cd "google-api-core-${pkgver}"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-google-api-core/repos/community-any/PKGBUILD (from rev 821036, 
python-google-api-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 22:00:18 UTC (rev 821037)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz 
+# Maintainer: Morten Linderud 
+# Contributor: Kaizhao Zhang 
+
+pkgname=python-google-api-core
+pkgver=1.25.0
+pkgrel=1
+pkgdesc="Google API client core library"
+arch=('any')
+url="https://github.com/googleapis/googleapis;
+license=('Apache')
+depends=('python-setuptools' 'python-pytz' 'python-requests' 
'python-googleapis-common-protos' 'python-google-auth')
+optdepends=('python-grpcio: for grpc support')
+source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
+sha256sums=('d967beae8d8acdb88fb2f6f769e2ee0ee813042576a08891bded3b8e234150ae')
+
+build() {
+  cd "google-api-core-${pkgver}"
+
+  python setup.py build
+}
+
+package() {
+  cd "google-api-core-${pkgver}"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-google-api-core/trunk (PKGBUILD)

2021-01-15 Thread Morten Linderud via arch-commits
Date: Friday, January 15, 2021 @ 22:00:11
  Author: foxboron
Revision: 821036

upgpkg: python-google-api-core 1.25.0-1

Modified:
  python-google-api-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 21:59:03 UTC (rev 821035)
+++ PKGBUILD2021-01-15 22:00:11 UTC (rev 821036)
@@ -3,7 +3,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=python-google-api-core
-pkgver=1.24.1
+pkgver=1.25.0
 pkgrel=1
 pkgdesc="Google API client core library"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python-setuptools' 'python-pytz' 'python-requests' 
'python-googleapis-common-protos' 'python-google-auth')
 optdepends=('python-grpcio: for grpc support')
 
source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
-sha256sums=('0f1dee446db2685863c3c493a90fefa5fc7f4defaf8e1a320b50ccaddfb5d469')
+sha256sums=('d967beae8d8acdb88fb2f6f769e2ee0ee813042576a08891bded3b8e234150ae')
 
 build() {
   cd "google-api-core-${pkgver}"


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

2021-01-15 Thread Morten Linderud via arch-commits
Date: Friday, January 15, 2021 @ 21:59:03
  Author: foxboron
Revision: 821035

archrelease: copy trunk to community-x86_64

Added:
  buildah/repos/community-x86_64/PKGBUILD
(from rev 821034, buildah/trunk/PKGBUILD)
Deleted:
  buildah/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 21:58:56 UTC (rev 821034)
+++ PKGBUILD2021-01-15 21:59:03 UTC (rev 821035)
@@ -1,37 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=buildah
-pkgver=1.19.0
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah;
-license=(Apache)
-depends=(runc skopeo slirp4netns)
-makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
- bzip2 go-md2man runc skopeo systemd)
-_commit=474febf0dcb3c76c23a88f3b83834c81f20a7e5c   #refs/tags/v1.19.0
-source=(git+https://github.com/containers/buildah.git#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
-  cd buildah
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname 
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" PREFIX=usr install install.completions
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: buildah/repos/community-x86_64/PKGBUILD (from rev 821034, 
buildah/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 21:59:03 UTC (rev 821035)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=buildah
+pkgver=1.19.2
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah;
+license=(Apache)
+depends=(runc skopeo slirp4netns)
+makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
+ bzip2 go-md2man runc skopeo systemd)
+_commit=7b83c4beddc7c10e38e071c380a9b5d2f9f60d9c   #refs/tags/v1.19.2
+source=(git+https://github.com/containers/buildah.git#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd buildah
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname 
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" PREFIX=usr install install.completions
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2021-01-15 Thread Morten Linderud via arch-commits
Date: Friday, January 15, 2021 @ 21:58:56
  Author: foxboron
Revision: 821034

upgpkg: buildah 1.19.2-1

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 21:43:19 UTC (rev 821033)
+++ PKGBUILD2021-01-15 21:58:56 UTC (rev 821034)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=buildah
-pkgver=1.19.0
+pkgver=1.19.2
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(runc skopeo slirp4netns)
 makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo systemd)
-_commit=474febf0dcb3c76c23a88f3b83834c81f20a7e5c   #refs/tags/v1.19.0
+_commit=7b83c4beddc7c10e38e071c380a9b5d2f9f60d9c   #refs/tags/v1.19.2
 source=(git+https://github.com/containers/buildah.git#commit=$_commit)
 md5sums=('SKIP')
 


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2021-01-15 Thread Felix Yan via arch-commits
Date: Friday, January 15, 2021 @ 21:43:19
  Author: felixonmars
Revision: 821033

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 821032, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 21:43:03 UTC (rev 821032)
+++ PKGBUILD2021-01-15 21:43:19 UTC (rev 821033)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20210114153207
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('2d8e94a240cc97d2aa86970bdd89bb5e98da23e76d6051ce8b0a29cfcf4fe7fb100600b3bdee5b5f75208bd171de07eeb78d8f233ea24a379cd9e7ceee5854b8')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2fly
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2fly/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
821032, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 21:43:19 UTC (rev 821033)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20210115121134
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('f96aaec0dbfa092e74e29fbe3527ac94e564421ed00194b474731365082512874a838e0254a2db0e4803450c9f442ef0126ecda8cfdf2a168967ba6d66132a0f')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2fly
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2fly/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2021-01-15 Thread Felix Yan via arch-commits
Date: Friday, January 15, 2021 @ 21:43:03
  Author: felixonmars
Revision: 821032

upgpkg: v2ray-domain-list-community 20210115121134-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 21:05:29 UTC (rev 821031)
+++ PKGBUILD2021-01-15 21:43:03 UTC (rev 821032)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20210114153207
+pkgver=20210115121134
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('2d8e94a240cc97d2aa86970bdd89bb5e98da23e76d6051ce8b0a29cfcf4fe7fb100600b3bdee5b5f75208bd171de07eeb78d8f233ea24a379cd9e7ceee5854b8')
+sha512sums=('f96aaec0dbfa092e74e29fbe3527ac94e564421ed00194b474731365082512874a838e0254a2db0e4803450c9f442ef0126ecda8cfdf2a168967ba6d66132a0f')
 
 prepare() {
   mkdir .gopath


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

2021-01-15 Thread Kpcyrd via arch-commits
Date: Friday, January 15, 2021 @ 21:05:29
  Author: kpcyrd
Revision: 821031

archrelease: copy trunk to community-x86_64

Added:
  bitcoin/repos/community-x86_64/Changelog
(from rev 821030, bitcoin/trunk/Changelog)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 821030, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin-qt.appdata.xml
(from rev 821030, bitcoin/trunk/bitcoin-qt.appdata.xml)
  bitcoin/repos/community-x86_64/bitcoin-qt.desktop
(from rev 821030, bitcoin/trunk/bitcoin-qt.desktop)
  bitcoin/repos/community-x86_64/bitcoin.sysusers
(from rev 821030, bitcoin/trunk/bitcoin.sysusers)
  bitcoin/repos/community-x86_64/bitcoin.tmpfiles
(from rev 821030, bitcoin/trunk/bitcoin.tmpfiles)
Deleted:
  bitcoin/repos/community-x86_64/Changelog
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin-qt.appdata.xml
  bitcoin/repos/community-x86_64/bitcoin-qt.desktop
  bitcoin/repos/community-x86_64/bitcoin.sysusers
  bitcoin/repos/community-x86_64/bitcoin.tmpfiles

+
 Changelog  |2 
 PKGBUILD   |  238 +++
 bitcoin-qt.appdata.xml |   48 -
 bitcoin-qt.desktop |   26 ++---
 bitcoin.sysusers   |2 
 bitcoin.tmpfiles   |4 
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: Changelog
===
--- Changelog   2021-01-15 21:05:06 UTC (rev 821030)
+++ Changelog   2021-01-15 21:05:29 UTC (rev 821031)
@@ -1 +0,0 @@
-https://bitcoincore.org/en/releases/0.19.0.1/

Copied: bitcoin/repos/community-x86_64/Changelog (from rev 821030, 
bitcoin/trunk/Changelog)
===
--- Changelog   (rev 0)
+++ Changelog   2021-01-15 21:05:29 UTC (rev 821031)
@@ -0,0 +1 @@
+https://bitcoincore.org/en/releases/0.19.0.1/

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 21:05:06 UTC (rev 821030)
+++ PKGBUILD2021-01-15 21:05:29 UTC (rev 821031)
@@ -1,119 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Maintainer: kpcyrd 
-# Contributor: Timothy Redaelli 
-# Contributor: shahid 
-# Contributor: James Harvey
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.20.1
-pkgrel=4
-arch=('x86_64')
-url="https://www.bitcoin.org/;
-makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;
-"bitcoin.sysusers"
-"bitcoin.tmpfiles"
-"bitcoin-qt.desktop"
-"bitcoin-qt.appdata.xml")
-sha256sums=('4bbd62fd6acfa5e9864ebf37a24a04bc2dcfe3e3222f056056288d854c53b978'
-'7a77112fb094b9b2e6dd873e24c9a6bacb1f1c453d811a024f271f4b78f2a704'
-'ba83570b4671b18c230f23d8d93cd8faa73179a546655448c14d1644d9b49f35'
-'a020897651c03690eae3411fe401100fd1a2ffaa799247165eb71124609b7959'
-'71b12451e9bc60b54a6658d886bad63bd18c58b5d6e3bd8977b82a70da7a')
-b2sums=('75493de74cbb9290cf40543c88d3d3ef34a2a0a0b484304d6e3d0db4018032942698398f03b1a31c1a16d07ed61754e248d376f9f5933929249d94681fb55cd2'
-
'25166f5726b43c531b7ba5f58aaf1c0242d26b96d2057da156024a8f9fc53702ea9ef0c67290cf8d302b9fb473cb16435dc2fe4489ebc5d0eae516635fd81c0e'
-
'45d4703b78476cb1c5748f62863914e5397858c835e43cee2f4895608dbabf383993b840bb3ec2d4d2c64ca02152881ad4b495b28f94451f706687b83e99d2af'
-
'f14315183b5ac6b6a9f3e4ff269be37eeb6a4529bb4c9d0cd3e1d54e3ec8052f87ba1e6591080a0d1c78daf7af40cb2ecbd11d9702e217b9c1e50d5011a8e048'
-
'236a841446b905f4cf154184109451300b984694ace96bee3ec75872563313279f9c543daaceed2dd712bf56115deee538b862aa73f15dee5447d235299389c7')
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-changelog=Changelog
-
-prepare() {
-  cd "$pkgbase-$pkgver"
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb 
#LDFLAGS="-L$srcdir/db4/lib/ $LDFLAGS" CPPFLAGS="-I$srcdir/db4/include/ 
$CPPFLAGS"
-  make
-}
-
-package_bitcoin-qt() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
-  depends=(boost-libs libevent qt5-base miniupnpc libminiupnpc.so qrencode 
protobuf zeromq hicolor-icon-theme)
-
-  cd $pkgbase-$pkgver
-  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
-  install -Dm644 doc/man/bitcoin-qt.1 \
-"$pkgdir"/usr/share/man/man1/bitcoin-qt.1
-  install -Dm644 ../bitcoin-qt.desktop \
-"$pkgdir"/usr/share/applications/bitcoin-qt.desktop
-  install -Dm644 ../bitcoin-qt.appdata.xml \
-"$pkgdir"/usr/share/metainfo/bitcoin-qt.appdata.xml
-  install -Dm644 src/qt/res/src/bitcoin.svg \
-"$pkgdir"/usr/share/icons/hicolor/scalable/apps/bitcoin-qt.svg
-
-  for i in 16 

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

2021-01-15 Thread Kpcyrd via arch-commits
Date: Friday, January 15, 2021 @ 21:05:06
  Author: kpcyrd
Revision: 821030

upgpkg: bitcoin 0.21.0-1

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 20:08:13 UTC (rev 821029)
+++ PKGBUILD2021-01-15 21:05:06 UTC (rev 821030)
@@ -7,8 +7,8 @@
 #_dbver=4.8.30
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.20.1
-pkgrel=4
+pkgver=0.21.0
+pkgrel=1
 arch=('x86_64')
 url="https://www.bitcoin.org/;
 makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
@@ -18,12 +18,12 @@
 "bitcoin.tmpfiles"
 "bitcoin-qt.desktop"
 "bitcoin-qt.appdata.xml")
-sha256sums=('4bbd62fd6acfa5e9864ebf37a24a04bc2dcfe3e3222f056056288d854c53b978'
+sha256sums=('1a91202c62ee49fb64d57a52b8d6d01cd392fffcbef257b573800f9289655f37'
 '7a77112fb094b9b2e6dd873e24c9a6bacb1f1c453d811a024f271f4b78f2a704'
 'ba83570b4671b18c230f23d8d93cd8faa73179a546655448c14d1644d9b49f35'
 'a020897651c03690eae3411fe401100fd1a2ffaa799247165eb71124609b7959'
 '71b12451e9bc60b54a6658d886bad63bd18c58b5d6e3bd8977b82a70da7a')
-b2sums=('75493de74cbb9290cf40543c88d3d3ef34a2a0a0b484304d6e3d0db4018032942698398f03b1a31c1a16d07ed61754e248d376f9f5933929249d94681fb55cd2'
+b2sums=('d04268d8ba03398eddbd0b37a53a4ba26f601e0c30bee6da24d3e489276c1d4b2486303348ab981d43c5d55d2e4b71a59a22f881bd31c347aa30ff07ccffed77'
 
'25166f5726b43c531b7ba5f58aaf1c0242d26b96d2057da156024a8f9fc53702ea9ef0c67290cf8d302b9fb473cb16435dc2fe4489ebc5d0eae516635fd81c0e'
 
'45d4703b78476cb1c5748f62863914e5397858c835e43cee2f4895608dbabf383993b840bb3ec2d4d2c64ca02152881ad4b495b28f94451f706687b83e99d2af'
 
'f14315183b5ac6b6a9f3e4ff269be37eeb6a4529bb4c9d0cd3e1d54e3ec8052f87ba1e6591080a0d1c78daf7af40cb2ecbd11d9702e217b9c1e50d5011a8e048'
@@ -67,7 +67,7 @@
 
 package_bitcoin-daemon() {
   pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
-  depends=(boost-libs libevent miniupnpc libminiupnpc.so zeromq)
+  depends=(boost-libs db libevent miniupnpc libminiupnpc.so sqlite zeromq)
   backup=('etc/bitcoin/bitcoin.conf')
 
   cd $pkgbase-$pkgver


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

2021-01-15 Thread Antonio Rojas via arch-commits
Date: Friday, January 15, 2021 @ 20:08:13
  Author: arojas
Revision: 821029

archrelease: copy trunk to community-x86_64

Added:
  libquotient/repos/community-x86_64/PKGBUILD
(from rev 821028, libquotient/trunk/PKGBUILD)
Deleted:
  libquotient/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 20:07:59 UTC (rev 821028)
+++ PKGBUILD2021-01-15 20:08:13 UTC (rev 821029)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexey Andreyev 
-# Contributor Sefa Eyeoglu 
-
-pkgname=libquotient
-pkgver=0.6.3
-pkgrel=1
-pkgdesc='A Qt library to write cross-platform clients for Matrix'
-license=(LGPL)
-arch=(x86_64)
-url='https://matrix.org/docs/projects/sdk/quotient'
-depends=(qt5-multimedia)
-makedepends=(cmake)
-source=("https://github.com/quotient-im/libQuotient/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('f452e9da7be391ba1c8e10fc771b7ad461ff59a4f9f36467c912e4abd5a0372a')
-
-build() {
-  cmake -B build -S libQuotient-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DBUILD_SHARED_LIBS=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: libquotient/repos/community-x86_64/PKGBUILD (from rev 821028, 
libquotient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 20:08:13 UTC (rev 821029)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexey Andreyev 
+# Contributor Sefa Eyeoglu 
+
+pkgname=libquotient
+pkgver=0.6.4
+pkgrel=1
+pkgdesc='A Qt library to write cross-platform clients for Matrix'
+license=(LGPL)
+arch=(x86_64)
+url='https://matrix.org/docs/projects/sdk/quotient'
+depends=(qt5-multimedia)
+makedepends=(cmake)
+source=("https://github.com/quotient-im/libQuotient/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('4c43a68c144d41e3826f2e1ce006760129694b79d8d7f302dea81328c6a663ce')
+
+build() {
+  cmake -B build -S libQuotient-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_SHARED_LIBS=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-01-15 Thread Antonio Rojas via arch-commits
Date: Friday, January 15, 2021 @ 20:07:59
  Author: arojas
Revision: 821028

Update to 0.6.4

Modified:
  libquotient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 19:33:25 UTC (rev 821027)
+++ PKGBUILD2021-01-15 20:07:59 UTC (rev 821028)
@@ -3,7 +3,7 @@
 # Contributor Sefa Eyeoglu 
 
 pkgname=libquotient
-pkgver=0.6.3
+pkgver=0.6.4
 pkgrel=1
 pkgdesc='A Qt library to write cross-platform clients for Matrix'
 license=(LGPL)
@@ -12,7 +12,7 @@
 depends=(qt5-multimedia)
 makedepends=(cmake)
 
source=("https://github.com/quotient-im/libQuotient/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('f452e9da7be391ba1c8e10fc771b7ad461ff59a4f9f36467c912e4abd5a0372a')
+sha256sums=('4c43a68c144d41e3826f2e1ce006760129694b79d8d7f302dea81328c6a663ce')
 
 build() {
   cmake -B build -S libQuotient-$pkgver \


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

2021-01-15 Thread Massimiliano Torromeo via arch-commits
Date: Friday, January 15, 2021 @ 19:33:25
  Author: mtorromeo
Revision: 821027

archrelease: copy trunk to community-x86_64

Added:
  percona-toolkit/repos/community-x86_64/PKGBUILD
(from rev 821026, percona-toolkit/trunk/PKGBUILD)
Deleted:
  percona-toolkit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 19:33:12 UTC (rev 821026)
+++ PKGBUILD2021-01-15 19:33:25 UTC (rev 821027)
@@ -1,70 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: D. Can Celasun 
-# Contributor: Felix Hanley 
-# Contributor: Sławomir Kowalski 
-
-pkgname=percona-toolkit
-pkgver=3.2.0
-pkgrel=2
-pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
-url="https://www.percona.com/software/database-tools/percona-toolkit;
-arch=('x86_64')
-license=('GPL')
-depends=('perl-term-readkey')
-makedepends=('perl-dbd-mysql' 'perl-dbi' 'go' 'dep' 'git')
-optdepends=(
-'perl-dbd-mysql: MySQL connections'
-'perl-dbi: MySQL connections'
-)
-options=('!emptydirs' 'purge')
-source=("https://github.com/percona/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('a9f0b070da0edc3cb56eac403ea5a6e2bd7af4842947624282e17fdda6bcb6ae')
-
-prepare() {
-mkdir -p "$srcdir"/src/github.com/percona
-cd "$srcdir"/src/github.com/percona
-mv "$srcdir"/$pkgname-$pkgver $pkgname
-cd $pkgname
-
-sed -ri src/go{,/*}/Makefile \
--e "s#\\$\\(shell git describe --abbrev=0\\)#v$pkgver#" \
--e "s#\\$\\(shell git rev-(parse|list).* HEAD\\)#v$pkgver#" \
--e "s#\\$\\(shell git rev-parse 
--show-toplevel\\)#$srcdir/src/github.com/percona/$pkgname#" \
--e "s#\\$\\(shell basename \`git rev-parse 
--show-toplevel\`\\)#$pkgname#" \
--e "s#\\bLDFLAGS\\b#PTLDFLAGS#" \
--e 's#^PTLDFLAGS="#PTLDFLAGS="-extldflags \\"$(LDFLAGS)\\" #'
-}
-
-build() {
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-export GOPATH="$srcdir"
-export PATH="$GOPATH/bin:$PATH"
-
-cd "$srcdir"/src/github.com/percona/$pkgname
-unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps 
MODULEBUILDRC=/dev/null
-perl Makefile.PL INSTALLDIRS=vendor
-make
-
-cd src/go
-make linux-amd64
-}
-
-package() {
-cd "$srcdir"/src/github.com/percona/$pkgname
-unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-make install DESTDIR="$pkgdir"
-rm -rf "$pkgdir"/usr/lib
-
-cd bin
-for bin in *; do
-if [ ! -f "$pkgdir/usr/bin/vendor_perl/$bin" ]; then
-install -Dm755 "$bin" "$pkgdir/usr/bin/$bin"
-fi
-done
-}

Copied: percona-toolkit/repos/community-x86_64/PKGBUILD (from rev 821026, 
percona-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 19:33:25 UTC (rev 821027)
@@ -0,0 +1,70 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: D. Can Celasun 
+# Contributor: Felix Hanley 
+# Contributor: Sławomir Kowalski 
+
+pkgname=percona-toolkit
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
+url="https://www.percona.com/software/database-tools/percona-toolkit;
+arch=('x86_64')
+license=('GPL')
+depends=('perl-term-readkey')
+makedepends=('perl-dbd-mysql' 'perl-dbi' 'go' 'dep' 'git')
+optdepends=(
+'perl-dbd-mysql: MySQL connections'
+'perl-dbi: MySQL connections'
+)
+options=('!emptydirs' 'purge')
+source=("https://github.com/percona/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('1a4a5a2a9778bbb0f6959b5a8e5f46099e03d974c35ac49fc630af1a78837728')
+
+prepare() {
+mkdir -p "$srcdir"/src/github.com/percona
+cd "$srcdir"/src/github.com/percona
+mv "$srcdir"/$pkgname-$pkgver $pkgname
+cd $pkgname
+
+sed -ri src/go{,/*}/Makefile \
+-e "s#\\$\\(shell git describe --abbrev=0\\)#v$pkgver#" \
+-e "s#\\$\\(shell git rev-(parse|list).* HEAD\\)#v$pkgver#" \
+-e "s#\\$\\(shell git rev-parse 
--show-toplevel\\)#$srcdir/src/github.com/percona/$pkgname#" \
+-e "s#\\$\\(shell basename \`git rev-parse 
--show-toplevel\`\\)#$pkgname#" \
+-e "s#\\bLDFLAGS\\b#PTLDFLAGS#" \
+-e 's#^PTLDFLAGS="#PTLDFLAGS="-extldflags \\"$(LDFLAGS)\\" #'
+}
+
+build() {
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+

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

2021-01-15 Thread Massimiliano Torromeo via arch-commits
Date: Friday, January 15, 2021 @ 19:33:12
  Author: mtorromeo
Revision: 821026

upgpkg: percona-toolkit 3.3.0-1

Modified:
  percona-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 18:19:53 UTC (rev 821025)
+++ PKGBUILD2021-01-15 19:33:12 UTC (rev 821026)
@@ -4,8 +4,8 @@
 # Contributor: Sławomir Kowalski 
 
 pkgname=percona-toolkit
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
 url="https://www.percona.com/software/database-tools/percona-toolkit;
 arch=('x86_64')
@@ -18,7 +18,7 @@
 )
 options=('!emptydirs' 'purge')
 
source=("https://github.com/percona/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('a9f0b070da0edc3cb56eac403ea5a6e2bd7af4842947624282e17fdda6bcb6ae')
+sha256sums=('1a4a5a2a9778bbb0f6959b5a8e5f46099e03d974c35ac49fc630af1a78837728')
 
 prepare() {
 mkdir -p "$srcdir"/src/github.com/percona


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

2021-01-15 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, January 15, 2021 @ 18:19:53
  Author: yan12125
Revision: 821025

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 821024, python-cfn-lint/trunk/PKGBUILD)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 18:19:40 UTC (rev 821024)
+++ PKGBUILD2021-01-15 18:19:53 UTC (rev 821025)
@@ -1,44 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.44.2
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-yaml python-six python-aws-sam-translator
- python-jsonpatch python-jsonschema python-networkx
- python-junit-xml)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock python-pydot)
-optdepends=(
-  'python-pydot: for building graphs from templates'
-)
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
-sha256sums=('168c35826db726c30f011fdcb93cb0a3cb54319dcff97a15e7c92285ae5221ae')
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  # Tests in test/integration need the cfn-lint binary
-  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
-
-  export PYTHONPATH="$PWD/src"
-  export PATH="$PATH:$srcdir/tmp_install"
-  # test_update_docs requires cfn-python-lint as a git repo
-  pytest test -k 'not test_update_docs'
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  # use PYTHONHASHSEED=0 to work around https://bugs.python.org/issue34033
-  PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 821024, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 18:19:53 UTC (rev 821025)
@@ -0,0 +1,44 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.44.3
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-yaml python-six python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-networkx
+ python-junit-xml)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock python-pydot)
+optdepends=(
+  'python-pydot: for building graphs from templates'
+)
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
+sha256sums=('37401a726bd9dfbe20977ac13e0a918dae4025cf1114767a2e76e39d74954971')
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  # Tests in test/integration need the cfn-lint binary
+  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
+
+  export PYTHONPATH="$PWD/src"
+  export PATH="$PATH:$srcdir/tmp_install"
+  # test_update_docs requires cfn-python-lint as a git repo
+  pytest test -k 'not test_update_docs'
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  # use PYTHONHASHSEED=0 to work around https://bugs.python.org/issue34033
+  PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2021-01-15 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, January 15, 2021 @ 18:19:40
  Author: yan12125
Revision: 821024

upgpkg: python-cfn-lint 0.44.3-1

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 18:16:28 UTC (rev 821023)
+++ PKGBUILD2021-01-15 18:19:40 UTC (rev 821024)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-cfn-lint
-pkgver=0.44.2
+pkgver=0.44.3
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -16,7 +16,7 @@
   'python-pydot: for building graphs from templates'
 )
 
source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
-sha256sums=('168c35826db726c30f011fdcb93cb0a3cb54319dcff97a15e7c92285ae5221ae')
+sha256sums=('37401a726bd9dfbe20977ac13e0a918dae4025cf1114767a2e76e39d74954971')
 
 build() {
   cd cfn-python-lint-$pkgver


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

2021-01-15 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, January 15, 2021 @ 18:16:28
  Author: yan12125
Revision: 821023

archrelease: copy trunk to community-any

Added:
  python-aiobotocore/repos/community-any/PKGBUILD
(from rev 821022, python-aiobotocore/trunk/PKGBUILD)
  python-aiobotocore/repos/community-any/unittest-mock.diff
(from rev 821022, python-aiobotocore/trunk/unittest-mock.diff)
Deleted:
  python-aiobotocore/repos/community-any/PKGBUILD
  python-aiobotocore/repos/community-any/unittest-mock.diff

+
 PKGBUILD   |   99 +--
 unittest-mock.diff |   74 +++---
 2 files changed, 87 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 18:16:07 UTC (rev 821022)
+++ PKGBUILD2021-01-15 18:16:28 UTC (rev 821023)
@@ -1,49 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-aiobotocore
-_pkgname=aiobotocore
-pkgver=1.1.2
-pkgrel=3
-pkgdesc='asyncio support for botocore library using aiohttp'
-arch=(any)
-url='https://github.com/aio-libs/aiobotocore'
-license=(Apache)
-depends=(python python-aiohttp python-botocore python-wrapt 
python-aioitertools)
-makedepends=(python-setuptools)
-checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
-source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-unittest-mock.diff)
-sha256sums=('3a57646e4692076f3637e1191129377ebb7661f36c29f68ec8318fab82d66e7d'
-'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  # community/python-mock is outdated and does not include needed AsyncMock.
-  # Use mock from stdlib instead. It has AsyncMock since 3.8
-  patch -Np1 -i ../unittest-mock.diff
-
-  # Disable dependency pinning
-  # Upstream tracking issue: https://github.com/aio-libs/aiobotocore/issues/670
-  sed --in-place=.orig -r "s#'(botocore.*),<.*',#'\1',#" setup.py
-  diff -u setup.py{.orig,} || true
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  export PYTHONPATH="$PWD"
-  # test_lambda uses moto.awslambda, which requires a running Docker service
-  pytest -v -m moto tests \
-  --ignore=tests/test_patches.py \
-  --ignore=tests/test_lambda.py
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-aiobotocore/repos/community-any/PKGBUILD (from rev 821022, 
python-aiobotocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 18:16:28 UTC (rev 821023)
@@ -0,0 +1,50 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-aiobotocore
+_pkgname=aiobotocore
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='asyncio support for botocore library using aiohttp'
+arch=(any)
+url='https://github.com/aio-libs/aiobotocore'
+license=(Apache)
+depends=(python python-aiohttp python-botocore python-wrapt 
python-aioitertools)
+makedepends=(python-setuptools)
+checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
+source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+unittest-mock.diff)
+sha256sums=('cbbf17c61b2d7cc2f09f7fca1af5d6acd7e8876af9defe4d349421f0eb9d7bc3'
+'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  # community/python-mock is outdated and does not include needed AsyncMock.
+  # Use mock from stdlib instead. It has AsyncMock since 3.8
+  patch -Np1 -i ../unittest-mock.diff
+
+  # Disable dependency pinning
+  # Upstream tracking issue: https://github.com/aio-libs/aiobotocore/issues/670
+  sed --in-place=.orig -r "s#'(botocore.*),<.*',#'\1',#" setup.py
+  diff -u setup.py{.orig,} || true
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  export PYTHONPATH="$PWD"
+  # test_lambda uses moto.awslambda, which requires a running Docker service
+  # See: https://github.com/spulec/moto/issues/3276
+  pytest -m moto tests \
+  --ignore=tests/test_patches.py \
+  --ignore=tests/test_lambda.py
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Deleted: unittest-mock.diff
===
--- unittest-mock.diff  2021-01-15 18:16:07 UTC (rev 821022)
+++ unittest-mock.diff  2021-01-15 18:16:28 UTC (rev 821023)
@@ -1,37 +0,0 @@
-diff --git a/tests/botocore/test_credentials.py 
b/tests/botocore/test_credentials.py
-index ecbe17e..1b2172e 100644
 a/tests/botocore/test_credentials.py
-+++ b/tests/botocore/test_credentials.py
-@@ -8,7 +8,7 @@ import datetime
- import json
- import subprocess
- 
--import mock
-+from unittest import mock
- from 

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

2021-01-15 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, January 15, 2021 @ 18:16:07
  Author: yan12125
Revision: 821022

upgpkg: python-aiobotocore 1.2.0-1; make tests less verbose and extend note 
about a skipped test

Modified:
  python-aiobotocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 18:13:12 UTC (rev 821021)
+++ PKGBUILD2021-01-15 18:16:07 UTC (rev 821022)
@@ -2,8 +2,8 @@
 
 pkgname=python-aiobotocore
 _pkgname=aiobotocore
-pkgver=1.1.2
-pkgrel=3
+pkgver=1.2.0
+pkgrel=1
 pkgdesc='asyncio support for botocore library using aiohttp'
 arch=(any)
 url='https://github.com/aio-libs/aiobotocore'
@@ -13,7 +13,7 @@
 checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
 
source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 unittest-mock.diff)
-sha256sums=('3a57646e4692076f3637e1191129377ebb7661f36c29f68ec8318fab82d66e7d'
+sha256sums=('cbbf17c61b2d7cc2f09f7fca1af5d6acd7e8876af9defe4d349421f0eb9d7bc3'
 'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e')
 
 prepare() {
@@ -38,7 +38,8 @@
 
   export PYTHONPATH="$PWD"
   # test_lambda uses moto.awslambda, which requires a running Docker service
-  pytest -v -m moto tests \
+  # See: https://github.com/spulec/moto/issues/3276
+  pytest -m moto tests \
   --ignore=tests/test_patches.py \
   --ignore=tests/test_lambda.py
 }


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

2021-01-15 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, January 15, 2021 @ 18:02:38
  Author: yan12125
Revision: 821020

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 18:02:16 UTC (rev 821019)
+++ PKGBUILD2021-01-15 18:02:38 UTC (rev 821020)
@@ -1,33 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-jsondiff
-_pkgname=jsondiff
-pkgver=1.2.0
-pkgrel=5
-pkgdesc='Diff JSON and JSON-like structures in Python'
-arch=(any)
-url='https://github.com/xlwings/jsondiff'
-license=(MIT)
-depends=(python python-setuptools)
-checkdepends=(python-nose python-nose-random)
-source=("https://github.com/xlwings/jsondiff/archive/v$pkgver/jsondiff-v$pkgver.tar.gz;)
-sha256sums=('445b2d519c006e0ba10e1a71f596b7cb3f5d3c62849f3b9a6780b5e9653da92f')
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  nosetests -v tests
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-  # FS#60911, https://github.com/xlwings/jsondiff/issues/24
-  rm "$pkgdir"/usr/bin/jsondiff
-}

Copied: python-jsondiff/repos/community-any/PKGBUILD (from rev 821019, 
python-jsondiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 18:02:38 UTC (rev 821020)
@@ -0,0 +1,34 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-jsondiff
+_pkgname=jsondiff
+pkgver=1.2.0
+pkgrel=6
+pkgdesc='Diff JSON and JSON-like structures in Python'
+arch=(any)
+url='https://github.com/xlwings/jsondiff'
+license=(MIT)
+depends=(python)
+makedepends=(python-setuptools)
+checkdepends=(python-nose python-nose-random)
+source=("https://github.com/xlwings/jsondiff/archive/v$pkgver/jsondiff-v$pkgver.tar.gz;)
+sha256sums=('445b2d519c006e0ba10e1a71f596b7cb3f5d3c62849f3b9a6780b5e9653da92f')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  nosetests -v tests
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+  # FS#60911, https://github.com/xlwings/jsondiff/issues/24
+  rm "$pkgdir"/usr/bin/jsondiff
+}


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

2021-01-15 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, January 15, 2021 @ 18:02:16
  Author: yan12125
Revision: 821019

upgpkg: python-jsondiff 1.2.0-6; move setuptools to makedepends

Ref: 
https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  python-jsondiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 17:37:06 UTC (rev 821018)
+++ PKGBUILD2021-01-15 18:02:16 UTC (rev 821019)
@@ -4,12 +4,13 @@
 pkgname=python-jsondiff
 _pkgname=jsondiff
 pkgver=1.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Diff JSON and JSON-like structures in Python'
 arch=(any)
 url='https://github.com/xlwings/jsondiff'
 license=(MIT)
-depends=(python python-setuptools)
+depends=(python)
+makedepends=(python-setuptools)
 checkdepends=(python-nose python-nose-random)
 
source=("https://github.com/xlwings/jsondiff/archive/v$pkgver/jsondiff-v$pkgver.tar.gz;)
 sha256sums=('445b2d519c006e0ba10e1a71f596b7cb3f5d3c62849f3b9a6780b5e9653da92f')


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

2021-01-15 Thread Andrew Crerar via arch-commits
Date: Friday, January 15, 2021 @ 17:37:06
  Author: andrewsc
Revision: 821018

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 17:36:41 UTC (rev 821017)
+++ PKGBUILD2021-01-15 17:37:06 UTC (rev 821018)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=85.0b8
-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"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  '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"'
-  'mk  "Macedonian"'
-  'mr  "Marathi"'
-  'ms  "Malay"'
-  'my  "Burmese"'
-  'nb-NO   "Norwegian (Bokmål)"'
-  'ne-NP   "Nepali"'
-  'nl  "Dutch"'
-  'nn-NO   "Norwegian (Nynorsk)"'
-  'oc  "Occitan"'
-  '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"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  '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/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('31e96d1c7aedff249df849a67951c67952adc8dbae89936a1bca3f8b2005b3b8b2f9578bcc23e86406eddaaee20ebf2b177a33c70951d8849ce35a146281c5c6'
-
'14206764ad2e739d5da2fa537f701b93065a732fe3e0ffb05fdbd3107e6f9df03de44a44a0aee063c666c6472b518dd74a66445892ab6a2fe867f89a44c32f8e'
-
'9ed6e40789fda2e80f28432e7e34b25de21ed884a85621ec80a379173afa95a8ff1bfe1d2b2d76ee081bacc20ceb139a65ecabcd38a7d316c5520bd76af06d63'
-

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

2021-01-15 Thread Andrew Crerar via arch-commits
Date: Friday, January 15, 2021 @ 17:36:41
  Author: andrewsc
Revision: 821017

upgpkg: firefox-developer-edition-i18n 85.0b9-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 17:21:27 UTC (rev 821016)
+++ PKGBUILD2021-01-15 17:36:41 UTC (rev 821017)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=85.0b8
+pkgver=85.0b9
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('31e96d1c7aedff249df849a67951c67952adc8dbae89936a1bca3f8b2005b3b8b2f9578bcc23e86406eddaaee20ebf2b177a33c70951d8849ce35a146281c5c6'
-
'14206764ad2e739d5da2fa537f701b93065a732fe3e0ffb05fdbd3107e6f9df03de44a44a0aee063c666c6472b518dd74a66445892ab6a2fe867f89a44c32f8e'
-
'9ed6e40789fda2e80f28432e7e34b25de21ed884a85621ec80a379173afa95a8ff1bfe1d2b2d76ee081bacc20ceb139a65ecabcd38a7d316c5520bd76af06d63'
-
'a0df6b6f3660a0bb4f6da14a684168663c7daee986dd3fe9ae24bd164adac11f54a574c114a669c5fdeef553b31431b45e4c784db8406650a838b76c1d0b435c'
-
'929751616a2ed27c38bdd04cafc64d21db2cea1797c9a470a36ba02b0799e6f887f6a62b6e5a0b13731bde8323660e08015fae287f1fe52882be6395d1c48dbf'
-
'9d050904b74a2f7bf67107efd126103521ecad312b2306c79e5cc7409a321a6bd1196ad96044ee55327d62ac9e3fcee5f364d05cad0c2e74b51c38f80aa5c7b8'
-
'3b59d7cfabc3bd94803d00be5dbb2df6424f8189f8c416c086a0c5daeba2436195ac5158b2ea95b2dbf28c550e7f67022167a0e8d0161b7c2211c98b7126dc29'
-
'0c753d389cbfc2e59a397fbb98c25299af861b50d90e1d811d067e934ec80bdbfdebb2fe1bbb9b4bd9114367acffd5d8fee4008b1754edfc1d075f490774ac4f'
-
'08c73298f371b26194ec3755355ffb9279f3b523cf97174e969fc343919425330f4abf9968b250a426899cfa3fb7d897b6a20e887cff083fda31ded6042b9a76'
-
'370192ba95d4f010be831c16e7b4f39e6509683d988afa669cb6433119c658347e21f6e30de980e619d170aa3670813e713aab72cebe5e03e07c671c28a471a3'
-
'2376983d82efe4561130dd7f89118419c968b83b48f3f875c1207e1d5b693afc37b46b52f6d94ce07426019584f44c5bf84fcf3e0963292a6c7cf8a973fa9d26'
-
'91e06070b8e5cac99c9ffdb05499f89e0c9e8397cfeb7015733fae0525d36a60030b7163806e81fae7d39830f3ff304dfb83649a0d74dc338e3d167ece7ef961'
-
'0cbb285696def724b4a73d05bdb305fc30775d2def0fe368fe1a07e4b839f90151c19abd22681e1acce712d70b7f0119262acbf866553f8e355b75c0a6b02ef1'
-
'e13d4582dc3218d827694b62ce4abb3498119c689e02a72848514b90bf6c8674101c5f332c37f9b2b256f80f3f545edfaa56f582669ac419e4049bc29f0a2493'
-
'1d2c0af4cf6c237a467b6d0ccca3a21ffd91de0cbeafa78a7bc6e759c6cfc2141af457661fe09d54d37ac2476459308b515cd0caf22b66ca8251b33b550eeb50'
-
'4259939c864a1d852e90ea580105d5949715cc007a2908981f8525bf4dfaa265e3fae484fff14ceca58600f2bb770b6922fa326e0cb45752c6af47373ccf9961'
-
'14411819f21fd89ec54534d8799b67157b525ff2303f2b4f8475e073f7361249df7835800f5bcbf406ccf49e4121864b0b59fc51458e2e31d2ba06b2b48f6492'
-
'c5cd8c5d12d444a3df3ee1d78f10497400e1f0a0564582bfb64ed2a0d22c23eff46ed7f959e32388dcffd4726418036f4ef73b736d041bdc2ad5a73f22b9'
-
'2bb70db1dbe098cd1125c1872deda13acb56be09abc57f6da2eddc6081c92615b61f058d416dde0af08a3ea0e2fc154ea8d6896a453ed79b704511a4b839d975'
-
'768319ab1f596b9e53504c54f3f0697e90d2301631e639636fb232686d56efc6c197f4912c70c38c5751370b9581e22ef5446a15d61435e328a90719d6c22cff'
-
'd42579a43c6691b090a6abffe9e7b8587feb0f7385a34badcc98231a7d65820922b0d09ed70308ad4fb81e94282ce82d95c5b3155dd39db1b11ca76145d3'
-
'fd02640cd7177d61edf1a5c781c300315ebd7650b45b7ec6dd04cfe09c9897f0a7854b07c70d2848ee63c00df69c70f3e7f67d8ae310a8f2c82fbeb6884698e0'
-
'b5b96d71ca5149bc41386e1f5a3202b92f2e9919e32de11c24b22cd4857bcaae90c455f47f8ad771510aebaec35e7e7f5c4d58d37115caca0f81717cdb68679a'
-
'96cefe552028b1b6968eb5fe6fda6d88d95ac8fb84d4d3b22b6dfa39a1e11444d234062c4d49689155e930bfcafe0de97bdea031ffdb2f9d46bbce6c37a2346b'
-
'6796ee9608d5362d7f94122d1f76012fcbfac5fb3317979b1dc52fdf4d97121478286210ba51055a62168ecd3a910ce4d8b3aaf0404d8f50b85686b7b491'
-
'92d6097e6f1b45fcf05ac4ef3539bfd11f2e2a994fffa1e54bd044a46d040ef267e4b7f2aac5cccd0307d0bffc2813c0f46488ae941d6531278662eab98e4463'
-
'62ed334834764cc64c89a3910d6443eee321f6b5d98d447db7510f6a3bf8bf59e13bcf32d368e082dd08c5909f0e0a9f34d1ccec14a3dc5426b57f5ce98d0332'
-
'5826627ee0631370f6b133b56dfef6e76083115e635defd67c9ed509b79deddacae210c72e14083fe6cefe750a45390591e441c6b382206d13f1acebbeba7127'
-

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

2021-01-15 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, January 15, 2021 @ 17:21:27
  Author: yan12125
Revision: 821016

archrelease: copy trunk to community-any

Added:
  web-ext/repos/community-any/PKGBUILD
(from rev 821015, web-ext/trunk/PKGBUILD)
  web-ext/repos/community-any/skip-if-non-git-repo.diff
(from rev 821015, web-ext/trunk/skip-if-non-git-repo.diff)
Deleted:
  web-ext/repos/community-any/PKGBUILD
  web-ext/repos/community-any/skip-if-non-git-repo.diff

---+
 PKGBUILD  |  129 ++--
 skip-if-non-git-repo.diff |   42 +++---
 2 files changed, 87 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 17:21:10 UTC (rev 821015)
+++ PKGBUILD2021-01-15 17:21:27 UTC (rev 821016)
@@ -1,63 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=web-ext
-pkgver=5.4.1
-pkgrel=1
-pkgdesc='A command line tool to help build, run, and test web extensions'
-arch=(any)
-url='https://developer.mozilla.org/en-US/Add-ons/WebExtensions'
-license=('MPL2')
-depends=('nodejs')
-makedepends=('npm' 'node-gyp')
-replaces=('nodejs-web-ext')
-provides=('nodejs-web-ext')
-conflicts=('nodejs-web-ext')
-# to speed up the build
-options=('!strip')
-# tarball on npmjs lacks scripts for building from sources
-source=("https://github.com/mozilla/web-ext/archive/$pkgver/web-ext-$pkgver.tar.gz;
-"skip-if-non-git-repo.diff")
-sha256sums=('c2591f601c1b385d1360d9d3867fbe45a0db12973b4019b066b0fa13e3207687'
-'f485e30d304023a8a503095b6d0ba1f0f9f70d476e2ce58c5a7713caaa78ab49')
-
-prepare() {
-  cd "$srcdir"
-
-  pushd $pkgname-$pkgver
-  patch -Np1 -i ../skip-if-non-git-repo.diff
-  popd
-
-  # -build for running webpack and tests, and the original for actual packaging
-  cp -r $pkgname-$pkgver{,-build}
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver-build"
-
-  npm install
-  NODE_ENV=production npm run build
-  cp -r dist "$srcdir/$pkgname-$pkgver"
-
-  cd "$srcdir/$pkgname-$pkgver"
-  npm install --production
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver-build"
-
-  npm test
-}
-
-package() {
-  local _npmdir="$pkgdir/usr/lib/node_modules/"
-
-  install -Ddm755 "$_npmdir"
-  cp -r --no-preserve=ownership $pkgname-$pkgver "$_npmdir/$pkgname"
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/cli/issues/1103 for details.
-  find "${pkgdir}/usr" -type d -exec chmod 755 {} +
-
-  install -Ddm755 "$pkgdir/usr/bin"
-  ln -s "/usr/lib/node_modules/$pkgname/bin/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
-}

Copied: web-ext/repos/community-any/PKGBUILD (from rev 821015, 
web-ext/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 17:21:27 UTC (rev 821016)
@@ -0,0 +1,66 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=web-ext
+pkgver=5.5.0
+pkgrel=1
+pkgdesc='A command line tool to help build, run, and test web extensions'
+arch=(any)
+url='https://developer.mozilla.org/en-US/Add-ons/WebExtensions'
+license=('MPL2')
+depends=('nodejs')
+makedepends=('npm' 'node-gyp')
+replaces=('nodejs-web-ext')
+provides=('nodejs-web-ext')
+conflicts=('nodejs-web-ext')
+# to speed up the build
+options=('!strip')
+# tarball on npmjs lacks scripts for building from sources
+source=("https://github.com/mozilla/web-ext/archive/$pkgver/web-ext-$pkgver.tar.gz;
+"skip-if-non-git-repo.diff")
+sha256sums=('1c1951b003cbabb82c5a09dbf23567d3ae4374de8e40cb2de8c087b60f629405'
+'f7333b0c2b204a178f48f4b243bccfda84a274c3eea0f056c93d5696a889f14f')
+
+prepare() {
+  cd "$srcdir"
+
+  pushd $pkgname-$pkgver
+  patch -Np1 -i ../skip-if-non-git-repo.diff
+  popd
+
+  # -build for running webpack and tests, and the original for actual packaging
+  cp -r $pkgname-$pkgver{,-build}
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver-build"
+
+  npm install
+  NODE_ENV=production npm run build
+  cp -r dist "$srcdir/$pkgname-$pkgver"
+
+  cd "$srcdir/$pkgname-$pkgver"
+  npm install --production
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver-build"
+
+  npm test
+}
+
+package() {
+  local _npmdir="$pkgdir/usr/lib/node_modules/"
+
+  install -Ddm755 "$_npmdir"
+  cp -r --no-preserve=ownership $pkgname-$pkgver "$_npmdir/$pkgname"
+
+  # dtrace-provider (brought in by bunyan) is not used on Linux, and its build 
artifacts makes this package unreproducible
+  rm -r "$_npmdir"/web-ext/node_modules/dtrace-provider/build/
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/cli/issues/1103 for details.
+  find "${pkgdir}/usr" -type d -exec chmod 755 {} +
+
+  install -Ddm755 "$pkgdir/usr/bin"
+  ln -s "/usr/lib/node_modules/$pkgname/bin/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
+}

Deleted: skip-if-non-git-repo.diff
===
--- 

[arch-commits] Commit in web-ext/trunk (PKGBUILD skip-if-non-git-repo.diff)

2021-01-15 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, January 15, 2021 @ 17:21:10
  Author: yan12125
Revision: 821015

upgpkg: web-ext 5.5.0-1; try to make it reproducible

Modified:
  web-ext/trunk/PKGBUILD
  web-ext/trunk/skip-if-non-git-repo.diff

---+
 PKGBUILD  |9 ++---
 skip-if-non-git-repo.diff |4 ++--
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 17:20:26 UTC (rev 821014)
+++ PKGBUILD2021-01-15 17:21:10 UTC (rev 821015)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=web-ext
-pkgver=5.4.1
+pkgver=5.5.0
 pkgrel=1
 pkgdesc='A command line tool to help build, run, and test web extensions'
 arch=(any)
@@ -17,8 +17,8 @@
 # tarball on npmjs lacks scripts for building from sources
 
source=("https://github.com/mozilla/web-ext/archive/$pkgver/web-ext-$pkgver.tar.gz;
 "skip-if-non-git-repo.diff")
-sha256sums=('c2591f601c1b385d1360d9d3867fbe45a0db12973b4019b066b0fa13e3207687'
-'f485e30d304023a8a503095b6d0ba1f0f9f70d476e2ce58c5a7713caaa78ab49')
+sha256sums=('1c1951b003cbabb82c5a09dbf23567d3ae4374de8e40cb2de8c087b60f629405'
+'f7333b0c2b204a178f48f4b243bccfda84a274c3eea0f056c93d5696a889f14f')
 
 prepare() {
   cd "$srcdir"
@@ -54,6 +54,9 @@
   install -Ddm755 "$_npmdir"
   cp -r --no-preserve=ownership $pkgname-$pkgver "$_npmdir/$pkgname"
 
+  # dtrace-provider (brought in by bunyan) is not used on Linux, and its build 
artifacts makes this package unreproducible
+  rm -r "$_npmdir"/web-ext/node_modules/dtrace-provider/build/
+
   # Non-deterministic race in npm gives 777 permissions to random directories.
   # See https://github.com/npm/cli/issues/1103 for details.
   find "${pkgdir}/usr" -type d -exec chmod 755 {} +

Modified: skip-if-non-git-repo.diff
===
--- skip-if-non-git-repo.diff   2021-01-15 17:20:26 UTC (rev 821014)
+++ skip-if-non-git-repo.diff   2021-01-15 17:21:10 UTC (rev 821015)
@@ -1,8 +1,8 @@
 diff --git a/tests/unit/test.program.js b/tests/unit/test.program.js
-index d18beff..cea3d4d 100644
+index 1a89b95..71fdfdd 100644
 --- a/tests/unit/test.program.js
 +++ b/tests/unit/test.program.js
-@@ -885,7 +885,15 @@ describe('program.defaultVersionGetter', () => {
+@@ -911,7 +911,15 @@ describe('program.defaultVersionGetter', () => {
});
  
it('returns git commit information in development', function() {


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

2021-01-15 Thread Anatol Pomozov via arch-commits
Date: Friday, January 15, 2021 @ 17:20:26
  Author: anatolik
Revision: 821014

archrelease: copy trunk to community-x86_64

Added:
  pacoloco/repos/community-x86_64/
  pacoloco/repos/community-x86_64/PKGBUILD
(from rev 821013, pacoloco/trunk/PKGBUILD)

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

Copied: pacoloco/repos/community-x86_64/PKGBUILD (from rev 821013, 
pacoloco/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-01-15 17:20:26 UTC (rev 821014)
@@ -0,0 +1,35 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=pacoloco
+pkgver=1.0
+pkgrel=1
+pkgdesc='Pacman caching proxy server'
+arch=(x86_64)
+url='https://github.com/anatol/pacoloco'
+backup=(etc/pacoloco.yaml)
+license=(MIT)
+depends=(glibc)
+makedepends=(go)
+source=(pacoloco-$pkgver.tar.gz::https://github.com/anatol/pacoloco/archive/$pkgver.tar.gz)
+sha1sums=('c8b06346d1fc91c03c523b3ee7bb651ab5ccd8a0')
+
+build() {
+  cd pacoloco-$pkgver
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+  go build
+}
+
+package() {
+  cd pacoloco-$pkgver
+
+  install -D -m755 pacoloco "$pkgdir"/usr/bin/pacoloco
+  install -D -m644 pacoloco.yaml.sample "$pkgdir"/etc/pacoloco.yaml
+  install -D -m644 pacoloco.sysusers.d 
"$pkgdir"/usr/lib/sysusers.d/pacoloco.conf
+  install -D -m644 pacoloco.service 
"$pkgdir"/usr/lib/systemd/system/pacoloco.service
+  install -D -m644 pacoloco.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/pacoloco.conf
+}


[arch-commits] Commit in (4 files)

2021-01-15 Thread Anatol Pomozov via arch-commits
Date: Friday, January 15, 2021 @ 17:19:59
  Author: anatolik
Revision: 821013

pacoloco: add package to [community]

Added:
  pacoloco/
  pacoloco/repos/
  pacoloco/trunk/
  pacoloco/trunk/PKGBUILD

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

Added: pacoloco/trunk/PKGBUILD
===
--- pacoloco/trunk/PKGBUILD (rev 0)
+++ pacoloco/trunk/PKGBUILD 2021-01-15 17:19:59 UTC (rev 821013)
@@ -0,0 +1,35 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=pacoloco
+pkgver=1.0
+pkgrel=1
+pkgdesc='Pacman caching proxy server'
+arch=(x86_64)
+url='https://github.com/anatol/pacoloco'
+backup=(etc/pacoloco.yaml)
+license=(MIT)
+depends=(glibc)
+makedepends=(go)
+source=(pacoloco-$pkgver.tar.gz::https://github.com/anatol/pacoloco/archive/$pkgver.tar.gz)
+sha1sums=('c8b06346d1fc91c03c523b3ee7bb651ab5ccd8a0')
+
+build() {
+  cd pacoloco-$pkgver
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+  go build
+}
+
+package() {
+  cd pacoloco-$pkgver
+
+  install -D -m755 pacoloco "$pkgdir"/usr/bin/pacoloco
+  install -D -m644 pacoloco.yaml.sample "$pkgdir"/etc/pacoloco.yaml
+  install -D -m644 pacoloco.sysusers.d 
"$pkgdir"/usr/lib/sysusers.d/pacoloco.conf
+  install -D -m644 pacoloco.service 
"$pkgdir"/usr/lib/systemd/system/pacoloco.service
+  install -D -m644 pacoloco.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/pacoloco.conf
+}


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


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

2021-01-15 Thread Evangelos Foutras via arch-commits
Date: Friday, January 15, 2021 @ 17:14:23
  Author: foutrelis
Revision: 406277

archrelease: copy trunk to extra-x86_64

Added:
  garcon/repos/extra-x86_64/PKGBUILD
(from rev 406276, garcon/trunk/PKGBUILD)
Deleted:
  garcon/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 17:14:18 UTC (rev 406276)
+++ PKGBUILD2021-01-15 17:14:23 UTC (rev 406277)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Xavier Devlamynck 
-
-pkgname=garcon
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="Implementation of the freedesktop.org menu specification"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('LGPL')
-groups=('xfce4')
-depends=('libxfce4ui')
-makedepends=('intltool' 'python' 'gobject-introspection')
-source=(https://archive.xfce.org/src/xfce/garcon/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4811d89ee5bc48dbdeffd69fc3eec6c112bbf01fde98a9e848335b374a4aa1bb')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: garcon/repos/extra-x86_64/PKGBUILD (from rev 406276, 
garcon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 17:14:23 UTC (rev 406277)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Xavier Devlamynck 
+
+pkgname=garcon
+pkgver=4.16.1
+pkgrel=1
+pkgdesc="Implementation of the freedesktop.org menu specification"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('LGPL')
+groups=('xfce4')
+depends=('libxfce4ui')
+makedepends=('intltool' 'python' 'gobject-introspection')
+source=(https://archive.xfce.org/src/xfce/garcon/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('84914927a2c1fda167f67af26a6640630a744a22940df508aa6c752cdbd3d21d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-01-15 Thread Evangelos Foutras via arch-commits
Date: Friday, January 15, 2021 @ 17:14:18
  Author: foutrelis
Revision: 406276

upgpkg: garcon 4.16.1-1: new upstream release

Modified:
  garcon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 12:01:40 UTC (rev 406275)
+++ PKGBUILD2021-01-15 17:14:18 UTC (rev 406276)
@@ -2,7 +2,7 @@
 # Contributor: Xavier Devlamynck 
 
 pkgname=garcon
-pkgver=0.8.0
+pkgver=4.16.1
 pkgrel=1
 pkgdesc="Implementation of the freedesktop.org menu specification"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('libxfce4ui')
 makedepends=('intltool' 'python' 'gobject-introspection')
 
source=(https://archive.xfce.org/src/xfce/garcon/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4811d89ee5bc48dbdeffd69fc3eec6c112bbf01fde98a9e848335b374a4aa1bb')
+sha256sums=('84914927a2c1fda167f67af26a6640630a744a22940df508aa6c752cdbd3d21d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2021-01-15 Thread Andrew Crerar via arch-commits
Date: Friday, January 15, 2021 @ 16:55:46
  Author: andrewsc
Revision: 821012

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 821011, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 821011, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 821011, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 821011, firefox-developer-edition/trunk/firefox-install-dir.patch)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
  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

+
 0001-Use-remoting-name-for-GDK-application-names.patch |  114 +-
 PKGBUILD   |  436 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 4 files changed, 658 insertions(+), 658 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2021-01-15 
16:55:14 UTC (rev 821011)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2021-01-15 
16:55:46 UTC (rev 821012)
@@ -1,57 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp |  6 +-
- widget/gtk/nsAppShell.cpp   | 12 +---
- 2 files changed, 6 insertions(+), 12 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index d944ce905cbe3..9a50545bfafcb 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -4161,11 +4161,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index cfe022e65d820..c228237830e43 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,8 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
-+#include "mozilla/XREAppData.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -159,13 +161,9 @@ nsresult nsAppShell::Init() {
-   // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
-   //
-   // Only bother doing this for the parent process, since it's the one
--  // creating top-level windows. (At this point, a child process hasn't
--  // received the list of registered chrome packages, so the
--  // GetBrandShortName call would fail anyway.)
--  nsAutoString brandName;
--  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--  if (!brandName.IsEmpty()) {
--gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+  // creating top-level windows.
-+  if (gAppData) {
-+gdk_set_program_class(gAppData->remotingName);
-   }
- }
-   }

Copied: 
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 821011, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2021-01-15 
16:55:46 UTC (rev 821012)
@@ -0,0 +1,57 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp |  6 +-
+ widget/gtk/nsAppShell.cpp   | 12 +---
+ 2 files changed, 6 insertions(+), 12 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index d944ce905cbe3..9a50545bfafcb 

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

2021-01-15 Thread Andrew Crerar via arch-commits
Date: Friday, January 15, 2021 @ 16:55:14
  Author: andrewsc
Revision: 821011

upgpkg: firefox-developer-edition 85.0b9-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 14:52:37 UTC (rev 821010)
+++ PKGBUILD2021-01-15 16:55:14 UTC (rev 821011)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=85.0b8
+pkgver=85.0b9
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 firefox-install-dir.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
 "$pkgname".desktop)
-sha512sums=('a7e98c2eba966db34d2cf11801343a54002f6d548aa63ef4db42894667140c4c16216edd0f3204cc48276267722819f4edbfe443f302bd0fbfc59aa527c25741'
+sha512sums=('77f0cb1dd274e961e848d451f6473dc70413835cd145f8f58efd90e24b094b38c1c1d6fbcdee5d2c1207de36d419b6223b52d0b5881aaac23bdcb9268f55930d'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'8df3228209334aaaddec9c761c063e61ebbf3e75c6b249db9347dc4cabb79d912ccc8abdcfe4fab63387f2a0e09b4f3c9edf3b7e25aa0fd00ee56bcc7e9dde2c'


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 14:52:37
  Author: dvzrv
Revision: 821010

archrelease: copy trunk to community-x86_64

Added:
  dpf-plugins/repos/community-x86_64/PKGBUILD
(from rev 821009, dpf-plugins/trunk/PKGBUILD)
Deleted:
  dpf-plugins/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  209 +
 1 file changed, 115 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 14:52:30 UTC (rev 821009)
+++ PKGBUILD2021-01-15 14:52:37 UTC (rev 821010)
@@ -1,94 +0,0 @@
-# Maintainer: David Runge 
-pkgname=dpf-plugins
-pkgver=1.3
-pkgrel=2
-pkgdesc="Collection of DPF-based plugins"
-arch=('x86_64')
-url="https://github.com/DISTRHO/DPF-Plugins;
-license=('ISC' 'GPL2' 'GPL3' 'LGPL3' 'MIT')
-groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('libglvnd')
-makedepends=('dssi' 'gendesk' 'ladspa' 'lv2' 'projectm')
-optdepends=('jack: for standalone applications'
-'liblo: for dssi plugins'
-'projectm: for ProM plugin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/DISTRHO/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('ead34a69824c43fcfab0652c42ada46c488e29848bad92601aac33e32d9576ba9f9dafdf068505ba9d96d526b1c32da78253a593bcc272d6d03654a8cab3ee9b')
-
-prepare() {
-  mv -v "DPF-Plugins-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  declare -A comments=(
-["3BandEQ"]="A three band equalizer"
-["3BandSplitter"]="A three band splitter"
-["AmplitudeImposer"]="Takes 2 stereo inputs and imposes the amplitude 
envelope of the first one on the second one"
-["CycleShifter"]="Reads in a cycle's-worth of the input signal, then (once 
the whole cycle's been read in) outputs it again, on top of the current output"
-["Kars"]="Simple karplus-strong plucked string synth"
-["MVerb"]="A studio quality, open-source reverb"
-["MaBitCrush"]="A bit crusher"
-["MaFreeverb"]="A reverb based on freeverb"
-["MaGigaverb"]="A reverb based on gigaverb"
-["MaPitchshift"]="A pitch shifter"
-["Nekobi"]="A simple single-oscillator synth based on the Roland TB-303"
-["PingPongPan"]="A Ping Pong Panner"
-["ProM"]="An awesome music visualizer"
-["SoulForce"]="A fairly standard waveshaping distortion plugin"
-["glBars"]="An OpenGL bars visualization plugin"
-  )
-  declare -A generic=(
-["3BandEQ"]="Equalizer"
-["3BandSplitter"]="Splitter"
-["AmplitudeImposer"]="Wave Shaper"
-["CycleShifter"]="Cyclic Input Processor"
-["Kars"]="Plucked string synthesizer"
-["MVerb"]="Reverb"
-["MaBitCrush"]="Bit crusher"
-["MaFreeverb"]="Reverb"
-["MaGigaverb"]="Reverb"
-["MaPitchshift"]="Pitch shifter"
-["Nekobi"]="Synthesizer"
-["PingPongPan"]="Ping Pong Panner"
-["ProM"]="Music visualizer"
-["SoulForce"]="Waveshaping Distortion"
-["glBars"]="Bars Visualization"
-  )
-  for name in "${!comments[@]}"; do
-gendesk -n \
---pkgname "${name,,}" \
---name "${name}" \
---exec "/usr/bin/${name}" \
---pkgdesc "${comments[$name]}" \
---genericname "${generic[$name]}" \
---categories "AudioVideo;Audio"
-  done
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make BUILD_VST=true \
-   BUILD_DSSI=true \
-   BUILD_LV2=true \
-   BUILD_JACK=true
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" \
-   PREFIX=/usr \
-   install
-  # docs
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # licenses
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -vDm 644 dpf/LICENSE \
--t "${pkgdir}/usr/share/licenses/${pkgname}/dpf/"
-  install -vDm 644 plugins/Kars/LICENSE \
--t "${pkgdir}/usr/share/licenses/${pkgname}/Kars/"
-  install -vDm 644 plugins/AmplitudeImposer/LICENSE \
--t "${pkgdir}/usr/share/licenses/${pkgname}/AmplitudeImposer/"
-  install -vDm 644 plugins/CycleShifter/LICENSE \
--t "${pkgdir}/usr/share/licenses/${pkgname}/CycleShifter/"
-  install -vDm 644 plugins/SoulForce/LICENSE \
--t "${pkgdir}/usr/share/licenses/${pkgname}/SoulForce/"
-  install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications"
-}

Copied: dpf-plugins/repos/community-x86_64/PKGBUILD (from rev 821009, 
dpf-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 14:52:37 UTC (rev 821010)
@@ -0,0 +1,115 @@
+# Maintainer: David Runge 
+pkgname=dpf-plugins
+pkgver=1.4
+pkgrel=1
+pkgdesc="Collection of DPF-based plugins"
+arch=('x86_64')
+url="https://github.com/DISTRHO/DPF-Plugins;
+license=('ISC' 'GPL2' 'GPL3' 'LGPL3' 'MIT')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('libglvnd')
+makedepends=('dssi' 'gendesk' 'ladspa' 'lv2' 

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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 14:52:30
  Author: dvzrv
Revision: 821009

upgpkg: dpf-plugins 1.4-1: Upgrade to 1.4.

Add optdepends for the various plugin formats to suggest hosts.
Make the XDG desktop files more compliant with the standard.
Run lv2lint in check() and open upstream ticket about issues.
Minor cleanups.

Modified:
  dpf-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 14:22:26 UTC (rev 821008)
+++ PKGBUILD2021-01-15 14:52:30 UTC (rev 821009)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=dpf-plugins
-pkgver=1.3
-pkgrel=2
+pkgver=1.4
+pkgrel=1
 pkgdesc="Collection of DPF-based plugins"
 arch=('x86_64')
 url="https://github.com/DISTRHO/DPF-Plugins;
@@ -9,16 +9,23 @@
 groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
 depends=('libglvnd')
 makedepends=('dssi' 'gendesk' 'ladspa' 'lv2' 'projectm')
-optdepends=('jack: for standalone applications'
+checkdepends=('lv2lint' 'kxstudio-lv2-extensions')
+optdepends=('dssi-host: for dssi-plugins'
+'jack: for standalone applications'
+'ladspa-host: for LADSPA plugins'
 'liblo: for dssi plugins'
-'projectm: for ProM plugin')
+'lv2-host: for LV2 plugins'
+'projectm: for ProM plugin'
+'vst-host: for VST plugins')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/DISTRHO/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('ead34a69824c43fcfab0652c42ada46c488e29848bad92601aac33e32d9576ba9f9dafdf068505ba9d96d526b1c32da78253a593bcc272d6d03654a8cab3ee9b')
+sha512sums=('9b603c8a7f74823c69b7ceb8b3d307972f32aad890e46d98fc9e98d175dff56705af3f2362d16a58c571511ffc706a068472fd58c0104e0a86df727217e9141c')
+b2sums=('eaf8d6a12bb34c433de666471e8b626ee4072487d1e1272f7aef4c36a77862730922a14ee8bdfbfd274a699967f60ac0dd51d38b3882cfa442f89657bef37d14')
+_names=( '3BandEQ' '3BandSplitter' 'AmplitudeImposer' 'CycleShifter' 'Kars'
+'MVerb' 'MaBitCrush' 'MaFreeverb' 'MaGigaverb' 'MaPitchshift' 'Nekobi'
+'PingPongPan' 'ProM' 'SoulForce' 'glBars')
 
 prepare() {
-  mv -v "DPF-Plugins-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  declare -A comments=(
+  declare -A _comments=(
 ["3BandEQ"]="A three band equalizer"
 ["3BandSplitter"]="A three band splitter"
 ["AmplitudeImposer"]="Takes 2 stereo inputs and imposes the amplitude 
envelope of the first one on the second one"
@@ -35,7 +42,7 @@
 ["SoulForce"]="A fairly standard waveshaping distortion plugin"
 ["glBars"]="An OpenGL bars visualization plugin"
   )
-  declare -A generic=(
+  declare -A _generic=(
 ["3BandEQ"]="Equalizer"
 ["3BandSplitter"]="Splitter"
 ["AmplitudeImposer"]="Wave Shaper"
@@ -52,13 +59,18 @@
 ["SoulForce"]="Waveshaping Distortion"
 ["glBars"]="Bars Visualization"
   )
-  for name in "${!comments[@]}"; do
+  local _name
+
+  mv -v "DPF-Plugins-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  echo "${_names[@]}"
+  for _name in "${_names[@]}"; do
 gendesk -n \
---pkgname "${name,,}" \
---name "${name}" \
---exec "/usr/bin/${name}" \
---pkgdesc "${comments[$name]}" \
---genericname "${generic[$name]}" \
+--pkgname "net.sf.distrho.${_name}" \
+--name "${_name}" \
+--exec "/usr/bin/${_name}" \
+--pkgdesc "${_comments[$_name]}" \
+--genericname "${_generic[$_name]}" \
 --categories "AudioVideo;Audio"
   done
 }
@@ -71,6 +83,15 @@
BUILD_JACK=true
 }
 
+check() {
+  local _name
+  cd "$pkgname-$pkgver"
+  # except symbol pattern from tests as it is hard to remove according to 
upstream
+  for _name in "${_names[@]}"; do
+lv2lint -s "lv2_generate_ttl" -Mpack -I "bin/${_name}.lv2/" 
"http://distrho.sf.net/plugins/${_name}; || echo "Known issue with license URI: 
https://github.com/DISTRHO/DPF-Plugins/issues/17;
+  done
+}
+
 package() {
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" \


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

2021-01-15 Thread Daurnimator via arch-commits
Date: Friday, January 15, 2021 @ 14:22:26
  Author: daurnimator
Revision: 821008

archrelease: copy trunk to community-any

Added:
  httpie/repos/community-any/PKGBUILD
(from rev 821007, httpie/trunk/PKGBUILD)
Deleted:
  httpie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 14:21:42 UTC (rev 821007)
+++ PKGBUILD2021-01-15 14:22:26 UTC (rev 821008)
@@ -1,43 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: daurnimator 
-# Contributor: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=2.3.0
-pkgrel=3
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests'
- 'python-requests-toolbelt'
- 'python-pygments'
- 'python-pysocks'
- 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('f25005e2c1cf1c5031e26bc6a4d00820df8b77f5')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -Dm644 extras/httpie-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/http
-  install -Dm644 extras/httpie-completion.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/http.fish
-}
-
-check() {
-  cd $pkgname-$pkgver
-  PYTHONDONTWRITEBYTECODE=1 python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 821007, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 14:22:26 UTC (rev 821008)
@@ -0,0 +1,43 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: daurnimator 
+# Contributor: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=2.3.0
+pkgrel=4
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests'
+ 'python-requests-toolbelt'
+ 'python-pygments'
+ 'python-pysocks')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('f25005e2c1cf1c5031e26bc6a4d00820df8b77f5')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -Dm644 extras/httpie-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/http
+  install -Dm644 extras/httpie-completion.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/http.fish
+}
+
+check() {
+  cd $pkgname-$pkgver
+  PYTHONDONTWRITEBYTECODE=1 python3 setup.py test
+}


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

2021-01-15 Thread Daurnimator via arch-commits
Date: Friday, January 15, 2021 @ 14:21:42
  Author: daurnimator
Revision: 821007

setuptools is only required at build time

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 14:11:02 UTC (rev 821006)
+++ PKGBUILD2021-01-15 14:21:42 UTC (rev 821007)
@@ -5,14 +5,14 @@
 
 pkgname=httpie
 pkgver=2.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="cURL for humans"
 url="https://github.com/jakubroztocil/httpie;
 depends=('python-requests'
  'python-requests-toolbelt'
  'python-pygments'
- 'python-pysocks'
- 'python-setuptools')
+ 'python-pysocks')
+makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
 conflicts=(python-httpie)
 replaces=(python-httpie python2-httpie)


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 13:31:23
  Author: dvzrv
Revision: 821004

archrelease: copy trunk to community-x86_64

Added:
  distrho-ports/repos/community-x86_64/PKGBUILD
(from rev 821003, distrho-ports/trunk/PKGBUILD)
Deleted:
  distrho-ports/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 13:31:15 UTC (rev 821003)
+++ PKGBUILD2021-01-15 13:31:23 UTC (rev 821004)
@@ -1,110 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=distrho-ports
-pkgver=2020.12.27
-pkgrel=1
-pkgdesc="Linux audio plugins and LV2 ports"
-arch=('x86_64')
-url="https://github.com/distrho/distrho-ports;
-license=('GPL2' 'LGPL3')
-groups=('lv2-plugins' 'pro-audio' 'vst-plugins' 'vst3-plugins')
-depends=('gcc-libs' 'glibc' 'libglvnd' 'libx11' 'libxext')
-makedepends=('alsa-lib' 'freetype2' 'git' 'libxcursor' 'lv2' 'meson')
-checkdepends=('kxstudio-lv2-extensions' 'lv2lint')
-optdepends=('lv2-host: for LV2 plugins'
-'vst-host: for VST plugins'
-'vst3-host: for VST3 plugins')
-source=("git+https://github.com/DISTRHO/${pkgname}#tag=${pkgver//./-}?signed;)
-md5sums=('SKIP')
-validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0') # falkTX 

-
-prepare() {
-  cd "$pkgname"
-}
-
-build() {
-  cd "$pkgname"
-  meson --prefix='/usr' \
---buildtype plain \
---wrap-mode nodownload \
--D b_lto=true \
--D b_pie=true \
--Dintrospection=enabled \
-build
-  ninja -C build
-}
-
-check() {
-  local _legacy_plugin _legacy_plugins _legacy_urls _plugins _urls _plugin
-  _plugins=('CHOW')
-  declare -A _urls=(
-["CHOW"]="https://github.com/jatinchowdhury18/CHOW;
-  )
-  _legacy_plugins=('Dexed' 'EasySSP' 'HiReSam' 'JuceOPL' 'KlangFalter'
-  'LUFSMeter' 'LUFSMeterMulti' 'Luftikus' 'Obxd' 'PitchedDelay' 'ReFine'
-  'StereoSourceSeparation' 'TAL-Dub-3' 'TAL-Filter-2' 'TAL-Filter'
-  'TAL-NoiseMaker' 'TAL-Reverb-2' 'TAL-Reverb-3' 'TAL-Reverb' 'TAL-Vocoder-2'
-  'Temper' 'TheFunction' 'ThePilgrim' 'Wolpertinger' 'drowaudio-distortion'
-  'drowaudio-distortionshaper' 'drowaudio-flanger' 'drowaudio-reverb'
-  'drowaudio-tremolo' 'drumsynth' 'eqinox' 'vex')
-  declare -A _legacy_urls=(
-["Dexed"]="https://github.com/asb2m10/dexed;
-["EasySSP"]="http://au.tomatl.org/essp;
-["HiReSam"]="https://github.com/klangfreund/SpectrumAnalyser;
-["JuceOPL"]="https://bsutherland.github.io/JuceOPLVSTi/;
-["KlangFalter"]="https://github.com/HiFi-LoFi/KlangFalter;
-["LUFSMeter"]="http://www.klangfreund.com/lufsmeter;
-["LUFSMeterMulti"]="http://www.klangfreund.com/lufsmetermultichannel;
-["Luftikus"]="https://code.google.com/p/lkjb-plugins/luftikus;
-["Obxd"]="https://obxd.wordpress.com;
-["PitchedDelay"]="http://code.google.com/p/lkjb-dc12/;
-["ReFine"]="https://github.com/lkjbdsp/lkjb-plugins#ReFine;
-
["StereoSourceSeparation"]="https://github.com/laixinyuan/StereoSourceSepartion;
-["TAL-Dub-3"]="urn:juce:TalDub3"
-["TAL-Filter-2"]="urn:juce:TalFilter2"
-["TAL-Filter"]="urn:juce:TalFilter"
-["TAL-NoiseMaker"]="http://kunz.corrupt.ch/products/tal-noisemaker;
-["TAL-Reverb-2"]="urn:juce:TalReverb2"
-["TAL-Reverb-3"]="urn:juce:TalReverb3"
-["TAL-Reverb"]="urn:juce:TalReverb"
-["TAL-Vocoder"]="http://kunz.corrupt.ch/products/tal-vocoder;
-["Temper"]="https://github.com/creativeintent/temper;
-["TheFunction"]="http://arcticanaudio.com/plugins/thefunction;
-["ThePilgrim"]="http://arcticanaudio.com/plugins/thepilgrim;
-["Wolpertinger"]="http://tumbetoene.tuxfamily.org;
-
["drowaudio-distortion"]="http://www.drowaudio.co.uk/audio/audio_plugins/distortion;
-
["drowaudio-distortionshaper"]="http://www.drowaudio.co.uk/audio/audio_plugins/distortion_shaper;
-
["drowaudio-flanger"]="http://www.drowaudio.co.uk/audio/audio_plugins/flanger;
-
["drowaudio-reverb"]="http://www.drowaudio.co.uk/audio/audio_plugins/reverb;
-
["drowaudio-tremolo"]="http://www.drowaudio.co.uk/audio/audio_plugins/tremolo;
-["drumsynth"]="urn:juced:DrumSynth"
-["eqinox"]="urn:juced:EQinox"
-["vex"]="urn:juce:Vex"
-  )
-  cd "$pkgname"
-  echo "Linting plugins: ${_legacy_plugins[*]}"
-  for _legacy_plugin in "${_legacy_plugins[@]}"; do
-echo "Linting ${_plugin}: ${_legacy_urls[${_legacy_plugin}]}"
-if [ -n "${_legacy_urls[${_legacy_plugin}]}" ]; then
-  # ignore lv2_generate_ttl symbol as it can not be removed easily:
-  # https://github.com/DISTRHO/DISTRHO-Ports/issues/58
-  lv2lint -Mpack -s lv2_generate_ttl -I 
"build/ports-legacy/${_legacy_plugin}.lv2/" "${_legacy_urls[${_legacy_plugin}]}"
-fi
-  done
-  for _plugin in "${_plugins[@]}"; do
-echo "Linting ${_plugin}: ${_urls[${_plugin}]}"
-if [ -n "${_urls[${_plugin}]}" ]; then
-

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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 13:31:15
  Author: dvzrv
Revision: 821003

upgpkg: distrho-ports 2021.01.15-1: Upgrade to 2021.01.15.

Modified:
  distrho-ports/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 11:34:38 UTC (rev 821002)
+++ PKGBUILD2021-01-15 13:31:15 UTC (rev 821003)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=distrho-ports
-pkgver=2020.12.27
+pkgver=2021.01.15
 pkgrel=1
 pkgdesc="Linux audio plugins and LV2 ports"
 arch=('x86_64')


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

2021-01-15 Thread Antonio Rojas via arch-commits
Date: Friday, January 15, 2021 @ 12:01:40
  Author: arojas
Revision: 406275

archrelease: copy trunk to extra-x86_64

Added:
  kdiagram/repos/extra-x86_64/PKGBUILD
(from rev 406274, kdiagram/trunk/PKGBUILD)
Deleted:
  kdiagram/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 12:01:32 UTC (rev 406274)
+++ PKGBUILD2021-01-15 12:01:40 UTC (rev 406275)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdiagram
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="Powerful libraries for creating business diagrams"
-arch=(x86_64)
-url="https://www.kde.org/;
-license=(GPL2)
-depends=(qt5-svg)
-makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('63a2eabfa1554ceb1d686d5f17ed6308139b6d9155aaf224e0309585b070fbdd'
-'SKIP')
-validpgpkeys=(42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

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

Copied: kdiagram/repos/extra-x86_64/PKGBUILD (from rev 406274, 
kdiagram/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 12:01:40 UTC (rev 406275)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdiagram
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Powerful libraries for creating business diagrams"
+arch=(x86_64)
+url="https://www.kde.org/;
+license=(GPL2)
+depends=(qt5-svg)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('579dad3bd1ea44b5a20c0f133ebf47622e38960f9c7c8b3a316be30a369f431f'
+'SKIP')
+validpgpkeys=(42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-01-15 Thread Antonio Rojas via arch-commits
Date: Friday, January 15, 2021 @ 12:01:32
  Author: arojas
Revision: 406274

Update to 2.8.0

Modified:
  kdiagram/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 11:24:06 UTC (rev 406273)
+++ PKGBUILD2021-01-15 12:01:32 UTC (rev 406274)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kdiagram
-pkgver=2.7.0
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Powerful libraries for creating business diagrams"
 arch=(x86_64)
@@ -10,23 +10,17 @@
 depends=(qt5-svg)
 makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('63a2eabfa1554ceb1d686d5f17ed6308139b6d9155aaf224e0309585b070fbdd'
+sha256sums=('579dad3bd1ea44b5a20c0f133ebf47622e38960f9c7c8b3a316be30a369f431f'
 'SKIP')
 validpgpkeys=(42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

 
-prepare() {
-  mkdir -p build
-}
-
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF \
 -DBUILD_QCH=ON
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }


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

2021-01-15 Thread Antonio Rojas via arch-commits
Date: Friday, January 15, 2021 @ 11:34:38
  Author: arojas
Revision: 821002

archrelease: copy trunk to community-x86_64

Added:
  imagescan/repos/community-x86_64/PKGBUILD
(from rev 821001, imagescan/trunk/PKGBUILD)
  imagescan/repos/community-x86_64/boost-1.74.patch
(from rev 821001, imagescan/trunk/boost-1.74.patch)
Deleted:
  imagescan/repos/community-x86_64/PKGBUILD
  imagescan/repos/community-x86_64/boost-1.74.patch
  imagescan/repos/community-x86_64/imagescan-gcc10.patch

---+
 PKGBUILD  |  104 +---
 boost-1.74.patch  |  136 
 imagescan-gcc10.patch |   20 ---
 3 files changed, 118 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 11:33:33 UTC (rev 821001)
+++ PKGBUILD2021-01-15 11:34:38 UTC (rev 821002)
@@ -1,54 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Leonardo Santana Vieira 
-
-pkgname=imagescan
-pkgver=3.63.0
-_utsushiver=${pkgver/3./0.}
-pkgrel=3
-pkgdesc="EPSON Image Scan v3 front-end for scanners and all-in-ones"
-arch=(x86_64)
-url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
-license=(GPL3)
-depends=(sane gtkmm graphicsmagick boost-libs)
-makedepends=(boost systemd)
-optdepends=('tesseract: OCR support')
-source=(https://support.epson.net/linux/src/scanner/imagescanv3/common/imagescan_$pkgver.orig.tar.gz
-imagescan-gcc10.patch boost-1.74.patch)
-sha256sums=('439fb18054293b6e743b168739d85f2ceba66498d68590cfa68dbbc7ad971a94'
-'de64458187846d40e0c5dd06fa0c32962a22863803929d7ae61419153a5272bf'
-'e7da445c970a4a99b476b3bb994d0d18f327e0cd166cd87ba24fcd16abee7d49')
-backup=('etc/utsushi/utsushi.conf')
-
-prepare() {
-  cd utsushi-$_utsushiver
-
-  patch -p1 -i ../imagescan-gcc10.patch # Fix build with GCC 10
-  patch -Np1 -i ${srcdir}/boost-1.74.patch # Fix build with boost 1.74
-  sed -e 's|-Werror||g' -i configure.ac
-  rm -r upstream/boost # Remove vendored libraries
-  autoreconf -vif
-}
-
-build() {
-  cd utsushi-$_utsushiver
-  ./configure \
---prefix=/usr/ \
---libexecdir=/usr/lib/ \
---sysconfdir=/etc/ \
---enable-sane-config \
---enable-udev-config \
---with-gtkmm \
---with-jpeg \
---with-magick \
---with-magick-pp \
---with-sane \
---with-tiff
-#  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # This breaks some 
scanners, https://bugs.archlinux.org/task/63491
-  make
-}
-
-package() {
-  cd utsushi-$_utsushiver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 lib/devices.conf "$pkgdir"/etc/utsushi/utsushi.conf
-}

Copied: imagescan/repos/community-x86_64/PKGBUILD (from rev 821001, 
imagescan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 11:34:38 UTC (rev 821002)
@@ -0,0 +1,50 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Leonardo Santana Vieira 
+
+pkgname=imagescan
+pkgver=3.65.0
+_utsushiver=${pkgver/3./0.}
+pkgrel=1
+pkgdesc="EPSON Image Scan v3 front-end for scanners and all-in-ones"
+arch=(x86_64)
+url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
+license=(GPL3)
+depends=(sane gtkmm graphicsmagick boost-libs)
+makedepends=(boost systemd)
+optdepends=('tesseract: OCR support')
+source=(https://support.epson.net/linux/src/scanner/imagescanv3/common/imagescan_$pkgver.orig.tar.gz
+boost-1.74.patch)
+sha256sums=('e83704398c51a3166fd62c25b89e95cf6262e52f3dc6e627db3e7556e2220d64'
+'e7da445c970a4a99b476b3bb994d0d18f327e0cd166cd87ba24fcd16abee7d49')
+backup=('etc/utsushi/utsushi.conf')
+
+prepare() {
+  cd utsushi-$_utsushiver
+
+  patch -Np1 -i ${srcdir}/boost-1.74.patch # Fix build with boost 1.74
+  rm -r upstream/boost # Remove vendored libraries
+}
+
+build() {
+  cd utsushi-$_utsushiver
+  ./configure \
+--prefix=/usr/ \
+--libexecdir=/usr/lib/ \
+--sysconfdir=/etc/ \
+--enable-sane-config \
+--enable-udev-config \
+--with-gtkmm \
+--with-jpeg \
+--with-magick \
+--with-magick-pp \
+--with-sane \
+--with-tiff
+#  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # This breaks some 
scanners, https://bugs.archlinux.org/task/63491
+  make
+}
+
+package() {
+  cd utsushi-$_utsushiver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 lib/devices.conf "$pkgdir"/etc/utsushi/utsushi.conf
+}

Deleted: boost-1.74.patch
===
--- boost-1.74.patch2021-01-15 11:33:33 UTC (rev 821001)
+++ boost-1.74.patch2021-01-15 11:34:38 UTC (rev 821002)
@@ -1,68 +0,0 @@
-From ae1e2b6c738d5af0cb8a121f5c5146e113930cc4 Mon Sep 17 00:00:00 2001
-From: Olaf Meeuwissen 
-Date: Sun, 18 Oct 2020 10:13:30 +0900
-Subject: [PATCH] Fix compile errors with boost-1.74.0.  Fixes #94
-
-Courtesy of @loqs.

- 

[arch-commits] Commit in imagescan/trunk (PKGBUILD imagescan-gcc10.patch)

2021-01-15 Thread Antonio Rojas via arch-commits
Date: Friday, January 15, 2021 @ 11:33:33
  Author: arojas
Revision: 821001

Update to 3.65.0

Modified:
  imagescan/trunk/PKGBUILD
Deleted:
  imagescan/trunk/imagescan-gcc10.patch

---+
 PKGBUILD  |   12 
 imagescan-gcc10.patch |   20 
 2 files changed, 4 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 11:24:00 UTC (rev 821000)
+++ PKGBUILD2021-01-15 11:33:33 UTC (rev 821001)
@@ -2,9 +2,9 @@
 # Contributor: Leonardo Santana Vieira 
 
 pkgname=imagescan
-pkgver=3.63.0
+pkgver=3.65.0
 _utsushiver=${pkgver/3./0.}
-pkgrel=3
+pkgrel=1
 pkgdesc="EPSON Image Scan v3 front-end for scanners and all-in-ones"
 arch=(x86_64)
 url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
@@ -13,9 +13,8 @@
 makedepends=(boost systemd)
 optdepends=('tesseract: OCR support')
 
source=(https://support.epson.net/linux/src/scanner/imagescanv3/common/imagescan_$pkgver.orig.tar.gz
-imagescan-gcc10.patch boost-1.74.patch)
-sha256sums=('439fb18054293b6e743b168739d85f2ceba66498d68590cfa68dbbc7ad971a94'
-'de64458187846d40e0c5dd06fa0c32962a22863803929d7ae61419153a5272bf'
+boost-1.74.patch)
+sha256sums=('e83704398c51a3166fd62c25b89e95cf6262e52f3dc6e627db3e7556e2220d64'
 'e7da445c970a4a99b476b3bb994d0d18f327e0cd166cd87ba24fcd16abee7d49')
 backup=('etc/utsushi/utsushi.conf')
 
@@ -22,11 +21,8 @@
 prepare() {
   cd utsushi-$_utsushiver
 
-  patch -p1 -i ../imagescan-gcc10.patch # Fix build with GCC 10
   patch -Np1 -i ${srcdir}/boost-1.74.patch # Fix build with boost 1.74
-  sed -e 's|-Werror||g' -i configure.ac
   rm -r upstream/boost # Remove vendored libraries
-  autoreconf -vif
 }
 
 build() {

Deleted: imagescan-gcc10.patch
===
--- imagescan-gcc10.patch   2021-01-15 11:24:00 UTC (rev 821000)
+++ imagescan-gcc10.patch   2021-01-15 11:33:33 UTC (rev 821001)
@@ -1,20 +0,0 @@
 a/utsushi/string.hpp   2020-05-08 23:20:11.642359134 +0200
-+++ b/utsushi/string.hpp   2020-05-08 23:20:21.834246187 +0200
-@@ -23,6 +23,7 @@
- 
- #include 
- #include 
-+#include 
- 
- #include 
- 
 a/utsushi/toggle.hpp   2019-11-18 03:08:06.0 +0100
-+++ b/utsushi/toggle.hpp   2020-05-08 23:23:40.284045167 +0200
-@@ -22,6 +22,7 @@
- #define utsushi_toggle_hpp_
- 
- #include 
-+#include 
- #include 
- 
- namespace utsushi {


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

2021-01-15 Thread Jelle van der Waa via arch-commits
Date: Friday, January 15, 2021 @ 11:11:00
  Author: jelle
Revision: 820999

archrelease: copy trunk to community-x86_64

Added:
  mdbook/repos/community-x86_64/PKGBUILD
(from rev 820998, mdbook/trunk/PKGBUILD)
Deleted:
  mdbook/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 11:10:55 UTC (rev 820998)
+++ PKGBUILD2021-01-15 11:11:00 UTC (rev 820999)
@@ -1,31 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-# Contributor: Moritz Schönherr 
-
-pkgname=mdbook
-pkgver=0.4.5
-pkgrel=1
-pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust"
-url="https://github.com/rust-lang-nursery/mdBook;
-arch=(x86_64)
-license=(MPL2)
-depends=(glibc)
-makedepends=(rust cargo)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/mdBook/archive/v${pkgver}.tar.gz;)
-sha256sums=('79fd98bddab8611cae9071aeb327edfcc67b4e449d5653d41d2ee5b04bee3afc')
-# https://github.com/rust-lang-nursery/mdBook/blob/master/CHANGELOG.md
-
-build() {
-  cd "mdBook-${pkgver}"
-  cargo build --release
-}
-
-check() {
-  cd "mdBook-${pkgver}"
-  cargo test
-}
-
-package() {
-  cd "mdBook-${pkgver}"
-  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-}

Copied: mdbook/repos/community-x86_64/PKGBUILD (from rev 820998, 
mdbook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 11:11:00 UTC (rev 820999)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Moritz Schönherr 
+
+pkgname=mdbook
+pkgver=0.4.6
+pkgrel=1
+pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust"
+url="https://github.com/rust-lang/mdBook;
+arch=(x86_64)
+license=(MPL2)
+depends=(glibc)
+makedepends=(rust cargo)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-lang/mdBook/archive/v${pkgver}.tar.gz;)
+sha256sums=('a0a8f8e65030370cec8f5114ccb57334c9f2b7153dc51677e12dc74632d3ed23')
+# https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md
+
+build() {
+  cd "mdBook-${pkgver}"
+  cargo build --release
+}
+
+check() {
+  cd "mdBook-${pkgver}"
+  cargo test
+}
+
+package() {
+  cd "mdBook-${pkgver}"
+  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+}


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

2021-01-15 Thread Jelle van der Waa via arch-commits
Date: Friday, January 15, 2021 @ 11:10:55
  Author: jelle
Revision: 820998

upgpkg: mdbook 0.4.6-1

Modified:
  mdbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 09:46:58 UTC (rev 820997)
+++ PKGBUILD2021-01-15 11:10:55 UTC (rev 820998)
@@ -3,7 +3,7 @@
 # Contributor: Moritz Schönherr 
 
 pkgname=mdbook
-pkgver=0.4.5
+pkgver=0.4.6
 pkgrel=1
 pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust"
 url="https://github.com/rust-lang/mdBook;
@@ -12,7 +12,7 @@
 depends=(glibc)
 makedepends=(rust cargo)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-lang/mdBook/archive/v${pkgver}.tar.gz;)
-sha256sums=('79fd98bddab8611cae9071aeb327edfcc67b4e449d5653d41d2ee5b04bee3afc')
+sha256sums=('a0a8f8e65030370cec8f5114ccb57334c9f2b7153dc51677e12dc74632d3ed23')
 # https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md
 
 build() {


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 09:46:58
  Author: dvzrv
Revision: 820997

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 09:46:51 UTC (rev 820996)
+++ PKGBUILD2021-01-15 09:46:58 UTC (rev 820997)
@@ -1,52 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Maxim Andersson 
-# Contributor: NicoHood 
-
-pkgdesc="A module with some convenient utilities not included with the 
standard Python install"
-pkgname=python-utils
-pkgver=2.5.0
-pkgrel=1
-url="https://github.com/WoLpH/python-utils;
-license=('BSD')
-arch=('any')
-depends=('python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("https://pypi.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-
"${pkgname}-2.5.0-installation.patch::https://github.com/dvzrv/python-utils/commit/632a90dfbf9195cb67ea9e8c7248b31ecf88af6d.patch;
-)
-sha512sums=('d43aa1ddb20120d467c6d260f0dd495867596da2dcf9df8c83912bf79b76c51789060c27c5eb716bcb0198cc32343a349c19002ca3f1e509bb630fdb9df4dc29'
-'SKIP'
-
'bdd46cd478d25862b528a1a1808faa5b5016ec6ce40bddcda58bb021d808da54a832acb4aa80105abed8fd3103a61ed1c9b8c86b767b197eecdce052a73fe9fb')
-b2sums=('fc357546754e4b3f06090f4a9e88e4352315fd692a360b592806e1c1eaea4042d483936fb0b810945d98d0c5bb07dbc08286bcff153aa14d4744adb05f70c1b0'
-'SKIP'
-
'f4e935d8db37b146e28b669e6bae7a12114f1362f6a1c4195ad52996bd8776ad5e768908185b47101cd1257ebf6a48f2954eed6c6fc8f0bc9fa086fd7d2211f5')
-validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # prevent tests from being installed globally
-  patch -Np1 -i "../${pkgname}-2.5.0-installation.patch"
-  # don't care about custom pytest flags
-  rm -v pytest.ini
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-utils/repos/community-any/PKGBUILD (from rev 820996, 
python-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 09:46:58 UTC (rev 820997)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+# Contributor: Maxim Andersson 
+# Contributor: NicoHood 
+
+pkgdesc="A module with some convenient utilities not included with the 
standard Python install"
+pkgname=python-utils
+pkgver=2.5.1
+pkgrel=1
+url="https://github.com/WoLpH/python-utils;
+license=('BSD')
+arch=('any')
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("https://pypi.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('886ed6c1c7027012c1e5a59dfe3f81ac2b07974cc5869b5cb8f5fc91f8ca733acf0ee03dbb559be69a389228974d713666ced950ec766117075aa5ea781216fb'
+'SKIP')
+b2sums=('2938b9f188c92d407baf09147338ea2c54b9c70c5a8746f14cd4d4b5026e6bd7bab418c9cde6c99ae4c4072da6967033bf59ed32acb0e21bfb5aacff8640620e'
+'SKIP')
+validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  rm -v pytest.ini
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 09:46:51
  Author: dvzrv
Revision: 820996

upgpkg: python-utils 2.5.1-1: Upgrade to 2.5.1.

Remove patch to fix setup.py (problem fixed upstream).

Modified:
  python-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 09:44:19 UTC (rev 820995)
+++ PKGBUILD2021-01-15 09:46:51 UTC (rev 820996)
@@ -4,7 +4,7 @@
 
 pkgdesc="A module with some convenient utilities not included with the 
standard Python install"
 pkgname=python-utils
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 url="https://github.com/WoLpH/python-utils;
 license=('BSD')
@@ -12,22 +12,15 @@
 depends=('python-six')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
-source=("https://pypi.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-
"${pkgname}-2.5.0-installation.patch::https://github.com/dvzrv/python-utils/commit/632a90dfbf9195cb67ea9e8c7248b31ecf88af6d.patch;
-)
-sha512sums=('d43aa1ddb20120d467c6d260f0dd495867596da2dcf9df8c83912bf79b76c51789060c27c5eb716bcb0198cc32343a349c19002ca3f1e509bb630fdb9df4dc29'
-'SKIP'
-
'bdd46cd478d25862b528a1a1808faa5b5016ec6ce40bddcda58bb021d808da54a832acb4aa80105abed8fd3103a61ed1c9b8c86b767b197eecdce052a73fe9fb')
-b2sums=('fc357546754e4b3f06090f4a9e88e4352315fd692a360b592806e1c1eaea4042d483936fb0b810945d98d0c5bb07dbc08286bcff153aa14d4744adb05f70c1b0'
-'SKIP'
-
'f4e935d8db37b146e28b669e6bae7a12114f1362f6a1c4195ad52996bd8776ad5e768908185b47101cd1257ebf6a48f2954eed6c6fc8f0bc9fa086fd7d2211f5')
+source=("https://pypi.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('886ed6c1c7027012c1e5a59dfe3f81ac2b07974cc5869b5cb8f5fc91f8ca733acf0ee03dbb559be69a389228974d713666ced950ec766117075aa5ea781216fb'
+'SKIP')
+b2sums=('2938b9f188c92d407baf09147338ea2c54b9c70c5a8746f14cd4d4b5026e6bd7bab418c9cde6c99ae4c4072da6967033bf59ed32acb0e21bfb5aacff8640620e'
+'SKIP')
 validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  # prevent tests from being installed globally
-  patch -Np1 -i "../${pkgname}-2.5.0-installation.patch"
-  # don't care about custom pytest flags
   rm -v pytest.ini
 }
 


[arch-commits] Commit in mephisto.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 09:44:19
  Author: dvzrv
Revision: 820995

archrelease: copy trunk to community-x86_64

Added:
  mephisto.lv2/repos/community-x86_64/PKGBUILD
(from rev 820994, mephisto.lv2/trunk/PKGBUILD)
Deleted:
  mephisto.lv2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 09:44:11 UTC (rev 820994)
+++ PKGBUILD2021-01-15 09:44:19 UTC (rev 820995)
@@ -1,57 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=mephisto.lv2
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="A Just-in-Time FAUST compiler embedded in an LV2 plugin"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/mephisto/;
-license=('Artistic2.0')
-groups=('lv2-plugins' 'pro-audio')
-depends=('fontconfig' 'glibc' 'libevdev' 'libglvnd' 'libvterm' 'libx11'
-'ttf-fira-code')
-makedepends=('faust' 'fontconfig' 'glew' 'glu' 'lv2' 'meson')
-checkdepends=('lv2lint')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('beeff7e314d98f5c4611c5258065ce10149f55a281d3d367425e12755ffb29a55095b1a5d6296a76bc912d0bd27a313aac4f481178792418abc600b5cd8128af'
-'SKIP')
-b2sums=('ac177e28c1394c8a0d52fc6f5f95a5c3c99ee77147d7898483ea5a85e1b07b312787b7d48480b15ded794c14284d55228f4a765d6ca2b69290f8ceb02c75ca62'
-'SKIP')
-validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

-
-build() {
-  cd "$pkgname-$pkgver"
-  meson --prefix=/usr \
---libexecdir lib \
---sbindir bin \
---buildtype plain \
---auto-features enabled \
---wrap-mode nodownload \
--D b_lto=true \
--D b_pie=true \
-build
-  ninja -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  _plugin_names=('audio_1x1' 'audio_2x2' 'audio_4x4' 'audio_8x8' 'cv_1x1'
-  'cv_2x2' 'cv_4x4' 'cv_8x8')
-  for _plugin in ${_plugin_names[@]}; do
-lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/mephisto#${_plugin};
-  done
-}
-
-package() {
-  depends+=('libGLEW.so' 'libfaust.so' 'libfontconfig.so')
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" ninja -C build install
-  # devendoring ttf-fira-code
-  rm -vf "${pkgdir}/usr/lib/lv2/${pkgname}/"*.ttf
-  for font_type in {Bold,Light,Medium,Regular}; do
-ln -svf "/usr/share/fonts/TTF/FiraCode-${font_type}.ttf" \
-  "${pkgdir}/usr/lib/lv2/${pkgname}/"
-  done
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: mephisto.lv2/repos/community-x86_64/PKGBUILD (from rev 820994, 
mephisto.lv2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 09:44:19 UTC (rev 820995)
@@ -0,0 +1,58 @@
+# Maintainer: David Runge 
+
+pkgname=mephisto.lv2
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="A Just-in-Time FAUST compiler embedded in an LV2 plugin"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/mephisto/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('glibc' 'libglvnd' 'libvterm' 'libx11' 'ttf-fira-code')
+makedepends=('faust' 'fontconfig' 'glew' 'glu' 'lv2' 'meson')
+checkdepends=('lv2lint')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('8fe192ce5d9108cc736437998b8a3cc44eeda8ace55bb781c69c257122bd2a8fac730f3a00bb6ac212b903063b5832ce036a8f6dedf3ffc3ec991f364f973370'
+'SKIP')
+b2sums=('4b0c22285a4188c63d7c57988c27cca69573052d0cf196e400fcf9a2a9e1e3334a10af3d51998b1922660cf094cea9f29cad3d713bb7783dec96b419befac1c4'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix=/usr \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
+  ninja -C build
+}
+
+check() {
+  local _names=('audio_1x1' 'audio_2x2' 'audio_4x4' 'audio_8x8' 'cv_1x1'
+  'cv_2x2' 'cv_4x4' 'cv_8x8')
+  local _name
+
+  cd "$pkgname-$pkgver"
+  for _name in ${_plugin_names[@]}; do
+lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/mephisto#${_plugin};
+  done
+}
+
+package() {
+  depends+=('libGLEW.so' 'libfaust.so' 'libfontconfig.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" ninja -C build install
+  # devendoring ttf-fira-code
+  rm -vf "${pkgdir}/usr/lib/lv2/${pkgname}/"*.ttf
+  for font_type in {Bold,Light,Medium,Regular}; do
+ln -svf "/usr/share/fonts/TTF/FiraCode-${font_type}.ttf" \
+  "${pkgdir}/usr/lib/lv2/${pkgname}/"
+  done
+  install -vDm 644 {ChangeLog,README.md} \
+-t 

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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 09:44:11
  Author: dvzrv
Revision: 820994

upgpkg: mephisto.lv2 0.14.0-1: Upgrade to 0.14.0.

Remove unused libevdev dependency from depends.
Remove duplicate fontconfig dependency (already present as sodep).

Modified:
  mephisto.lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 09:40:21 UTC (rev 820993)
+++ PKGBUILD2021-01-15 09:44:11 UTC (rev 820994)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=mephisto.lv2
-pkgver=0.12.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="A Just-in-Time FAUST compiler embedded in an LV2 plugin"
 arch=('x86_64')
@@ -8,14 +8,13 @@
 url="https://open-music-kontrollers.ch/lv2/mephisto/;
 license=('Artistic2.0')
 groups=('lv2-plugins' 'pro-audio')
-depends=('fontconfig' 'glibc' 'libevdev' 'libglvnd' 'libvterm' 'libx11'
-'ttf-fira-code')
+depends=('glibc' 'libglvnd' 'libvterm' 'libx11' 'ttf-fira-code')
 makedepends=('faust' 'fontconfig' 'glew' 'glu' 'lv2' 'meson')
 checkdepends=('lv2lint')
 
source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('beeff7e314d98f5c4611c5258065ce10149f55a281d3d367425e12755ffb29a55095b1a5d6296a76bc912d0bd27a313aac4f481178792418abc600b5cd8128af'
+sha512sums=('8fe192ce5d9108cc736437998b8a3cc44eeda8ace55bb781c69c257122bd2a8fac730f3a00bb6ac212b903063b5832ce036a8f6dedf3ffc3ec991f364f973370'
 'SKIP')
-b2sums=('ac177e28c1394c8a0d52fc6f5f95a5c3c99ee77147d7898483ea5a85e1b07b312787b7d48480b15ded794c14284d55228f4a765d6ca2b69290f8ceb02c75ca62'
+b2sums=('4b0c22285a4188c63d7c57988c27cca69573052d0cf196e400fcf9a2a9e1e3334a10af3d51998b1922660cf094cea9f29cad3d713bb7783dec96b419befac1c4'
 'SKIP')
 validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

 
@@ -34,10 +33,12 @@
 }
 
 check() {
+  local _names=('audio_1x1' 'audio_2x2' 'audio_4x4' 'audio_8x8' 'cv_1x1'
+  'cv_2x2' 'cv_4x4' 'cv_8x8')
+  local _name
+
   cd "$pkgname-$pkgver"
-  _plugin_names=('audio_1x1' 'audio_2x2' 'audio_4x4' 'audio_8x8' 'cv_1x1'
-  'cv_2x2' 'cv_4x4' 'cv_8x8')
-  for _plugin in ${_plugin_names[@]}; do
+  for _name in ${_plugin_names[@]}; do
 lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/mephisto#${_plugin};
   done
 }


[arch-commits] Commit in new-session-manager/repos/community-x86_64 (2 files)

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 09:40:21
  Author: dvzrv
Revision: 820993

archrelease: copy trunk to community-x86_64

Added:
  new-session-manager/repos/community-x86_64/PKGBUILD
(from rev 820992, new-session-manager/trunk/PKGBUILD)
Deleted:
  new-session-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 09:40:11 UTC (rev 820992)
+++ PKGBUILD2021-01-15 09:40:21 UTC (rev 820993)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=new-session-manager
-pkgver=1.4.0
-pkgrel=2
-pkgdesc="Audio session manager"
-arch=('x86_64')
-url="https://github.com/linuxaudio/new-session-manager;
-license=('GPL3')
-depends=('gcc-libs' 'glibc')
-makedepends=('fltk' 'jack' 'liblo' 'meson')
-optdepends=('fltk: for nsm-legacy-gui')
-provides=('non-session-manager')
-conflicts=('non-session-manager')
-replaces=('non-session-manager')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxaudio/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('0cbcd0e03f774da30b35a60556a8c18621274e9f57a6fd2155e112003fe1ba46b48e831e1b42da2c6b0e4a48716386aa05a150b24c949797438be95dab897af5')
-b2sums=('aa5abfb53317cb08c2a34e4d6fa6d254c076fc8e5d4ab378726b02e375771f928fb1191fbc29afe059244ebc81205696fedc65018b39a7c637bd8a2204178382')
-
-build() {
-  cd "$pkgname-$pkgver"
-  meson --prefix='/usr' \
---buildtype plain \
---wrap-mode nodownload \
--D b_lto=true \
--D b_pie=true \
-build
-  ninja -C build
-}
-
-package() {
-  depends+=('libjack.so' 'liblo.so')
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  install -vDm 644 {CHANGELOG,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: new-session-manager/repos/community-x86_64/PKGBUILD (from rev 820992, 
new-session-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 09:40:21 UTC (rev 820993)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+
+pkgname=new-session-manager
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Audio session manager"
+arch=('x86_64')
+url="https://github.com/linuxaudio/new-session-manager;
+license=('GPL3')
+depends=('gcc-libs' 'glibc')
+makedepends=('fltk' 'jack' 'liblo' 'meson')
+optdepends=('fltk: for nsm-legacy-gui')
+provides=('non-session-manager')
+conflicts=('non-session-manager')
+replaces=('non-session-manager')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxaudio/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('22b60a68ec5d8b5d7ae318e7eba979e2cdac4ff900b5c650affa7b5f1f6a156f9f146303cd995997dd05880c8a1a8fa797738fc244331929372c7815bd67dac2')
+b2sums=('20f5883006ef2bb36d62f661ffb9356175a14147c98160bd85e5d168fad99d6cf941bb351eeb5b9b534eb4919b644e3fe410315434061c88a26c424b4b9a5958')
+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix='/usr' \
+--buildtype plain \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
+  ninja -C build
+}
+
+package() {
+  depends+=('libjack.so' 'liblo.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  install -vDm 644 {CHANGELOG,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in new-session-manager/trunk (PKGBUILD)

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 09:40:11
  Author: dvzrv
Revision: 820992

upgpkg: new-session-manager 1.5.0-1: Upgrade to 1.5.0.

Modified:
  new-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 09:36:35 UTC (rev 820991)
+++ PKGBUILD2021-01-15 09:40:11 UTC (rev 820992)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=new-session-manager
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc="Audio session manager"
 arch=('x86_64')
 url="https://github.com/linuxaudio/new-session-manager;
@@ -14,8 +14,8 @@
 conflicts=('non-session-manager')
 replaces=('non-session-manager')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxaudio/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('0cbcd0e03f774da30b35a60556a8c18621274e9f57a6fd2155e112003fe1ba46b48e831e1b42da2c6b0e4a48716386aa05a150b24c949797438be95dab897af5')
-b2sums=('aa5abfb53317cb08c2a34e4d6fa6d254c076fc8e5d4ab378726b02e375771f928fb1191fbc29afe059244ebc81205696fedc65018b39a7c637bd8a2204178382')
+sha512sums=('22b60a68ec5d8b5d7ae318e7eba979e2cdac4ff900b5c650affa7b5f1f6a156f9f146303cd995997dd05880c8a1a8fa797738fc244331929372c7815bd67dac2')
+b2sums=('20f5883006ef2bb36d62f661ffb9356175a14147c98160bd85e5d168fad99d6cf941bb351eeb5b9b534eb4919b644e3fe410315434061c88a26c424b4b9a5958')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in midi_matrix.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 09:36:35
  Author: dvzrv
Revision: 820991

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 09:33:47 UTC (rev 820990)
+++ PKGBUILD2021-01-15 09:36:35 UTC (rev 820991)
@@ -1,47 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=midi_matrix.lv2
-pkgver=0.26.0
-pkgrel=1
-pkgdesc="A plugin for MIDI channel filtering, multiplication and rerouting"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/midi_matrix/;
-license=('Artistic2.0')
-groups=('lv2-plugins' 'pro-audio')
-depends=('glibc' 'libglvnd' 'libx11')
-makedepends=('glu' 'lv2' 'meson' 'sord')
-checkdepends=('lv2lint')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('b2d7418de8d158562cc9b2dc6a7c37f1490a947e40861555d7f9baf68457eac67d7d9201cd42589b6f6b0d39e402611e5d241fe8899fb2eb04ea596abb20e78f'
-'SKIP')
-b2sums=('d90b1c31499e3e388639abefffdb63a610ce2de5e073d59e2bca98b50e23038c93b4b555c8c565dade60dd3b3d16ed206a4fd53ec65a604317b3b67445421c71'
-'SKIP')
-validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

-
-build() {
-  cd "$pkgname-$pkgver"
-  meson --prefix=/usr \
---libdir=lib \
---buildtype plain \
---auto-features enabled \
---wrap-mode nodownload \
--D b_lto=true \
--D b_pie=true \
-build
-  ninja -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  meson test -C build
-  lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/midi_matrix#channel_filter;
-}
-
-
-package() {
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: midi_matrix.lv2/repos/community-x86_64/PKGBUILD (from rev 820990, 
midi_matrix.lv2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 09:36:35 UTC (rev 820991)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+
+pkgname=midi_matrix.lv2
+pkgver=0.28.0
+pkgrel=1
+pkgdesc="A plugin for MIDI channel filtering, multiplication and rerouting"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/midi_matrix/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('glibc' 'libglvnd' 'libx11')
+makedepends=('glew' 'glu' 'lv2' 'meson' 'sord')
+checkdepends=('lv2lint')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('89b6806347f2617834374194064e83bfc76e6c78654b18eaf73489b060416905ebf42178859525eb90595492120c524bd278fc0ee045885dfeb006cf821ec2dc'
+'SKIP')
+b2sums=('6329d07bffb236a5e2faab5a58c900ba3c12e20f3af05d52d1086c6f39f399b1473c9f8fe96a56badb5018ee473ea8b65b670f017204bf842f3bc2084c18362b'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix=/usr \
+--libdir=lib \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
+  ninja -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  meson test -C build
+  lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/midi_matrix#channel_filter;
+}
+
+
+package() {
+  depends+=('libGLEW.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2021-01-15 Thread Antonio Rojas via arch-commits
Date: Friday, January 15, 2021 @ 09:35:43
  Author: arojas
Revision: 406271

archrelease: copy trunk to extra-x86_64

Added:
  qt5-base/repos/extra-x86_64/PKGBUILD
(from rev 406270, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/extra-x86_64/qt5-base-cflags.patch
(from rev 406270, qt5-base/trunk/qt5-base-cflags.patch)
Deleted:
  qt5-base/repos/extra-x86_64/PKGBUILD
  qt5-base/repos/extra-x86_64/qt5-base-cflags.patch

---+
 PKGBUILD  |  205 
 qt5-base-cflags.patch |   92 ++---
 2 files changed, 150 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 09:35:32 UTC (rev 406270)
+++ PKGBUILD2021-01-15 09:35:43 UTC (rev 406271)
@@ -1,101 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.15.2
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion' 'md4c')
-makedepends=('libfbclient' 'mariadb-libs' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
-optdepends=('qt5-svg: to use SVG icon themes'
-'qt5-wayland: to run Qt applications in a Wayland session'
-'qt5-translations: for some native UI translations'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin'
-'perl: for fixqt4headers and syncqt')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
- qt5-base-cflags.patch)
-sha256sums=('909fad2591ee367993a75d7e2ea50ad4db332f05e1c38dd7a5a274e156a4e0f8'
-'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  patch -p1 -i ../qt5-base-cflags.patch # Use system CFLAGS
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-mimetype-database \
--no-use-gold-linker \
--reduce-relocations \
--no-strip
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/extra-x86_64/PKGBUILD (from rev 406270, 
qt5-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 09:35:43 UTC (rev 406271)
@@ -0,0 +1,104 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt5-base
+pkgname=(qt5-base qt5-xcb-private-headers)
+_qtver=5.15.2
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
+ 'shared-mime-info' 'xcb-util-wm' 'libxrender' 

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

2021-01-15 Thread Antonio Rojas via arch-commits
Date: Friday, January 15, 2021 @ 09:35:32
  Author: arojas
Revision: 406270

Fix black border on some menus with Breeze

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 05:58:14 UTC (rev 406269)
+++ PKGBUILD2021-01-15 09:35:32 UTC (rev 406270)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.15.2
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -29,14 +29,17 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
 
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
- qt5-base-cflags.patch)
+ qt5-base-cflags.patch
+ 
kdebug-428095.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch?id=c5336057;)
 sha256sums=('909fad2591ee367993a75d7e2ea50ad4db332f05e1c38dd7a5a274e156a4e0f8'
-'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c')
+'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
+'25b1059e92ae135b1b5031c5b1dde32d03906f17c9245ac1c2f9e1248917e7b0')
 
 prepare() {
   cd ${_pkgfqn}
 
   patch -p1 -i ../qt5-base-cflags.patch # Use system CFLAGS
+  patch -p1 -i ../kdebug-428095.patch # Fix black border on some menus with 
Breeze
 }
 
 build() {


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 09:33:47
  Author: dvzrv
Revision: 820990

upgpkg: midi_matrix.lv2 0.28.0-1: Upgrade to 0.28.0.

Add glew as makedepends and libGLEW.so as depends.

Modified:
  midi_matrix.lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 09:28:43 UTC (rev 820989)
+++ PKGBUILD2021-01-15 09:33:47 UTC (rev 820990)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=midi_matrix.lv2
-pkgver=0.26.0
+pkgver=0.28.0
 pkgrel=1
 pkgdesc="A plugin for MIDI channel filtering, multiplication and rerouting"
 arch=('x86_64')
@@ -9,12 +9,12 @@
 license=('Artistic2.0')
 groups=('lv2-plugins' 'pro-audio')
 depends=('glibc' 'libglvnd' 'libx11')
-makedepends=('glu' 'lv2' 'meson' 'sord')
+makedepends=('glew' 'glu' 'lv2' 'meson' 'sord')
 checkdepends=('lv2lint')
 
source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('b2d7418de8d158562cc9b2dc6a7c37f1490a947e40861555d7f9baf68457eac67d7d9201cd42589b6f6b0d39e402611e5d241fe8899fb2eb04ea596abb20e78f'
+sha512sums=('89b6806347f2617834374194064e83bfc76e6c78654b18eaf73489b060416905ebf42178859525eb90595492120c524bd278fc0ee045885dfeb006cf821ec2dc'
 'SKIP')
-b2sums=('d90b1c31499e3e388639abefffdb63a610ce2de5e073d59e2bca98b50e23038c93b4b555c8c565dade60dd3b3d16ed206a4fd53ec65a604317b3b67445421c71'
+b2sums=('6329d07bffb236a5e2faab5a58c900ba3c12e20f3af05d52d1086c6f39f399b1473c9f8fe96a56badb5018ee473ea8b65b670f017204bf842f3bc2084c18362b'
 'SKIP')
 validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

 
@@ -39,6 +39,7 @@
 
 
 package() {
+  depends+=('libGLEW.so')
   cd "$pkgname-$pkgver"
   DESTDIR="${pkgdir}" meson install -C build
   # docs


[arch-commits] Commit in eteroj.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 09:28:43
  Author: dvzrv
Revision: 820989

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 09:28:35 UTC (rev 820988)
+++ PKGBUILD2021-01-15 09:28:43 UTC (rev 820989)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-pkgname=eteroj.lv2
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="Open Sound Control for LV2"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/eteroj/;
-license=('Artistic2.0')
-groups=('lv2-plugins' 'pro-audio')
-depends=('glibc')
-makedepends=('lv2' 'meson' 'sord')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('9c28789b5b69129e6c57dce40cd167bd226afe4209aeca5edf3ae205f9525d25334483c540da24314c02f11476679c7988eed9e1acbc6f2d8722d6c0abe7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- build
-  ninja -C build
-}
-
-# check fails due to currently broken lv2_validate in lv2
-# check() {
-#   cd "$pkgname-$pkgver"
-#   meson test -C build
-# }
-
-package() {
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: eteroj.lv2/repos/community-x86_64/PKGBUILD (from rev 820988, 
eteroj.lv2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 09:28:43 UTC (rev 820989)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+pkgname=eteroj.lv2
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Open Sound Control for LV2"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/eteroj/;
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('glibc')
+makedepends=('lv2' 'meson' 'sord')
+checkdepends=('lv2lint')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('cbe00897cc442c250fcb621a854127b9f83e06069ad1176075f14bc391b8dcde3ad0cdf93f4e9cd17e7396ea451b64ac5dd1c473609565272287ebd17c7551f8')
+b2sums=('4083ee379ab85259a0d4b6e241da91ca66c5315ec525d991ac254c5b02207220802eb6964f713990f7ba14edb91faebb1c0dca1f5264b4def15ec3562f02e110')
+
+build() {
+  cd "$pkgname-$pkgver"
+  arch-meson --prefix=/usr \
+ --libdir=lib \
+ --buildtype=release \
+ build
+  ninja -C build
+}
+
+check() {
+  local _name
+  local _names=('cloak' 'io' 'ninja' 'pack' 'query')
+  cd "$pkgname-$pkgver"
+  meson test -C build
+  for _name in "${_names[@]}"; do
+lv2lint -Mpack -I build/ 
"http://open-music-kontrollers.ch/lv2/eteroj#${_name};
+  done
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 09:28:35
  Author: dvzrv
Revision: 820988

upgpkg: eteroj.lv2 0.8.0-1: Upgrade to 0.8.0.

Reenable check as issues with lv2_validate seem resolved.
Add lv2lint calls in check().

Modified:
  eteroj.lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 09:17:12 UTC (rev 820987)
+++ PKGBUILD2021-01-15 09:28:35 UTC (rev 820988)
@@ -1,7 +1,8 @@
 # Maintainer: David Runge 
+
 pkgname=eteroj.lv2
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="Open Sound Control for LV2"
 arch=('x86_64')
 url="https://open-music-kontrollers.ch/lv2/eteroj/;
@@ -9,8 +10,10 @@
 groups=('lv2-plugins' 'pro-audio')
 depends=('glibc')
 makedepends=('lv2' 'meson' 'sord')
+checkdepends=('lv2lint')
 
source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('9c28789b5b69129e6c57dce40cd167bd226afe4209aeca5edf3ae205f9525d25334483c540da24314c02f11476679c7988eed9e1acbc6f2d8722d6c0abe7')
+sha512sums=('cbe00897cc442c250fcb621a854127b9f83e06069ad1176075f14bc391b8dcde3ad0cdf93f4e9cd17e7396ea451b64ac5dd1c473609565272287ebd17c7551f8')
+b2sums=('4083ee379ab85259a0d4b6e241da91ca66c5315ec525d991ac254c5b02207220802eb6964f713990f7ba14edb91faebb1c0dca1f5264b4def15ec3562f02e110')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -21,11 +24,15 @@
   ninja -C build
 }
 
-# check fails due to currently broken lv2_validate in lv2
-# check() {
-#   cd "$pkgname-$pkgver"
-#   meson test -C build
-# }
+check() {
+  local _name
+  local _names=('cloak' 'io' 'ninja' 'pack' 'query')
+  cd "$pkgname-$pkgver"
+  meson test -C build
+  for _name in "${_names[@]}"; do
+lv2lint -Mpack -I build/ 
"http://open-music-kontrollers.ch/lv2/eteroj#${_name};
+  done
+}
 
 package() {
   cd "$pkgname-$pkgver"


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 09:17:12
  Author: dvzrv
Revision: 820987

archrelease: copy trunk to community-x86_64

Added:
  lv2lint/repos/community-x86_64/PKGBUILD
(from rev 820986, lv2lint/trunk/PKGBUILD)
Deleted:
  lv2lint/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 09:17:04 UTC (rev 820986)
+++ PKGBUILD2021-01-15 09:17:12 UTC (rev 820987)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=lv2lint
-pkgver=0.8.0
-pkgrel=2
-pkgdesc="Check whether a given LV2 plugin is up to the specification"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/lv2lint/;
-license=('Artistic2.0')
-depends=('glibc' 'libelf')
-makedepends=('curl' 'lilv' 'lv2' 'meson')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('3531f5cb6534b6fe79584a52c5fec0520a7bec5af95b48401c6bfe75409b9317ad9cc0ff873a849de9897bd35e1a076f664cd885443126e2c21d9a58b95d6891'
-'SKIP')
-b2sums=('d56b3de13b6eae1f54403add02f30e2fa82edb2ccaef2f967268c78f3614dc9901a75ac444d38df53722f2ae2ea95db46b9635a3e6cc4d4226df245abbb41655'
-'SKIP')
-validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

-
-build() {
-  cd "$pkgname-$pkgver"
-  meson --prefix=/usr \
---libexecdir lib \
---sbindir bin \
---buildtype plain \
---auto-features enabled \
---wrap-mode nodownload \
--D b_lto=true \
--D b_pie=true \
--Donline-tests=true \
--Delf-tests=true \
-build
-  ninja -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  ninja -C build test
-}
-
-package() {
-  depends+=('libcurl.so' 'liblilv-0.so')
-  cd "$pkgname-$pkgver"
-  DESTDIR="$pkgdir/" ninja -C build install
-  install -vDm 644 {ChangeLog,README.md,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: lv2lint/repos/community-x86_64/PKGBUILD (from rev 820986, 
lv2lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 09:17:12 UTC (rev 820987)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+
+pkgname=lv2lint
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Check whether a given LV2 plugin is up to the specification"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/lv2lint/;
+license=('Artistic2.0')
+depends=('glibc' 'libelf')
+makedepends=('curl' 'lilv' 'lv2' 'meson')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('a537394eca38da4f407cbcf05bb883b1d519a88f28273f4c89900dd879e26379ed55b44e67bfcedf9e56ecfb525489fc63b81c00cb5c1a92e9fc2ee037d86b53'
+'SKIP')
+b2sums=('c5f90a64d7f2382d5bc3b2753d9bc1f5355d03c30e7cc23dca79508c3e5e00a87f83ec8dda569d3db451d3dab9ab11c1794ebe15631177bd7fdd6b95b49fca49'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix=/usr \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+-Donline-tests=true \
+-Delf-tests=true \
+build
+  ninja -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  ninja -C build test
+}
+
+package() {
+  depends+=('libcurl.so' 'liblilv-0.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="$pkgdir/" ninja -C build install
+  install -vDm 644 {ChangeLog,README.md,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 09:17:04
  Author: dvzrv
Revision: 820986

upgpkg: lv2lint 0.10.0-1: Upgrade to 0.10.0.

Modified:
  lv2lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 09:00:50 UTC (rev 820985)
+++ PKGBUILD2021-01-15 09:17:04 UTC (rev 820986)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=lv2lint
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="Check whether a given LV2 plugin is up to the specification"
 arch=('x86_64')
 url="https://open-music-kontrollers.ch/lv2/lv2lint/;
@@ -10,9 +10,9 @@
 depends=('glibc' 'libelf')
 makedepends=('curl' 'lilv' 'lv2' 'meson')
 
source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('3531f5cb6534b6fe79584a52c5fec0520a7bec5af95b48401c6bfe75409b9317ad9cc0ff873a849de9897bd35e1a076f664cd885443126e2c21d9a58b95d6891'
+sha512sums=('a537394eca38da4f407cbcf05bb883b1d519a88f28273f4c89900dd879e26379ed55b44e67bfcedf9e56ecfb525489fc63b81c00cb5c1a92e9fc2ee037d86b53'
 'SKIP')
-b2sums=('d56b3de13b6eae1f54403add02f30e2fa82edb2ccaef2f967268c78f3614dc9901a75ac444d38df53722f2ae2ea95db46b9635a3e6cc4d4226df245abbb41655'
+b2sums=('c5f90a64d7f2382d5bc3b2753d9bc1f5355d03c30e7cc23dca79508c3e5e00a87f83ec8dda569d3db451d3dab9ab11c1794ebe15631177bd7fdd6b95b49fca49'
 'SKIP')
 validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

 


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 09:00:50
  Author: dvzrv
Revision: 820985

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 09:00:41 UTC (rev 820984)
+++ PKGBUILD2021-01-15 09:00:50 UTC (rev 820985)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Maxim Andersson 
-# Contributor: NicoHood 
-
-pkgdesc="A module with some convenient utilities not included with the 
standard Python install"
-pkgname=python-utils
-pkgver=2.4.0
-pkgrel=3
-url="https://github.com/WoLpH/python-utils;
-license=('BSD')
-arch=('any')
-depends=('python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("https://pypi.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('bfad0ef30383df634b89bb2206a00e45434eff9fee9ba0eeab99361bacfb56f3fb420019608b639713a7e8777870de75becb1d7b48aa09c582df27f9ebe8c512'
-'SKIP')
-validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # don't care about custom pytest flags
-  rm -v pytest.ini
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --prefix=/usr \
-  --root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-utils/repos/community-any/PKGBUILD (from rev 820984, 
python-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 09:00:50 UTC (rev 820985)
@@ -0,0 +1,52 @@
+# Maintainer: David Runge 
+# Contributor: Maxim Andersson 
+# Contributor: NicoHood 
+
+pkgdesc="A module with some convenient utilities not included with the 
standard Python install"
+pkgname=python-utils
+pkgver=2.5.0
+pkgrel=1
+url="https://github.com/WoLpH/python-utils;
+license=('BSD')
+arch=('any')
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("https://pypi.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+
"${pkgname}-2.5.0-installation.patch::https://github.com/dvzrv/python-utils/commit/632a90dfbf9195cb67ea9e8c7248b31ecf88af6d.patch;
+)
+sha512sums=('d43aa1ddb20120d467c6d260f0dd495867596da2dcf9df8c83912bf79b76c51789060c27c5eb716bcb0198cc32343a349c19002ca3f1e509bb630fdb9df4dc29'
+'SKIP'
+
'bdd46cd478d25862b528a1a1808faa5b5016ec6ce40bddcda58bb021d808da54a832acb4aa80105abed8fd3103a61ed1c9b8c86b767b197eecdce052a73fe9fb')
+b2sums=('fc357546754e4b3f06090f4a9e88e4352315fd692a360b592806e1c1eaea4042d483936fb0b810945d98d0c5bb07dbc08286bcff153aa14d4744adb05f70c1b0'
+'SKIP'
+
'f4e935d8db37b146e28b669e6bae7a12114f1362f6a1c4195ad52996bd8776ad5e768908185b47101cd1257ebf6a48f2954eed6c6fc8f0bc9fa086fd7d2211f5')
+validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # prevent tests from being installed globally
+  patch -Np1 -i "../${pkgname}-2.5.0-installation.patch"
+  # don't care about custom pytest flags
+  rm -v pytest.ini
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 09:00:41
  Author: dvzrv
Revision: 820984

upgpkg: python-utils 2.5.0-1: Upgrade to 2.5.0.

Apply upstream provided patch to prevent tests from being installed top-level.

Modified:
  python-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 08:45:19 UTC (rev 820983)
+++ PKGBUILD2021-01-15 09:00:41 UTC (rev 820984)
@@ -4,8 +4,8 @@
 
 pkgdesc="A module with some convenient utilities not included with the 
standard Python install"
 pkgname=python-utils
-pkgver=2.4.0
-pkgrel=3
+pkgver=2.5.0
+pkgrel=1
 url="https://github.com/WoLpH/python-utils;
 license=('BSD')
 arch=('any')
@@ -12,13 +12,21 @@
 depends=('python-six')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
-source=("https://pypi.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('bfad0ef30383df634b89bb2206a00e45434eff9fee9ba0eeab99361bacfb56f3fb420019608b639713a7e8777870de75becb1d7b48aa09c582df27f9ebe8c512'
-'SKIP')
+source=("https://pypi.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+
"${pkgname}-2.5.0-installation.patch::https://github.com/dvzrv/python-utils/commit/632a90dfbf9195cb67ea9e8c7248b31ecf88af6d.patch;
+)
+sha512sums=('d43aa1ddb20120d467c6d260f0dd495867596da2dcf9df8c83912bf79b76c51789060c27c5eb716bcb0198cc32343a349c19002ca3f1e509bb630fdb9df4dc29'
+'SKIP'
+
'bdd46cd478d25862b528a1a1808faa5b5016ec6ce40bddcda58bb021d808da54a832acb4aa80105abed8fd3103a61ed1c9b8c86b767b197eecdce052a73fe9fb')
+b2sums=('fc357546754e4b3f06090f4a9e88e4352315fd692a360b592806e1c1eaea4042d483936fb0b810945d98d0c5bb07dbc08286bcff153aa14d4744adb05f70c1b0'
+'SKIP'
+
'f4e935d8db37b146e28b669e6bae7a12114f1362f6a1c4195ad52996bd8776ad5e768908185b47101cd1257ebf6a48f2954eed6c6fc8f0bc9fa086fd7d2211f5')
 validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

 
 prepare() {
   cd "${pkgname}-${pkgver}"
+  # prevent tests from being installed globally
+  patch -Np1 -i "../${pkgname}-2.5.0-installation.patch"
   # don't care about custom pytest flags
   rm -v pytest.ini
 }
@@ -38,7 +46,6 @@
   cd "${pkgname}-${pkgver}"
   python setup.py install --skip-build \
   --optimize=1 \
-  --prefix=/usr \
   --root="${pkgdir}"
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 08:14:08
  Author: dvzrv
Revision: 820980

archrelease: copy trunk to community-x86_64

Added:
  gammastep/repos/community-x86_64/PKGBUILD
(from rev 820979, gammastep/trunk/PKGBUILD)
Deleted:
  gammastep/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 08:13:58 UTC (rev 820979)
+++ PKGBUILD2021-01-15 08:14:08 UTC (rev 820980)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=gammastep
-pkgver=2.0.6
-pkgrel=1
-pkgdesc="Adjust the color temperature of your screen according to your 
surroundings."
-arch=('x86_64')
-url="https://gitlab.com/chinstrap/gammastep;
-license=('GPL3')
-depends=('geoclue' 'glibc' 'hicolor-icon-theme' 'libdrm' 'libx11' 'libxcb'
-'libxxf86vm' 'wayland')
-optdepends=('python-gobject: for gammastep-indicator'
-'python-xdg: for gammastep-indicator'
-'gtk3: for gammastep-indicator')
-makedepends=('glib2' 'intltool' 'python' 'systemd')
-source=("https://gitlab.com/chinstrap/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
-sha512sums=('3c56c69e8c0f69fbd06100eded10b1cd5378d8bbbe8ab4c5eb2b07c91b0f7a0f8cfd7b0d2ed759add36954d689246dc079692e7d314b700ab3fcdd6bf805e419')
-b2sums=('1d7a1098b234f8219a81d3475e7eef992554cef221129ac0a75e23794cb42abf0e79bfe373bffcd432698f80e4fc186bfe5f7ce557100f6359ec11f12656a74c')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  ./bootstrap
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  depends+=('libgio-2.0.so' 'libgobject-2.0.so' 'libglib-2.0.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 {CONTRIBUTING,NEWS,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: gammastep/repos/community-x86_64/PKGBUILD (from rev 820979, 
gammastep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 08:14:08 UTC (rev 820980)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+pkgname=gammastep
+pkgver=2.0.7
+pkgrel=1
+pkgdesc="Adjust the color temperature of your screen according to your 
surroundings."
+arch=('x86_64')
+url="https://gitlab.com/chinstrap/gammastep;
+license=('GPL3')
+depends=('geoclue' 'glibc' 'hicolor-icon-theme' 'libdrm' 'libx11' 'libxcb'
+'libxxf86vm' 'wayland')
+makedepends=('glib2' 'intltool' 'python' 'systemd')
+optdepends=('python-gobject: for gammastep-indicator'
+'python-xdg: for gammastep-indicator'
+'gtk3: for gammastep-indicator')
+source=("https://gitlab.com/chinstrap/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
+sha512sums=('466811636d4c4d5f3fc21272e7ab8c208e2ad8830fbabd48c8d96c2eaa04d07c29da35f409166eaf95acdd0038f926a84d199fabf08df79fb027f45441ef0d08')
+b2sums=('2f98399528efc7b37f65f214c07c721d3c3e5d82272feee78d863e8d4bce6c886a6f870383fd05640847fe104a75123036e1a442d915e75d692e8048823db277')
+
+prepare() {
+  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  ./bootstrap
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  depends+=('libgio-2.0.so' 'libgobject-2.0.so' 'libglib-2.0.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {CONTRIBUTING,NEWS,README}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2021-01-15 Thread David Runge via arch-commits
Date: Friday, January 15, 2021 @ 08:13:58
  Author: dvzrv
Revision: 820979

upgpkg: gammastep 2.0.7-1: Upgrade to 2.0.7.

Modified:
  gammastep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 07:44:42 UTC (rev 820978)
+++ PKGBUILD2021-01-15 08:13:58 UTC (rev 820979)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=gammastep
-pkgver=2.0.6
+pkgver=2.0.7
 pkgrel=1
 pkgdesc="Adjust the color temperature of your screen according to your 
surroundings."
 arch=('x86_64')
@@ -9,13 +9,13 @@
 license=('GPL3')
 depends=('geoclue' 'glibc' 'hicolor-icon-theme' 'libdrm' 'libx11' 'libxcb'
 'libxxf86vm' 'wayland')
+makedepends=('glib2' 'intltool' 'python' 'systemd')
 optdepends=('python-gobject: for gammastep-indicator'
 'python-xdg: for gammastep-indicator'
 'gtk3: for gammastep-indicator')
-makedepends=('glib2' 'intltool' 'python' 'systemd')
 
source=("https://gitlab.com/chinstrap/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
-sha512sums=('3c56c69e8c0f69fbd06100eded10b1cd5378d8bbbe8ab4c5eb2b07c91b0f7a0f8cfd7b0d2ed759add36954d689246dc079692e7d314b700ab3fcdd6bf805e419')
-b2sums=('1d7a1098b234f8219a81d3475e7eef992554cef221129ac0a75e23794cb42abf0e79bfe373bffcd432698f80e4fc186bfe5f7ce557100f6359ec11f12656a74c')
+sha512sums=('466811636d4c4d5f3fc21272e7ab8c208e2ad8830fbabd48c8d96c2eaa04d07c29da35f409166eaf95acdd0038f926a84d199fabf08df79fb027f45441ef0d08')
+b2sums=('2f98399528efc7b37f65f214c07c721d3c3e5d82272feee78d863e8d4bce6c886a6f870383fd05640847fe104a75123036e1a442d915e75d692e8048823db277')
 
 prepare() {
   mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"