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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 19:28:51
  Author: dvzrv
Revision: 1065366

archrelease: copy trunk to community-staging-any

Added:
  nuitka/repos/community-staging-any/PKGBUILD
(from rev 1065365, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 19:28:45 UTC (rev 1065365)
+++ PKGBUILD2021-12-06 19:28:51 UTC (rev 1065366)
@@ -1,45 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Maintainer: David Runge 
-# Contributor: Panagiotis Mavrogiorgos 
-
-pkgname=nuitka
-pkgver=0.6.18
-pkgrel=2
-pkgdesc='Python compiler with full language support and CPython compatibility'
-arch=(any)
-url='https://nuitka.net/'
-license=(Apache)
-depends=(python-appdirs scons)
-makedepends=(python-setuptools)
-checkdepends=(ccache fuse2 patchelf python-boto3 python-brotli strace)
-optdepends=('ccache: for build caching'
-'chrpath: for building standalone executables'
-'pyside2: for using Qt5 APIs')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/N/${pkgname^}/${pkgname^}-${pkgver}.tar.gz;)
-sha512sums=('d727f569b0efef133eaa2f647bdc215cc2f87fe762682691909d5a3d9f55299805766d0fdc0bfae09388b0eb3a450d6211a5252e92039d23ccb130117eaa412b')
-b2sums=('5ef7da5b1f065d7ff23c82b5cb26e001c486546f4a169d9a5db442d9ff2e91c8dcc052232b6355c19f9388ca34d7b4c7199c42922ba3b4a6284101d77430dac1')
-
-prepare() {
-  cd ${pkgname^}-$pkgver
-  # in our build environment /etc/os-release will not exist, but 
/usr/lib/os-release will
-  sed -e 's|/etc/os-release|/usr/lib/os-release|' -i nuitka/utils/Utils.py
-}
-
-build() {
-  cd ${pkgname^}-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname^}-$pkgver
-  # skip tests for other interpreters and those that require network access
-  # NOTE: the test uses "strace", which is currently not supported by the 
reproducible build system
-  ./tests/run-tests --no-other-python --skip-onefile-tests 
--skip-other-cpython-tests
-}
-
-package() {
-  cd ${pkgname^}-$pkgver
-  python setup.py install --optimize=1 --root="$pkgdir" --skip-build
-  install -Dm644 {Changelog,Developer_Manual,README}.rst -t 
"$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: nuitka/repos/community-staging-any/PKGBUILD (from rev 1065365, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 19:28:51 UTC (rev 1065366)
@@ -0,0 +1,45 @@
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: David Runge 
+# Contributor: Panagiotis Mavrogiorgos 
+
+pkgname=nuitka
+pkgver=0.6.18.1
+pkgrel=2
+pkgdesc='Python compiler with full language support and CPython compatibility'
+arch=(any)
+url='https://nuitka.net/'
+license=(Apache)
+depends=(python-appdirs scons)
+makedepends=(python-setuptools)
+checkdepends=(ccache fuse2 patchelf python-boto3 python-brotli strace)
+optdepends=('ccache: for build caching'
+'chrpath: for building standalone executables'
+'pyside2: for using Qt5 APIs')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/N/${pkgname^}/${pkgname^}-${pkgver}.tar.gz;)
+sha512sums=('23841258a2f52e1993e1dc13a9e847429da9d833e3bb94652847c5f08bdbfd39d9e80cb00973edf807c22c7bf400bc6b4130a2112687206087c46e6f96841187')
+b2sums=('86e452352eadb21130a27b7a1bb11d2937a344bea0685fe318a17e8ace50fb1845e8644b795214d9428fc8ef475855c8dad54270bfcffac218a206d27cb0f49a')
+
+prepare() {
+  cd ${pkgname^}-$pkgver
+  # in our build environment /etc/os-release will not exist, but 
/usr/lib/os-release will
+  sed -e 's|/etc/os-release|/usr/lib/os-release|' -i nuitka/utils/Utils.py
+}
+
+build() {
+  cd ${pkgname^}-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname^}-$pkgver
+  # skip tests for other interpreters and those that require network access
+  # NOTE: the test uses "strace", which is currently not supported by the 
reproducible build system
+  ./tests/run-tests --no-other-python --skip-onefile-tests 
--skip-other-cpython-tests
+}
+
+package() {
+  cd ${pkgname^}-$pkgver
+  python setup.py install --optimize=1 --root="$pkgdir" --skip-build
+  install -Dm644 {Changelog,Developer_Manual,README}.rst -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 19:28:45
  Author: dvzrv
Revision: 1065365

upgpkg: nuitka 0.6.18.1-2: Rebuild against python 3.10

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 19:23:16 UTC (rev 1065364)
+++ PKGBUILD2021-12-06 19:28:45 UTC (rev 1065365)
@@ -4,7 +4,7 @@
 
 pkgname=nuitka
 pkgver=0.6.18.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Python compiler with full language support and CPython compatibility'
 arch=(any)
 url='https://nuitka.net/'



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 19:23:16
  Author: dvzrv
Revision: 1065364

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 1065363, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 19:23:09 UTC (rev 1065363)
+++ PKGBUILD2021-12-06 19:23:16 UTC (rev 1065364)
@@ -1,45 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Maintainer: David Runge 
-# Contributor: Panagiotis Mavrogiorgos 
-
-pkgname=nuitka
-pkgver=0.6.18
-pkgrel=1
-pkgdesc='Python compiler with full language support and CPython compatibility'
-arch=(any)
-url='https://nuitka.net/'
-license=(Apache)
-depends=(python-appdirs scons)
-makedepends=(python-setuptools)
-checkdepends=(ccache fuse2 patchelf python-boto3 python-brotli strace)
-optdepends=('ccache: for build caching'
-'chrpath: for building standalone executables'
-'pyside2: for using Qt5 APIs')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/N/${pkgname^}/${pkgname^}-${pkgver}.tar.gz;)
-sha512sums=('d727f569b0efef133eaa2f647bdc215cc2f87fe762682691909d5a3d9f55299805766d0fdc0bfae09388b0eb3a450d6211a5252e92039d23ccb130117eaa412b')
-b2sums=('5ef7da5b1f065d7ff23c82b5cb26e001c486546f4a169d9a5db442d9ff2e91c8dcc052232b6355c19f9388ca34d7b4c7199c42922ba3b4a6284101d77430dac1')
-
-prepare() {
-  cd ${pkgname^}-$pkgver
-  # in our build environment /etc/os-release will not exist, but 
/usr/lib/os-release will
-  sed -e 's|/etc/os-release|/usr/lib/os-release|' -i nuitka/utils/Utils.py
-}
-
-build() {
-  cd ${pkgname^}-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname^}-$pkgver
-  # skip tests for other interpreters and those that require network access
-  # NOTE: the test uses "strace", which is currently not supported by the 
reproducible build system
-  ./tests/run-tests --no-other-python --skip-onefile-tests 
--skip-other-cpython-tests
-}
-
-package() {
-  cd ${pkgname^}-$pkgver
-  python setup.py install --optimize=1 --root="$pkgdir" --skip-build
-  install -Dm644 {Changelog,Developer_Manual,README}.rst -t 
"$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: nuitka/repos/community-any/PKGBUILD (from rev 1065363, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 19:23:16 UTC (rev 1065364)
@@ -0,0 +1,45 @@
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: David Runge 
+# Contributor: Panagiotis Mavrogiorgos 
+
+pkgname=nuitka
+pkgver=0.6.18.1
+pkgrel=1
+pkgdesc='Python compiler with full language support and CPython compatibility'
+arch=(any)
+url='https://nuitka.net/'
+license=(Apache)
+depends=(python-appdirs scons)
+makedepends=(python-setuptools)
+checkdepends=(ccache fuse2 patchelf python-boto3 python-brotli strace)
+optdepends=('ccache: for build caching'
+'chrpath: for building standalone executables'
+'pyside2: for using Qt5 APIs')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/N/${pkgname^}/${pkgname^}-${pkgver}.tar.gz;)
+sha512sums=('23841258a2f52e1993e1dc13a9e847429da9d833e3bb94652847c5f08bdbfd39d9e80cb00973edf807c22c7bf400bc6b4130a2112687206087c46e6f96841187')
+b2sums=('86e452352eadb21130a27b7a1bb11d2937a344bea0685fe318a17e8ace50fb1845e8644b795214d9428fc8ef475855c8dad54270bfcffac218a206d27cb0f49a')
+
+prepare() {
+  cd ${pkgname^}-$pkgver
+  # in our build environment /etc/os-release will not exist, but 
/usr/lib/os-release will
+  sed -e 's|/etc/os-release|/usr/lib/os-release|' -i nuitka/utils/Utils.py
+}
+
+build() {
+  cd ${pkgname^}-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname^}-$pkgver
+  # skip tests for other interpreters and those that require network access
+  # NOTE: the test uses "strace", which is currently not supported by the 
reproducible build system
+  ./tests/run-tests --no-other-python --skip-onefile-tests 
--skip-other-cpython-tests
+}
+
+package() {
+  cd ${pkgname^}-$pkgver
+  python setup.py install --optimize=1 --root="$pkgdir" --skip-build
+  install -Dm644 {Changelog,Developer_Manual,README}.rst -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 19:23:09
  Author: dvzrv
Revision: 1065363

upgpkg: nuitka 0.6.18.1-1: Upgrade to 0.6.18.1.

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 19:18:35 UTC (rev 1065362)
+++ PKGBUILD2021-12-06 19:23:09 UTC (rev 1065363)
@@ -3,8 +3,8 @@
 # Contributor: Panagiotis Mavrogiorgos 
 
 pkgname=nuitka
-pkgver=0.6.18
-pkgrel=2
+pkgver=0.6.18.1
+pkgrel=1
 pkgdesc='Python compiler with full language support and CPython compatibility'
 arch=(any)
 url='https://nuitka.net/'
@@ -17,8 +17,8 @@
 'pyside2: for using Qt5 APIs')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/N/${pkgname^}/${pkgname^}-${pkgver}.tar.gz;)
-sha512sums=('d727f569b0efef133eaa2f647bdc215cc2f87fe762682691909d5a3d9f55299805766d0fdc0bfae09388b0eb3a450d6211a5252e92039d23ccb130117eaa412b')
-b2sums=('5ef7da5b1f065d7ff23c82b5cb26e001c486546f4a169d9a5db442d9ff2e91c8dcc052232b6355c19f9388ca34d7b4c7199c42922ba3b4a6284101d77430dac1')
+sha512sums=('23841258a2f52e1993e1dc13a9e847429da9d833e3bb94652847c5f08bdbfd39d9e80cb00973edf807c22c7bf400bc6b4130a2112687206087c46e6f96841187')
+b2sums=('86e452352eadb21130a27b7a1bb11d2937a344bea0685fe318a17e8ace50fb1845e8644b795214d9428fc8ef475855c8dad54270bfcffac218a206d27cb0f49a')
 
 prepare() {
   cd ${pkgname^}-$pkgver



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 19:17:55
  Author: arojas
Revision: 1065361

archrelease: copy trunk to community-any

Added:
  ruby-pkg-config/repos/community-any/PKGBUILD
(from rev 1065360, ruby-pkg-config/trunk/PKGBUILD)
Deleted:
  ruby-pkg-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 19:17:45 UTC (rev 1065360)
+++ PKGBUILD2021-12-06 19:17:55 UTC (rev 1065361)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: gem2arch 0.1
-# Contributor: theapodan
-
-pkgname=ruby-pkg-config
-_pkgname=pkg-config
-pkgver=1.4.1
-pkgrel=2
-pkgdesc='Implementation of pkg-config in ruby'
-arch=('any')
-url='https://github.com/ruby-gnome2/pkg-config'
-license=('LGPL')
-depends=('ruby')
-provides=('ruby-pkgconfig')
-replaces=('ruby-pkgconfig')
-conflicts=('ruby-pkgconfig')
-source=("https://rubygems.org/downloads/$_pkgname-$pkgver.gem;)
-sha256sums=('dca87a58534dfc3ff61c5de1289ed6622a5bd1f5b48fb2dc7a1cc5ef8f6b4ef2')
-noextract=("$_pkgname-$pkgver.gem")
-
-package() {
-  gem install \
---no-user-install \
---ignore-dependencies \
---no-document \
--i "$pkgdir$(ruby -e'puts Gem.default_dir')" \
-$_pkgname-$pkgver.gem
-}

Copied: ruby-pkg-config/repos/community-any/PKGBUILD (from rev 1065360, 
ruby-pkg-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 19:17:55 UTC (rev 1065361)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: gem2arch 0.1
+# Contributor: theapodan
+
+pkgname=ruby-pkg-config
+_pkgname=pkg-config
+pkgver=1.4.6
+pkgrel=1
+pkgdesc='Implementation of pkg-config in ruby'
+arch=('any')
+url='https://github.com/ruby-gnome2/pkg-config'
+license=('LGPL')
+depends=('ruby')
+provides=('ruby-pkgconfig')
+replaces=('ruby-pkgconfig')
+conflicts=('ruby-pkgconfig')
+source=("https://rubygems.org/downloads/$_pkgname-$pkgver.gem;)
+sha256sums=('54be9117d55d9eba2ca5eb990548b539afc958be5b77e7a6fdc4e49e5ff052d6')
+noextract=("$_pkgname-$pkgver.gem")
+
+package() {
+  gem install \
+--no-user-install \
+--ignore-dependencies \
+--no-document \
+-i "$pkgdir$(ruby -e'puts Gem.default_dir')" \
+$_pkgname-$pkgver.gem
+}



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 19:17:45
  Author: arojas
Revision: 1065360

Update to 1.4.6

Modified:
  ruby-pkg-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 19:16:31 UTC (rev 1065359)
+++ PKGBUILD2021-12-06 19:17:45 UTC (rev 1065360)
@@ -5,8 +5,8 @@
 
 pkgname=ruby-pkg-config
 _pkgname=pkg-config
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.6
+pkgrel=1
 pkgdesc='Implementation of pkg-config in ruby'
 arch=('any')
 url='https://github.com/ruby-gnome2/pkg-config'
@@ -16,7 +16,7 @@
 replaces=('ruby-pkgconfig')
 conflicts=('ruby-pkgconfig')
 source=("https://rubygems.org/downloads/$_pkgname-$pkgver.gem;)
-sha256sums=('dca87a58534dfc3ff61c5de1289ed6622a5bd1f5b48fb2dc7a1cc5ef8f6b4ef2')
+sha256sums=('54be9117d55d9eba2ca5eb990548b539afc958be5b77e7a6fdc4e49e5ff052d6')
 noextract=("$_pkgname-$pkgver.gem")
 
 package() {



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 19:16:31
  Author: arojas
Revision: 1065359

archrelease: copy trunk to community-staging-any

Added:
  ruby-dbus/repos/community-staging-any/
  ruby-dbus/repos/community-staging-any/PKGBUILD
(from rev 1065358, ruby-dbus/trunk/PKGBUILD)

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

Copied: ruby-dbus/repos/community-staging-any/PKGBUILD (from rev 1065358, 
ruby-dbus/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-06 19:16:31 UTC (rev 1065359)
@@ -0,0 +1,24 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+
+_gemname=ruby-dbus
+pkgname=$_gemname
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Ruby module for interaction with D-Bus'
+arch=(any)
+url='https://github.com/mvidner/ruby-dbus'
+license=(LGPL2.1)
+depends=(ruby)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('7cbc41e10aba5edc88a1161d24f7b3cce256539d')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -N -i "$pkgdir/$_gemdir" 
-n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 19:16:20
  Author: arojas
Revision: 1065358

Update to 0.16.0

Modified:
  ruby-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 19:05:52 UTC (rev 1065357)
+++ PKGBUILD2021-12-06 19:16:20 UTC (rev 1065358)
@@ -4,17 +4,17 @@
 
 _gemname=ruby-dbus
 pkgname=$_gemname
-pkgver=0.15.0
-pkgrel=4
+pkgver=0.16.0
+pkgrel=1
 pkgdesc='Ruby module for interaction with D-Bus'
 arch=(any)
-url='https://trac.luon.net/ruby-dbus'
+url='https://github.com/mvidner/ruby-dbus'
 license=(LGPL2.1)
 depends=(ruby)
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('71f574448925a807684f7f9799d9afdc80ffa2bd')
+sha1sums=('7cbc41e10aba5edc88a1161d24f7b3cce256539d')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"



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

2021-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 6, 2021 @ 19:13:13
  Author: heftig
Revision: 430757

archrelease: copy trunk to extra-x86_64

Added:
  pangomm-2.48/repos/extra-x86_64/PKGBUILD
(from rev 430756, pangomm-2.48/trunk/PKGBUILD)
Deleted:
  pangomm-2.48/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 19:10:17 UTC (rev 430756)
+++ PKGBUILD2021-12-06 19:13:13 UTC (rev 430757)
@@ -1,54 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pangomm-2.48
-pkgname=(pangomm-2.48 pangomm-2.48-docs)
-pkgver=2.48.2
-pkgrel=1
-pkgdesc="C++ bindings for Pango"
-url="https://www.gtkmm.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(pango glibmm-2.68 cairomm-1.16)
-makedepends=(git meson mm-common glibmm-2.68-docs cairomm-1.16-docs)
-options=(!emptydirs)
-_commit=a801d44602b1c41e485050caf8c83f5931504acd  # tags/2.48.2^0
-source=("git+https://gitlab.gnome.org/GNOME/pangomm.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pangomm
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pangomm
-}
-
-build() {
-  arch-meson pangomm build -D maintainer-mode=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_pangomm-2.48() {
-  depends+=(libsigc-3.0.so libglibmm-2.68.so libcairomm-1.16.so)
-  provides=(libpangomm-2.48.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  # Split -docs
-  mkdir -p docs/usr/share
-  mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
-}
-
-package_pangomm-2.48-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-  options=(!strip)
-
-  mv -t "$pkgdir" docs/*
-}

Copied: pangomm-2.48/repos/extra-x86_64/PKGBUILD (from rev 430756, 
pangomm-2.48/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 19:13:13 UTC (rev 430757)
@@ -0,0 +1,54 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pangomm-2.48
+pkgname=(pangomm-2.48 pangomm-2.48-docs)
+pkgver=2.50.0
+pkgrel=1
+pkgdesc="C++ bindings for Pango"
+url="https://www.gtkmm.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(pango glibmm-2.68 cairomm-1.16)
+makedepends=(git meson mm-common glibmm-2.68-docs cairomm-1.16-docs)
+options=(!emptydirs)
+_commit=cd00ba55a53b71a41fb566827db8b7d7c28c36b6  # tags/2.50.0^0
+source=("git+https://gitlab.gnome.org/GNOME/pangomm.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pangomm
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pangomm
+}
+
+build() {
+  arch-meson pangomm build -D maintainer-mode=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_pangomm-2.48() {
+  depends+=(libsigc-3.0.so libglibmm-2.68.so libcairomm-1.16.so)
+  provides=(libpangomm-2.48.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  # Split -docs
+  mkdir -p docs/usr/share
+  mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
+}
+
+package_pangomm-2.48-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  options=(!strip)
+
+  mv -t "$pkgdir" docs/*
+}



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 19:09:43
  Author: arojas
Revision: 430754

archrelease: copy trunk to staging-x86_64

Added:
  libgpod/repos/staging-x86_64/
  
libgpod/repos/staging-x86_64/0001-323-Segmentation-fault-when-opening-ipod.patch
(from rev 430753, 
libgpod/trunk/0001-323-Segmentation-fault-when-opening-ipod.patch)
  libgpod/repos/staging-x86_64/PKGBUILD
(from rev 430753, libgpod/trunk/PKGBUILD)
  libgpod/repos/staging-x86_64/libgpod-0.8.2-pkgconfig_overlinking.patch
(from rev 430753, libgpod/trunk/libgpod-0.8.2-pkgconfig_overlinking.patch)
  libgpod/repos/staging-x86_64/libgpod-fixswig.patch
(from rev 430753, libgpod/trunk/libgpod-fixswig.patch)
  libgpod/repos/staging-x86_64/libgpod-udev.patch
(from rev 430753, libgpod/trunk/libgpod-udev.patch)

-+
 0001-323-Segmentation-fault-when-opening-ipod.patch |   43 
 PKGBUILD|   46 ++
 libgpod-0.8.2-pkgconfig_overlinking.patch   |   11 
 libgpod-fixswig.patch   |   14 +
 libgpod-udev.patch  |   15 +
 5 files changed, 129 insertions(+)

Copied: 
libgpod/repos/staging-x86_64/0001-323-Segmentation-fault-when-opening-ipod.patch
 (from rev 430753, 
libgpod/trunk/0001-323-Segmentation-fault-when-opening-ipod.patch)
===
--- staging-x86_64/0001-323-Segmentation-fault-when-opening-ipod.patch  
(rev 0)
+++ staging-x86_64/0001-323-Segmentation-fault-when-opening-ipod.patch  
2021-12-06 19:09:43 UTC (rev 430754)
@@ -0,0 +1,43 @@
+From 8dc5015ae036b219c4c9579a156886aa3a722aa5 Mon Sep 17 00:00:00 2001
+From: phantomjinx 
+Date: Sat, 9 Aug 2014 19:57:10 +0100
+Subject: [PATCH] #323 Segmentation fault when opening ipod
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+* Patch submitted in bug report from François Melchior / James Burton
+---
+ src/itdb_itunesdb.c | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/itdb_itunesdb.c b/src/itdb_itunesdb.c
+index 4cc771a..1e85476 100644
+--- a/src/itdb_itunesdb.c
 b/src/itdb_itunesdb.c
+@@ -1156,6 +1156,7 @@ static gboolean playcounts_plist_read (FImport *fimp, 
GValue *plist_data)
+ GHashTable *pc_dict, *track_dict;
+ GValue *to_parse;
+ GArray *array;
++GValue value;
+ gint i;
+ guint32 mac_time;
+ guint64 *dbid;
+@@ -1175,11 +1176,12 @@ static gboolean playcounts_plist_read (FImport *fimp, 
GValue *plist_data)
+ 
+ array = (GArray*)g_value_get_boxed (to_parse);
+ for (i = 0; i < array->len; i++) {
+-   if (!G_VALUE_HOLDS (g_array_index (array, GValue *, i), 
G_TYPE_HASH_TABLE)) {
++   value = g_array_index (array, GValue, i);
++   if (!G_VALUE_HOLDS (, G_TYPE_HASH_TABLE)) {
+   continue;
+}
+ 
+-   track_dict = g_value_get_boxed (g_array_index (array, GValue *, i));
++   track_dict = g_value_get_boxed ();
+if (track_dict == NULL)
+continue;
+ 
+-- 
+2.12.2
+

Copied: libgpod/repos/staging-x86_64/PKGBUILD (from rev 430753, 
libgpod/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-12-06 19:09:43 UTC (rev 430754)
@@ -0,0 +1,46 @@
+# Maintainer: Daniel Isenmann 
+# Contributor: William Rea 
+
+pkgname=libgpod
+pkgver=0.8.3
+pkgrel=13
+pkgdesc="A shared library to access the contents of an iPod"
+arch=(x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'sg3_utils' 'libimobiledevice' 'libplist' 'sqlite')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'gtk-sharp-2' 'gtk-doc')
+optdepends=('gtk-sharp-2: Mono bindings')
+url="http://www.gtkpod.org/libgpod/;
+source=(https://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2
+libgpod-0.8.2-pkgconfig_overlinking.patch
+libgpod-fixswig.patch
+0001-323-Segmentation-fault-when-opening-ipod.patch
+libgpod-udev.patch)
+options=('!emptydirs')
+sha256sums=('638a7959d04e95f1e62abad02bd33702e4e8dfef98485ac7d9d50395c37e955d'
+'02daa2b46d0cfdee14c9d96eabf903ba4638694e669c5cb0ec462076837ac2ff'
+'86f7054dc53ee2aa756c98dc893af6718bbeb6361a0785a5c93a5592b8cc8cdd'
+'b181131ee5b42673074f8217155b4f147623cc63dd382ee4bfa2cb81cd281b20'
+'35786054ebbfab1d247d51e7c7dc7618f8ed9fc17ad3c8b590d89190728452ea')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../libgpod-0.8.2-pkgconfig_overlinking.patch
+  patch -Np1 -i ../libgpod-fixswig.patch
+  patch -Np1 -i ../0001-323-Segmentation-fault-when-opening-ipod.patch
+  patch -Np0 -i ../libgpod-udev.patch
+  sed -e 's|libplist >= 1.0|libplist-2.0 >= 2.2|' -i configure.ac # support 
libplist 2.2
+  autoreconf -vi
+}
+
+build() {
+  cd 

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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 19:09:29
  Author: arojas
Revision: 430753

sg3_utils 1.47 rebuild

Modified:
  libgpod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 19:09:22 UTC (rev 430752)
+++ PKGBUILD2021-12-06 19:09:29 UTC (rev 430753)
@@ -3,7 +3,7 @@
 
 pkgname=libgpod
 pkgver=0.8.3
-pkgrel=12
+pkgrel=13
 pkgdesc="A shared library to access the contents of an iPod"
 arch=(x86_64)
 license=('LGPL')



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

2021-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 6, 2021 @ 19:09:22
  Author: heftig
Revision: 430752

2.50.0-1

Modified:
  pangomm-2.48/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 19:07:18 UTC (rev 430751)
+++ PKGBUILD2021-12-06 19:09:22 UTC (rev 430752)
@@ -3,7 +3,7 @@
 
 pkgbase=pangomm-2.48
 pkgname=(pangomm-2.48 pangomm-2.48-docs)
-pkgver=2.48.2
+pkgver=2.50.0
 pkgrel=1
 pkgdesc="C++ bindings for Pango"
 url="https://www.gtkmm.org/;
@@ -12,7 +12,7 @@
 depends=(pango glibmm-2.68 cairomm-1.16)
 makedepends=(git meson mm-common glibmm-2.68-docs cairomm-1.16-docs)
 options=(!emptydirs)
-_commit=a801d44602b1c41e485050caf8c83f5931504acd  # tags/2.48.2^0
+_commit=cd00ba55a53b71a41fb566827db8b7d7c28c36b6  # tags/2.50.0^0
 source=("git+https://gitlab.gnome.org/GNOME/pangomm.git#commit=$_commit;)
 sha256sums=('SKIP')
 



[arch-commits] Commit in sg3_utils/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 19:07:18
  Author: arojas
Revision: 430751

archrelease: copy trunk to staging-x86_64

Added:
  sg3_utils/repos/staging-x86_64/
  sg3_utils/repos/staging-x86_64/PKGBUILD
(from rev 430750, sg3_utils/trunk/PKGBUILD)

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

Copied: sg3_utils/repos/staging-x86_64/PKGBUILD (from rev 430750, 
sg3_utils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-12-06 19:07:18 UTC (rev 430751)
@@ -0,0 +1,25 @@
+# Maintainer: Daniel Isenmann 
+
+pkgname=sg3_utils
+pkgver=1.47
+pkgrel=1
+pkgdesc="Generic SCSI utilities"
+arch=(x86_64)
+url="http://sg.danny.cz/sg/sg3_utils.html;
+license=('GPL' 'custom:BSD')
+depends=('glibc')
+source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
+sha512sums=('ef072b8f0012d0944e21d2134aff7125e24ea24d1cbbb1aa79160e844f9a60236f1e244437a3bc08a22a7e99f613adad4a05ae5cc3916ded5a72d162cd3aa163')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 19:07:04
  Author: arojas
Revision: 430750

Update to 1.47

Modified:
  sg3_utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:54:17 UTC (rev 430749)
+++ PKGBUILD2021-12-06 19:07:04 UTC (rev 430750)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Isenmann 
 
 pkgname=sg3_utils
-pkgver=1.46
+pkgver=1.47
 pkgrel=1
 pkgdesc="Generic SCSI utilities"
 arch=(x86_64)
@@ -9,16 +9,16 @@
 license=('GPL' 'custom:BSD')
 depends=('glibc')
 source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('0b4caab97ccc11fb45e88219e460b37c6ff69b8f3c79e513279aef51783ff22399d141253abdbf55db198db0815bc39d30e9b1e3bd7dda5e15c5f4dae3fe89cf')
+sha512sums=('ef072b8f0012d0944e21d2134aff7125e24ea24d1cbbb1aa79160e844f9a60236f1e244437a3bc08a22a7e99f613adad4a05ae5cc3916ded5a72d162cd3aa163')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"



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

2021-12-06 Thread Nicola Squartini via arch-commits
Date: Monday, December 6, 2021 @ 19:05:52
  Author: tensor5
Revision: 1065357

archrelease: copy trunk to community-x86_64

Added:
  qpid-proton/repos/community-x86_64/PKGBUILD
(from rev 1065356, qpid-proton/trunk/PKGBUILD)
Deleted:
  qpid-proton/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 19:05:46 UTC (rev 1065356)
+++ PKGBUILD2021-12-06 19:05:52 UTC (rev 1065357)
@@ -1,39 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=qpid-proton
-pkgver=0.35.0
-pkgrel=1
-pkgdesc='High-performance, lightweight messaging library'
-arch=('x86_64')
-url='https://qpid.apache.org/proton'
-license=('Apache')
-depends=('libjsoncpp.so' 'python')
-makedepends=('cmake' 'doxygen' 'go' 'python-setuptools' 'python-sphinx' 
'python-wheel' 'swig')
-source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz;)
-sha512sums=('1031e3d45854107a516699e1d18269c6acb22549b2709c1fc1cd25eb870096de109077445f1b400edf231bb21a476a268e2d6674e986fc50e92a281549085543')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_SUFFIX='' \
--DSYSINSTALL_BINDINGS=ON \
--DENABLE_TOX_TEST=OFF \
-..
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}/build
-
-make test
-}
-
-package() {
-cd ${pkgname}-${pkgver}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: qpid-proton/repos/community-x86_64/PKGBUILD (from rev 1065356, 
qpid-proton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 19:05:52 UTC (rev 1065357)
@@ -0,0 +1,39 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=qpid-proton
+pkgver=0.36.0
+pkgrel=1
+pkgdesc='High-performance, lightweight messaging library'
+arch=('x86_64')
+url='https://qpid.apache.org/proton'
+license=('Apache')
+depends=('libjsoncpp.so' 'python')
+makedepends=('cmake' 'doxygen' 'go' 'python-setuptools' 'python-sphinx' 
'python-wheel' 'swig')
+source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz;)
+sha512sums=('b22d498a5193c966f9c703caa84320eed6491131962475f155eead9246f3c5ce40316b00e43c9868ac564e9ac46ffcdbba335fa6396028d958e69573d38b728e')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_SUFFIX='' \
+-DSYSINSTALL_BINDINGS=ON \
+-DENABLE_TOX_TEST=OFF \
+..
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}/build
+
+make test
+}
+
+package() {
+cd ${pkgname}-${pkgver}/build
+
+make DESTDIR="${pkgdir}" install
+}



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

2021-12-06 Thread Nicola Squartini via arch-commits
Date: Monday, December 6, 2021 @ 19:05:46
  Author: tensor5
Revision: 1065356

upgpkg: qpid-proton 0.36.0-1

Modified:
  qpid-proton/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 19:04:56 UTC (rev 1065355)
+++ PKGBUILD2021-12-06 19:05:46 UTC (rev 1065356)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=qpid-proton
-pkgver=0.35.0
-pkgrel=2
+pkgver=0.36.0
+pkgrel=1
 pkgdesc='High-performance, lightweight messaging library'
 arch=('x86_64')
 url='https://qpid.apache.org/proton'
@@ -10,7 +10,7 @@
 depends=('libjsoncpp.so' 'python')
 makedepends=('cmake' 'doxygen' 'go' 'python-setuptools' 'python-sphinx' 
'python-wheel' 'swig')
 
source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz;)
-sha512sums=('1031e3d45854107a516699e1d18269c6acb22549b2709c1fc1cd25eb870096de109077445f1b400edf231bb21a476a268e2d6674e986fc50e92a281549085543')
+sha512sums=('b22d498a5193c966f9c703caa84320eed6491131962475f155eead9246f3c5ce40316b00e43c9868ac564e9ac46ffcdbba335fa6396028d958e69573d38b728e')
 
 build() {
 cd ${pkgname}-${pkgver}



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 19:04:56
  Author: arojas
Revision: 1065355

archrelease: copy trunk to community-staging-any

Added:
  python-dephell-venvs/repos/community-staging-any/PKGBUILD
(from rev 1065354, python-dephell-venvs/trunk/PKGBUILD)
Deleted:
  python-dephell-venvs/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 19:04:46 UTC (rev 1065354)
+++ PKGBUILD2021-12-06 19:04:56 UTC (rev 1065355)
@@ -1,47 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=dephell_venvs
-pkgname=python-dephell-venvs
-pkgver=0.1.16
-pkgrel=7
-pkgdesc="Manage Python virtual environments"
-arch=('any')
-url="https://github.com/dephell/${_pkgname};
-license=('MIT')
-depends=('python-attrs' 'python-dephell-pythons')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
-
$pkgname-py39.patch::https://github.com/dephell/dephell_venvs/commit/1dbd550b3481.patch)
-sha256sums=('3675c0a905a5c29516937c686713d9387b8f8d3f3243dccec5e203e294c9b549'
-'a186c90984bc7574e3595d691cbc2c9abeca75b17a32b8de8c2b5f344eed5c84')
-b2sums=('7e422393772902dacfe8d8eb26257065b39fc76ea0b58f0c057f9290ec97a2d7c45303091cbe9c61f1c8928b4c5243e7e21cde880b87245756fedeb438d3'
-
'52a5dde6e2601ea6ab1501254359d5a3fe6f9e2fba445af790569207579dff284989b3a92bae306f6baa0d750cbd9abdd629c9f12580007908e89678cee880d3')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-patch -Np1 -i ../$pkgname-py39.patch
-
-# pycache slipped into release tarballs
-find . -name \*.pyc -delete
-}
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-dephell-venvs/repos/community-staging-any/PKGBUILD (from rev 
1065354, python-dephell-venvs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 19:04:56 UTC (rev 1065355)
@@ -0,0 +1,45 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=dephell_venvs
+pkgname=python-dephell-venvs
+pkgver=0.1.18
+pkgrel=2
+pkgdesc="Manage Python virtual environments"
+arch=('any')
+url="https://github.com/dephell/${_pkgname};
+license=('MIT')
+depends=('python-attrs' 'python-dephell-pythons')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-requests')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c7307291b754edba325ab27edeb05d85ee4dd2f1487c48872a1ebfc372bf7a2e')
+b2sums=('ca3b64a0983ef32f4aec42a26413604d241e00d2ac5d2e6c36fa58b3d354ad1a95562aa495a799245b54a7796c036fea1c3041ab087d3cb915c829caf75e02cd')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# pycache slipped into release tarballs
+find . -name \*.pyc -delete
+
+# https://github.com/dephell/dephell_venvs/issues/3
+sed -e "s|dephell_venvs.ensurepip||" -e '/package_data/d' -i setup.py
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 19:04:46
  Author: arojas
Revision: 1065354

Python 3.10 rebuild

Modified:
  python-dephell-venvs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 19:04:03 UTC (rev 1065353)
+++ PKGBUILD2021-12-06 19:04:46 UTC (rev 1065354)
@@ -3,7 +3,7 @@
 _pkgname=dephell_venvs
 pkgname=python-dephell-venvs
 pkgver=0.1.18
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage Python virtual environments"
 arch=('any')
 url="https://github.com/dephell/${_pkgname};



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 19:04:03
  Author: arojas
Revision: 1065353

archrelease: copy trunk to community-any

Added:
  python-dephell-venvs/repos/community-any/PKGBUILD
(from rev 1065352, python-dephell-venvs/trunk/PKGBUILD)
Deleted:
  python-dephell-venvs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 19:03:53 UTC (rev 1065352)
+++ PKGBUILD2021-12-06 19:04:03 UTC (rev 1065353)
@@ -1,47 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=dephell_venvs
-pkgname=python-dephell-venvs
-pkgver=0.1.16
-pkgrel=5
-pkgdesc="Manage Python virtual environments"
-arch=('any')
-url="https://github.com/dephell/${_pkgname};
-license=('MIT')
-depends=('python-attrs' 'python-dephell-pythons')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
-
$pkgname-py39.patch::https://github.com/dephell/dephell_venvs/commit/1dbd550b3481.patch)
-sha256sums=('3675c0a905a5c29516937c686713d9387b8f8d3f3243dccec5e203e294c9b549'
-'a186c90984bc7574e3595d691cbc2c9abeca75b17a32b8de8c2b5f344eed5c84')
-b2sums=('7e422393772902dacfe8d8eb26257065b39fc76ea0b58f0c057f9290ec97a2d7c45303091cbe9c61f1c8928b4c5243e7e21cde880b87245756fedeb438d3'
-
'52a5dde6e2601ea6ab1501254359d5a3fe6f9e2fba445af790569207579dff284989b3a92bae306f6baa0d750cbd9abdd629c9f12580007908e89678cee880d3')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-patch -Np1 -i ../$pkgname-py39.patch
-
-# pycache slipped into release tarballs
-find . -name \*.pyc -delete
-}
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-dephell-venvs/repos/community-any/PKGBUILD (from rev 1065352, 
python-dephell-venvs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 19:04:03 UTC (rev 1065353)
@@ -0,0 +1,45 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=dephell_venvs
+pkgname=python-dephell-venvs
+pkgver=0.1.18
+pkgrel=1
+pkgdesc="Manage Python virtual environments"
+arch=('any')
+url="https://github.com/dephell/${_pkgname};
+license=('MIT')
+depends=('python-attrs' 'python-dephell-pythons')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-requests')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c7307291b754edba325ab27edeb05d85ee4dd2f1487c48872a1ebfc372bf7a2e')
+b2sums=('ca3b64a0983ef32f4aec42a26413604d241e00d2ac5d2e6c36fa58b3d354ad1a95562aa495a799245b54a7796c036fea1c3041ab087d3cb915c829caf75e02cd')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# pycache slipped into release tarballs
+find . -name \*.pyc -delete
+
+# https://github.com/dephell/dephell_venvs/issues/3
+sed -e "s|dephell_venvs.ensurepip||" -e '/package_data/d' -i setup.py
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 19:03:53
  Author: arojas
Revision: 1065352

Update to 0.1.18

Modified:
  python-dephell-venvs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:59:26 UTC (rev 1065351)
+++ PKGBUILD2021-12-06 19:03:53 UTC (rev 1065352)
@@ -2,8 +2,8 @@
 
 _pkgname=dephell_venvs
 pkgname=python-dephell-venvs
-pkgver=0.1.16
-pkgrel=7
+pkgver=0.1.18
+pkgrel=1
 pkgdesc="Manage Python virtual environments"
 arch=('any')
 url="https://github.com/dephell/${_pkgname};
@@ -10,21 +10,19 @@
 license=('MIT')
 depends=('python-attrs' 'python-dephell-pythons')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
-
$pkgname-py39.patch::https://github.com/dephell/dephell_venvs/commit/1dbd550b3481.patch)
-sha256sums=('3675c0a905a5c29516937c686713d9387b8f8d3f3243dccec5e203e294c9b549'
-'a186c90984bc7574e3595d691cbc2c9abeca75b17a32b8de8c2b5f344eed5c84')
-b2sums=('7e422393772902dacfe8d8eb26257065b39fc76ea0b58f0c057f9290ec97a2d7c45303091cbe9c61f1c8928b4c5243e7e21cde880b87245756fedeb438d3'
-
'52a5dde6e2601ea6ab1501254359d5a3fe6f9e2fba445af790569207579dff284989b3a92bae306f6baa0d750cbd9abdd629c9f12580007908e89678cee880d3')
+checkdepends=('python-pytest' 'python-requests')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c7307291b754edba325ab27edeb05d85ee4dd2f1487c48872a1ebfc372bf7a2e')
+b2sums=('ca3b64a0983ef32f4aec42a26413604d241e00d2ac5d2e6c36fa58b3d354ad1a95562aa495a799245b54a7796c036fea1c3041ab087d3cb915c829caf75e02cd')
 
 prepare() {
 cd "${srcdir}"/${_pkgname}-${pkgver}
 
-patch -Np1 -i ../$pkgname-py39.patch
-
 # pycache slipped into release tarballs
 find . -name \*.pyc -delete
+
+# https://github.com/dephell/dephell_venvs/issues/3
+sed -e "s|dephell_venvs.ensurepip||" -e '/package_data/d' -i setup.py
 }
 
 build(){



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:59:26
  Author: dvzrv
Revision: 1065351

archrelease: copy trunk to community-staging-any

Added:
  python-diff-cover/repos/community-staging-any/PKGBUILD
(from rev 1065350, python-diff-cover/trunk/PKGBUILD)
Deleted:
  python-diff-cover/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:59:19 UTC (rev 1065350)
+++ PKGBUILD2021-12-06 18:59:26 UTC (rev 1065351)
@@ -1,47 +0,0 @@
-# Maintainer: David Runge 
-
-_name=diff_cover
-pkgname=python-diff-cover
-pkgver=6.4.3
-pkgrel=2
-pkgdesc="Automatically find diff lines that need test coverage"
-arch=(any)
-url="https://github.com/Bachmann1234/diff_cover;
-license=(Apache)
-depends=(python-chardet python-jinja python-pluggy python-pygments)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pytest-mock python-tomli)
-optdepends=('python-tomli: for TOML support')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('c7a4078ecdd018eea3b6c92975ea24408860e756bd2ef636f0694ff50207bc3aa16aad956dc55640e2da3d80db807fb1c222ecc1bc0d6ee49048b18e40a0830d'
-'SKIP')
-b2sums=('a83ef046f791f545d7a06d9a15fe8aa551f6020d4b76300a2c0af44a43dd287d4e423173cc417894f8aa36ab90baa18039d3b3aa4be90c2b61cfc482539a6dd1'
-'SKIP')
-validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  local _test_dir='test_dir'
-
-  cd "$pkgname-$pkgver"
-  # install to temporary location, as importlib is used
-  python setup.py install --optimize=1 --root="${_test_dir}"
-  PYTHONPATH="${_test_dir}/${_site_packages}:${PYTHONPATH}" \
-  # ignore integration and code style checks
-  pytest -v --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-diff-cover/repos/community-staging-any/PKGBUILD (from rev 
1065350, python-diff-cover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:59:26 UTC (rev 1065351)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=diff_cover
+pkgname=python-diff-cover
+pkgver=6.4.4
+pkgrel=2
+pkgdesc="Automatically find diff lines that need test coverage"
+arch=(any)
+url="https://github.com/Bachmann1234/diff_cover;
+license=(Apache)
+depends=(python-chardet python-jinja python-pluggy python-pygments)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pytest-mock python-tomli)
+optdepends=('python-tomli: for TOML support')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('10e19a6a1585f043f18aa9bf73a788d1b69b876eaab7fc3567e93e3a5f7d6731dae0a9f4459b51e4dc2543b3479843c20b2ca226ceab2b6a5de3540048de4a8e'
+'SKIP')
+b2sums=('98527bc20a9325ad7cbe3086ba3635a208bc8037d527d97b5bb1ac2f022691e7e52206d27f7e2588c6daac224ccf644116b0db838c09667de813378626def1e8'
+'SKIP')
+validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  local _test_dir='test_dir'
+
+  cd "${_name}-${pkgver}"
+  # install to temporary location, as importlib is used
+  python setup.py install --optimize=1 --root="${_test_dir}"
+  PYTHONPATH="${_test_dir}/${_site_packages}:${PYTHONPATH}" \
+  # ignore integration and code style checks
+  pytest -v --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:59:19
  Author: dvzrv
Revision: 1065350

upgpkg: python-diff-cover 6.4.4-2: Rebuild against python 3.10

Modified:
  python-diff-cover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:58:25 UTC (rev 1065349)
+++ PKGBUILD2021-12-06 18:59:19 UTC (rev 1065350)
@@ -3,7 +3,7 @@
 _name=diff_cover
 pkgname=python-diff-cover
 pkgver=6.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=(any)
 url="https://github.com/Bachmann1234/diff_cover;



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:58:25
  Author: dvzrv
Revision: 1065349

archrelease: copy trunk to community-any

Added:
  python-diff-cover/repos/community-any/PKGBUILD
(from rev 1065348, python-diff-cover/trunk/PKGBUILD)
Deleted:
  python-diff-cover/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:58:18 UTC (rev 1065348)
+++ PKGBUILD2021-12-06 18:58:25 UTC (rev 1065349)
@@ -1,47 +0,0 @@
-# Maintainer: David Runge 
-
-_name=diff_cover
-pkgname=python-diff-cover
-pkgver=6.4.3
-pkgrel=1
-pkgdesc="Automatically find diff lines that need test coverage"
-arch=(any)
-url="https://github.com/Bachmann1234/diff_cover;
-license=(Apache)
-depends=(python-chardet python-jinja python-pluggy python-pygments)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pytest-mock python-tomli)
-optdepends=('python-tomli: for TOML support')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('c7a4078ecdd018eea3b6c92975ea24408860e756bd2ef636f0694ff50207bc3aa16aad956dc55640e2da3d80db807fb1c222ecc1bc0d6ee49048b18e40a0830d'
-'SKIP')
-b2sums=('a83ef046f791f545d7a06d9a15fe8aa551f6020d4b76300a2c0af44a43dd287d4e423173cc417894f8aa36ab90baa18039d3b3aa4be90c2b61cfc482539a6dd1'
-'SKIP')
-validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  local _test_dir='test_dir'
-
-  cd "$pkgname-$pkgver"
-  # install to temporary location, as importlib is used
-  python setup.py install --optimize=1 --root="${_test_dir}"
-  PYTHONPATH="${_test_dir}/${_site_packages}:${PYTHONPATH}" \
-  # ignore integration and code style checks
-  pytest -v --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-diff-cover/repos/community-any/PKGBUILD (from rev 1065348, 
python-diff-cover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:58:25 UTC (rev 1065349)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=diff_cover
+pkgname=python-diff-cover
+pkgver=6.4.4
+pkgrel=1
+pkgdesc="Automatically find diff lines that need test coverage"
+arch=(any)
+url="https://github.com/Bachmann1234/diff_cover;
+license=(Apache)
+depends=(python-chardet python-jinja python-pluggy python-pygments)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pytest-mock python-tomli)
+optdepends=('python-tomli: for TOML support')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('10e19a6a1585f043f18aa9bf73a788d1b69b876eaab7fc3567e93e3a5f7d6731dae0a9f4459b51e4dc2543b3479843c20b2ca226ceab2b6a5de3540048de4a8e'
+'SKIP')
+b2sums=('98527bc20a9325ad7cbe3086ba3635a208bc8037d527d97b5bb1ac2f022691e7e52206d27f7e2588c6daac224ccf644116b0db838c09667de813378626def1e8'
+'SKIP')
+validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  local _test_dir='test_dir'
+
+  cd "${_name}-${pkgver}"
+  # install to temporary location, as importlib is used
+  python setup.py install --optimize=1 --root="${_test_dir}"
+  PYTHONPATH="${_test_dir}/${_site_packages}:${PYTHONPATH}" \
+  # ignore integration and code style checks
+  pytest -v --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:58:18
  Author: dvzrv
Revision: 1065348

upgpkg: python-diff-cover 6.4.4-1: Upgrade to 6.4.4.

Remove unneeded prepare().

Modified:
  python-diff-cover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:58:09 UTC (rev 1065347)
+++ PKGBUILD2021-12-06 18:58:18 UTC (rev 1065348)
@@ -2,8 +2,8 @@
 
 _name=diff_cover
 pkgname=python-diff-cover
-pkgver=6.4.3
-pkgrel=2
+pkgver=6.4.4
+pkgrel=1
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=(any)
 url="https://github.com/Bachmann1234/diff_cover;
@@ -13,18 +13,14 @@
 checkdepends=(python-pytest python-pytest-mock python-tomli)
 optdepends=('python-tomli: for TOML support')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('c7a4078ecdd018eea3b6c92975ea24408860e756bd2ef636f0694ff50207bc3aa16aad956dc55640e2da3d80db807fb1c222ecc1bc0d6ee49048b18e40a0830d'
+sha512sums=('10e19a6a1585f043f18aa9bf73a788d1b69b876eaab7fc3567e93e3a5f7d6731dae0a9f4459b51e4dc2543b3479843c20b2ca226ceab2b6a5de3540048de4a8e'
 'SKIP')
-b2sums=('a83ef046f791f545d7a06d9a15fe8aa551f6020d4b76300a2c0af44a43dd287d4e423173cc417894f8aa36ab90baa18039d3b3aa4be90c2b61cfc482539a6dd1'
+b2sums=('98527bc20a9325ad7cbe3086ba3635a208bc8037d527d97b5bb1ac2f022691e7e52206d27f7e2588c6daac224ccf644116b0db838c09667de813378626def1e8'
 'SKIP')
 validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

 
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
 build() {
-  cd "$pkgname-$pkgver"
+  cd "${_name}-${pkgver}"
   python setup.py build
 }
 
@@ -32,7 +28,7 @@
   local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
   local _test_dir='test_dir'
 
-  cd "$pkgname-$pkgver"
+  cd "${_name}-${pkgver}"
   # install to temporary location, as importlib is used
   python setup.py install --optimize=1 --root="${_test_dir}"
   PYTHONPATH="${_test_dir}/${_site_packages}:${PYTHONPATH}" \
@@ -41,7 +37,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "${_name}-${pkgver}"
   python setup.py install --optimize=1 --root="${pkgdir}"
   install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
 }



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

2021-12-06 Thread Anatol Pomozov via arch-commits
Date: Monday, December 6, 2021 @ 18:58:09
  Author: anatolik
Revision: 1065347

archrelease: copy trunk to community-testing-x86_64

Added:
  fossil/repos/community-testing-x86_64/
  fossil/repos/community-testing-x86_64/PKGBUILD
(from rev 1065345, fossil/trunk/PKGBUILD)
  fossil/repos/community-testing-x86_64/fossil-xinetd
(from rev 1065346, fossil/trunk/fossil-xinetd)
  fossil/repos/community-testing-x86_64/fossil.service
(from rev 1065346, fossil/trunk/fossil.service)
  fossil/repos/community-testing-x86_64/fossil.socket
(from rev 1065346, fossil/trunk/fossil.socket)

+
 PKGBUILD   |   46 ++
 fossil-xinetd  |   23 +++
 fossil.service |   11 +++
 fossil.socket  |   10 ++
 4 files changed, 90 insertions(+)

Copied: fossil/repos/community-testing-x86_64/PKGBUILD (from rev 1065345, 
fossil/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-12-06 18:58:09 UTC (rev 1065347)
@@ -0,0 +1,46 @@
+# Maintainer: Anatol Pomozov  
+# Contributor: Daniel YC Lin 
+# Contributor: Konstantin Plotnikov 
+
+pkgname=fossil
+pkgver=2.17
+_tag=f48180f2ff3169651a725396d4f7d667c99a92873b9c3df7eee2f144be7a0721
+pkgrel=1
+pkgdesc='Simple, high-reliability, distributed software configuration 
management'
+arch=(x86_64)
+license=(BSD)
+url='https://www.fossil-scm.org'
+depends=(openssl zlib sqlite)
+makedepends=(tcl)
+optdepends=(tcl)
+backup=(etc/xinetd.d/fossil)
+source=(
+  fossil.socket
+  fossil.service
+  fossil-xinetd
+  https://fossil-scm.org/home/tarball/$_tag/fossil-src-$pkgver.tar.gz
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
+'5c7f1c73f7b5e2af24e10e40f0e07391909c1230b9e284a9d548059e7f377dbf')
+
+build() {
+  cd fossil-src-$pkgver
+  ./configure --prefix=/usr --json --disable-internal-sqlite --with-tcl=/usr 
--with-tcl-private-stubs=1
+  # headers and translate targets are problematic with parallel jobs
+  #make -j1 bld bld/headers
+  make
+}
+
+package() {
+  install -Dm644 fossil-xinetd "$pkgdir"/etc/xinetd.d/fossil
+  install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
+  install -Dm644 fossil.service 
"$pkgdir"/usr/lib/systemd/system/fossil@.service
+
+  cd fossil-src-$pkgver
+  install -Dm755 fossil "$pkgdir"/usr/bin/fossil
+  install -Dm644 tools/fossil-autocomplete.bash 
"$pkgdir"/usr/share/bash-completion/completions/fossil
+  install -Dm644 tools/fossil-autocomplete.zsh 
"$pkgdir"/usr/share/zsh/site-functions/_fossil
+  install -Dm644 COPYRIGHT-BSD2.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: fossil/repos/community-testing-x86_64/fossil-xinetd (from rev 1065346, 
fossil/trunk/fossil-xinetd)
===
--- community-testing-x86_64/fossil-xinetd  (rev 0)
+++ community-testing-x86_64/fossil-xinetd  2021-12-06 18:58:09 UTC (rev 
1065347)
@@ -0,0 +1,23 @@
+service fossil
+{
+#better not change any of these
+type = UNLISTED
+socket_type = stream
+protocol = tcp
+wait = no
+user = root
+server = /usr/bin/fossil
+
+#only change these
+#http port, fossil will listen
+port = 8055
+
+#change this path to where your fossil repositories are
+server_args = http /var/fossil
+
+#comment next line to enable remote access
+only_from = 127.0.0.1 localhost
+
+#change to `no` to activate fossil
+disable = yes
+}

Copied: fossil/repos/community-testing-x86_64/fossil.service (from rev 1065346, 
fossil/trunk/fossil.service)
===
--- community-testing-x86_64/fossil.service (rev 0)
+++ community-testing-x86_64/fossil.service 2021-12-06 18:58:09 UTC (rev 
1065347)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Fossil service
+
+[Service]
+# /var/fossil is the default path to fossil repositories
+ExecStart=-/usr/bin/fossil http /var/fossil
+StandardInput=socket
+# Uncomment this line to use fossil with URL prefix
+# This allows fossil to generate correct hyperlinks and redirects when
+# hosted within virtual directory (e.g. nginx reverse-proxy setups)
+#Environment=SCRIPT_NAME=/fossil

Copied: fossil/repos/community-testing-x86_64/fossil.socket (from rev 1065346, 
fossil/trunk/fossil.socket)
===
--- community-testing-x86_64/fossil.socket  (rev 0)
+++ community-testing-x86_64/fossil.socket  2021-12-06 18:58:09 UTC (rev 
1065347)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Fossil socket
+
+[Socket]
+# TCP port to listen on
+ListenStream=8055
+Accept=yes
+
+[Install]

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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:57:54
  Author: dvzrv
Revision: 1065346

archrelease: copy trunk to community-staging-any

Added:
  python-pynitrokey/repos/community-staging-any/PKGBUILD
(from rev 1065345, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:57:47 UTC (rev 1065345)
+++ PKGBUILD2021-12-06 18:57:54 UTC (rev 1065346)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.6
-pkgrel=2
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=(any)
-url="https://github.com/Nitrokey/pynitrokey;
-license=(Apache)
-depends=(python-cbor python-cffi python-click python-cryptography
-python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
-python-pygments python-pyserial python-pyusb python-requests python-urllib3)
-makedepends=(git python-build python-flit python-install)
-source=("git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
-
-build() {
-  cd "${_name}"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd "${_name}"
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-  # https://github.com/FFY00/python-install/pull/6
-  chmod +x "$pkgdir"/usr/bin/*
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pynitrokey/repos/community-staging-any/PKGBUILD (from rev 
1065345, python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:57:54 UTC (rev 1065346)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.7
+pkgrel=2
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+depends=(python-cbor python-cffi python-click python-cryptography
+python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
+python-pygments python-pyserial python-pyusb python-requests python-urllib3)
+makedepends=(git python-build python-flit python-install)
+source=("git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+build() {
+  cd "${_name}"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd "${_name}"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:57:47
  Author: dvzrv
Revision: 1065345

upgpkg: python-pynitrokey 0.4.7-2: Rebuild against python 3.10

Modified:
  python-pynitrokey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:57:43 UTC (rev 1065344)
+++ PKGBUILD2021-12-06 18:57:47 UTC (rev 1065345)
@@ -3,7 +3,7 @@
 _name=pynitrokey
 pkgname=python-pynitrokey
 pkgver=0.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
 arch=(any)
 url="https://github.com/Nitrokey/pynitrokey;



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

2021-12-06 Thread Anatol Pomozov via arch-commits
Date: Monday, December 6, 2021 @ 18:57:43
  Author: anatolik
Revision: 1065344

upgpkg: fossil 2.17-1

Modified:
  fossil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:57:39 UTC (rev 1065343)
+++ PKGBUILD2021-12-06 18:57:43 UTC (rev 1065344)
@@ -3,8 +3,8 @@
 # Contributor: Konstantin Plotnikov 
 
 pkgname=fossil
-pkgver=2.16
-_tag=7aedd5675883d4412cf20917d340b6985e3ecb842e88a39f135df034b2d5f4d3
+pkgver=2.17
+_tag=f48180f2ff3169651a725396d4f7d667c99a92873b9c3df7eee2f144be7a0721
 pkgrel=1
 pkgdesc='Simple, high-reliability, distributed software configuration 
management'
 arch=(x86_64)
@@ -23,7 +23,7 @@
 sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
 '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'fab37e8093932b06b586e99a792bf9b20d00d530764b5bddb1d9a63c8cdafa14')
+'5c7f1c73f7b5e2af24e10e40f0e07391909c1230b9e284a9d548059e7f377dbf')
 
 build() {
   cd fossil-src-$pkgver



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:57:39
  Author: dvzrv
Revision: 1065343

archrelease: copy trunk to community-staging-x86_64

Added:
  maturin/repos/community-staging-x86_64/PKGBUILD
(from rev 1065342, maturin/trunk/PKGBUILD)
Deleted:
  maturin/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:57:33 UTC (rev 1065342)
+++ PKGBUILD2021-12-06 18:57:39 UTC (rev 1065343)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=maturin
-pkgver=0.12.3
-pkgrel=3
-pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings"
-url="https://github.com/PyO3/maturin;
-arch=(x86_64)
-license=(Apache)
-depends=(gcc-libs glibc rust)
-makedepends=(bzip2 dbus git)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/PyO3/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz)
-sha512sums=('2a568dacf09a01f7198570381079c61c98b1771a2e447cd2077256436a6f9e566828b6e9064c5ca0a7aa8de0e442602ff1940f454503db635bda9682614165ef')
-b2sums=('c98de550c99c378e6b9e90118acc7e7b67184455a447165840ceb109611e92c1fc2b1b4512dea16c869f3fa5041c0b8906e5767df6f06d45c308045bc4ad5f47')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --frozen --release --all-features
-}
-
-package() {
-  depends+=(libbz2.so libdbus-1.so)
-
-  cd ${pkgname}-${pkgver}
-  install -vDm 755 target/release/maturin -t "${pkgdir}/usr/bin"
-  install -vDm 644 {Changelog,Readme}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: maturin/repos/community-staging-x86_64/PKGBUILD (from rev 1065342, 
maturin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:57:39 UTC (rev 1065343)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+
+pkgname=maturin
+pkgver=0.12.4
+pkgrel=2
+pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings"
+url="https://github.com/PyO3/maturin;
+arch=(x86_64)
+license=(Apache)
+depends=(gcc-libs glibc rust)
+makedepends=(bzip2 dbus git)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/PyO3/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz)
+sha512sums=('fff317651501f142586826692adf1152dd82bd3d8a5aade337edf1f688a1c12ecb13a5ac1978c23f1c798ea140d5dc87ae3cc68ed73974a52dac3ff30ee1d031')
+b2sums=('422eec4148114dbcca7f8a9a8c60c872ba67df330ffa96972abc5481f593e17770e01c08adae2f763424b09f7172701d94d598a57ef068a599b4a6df38288a50')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --frozen --release --all-features
+}
+
+package() {
+  depends+=(libbz2.so libdbus-1.so)
+
+  cd ${pkgname}-${pkgver}
+  install -vDm 755 target/release/maturin -t "${pkgdir}/usr/bin"
+  install -vDm 644 {Changelog,Readme}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:57:33
  Author: dvzrv
Revision: 1065342

upgpkg: maturin 0.12.4-2: Rebuild against python 3.10

Modified:
  maturin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:56:36 UTC (rev 1065341)
+++ PKGBUILD2021-12-06 18:57:33 UTC (rev 1065342)
@@ -2,7 +2,7 @@
 
 pkgname=maturin
 pkgver=0.12.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings"
 url="https://github.com/PyO3/maturin;
 arch=(x86_64)



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

2021-12-06 Thread Anatol Pomozov via arch-commits
Date: Monday, December 6, 2021 @ 18:56:36
  Author: anatolik
Revision: 1065341

archrelease: copy trunk to community-testing-x86_64

Added:
  s2n-tls/repos/community-testing-x86_64/
  s2n-tls/repos/community-testing-x86_64/PKGBUILD
(from rev 1065340, s2n-tls/trunk/PKGBUILD)
  s2n-tls/repos/community-testing-x86_64/missing_symbol_workaround.patch
(from rev 1065340, s2n-tls/trunk/missing_symbol_workaround.patch)

-+
 PKGBUILD|   36 
 missing_symbol_workaround.patch |   13 +
 2 files changed, 49 insertions(+)

Copied: s2n-tls/repos/community-testing-x86_64/PKGBUILD (from rev 1065340, 
s2n-tls/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-12-06 18:56:36 UTC (rev 1065341)
@@ -0,0 +1,36 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=s2n-tls
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='A C99 implementation of the TLS/SSL protocols that is designed to be 
simple, small, fast, and with security as a priority'
+arch=(x86_64)
+url='https://github.com/aws/s2n-tls'
+license=(Apache)
+provides=(s2n) # upstream renamed the project from s2n to s2n-tls
+conflicts=(s2n)
+replaces=(s2n)
+depends=(openssl)
+makedepends=(cmake)
+source=(s2n-tls-$pkgver.zip::https://github.com/aws/s2n-tls/archive/v$pkgver.zip)
+sha256sums=('d7416d83cd861c6509764e5427b74ae5a8ba1094a3e38e24acc97fe74d101c55')
+
+build() {
+  cd s2n-tls-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -DUNSAFE_TREAT_WARNINGS_AS_ERRORS=OFF \
+  -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd s2n-tls-$pkgver
+  cmake --build build --target test
+}
+
+package() {
+  cd s2n-tls-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: s2n-tls/repos/community-testing-x86_64/missing_symbol_workaround.patch 
(from rev 1065340, s2n-tls/trunk/missing_symbol_workaround.patch)
===
--- community-testing-x86_64/missing_symbol_workaround.patch
(rev 0)
+++ community-testing-x86_64/missing_symbol_workaround.patch2021-12-06 
18:56:36 UTC (rev 1065341)
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index a93d51f5..8d2806ad 100755
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -177,7 +177,7 @@ set(CMAKE_C_FLAGS_DEBUGOPT "")
+ 
+ target_compile_options(${PROJECT_NAME} PRIVATE -pedantic -std=gnu99 -Wall 
-Werror -Wimplicit -Wunused -Wcomment -Wchar-subscripts
+ -Wuninitialized -Wshadow -Wcast-qual -Wcast-align -Wwrite-strings 
-Wno-deprecated-declarations -Wno-unknown-pragmas -Wformat-security
+--Wno-missing-braces -fvisibility=hidden -DS2N_EXPORTS)
++-Wno-missing-braces -DS2N_EXPORTS)
+ 
+ if(S2N_NO_PQ)
+ target_compile_options(${PROJECT_NAME} PUBLIC -DS2N_NO_PQ)



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

2021-12-06 Thread Anatol Pomozov via arch-commits
Date: Monday, December 6, 2021 @ 18:56:17
  Author: anatolik
Revision: 1065340

upgpkg: s2n-tls 1.3.1-1

Modified:
  s2n-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:56:05 UTC (rev 1065339)
+++ PKGBUILD2021-12-06 18:56:17 UTC (rev 1065340)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=s2n-tls
-pkgver=1.1.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='A C99 implementation of the TLS/SSL protocols that is designed to be 
simple, small, fast, and with security as a priority'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(openssl)
 makedepends=(cmake)
 
source=(s2n-tls-$pkgver.zip::https://github.com/aws/s2n-tls/archive/v$pkgver.zip)
-sha256sums=('e336e7754cf35dc7fe6ffa78826587702f49aebf398d7c7e19c038eeb79c176d')
+sha256sums=('d7416d83cd861c6509764e5427b74ae5a8ba1094a3e38e24acc97fe74d101c55')
 
 build() {
   cd s2n-tls-$pkgver



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:56:05
  Author: dvzrv
Revision: 1065339

archrelease: copy trunk to community-x86_64

Added:
  jacktrip/repos/community-x86_64/PKGBUILD
(from rev 1065338, jacktrip/trunk/PKGBUILD)
Deleted:
  jacktrip/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:55:57 UTC (rev 1065338)
+++ PKGBUILD2021-12-06 18:56:05 UTC (rev 1065339)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=jacktrip
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Multi-machine audio network performance over the Internet"
-arch=('x86_64')
-url="https://github.com/jacktrip/jacktrip;
-license=('LGPL3' 'GPL3' 'MIT')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('help2man' 'meson' 'jack')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('5c6e8f5cc846d39473562a7ddd952e0b9ecdb247257829acb873aa02ba9a31c9f76f24998e56e71008dc09fcefd2860f421b07ba39c533c6d59a20cc42a54236')
-b2sums=('4792b9f593ff09e2d23c82efecacd92e2c85e9d0bac080194a220982e3554546ce3a63b2ea18e4c55b9f8cc968a6cabaf0ebdbfb8eaf7e5d6ea145962c82fa16')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  rm -fv build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  arch-meson -Drtaudio=disabled build
-  ninja -C build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  ninja -C build test
-}
-package() {
-  depends+=('libjack.so')
-
-  cd "${pkgname}-${pkgver}"
-  DESTDIR="${pkgdir}" meson install -C build
-
-  # licenses
-  install -vDm 644 LICENSE.md LICENSES/MIT.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-  # docs
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: jacktrip/repos/community-x86_64/PKGBUILD (from rev 1065338, 
jacktrip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:56:05 UTC (rev 1065339)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+pkgname=jacktrip
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Multi-machine audio network performance over the Internet"
+arch=(x86_64)
+url="https://github.com/jacktrip/jacktrip;
+license=(LGPL3 GPL3 MIT)
+groups=(pro-audio)
+depends=(gcc-libs glibc hicolor-icon-theme qt5-base)
+makedepends=(help2man meson jack)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('c70fca7cb0f6b791e0c1b507327e2b5673f59be94b9d74b05007558cd0a403ced6a256752c0d84ae752d6bb54a309d864647a0fc8af79fa95ab35ea6ff3beaf8')
+b2sums=('008dca9803d11c4b082cb97b1b2bb99dd9a3a804090d0c92c456c8eb04d20a47db9ad3d536d7b6ae3230cdd944d0a58238f2336295cc198fad9484e56cdb7de3')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  rm -fv build
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  arch-meson -Drtaudio=disabled build
+  ninja -C build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  ninja -C build test
+}
+package() {
+  depends+=(libjack.so)
+
+  cd "${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" meson install -C build
+
+  # licenses
+  install -vDm 644 LICENSE.md LICENSES/MIT.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+  # docs
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:55:57
  Author: dvzrv
Revision: 1065338

upgpkg: jacktrip 1.4.2-1: Upgrade to 1.4.2.

Simplify quoting in file.

Modified:
  jacktrip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:55:41 UTC (rev 1065337)
+++ PKGBUILD2021-12-06 18:55:57 UTC (rev 1065338)
@@ -1,18 +1,18 @@
 # Maintainer: David Runge 
 
 pkgname=jacktrip
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="Multi-machine audio network performance over the Internet"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/jacktrip/jacktrip;
-license=('LGPL3' 'GPL3' 'MIT')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('help2man' 'meson' 'jack')
+license=(LGPL3 GPL3 MIT)
+groups=(pro-audio)
+depends=(gcc-libs glibc hicolor-icon-theme qt5-base)
+makedepends=(help2man meson jack)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('5c6e8f5cc846d39473562a7ddd952e0b9ecdb247257829acb873aa02ba9a31c9f76f24998e56e71008dc09fcefd2860f421b07ba39c533c6d59a20cc42a54236')
-b2sums=('4792b9f593ff09e2d23c82efecacd92e2c85e9d0bac080194a220982e3554546ce3a63b2ea18e4c55b9f8cc968a6cabaf0ebdbfb8eaf7e5d6ea145962c82fa16')
+sha512sums=('c70fca7cb0f6b791e0c1b507327e2b5673f59be94b9d74b05007558cd0a403ced6a256752c0d84ae752d6bb54a309d864647a0fc8af79fa95ab35ea6ff3beaf8')
+b2sums=('008dca9803d11c4b082cb97b1b2bb99dd9a3a804090d0c92c456c8eb04d20a47db9ad3d536d7b6ae3230cdd944d0a58238f2336295cc198fad9484e56cdb7de3')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -30,7 +30,7 @@
   ninja -C build test
 }
 package() {
-  depends+=('libjack.so')
+  depends+=(libjack.so)
 
   cd "${pkgname}-${pkgver}"
   DESTDIR="${pkgdir}" meson install -C build



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:55:41
  Author: dvzrv
Revision: 1065337

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:55:33 UTC (rev 1065336)
+++ PKGBUILD2021-12-06 18:55:41 UTC (rev 1065337)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.6
-pkgrel=1
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=(any)
-url="https://github.com/Nitrokey/pynitrokey;
-license=(Apache)
-depends=(python-cbor python-cffi python-click python-cryptography
-python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
-python-pygments python-pyserial python-pyusb python-requests python-urllib3)
-makedepends=(git python-build python-flit python-install)
-source=("git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
-
-build() {
-  cd "${_name}"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd "${_name}"
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-  # https://github.com/FFY00/python-install/pull/6
-  chmod +x "$pkgdir"/usr/bin/*
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1065336, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:55:41 UTC (rev 1065337)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.7
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+depends=(python-cbor python-cffi python-click python-cryptography
+python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
+python-pygments python-pyserial python-pyusb python-requests python-urllib3)
+makedepends=(git python-build python-flit python-install)
+source=("git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+build() {
+  cd "${_name}"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd "${_name}"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:55:33
  Author: dvzrv
Revision: 1065336

upgpkg: python-pynitrokey 0.4.7-1: Upgrade to 0.4.7.

Modified:
  python-pynitrokey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:55:06 UTC (rev 1065335)
+++ PKGBUILD2021-12-06 18:55:33 UTC (rev 1065336)
@@ -2,8 +2,8 @@
 
 _name=pynitrokey
 pkgname=python-pynitrokey
-pkgver=0.4.6
-pkgrel=2
+pkgver=0.4.7
+pkgrel=1
 pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
 arch=(any)
 url="https://github.com/Nitrokey/pynitrokey;



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:55:06
  Author: dvzrv
Revision: 1065335

archrelease: copy trunk to community-x86_64

Added:
  maturin/repos/community-x86_64/PKGBUILD
(from rev 1065334, maturin/trunk/PKGBUILD)
Deleted:
  maturin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:54:55 UTC (rev 1065334)
+++ PKGBUILD2021-12-06 18:55:06 UTC (rev 1065335)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=maturin
-pkgver=0.12.3
-pkgrel=1
-pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings"
-url="https://github.com/PyO3/maturin;
-arch=(x86_64)
-license=(Apache)
-depends=(gcc-libs glibc rust)
-makedepends=(bzip2 dbus git)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/PyO3/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz)
-sha512sums=('2a568dacf09a01f7198570381079c61c98b1771a2e447cd2077256436a6f9e566828b6e9064c5ca0a7aa8de0e442602ff1940f454503db635bda9682614165ef')
-b2sums=('c98de550c99c378e6b9e90118acc7e7b67184455a447165840ceb109611e92c1fc2b1b4512dea16c869f3fa5041c0b8906e5767df6f06d45c308045bc4ad5f47')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --frozen --release --all-features
-}
-
-package() {
-  depends+=(libbz2.so libdbus-1.so)
-
-  cd ${pkgname}-${pkgver}
-  install -vDm 755 target/release/maturin -t "${pkgdir}/usr/bin"
-  install -vDm 644 {Changelog,Readme}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: maturin/repos/community-x86_64/PKGBUILD (from rev 1065334, 
maturin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:55:06 UTC (rev 1065335)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+
+pkgname=maturin
+pkgver=0.12.4
+pkgrel=1
+pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings"
+url="https://github.com/PyO3/maturin;
+arch=(x86_64)
+license=(Apache)
+depends=(gcc-libs glibc rust)
+makedepends=(bzip2 dbus git)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/PyO3/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz)
+sha512sums=('fff317651501f142586826692adf1152dd82bd3d8a5aade337edf1f688a1c12ecb13a5ac1978c23f1c798ea140d5dc87ae3cc68ed73974a52dac3ff30ee1d031')
+b2sums=('422eec4148114dbcca7f8a9a8c60c872ba67df330ffa96972abc5481f593e17770e01c08adae2f763424b09f7172701d94d598a57ef068a599b4a6df38288a50')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --frozen --release --all-features
+}
+
+package() {
+  depends+=(libbz2.so libdbus-1.so)
+
+  cd ${pkgname}-${pkgver}
+  install -vDm 755 target/release/maturin -t "${pkgdir}/usr/bin"
+  install -vDm 644 {Changelog,Readme}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:54:55
  Author: dvzrv
Revision: 1065334

upgpkg: maturin 0.12.4-1: Upgrade to 0.12.4.

Modified:
  maturin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:53:08 UTC (rev 1065333)
+++ PKGBUILD2021-12-06 18:54:55 UTC (rev 1065334)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=maturin
-pkgver=0.12.3
-pkgrel=3
+pkgver=0.12.4
+pkgrel=1
 pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings"
 url="https://github.com/PyO3/maturin;
 arch=(x86_64)
@@ -10,8 +10,8 @@
 depends=(gcc-libs glibc rust)
 makedepends=(bzip2 dbus git)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/PyO3/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz)
-sha512sums=('2a568dacf09a01f7198570381079c61c98b1771a2e447cd2077256436a6f9e566828b6e9064c5ca0a7aa8de0e442602ff1940f454503db635bda9682614165ef')
-b2sums=('c98de550c99c378e6b9e90118acc7e7b67184455a447165840ceb109611e92c1fc2b1b4512dea16c869f3fa5041c0b8906e5767df6f06d45c308045bc4ad5f47')
+sha512sums=('fff317651501f142586826692adf1152dd82bd3d8a5aade337edf1f688a1c12ecb13a5ac1978c23f1c798ea140d5dc87ae3cc68ed73974a52dac3ff30ee1d031')
+b2sums=('422eec4148114dbcca7f8a9a8c60c872ba67df330ffa96972abc5481f593e17770e01c08adae2f763424b09f7172701d94d598a57ef068a599b4a6df38288a50')
 
 prepare() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in seabios/repos (15 files)

2021-12-06 Thread Anatol Pomozov via arch-commits
Date: Monday, December 6, 2021 @ 18:54:17
  Author: anatolik
Revision: 430749

archrelease: copy trunk to testing-any

Added:
  seabios/repos/testing-any/
  seabios/repos/testing-any/PKGBUILD
(from rev 430748, seabios/trunk/PKGBUILD)
  seabios/repos/testing-any/config.coreboot
(from rev 430748, seabios/trunk/config.coreboot)
  seabios/repos/testing-any/config.csm
(from rev 430748, seabios/trunk/config.csm)
  seabios/repos/testing-any/config.seabios-128k
(from rev 430748, seabios/trunk/config.seabios-128k)
  seabios/repos/testing-any/config.seabios-256k
(from rev 430748, seabios/trunk/config.seabios-256k)
  seabios/repos/testing-any/config.vga.bochs-display
(from rev 430748, seabios/trunk/config.vga.bochs-display)
  seabios/repos/testing-any/config.vga.cirrus
(from rev 430748, seabios/trunk/config.vga.cirrus)
  seabios/repos/testing-any/config.vga.isavga
(from rev 430748, seabios/trunk/config.vga.isavga)
  seabios/repos/testing-any/config.vga.qxl
(from rev 430748, seabios/trunk/config.vga.qxl)
  seabios/repos/testing-any/config.vga.ramfb
(from rev 430748, seabios/trunk/config.vga.ramfb)
  seabios/repos/testing-any/config.vga.stdvga
(from rev 430748, seabios/trunk/config.vga.stdvga)
  seabios/repos/testing-any/config.vga.virtio
(from rev 430748, seabios/trunk/config.vga.virtio)
  seabios/repos/testing-any/config.vga.vmware
(from rev 430748, seabios/trunk/config.vga.vmware)
  seabios/repos/testing-any/reproducible-version.patch
(from rev 430748, seabios/trunk/reproducible-version.patch)

+
 PKGBUILD   |   81 +++
 config.coreboot|2 +
 config.csm |2 +
 config.seabios-128k|   14 +++
 config.seabios-256k|3 +
 config.vga.bochs-display   |3 +
 config.vga.cirrus  |3 +
 config.vga.isavga  |3 +
 config.vga.qxl |6 +++
 config.vga.ramfb   |3 +
 config.vga.stdvga  |3 +
 config.vga.virtio  |6 +++
 config.vga.vmware  |6 +++
 reproducible-version.patch |   15 +++
 14 files changed, 150 insertions(+)

Copied: seabios/repos/testing-any/PKGBUILD (from rev 430748, 
seabios/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-12-06 18:54:17 UTC (rev 430749)
@@ -0,0 +1,81 @@
+# Maintainer: Tobias Powalowski 
+
+pkgname=seabios
+pkgver=1.15.0
+pkgrel=1
+pkgdesc="A 16-bit x86 bios"
+arch=('any')
+url="https://www.coreboot.org/SeaBIOS;
+license=('GPL3' 'LGPL3')
+makedepends=('iasl' 'python' 'inetutils')
+options=('!makeflags' '!strip')
+_tag=rel-$pkgver
+source=(seabios-$pkgver.zip::https://github.com/coreboot/seabios/archive/$_tag.zip
+config.coreboot
+config.seabios-128k
+config.seabios-256k
+config.vga.isavga
+config.vga.stdvga
+config.csm
+config.vga.cirrus
+config.vga.qxl
+config.vga.vmware
+config.vga.bochs-display
+config.vga.ramfb
+config.vga.virtio
+reproducible-version.patch)
+sha1sums=('ee850120fcc4a617c838f63b036a93d603c7531b'
+  '5f2adb09c9006def1719b8cbd4792f14a7c7f7c9'
+  '7a4ec70237476c7cdd78589b069d0d39dfeaa8eb'
+  '05b912a291994226049103cbe6754976cc03532d'
+  'd56482f6ee0bf9633c551b10e99e24c74d9ece1e'
+  '54d4edf6eccf30883aedca348b9d2f125502fcdb'
+  '590739c1d5dc6cb63bdf311ee1cfbcde6c0ccc0f'
+  '84a44c04e74a09affae0d1a6e50800d10997108f'
+  '5a1316a0081f91acc300f57372de18fa9c67415e'
+  '5b017b16aec445df873618aaebd154aa97107148'
+  'c7c730ade7a63e1efc7de81c7536632e0617e808'
+  'c2f4a7708befd6a0763dd4a5a4f8b5168db30340'
+  'a2b3d09f944e3d6857ceee272b733075a7edc52e'
+  '352aa180d17642d1230391e5a1a26389a9629c47')
+
+# build routine from fedora
+build_bios() {
+  make clean distclean
+  cp $1 .config
+  make oldnoconfig V=1
+
+  make V=1 $4
+
+  cp out/$2 binaries/$3
+}
+
+prepare() {
+  cd seabios-$_tag
+
+  patch -p1 < ../reproducible-version.patch # FS#67178
+
+  rm -rf binaries
+  mkdir binaries
+
+  echo "ArchLinux ${pkgver}-${pkgrel}" > .version
+}
+
+build() {
+  cd seabios-$_tag
+  # seabios
+  build_bios "${srcdir}"/config.csm Csm16.bin bios-csm.bin
+  build_bios "${srcdir}"/config.coreboot bios.bin.elf bios-coreboot.bin
+  build_bios "${srcdir}"/config.seabios-128k bios.bin bios.bin
+  build_bios "${srcdir}"/config.seabios-256k bios.bin bios-256k.bin
+  # seavgabios
+  for config in 
"${srcdir}"/{config.vga.isavga,config.vga.stdvga,config.vga.cirrus,config.vga.qxl,config.vga.vmware,config.vga.ramfb,config.vga.virtio,config.vga.bochs-display};
 do
+name=${config#*config.vga.}
+build_bios ${config} vgabios.bin vgabios-${name}.bin out/vgabios.bin
+  done
+}
+
+package() {
+  cd 

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

2021-12-06 Thread Anatol Pomozov via arch-commits
Date: Monday, December 6, 2021 @ 18:53:16
  Author: anatolik
Revision: 430748

upgpkg: seabios 1.15.0-1

Modified:
  seabios/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:50:07 UTC (rev 430747)
+++ PKGBUILD2021-12-06 18:53:16 UTC (rev 430748)
@@ -1,7 +1,7 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=seabios
-pkgver=1.14.0
+pkgver=1.15.0
 pkgrel=1
 pkgdesc="A 16-bit x86 bios"
 arch=('any')
@@ -24,7 +24,7 @@
 config.vga.ramfb
 config.vga.virtio
 reproducible-version.patch)
-sha1sums=('610800ddb6e8abe62e4802e47cbc0e6cf9f80b20'
+sha1sums=('ee850120fcc4a617c838f63b036a93d603c7531b'
   '5f2adb09c9006def1719b8cbd4792f14a7c7f7c9'
   '7a4ec70237476c7cdd78589b069d0d39dfeaa8eb'
   '05b912a291994226049103cbe6754976cc03532d'



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

2021-12-06 Thread Anatol Pomozov via arch-commits
Date: Monday, December 6, 2021 @ 18:53:08
  Author: anatolik
Revision: 1065333

archrelease: copy trunk to community-testing-x86_64

Added:
  tinygo/repos/community-testing-x86_64/
  tinygo/repos/community-testing-x86_64/PKGBUILD
(from rev 1065331, tinygo/trunk/PKGBUILD)
  tinygo/repos/community-testing-x86_64/disable_static_llvm.patch
(from rev 1065332, tinygo/trunk/disable_static_llvm.patch)

---+
 PKGBUILD  |   76 
 disable_static_llvm.patch |   32 ++
 2 files changed, 108 insertions(+)

Copied: tinygo/repos/community-testing-x86_64/PKGBUILD (from rev 1065331, 
tinygo/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-12-06 18:53:08 UTC (rev 1065333)
@@ -0,0 +1,76 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=tinygo
+pkgver=0.21.0
+pkgrel=1
+pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and 
command-line tools. Based on LLVM.'
+arch=(x86_64)
+url='https://github.com/tinygo-org/tinygo'
+license=(BSD)
+options=(!strip)
+# TODO: re-add these deps when switching back to system LLVM
+#depends=(llvm-libs clang lld)
+# TODO: add llvm + remove cmake/ninja/python from build deps
+makedepends=(go git cmake ninja python)
+# use git as we need to fetch submodules
+source=(git+https://github.com/tinygo-org/tinygo#tag=v$pkgver
+git+https://github.com/NordicSemiconductor/nrfx
+git+https://github.com/ARM-software/CMSIS
+git+https://github.com/avr-rust/avr-mcu
+git+https://github.com/tinygo-org/cmsis-svd
+git+https://github.com/llvm-mirror/compiler-rt#branch=release_80
+git+https://github.com/CraneStation/wasi-libc
+git+https://github.com/keith-packard/picolibc
+disable_static_llvm.patch)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'d50593810cff1857e24adf537a624d79f128573d177f4f6da404da1539eaa967')
+
+prepare() {
+  cd tinygo
+
+  git submodule init
+  git config -f .gitmodules 'submodule.lib/nrfx.url' "$srcdir/nrfx"
+  git config -f .gitmodules 'submodule.lib/CMSIS.url' "$srcdir/CMSIS"
+  git config -f .gitmodules 'submodule.lib/avr.url' "$srcdir/avr-mcu"
+  # temporarily disabled because it references an unknown commit hash
+  #git config -f .gitmodules 'submodule.lib/cmsis-svd.url' "$srcdir/cmsis-svd"
+  git config -f .gitmodules 'submodule.lib/compiler-rt.url' 
"$srcdir/compiler-rt"
+  git config -f .gitmodules 'submodule.lib/wasi-libc.url' "$srcdir/wasi-libc"
+  git config -f .gitmodules 'submodule.lib/picolibc.url' "$srcdir/picolibc"
+
+  git submodule sync
+  git submodule update
+
+  #patch -p1 < ../disable_static_llvm.patch
+
+  # TODO: remove `make llvm-source` when switching back to system LLVM
+  make llvm-source
+}
+
+build() {
+  cd tinygo
+  # TODO: remove `make llvm-build` when switching back to system LLVM
+  make llvm-build
+  make build/release
+}
+
+check() {
+  cd tinygo
+  # it reqreires a lot of dependencies. todo enable the tests
+  # make test tinygo-test smoketest
+}
+
+package() {
+  cd tinygo
+
+  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/lib/tinygo
+  mv build/release/tinygo/* "$pkgdir"/usr/lib/tinygo
+  ln -s /usr/lib/tinygo/bin/tinygo "$pkgdir"/usr/bin/tinygo
+}

Copied: tinygo/repos/community-testing-x86_64/disable_static_llvm.patch (from 
rev 1065332, tinygo/trunk/disable_static_llvm.patch)
===
--- community-testing-x86_64/disable_static_llvm.patch  
(rev 0)
+++ community-testing-x86_64/disable_static_llvm.patch  2021-12-06 18:53:08 UTC 
(rev 1065333)
@@ -0,0 +1,32 @@
+commit 897aa65fb711444ccaa1abcfac4d7640f796aa04
+Author: Anatol Pomozov 
+Date:   Fri Oct 16 09:05:27 2020 -0700
+
+Arch linux build changes
+
+diff --git a/Makefile b/Makefile
+index aebf635..a2d0891 100644
+--- a/Makefile
 b/Makefile
+@@ -173,11 +173,10 @@ lib/wasi-libc/sysroot/lib/wasm32-wasi/libc.a:
+ 
+ # Build the Go compiler.
+ tinygo:
+-  @if [ ! -f "$(LLVM_BUILDDIR)/bin/llvm-config" ]; then echo "Fetch and 
build LLVM first by running:"; echo "  make llvm-source"; echo "  make 
$(LLVM_BUILDDIR)"; exit 1; fi
+-  CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" 
CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) build -buildmode exe -o build/tinygo$(EXE) 
-tags byollvm -ldflags="-X main.gitSha1=`git rev-parse --short HEAD`" .
++  CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" 
CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) build -buildmode exe -o build/tinygo$(EXE) 
-tags llvm11 -ldflags="-X main.gitSha1=`git rev-parse --short HEAD`" .
+ 
+ test: wasi-libc
+-  CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" 

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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:52:58
  Author: dvzrv
Revision: 1065332

archrelease: copy trunk to community-x86_64

Added:
  yoshimi/repos/community-x86_64/PKGBUILD
(from rev 1065331, yoshimi/trunk/PKGBUILD)
Deleted:
  yoshimi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:52:51 UTC (rev 1065331)
+++ PKGBUILD2021-12-06 18:52:58 UTC (rev 1065332)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: David Adler 
-
-pkgname=yoshimi
-pkgver=2.1.2.1
-pkgrel=1
-pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
-arch=(x86_64)
-url="https://yoshimi.github.io/;
-license=(GPL2)
-groups=(pro-audio)
-depends=(cairo gcc-libs glibc zlib)
-makedepends=(alsa-lib cmake fftw fltk jack lv2 mxml ncurses readline)
-checkdepends=(kxstudio-lv2-extensions lv2lint)
-optdepends=('lv2-host: for LV2 plugin')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
-)
-sha512sums=('bb3840d25ac9012b253ee51fa003137cc5db92c5a31bbfb740c5a45d395b5728e0dda2c7ea4e4cc993633db87d6d30f54b48cb707749799c3b19e5f7f913010e')
-b2sums=('c08d965b87f9a0b84cc5dd946da9d6af2705e420e82c18f5f090cbf66a7645b12b29c5060fe0adc53a71d1e0b3d021dc182a98ddc56c4e10d381d1eabe0aadda')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--Wno-dev \
--B build\
-src
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cp -v "build/LV2_Plugin/${pkgname}_lv2.so" "src/LV2_Plugin/"
-  lv2lint -Mpack -I src/LV2_Plugin/ "http://yoshimi.sourceforge.net/lv2_plugin;
-  rm -v "src/LV2_Plugin/${pkgname}_lv2.so"
-}
-
-package() {
-  depends+=(libasound.so libfftw3f.so libfltk.so libfltk_images.so libjack.so
-  libmxml.so libncursesw.so libreadline.so)
-
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" VERBOSE=1 -C build install
-  install -vDm 644 {Changelog,Dependencies,README.txt,Yoshimi_Helpers} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-# vim:set ts=2 sw=2 et:

Copied: yoshimi/repos/community-x86_64/PKGBUILD (from rev 1065331, 
yoshimi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:52:58 UTC (rev 1065332)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+# Contributor: David Adler 
+
+pkgname=yoshimi
+pkgver=2.1.2.2
+pkgrel=1
+pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
+arch=(x86_64)
+url="https://yoshimi.github.io/;
+license=(GPL2)
+groups=(pro-audio)
+depends=(cairo gcc-libs glibc zlib)
+makedepends=(alsa-lib cmake fftw fltk jack lv2 mxml ncurses readline)
+checkdepends=(kxstudio-lv2-extensions lv2lint)
+optdepends=('lv2-host: for LV2 plugin')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
+)
+sha512sums=('14e9dc19e9654d4178004adfc930ca74522ab9db6711aaf2780e57930d6426cb28fd51f3d8d9b7478864e6a3e17d737512dd42cb9cdceeefe168ba803e71edaf')
+b2sums=('45da49df7bea0919d08f66fa37ddf21483ac3074aa7fcb57f1a55137ab9f29545dc2121041b7c0fb33d86cffa0608a5fda5a963a79ce54c33cc4fc90ab5e38ba')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-Wno-dev \
+-B build\
+src
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cp -v "build/LV2_Plugin/${pkgname}_lv2.so" "src/LV2_Plugin/"
+  lv2lint -Mpack -I src/LV2_Plugin/ "http://yoshimi.sourceforge.net/lv2_plugin;
+  rm -v "src/LV2_Plugin/${pkgname}_lv2.so"
+}
+
+package() {
+  depends+=(libasound.so libfftw3f.so libfltk.so libfltk_images.so libjack.so
+  libmxml.so libncursesw.so libreadline.so)
+
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" VERBOSE=1 -C build install
+  install -vDm 644 {Changelog,Dependencies,README.txt,Yoshimi_Helpers} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+# vim:set ts=2 sw=2 et:



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:52:51
  Author: dvzrv
Revision: 1065331

upgpkg: yoshimi 2.1.2.2-1: Upgrade to 2.1.2.2.

Modified:
  yoshimi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:52:43 UTC (rev 1065330)
+++ PKGBUILD2021-12-06 18:52:51 UTC (rev 1065331)
@@ -2,7 +2,7 @@
 # Contributor: David Adler 
 
 pkgname=yoshimi
-pkgver=2.1.2.1
+pkgver=2.1.2.2
 pkgrel=1
 pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
 arch=(x86_64)
@@ -16,8 +16,8 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
 )
-sha512sums=('bb3840d25ac9012b253ee51fa003137cc5db92c5a31bbfb740c5a45d395b5728e0dda2c7ea4e4cc993633db87d6d30f54b48cb707749799c3b19e5f7f913010e')
-b2sums=('c08d965b87f9a0b84cc5dd946da9d6af2705e420e82c18f5f090cbf66a7645b12b29c5060fe0adc53a71d1e0b3d021dc182a98ddc56c4e10d381d1eabe0aadda')
+sha512sums=('14e9dc19e9654d4178004adfc930ca74522ab9db6711aaf2780e57930d6426cb28fd51f3d8d9b7478864e6a3e17d737512dd42cb9cdceeefe168ba803e71edaf')
+b2sums=('45da49df7bea0919d08f66fa37ddf21483ac3074aa7fcb57f1a55137ab9f29545dc2121041b7c0fb33d86cffa0608a5fda5a963a79ce54c33cc4fc90ab5e38ba')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2021-12-06 Thread Anatol Pomozov via arch-commits
Date: Monday, December 6, 2021 @ 18:52:43
  Author: anatolik
Revision: 1065330

upgpkg: tinygo 0.21.0-1

Modified:
  tinygo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:49:43 UTC (rev 1065329)
+++ PKGBUILD2021-12-06 18:52:43 UTC (rev 1065330)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=tinygo
-pkgver=0.20.0
+pkgver=0.21.0
 pkgrel=1
 pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and 
command-line tools. Based on LLVM.'
 arch=(x86_64)



[arch-commits] Commit in firefox-i18n/repos (testing-any testing-any/PKGBUILD)

2021-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 6, 2021 @ 18:50:07
  Author: heftig
Revision: 430747

archrelease: copy trunk to testing-any

Added:
  firefox-i18n/repos/testing-any/
  firefox-i18n/repos/testing-any/PKGBUILD
(from rev 430746, firefox-i18n/trunk/PKGBUILD)

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

Copied: firefox-i18n/repos/testing-any/PKGBUILD (from rev 430746, 
firefox-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-12-06 18:50:07 UTC (rev 430747)
@@ -0,0 +1,234 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thomas Baechler 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Michal Hybner 
+# Contributor: Andrea Scarpino 
+
+pkgbase=firefox-i18n
+pkgver=95.0
+pkgrel=1
+pkgdesc="Language pack for Firefox"
+arch=(any)
+license=(MPL GPL LGPL)
+url="https://www.mozilla.org/firefox/;
+
+_languages=(
+  'ach"Acholi"'
+  'af "Afrikaans"'
+  'an "Aragonese"'
+  'ar "Arabic"'
+  'ast"Asturian"'
+  'az "Azerbaijani"'
+  'be "Belarusian"'
+  'bg "Bulgarian"'
+  'bn "Bengali"'
+  'br "Breton"'
+  'bs "Bosnian"'
+  'ca-valencia "Catalan (Valencian)"'
+  'ca "Catalan"'
+  'cak"Maya Kaqchikel"'
+  'cs "Czech"'
+  'cy "Welsh"'
+  'da "Danish"'
+  'de "German"'
+  'dsb"Lower Sorbian"'
+  'el "Greek"'
+  'en-CA  "English (Canadian)"'
+  'en-GB  "English (British)"'
+  'en-US  "English (US)"'
+  '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"Chicahuaxtla Triqui"'
+  'uk "Ukrainian"'
+  'ur "Urdu"'
+  'uz "Uzbek"'
+  'vi "Vietnamese"'
+  'xh "Xhosa"'
+  'zh-CN  "Chinese (Simplified)"'
+  'zh-TW  "Chinese (Traditional)"'
+)
+
+pkgname=()
+source=()
+_url=https://ftp.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+  _pkgname=firefox-i18n-${_locale,,}
+
+  pkgname+=($_pkgname)
+  source+=("firefox-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"
+  depends=("firefox>=$pkgver")
+  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
+
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
+}
+
+sha256sums=('cfe7f3362a1fb648edd359fea57845cfe7a7a78d7b1f95fd6248056042d017d1'
+'5dd93b8a35a7818d9ecfc82cd85665fa9c20b25f68c8426960d14d95819d6527'
+'e15b6b403e6ff13cda801d5cf9af3e49a628ec436eab1ac41103fef409742aac'
+'6133e8e1558a40f040037629b5f30c92952cbecb7cc59ce170cd5e680581'
+'4485398bb3031e9d277e82d9bf35f33867a730fc24ebaf120c9e37db77939e40'
+'25abd5ec2e5f577c118ea72b985aafe5f4e2929d76745b19c8d55105df87f8fe'
+'04d0a3af06c3d0866ff68d7941eb99cd0249c68d27a43e9edbc997924ce2d76a'
+'4a225d1c00be54db3b87bfad04222adb7ffe63e0641e103e8d8d4a03d78c7fd0'
+'135cfbeb651a408564b18b3e34fcdafcb05910a094ee3ad65927e600d71ba599'
+'1b577e75bf51c1c40c670591a3a2f4c0e32a25d23d97fc82741c71fd9d88fe93'
+'48a2acbe48b50eeb6fee5e5c45a3750b576bc5e7e1096ab5fec40d878264688f'
+

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

2021-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 6, 2021 @ 18:49:50
  Author: heftig
Revision: 430746

archrelease: copy trunk to testing-x86_64

Added:
  firefox/repos/testing-x86_64/
  
firefox/repos/testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 430745, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  
firefox/repos/testing-x86_64/0002-Bug-1735905-Upgrade-cubeb-pulse-to-fix-a-race-condit.patch
(from rev 430745, 
firefox/trunk/0002-Bug-1735905-Upgrade-cubeb-pulse-to-fix-a-race-condit.patch)
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 430745, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 430745, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/identity-icons-brand.svg
(from rev 430745, firefox/trunk/identity-icons-brand.svg)
  firefox/repos/testing-x86_64/upload-symbol-archive
(from rev 430745, firefox/trunk/upload-symbol-archive)

-+
 0001-Use-remoting-name-for-GDK-application-names.patch  |   57 +
 0002-Bug-1735905-Upgrade-cubeb-pulse-to-fix-a-race-condit.patch |  173 +
 PKGBUILD|  217 ++
 firefox.desktop |  340 
++
 identity-icons-brand.svg|3 
 upload-symbol-archive   |   25 
 6 files changed, 815 insertions(+)

Copied: 
firefox/repos/testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 430745, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch   
(rev 0)
+++ testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch   
2021-12-06 18:49:50 UTC (rev 430746)
@@ -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 60ea6966cccf..ae862aba01b3 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -4299,11 +4299,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 7090bd2ef350..76bda087be72 100644
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -27,6 +27,8 @@
+ #  include "nsIObserverService.h"
+ #endif
+ #include "gfxPlatform.h"
++#include "nsAppRunner.h"
++#include "mozilla/XREAppData.h"
+ #include "ScreenHelperGTK.h"
+ #include "HeadlessScreenHelper.h"
+ #include "mozilla/widget/ScreenManager.h"
+@@ -256,13 +258,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/repos/testing-x86_64/0002-Bug-1735905-Upgrade-cubeb-pulse-to-fix-a-race-condit.patch
 (from rev 430745, 
firefox/trunk/0002-Bug-1735905-Upgrade-cubeb-pulse-to-fix-a-race-condit.patch)
===
--- 
testing-x86_64/0002-Bug-1735905-Upgrade-cubeb-pulse-to-fix-a-race-condit.patch  
(rev 0)
+++ 
testing-x86_64/0002-Bug-1735905-Upgrade-cubeb-pulse-to-fix-a-race-condit.patch  
2021-12-06 18:49:50 UTC (rev 430746)
@@ -0,0 +1,173 @@
+From  Mon Sep 17 00:00:00 2001
+From: Mike Hommey 
+Date: Sat, 16 Oct 2021 01:19:56 +
+Subject: [PATCH] Bug 1735905 - Upgrade cubeb-pulse to fix a race condition
+ that can lead to shutdown deadlock. r=kinetik
+
+Differential Revision: 

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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:49:43
  Author: dvzrv
Revision: 1065329

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pyalsa/repos/community-staging-x86_64/PKGBUILD
(from rev 1065328, python-pyalsa/trunk/PKGBUILD)
Deleted:
  python-pyalsa/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:49:36 UTC (rev 1065328)
+++ PKGBUILD2021-12-06 18:49:43 UTC (rev 1065329)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pyalsa
-pkgname=python-pyalsa
-pkgver=1.1.6
-pkgrel=7
-pkgdesc="Python binding for the ALSA library"
-arch=(x86_64)
-url="https://www.alsa-project.org;
-license=(LGPL2.1)
-groups=(alsa)
-depends=(alsa-lib python)
-makedepends=(python-setuptools)
-source=(
-  "https://www.alsa-project.org/files/pub/pyalsa/pyalsa-1.1.6.tar.bz2"{,.sig}
-  
"${pkgname}-1.1.6-python3.10.patch::https://github.com/alsa-project/alsa-python/commit/5ea2f8709b4d091700750661231f8a3ddce0fc7c.patch;
-)
-sha512sums=('6c6aee1ad32c2208ab3f91defee5651cca8bb414479ff80e8a1bd6791ec1df2218a61dd8e7c01f95bd5d51807776034ff96cca2b935e9e4e23d13b6c3c40a0dd'
-'SKIP'
-
'50175627a6791f41da235126d945374676fe3e49b5c70dede91e8a9d0a4cc7ca5f3cbaf7ce07b29274728fc92cb2471b2749ef6b27fe5905e2ac6d3e4013b637')
-b2sums=('3a23dde67ec807d09b2e9ef0f893b8ec2f5902b0fa88f0f02f8127b7a5a8bdf3fa09397dd01ae1cafbce6b9c733a0eca65fda3cd6fd18e533dd4fbace284caa3'
-'SKIP'
-
'e2740075e304796984e0d9f2549818567b1bb5478ee8c1a48607f6e04bb55f75523811515fd0f689b46c05e8a8cb61ec4331f3930de7d7d5fec67c744553fa74')
-validpgpkeys=(F04DF50737AC1A884C4B3D718380596DA6E59C91)  # ALSA Release Team 
(Package Signing Key v1) 
-
-prepare() {
-  cd "${_name}-${pkgver}"
-  # https://github.com/alsa-project/alsa-python/issues/2
-  patch -Np1 -i ../"${pkgname}-1.1.6-python3.10.patch"
-}
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-}

Copied: python-pyalsa/repos/community-staging-x86_64/PKGBUILD (from rev 
1065328, python-pyalsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:49:43 UTC (rev 1065329)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+
+_name=pyalsa
+pkgname=python-pyalsa
+pkgver=1.2.6
+pkgrel=2
+pkgdesc="Python binding for the ALSA library"
+arch=(x86_64)
+url="https://www.alsa-project.org;
+license=(LGPL2.1)
+groups=(alsa)
+depends=(alsa-lib python)
+makedepends=(python-setuptools)
+source=(
+  
"https://www.alsa-project.org/files/pub/${_name}/${_name}-${pkgver}.tar.bz2"{,.sig}
+)
+sha512sums=('11b8eed822e0f8acc96ff0e10eeec0ba26b2997c7ab1d82561661f59931cd6b6aa6397b46c5944a0853344517878ede6c9ba13bea241cefc72b72bf1d9ff'
+'SKIP')
+b2sums=('d142d5818527b30b333d2552045892854df25eb14a7983320fe56e30a6239d3fe947ef1f0e1202ed3b5aad7722002e0e5e82ab9f89564bb9640aca2dc03c7887'
+'SKIP')
+validpgpkeys=(F04DF50737AC1A884C4B3D718380596DA6E59C91)  # ALSA Release Team 
(Package Signing Key v1) 
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:49:36
  Author: dvzrv
Revision: 1065328

upgpkg: python-pyalsa 1.2.6-2: Rebuild against python 3.10

Modified:
  python-pyalsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:49:04 UTC (rev 1065327)
+++ PKGBUILD2021-12-06 18:49:36 UTC (rev 1065328)
@@ -3,7 +3,7 @@
 _name=pyalsa
 pkgname=python-pyalsa
 pkgver=1.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Python binding for the ALSA library"
 arch=(x86_64)
 url="https://www.alsa-project.org;



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 18:49:04
  Author: arojas
Revision: 1065327

archrelease: copy trunk to community-staging-any

Added:
  python-dephell-links/repos/community-staging-any/PKGBUILD
(from rev 1065326, python-dephell-links/trunk/PKGBUILD)
Deleted:
  python-dephell-links/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:48:54 UTC (rev 1065326)
+++ PKGBUILD2021-12-06 18:49:04 UTC (rev 1065327)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=dephell_links
-pkgname=python-dephell-links
-pkgver=0.1.4
-pkgrel=7
-pkgdesc="Parse dependency links"
-arch=('any')
-url="https://github.com/dephell/${_pkgname};
-license=('MIT')
-depends=('python-attrs')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('421db613fb291bc723aafe3e331e1691d15b8753bb0ded63e8e991e8422ceaf6')
-b2sums=('e5af5d8f139fbd05b092aa73953453ee9af57df73998ab8a05e0b89cfc7476197db634f99d79a868dcee7c962698ec9c6e5ed3cf12b5fa9fbc99be93a155a114')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-# pycache slipped into release tarballs
-find . -name \*.pyc -delete
-}
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-dephell-links/repos/community-staging-any/PKGBUILD (from rev 
1065326, python-dephell-links/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:49:04 UTC (rev 1065327)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=dephell_links
+pkgname=python-dephell-links
+pkgver=0.1.5
+pkgrel=2
+pkgdesc="Parse dependency links"
+arch=('any')
+url="https://github.com/dephell/${_pkgname};
+license=('MIT')
+depends=('python-attrs')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('28d694142e2827a59d2c301e7185afb52fb8acdb950b1da38308d69e43418eaa')
+b2sums=('a9718ea90f792ba3f42258700f8915f39d3ebb57b0ce5672026fe6b4e197ee67470876d33b1de4ecc2047d504260fc63d5ef87552d00fe88c54dcafec06eb7db')
+
+prepare() {
+cd ${_pkgname}-${pkgver}
+
+# pycache slipped into release tarballs
+find . -name \*.pyc -delete
+}
+
+build(){
+cd ${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+
+python -m pytest
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:48:54
  Author: dvzrv
Revision: 1065326

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:48:54 UTC (rev 1065325)
+++ PKGBUILD2021-12-06 18:48:54 UTC (rev 1065326)
@@ -1,27 +0,0 @@
-# Maintainer: David Runge 
-_name=pyalsa
-pkgname=python-pyalsa
-pkgver=1.1.6
-pkgrel=6
-pkgdesc="Python binding for the ALSA library"
-arch=('x86_64')
-url="https://www.alsa-project.org;
-license=('LGPL2.1')
-groups=('alsa')
-depends=('alsa-lib' 'python')
-makedepends=('python-setuptools')
-source=("ftp://ftp.alsa-project.org/pub/${_name}/${_name}-${pkgver}.tar.bz2;)
-sha512sums=('6c6aee1ad32c2208ab3f91defee5651cca8bb414479ff80e8a1bd6791ec1df2218a61dd8e7c01f95bd5d51807776034ff96cca2b935e9e4e23d13b6c3c40a0dd')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-}

Copied: python-pyalsa/repos/community-x86_64/PKGBUILD (from rev 1065324, 
python-pyalsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:48:54 UTC (rev 1065326)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+
+_name=pyalsa
+pkgname=python-pyalsa
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="Python binding for the ALSA library"
+arch=(x86_64)
+url="https://www.alsa-project.org;
+license=(LGPL2.1)
+groups=(alsa)
+depends=(alsa-lib python)
+makedepends=(python-setuptools)
+source=(
+  
"https://www.alsa-project.org/files/pub/${_name}/${_name}-${pkgver}.tar.bz2"{,.sig}
+)
+sha512sums=('11b8eed822e0f8acc96ff0e10eeec0ba26b2997c7ab1d82561661f59931cd6b6aa6397b46c5944a0853344517878ede6c9ba13bea241cefc72b72bf1d9ff'
+'SKIP')
+b2sums=('d142d5818527b30b333d2552045892854df25eb14a7983320fe56e30a6239d3fe947ef1f0e1202ed3b5aad7722002e0e5e82ab9f89564bb9640aca2dc03c7887'
+'SKIP')
+validpgpkeys=(F04DF50737AC1A884C4B3D718380596DA6E59C91)  # ALSA Release Team 
(Package Signing Key v1) 
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+}



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 18:48:54
  Author: arojas
Revision: 1065325

Python 3.10 rebuild

Modified:
  python-dephell-links/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:48:48 UTC (rev 1065324)
+++ PKGBUILD2021-12-06 18:48:54 UTC (rev 1065325)
@@ -3,7 +3,7 @@
 _pkgname=dephell_links
 pkgname=python-dephell-links
 pkgver=0.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Parse dependency links"
 arch=('any')
 url="https://github.com/dephell/${_pkgname};



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:48:48
  Author: dvzrv
Revision: 1065324

upgpkg: python-pyalsa 1.2.6-1: Upgrade to 1.2.6.

Drop now included patch for python 3.10.

Modified:
  python-pyalsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:48:23 UTC (rev 1065323)
+++ PKGBUILD2021-12-06 18:48:48 UTC (rev 1065324)
@@ -2,8 +2,8 @@
 
 _name=pyalsa
 pkgname=python-pyalsa
-pkgver=1.1.6
-pkgrel=7
+pkgver=1.2.6
+pkgrel=1
 pkgdesc="Python binding for the ALSA library"
 arch=(x86_64)
 url="https://www.alsa-project.org;
@@ -12,23 +12,14 @@
 depends=(alsa-lib python)
 makedepends=(python-setuptools)
 source=(
-  "https://www.alsa-project.org/files/pub/pyalsa/pyalsa-1.1.6.tar.bz2"{,.sig}
-  
"${pkgname}-1.1.6-python3.10.patch::https://github.com/alsa-project/alsa-python/commit/5ea2f8709b4d091700750661231f8a3ddce0fc7c.patch;
+  
"https://www.alsa-project.org/files/pub/${_name}/${_name}-${pkgver}.tar.bz2"{,.sig}
 )
-sha512sums=('6c6aee1ad32c2208ab3f91defee5651cca8bb414479ff80e8a1bd6791ec1df2218a61dd8e7c01f95bd5d51807776034ff96cca2b935e9e4e23d13b6c3c40a0dd'
-'SKIP'
-
'50175627a6791f41da235126d945374676fe3e49b5c70dede91e8a9d0a4cc7ca5f3cbaf7ce07b29274728fc92cb2471b2749ef6b27fe5905e2ac6d3e4013b637')
-b2sums=('3a23dde67ec807d09b2e9ef0f893b8ec2f5902b0fa88f0f02f8127b7a5a8bdf3fa09397dd01ae1cafbce6b9c733a0eca65fda3cd6fd18e533dd4fbace284caa3'
-'SKIP'
-
'e2740075e304796984e0d9f2549818567b1bb5478ee8c1a48607f6e04bb55f75523811515fd0f689b46c05e8a8cb61ec4331f3930de7d7d5fec67c744553fa74')
+sha512sums=('11b8eed822e0f8acc96ff0e10eeec0ba26b2997c7ab1d82561661f59931cd6b6aa6397b46c5944a0853344517878ede6c9ba13bea241cefc72b72bf1d9ff'
+'SKIP')
+b2sums=('d142d5818527b30b333d2552045892854df25eb14a7983320fe56e30a6239d3fe947ef1f0e1202ed3b5aad7722002e0e5e82ab9f89564bb9640aca2dc03c7887'
+'SKIP')
 validpgpkeys=(F04DF50737AC1A884C4B3D718380596DA6E59C91)  # ALSA Release Team 
(Package Signing Key v1) 
 
-prepare() {
-  cd "${_name}-${pkgver}"
-  # https://github.com/alsa-project/alsa-python/issues/2
-  patch -Np1 -i ../"${pkgname}-1.1.6-python3.10.patch"
-}
-
 build() {
   cd "${_name}-${pkgver}"
   python setup.py build



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 18:48:23
  Author: arojas
Revision: 1065323

archrelease: copy trunk to community-any

Added:
  python-dephell-links/repos/community-any/PKGBUILD
(from rev 1065322, python-dephell-links/trunk/PKGBUILD)
Deleted:
  python-dephell-links/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:48:14 UTC (rev 1065322)
+++ PKGBUILD2021-12-06 18:48:23 UTC (rev 1065323)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=dephell_links
-pkgname=python-dephell-links
-pkgver=0.1.4
-pkgrel=5
-pkgdesc="Parse dependency links"
-arch=('any')
-url="https://github.com/dephell/${_pkgname};
-license=('MIT')
-depends=('python-attrs')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('421db613fb291bc723aafe3e331e1691d15b8753bb0ded63e8e991e8422ceaf6')
-b2sums=('e5af5d8f139fbd05b092aa73953453ee9af57df73998ab8a05e0b89cfc7476197db634f99d79a868dcee7c962698ec9c6e5ed3cf12b5fa9fbc99be93a155a114')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-# pycache slipped into release tarballs
-find . -name \*.pyc -delete
-}
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-dephell-links/repos/community-any/PKGBUILD (from rev 1065322, 
python-dephell-links/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:48:23 UTC (rev 1065323)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=dephell_links
+pkgname=python-dephell-links
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Parse dependency links"
+arch=('any')
+url="https://github.com/dephell/${_pkgname};
+license=('MIT')
+depends=('python-attrs')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('28d694142e2827a59d2c301e7185afb52fb8acdb950b1da38308d69e43418eaa')
+b2sums=('a9718ea90f792ba3f42258700f8915f39d3ebb57b0ce5672026fe6b4e197ee67470876d33b1de4ecc2047d504260fc63d5ef87552d00fe88c54dcafec06eb7db')
+
+prepare() {
+cd ${_pkgname}-${pkgver}
+
+# pycache slipped into release tarballs
+find . -name \*.pyc -delete
+}
+
+build(){
+cd ${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+
+python -m pytest
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 18:48:14
  Author: arojas
Revision: 1065322

Update to 0.1.5

Modified:
  python-dephell-links/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:46:42 UTC (rev 1065321)
+++ PKGBUILD2021-12-06 18:48:14 UTC (rev 1065322)
@@ -2,8 +2,8 @@
 
 _pkgname=dephell_links
 pkgname=python-dephell-links
-pkgver=0.1.4
-pkgrel=7
+pkgver=0.1.5
+pkgrel=1
 pkgdesc="Parse dependency links"
 arch=('any')
 url="https://github.com/dephell/${_pkgname};
@@ -12,11 +12,11 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('421db613fb291bc723aafe3e331e1691d15b8753bb0ded63e8e991e8422ceaf6')
-b2sums=('e5af5d8f139fbd05b092aa73953453ee9af57df73998ab8a05e0b89cfc7476197db634f99d79a868dcee7c962698ec9c6e5ed3cf12b5fa9fbc99be93a155a114')
+sha256sums=('28d694142e2827a59d2c301e7185afb52fb8acdb950b1da38308d69e43418eaa')
+b2sums=('a9718ea90f792ba3f42258700f8915f39d3ebb57b0ce5672026fe6b4e197ee67470876d33b1de4ecc2047d504260fc63d5ef87552d00fe88c54dcafec06eb7db')
 
 prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
+cd ${_pkgname}-${pkgver}
 
 # pycache slipped into release tarballs
 find . -name \*.pyc -delete
@@ -23,19 +23,19 @@
 }
 
 build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
+cd ${_pkgname}-${pkgver}
 
 python setup.py build
 }
 
 check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
+cd ${_pkgname}-${pkgver}
 
 python -m pytest
 }
 
 package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
+cd ${_pkgname}-${pkgver}
 
 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 18:46:42
  Author: arojas
Revision: 1065321

archrelease: copy trunk to community-staging-any

Added:
  python-dephell-archive/repos/community-staging-any/PKGBUILD
(from rev 1065320, python-dephell-archive/trunk/PKGBUILD)
Deleted:
  python-dephell-archive/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:46:31 UTC (rev 1065320)
+++ PKGBUILD2021-12-06 18:46:42 UTC (rev 1065321)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=dephell-archive
-pkgname=python-dephell-archive
-pkgver=0.1.5
-pkgrel=7
-pkgdesc="Pathlib for archives"
-arch=('any')
-url="https://github.com/dephell/${_pkgname};
-license=('MIT')
-depends=('python-attrs')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('d1cff5a962cb7b5862aaddfef4d1ec77684ee69652ba3d75612c7e4bb9c7bb39')
-b2sums=('211bf6acfaedaab8a8c72ad29bb63dc8db93fc10730f6f2543303e2a7b96edd03b71ed43a3e9612d52eec8cf706adf0ac5d51542f8c39d0aa8638b7097763b96')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-# pycache slipped into release tarballs
-find . -name \*.pyc -delete
-}
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-dephell-archive/repos/community-staging-any/PKGBUILD (from rev 
1065320, python-dephell-archive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:46:42 UTC (rev 1065321)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=dephell-archive
+pkgname=python-dephell-archive
+pkgver=0.1.7
+pkgrel=2
+pkgdesc="Pathlib for archives"
+arch=('any')
+url="https://github.com/dephell/${_pkgname};
+license=('MIT')
+depends=('python-attrs')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('bb263492a7d430f9e04cef9a0237b7752cc797ab364bf35e70196af09c73ea37')
+b2sums=('c07e703fd177072a29bc45b70b15273d23d889ab2a0de9434b30ac272c46c648e7214f5d8aaab136f868e0dadfbd290279b160dfd7183603cfcebf3b5bea435c')
+
+prepare() {
+cd ${_pkgname}-${pkgver}
+
+# pycache slipped into release tarballs
+find . -name \*.pyc -delete
+}
+
+build(){
+cd ${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+
+python setup.py test
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 18:46:31
  Author: arojas
Revision: 1065320

Python 3.10 rebuild

Modified:
  python-dephell-archive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:46:00 UTC (rev 1065319)
+++ PKGBUILD2021-12-06 18:46:31 UTC (rev 1065320)
@@ -3,7 +3,7 @@
 _pkgname=dephell-archive
 pkgname=python-dephell-archive
 pkgver=0.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Pathlib for archives"
 arch=('any')
 url="https://github.com/dephell/${_pkgname};



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 18:46:00
  Author: arojas
Revision: 1065319

archrelease: copy trunk to community-any

Added:
  python-dephell-archive/repos/community-any/PKGBUILD
(from rev 1065318, python-dephell-archive/trunk/PKGBUILD)
Deleted:
  python-dephell-archive/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:45:47 UTC (rev 1065318)
+++ PKGBUILD2021-12-06 18:46:00 UTC (rev 1065319)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=dephell-archive
-pkgname=python-dephell-archive
-pkgver=0.1.5
-pkgrel=5
-pkgdesc="Pathlib for archives"
-arch=('any')
-url="https://github.com/dephell/${_pkgname};
-license=('MIT')
-depends=('python-attrs')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('d1cff5a962cb7b5862aaddfef4d1ec77684ee69652ba3d75612c7e4bb9c7bb39')
-b2sums=('211bf6acfaedaab8a8c72ad29bb63dc8db93fc10730f6f2543303e2a7b96edd03b71ed43a3e9612d52eec8cf706adf0ac5d51542f8c39d0aa8638b7097763b96')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-# pycache slipped into release tarballs
-find . -name \*.pyc -delete
-}
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-dephell-archive/repos/community-any/PKGBUILD (from rev 1065318, 
python-dephell-archive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:46:00 UTC (rev 1065319)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=dephell-archive
+pkgname=python-dephell-archive
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="Pathlib for archives"
+arch=('any')
+url="https://github.com/dephell/${_pkgname};
+license=('MIT')
+depends=('python-attrs')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('bb263492a7d430f9e04cef9a0237b7752cc797ab364bf35e70196af09c73ea37')
+b2sums=('c07e703fd177072a29bc45b70b15273d23d889ab2a0de9434b30ac272c46c648e7214f5d8aaab136f868e0dadfbd290279b160dfd7183603cfcebf3b5bea435c')
+
+prepare() {
+cd ${_pkgname}-${pkgver}
+
+# pycache slipped into release tarballs
+find . -name \*.pyc -delete
+}
+
+build(){
+cd ${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+
+python setup.py test
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 18:45:47
  Author: arojas
Revision: 1065318

Update to 0.1.7

Modified:
  python-dephell-archive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:41:43 UTC (rev 1065317)
+++ PKGBUILD2021-12-06 18:45:47 UTC (rev 1065318)
@@ -2,8 +2,8 @@
 
 _pkgname=dephell-archive
 pkgname=python-dephell-archive
-pkgver=0.1.5
-pkgrel=7
+pkgver=0.1.7
+pkgrel=1
 pkgdesc="Pathlib for archives"
 arch=('any')
 url="https://github.com/dephell/${_pkgname};
@@ -12,11 +12,11 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('d1cff5a962cb7b5862aaddfef4d1ec77684ee69652ba3d75612c7e4bb9c7bb39')
-b2sums=('211bf6acfaedaab8a8c72ad29bb63dc8db93fc10730f6f2543303e2a7b96edd03b71ed43a3e9612d52eec8cf706adf0ac5d51542f8c39d0aa8638b7097763b96')
+sha256sums=('bb263492a7d430f9e04cef9a0237b7752cc797ab364bf35e70196af09c73ea37')
+b2sums=('c07e703fd177072a29bc45b70b15273d23d889ab2a0de9434b30ac272c46c648e7214f5d8aaab136f868e0dadfbd290279b160dfd7183603cfcebf3b5bea435c')
 
 prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
+cd ${_pkgname}-${pkgver}
 
 # pycache slipped into release tarballs
 find . -name \*.pyc -delete
@@ -23,19 +23,19 @@
 }
 
 build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
+cd ${_pkgname}-${pkgver}
 
 python setup.py build
 }
 
 check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
+cd ${_pkgname}-${pkgver}
 
-python -m pytest
+python setup.py test
 }
 
 package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
+cd ${_pkgname}-${pkgver}
 
 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:45:42
  Author: dvzrv
Revision: 430745

archrelease: copy trunk to testing-x86_64

Added:
  alsa-utils/repos/testing-x86_64/
  alsa-utils/repos/testing-x86_64/PKGBUILD
(from rev 430744, alsa-utils/trunk/PKGBUILD)

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

Copied: alsa-utils/repos/testing-x86_64/PKGBUILD (from rev 430744, 
alsa-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-12-06 18:45:42 UTC (rev 430745)
@@ -0,0 +1,49 @@
+# Maintainer: David Runge 
+# Contributor: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="Advanced Linux Sound Architecture - Utilities"
+arch=(x86_64)
+url="https://www.alsa-project.org;
+license=(GPL2)
+depends=(glibc pciutils psmisc)
+makedepends=(alsa-lib docbook-xsl fftw libsamplerate ncurses python-docutils
+systemd xmlto)
+optdepends=('fftw: for alsabat')
+# we require /var/lib/alsa for state file
+options=(emptydirs)
+source=("https://www.alsa-project.org/files/pub/utils/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('6842f0f4c2f7cc5ac3ba94736ee259d9988b5d3e0d2b522f858d712e16938d2845fa9ef64f4aa60222b8ef6738e053f9113a5ea24a197f2c0d6c4dbd70030f5e'
+'SKIP')
+b2sums=('3b81836e0de9f6d98f311dc3a316a02179ec1fc7520da9658192f27e7701c6dc41b04a82639d6269d6943afd8a89cb6477406cbc36ac450e57919cff46f2'
+'SKIP')
+validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -fiv
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --disable-alsaconf \
+  --sbindir=/usr/bin \
+  --with-udev-rules-dir=/usr/lib/udev/rules.d \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  depends+=(libasound.so libatopology.so libformw.so libmenuw.so libncursesw.so
+  libpanelw.so libsamplerate.so)
+
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # dir where to save ALSA state
+  install -d "${pkgdir}/var/lib/alsa"
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:45:35
  Author: dvzrv
Revision: 430744

upgpkg: alsa-utils 1.2.6-1: Upgrade to 1.2.6.

Simplify quoting in file.

Modified:
  alsa-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:42:51 UTC (rev 430743)
+++ PKGBUILD2021-12-06 18:45:35 UTC (rev 430744)
@@ -3,22 +3,22 @@
 # Contributor: judd 
 
 pkgname=alsa-utils
-pkgver=1.2.5.1
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="Advanced Linux Sound Architecture - Utilities"
-arch=('x86_64')
+arch=(x86_64)
 url="https://www.alsa-project.org;
-license=('GPL2')
-depends=('glibc' 'pciutils' 'psmisc')
-makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
-'python-docutils' 'systemd' 'xmlto')
+license=(GPL2)
+depends=(glibc pciutils psmisc)
+makedepends=(alsa-lib docbook-xsl fftw libsamplerate ncurses python-docutils
+systemd xmlto)
 optdepends=('fftw: for alsabat')
 # we require /var/lib/alsa for state file
 options=(emptydirs)
 
source=("https://www.alsa-project.org/files/pub/utils/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('bbafeb9189ec5802965c4e69cf6e7cd4c132ffb77b57f164d6585649890f96edd052c72697171fd629b39e12f78648fea634468df34c1a80255227ca397907bf'
+sha512sums=('6842f0f4c2f7cc5ac3ba94736ee259d9988b5d3e0d2b522f858d712e16938d2845fa9ef64f4aa60222b8ef6738e053f9113a5ea24a197f2c0d6c4dbd70030f5e'
 'SKIP')
-b2sums=('79f96fd3ba1d92e72dc634dc01439acd3ccd02555c39cc1714c52bbd1e4bc8b68ec7bf5d219a704533e4a61587c3528504ef9cd7c652924d74daafa90f74e42a'
+b2sums=('3b81836e0de9f6d98f311dc3a316a02179ec1fc7520da9658192f27e7701c6dc41b04a82639d6269d6943afd8a89cb6477406cbc36ac450e57919cff46f2'
 'SKIP')
 validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
 
@@ -38,8 +38,9 @@
 }
 
 package() {
-  depends+=('libasound.so' 'libatopology.so' 'libformw.so' 'libmenuw.so'
-  'libncursesw.so' 'libpanelw.so' 'libsamplerate.so')
+  depends+=(libasound.so libatopology.so libformw.so libmenuw.so libncursesw.so
+  libpanelw.so libsamplerate.so)
+
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"



[arch-commits] Commit in alsa-ucm-conf/repos (testing-any testing-any/PKGBUILD)

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:42:51
  Author: dvzrv
Revision: 430743

archrelease: copy trunk to testing-any

Added:
  alsa-ucm-conf/repos/testing-any/
  alsa-ucm-conf/repos/testing-any/PKGBUILD
(from rev 430742, alsa-ucm-conf/trunk/PKGBUILD)

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

Copied: alsa-ucm-conf/repos/testing-any/PKGBUILD (from rev 430742, 
alsa-ucm-conf/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-12-06 18:42:51 UTC (rev 430743)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=alsa-ucm-conf
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="ALSA Use Case Manager configuration (and topologies)"
+arch=(any)
+url="https://alsa-project.org/;
+license=(BSD)
+source=("https://www.alsa-project.org/files/pub/lib/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('5fe85643b60c8defeafcdfcf97e61b5d05e6db28cef2466a70f63b8fffba22bdd50b83a5ca88806a6350de6e9d802dd3c2240b293190b9d05daea515c03d4397'
+'SKIP')
+b2sums=('4f1f0ff361d11775799a215ffbd85acc229fb25e9e65321147e942ec5168997780003686a98f3d49dadd11cebc3156812d01ebcac385b0b7cbab78745951'
+'SKIP')
+validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  find ucm2 -type f -iname "*.conf" -exec install -vDm 644 {} 
"${pkgdir}/usr/share/alsa/"{} \;
+  find ucm2 -type l -iname "*.conf" -exec cp -dv {} 
"${pkgdir}/usr/share/alsa/"{} \;
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -vDm 644 ucm2/README.md -t "$pkgdir/usr/share/doc/$pkgname/ucm2"
+}



[arch-commits] Commit in alsa-ucm-conf/trunk (PKGBUILD)

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:42:44
  Author: dvzrv
Revision: 430742

upgpkg: alsa-ucm-conf 1.2.6-1: Upgrade to 1.2.6.

Simplify quoting in file.

Modified:
  alsa-ucm-conf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:33:16 UTC (rev 430741)
+++ PKGBUILD2021-12-06 18:42:44 UTC (rev 430742)
@@ -2,16 +2,16 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=alsa-ucm-conf
-pkgver=1.2.5.1
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="ALSA Use Case Manager configuration (and topologies)"
+arch=(any)
 url="https://alsa-project.org/;
-arch=('any')
-license=('BSD')
+license=(BSD)
 
source=("https://www.alsa-project.org/files/pub/lib/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('774d6da1a0ee6fb1fcd764c1d4b3eb5812a35508cf27db71f6c82784f125eca207992da9081d25783fecb31e548d8b34124d4b3b3d506e33215b76ea48f71012'
+sha512sums=('5fe85643b60c8defeafcdfcf97e61b5d05e6db28cef2466a70f63b8fffba22bdd50b83a5ca88806a6350de6e9d802dd3c2240b293190b9d05daea515c03d4397'
 'SKIP')
-b2sums=('317bcb8e866a68fe467047c67bd15fc88dc1e745e9bbe05f7b091ea1febdac6bd0fd512c2ce410970eb2593c0f8500c28c8405098de2bc56e1438e5b33b00d4a'
+b2sums=('4f1f0ff361d11775799a215ffbd85acc229fb25e9e65321147e942ec5168997780003686a98f3d49dadd11cebc3156812d01ebcac385b0b7cbab78745951'
 'SKIP')
 validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
 



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:41:43
  Author: dvzrv
Revision: 1065317

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-alsa-plugins/repos/multilib-testing-x86_64/
  lib32-alsa-plugins/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1065316, lib32-alsa-plugins/trunk/PKGBUILD)

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

Copied: lib32-alsa-plugins/repos/multilib-testing-x86_64/PKGBUILD (from rev 
1065316, lib32-alsa-plugins/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2021-12-06 18:41:43 UTC (rev 1065317)
@@ -0,0 +1,54 @@
+# Maintainer: David Runge 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+_name=alsa-plugins
+pkgname=lib32-alsa-plugins
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="Additional ALSA plugins (32-bit)"
+arch=(x86_64)
+url="https://www.alsa-project.org;
+license=(LGPL2.1)
+depends=("alsa-plugins=1:${pkgver}" lib32-alsa-lib lib32-glibc)
+makedepends=(lib32-dbus lib32-jack lib32-libavtp lib32-libpulse
+lib32-libsamplerate lib32-speexdsp)
+optdepends=('lib32-dbus: for maemo plugin'
+'lib32-jack: for pcm_jack plugin'
+'lib32-libavtp: for pcm_aaf plugin'
+'lib32-libsamplerate: for rate_samplerate plugin'
+'lib32-libpulse: for conf_pulse, ctl_pulse and pcm_pulse plugins'
+'lib32-speexdsp: for pcm_speex and rate_speexrate plugins')
+source=("https://www.alsa-project.org/files/pub/plugins/${_name}-$pkgver.tar.bz2"{,.sig})
+sha512sums=('ac54a6f227f1ca5f6e01e08d869e7c06f4bcd68f148932e1902a6fcf3e5ccd3667ac4d8c1a00b77e4b5cb27e17c01cf7526ded4aaf35c4b26fc69e14e6e341f9'
+'SKIP')
+b2sums=('bead0b9514725560a4fb738c4b1e14b148bf888cc82e0d7611cb6c494ed97a7e366b57f233095372c26a7bd614655bd58a6505202910de421561b540c94d5cca'
+'SKIP')
+validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
+
+prepare() {
+  cd "${_name}-$pkgver"
+  autoreconf -fiv
+}
+
+build() {
+  cd "${_name}-$pkgver"
+
+  export CC='gcc -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--sysconfdir=/etc \
+--enable-maemo-plugin
+  make
+}
+
+package() {
+  depends+=(libasound.so)
+
+  cd "${_name}-$pkgver"
+  make DESTDIR="$pkgdir" install
+  rm -rv "$pkgdir"/{etc,usr/share}
+}
+# vim:set sw=2 et:



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:41:37
  Author: dvzrv
Revision: 1065316

upgpkg: lib32-alsa-plugins 1.2.6-1: Upgrade to 1.2.6.

Verify releases with PGP key id F04DF50737AC1A884C4B3D718380596DA6E59C91 as is
done with extra/alsa-plugins.
Simplify quoting in file.

Modified:
  lib32-alsa-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:41:20 UTC (rev 1065315)
+++ PKGBUILD2021-12-06 18:41:37 UTC (rev 1065316)
@@ -3,29 +3,31 @@
 
 _name=alsa-plugins
 pkgname=lib32-alsa-plugins
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="Additional ALSA plugins (32-bit)"
 arch=(x86_64)
 url="https://www.alsa-project.org;
-license=('LGPL2.1')
-depends=("alsa-plugins=1:${pkgver}" 'lib32-alsa-lib' 'lib32-glibc')
-makedepends=('lib32-dbus' 'lib32-jack' 'lib32-libavtp' 'lib32-libpulse'
-'lib32-libsamplerate' 'lib32-speexdsp')
+license=(LGPL2.1)
+depends=("alsa-plugins=1:${pkgver}" lib32-alsa-lib lib32-glibc)
+makedepends=(lib32-dbus lib32-jack lib32-libavtp lib32-libpulse
+lib32-libsamplerate lib32-speexdsp)
 optdepends=('lib32-dbus: for maemo plugin'
-#'lib32-ffmpeg: for pcm_a52 and rate_lavrate plugins'
 'lib32-jack: for pcm_jack plugin'
 'lib32-libavtp: for pcm_aaf plugin'
 'lib32-libsamplerate: for rate_samplerate plugin'
 'lib32-libpulse: for conf_pulse, ctl_pulse and pcm_pulse plugins'
 'lib32-speexdsp: for pcm_speex and rate_speexrate plugins')
-source=("https://www.alsa-project.org/files/pub/plugins/${_name}-$pkgver.tar.bz2;)
-sha512sums=('32aa475ec4af040861c2bfb01eac71042242d2109d3c5102d0111f3327e3f6c9031c32cbb50eb4b6568a6bd9408691a047a39972f09d6087e31ec11f19ddc9cf')
-b2sums=('a1bb2f187c92a2999722e22775baf2c1fc4240162bb71f454c60359ef61b46934ff8ecd5af97589bafe2c7f737530cf5a4dcc139af7ed001d8dfe24bf3ae045c')
+source=("https://www.alsa-project.org/files/pub/plugins/${_name}-$pkgver.tar.bz2"{,.sig})
+sha512sums=('ac54a6f227f1ca5f6e01e08d869e7c06f4bcd68f148932e1902a6fcf3e5ccd3667ac4d8c1a00b77e4b5cb27e17c01cf7526ded4aaf35c4b26fc69e14e6e341f9'
+'SKIP')
+b2sums=('bead0b9514725560a4fb738c4b1e14b148bf888cc82e0d7611cb6c494ed97a7e366b57f233095372c26a7bd614655bd58a6505202910de421561b540c94d5cca'
+'SKIP')
+validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
 
 prepare() {
   cd "${_name}-$pkgver"
-  autoreconf -fvi
+  autoreconf -fiv
 }
 
 build() {
@@ -47,6 +49,6 @@
 
   cd "${_name}-$pkgver"
   make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/{etc,usr/share}
+  rm -rv "$pkgdir"/{etc,usr/share}
 }
 # vim:set sw=2 et:



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 18:41:20
  Author: arojas
Revision: 1065315

archrelease: copy trunk to community-staging-any

Added:
  python-graphviz/repos/community-staging-any/PKGBUILD
(from rev 1065314, python-graphviz/trunk/PKGBUILD)
Deleted:
  python-graphviz/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:41:11 UTC (rev 1065314)
+++ PKGBUILD2021-12-06 18:41:20 UTC (rev 1065315)
@@ -1,44 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=graphviz
-pkgname=python-graphviz
-pkgver=0.17
-pkgrel=3
-pkgdesc="Simple Python interface for Graphviz"
-arch=('any')
-url="https://github.com/xflr6/${_pkgname};
-license=('MIT')
-depends=('graphviz' 'python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip;)
-sha256sums=('ef6e2c5deb9cdcc0c7eece1d89625fd07b0f2208ea2bcb483520907ddf8b4e12')
-b2sums=('f2f5ad728157d60c48964d2cfdc76559310af6099a9eae16279b0f9e8a41c08d02d5f255be6c1f0808750a26e67822b5fbb930f7ada5c6a614c3607494cd')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-# do not run python-coverage in unittests :/
-sed -i 's/--cov --cov-report=term --cov-report=html//' setup.cfg
-# don't add pointless dependency on python-mock needed on python 3.5
-sed -i '/mock_use_standalone_module/d' setup.cfg
-}
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: python-graphviz/repos/community-staging-any/PKGBUILD (from rev 1065314, 
python-graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:41:20 UTC (rev 1065315)
@@ -0,0 +1,45 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=graphviz
+pkgname=python-graphviz
+pkgver=0.19
+pkgrel=2
+pkgdesc="Simple Python interface for Graphviz"
+arch=('any')
+url="https://github.com/xflr6/${_pkgname};
+license=('MIT')
+depends=('graphviz' 'python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-mock' 'python-mock')
+#source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip;)
+source=("https://github.com/xflr6/graphviz/archive/$pkgver/$_pkgname-$pkgver.tar.gz;)
+sha256sums=('47da628b46d5a9f8027170f0a3926ece5f9dbf0835f950d552a0547085c1f4e6')
+b2sums=('d68acacaeff538c77484a8c63553095ea916c6e6dc24353351db57b6c9bd24429053643780461a44e5bb95e8d4cd76b5f3ca50279c93cd6ed26ea64a34d0709e')
+
+prepare() {
+cd ${_pkgname}-${pkgver}
+
+# do not run python-coverage in unittests :/
+sed -i 's/--cov --cov-report=term --cov-report=html//' setup.cfg
+# don't add pointless dependency on python-mock needed on python 3.5
+sed -i '/mock_use_standalone_module/d' setup.cfg
+}
+
+build(){
+cd ${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd ${_pkgname}-${pkgver}/tests
+
+python -m pytest
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 18:41:11
  Author: arojas
Revision: 1065314

Python 3.10 rebuild

Modified:
  python-graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:40:22 UTC (rev 1065313)
+++ PKGBUILD2021-12-06 18:41:11 UTC (rev 1065314)
@@ -3,7 +3,7 @@
 _pkgname=graphviz
 pkgname=python-graphviz
 pkgver=0.19
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple Python interface for Graphviz"
 arch=('any')
 url="https://github.com/xflr6/${_pkgname};



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 18:40:22
  Author: arojas
Revision: 1065313

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:40:09 UTC (rev 1065312)
+++ PKGBUILD2021-12-06 18:40:22 UTC (rev 1065313)
@@ -1,44 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=graphviz
-pkgname=python-graphviz
-pkgver=0.17
-pkgrel=1
-pkgdesc="Simple Python interface for Graphviz"
-arch=('any')
-url="https://github.com/xflr6/${_pkgname};
-license=('MIT')
-depends=('graphviz' 'python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip;)
-sha256sums=('ef6e2c5deb9cdcc0c7eece1d89625fd07b0f2208ea2bcb483520907ddf8b4e12')
-b2sums=('f2f5ad728157d60c48964d2cfdc76559310af6099a9eae16279b0f9e8a41c08d02d5f255be6c1f0808750a26e67822b5fbb930f7ada5c6a614c3607494cd')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-# do not run python-coverage in unittests :/
-sed -i 's/--cov --cov-report=term --cov-report=html//' setup.cfg
-# don't add pointless dependency on python-mock needed on python 3.5
-sed -i '/mock_use_standalone_module/d' setup.cfg
-}
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: python-graphviz/repos/community-any/PKGBUILD (from rev 1065312, 
python-graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:40:22 UTC (rev 1065313)
@@ -0,0 +1,45 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=graphviz
+pkgname=python-graphviz
+pkgver=0.19
+pkgrel=1
+pkgdesc="Simple Python interface for Graphviz"
+arch=('any')
+url="https://github.com/xflr6/${_pkgname};
+license=('MIT')
+depends=('graphviz' 'python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-mock' 'python-mock')
+#source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip;)
+source=("https://github.com/xflr6/graphviz/archive/$pkgver/$_pkgname-$pkgver.tar.gz;)
+sha256sums=('47da628b46d5a9f8027170f0a3926ece5f9dbf0835f950d552a0547085c1f4e6')
+b2sums=('d68acacaeff538c77484a8c63553095ea916c6e6dc24353351db57b6c9bd24429053643780461a44e5bb95e8d4cd76b5f3ca50279c93cd6ed26ea64a34d0709e')
+
+prepare() {
+cd ${_pkgname}-${pkgver}
+
+# do not run python-coverage in unittests :/
+sed -i 's/--cov --cov-report=term --cov-report=html//' setup.cfg
+# don't add pointless dependency on python-mock needed on python 3.5
+sed -i '/mock_use_standalone_module/d' setup.cfg
+}
+
+build(){
+cd ${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd ${_pkgname}-${pkgver}/tests
+
+python -m pytest
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 18:40:09
  Author: arojas
Revision: 1065312

Update to 0.19, get source from github to fix tests

Modified:
  python-graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:37:09 UTC (rev 1065311)
+++ PKGBUILD2021-12-06 18:40:09 UTC (rev 1065312)
@@ -2,8 +2,8 @@
 
 _pkgname=graphviz
 pkgname=python-graphviz
-pkgver=0.17
-pkgrel=3
+pkgver=0.19
+pkgrel=1
 pkgdesc="Simple Python interface for Graphviz"
 arch=('any')
 url="https://github.com/xflr6/${_pkgname};
@@ -10,13 +10,14 @@
 license=('MIT')
 depends=('graphviz' 'python')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip;)
-sha256sums=('ef6e2c5deb9cdcc0c7eece1d89625fd07b0f2208ea2bcb483520907ddf8b4e12')
-b2sums=('f2f5ad728157d60c48964d2cfdc76559310af6099a9eae16279b0f9e8a41c08d02d5f255be6c1f0808750a26e67822b5fbb930f7ada5c6a614c3607494cd')
+checkdepends=('python-pytest' 'python-pytest-mock' 'python-mock')
+#source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip;)
+source=("https://github.com/xflr6/graphviz/archive/$pkgver/$_pkgname-$pkgver.tar.gz;)
+sha256sums=('47da628b46d5a9f8027170f0a3926ece5f9dbf0835f950d552a0547085c1f4e6')
+b2sums=('d68acacaeff538c77484a8c63553095ea916c6e6dc24353351db57b6c9bd24429053643780461a44e5bb95e8d4cd76b5f3ca50279c93cd6ed26ea64a34d0709e')
 
 prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
+cd ${_pkgname}-${pkgver}
 
 # do not run python-coverage in unittests :/
 sed -i 's/--cov --cov-report=term --cov-report=html//' setup.cfg
@@ -25,19 +26,19 @@
 }
 
 build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
+cd ${_pkgname}-${pkgver}
 
 python setup.py build
 }
 
 check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
+cd ${_pkgname}-${pkgver}/tests
 
 python -m pytest
 }
 
 package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
+cd ${_pkgname}-${pkgver}
 
 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 install -Dm644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:37:09
  Author: dvzrv
Revision: 1065311

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-alsa-lib/repos/multilib-testing-x86_64/
  lib32-alsa-lib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1065310, lib32-alsa-lib/trunk/PKGBUILD)

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

Copied: lib32-alsa-lib/repos/multilib-testing-x86_64/PKGBUILD (from rev 
1065310, lib32-alsa-lib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2021-12-06 18:37:09 UTC (rev 1065311)
@@ -0,0 +1,49 @@
+# Maintainer: David Runge 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+_name=alsa-lib
+pkgname=lib32-alsa-lib
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support (32 bit)"
+arch=(x86_64)
+url="https://www.alsa-project.org;
+license=(LGPL2.1)
+depends=(lib32-glibc "alsa-lib=${pkgver}")
+provides=(libasound.so libatopology.so)
+source=("https://www.alsa-project.org/files/pub/lib/${_name}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('ae95718813abf62811fe44c6df2a8de5a1227da4b022c4dd97dd8e7c1001f48307ba36bf04208bdbe24e8a8eebf4ed5a59f40ee6750dcbe976678071c3f2f5b7'
+'SKIP')
+b2sums=('84a7a20fbea4025f2ac08acefa3a9ea9d2737585c5d5f09c8df3b5ccb998eaa09a7ec16a019a40c4d3e3e4b5209b961f9da23ec57c0bb9824bade9a3a0dd4350'
+'SKIP')
+validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
+
+prepare() {
+  cd "${_name}-$pkgver"
+  autoreconf -fiv
+}
+
+build() {
+  cd "${_name}-$pkgver"
+
+  export CC='gcc -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --without-debug \
+  --disable-python
+  make
+}
+
+check() {
+  cd "${_name}-$pkgver"
+  export LD_LIBRARY_PATH="${PWD}/src/.libs/:${LD_LIBRARY_PATH}"
+  make -k check
+}
+
+package() {
+  cd "${_name}-$pkgver"
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin,include,share}
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:36:12
  Author: dvzrv
Revision: 1065310

upgpkg: lib32-alsa-lib 1.2.6-1: Upgrade to 1.2.6.

Simplify quoting in file.

Modified:
  lib32-alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:30:41 UTC (rev 1065309)
+++ PKGBUILD2021-12-06 18:36:12 UTC (rev 1065310)
@@ -3,18 +3,18 @@
 
 _name=alsa-lib
 pkgname=lib32-alsa-lib
-pkgver=1.2.5.1
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support (32 bit)"
-arch=('x86_64')
+arch=(x86_64)
 url="https://www.alsa-project.org;
-license=('LGPL2.1')
-depends=('lib32-glibc' "alsa-lib=${pkgver}")
-provides=('libasound.so' 'libatopology.so')
+license=(LGPL2.1)
+depends=(lib32-glibc "alsa-lib=${pkgver}")
+provides=(libasound.so libatopology.so)
 
source=("https://www.alsa-project.org/files/pub/lib/${_name}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('01998ffa449e925ff552c13aea47f9540903afdc533086067c78dcaba4d239c347180d3d28bbe6d19b7779c7249fcc77a30057930ca22d18ba55e163fa1c'
+sha512sums=('ae95718813abf62811fe44c6df2a8de5a1227da4b022c4dd97dd8e7c1001f48307ba36bf04208bdbe24e8a8eebf4ed5a59f40ee6750dcbe976678071c3f2f5b7'
 'SKIP')
-b2sums=('5464cc7f263bdf7b10aa7e1f542ad6dbc55bf300156fd1bded00375c41a518d4b14f96e28eb1c60a6ce7cc6e27da4b2e8598cd867f15417f260fc23513f93e11'
+b2sums=('84a7a20fbea4025f2ac08acefa3a9ea9d2737585c5d5f09c8df3b5ccb998eaa09a7ec16a019a40c4d3e3e4b5209b961f9da23ec57c0bb9824bade9a3a0dd4350'
 'SKIP')
 validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
 



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:33:16
  Author: dvzrv
Revision: 430741

archrelease: copy trunk to testing-x86_64

Added:
  alsa-lib/repos/testing-x86_64/
  alsa-lib/repos/testing-x86_64/PKGBUILD
(from rev 430740, alsa-lib/trunk/PKGBUILD)
  alsa-lib/repos/testing-x86_64/alsa-lib.install
(from rev 430740, alsa-lib/trunk/alsa-lib.install)

--+
 PKGBUILD |   44 
 alsa-lib.install |7 +++
 2 files changed, 51 insertions(+)

Copied: alsa-lib/repos/testing-x86_64/PKGBUILD (from rev 430740, 
alsa-lib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-12-06 18:33:16 UTC (rev 430741)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: judd 
+
+pkgname=alsa-lib
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=(x86_64)
+url="https://www.alsa-project.org;
+license=(LGPL2.1)
+depends=(glibc alsa-topology-conf alsa-ucm-conf)
+provides=(libasound.so libatopology.so)
+install="${pkgname}.install"
+source=("https://www.alsa-project.org/files/pub/lib/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('ae95718813abf62811fe44c6df2a8de5a1227da4b022c4dd97dd8e7c1001f48307ba36bf04208bdbe24e8a8eebf4ed5a59f40ee6750dcbe976678071c3f2f5b7'
+'SKIP')
+b2sums=('84a7a20fbea4025f2ac08acefa3a9ea9d2737585c5d5f09c8df3b5ccb998eaa09a7ec16a019a40c4d3e3e4b5209b961f9da23ec57c0bb9824bade9a3a0dd4350'
+'SKIP')
+validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -fiv
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --without-debug
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export LD_LIBRARY_PATH="${PWD}/src/.libs/:${LD_LIBRARY_PATH}"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install -C doc
+  install -vDm 644 {MEMORY-LEAK,TODO,NOTES,ChangeLog,doc/asoundrc.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}

Copied: alsa-lib/repos/testing-x86_64/alsa-lib.install (from rev 430740, 
alsa-lib/trunk/alsa-lib.install)
===
--- testing-x86_64/alsa-lib.install (rev 0)
+++ testing-x86_64/alsa-lib.install 2021-12-06 18:33:16 UTC (rev 430741)
@@ -0,0 +1,7 @@
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if (( $(vercmp "$2" '1.2.5-1') < 0 )); then
+printf "WARNING: Non-backwards compatible changes to ALSA require 
restarting of audio engines (e.g. pulseaudio or pipewire) using it.\n"
+  fi
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:33:03
  Author: dvzrv
Revision: 430740

upgpkg: alsa-lib 1.2.6-1: Upgrade to 1.2.6.

Simplify quoting in file.
Minor style fixes.

Modified:
  alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:16:57 UTC (rev 430739)
+++ PKGBUILD2021-12-06 18:33:03 UTC (rev 430740)
@@ -2,25 +2,25 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.2.5.1
-pkgrel=3
+pkgver=1.2.6
+pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
-arch=('x86_64')
+arch=(x86_64)
 url="https://www.alsa-project.org;
-license=('LGPL2.1')
-depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
-provides=('libasound.so' 'libatopology.so')
+license=(LGPL2.1)
+depends=(glibc alsa-topology-conf alsa-ucm-conf)
+provides=(libasound.so libatopology.so)
 install="${pkgname}.install"
 
source=("https://www.alsa-project.org/files/pub/lib/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('01998ffa449e925ff552c13aea47f9540903afdc533086067c78dcaba4d239c347180d3d28bbe6d19b7779c7249fcc77a30057930ca22d18ba55e163fa1c'
+sha512sums=('ae95718813abf62811fe44c6df2a8de5a1227da4b022c4dd97dd8e7c1001f48307ba36bf04208bdbe24e8a8eebf4ed5a59f40ee6750dcbe976678071c3f2f5b7'
 'SKIP')
-b2sums=('5464cc7f263bdf7b10aa7e1f542ad6dbc55bf300156fd1bded00375c41a518d4b14f96e28eb1c60a6ce7cc6e27da4b2e8598cd867f15417f260fc23513f93e11'
+b2sums=('84a7a20fbea4025f2ac08acefa3a9ea9d2737585c5d5f09c8df3b5ccb998eaa09a7ec16a019a40c4d3e3e4b5209b961f9da23ec57c0bb9824bade9a3a0dd4350'
 'SKIP')
 validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
 
 prepare() {
   cd "$pkgname-$pkgver"
-  autoreconf -vfi
+  autoreconf -fiv
 }
 
 build() {
@@ -40,6 +40,5 @@
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
   make DESTDIR="$pkgdir" install -C doc
-  install -vDm 644 {MEMORY-LEAK,TODO,NOTES,ChangeLog,doc/asoundrc.txt} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 {MEMORY-LEAK,TODO,NOTES,ChangeLog,doc/asoundrc.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
 }



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

2021-12-06 Thread Sergej Pupykin via arch-commits
Date: Monday, December 6, 2021 @ 18:30:32
  Author: spupykin
Revision: 1065308

upgpkg: uptimed 0.4.6-1

Modified:
  uptimed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:30:27 UTC (rev 1065307)
+++ PKGBUILD2021-12-06 18:30:32 UTC (rev 1065308)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=uptimed
-pkgver=0.4.5
+pkgver=0.4.6
 pkgrel=1
 pkgdesc="A system uptime record daemon"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 backup=(etc/uptimed.conf)
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/uptimed/archive/v$pkgver.tar.gz;)
-sha512sums=('11e99677eca5e0cbb81a72077bae9c8fe2c70054e9fa05d1656cb64837e1aa63984ef6b87f563dda09ea0ae3d452d6be7ccf3d21c04f5f6ba67d618d72923514')
+sha512sums=('035caba32182a807312b587b3cb3b6322027b7c8f3e69a3f0b52ea4f44ecfc40505fe58b6a1b56a87a967f1f8b1fbc075414a04b60717577e32972feadb9bc2d')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver



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

2021-12-06 Thread Sergej Pupykin via arch-commits
Date: Monday, December 6, 2021 @ 18:30:27
  Author: spupykin
Revision: 1065307

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   60 +++---
 ser2net.service |   22 +--
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:30:18 UTC (rev 1065306)
+++ PKGBUILD2021-12-06 18:30:27 UTC (rev 1065307)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Shinlun Hsieh 
-
-pkgname=ser2net
-pkgver=4.3.3
-pkgrel=1
-pkgdesc="A proxy that allows telnet/tcp connections to be made to serial ports"
-arch=(x86_64)
-url="https://sourceforge.net/projects/ser2net;
-license=('GPL')
-depends=('gensio' 'libyaml')
-backup=(etc/ser2net/ser2net.yaml)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cminyard/ser2net/archive/v$pkgver.tar.gz;
-   ser2net.service)
-sha256sums=('1c6cc7a35e9c4cfede13e9486fd1ac256773980d2368975e69deb65435b4267b'
-'b093e1f5bf7dd826816828623a5c6858f83a9f0dcb1a9785f545b29efd1c320c')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  test -x configure || ./reconf
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 ser2net.yaml "$pkgdir"/etc/ser2net/ser2net.yaml
-  install -Dm0644 "$srcdir"/ser2net.service 
"$pkgdir"/usr/lib/systemd/system/ser2net.service
-}

Copied: ser2net/repos/community-x86_64/PKGBUILD (from rev 1065306, 
ser2net/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:30:27 UTC (rev 1065307)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Shinlun Hsieh 
+
+pkgname=ser2net
+pkgver=4.3.4
+pkgrel=1
+pkgdesc="A proxy that allows telnet/tcp connections to be made to serial ports"
+arch=(x86_64)
+url="https://sourceforge.net/projects/ser2net;
+license=('GPL')
+depends=('gensio' 'libyaml')
+backup=(etc/ser2net/ser2net.yaml)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cminyard/ser2net/archive/v$pkgver.tar.gz;
+   ser2net.service)
+sha256sums=('666b293b520b226a5a7bf5c255221abe806143d4a313cb7cb0db1ccb68efb943'
+'b093e1f5bf7dd826816828623a5c6858f83a9f0dcb1a9785f545b29efd1c320c')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  test -x configure || ./reconf
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 ser2net.yaml "$pkgdir"/etc/ser2net/ser2net.yaml
+  install -Dm0644 "$srcdir"/ser2net.service 
"$pkgdir"/usr/lib/systemd/system/ser2net.service
+}

Deleted: ser2net.service
===
--- ser2net.service 2021-12-06 18:30:18 UTC (rev 1065306)
+++ ser2net.service 2021-12-06 18:30:27 UTC (rev 1065307)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Proxy that allows tcp connections to serial ports
-After=syslog.target network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/ser2net -n
-
-[Install]
-WantedBy=multi-user.target
-

Copied: ser2net/repos/community-x86_64/ser2net.service (from rev 1065306, 
ser2net/trunk/ser2net.service)
===
--- ser2net.service (rev 0)
+++ ser2net.service 2021-12-06 18:30:27 UTC (rev 1065307)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Proxy that allows tcp connections to serial ports
+After=syslog.target network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/ser2net -n
+
+[Install]
+WantedBy=multi-user.target
+



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

2021-12-06 Thread Sergej Pupykin via arch-commits
Date: Monday, December 6, 2021 @ 18:30:18
  Author: spupykin
Revision: 1065306

upgpkg: ser2net 4.3.4-1

Modified:
  ser2net/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:30:13 UTC (rev 1065305)
+++ PKGBUILD2021-12-06 18:30:18 UTC (rev 1065306)
@@ -2,7 +2,7 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=ser2net
-pkgver=4.3.3
+pkgver=4.3.4
 pkgrel=1
 pkgdesc="A proxy that allows telnet/tcp connections to be made to serial ports"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 backup=(etc/ser2net/ser2net.yaml)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cminyard/ser2net/archive/v$pkgver.tar.gz;
ser2net.service)
-sha256sums=('1c6cc7a35e9c4cfede13e9486fd1ac256773980d2368975e69deb65435b4267b'
+sha256sums=('666b293b520b226a5a7bf5c255221abe806143d4a313cb7cb0db1ccb68efb943'
 'b093e1f5bf7dd826816828623a5c6858f83a9f0dcb1a9785f545b29efd1c320c')
 
 build() {



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

2021-12-06 Thread Sergej Pupykin via arch-commits
Date: Monday, December 6, 2021 @ 18:30:13
  Author: spupykin
Revision: 1065305

archrelease: copy trunk to community-x86_64

Added:
  gensio/repos/community-x86_64/PKGBUILD
(from rev 1065304, gensio/trunk/PKGBUILD)
Deleted:
  gensio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:30:03 UTC (rev 1065304)
+++ PKGBUILD2021-12-06 18:30:13 UTC (rev 1065305)
@@ -1,25 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Shinlun Hsieh 
-
-pkgname=gensio
-pkgver=2.2.9
-pkgrel=1
-pkgdesc="General Stream I/O"
-arch=(x86_64)
-url="https://sourceforge.net/projects/ser2net/;
-license=('GPL')
-depends=()
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cminyard/gensio/archive/v$pkgver.tar.gz;)
-sha256sums=('ee42d880481b38a75f52f533e844519aa318d00516bce805f0900ef0d23def35')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  test -x configure || ./reconf
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-python=no
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  make DESTDIR="$pkgdir" install
-}

Copied: gensio/repos/community-x86_64/PKGBUILD (from rev 1065304, 
gensio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:30:13 UTC (rev 1065305)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Shinlun Hsieh 
+
+pkgname=gensio
+pkgver=2.3.5
+pkgrel=1
+pkgdesc="General Stream I/O"
+arch=(x86_64)
+url="https://sourceforge.net/projects/ser2net/;
+license=('GPL')
+depends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cminyard/gensio/archive/v$pkgver.tar.gz;)
+sha256sums=('6b364b1fe34c7b163afd0b60972789537971e7d7170cd8338edde3b9e138ad98')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  test -x configure || ./reconf
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-python=no
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  make DESTDIR="$pkgdir" install
+}



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

2021-12-06 Thread Sergej Pupykin via arch-commits
Date: Monday, December 6, 2021 @ 18:30:03
  Author: spupykin
Revision: 1065304

upgpkg: gensio 2.3.5-1

Modified:
  gensio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:28:44 UTC (rev 1065303)
+++ PKGBUILD2021-12-06 18:30:03 UTC (rev 1065304)
@@ -2,7 +2,7 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=gensio
-pkgver=2.2.9
+pkgver=2.3.5
 pkgrel=1
 pkgdesc="General Stream I/O"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=()
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cminyard/gensio/archive/v$pkgver.tar.gz;)
-sha256sums=('ee42d880481b38a75f52f533e844519aa318d00516bce805f0900ef0d23def35')
+sha256sums=('6b364b1fe34c7b163afd0b60972789537971e7d7170cd8338edde3b9e138ad98')
 
 build() {
   cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:28:44
  Author: dvzrv
Revision: 1065303

archrelease: copy trunk to community-x86_64

Added:
  guitarix/repos/community-x86_64/PKGBUILD
(from rev 1065302, guitarix/trunk/PKGBUILD)
Deleted:
  guitarix/repos/community-x86_64/PKGBUILD
  guitarix/repos/community-x86_64/gcc11-compat-volatile-atomic-variables.patch

--+
 PKGBUILD |  103 +++--
 gcc11-compat-volatile-atomic-variables.patch |   13 ---
 2 files changed, 48 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:28:36 UTC (rev 1065302)
+++ PKGBUILD2021-12-06 18:28:44 UTC (rev 1065303)
@@ -1,55 +0,0 @@
-# Maintainer: David Runge https://guitarix.org;
-license=('GPL3')
-groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio')
-depends=('atkmm' 'bluez-libs' 'cairo' 'cairomm' 'gcc-libs' 'glibc' 'glibmm'
-'gtkmm3' 'libsigc++' 'libx11' 'pangomm' 'ttf-roboto')
-makedepends=('avahi' 'boost' 'curl' 'gdk-pixbuf2' 'eigen' 'faust' 'fftw'
-'glib2' 'gperf' 'gtk3' 'intltool' 'jack' 'ladspa' 'liblo' 'liblrdf' 'lilv'
-'lv2' 'pango' 'sassc' 'waf' 'zita-convolver' 'zita-resampler')
-optdepends=('new-session-manager: for session management')
-provides=('guitarix2' 'libgxw.so' 'libgxwmm.so' 'ladspa-host' 'lv2-host')
-conflicts=('guitarix2')
-replaces=('guitarix2')
-source=("${pkgname}-${pkgver}.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-${pkgver}.tar.xz;
-gcc11-compat-volatile-atomic-variables.patch)
-sha512sums=('66a71b4d66e0cbcff7feeceae6317c016e497626c9fde3ca44e1f06e42d9021b2857151660c1c49832cc8e6f2aa27de68dfea67d4e896c7e89f84865f8ba1eb0'
-
'05d66714c72e1c2a647d3d769f4d81f6a48d653f9bd3094a5306343b3838fe34d137d6c34b0955a3889a6feb7f1b2a9ac237ca2ec42190d0822b3ac706b2')
-b2sums=('06b2a19d68e77c622eea222e3f0658d9f89c6c8377e9b0442d581e14342f82f97948ca0ebb7ff40f4abd6cab0c9ba582fa6f43f74cad5e112d2e762445f2ab43'
-
'0281b89eca6dc32051226c09ddb6255e5c8bfd4a278aced69f995954d2dcc5c7d7ad9299d6827afa37cdb857f8b236976663fa63165b94fb5029a473ae07bb09')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 -i ../gcc11-compat-volatile-atomic-variables.patch
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  waf configure --prefix=/usr \
---enable-nls \
---ladspa \
---new-ladspa \
---shared-lib \
---lib-dev \
---ldflags="${LDFLAGS}"
-  waf build -vv
-}
-
-package() {
-  depends+=('libavahi-common.so' 'libavahi-gobject.so' 'libboost_iostreams.so'
-  'libcurl.so' 'libfftw3f.so' 'libgdk-3.so' 'libgdk_pixbuf-2.0.so'
-  'libgio-2.0.so' 'libglib-2.0.so' 'libgobject-2.0.so' 'libjack.so'
-  'liblilv-0.so' 'liblo.so' 'liblrdf.so' 'libpangocairo-1.0.so'
-  'libpango-1.0.so' 'libsndfile.so' 'libzita-convolver.so'
-  'libzita-resampler.so')
-  cd "${pkgname}-${pkgver}"
-  waf install --destdir="${pkgdir}"
-  # docs
-  install -vDm 644 {changelog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: guitarix/repos/community-x86_64/PKGBUILD (from rev 1065302, 
guitarix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:28:44 UTC (rev 1065303)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge https://guitarix.org;
+license=(GPL3)
+groups=(ladspa-plugins lv2-plugins pro-audio)
+depends=(atkmm bluez-libs cairo cairomm gcc-libs glibc glibmm
+gtkmm3 libsigc++ libx11 pangomm ttf-roboto)
+makedepends=(avahi boost curl gdk-pixbuf2 eigen faust fftw
+glib2 gperf gtk3 intltool jack ladspa liblo liblrdf lilv
+lv2 pango sassc waf zita-convolver zita-resampler)
+optdepends=('new-session-manager: for session management')
+provides=(guitarix2 libgxw.so libgxwmm.so ladspa-host lv2-host)
+conflicts=(guitarix2)
+replaces=(guitarix2)
+source=("${pkgname}-${pkgver}.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-${pkgver}.tar.xz;)
+sha512sums=('20dec12a3bfa689c254817e73718da6306404499f95202b2721f72bdea04281a3ab76bb91d38d48a28cc7e7c2d4173f1972a53e0875ffe2ac24c4cd508672563')
+b2sums=('84d98e1033922986e42f2897cb28d33e142699e9c7b46e8e636e6a549f92ead5579a37d0e17bd7475866ea3c4569c60b4100718c224c1407cce7ed26f5fb09c9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export LINKFLAGS="$LDFLAGS"
+  waf configure --prefix=/usr \
+--enable-nls \
+--ladspa \
+--new-ladspa \
+--shared-lib \
+--lib-dev \
+--ldflags="${LDFLAGS}"
+  waf build -vv
+}
+
+package() {
+  depends+=(libavahi-common.so libavahi-gobject.so libboost_iostreams.so
+  libcurl.so libfftw3f.so libgdk-3.so libgdk_pixbuf-2.0.so libgio-2.0.so
+  libglib-2.0.so libgobject-2.0.so libjack.so liblilv-0.so liblo.so liblrdf.so
+  libpangocairo-1.0.so 

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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:28:36
  Author: dvzrv
Revision: 1065302

upgpkg: guitarix 0.43.0-1: Upgrade to 0.43.0.

Remove now included patch for gcc >= 11 compatibility.
Export LDFLAGS as LINKFLAGS to prevent waf from overlinking everything.
Simplify quoting in file.

Modified:
  guitarix/trunk/PKGBUILD
Deleted:
  guitarix/trunk/gcc11-compat-volatile-atomic-variables.patch

--+
 PKGBUILD |   53 ++---
 gcc11-compat-volatile-atomic-variables.patch |   13 --
 2 files changed, 23 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:09:45 UTC (rev 1065301)
+++ PKGBUILD2021-12-06 18:28:36 UTC (rev 1065302)
@@ -1,36 +1,29 @@
 # Maintainer: David Runge https://guitarix.org;
-license=('GPL3')
-groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio')
-depends=('atkmm' 'bluez-libs' 'cairo' 'cairomm' 'gcc-libs' 'glibc' 'glibmm'
-'gtkmm3' 'libsigc++' 'libx11' 'pangomm' 'ttf-roboto')
-makedepends=('avahi' 'boost' 'curl' 'gdk-pixbuf2' 'eigen' 'faust' 'fftw'
-'glib2' 'gperf' 'gtk3' 'intltool' 'jack' 'ladspa' 'liblo' 'liblrdf' 'lilv'
-'lv2' 'pango' 'sassc' 'waf' 'zita-convolver' 'zita-resampler')
+license=(GPL3)
+groups=(ladspa-plugins lv2-plugins pro-audio)
+depends=(atkmm bluez-libs cairo cairomm gcc-libs glibc glibmm
+gtkmm3 libsigc++ libx11 pangomm ttf-roboto)
+makedepends=(avahi boost curl gdk-pixbuf2 eigen faust fftw
+glib2 gperf gtk3 intltool jack ladspa liblo liblrdf lilv
+lv2 pango sassc waf zita-convolver zita-resampler)
 optdepends=('new-session-manager: for session management')
-provides=('guitarix2' 'libgxw.so' 'libgxwmm.so' 'ladspa-host' 'lv2-host')
-conflicts=('guitarix2')
-replaces=('guitarix2')
-source=("${pkgname}-${pkgver}.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-${pkgver}.tar.xz;
-gcc11-compat-volatile-atomic-variables.patch)
-sha512sums=('66a71b4d66e0cbcff7feeceae6317c016e497626c9fde3ca44e1f06e42d9021b2857151660c1c49832cc8e6f2aa27de68dfea67d4e896c7e89f84865f8ba1eb0'
-
'05d66714c72e1c2a647d3d769f4d81f6a48d653f9bd3094a5306343b3838fe34d137d6c34b0955a3889a6feb7f1b2a9ac237ca2ec42190d0822b3ac706b2')
-b2sums=('06b2a19d68e77c622eea222e3f0658d9f89c6c8377e9b0442d581e14342f82f97948ca0ebb7ff40f4abd6cab0c9ba582fa6f43f74cad5e112d2e762445f2ab43'
-
'0281b89eca6dc32051226c09ddb6255e5c8bfd4a278aced69f995954d2dcc5c7d7ad9299d6827afa37cdb857f8b236976663fa63165b94fb5029a473ae07bb09')
+provides=(guitarix2 libgxw.so libgxwmm.so ladspa-host lv2-host)
+conflicts=(guitarix2)
+replaces=(guitarix2)
+source=("${pkgname}-${pkgver}.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-${pkgver}.tar.xz;)
+sha512sums=('20dec12a3bfa689c254817e73718da6306404499f95202b2721f72bdea04281a3ab76bb91d38d48a28cc7e7c2d4173f1972a53e0875ffe2ac24c4cd508672563')
+b2sums=('84d98e1033922986e42f2897cb28d33e142699e9c7b46e8e636e6a549f92ead5579a37d0e17bd7475866ea3c4569c60b4100718c224c1407cce7ed26f5fb09c9')
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 -i ../gcc11-compat-volatile-atomic-variables.patch
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
+  export LINKFLAGS="$LDFLAGS"
   waf configure --prefix=/usr \
 --enable-nls \
 --ladspa \
@@ -42,12 +35,12 @@
 }
 
 package() {
-  depends+=('libavahi-common.so' 'libavahi-gobject.so' 'libboost_iostreams.so'
-  'libcurl.so' 'libfftw3f.so' 'libgdk-3.so' 'libgdk_pixbuf-2.0.so'
-  'libgio-2.0.so' 'libglib-2.0.so' 'libgobject-2.0.so' 'libjack.so'
-  'liblilv-0.so' 'liblo.so' 'liblrdf.so' 'libpangocairo-1.0.so'
-  'libpango-1.0.so' 'libsndfile.so' 'libzita-convolver.so'
-  'libzita-resampler.so')
+  depends+=(libavahi-common.so libavahi-gobject.so libboost_iostreams.so
+  libcurl.so libfftw3f.so libgdk-3.so libgdk_pixbuf-2.0.so libgio-2.0.so
+  libglib-2.0.so libgobject-2.0.so libjack.so liblilv-0.so liblo.so liblrdf.so
+  libpangocairo-1.0.so libpango-1.0.so libsndfile.so libzita-convolver.so
+  libzita-resampler.so)
+
   cd "${pkgname}-${pkgver}"
   waf install --destdir="${pkgdir}"
   # docs

Deleted: gcc11-compat-volatile-atomic-variables.patch
===
--- gcc11-compat-volatile-atomic-variables.patch2021-12-06 18:09:45 UTC 
(rev 1065301)
+++ gcc11-compat-volatile-atomic-variables.patch2021-12-06 18:28:36 UTC 
(rev 1065302)
@@ -1,13 +0,0 @@
-diff --git a/src/headers/gx_system.h b/src/headers/gx_system.h
-index d334ecfc..88d97567 100644
 a/src/headers/gx_system.h
-+++ b/src/headers/gx_system.h
-@@ -132,7 +132,7 @@ inline T *atomic_get(T*& p) {
- 
- template 
- inline bool atomic_compare_and_exchange(T **p, T *oldv, T *newv) {
--return g_atomic_pointer_compare_and_exchange(reinterpret_cast(p), static_cast(oldv), newv);
-+return g_atomic_pointer_compare_and_exchange(reinterpret_cast(p), 

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

2021-12-06 Thread Anatol Pomozov via arch-commits
Date: Monday, December 6, 2021 @ 18:16:57
  Author: anatolik
Revision: 430739

archrelease: copy trunk to testing-x86_64

Added:
  alsa-plugins/repos/testing-x86_64/
  alsa-plugins/repos/testing-x86_64/PKGBUILD
(from rev 430738, alsa-plugins/trunk/PKGBUILD)
  alsa-plugins/repos/testing-x86_64/pulse-sysdefault.diff
(from rev 430738, alsa-plugins/trunk/pulse-sysdefault.diff)

---+
 PKGBUILD  |   81 
 pulse-sysdefault.diff |   17 ++
 2 files changed, 98 insertions(+)

Copied: alsa-plugins/repos/testing-x86_64/PKGBUILD (from rev 430738, 
alsa-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-12-06 18:16:57 UTC (rev 430739)
@@ -0,0 +1,81 @@
+# Maintainer: David Runge 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgbase=alsa-plugins
+pkgname=(alsa-plugins pulseaudio-alsa)
+pkgver=1.2.6
+pkgrel=1
+epoch=1
+pkgdesc="Additional ALSA plugins"
+arch=(x86_64)
+url="https://www.alsa-project.org;
+license=(LGPL2.1)
+makedepends=(alsa-lib dbus jack libavtp libpulse libsamplerate speexdsp)
+source=("https://www.alsa-project.org/files/pub/plugins/$pkgbase-$pkgver.tar.bz2"{,.sig}
+pulse-sysdefault.diff)
+sha512sums=('ac54a6f227f1ca5f6e01e08d869e7c06f4bcd68f148932e1902a6fcf3e5ccd3667ac4d8c1a00b77e4b5cb27e17c01cf7526ded4aaf35c4b26fc69e14e6e341f9'
+'SKIP'
+
'b8c8e55f4da0ae87cc44d75a906d00b4f1e2304e6bc10419c6e0913c8f7d29599a3f3d41733decbe412a4669ea0d5af2a57f85b1655fba3625fbbd33c956f3f9')
+b2sums=('bead0b9514725560a4fb738c4b1e14b148bf888cc82e0d7611cb6c494ed97a7e366b57f233095372c26a7bd614655bd58a6505202910de421561b540c94d5cca'
+'SKIP'
+
'83c16b77c1737b2b59b60302be22b63e53026a366799fd97fe3c03b86756063d1b9689d5ffc7c793b40db55bdb79a5b6d72a17e0c8aa32364d6e639cf7ad3ce0')
+validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Make use of the pulse plugin's "fallback" feature
+  # Keeps parity with our old config from pulseaudio-alsa
+  patch -Np1 -i ../pulse-sysdefault.diff
+
+  # a52, lavrate plugins not compatible with ffmpeg >= 4.0
+  # 
https://mailman.alsa-project.org/pipermail/alsa-devel/2019-December/159425.html
+  # https://bugs.archlinux.org/task/60586
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-maemo-plugin \
+--enable-maemo-resource-manager
+  make
+}
+
+package_alsa-plugins() {
+  depends=(glibc libasound.so)
+  optdepends=('dbus: for maemo plugin'
+  'jack: for pcm_jack plugin'
+  'libavtp: for pcm_aaf plugin'
+  'libsamplerate: for rate_samplerate plugin'
+  'libpulse: for conf_pulse, ctl_pulse and pcm_pulse plugins'
+  'speexdsp: for pcm_speex and rate_speexrate plugins')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/doc/$pkgbase" -m644 doc/README* doc/*.txt
+
+  # remove maemo plugin configuration (it overrides defaults for pcm and ctl),
+  # until a better way is found to package default overrides:
+  # https://bugs.archlinux.org/task/65440
+  rm -v "${pkgdir}/etc/alsa/conf.d/98-maemo.conf"
+
+  # make a proper off-by-default config template out of the example file
+  mv -v "${pkgdir}/etc/alsa/conf.d/99-pulseaudio-default.conf.example" \
+"${pkgdir}/usr/share/alsa/alsa.conf.d/99-pulseaudio-default.conf"
+}
+
+package_pulseaudio-alsa() {
+  pkgdesc="ALSA Configuration for PulseAudio"
+  depends=('alsa-plugins>=1.2.2-2' pulseaudio)
+
+  mkdir -p "${pkgdir}/etc/alsa/conf.d"
+  ln -st "${pkgdir}/etc/alsa/conf.d" \
+/usr/share/alsa/alsa.conf.d/99-pulseaudio-default.conf
+}
+
+# vim:set sw=2 et:

Copied: alsa-plugins/repos/testing-x86_64/pulse-sysdefault.diff (from rev 
430738, alsa-plugins/trunk/pulse-sysdefault.diff)
===
--- testing-x86_64/pulse-sysdefault.diff(rev 0)
+++ testing-x86_64/pulse-sysdefault.diff2021-12-06 18:16:57 UTC (rev 
430739)
@@ -0,0 +1,17 @@
+diff -u -r alsa-plugins-1.2.2/pulse/99-pulseaudio-default.conf.example 
alsa-plugins-1.2.2-pulse-sysdefault/pulse/99-pulseaudio-default.conf.example
+--- alsa-plugins-1.2.2/pulse/99-pulseaudio-default.conf.example
2020-02-19 09:35:42.0 +
 
alsa-plugins-1.2.2-pulse-sysdefault/pulse/99-pulseaudio-default.conf.example
   2020-05-13 10:04:28.446568563 +
+@@ -2,6 +2,7 @@
+ 
+ pcm.!default {
+ type pulse
++fallback "sysdefault"
+ hint {
+ show on
+ description "Default ALSA Output (currently PulseAudio Sound Server)"
+@@ -10,4 +11,5 @@
+ 
+ ctl.!default 

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

2021-12-06 Thread Anatol Pomozov via arch-commits
Date: Monday, December 6, 2021 @ 18:14:44
  Author: anatolik
Revision: 430738

upgpkg: alsa-plugins 1:1.2.6-1

Modified:
  alsa-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:14:01 UTC (rev 430737)
+++ PKGBUILD2021-12-06 18:14:44 UTC (rev 430738)
@@ -5,8 +5,8 @@
 
 pkgbase=alsa-plugins
 pkgname=(alsa-plugins pulseaudio-alsa)
-pkgver=1.2.5
-pkgrel=2
+pkgver=1.2.6
+pkgrel=1
 epoch=1
 pkgdesc="Additional ALSA plugins"
 arch=(x86_64)
@@ -15,10 +15,10 @@
 makedepends=(alsa-lib dbus jack libavtp libpulse libsamplerate speexdsp)
 
source=("https://www.alsa-project.org/files/pub/plugins/$pkgbase-$pkgver.tar.bz2"{,.sig}
 pulse-sysdefault.diff)
-sha512sums=('32aa475ec4af040861c2bfb01eac71042242d2109d3c5102d0111f3327e3f6c9031c32cbb50eb4b6568a6bd9408691a047a39972f09d6087e31ec11f19ddc9cf'
+sha512sums=('ac54a6f227f1ca5f6e01e08d869e7c06f4bcd68f148932e1902a6fcf3e5ccd3667ac4d8c1a00b77e4b5cb27e17c01cf7526ded4aaf35c4b26fc69e14e6e341f9'
 'SKIP'
 
'b8c8e55f4da0ae87cc44d75a906d00b4f1e2304e6bc10419c6e0913c8f7d29599a3f3d41733decbe412a4669ea0d5af2a57f85b1655fba3625fbbd33c956f3f9')
-b2sums=('a1bb2f187c92a2999722e22775baf2c1fc4240162bb71f454c60359ef61b46934ff8ecd5af97589bafe2c7f737530cf5a4dcc139af7ed001d8dfe24bf3ae045c'
+b2sums=('bead0b9514725560a4fb738c4b1e14b148bf888cc82e0d7611cb6c494ed97a7e366b57f233095372c26a7bd614655bd58a6505202910de421561b540c94d5cca'
 'SKIP'
 
'83c16b77c1737b2b59b60302be22b63e53026a366799fd97fe3c03b86756063d1b9689d5ffc7c793b40db55bdb79a5b6d72a17e0c8aa32364d6e639cf7ad3ce0')
 validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 



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

2021-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 6, 2021 @ 18:14:01
  Author: heftig
Revision: 430736

archrelease: copy trunk to extra-x86_64

Added:
  gupnp/repos/extra-x86_64/PKGBUILD
(from rev 430735, gupnp/trunk/PKGBUILD)
Deleted:
  gupnp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:13:43 UTC (rev 430735)
+++ PKGBUILD2021-12-06 18:14:01 UTC (rev 430736)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gupnp
-pkgver=1.4.0
-pkgrel=1
-epoch=1
-pkgdesc="An object-oriented UPNP framework"
-url="https://wiki.gnome.org/Projects/GUPnP;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gssdp util-linux libxml2)
-makedepends=(gobject-introspection gtk-doc vala meson git)
-optdepends=('python: gupnp-binding-tool')
-_commit=0175039d71cd72ee8c9b718e752d3fa81851359c  # tags/gupnp-1.4.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^gupnp-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io,module}-2.0.so libgssdp-1.2.so libsoup-2.4.so
-libuuid.so)
-  provides+=(libgupnp-1.2.so)
-
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gupnp/repos/extra-x86_64/PKGBUILD (from rev 430735, 
gupnp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:14:01 UTC (rev 430736)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gupnp
+pkgver=1.4.1
+pkgrel=1
+epoch=1
+pkgdesc="An object-oriented UPNP framework"
+url="https://wiki.gnome.org/Projects/GUPnP;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gssdp util-linux libxml2)
+makedepends=(gobject-introspection gtk-doc vala meson git)
+optdepends=('python: gupnp-binding-tool')
+_commit=21cf45befcdfbda8882ff4805f9e791270e28274  # tags/gupnp-1.4.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gupnp
+  git describe --tags | sed 's/^gupnp-//;s/-/+/g'
+}
+
+prepare() {
+  cd gupnp
+}
+
+build() {
+  arch-meson gupnp build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io,module}-2.0.so libgssdp-1.2.so libsoup-2.4.so
+libuuid.so)
+  provides+=(libgupnp-1.2.so)
+
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 6, 2021 @ 18:14:01
  Author: heftig
Revision: 430737

archrelease: copy trunk to extra-x86_64

Added:
  glib-networking/repos/extra-x86_64/PKGBUILD
(from rev 430735, glib-networking/trunk/PKGBUILD)
Deleted:
  glib-networking/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:14:01 UTC (rev 430736)
+++ PKGBUILD2021-12-06 18:14:01 UTC (rev 430737)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=glib-networking
-pkgver=2.70.0
-pkgrel=1
-epoch=1
-pkgdesc="Network extensions for GLib"
-url="https://gitlab.gnome.org/GNOME/glib-networking;
-arch=(x86_64)
-license=(GPL2)
-depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
-makedepends=(meson git)
-checkdepends=(ca-certificates)
-_commit=b889a3e23bcc0b754334f16c1b60469d1a5a0933  # tags/2.70.0^0
-source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: glib-networking/repos/extra-x86_64/PKGBUILD (from rev 430735, 
glib-networking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:14:01 UTC (rev 430737)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=glib-networking
+pkgver=2.70.1
+pkgrel=1
+epoch=1
+pkgdesc="Network extensions for GLib"
+url="https://gitlab.gnome.org/GNOME/glib-networking;
+arch=(x86_64)
+license=(GPL2)
+depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
+makedepends=(meson git)
+checkdepends=(ca-certificates)
+_commit=b0d45b17f745088256c9ad1ae9a7e2467dec6286  # tags/2.70.1^0
+source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2021-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 6, 2021 @ 18:13:43
  Author: heftig
Revision: 430735

1.4.1-1

Modified:
  gupnp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:13:02 UTC (rev 430734)
+++ PKGBUILD2021-12-06 18:13:43 UTC (rev 430735)
@@ -2,7 +2,7 @@
 # Contributor: György Balló 
 
 pkgname=gupnp
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 epoch=1
 pkgdesc="An object-oriented UPNP framework"
@@ -12,21 +12,21 @@
 depends=(glib2 gssdp util-linux libxml2)
 makedepends=(gobject-introspection gtk-doc vala meson git)
 optdepends=('python: gupnp-binding-tool')
-_commit=0175039d71cd72ee8c9b718e752d3fa81851359c  # tags/gupnp-1.4.0^0
+_commit=21cf45befcdfbda8882ff4805f9e791270e28274  # tags/gupnp-1.4.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd gupnp
   git describe --tags | sed 's/^gupnp-//;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd gupnp
 }
 
 build() {
-  arch-meson $pkgname build -D gtk_doc=true
+  arch-meson gupnp build -D gtk_doc=true
   meson compile -C build
 }
 



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

2021-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 6, 2021 @ 18:13:02
  Author: heftig
Revision: 430734

2.70.1-1

Modified:
  glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:02:35 UTC (rev 430733)
+++ PKGBUILD2021-12-06 18:13:02 UTC (rev 430734)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=glib-networking
-pkgver=2.70.0
+pkgver=2.70.1
 pkgrel=1
 epoch=1
 pkgdesc="Network extensions for GLib"
@@ -11,7 +11,7 @@
 depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
 makedepends=(meson git)
 checkdepends=(ca-certificates)
-_commit=b889a3e23bcc0b754334f16c1b60469d1a5a0933  # tags/2.70.0^0
+_commit=b0d45b17f745088256c9ad1ae9a7e2467dec6286  # tags/2.70.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit;)
 sha256sums=('SKIP')
 



[arch-commits] Commit in (spotify)

2021-12-06 Thread Morten Linderud via arch-commits
Date: Monday, December 6, 2021 @ 18:09:45
  Author: foxboron
Revision: 1065301

rmpkg: Removed spotify

Deleted:
  spotify/



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

2021-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 6, 2021 @ 18:02:35
  Author: heftig
Revision: 430733

95.0-1

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 18:02:33 UTC (rev 430732)
+++ PKGBUILD2021-12-06 18:02:35 UTC (rev 430733)
@@ -5,8 +5,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=94.0.2
-pkgrel=2
+pkgver=95.0
+pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
 license=(MPL GPL LGPL)
@@ -136,99 +136,99 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('c369a0afbafd417b2a5bf98b8f658970b111c03a64fe4e7626fde516fa2381e9'
-'c1756171e5630bd351c6ad5c7fd2c20a1cacd3b3e2544f82a05f09c295a46f7c'
-'47d61e9d74543084e411879f16afc5023e9753eccc20f6cf254ade7559a3b650'
-'05bd9f9da56667cb1f3772ba20376e41e1a3fae3437b5a18fcafbef4d3f73b83'
-'25efada9d4976143e27ea7cac6341289edd34642e723c2debc10ae3c6bbdb64f'
-'a4026c1bc7e2bc064573ef6d7ac07e2bdf3ba82b22e7a70813b14b0fd8b5ec40'
-'59d6ad97a60a635cf9f2994feb737a26afcd1835a8da04355c041352422e922d'
-'acb55dcd303a43e33288ced584c9a1db3b3acfa93c1a2b0860c36c15033ec957'
-'dc07acb10e696c4fe8281a250e9ef380ce4edc698c9dbe4acd5663f8eca7b747'
-'fc98c5337e73b6df8c9d01c5811e1dce1862fc22fd01cc48aa529d0b22b9d576'
-'f3d2967ac1197659954a0e29d26eed76e8477fccd6ec067ebc4980887545f282'
-'1800d76a7c91d700e1d162429e975258a789f00f07fd4a10d627eb3f0a71116b'
-'819499d47289ef540225b0d92386919bc2fb87fbad1bae9289ada91c1dab56b2'
-'4a011c8c2a065d458a5b088c77ac3eb8acf6caa4d5fdcd2e836aebdfd51d556a'
-'a1f38b6a2df0054126a4391f27b71d4a4648a0e4c5126468086620bb632a3dbc'
-'ca59cf782c237934476a70c664d01c0ebdef7d44bb303644d7427e280e4d6010'
-'ee3d346324476134fb2eca0984b392275e937f0083f49645dbb21cccb3b29621'
-'c02879abf6467efc378abe9796e864085ff4e45fb1b2a246484febd13e76'
-'c12245f6db0d81976ebf03961fce21bf1a68249cd6b5e6749061350536043d62'
-'0a1559ecc4028398758747f7a1d59f0cfc1c13842a6ad04100778d5eee03c335'
-'774c982619427089be293ba6683be1f3014914e727865ae54f63bb8a5dc57235'
-'57b64ee2aa9049585bce7275a3ccf169d08454e22fcd1a60b8df715686cebf39'
-'83ec8fe20af3702ef5764a1def0290d116cd83e31e1ab7481042cfe56be67ba4'
-'03d59e6d2fb20b176474d0158444d9f6709821df78d699bed3b09bffaa5819d4'
-'c47ebb2411feffa7e1416a5d6717d4e08d488249104772c35674114be0ef925c'
-'0edc9d94db5cd18c5160c68f5aa51d989696c19e6931b1660e639a381c708e47'
-'a2575c357b7e734a1c654fb13a212661ce4ff6e88fcf96547a66d680c937123a'
-'429a5db99ff5bfa57d6a1e2d2effbf9c587cd2429cb32fdcaa3178df8777b874'
-'4a40d052b46331cd12f233ba5ab515a22010b3c8842724f4568f5ea3cb801c5f'
-'e2cacb88c27945ce585533cdd6040bd65a117a65d666560d49eb9ac379db6c2a'
-'6d6b7e20eb48d352e1b03da0b983bf5b28a35a56f6eac034f1bbb70ee781c05e'
-'f66038447280b9a850a24b279dc44461eee9626f327a948630ea6b1ae1a555cc'
-'651000574e5a20567f81e8e6dcd4cc66c0d69f15c5044e91720915eb0b2504e8'
-'c7189b0ea0395dd3587b5740262de814c572c89c99df08746e70f1a5ee115fa5'
-'ea2ab1cdfcd88e7da46a2a3656c1b57dc9144a2d0ca02900fe872737e0ca797c'
-'b1d0fb9ccd77f73c2e1701c5df1a82d695dd5ffb9ad108aef24ea3bbec4236e4'
-'4bc72b389dec72115d523f1c0a41b133b8d9b0c0f9c20a0bbcc6c4c4541a1a81'
-'9d3e215192cdf420404a2f812177f0235dcb5f2ba746827f361db6aca214362c'
-'40e9b55d931727839ca5d3f2327989c5698e96f03177a3fbe71f0c1802077df9'
-'8a47ce22cf6a8560b3190df013d40122524cf7ee45d52675d4aec286f3bdb821'
-'caf65e161ecc21ffbb1c6bed8c68d5b525ffb85204dc88cdd4e8dc2ebeaf690a'
-'4f9a154792282afb4d15d6330be3eb0d3aca68514ecdb1460f4914d2632987d6'
-'c4377897de6859cf6b0d31fef10e919668c76fad1d509ec62925efd95badcdf4'
-'113ab1751a7d452f28201b62048c9a4e5929584eaa2b761de356d7695746a684'
-'f3fb7571616aa70fef4b8c2bf6a3c58311b225b10017785c4c342b39cda03cbe'
-'3b888414e8dd1b5b4266ce0b09f28917e535ece19872af8da11a257b87543d4e'
-'dfbaed184887627025399936b924a68e62321fb531b69f247384e847ea7bb69b'
-'c526028ffca3a38370ff830ff32771a0dc72f48bcc66deb52aaaf0c9cebd3ed9'
-'d068a0490f65d6b882d277608d747633a868604e79d35e6c5a5b00cea047b9d2'
-'0d6fb09095932d20f7048d1e646dee3c77690a2808a7ad4022bc24b807d46563'
-'0ed79e27b678e99bb120bfdbc9f17d8be9b1d6c30895a924fc71bf0c3281c975'
-'2455d3a644798d3fe25da68c65bdb105c20f0fae3e7966477d46651a13671265'
-

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

2021-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 6, 2021 @ 18:02:33
  Author: heftig
Revision: 430732

95.0-1

Modified:
  firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox/trunk/PKGBUILD

+
 0001-Use-remoting-name-for-GDK-application-names.patch |   12 +-
 PKGBUILD   |   18 +--
 2 files changed, 13 insertions(+), 17 deletions(-)

Modified: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2021-12-06 
17:34:51 UTC (rev 430731)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2021-12-06 
18:02:33 UTC (rev 430732)
@@ -9,10 +9,10 @@
  2 files changed, 6 insertions(+), 12 deletions(-)
 
 diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 332f340179d3..840ad794f606 100644
+index 60ea6966cccf..ae862aba01b3 100644
 --- a/toolkit/xre/nsAppRunner.cpp
 +++ b/toolkit/xre/nsAppRunner.cpp
-@@ -4285,11 +4285,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
+@@ -4299,11 +4299,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
// consistently.
  
// Set program name to the one defined in application.ini.
@@ -26,11 +26,11 @@
// Initialize GTK here for splash.
  
 diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 60de473de07a..004c066575c1 100644
+index 7090bd2ef350..76bda087be72 100644
 --- a/widget/gtk/nsAppShell.cpp
 +++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,8 @@
- #  include "WakeLockListener.h"
+@@ -27,6 +27,8 @@
+ #  include "nsIObserverService.h"
  #endif
  #include "gfxPlatform.h"
 +#include "nsAppRunner.h"
@@ -38,7 +38,7 @@
  #include "ScreenHelperGTK.h"
  #include "HeadlessScreenHelper.h"
  #include "mozilla/widget/ScreenManager.h"
-@@ -152,13 +154,9 @@ nsresult nsAppShell::Init() {
+@@ -256,13 +258,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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 17:34:51 UTC (rev 430731)
+++ PKGBUILD2021-12-06 18:02:33 UTC (rev 430732)
@@ -3,8 +3,8 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=94.0.2
-pkgrel=2
+pkgver=95.0
+pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
 license=(MPL GPL LGPL)
@@ -12,7 +12,8 @@
 depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss ttf-font libpulse)
 makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
  autoconf2.13 rust clang llvm jack nodejs cbindgen nasm
- python-setuptools python-psutil python-zstandard lld dump_syms)
+ python-setuptools python-psutil python-zstandard lld dump_syms
+ wasi-compiler-rt wasi-libc wasi-libc++ wasi-libc++abi)
 optdepends=('networkmanager: Location detection via available WiFi networks'
 'libnotify: Notification integration'
 'pulseaudio: Audio support'
@@ -22,12 +23,10 @@
 options=(!emptydirs !makeflags !strip)
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 0001-Use-remoting-name-for-GDK-application-names.patch
-0002-Bug-1735905-Upgrade-cubeb-pulse-to-fix-a-race-condit.patch
 $pkgname.desktop identity-icons-brand.svg)
-sha256sums=('899ba1c806549034793d7e8ca53f4c845d783c810338f314f3d653d39649e575'
+sha256sums=('7fa3e43f6ec710b2ebba0e99db713a56d13d85f1f23c4a1399bb594fd74864de'
 'SKIP'
-'51cca2cab0fa9798f96b81ed24c238b2a7c98524f589ec500224bac9797b66fb'
-'744d3956ba60c63fed81903700a4cf66c13d2898944e4e86ac0d3b1e3f222fff'
+'a7a5ea4680c0a4c6eb5a5f99970008f5ad3e2f29f0d6d050aa651bce8c713718'
 '298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf'
 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
@@ -51,10 +50,6 @@
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
   patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch
 
-  # https://bugzilla.opensuse.org/show_bug.cgi?id=1192067
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=1735905
-  patch -Np1 -i 
../0002-Bug-1735905-Upgrade-cubeb-pulse-to-fix-a-race-condit.patch
-
   echo -n "$_google_api_key" >google-api-key
   echo -n "$_mozilla_api_key" >mozilla-api-key
 
@@ -70,6 +65,7 @@
 ac_add_options --enable-linker=lld
 ac_add_options --disable-elf-hack
 ac_add_options --disable-bootstrap
+ac_add_options --with-wasi-sysroot=/usr/share/wasi-sysroot
 
 # Branding
 ac_add_options --enable-official-branding



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 17:37:06
  Author: dvzrv
Revision: 1065300

archrelease: copy trunk to community-staging-x86_64

Added:
  python-orjson/repos/community-staging-x86_64/PKGBUILD
(from rev 1065299, python-orjson/trunk/PKGBUILD)
Deleted:
  python-orjson/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 17:36:55 UTC (rev 1065299)
+++ PKGBUILD2021-12-06 17:37:06 UTC (rev 1065300)
@@ -1,53 +0,0 @@
-# Maintainer: David Runge 
-
-_name=orjson
-pkgname=python-orjson
-pkgver=3.6.4
-pkgrel=3
-pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
-arch=('x86_64')
-url="https://github.com/ijl/orjson;
-license=('Apache' 'MIT')
-depends=('python')
-makedepends=('maturin' 'python-pip' 'rust')
-checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
-'python-pytz' 'python-xxhash')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('cf4347c13f5799c42170d45cfb8aa960b75f1bf09d4de7a758fee006cf2607c25c67526e2c95907049ab8c35fc12b196074b79d5919dd46fc90921a2090b5e65')
-b2sums=('01548aca9fd04d8f678a79b1f34e5c1336cdedae3cc3ff296f70ae9b975fb75e166987a7410a26194bf7d40e3d8ec46415e7e6138d0632339bb0e607108ae4e2')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  maturin build --no-sdist \
---release \
---strip
-}
-
-check() {
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-  cd "$pkgname-$pkgver"
-  mkdir -vp testdir
-  export PIP_CONFIG_FILE=/dev/null
-  pip install --isolated \
-  --root="testdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  export 
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  export PIP_CONFIG_FILE='/dev/null'
-  pip install --isolated \
-  --root="$pkgdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  install -vDm 644 {CHANGELOG,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE-* -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-orjson/repos/community-staging-x86_64/PKGBUILD (from rev 
1065299, python-orjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 17:37:06 UTC (rev 1065300)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=orjson
+pkgname=python-orjson
+pkgver=3.6.5
+pkgrel=2
+pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
+arch=(x86_64)
+url="https://github.com/ijl/orjson;
+license=(Apache MIT)
+depends=(python)
+makedepends=(maturin python-pip rust)
+checkdepends=(python-arrow python-pendulum python-psutil python-pytest
+python-pytz python-xxhash)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('5a379bd58231d56a3abcf4499db17bff3e5e7708fe7c6bd1c8c943ffcc432874804ffe3f2fd24f83d27ff7ae00ff4d8b715389a92f30c61025460c9ddc77e9ac')
+b2sums=('ba2033be5f3e68d4d301f6da7a7827f80ace596a64721c5d719c8a872f42c6c70164e1e83a119313a81d846285be65f3db26659b6a03f537a6b2eded4aa83f90')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  maturin build --no-sdist --release --strip
+}
+
+check() {
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  cd "$pkgname-$pkgver"
+  mkdir -vp testdir
+
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="testdir" 
--ignore-installed --no-deps target/wheels/*.whl
+  
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
 pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps target/wheels/*.whl
+  install -vDm 644 {CHANGELOG,README}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE-* -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 17:36:55
  Author: dvzrv
Revision: 1065299

upgpkg: python-orjson 3.6.5-2: Rebuild against python 3.10

Modified:
  python-orjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 17:34:41 UTC (rev 1065298)
+++ PKGBUILD2021-12-06 17:36:55 UTC (rev 1065299)
@@ -3,7 +3,7 @@
 _name=orjson
 pkgname=python-orjson
 pkgver=3.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
 arch=(x86_64)
 url="https://github.com/ijl/orjson;



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 17:34:41
  Author: dvzrv
Revision: 1065298

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 17:34:33 UTC (rev 1065297)
+++ PKGBUILD2021-12-06 17:34:41 UTC (rev 1065298)
@@ -1,53 +0,0 @@
-# Maintainer: David Runge 
-
-_name=orjson
-pkgname=python-orjson
-pkgver=3.6.4
-pkgrel=1
-pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
-arch=('x86_64')
-url="https://github.com/ijl/orjson;
-license=('Apache' 'MIT')
-depends=('python')
-makedepends=('maturin' 'python-pip' 'rust')
-checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
-'python-pytz' 'python-xxhash')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('cf4347c13f5799c42170d45cfb8aa960b75f1bf09d4de7a758fee006cf2607c25c67526e2c95907049ab8c35fc12b196074b79d5919dd46fc90921a2090b5e65')
-b2sums=('01548aca9fd04d8f678a79b1f34e5c1336cdedae3cc3ff296f70ae9b975fb75e166987a7410a26194bf7d40e3d8ec46415e7e6138d0632339bb0e607108ae4e2')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  maturin build --no-sdist \
---release \
---strip
-}
-
-check() {
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-  cd "$pkgname-$pkgver"
-  mkdir -vp testdir
-  export PIP_CONFIG_FILE=/dev/null
-  pip install --isolated \
-  --root="testdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  export 
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  export PIP_CONFIG_FILE='/dev/null'
-  pip install --isolated \
-  --root="$pkgdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  install -vDm 644 {CHANGELOG,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE-* -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-orjson/repos/community-x86_64/PKGBUILD (from rev 1065297, 
python-orjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 17:34:41 UTC (rev 1065298)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=orjson
+pkgname=python-orjson
+pkgver=3.6.5
+pkgrel=1
+pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
+arch=(x86_64)
+url="https://github.com/ijl/orjson;
+license=(Apache MIT)
+depends=(python)
+makedepends=(maturin python-pip rust)
+checkdepends=(python-arrow python-pendulum python-psutil python-pytest
+python-pytz python-xxhash)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('5a379bd58231d56a3abcf4499db17bff3e5e7708fe7c6bd1c8c943ffcc432874804ffe3f2fd24f83d27ff7ae00ff4d8b715389a92f30c61025460c9ddc77e9ac')
+b2sums=('ba2033be5f3e68d4d301f6da7a7827f80ace596a64721c5d719c8a872f42c6c70164e1e83a119313a81d846285be65f3db26659b6a03f537a6b2eded4aa83f90')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  maturin build --no-sdist --release --strip
+}
+
+check() {
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  cd "$pkgname-$pkgver"
+  mkdir -vp testdir
+
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="testdir" 
--ignore-installed --no-deps target/wheels/*.whl
+  
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
 pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps target/wheels/*.whl
+  install -vDm 644 {CHANGELOG,README}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE-* -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 17:34:33
  Author: dvzrv
Revision: 1065297

upgpkg: python-orjson 3.6.5-1: Upgrade to 3.6.5.

Simplify quoting in file.
Simplify pip calls in check() and package().

Modified:
  python-orjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 17:34:18 UTC (rev 1065296)
+++ PKGBUILD2021-12-06 17:34:33 UTC (rev 1065297)
@@ -2,19 +2,19 @@
 
 _name=orjson
 pkgname=python-orjson
-pkgver=3.6.4
-pkgrel=3
+pkgver=3.6.5
+pkgrel=1
 pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/ijl/orjson;
-license=('Apache' 'MIT')
-depends=('python')
-makedepends=('maturin' 'python-pip' 'rust')
-checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
-'python-pytz' 'python-xxhash')
+license=(Apache MIT)
+depends=(python)
+makedepends=(maturin python-pip rust)
+checkdepends=(python-arrow python-pendulum python-psutil python-pytest
+python-pytz python-xxhash)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('cf4347c13f5799c42170d45cfb8aa960b75f1bf09d4de7a758fee006cf2607c25c67526e2c95907049ab8c35fc12b196074b79d5919dd46fc90921a2090b5e65')
-b2sums=('01548aca9fd04d8f678a79b1f34e5c1336cdedae3cc3ff296f70ae9b975fb75e166987a7410a26194bf7d40e3d8ec46415e7e6138d0632339bb0e607108ae4e2')
+sha512sums=('5a379bd58231d56a3abcf4499db17bff3e5e7708fe7c6bd1c8c943ffcc432874804ffe3f2fd24f83d27ff7ae00ff4d8b715389a92f30c61025460c9ddc77e9ac')
+b2sums=('ba2033be5f3e68d4d301f6da7a7827f80ace596a64721c5d719c8a872f42c6c70164e1e83a119313a81d846285be65f3db26659b6a03f537a6b2eded4aa83f90')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
@@ -22,9 +22,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  maturin build --no-sdist \
---release \
---strip
+  maturin build --no-sdist --release --strip
 }
 
 check() {
@@ -31,23 +29,14 @@
   local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
   cd "$pkgname-$pkgver"
   mkdir -vp testdir
-  export PIP_CONFIG_FILE=/dev/null
-  pip install --isolated \
-  --root="testdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  export 
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
-  pytest -v
+
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="testdir" 
--ignore-installed --no-deps target/wheels/*.whl
+  
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
 pytest -v
 }
 
 package() {
   cd "$pkgname-$pkgver"
-  export PIP_CONFIG_FILE='/dev/null'
-  pip install --isolated \
-  --root="$pkgdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  install -vDm 644 {CHANGELOG,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps target/wheels/*.whl
+  install -vDm 644 {CHANGELOG,README}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   install -vDm 644 LICENSE-* -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 17:34:18
  Author: arojas
Revision: 1065296

archrelease: copy trunk to community-staging-any

Added:
  
fanficfare/repos/community-staging-any/0001-makeplugin-do-not-bundle-system-dependencies.patch
(from rev 1065295, 
fanficfare/trunk/0001-makeplugin-do-not-bundle-system-dependencies.patch)
  fanficfare/repos/community-staging-any/PKGBUILD
(from rev 1065295, fanficfare/trunk/PKGBUILD)
  fanficfare/repos/community-staging-any/changelog.txt
(from rev 1065295, fanficfare/trunk/changelog.txt)
Deleted:
  
fanficfare/repos/community-staging-any/0001-makeplugin-do-not-bundle-system-dependencies.patch
  fanficfare/repos/community-staging-any/PKGBUILD
  fanficfare/repos/community-staging-any/changelog.txt

-+
 0001-makeplugin-do-not-bundle-system-dependencies.patch |   74 +--
 PKGBUILD|   92 +++---
 changelog.txt   |   86 ++---
 3 files changed, 126 insertions(+), 126 deletions(-)

Deleted: 0001-makeplugin-do-not-bundle-system-dependencies.patch
===
--- 0001-makeplugin-do-not-bundle-system-dependencies.patch 2021-12-06 
17:34:04 UTC (rev 1065295)
+++ 0001-makeplugin-do-not-bundle-system-dependencies.patch 2021-12-06 
17:34:18 UTC (rev 1065296)
@@ -1,37 +0,0 @@
-From a483e39777470538e2e94cb5048b3dc370a35e83 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Sun, 18 Apr 2021 15:35:15 -0400
-Subject: [PATCH] makeplugin: do not bundle system dependencies
-

- makeplugin.py | 12 +---
- 1 file changed, 1 insertion(+), 11 deletions(-)
-
-diff --git a/makeplugin.py b/makeplugin.py
-index 6ee101fb..e6f7c20c 100644
 a/makeplugin.py
-+++ b/makeplugin.py
-@@ -34,19 +34,9 @@ if __name__=="__main__":
-   files,
-   exclude=exclude)
- 
--os.chdir('../included_dependencies')
--files=['bs4','chardet','html2text','soupsieve','backports',
--   'cloudscraper','requests','requests_toolbelt',
--   'requests_file.py','urllib3','certifi','idna','brotlidecpy']
--## Kept only for v2.85.1 support now.
--createZipFile("../"+filename,"a",
--  files,
--  exclude=exclude)
--
- os.chdir('..')
- # 'a' for append
- files=['fanficfare']
- createZipFile(filename,"a",
-   files,
--  exclude=exclude)
--
-+  exclude=exclude + ['*.py'])
--- 
-2.31.1
-

Copied: 
fanficfare/repos/community-staging-any/0001-makeplugin-do-not-bundle-system-dependencies.patch
 (from rev 1065295, 
fanficfare/trunk/0001-makeplugin-do-not-bundle-system-dependencies.patch)
===
--- 0001-makeplugin-do-not-bundle-system-dependencies.patch 
(rev 0)
+++ 0001-makeplugin-do-not-bundle-system-dependencies.patch 2021-12-06 
17:34:18 UTC (rev 1065296)
@@ -0,0 +1,37 @@
+From a483e39777470538e2e94cb5048b3dc370a35e83 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Sun, 18 Apr 2021 15:35:15 -0400
+Subject: [PATCH] makeplugin: do not bundle system dependencies
+
+---
+ makeplugin.py | 12 +---
+ 1 file changed, 1 insertion(+), 11 deletions(-)
+
+diff --git a/makeplugin.py b/makeplugin.py
+index 6ee101fb..e6f7c20c 100644
+--- a/makeplugin.py
 b/makeplugin.py
+@@ -34,19 +34,9 @@ if __name__=="__main__":
+   files,
+   exclude=exclude)
+ 
+-os.chdir('../included_dependencies')
+-files=['bs4','chardet','html2text','soupsieve','backports',
+-   'cloudscraper','requests','requests_toolbelt',
+-   'requests_file.py','urllib3','certifi','idna','brotlidecpy']
+-## Kept only for v2.85.1 support now.
+-createZipFile("../"+filename,"a",
+-  files,
+-  exclude=exclude)
+-
+ os.chdir('..')
+ # 'a' for append
+ files=['fanficfare']
+ createZipFile(filename,"a",
+   files,
+-  exclude=exclude)
+-
++  exclude=exclude + ['*.py'])
+-- 
+2.31.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 17:34:04 UTC (rev 1065295)
+++ PKGBUILD2021-12-06 17:34:18 UTC (rev 1065296)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=4.7.0
-pkgrel=2
-pkgdesc="A tool for downloading fanfiction to eBook formats"
-arch=('any')
-url="https://github.com/JimmXinu/${_pkgname};
-license=('Apache')
-changelog=changelog.txt
-_deps=('beautifulsoup4' 'brotli' 'chardet' 'cloudscraper' 'html5lib' 
'html2text'
-   'requests-file')
-depends=("${_deps[@]/#/python-}")
-optdepends=('calibre: use FanFicFare as a calibre plugin'
-'python-pillow: support for converting/resizing story images 

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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 17:34:04
  Author: arojas
Revision: 1065295

Python 3.10 rebuild

Modified:
  fanficfare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 17:33:07 UTC (rev 1065294)
+++ PKGBUILD2021-12-06 17:34:04 UTC (rev 1065295)
@@ -3,7 +3,7 @@
 _pkgname=FanFicFare
 pkgname=fanficfare
 pkgver=4.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
 url="https://github.com/JimmXinu/${_pkgname};



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

2021-12-06 Thread Leonidas Spyropoulos via arch-commits
Date: Monday, December 6, 2021 @ 17:33:07
  Author: artafinde
Revision: 1065294

Add gdu package

Added:
  gdu/
  gdu/repos/
  gdu/trunk/
  gdu/trunk/PKGBUILD

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

Added: gdu/trunk/PKGBUILD
===
--- gdu/trunk/PKGBUILD  (rev 0)
+++ gdu/trunk/PKGBUILD  2021-12-06 17:33:07 UTC (rev 1065294)
@@ -0,0 +1,54 @@
+# Maintainer: Leonidas Spyropoulos 
+# Contributor: Daniel Milde 
+
+pkgname=gdu
+pkgver=5.12.0
+pkgrel=1
+license=('MIT')
+pkgdesc="Fast disk usage analyzer"
+depends=('glibc')
+makedepends=('go' 'git')
+arch=('x86_64')
+url="https://github.com/dundee/gdu;
+_tag=7365b42b9ef0bcf5b4b6866cc9fb62b0dafa8048 # git rev-parse v${pkgver}
+source=("git+https://github.com/dundee/gdu.git#tag=${_tag}?signed;)
+sha256sums=(SKIP)
+validpgpkeys=(
+360B658707A1A44CA57FB67EEF0BA1C4F3990103  # Daniel Milde 
, retrieved from https://github.com/dundee.gpg
+)
+
+pkgver() {
+cd ${pkgname}
+git describe --tags | sed 's/^v//'
+}
+
+build() {
+cd ${pkgname}
+mkdir -p dist/
+local _DATE=$(date +'%Y-%m-%d')
+local _BUILDINFO="-X 'github.com/dundee/gdu/v5/build.Version=${pkgver}' \
+-X 'github.com/dundee/gdu/v5/build.User=${PACKAGER}' \
+-X 'github.com/dundee/gdu/v5/build.Time=${_DATE}'"
+go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\" ${_BUILDINFO}" 
\
+-o dist/gdu \
+github.com/dundee/gdu/v5/cmd/gdu
+}
+
+check() {
+cd ${pkgname}
+go test ./...
+}
+
+package() {
+cd ${pkgname}
+install -Dm755 dist/$pkgname "${pkgdir}/usr/bin/$pkgname"
+install -Dm644 gdu.1"${pkgdir}/usr/share/man/man1/$pkgname.1"
+install -D -m644 LICENSE.md  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 17:32:46
  Author: arojas
Revision: 1065293

archrelease: copy trunk to community-any

Added:
  
fanficfare/repos/community-any/0001-makeplugin-do-not-bundle-system-dependencies.patch
(from rev 1065292, 
fanficfare/trunk/0001-makeplugin-do-not-bundle-system-dependencies.patch)
  fanficfare/repos/community-any/PKGBUILD
(from rev 1065292, fanficfare/trunk/PKGBUILD)
  fanficfare/repos/community-any/changelog.txt
(from rev 1065292, fanficfare/trunk/changelog.txt)
Deleted:
  
fanficfare/repos/community-any/0001-makeplugin-do-not-bundle-system-dependencies.patch
  fanficfare/repos/community-any/PKGBUILD
  fanficfare/repos/community-any/changelog.txt

-+
 0001-makeplugin-do-not-bundle-system-dependencies.patch |   74 +--
 PKGBUILD|   92 +++---
 changelog.txt   |   86 ++---
 3 files changed, 126 insertions(+), 126 deletions(-)

Deleted: 0001-makeplugin-do-not-bundle-system-dependencies.patch
===
--- 0001-makeplugin-do-not-bundle-system-dependencies.patch 2021-12-06 
17:32:31 UTC (rev 1065292)
+++ 0001-makeplugin-do-not-bundle-system-dependencies.patch 2021-12-06 
17:32:46 UTC (rev 1065293)
@@ -1,37 +0,0 @@
-From a483e39777470538e2e94cb5048b3dc370a35e83 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Sun, 18 Apr 2021 15:35:15 -0400
-Subject: [PATCH] makeplugin: do not bundle system dependencies
-

- makeplugin.py | 12 +---
- 1 file changed, 1 insertion(+), 11 deletions(-)
-
-diff --git a/makeplugin.py b/makeplugin.py
-index 6ee101fb..e6f7c20c 100644
 a/makeplugin.py
-+++ b/makeplugin.py
-@@ -34,19 +34,9 @@ if __name__=="__main__":
-   files,
-   exclude=exclude)
- 
--os.chdir('../included_dependencies')
--files=['bs4','chardet','html2text','soupsieve','backports',
--   'cloudscraper','requests','requests_toolbelt',
--   'requests_file.py','urllib3','certifi','idna','brotlidecpy']
--## Kept only for v2.85.1 support now.
--createZipFile("../"+filename,"a",
--  files,
--  exclude=exclude)
--
- os.chdir('..')
- # 'a' for append
- files=['fanficfare']
- createZipFile(filename,"a",
-   files,
--  exclude=exclude)
--
-+  exclude=exclude + ['*.py'])
--- 
-2.31.1
-

Copied: 
fanficfare/repos/community-any/0001-makeplugin-do-not-bundle-system-dependencies.patch
 (from rev 1065292, 
fanficfare/trunk/0001-makeplugin-do-not-bundle-system-dependencies.patch)
===
--- 0001-makeplugin-do-not-bundle-system-dependencies.patch 
(rev 0)
+++ 0001-makeplugin-do-not-bundle-system-dependencies.patch 2021-12-06 
17:32:46 UTC (rev 1065293)
@@ -0,0 +1,37 @@
+From a483e39777470538e2e94cb5048b3dc370a35e83 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Sun, 18 Apr 2021 15:35:15 -0400
+Subject: [PATCH] makeplugin: do not bundle system dependencies
+
+---
+ makeplugin.py | 12 +---
+ 1 file changed, 1 insertion(+), 11 deletions(-)
+
+diff --git a/makeplugin.py b/makeplugin.py
+index 6ee101fb..e6f7c20c 100644
+--- a/makeplugin.py
 b/makeplugin.py
+@@ -34,19 +34,9 @@ if __name__=="__main__":
+   files,
+   exclude=exclude)
+ 
+-os.chdir('../included_dependencies')
+-files=['bs4','chardet','html2text','soupsieve','backports',
+-   'cloudscraper','requests','requests_toolbelt',
+-   'requests_file.py','urllib3','certifi','idna','brotlidecpy']
+-## Kept only for v2.85.1 support now.
+-createZipFile("../"+filename,"a",
+-  files,
+-  exclude=exclude)
+-
+ os.chdir('..')
+ # 'a' for append
+ files=['fanficfare']
+ createZipFile(filename,"a",
+   files,
+-  exclude=exclude)
+-
++  exclude=exclude + ['*.py'])
+-- 
+2.31.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 17:32:31 UTC (rev 1065292)
+++ PKGBUILD2021-12-06 17:32:46 UTC (rev 1065293)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=4.7.0
-pkgrel=1
-pkgdesc="A tool for downloading fanfiction to eBook formats"
-arch=('any')
-url="https://github.com/JimmXinu/${_pkgname};
-license=('Apache')
-changelog=changelog.txt
-_deps=('beautifulsoup4' 'brotli' 'chardet' 'cloudscraper' 'html5lib' 
'html2text'
-   'requests-file')
-depends=("${_deps[@]/#/python-}")
-optdepends=('calibre: use FanFicFare as a calibre plugin'
-'python-pillow: support for converting/resizing story images and 
covers')

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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 17:32:31
  Author: arojas
Revision: 1065292

Update to 4.8.0

Modified:
  fanficfare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 17:31:24 UTC (rev 1065291)
+++ PKGBUILD2021-12-06 17:32:31 UTC (rev 1065292)
@@ -2,8 +2,8 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=4.7.0
-pkgrel=2
+pkgver=4.8.0
+pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
 url="https://github.com/JimmXinu/${_pkgname};
@@ -16,9 +16,9 @@
 'python-pillow: support for converting/resizing story images and 
covers')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 "0001-makeplugin-do-not-bundle-system-dependencies.patch")
-sha256sums=('273715de841073ccdce4709650152be9f47f852220591002e79640a8a48de716'
+sha256sums=('cd95f366714b807a793378f0e1ad07f0539ecfd2f4a3fb67caa8bf5ef6aa4036'
 '6d172dcc98a8f6dcef2048272bfabd810ceeb5740969fbe406ebcd7b638e072c')
-b2sums=('232466f2b451520fd74b2fbb62674e89354c593ca245f10d4603aa7f08e8e372ea8fb0420d10c92d89c0c493eed9145c3568dacddb9ad00daeefdf6b1cb75f79'
+b2sums=('dca2dd5c0fe464d70a5f015b990260cb405e45c00b5a4f4f3e1c1aa860af89ac5ea8a1c9bf8c85480310a7c5a165ac80486b3baa54b1c974520c3d497e9c27d3'
 
'eca0e505305ef74e0af1be6f5c1376091da4cd69bfc9f468f6040cf35d71890e3901b9cf0a9f9e25e6cb409651d402d8414116d0a8d43269bfdab2fdd0005279')
 
 prepare() {



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 17:31:24
  Author: arojas
Revision: 1065291

archrelease: copy trunk to community-x86_64

Added:
  icewm/repos/community-x86_64/PKGBUILD
(from rev 1065290, icewm/trunk/PKGBUILD)
Deleted:
  icewm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 17:31:12 UTC (rev 1065290)
+++ PKGBUILD2021-12-06 17:31:24 UTC (rev 1065291)
@@ -1,26 +0,0 @@
-# Maintainer:
-# Contributor: Alexander F. Rødseth 
-# Contributor: Eric Bélanger 
-
-pkgname=icewm
-pkgver=2.9.0
-pkgrel=1
-pkgdesc='Window Manager designed for speed, usability, and consistency'
-arch=(x86_64)
-url='https://ice-wm.org/'
-license=(LGPL)
-depends=(alsa-lib imlib2 librsvg libsndfile libxcomposite libxdamage 
libxinerama libxpm libxrandr)
-makedepends=(asciidoctor xorg-mkfontdir)
-optdepends=('perl: for icewm-menu-xrandr')
-source=("https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz;)
-sha256sums=('c76a8c9965a1edde4f2446b47ee17c8564e0e20f3d8474465f6d4c54d1125ac4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: icewm/repos/community-x86_64/PKGBUILD (from rev 1065290, 
icewm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 17:31:24 UTC (rev 1065291)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Alexander F. Rødseth 
+# Contributor: Eric Bélanger 
+
+pkgname=icewm
+pkgver=2.9.1
+pkgrel=1
+pkgdesc='Window Manager designed for speed, usability, and consistency'
+arch=(x86_64)
+url='https://ice-wm.org/'
+license=(LGPL)
+depends=(alsa-lib imlib2 librsvg libsndfile libxcomposite libxdamage 
libxinerama libxpm libxrandr)
+makedepends=(asciidoctor xorg-mkfontdir)
+optdepends=('perl: for icewm-menu-xrandr')
+source=("https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz;)
+sha256sums=('d5e76ed1dc6a1665b92fef9b7ba8bf047ed53d1a317619b213ea46dc36fae133')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}



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

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 17:31:12
  Author: arojas
Revision: 1065290

Update to 2.9.1

Modified:
  icewm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 16:58:40 UTC (rev 1065289)
+++ PKGBUILD2021-12-06 17:31:12 UTC (rev 1065290)
@@ -3,7 +3,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=icewm
-pkgver=2.9.0
+pkgver=2.9.1
 pkgrel=1
 pkgdesc='Window Manager designed for speed, usability, and consistency'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(asciidoctor xorg-mkfontdir)
 optdepends=('perl: for icewm-menu-xrandr')
 
source=("https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz;)
-sha256sums=('c76a8c9965a1edde4f2446b47ee17c8564e0e20f3d8474465f6d4c54d1125ac4')
+sha256sums=('d5e76ed1dc6a1665b92fef9b7ba8bf047ed53d1a317619b213ea46dc36fae133')
 
 build() {
   cd $pkgname-$pkgver



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

2021-12-06 Thread Jelle van der Waa via arch-commits
Date: Monday, December 6, 2021 @ 16:58:40
  Author: jelle
Revision: 1065289

archrelease: copy trunk to community-x86_64

Added:
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 1065288, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 1065288, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 1065288, mosquitto/trunk/sysusers_mosquitto.conf)
Deleted:
  mosquitto/repos/community-x86_64/PKGBUILD
  mosquitto/repos/community-x86_64/mosquitto.service
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf

-+
 PKGBUILD|   96 +++---
 mosquitto.service   |   36 -
 sysusers_mosquitto.conf |2 
 3 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 16:56:45 UTC (rev 1065288)
+++ PKGBUILD2021-12-06 16:58:40 UTC (rev 1065289)
@@ -1,48 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=2.0.13
-pkgrel=2
-pkgdesc="An Open Source MQTT Broker"
-arch=('x86_64')
-url="https://mosquitto.org/;
-depends=('openssl' 'c-ares' 'util-linux-libs' 'cjson')
-makedepends=('docbook-xsl' 'c-ares' 'libwebsockets')
-license=('BSD')
-source=(https://mosquitto.org/files/source/mosquitto-$pkgver.tar.gz{,.asc}
-"$pkgname.service"
-"sysusers_mosquitto.conf")
-backup=("etc/$pkgname/$pkgname.conf")
-sha512sums=('f22331c0a5a501b3df50b5c4788b735599024837eec4f455d422253a20e6f4ac528044ff4a7611094af87a8059e9a836157e5dc092efedf958ed7c96e5b9f9d0'
-'SKIP'
-
'7dd86bb454e6df45e609fc3cb53d3cae8cc1c36d459b1e23be9ab10c9770c7a406fbd34e47703b0db3056f4bc8550994666b8a398d4506f786bf274e4618b7e9'
-
'21848b890c2db258138795ec21a009e022b6a8369217eb31939f976ad434229dd9f61d33e8109ade7bc001e8668e9d42b59c1ab079753860417961e102356f0e')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # FIX upstream by making SBINDIR=foo or use CMAKE
-  sed -i 's|/sbin|/bin|g' src/Makefile
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make WITH_WEBSOCKETS=yes
-}
-
-package() {
-  depends+=('libwebsockets.so')
-  cd "$pkgname-$pkgver"
-
-  make prefix=/usr DESTDIR="$pkgdir/" install
-
-  # Shipped in git.
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
-
-  install -D -m644 "${srcdir}"/sysusers_mosquitto.conf 
"${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
-}

Copied: mosquitto/repos/community-x86_64/PKGBUILD (from rev 1065288, 
mosquitto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 16:58:40 UTC (rev 1065289)
@@ -0,0 +1,48 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=2.0.14
+pkgrel=1
+pkgdesc="An Open Source MQTT Broker"
+arch=('x86_64')
+url="https://mosquitto.org/;
+depends=('openssl' 'c-ares' 'util-linux-libs' 'cjson')
+makedepends=('docbook-xsl' 'c-ares' 'libwebsockets')
+license=('BSD')
+source=(https://mosquitto.org/files/source/mosquitto-$pkgver.tar.gz{,.asc}
+"$pkgname.service"
+"sysusers_mosquitto.conf")
+backup=("etc/$pkgname/$pkgname.conf")
+sha512sums=('a9e4f41b9af679b30318570e86a465546024651373df10e3b132f4593b89d22d0dbac01bb7371a57132ba030a2e73971c612acb5c9ac12f5ccd06aa38d9444c2'
+'SKIP'
+
'7dd86bb454e6df45e609fc3cb53d3cae8cc1c36d459b1e23be9ab10c9770c7a406fbd34e47703b0db3056f4bc8550994666b8a398d4506f786bf274e4618b7e9'
+
'21848b890c2db258138795ec21a009e022b6a8369217eb31939f976ad434229dd9f61d33e8109ade7bc001e8668e9d42b59c1ab079753860417961e102356f0e')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 's|/sbin|/bin|g' src/Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make WITH_WEBSOCKETS=yes
+}
+
+package() {
+  depends+=('libwebsockets.so')
+  cd "$pkgname-$pkgver"
+
+  make prefix=/usr DESTDIR="$pkgdir/" install
+
+  # Shipped in git.
+  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
+
+  install -D -m644 "${srcdir}"/sysusers_mosquitto.conf 
"${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
+}

Deleted: mosquitto.service
===
--- 

  1   2   >