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

2021-09-28 Thread Daniel M. Capella via arch-commits
Date: Wednesday, September 29, 2021 @ 03:57:19
  Author: polyzen
Revision: 1025921

archrelease: copy trunk to community-x86_64

Added:
  weechat/repos/community-x86_64/PKGBUILD
(from rev 1025920, weechat/trunk/PKGBUILD)
Deleted:
  weechat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 03:56:57 UTC (rev 1025920)
+++ PKGBUILD2021-09-29 03:57:19 UTC (rev 1025921)
@@ -1,49 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Maintainer : Eli Schwartz 
-# Contributor: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('x86_64')
-url="https://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoctor' 'cmake' 'aspell' 'guile' 'lua' 'perl' 'python'
- 'ruby' 'tcl')
-optdepends=('aspell: spellchecker support'
-'guile: support for guile scripts'
-'lua: support for lua scripts'
-'perl: support for perl scripts'
-'python: support for python scripts'
-'ruby: support for ruby scripts'
-'tcl: support for tcl scripts')
-source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('3cd30ef555ae84c88485cae3a05cd65fbb2d1279e7feb2ff15c0a036e4e8454ee994e37d119b0e5cb0611a87552d5fde2698683abfbd6069e1ff2f1f538a9862'
-'SKIP')
-b2sums=('6cd960814c173ec6b5fb5680cc13d957fcb2ad0e146e9183b1e284169ba7fc8217a021b2e06db3a2654f8fb5f59facab4843732cb51ad152d0e78414b3d2'
-'SKIP')
-validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
-
-# cmake does not correctly handle CPPFLAGS, so kludge it in anyway:
-# https://gitlab.kitware.com/cmake/cmake/-/issues/12928
-CFLAGS+=" ${CPPFLAGS}"
-
-build() {
-  mkdir -p build
-  cd build
-  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON \
--DENABLE_JAVASCRIPT=OFF \
--DENABLE_PHP=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: weechat/repos/community-x86_64/PKGBUILD (from rev 1025920, 
weechat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 03:57:19 UTC (rev 1025921)
@@ -0,0 +1,49 @@
+# Maintainer : Christian Rebischke 
+# Maintainer : Eli Schwartz 
+# Contributor: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=3.3
+pkgrel=1
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('x86_64')
+url="https://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoctor' 'cmake' 'aspell' 'guile' 'lua' 'perl' 'python'
+ 'ruby' 'tcl')
+optdepends=('aspell: spellchecker support'
+'guile: support for guile scripts'
+'lua: support for lua scripts'
+'perl: support for perl scripts'
+'python: support for python scripts'
+'ruby: support for ruby scripts'
+'tcl: support for tcl scripts')
+source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('18bbaa93620185ead64f64833e4c5df6a1cbc49dc6f60362614e955947221b78baaa93a2748f153bbb6f7867c7760f7a8fa8d6d9ed30040ad5e12af127526e13'
+'SKIP')
+b2sums=('9cb119c2506ff5f9b4844b8016790af34347e300a1217762afc1307191cd0831c2c23e019a024c8161ff2e46607eddf94f94b3db9bd351bc51b7f057ddb375eb'
+'SKIP')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
+
+# cmake does not correctly handle CPPFLAGS, so kludge it in anyway:
+# https://gitlab.kitware.com/cmake/cmake/-/issues/12928
+CFLAGS+=" ${CPPFLAGS}"
+
+build() {
+  mkdir -p build
+  cd build
+  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON \
+-DENABLE_JAVASCRIPT=OFF \
+-DENABLE_PHP=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



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

2021-09-28 Thread Daniel M. Capella via arch-commits
Date: Wednesday, September 29, 2021 @ 03:56:57
  Author: polyzen
Revision: 1025920

upgpkg: weechat 3.3-1

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 03:13:43 UTC (rev 1025919)
+++ PKGBUILD2021-09-29 03:56:57 UTC (rev 1025920)
@@ -4,7 +4,7 @@
 # Contributor: lucke 
 
 pkgname=weechat
-pkgver=3.2.1
+pkgver=3.3
 pkgrel=1
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('x86_64')
@@ -21,9 +21,9 @@
 'ruby: support for ruby scripts'
 'tcl: support for tcl scripts')
 source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('3cd30ef555ae84c88485cae3a05cd65fbb2d1279e7feb2ff15c0a036e4e8454ee994e37d119b0e5cb0611a87552d5fde2698683abfbd6069e1ff2f1f538a9862'
+sha512sums=('18bbaa93620185ead64f64833e4c5df6a1cbc49dc6f60362614e955947221b78baaa93a2748f153bbb6f7867c7760f7a8fa8d6d9ed30040ad5e12af127526e13'
 'SKIP')
-b2sums=('6cd960814c173ec6b5fb5680cc13d957fcb2ad0e146e9183b1e284169ba7fc8217a021b2e06db3a2654f8fb5f59facab4843732cb51ad152d0e78414b3d2'
+b2sums=('9cb119c2506ff5f9b4844b8016790af34347e300a1217762afc1307191cd0831c2c23e019a024c8161ff2e46607eddf94f94b3db9bd351bc51b7f057ddb375eb'
 'SKIP')
 validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
 



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

2021-09-28 Thread Daniel M. Capella via arch-commits
Date: Wednesday, September 29, 2021 @ 03:13:43
  Author: polyzen
Revision: 1025919

archrelease: copy trunk to community-any

Added:
  pyright/repos/community-any/PKGBUILD
(from rev 1025918, pyright/trunk/PKGBUILD)
Deleted:
  pyright/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 03:13:22 UTC (rev 1025918)
+++ PKGBUILD2021-09-29 03:13:43 UTC (rev 1025919)
@@ -1,42 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.171
-pkgrel=1
-pkgdesc='Type checker for the Python language'
-arch=('any')
-url=https://github.com/microsoft/pyright
-license=('MIT')
-depends=('nodejs>=12')
-makedepends=('npm')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('8c1ba9868538b18404f4f21b94d149bc9e70eff7b82502b21cc99c7a570a0690a10ae9c3ab62a324d8521c449dec86ecd2deefb356e869983ce733082f551bc5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  npm ci
-}
-
-build() {
-  cd $pkgname-$pkgver/packages/$pkgname
-  npm run build
-}
-
-package() {
-  install -d "$pkgdir"/usr/bin
-  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
-  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
-"$pkgdir"/usr/bin/$pkgname-langserver
-
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
-
-  cd packages/$pkgname
-  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyright/repos/community-any/PKGBUILD (from rev 1025918, 
pyright/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 03:13:43 UTC (rev 1025919)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kaizhao Zhang 
+
+pkgname=pyright
+pkgver=1.1.172
+pkgrel=1
+pkgdesc='Type checker for the Python language'
+arch=('any')
+url=https://github.com/microsoft/pyright
+license=('MIT')
+depends=('nodejs>=12')
+makedepends=('npm')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('befa89dc843b8b8199e20e479e0e4d50bff145134dc4bc6df4634c1add23f4e5ebd59ef408b119c3059f793b52dea07463239a79ecdda5321bcb93ad0951376b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  npm ci
+}
+
+build() {
+  cd $pkgname-$pkgver/packages/$pkgname
+  npm run build
+}
+
+package() {
+  install -d "$pkgdir"/usr/bin
+  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
+  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
+"$pkgdir"/usr/bin/$pkgname-langserver
+
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
+
+  cd packages/$pkgname
+  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-09-28 Thread Daniel M. Capella via arch-commits
Date: Wednesday, September 29, 2021 @ 03:13:22
  Author: polyzen
Revision: 1025918

upgpkg: pyright 1.1.172-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 02:48:11 UTC (rev 1025917)
+++ PKGBUILD2021-09-29 03:13:22 UTC (rev 1025918)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.171
+pkgver=1.1.172
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('8c1ba9868538b18404f4f21b94d149bc9e70eff7b82502b21cc99c7a570a0690a10ae9c3ab62a324d8521c449dec86ecd2deefb356e869983ce733082f551bc5')
+b2sums=('befa89dc843b8b8199e20e479e0e4d50bff145134dc4bc6df4634c1add23f4e5ebd59ef408b119c3059f793b52dea07463239a79ecdda5321bcb93ad0951376b')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-09-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 29, 2021 @ 02:48:11
  Author: ffy00
Revision: 1025917

archrelease: copy trunk to community-x86_64

Added:
  code/repos/community-x86_64/PKGBUILD
(from rev 1025916, code/trunk/PKGBUILD)
  code/repos/community-x86_64/code.js
(from rev 1025916, code/trunk/code.js)
  code/repos/community-x86_64/code.sh
(from rev 1025916, code/trunk/code.sh)
  code/repos/community-x86_64/product_json.diff
(from rev 1025916, code/trunk/product_json.diff)
Deleted:
  code/repos/community-x86_64/PKGBUILD
  code/repos/community-x86_64/code.js
  code/repos/community-x86_64/code.sh
  code/repos/community-x86_64/product_json.diff

---+
 PKGBUILD  |  312 ++--
 code.js   |   60 +-
 code.sh   |8 -
 product_json.diff |   44 +++
 4 files changed, 212 insertions(+), 212 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 02:48:04 UTC (rev 1025916)
+++ PKGBUILD2021-09-29 02:48:11 UTC (rev 1025917)
@@ -1,156 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michael Hansen 
-# Contributor: Francisco Magalhães 
-
-pkgname=code
-pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
-# Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
-# NodeJS versioning cheatsheet:
-#   - carbon: 8
-#   - dubnium: 10
-#   - erbium: 12
-#   - fermium: 14
-# Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
-_electron=electron12
-pkgver=1.58.0
-pkgrel=1
-arch=('x86_64')
-url='https://github.com/microsoft/vscode'
-license=('MIT')
-depends=($_electron 'libsecret' 'libx11' 'libxkbfile' 'ripgrep')
-optdepends=('bash-completion: Bash completions'
-'zsh-completions: ZSH completitons'
-'x11-ssh-askpass: SSH authentication')
-makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-fermium')
-provides=('vscode')
-source=("$pkgname::git+$url.git#tag=$pkgver"
-'code.js'
-'code.sh'
-'product_json.diff')
-sha512sums=('SKIP'
-
'6e8ee1df4dd982434a8295ca99e786a536457c86c34212546e548b115081798c5492a79f99cd5a3f1fa30fb71d29983aaabc2c79f4895d4a709d8354e9e2eade'
-
'b8bdb0e53cf8748140ed444c9b02cb6a57a7e1e120d96861d4cc9f79744a987f0253c052a238c78aa2c3f86459c4afb6f3b687435f0588d8f640822a9908b257'
-
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7')
-
-# Even though we don't officially support other archs, let's
-# allow the user to use this PKGBUILD to compile the package
-# for his architecture
-case "$CARCH" in
-  i686)
-_vscode_arch=ia32
-;;
-  x86_64)
-_vscode_arch=x64
-;;
-  armv7h)
-_vscode_arch=arm
-;;
-  *)
-# Needed for mksrcinfo
-_vscode_arch=DUMMY
-;;
-esac
-
-prepare() {
-  cd $pkgname
-
-  # Change electron binary name to the target electron
-  sed -i "s|exec electron |exec $_electron |" ../code.sh
-  sed -i "s|#!/usr/bin/electron|#!/usr/bin/$_electron|" ../code.js
-
-  # This patch no longer contains proprietary modifications.
-  # See https://github.com/Microsoft/vscode/issues/31168 for details.
-  patch -p0 < ../product_json.diff
-
-  # Set the commit and build date
-  local _commit=$(git rev-parse HEAD)
-  local _datestamp=$(date -u -Is | sed 's/\+00:00/Z/')
-  sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json
-
-  # Build native modules for system electron
-  local _target=$(https://github.com/mapbox/node-sqlite3/issues/1044
-  mkdir -p path
-  ln -sf /usr/bin/python2 path/python
-  export PATH="$PWD/path:$PATH"
-
-  cd $pkgname
-
-  yarn install --arch=$_vscode_arch
-
-  # The default memory limit may be too low for current versions of node
-  # to successfully build vscode. Change it if this number still doesn't
-  # work for your system.
-  mem_limit="--max_old_space_size=6144"
-
-  if ! /usr/bin/node $mem_limit /usr/bin/gulp vscode-linux-$_vscode_arch-min
-  then
-  echo
-  echo "*** NOTE: If the build failed due to running out of file handles 
(EMFILE),"
-  echo "*** you will need to raise your max open file limit."
-  echo "*** You can check this for more information on how to increase 
this limit:"
-  echo "***
https://ro-che.info/articles/2017-03-26-increase-open-files-limit;
-  exit 1
-  fi
-}
-
-package() {
-  # Install resource files
-  install -dm 755 "$pkgdir"/usr/lib/$pkgname
-  cp -r --no-preserve=ownership --preserve=mode 
VSCode-linux-$_vscode_arch/resources/app/* "$pkgdir"/usr/lib/$pkgname/
-
-  # Replace statically included binary with system copy
-  ln -sf /usr/bin/rg 
"$pkgdir"/usr/lib/code/node_modules.asar.unpacked/vscode-ripgrep/bin/rg
-
-  # Install binary
-  install -Dm 755 

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

2021-09-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 29, 2021 @ 02:48:04
  Author: ffy00
Revision: 1025916

upgpkg: code 1.60.2-1

Modified:
  code/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 01:51:47 UTC (rev 1025915)
+++ PKGBUILD2021-09-29 02:48:04 UTC (rev 1025916)
@@ -11,8 +11,8 @@
 #   - erbium: 12
 #   - fermium: 14
 # Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
-_electron=electron12
-pkgver=1.58.0
+_electron=electron13
+pkgver=1.60.2
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'



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

2021-09-28 Thread Daniel M. Capella via arch-commits
Date: Wednesday, September 29, 2021 @ 01:51:47
  Author: polyzen
Revision: 1025915

archrelease: copy trunk to community-any

Added:
  ublock-origin/repos/community-any/PKGBUILD
(from rev 1025914, ublock-origin/trunk/PKGBUILD)
Deleted:
  ublock-origin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 01:51:26 UTC (rev 1025914)
+++ PKGBUILD2021-09-29 01:51:47 UTC (rev 1025915)
@@ -1,50 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=('ublock-origin' 'firefox-ublock-origin')
-pkgbase=ublock-origin
-pkgver=1.38.0
-pkgrel=1
-pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
-arch=('any')
-url=https://github.com/gorhill/uBlock
-license=('GPL3')
-makedepends=('git' 'npm' 'python' 'strip-nondeterminism' 'zip')
-source=("git+$url.git#commit=$pkgver?signed"
-"git+https://github.com/uBlockOrigin/uAssets.git;)
-b2sums=('SKIP'
-'SKIP')
-validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill 

-
-prepare() {
-  cd uBlock
-  git submodule init
-  git config submodule.submodules/uAssets.url ../uAssets
-  git submodule update
-}
-
-build() {
-  cd uBlock
-  make
-  strip-nondeterminism -t zip dist/build/uBlock0.firefox.xpi
-}
-
-check() {
-  cd uBlock
-  make test
-}
-
-package_ublock-origin() {
-  pkgdesc+=' (unpacked webextension)'
-  cd uBlock/dist/build/uBlock0.chromium
-  install -d "$pkgdir"/usr/lib/$pkgbase
-  cp -r -- * "$pkgdir"/usr/lib/$pkgbase
-}
-
-package_firefox-ublock-origin() {
-  groups=('firefox-addons')
-  cd uBlock/dist/build
-  install -Dm644 uBlock0.firefox.xpi \
-"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ublock-origin/repos/community-any/PKGBUILD (from rev 1025914, 
ublock-origin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 01:51:47 UTC (rev 1025915)
@@ -0,0 +1,52 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=('ublock-origin' 'firefox-ublock-origin')
+pkgbase=ublock-origin
+pkgver=1.38.0
+pkgrel=2
+pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
+arch=('any')
+url=https://github.com/gorhill/uBlock
+license=('GPL3')
+makedepends=('git' 'npm' 'python' 'strip-nondeterminism' 'zip')
+source=("git+$url.git#commit=$pkgver?signed"
+"git+https://github.com/uBlockOrigin/uAssets.git;)
+b2sums=('SKIP'
+'SKIP')
+validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill 

+
+prepare() {
+  cd uBlock
+  git submodule init
+  git config submodule.submodules/uAssets.url ../uAssets
+  git submodule update
+}
+
+build() {
+  cd uBlock
+  make
+  strip-nondeterminism -t zip dist/build/uBlock0.firefox.xpi
+}
+
+check() {
+  cd uBlock
+  make test
+}
+
+package_ublock-origin() {
+  pkgdesc+=' (unpacked webextension)'
+  provides=('chromium-ublock-origin')
+  replaces=('chromium-ublock-origin')
+  cd uBlock/dist/build/uBlock0.chromium
+  install -d "$pkgdir"/usr/lib/$pkgbase
+  cp -r -- * "$pkgdir"/usr/lib/$pkgbase
+}
+
+package_firefox-ublock-origin() {
+  groups=('firefox-addons')
+  cd uBlock/dist/build
+  install -Dm644 uBlock0.firefox.xpi \
+"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-09-28 Thread Daniel M. Capella via arch-commits
Date: Wednesday, September 29, 2021 @ 01:51:26
  Author: polyzen
Revision: 1025914

upgpkg: ublock-origin 1.38.0-2: Add provides/replaces for 
chromium-ublock-origin AUR package

Modified:
  ublock-origin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 01:37:36 UTC (rev 1025913)
+++ PKGBUILD2021-09-29 01:51:26 UTC (rev 1025914)
@@ -3,7 +3,7 @@
 pkgname=('ublock-origin' 'firefox-ublock-origin')
 pkgbase=ublock-origin
 pkgver=1.38.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
 arch=('any')
 url=https://github.com/gorhill/uBlock
@@ -35,6 +35,8 @@
 
 package_ublock-origin() {
   pkgdesc+=' (unpacked webextension)'
+  provides=('chromium-ublock-origin')
+  replaces=('chromium-ublock-origin')
   cd uBlock/dist/build/uBlock0.chromium
   install -d "$pkgdir"/usr/lib/$pkgbase
   cp -r -- * "$pkgdir"/usr/lib/$pkgbase



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

2021-09-28 Thread Daniel M. Capella via arch-commits
Date: Wednesday, September 29, 2021 @ 01:37:36
  Author: polyzen
Revision: 1025913

archrelease: copy trunk to community-any

Added:
  ublock-origin/repos/community-any/PKGBUILD
(from rev 1025912, ublock-origin/trunk/PKGBUILD)
Deleted:
  ublock-origin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 01:37:05 UTC (rev 1025912)
+++ PKGBUILD2021-09-29 01:37:36 UTC (rev 1025913)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-ublock-origin
-pkgver=1.37.2
-pkgrel=1
-pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
-arch=('any')
-url=https://github.com/gorhill/uBlock
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=('git' 'python' 'strip-nondeterminism' 'zip')
-source=("git+$url.git#commit=$pkgver?signed"
-"git+https://github.com/uBlockOrigin/uAssets.git;)
-b2sums=('SKIP'
-'SKIP')
-validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill 

-
-build() {
-  cd uBlock
-  ./tools/make-firefox.sh all
-  strip-nondeterminism -t zip dist/build/uBlock0.firefox.xpi
-}
-
-package() {
-  cd uBlock/dist/build
-  install -Dm644 uBlock0.firefox.xpi \
-"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ublock-origin/repos/community-any/PKGBUILD (from rev 1025912, 
ublock-origin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 01:37:36 UTC (rev 1025913)
@@ -0,0 +1,50 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=('ublock-origin' 'firefox-ublock-origin')
+pkgbase=ublock-origin
+pkgver=1.38.0
+pkgrel=1
+pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
+arch=('any')
+url=https://github.com/gorhill/uBlock
+license=('GPL3')
+makedepends=('git' 'npm' 'python' 'strip-nondeterminism' 'zip')
+source=("git+$url.git#commit=$pkgver?signed"
+"git+https://github.com/uBlockOrigin/uAssets.git;)
+b2sums=('SKIP'
+'SKIP')
+validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill 

+
+prepare() {
+  cd uBlock
+  git submodule init
+  git config submodule.submodules/uAssets.url ../uAssets
+  git submodule update
+}
+
+build() {
+  cd uBlock
+  make
+  strip-nondeterminism -t zip dist/build/uBlock0.firefox.xpi
+}
+
+check() {
+  cd uBlock
+  make test
+}
+
+package_ublock-origin() {
+  pkgdesc+=' (unpacked webextension)'
+  cd uBlock/dist/build/uBlock0.chromium
+  install -d "$pkgdir"/usr/lib/$pkgbase
+  cp -r -- * "$pkgdir"/usr/lib/$pkgbase
+}
+
+package_firefox-ublock-origin() {
+  groups=('firefox-addons')
+  cd uBlock/dist/build
+  install -Dm644 uBlock0.firefox.xpi \
+"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2021-09-28 Thread Daniel M. Capella via arch-commits
Date: Wednesday, September 29, 2021 @ 01:37:05
  Author: polyzen
Revision: 1025912

upgpkg: ublock-origin 1.38.0-1 and add unpacked webextension splitpkg

Added:
  ublock-origin/
Modified:
  dark-reader/trunk/PKGBUILD
  ublock-origin/trunk/PKGBUILD
Deleted:
  firefox-ublock-origin/

--+
 dark-reader/trunk/PKGBUILD   |2 +-
 ublock-origin/trunk/PKGBUILD |   32 ++--
 2 files changed, 27 insertions(+), 7 deletions(-)

Modified: dark-reader/trunk/PKGBUILD
===
--- dark-reader/trunk/PKGBUILD  2021-09-29 01:16:54 UTC (rev 1025911)
+++ dark-reader/trunk/PKGBUILD  2021-09-29 01:37:05 UTC (rev 1025912)
@@ -6,8 +6,8 @@
 pkgver=4.9.37.1
 pkgrel=1
 pkgdesc='Inverts brightness of web pages and aims to reduce eyestrain while 
browsing the web'
+arch=('any')
 url=https://darkreader.org/
-arch=('any')
 license=('MIT')
 makedepends=('npm' 'strip-nondeterminism')
 
source=("https://github.com/darkreader/darkreader/archive/v$pkgver/darkreader-$pkgver.tar.gz;)

Modified: ublock-origin/trunk/PKGBUILD
===
--- firefox-ublock-origin/trunk/PKGBUILD2021-09-29 01:16:54 UTC (rev 
1025911)
+++ ublock-origin/trunk/PKGBUILD2021-09-29 01:37:05 UTC (rev 1025912)
@@ -1,14 +1,14 @@
 # Maintainer: Daniel M. Capella 
 
-pkgname=firefox-ublock-origin
-pkgver=1.37.2
+pkgname=('ublock-origin' 'firefox-ublock-origin')
+pkgbase=ublock-origin
+pkgver=1.38.0
 pkgrel=1
 pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
 arch=('any')
 url=https://github.com/gorhill/uBlock
 license=('GPL3')
-groups=('firefox-addons')
-makedepends=('git' 'python' 'strip-nondeterminism' 'zip')
+makedepends=('git' 'npm' 'python' 'strip-nondeterminism' 'zip')
 source=("git+$url.git#commit=$pkgver?signed"
 "git+https://github.com/uBlockOrigin/uAssets.git;)
 b2sums=('SKIP'
@@ -15,13 +15,33 @@
 'SKIP')
 validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill 

 
+prepare() {
+  cd uBlock
+  git submodule init
+  git config submodule.submodules/uAssets.url ../uAssets
+  git submodule update
+}
+
 build() {
   cd uBlock
-  ./tools/make-firefox.sh all
+  make
   strip-nondeterminism -t zip dist/build/uBlock0.firefox.xpi
 }
 
-package() {
+check() {
+  cd uBlock
+  make test
+}
+
+package_ublock-origin() {
+  pkgdesc+=' (unpacked webextension)'
+  cd uBlock/dist/build/uBlock0.chromium
+  install -d "$pkgdir"/usr/lib/$pkgbase
+  cp -r -- * "$pkgdir"/usr/lib/$pkgbase
+}
+
+package_firefox-ublock-origin() {
+  groups=('firefox-addons')
   cd uBlock/dist/build
   install -Dm644 uBlock0.firefox.xpi \
 "$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi



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

2021-09-28 Thread Nicola Squartini via arch-commits
Date: Wednesday, September 29, 2021 @ 01:16:54
  Author: tensor5
Revision: 1025911

archrelease: copy trunk to community-x86_64

Added:
  solidity/repos/community-x86_64/PKGBUILD
(from rev 1025910, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 01:16:23 UTC (rev 1025910)
+++ PKGBUILD2021-09-29 01:16:54 UTC (rev 1025911)
@@ -1,41 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.8.7
-_commit=e28d00a76daa0747f00ffe47cea17862bca55771
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('cvc4' 'z3')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
-sha512sums=('SKIP')
-
-prepare() {
-cd ${pkgname}
-
-commithash=$(git rev-parse --short=8 HEAD)
-echo -n ${commithash} > commit_hash.txt
-echo -n > prerelease.txt
-}
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 1025910, 
solidity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 01:16:54 UTC (rev 1025911)
@@ -0,0 +1,41 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.8.8
+_commit=dddeac2faf1e2d3527a85f8a308138d0b27af297
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('cvc4' 'z3')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
+sha512sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+commithash=$(git rev-parse --short=8 HEAD)
+echo -n ${commithash} > commit_hash.txt
+echo -n > prerelease.txt
+}
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTESTS=OFF \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}



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

2021-09-28 Thread Nicola Squartini via arch-commits
Date: Wednesday, September 29, 2021 @ 01:16:23
  Author: tensor5
Revision: 1025910

upgpkg: solidity 0.8.8-1

Modified:
  solidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 01:08:33 UTC (rev 1025909)
+++ PKGBUILD2021-09-29 01:16:23 UTC (rev 1025910)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.8.7
-_commit=e28d00a76daa0747f00ffe47cea17862bca55771
+pkgver=0.8.8
+_commit=dddeac2faf1e2d3527a85f8a308138d0b27af297
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('x86_64')



[arch-commits] Commit in electron12/repos/community-x86_64 (22 files)

2021-09-28 Thread Nicola Squartini via arch-commits
Date: Wednesday, September 29, 2021 @ 01:08:33
  Author: tensor5
Revision: 1025909

archrelease: copy trunk to community-x86_64

Added:
  electron12/repos/community-x86_64/PKGBUILD
(from rev 1025908, electron12/trunk/PKGBUILD)
  electron12/repos/community-x86_64/add-dependency-on-opus-in-webcodecs.patch
(from rev 1025908, 
electron12/trunk/add-dependency-on-opus-in-webcodecs.patch)
  electron12/repos/community-x86_64/chromium-fix-libva-redef.patch
(from rev 1025908, electron12/trunk/chromium-fix-libva-redef.patch)
  electron12/repos/community-x86_64/chromium-glibc-2.33.patch
(from rev 1025908, electron12/trunk/chromium-glibc-2.33.patch)
  electron12/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
(from rev 1025908, electron12/trunk/chromium-harfbuzz-3.0.0.patch)
  electron12/repos/community-x86_64/default_app-icon.patch
(from rev 1025908, electron12/trunk/default_app-icon.patch)
  electron12/repos/community-x86_64/electron-launcher.sh
(from rev 1025908, electron12/trunk/electron-launcher.sh)
  electron12/repos/community-x86_64/electron.desktop
(from rev 1025908, electron12/trunk/electron.desktop)
  electron12/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
(from rev 1025908, electron12/trunk/skia-harfbuzz-3.0.0.patch)
  
electron12/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1025908, 
electron12/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron12/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1025908, electron12/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron12/repos/community-x86_64/PKGBUILD
  electron12/repos/community-x86_64/add-dependency-on-opus-in-webcodecs.patch
  electron12/repos/community-x86_64/chromium-fix-libva-redef.patch
  electron12/repos/community-x86_64/chromium-glibc-2.33.patch
  electron12/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
  electron12/repos/community-x86_64/default_app-icon.patch
  electron12/repos/community-x86_64/electron-launcher.sh
  electron12/repos/community-x86_64/electron.desktop
  electron12/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
  
electron12/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron12/repos/community-x86_64/use-system-libraries-in-node.patch

---+
 PKGBUILD  |  458 +--
 add-dependency-on-opus-in-webcodecs.patch |   86 +--
 chromium-fix-libva-redef.patch|  172 +++
 chromium-glibc-2.33.patch |  288 ++--
 chromium-harfbuzz-3.0.0.patch |   40 -
 default_app-icon.patch|   42 -
 electron-launcher.sh  |   40 -
 electron.desktop  |   14 
 skia-harfbuzz-3.0.0.patch |  200 
 sql-make-VirtualCursor-standard-layout-type.patch |  476 ++--
 use-system-libraries-in-node.patch|  104 ++--
 11 files changed, 960 insertions(+), 960 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 01:07:06 UTC (rev 1025908)
+++ PKGBUILD2021-09-29 01:08:33 UTC (rev 1025909)
@@ -1,229 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron12
-pkgver=12.1.2
-_commit=f86a8b21f507b5c7d55b06c2966c10b1c5bac3c2
-_chromiumver=89.0.4389.128
-_gcc_patchset=7
-pkgrel=1
-pkgdesc='Build cross platform desktop apps with web technologies'
-arch=('x86_64')
-url='https://electronjs.org/'
-license=('MIT' 'custom')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libnghttp2' 'libxslt' 'minizip'
- 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn-m87' 'gperf' 'harfbuzz-icu' 'http-parser'
- 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
- 'npm' 'pciutils' 'pipewire' 'python2' 'wget' 'yarn')
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'libappindicator-gtk3: StatusNotifierItem support'
-'pipewire: WebRTC desktop sharing under Wayland'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-source=('git+https://github.com/electron/electron.git'
-
'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#branch=main'
-
"https://github.com/stha09/chromium-patches/releases/download/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}.tar.xz;
-"electron-launcher.sh"
-"electron.desktop"
-'default_app-icon.patch'
-'use-system-libraries-in-node.patch'
-'add-dependency-on-opus-in-webcodecs.patch'
-'chromium-fix-libva-redef.patch'
-'chromium-glibc-2.33.patch'
-

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

2021-09-28 Thread Nicola Squartini via arch-commits
Date: Wednesday, September 29, 2021 @ 01:07:06
  Author: tensor5
Revision: 1025908

upgpkg: electron12 12.2.0-1

Modified:
  electron12/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 00:06:38 UTC (rev 1025907)
+++ PKGBUILD2021-09-29 01:07:06 UTC (rev 1025908)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=electron12
-pkgver=12.1.2
-_commit=f86a8b21f507b5c7d55b06c2966c10b1c5bac3c2
+pkgver=12.2.0
+_commit=22373d0d18244fc1538e16b0be89a5c94a55d69d
 _chromiumver=89.0.4389.128
 _gcc_patchset=7
 pkgrel=1



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

2021-09-28 Thread Daniel M. Capella via arch-commits
Date: Wednesday, September 29, 2021 @ 00:03:50
  Author: polyzen
Revision: 1025904

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 1025903, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 00:03:32 UTC (rev 1025903)
+++ PKGBUILD2021-09-29 00:03:50 UTC (rev 1025904)
@@ -1,58 +0,0 @@
-# Maintainer: Kyle Keen 
-# Maintainer: Daniel M. Capella 
-# Contributor: PepeSmith
-# Contributor: Aron Asor 
-# Contributor: Chris Brannon 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=ipython
-pkgver=7.27.0
-pkgrel=1
-pkgdesc="An enhanced Interactive Python shell."
-arch=('any')
-url="https://ipython.org;
-license=('BSD')
-depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
- 'python-pickleshare' 'python-prompt_toolkit'
- 'python-jedi' 'python-pygments' 'python-backcall'
- 'python-matplotlib-inline')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-requests' 'python-testpath'
-  'jupyter-nbformat' 'python-ipykernel' 'python-numpy'
-  'python-pytest-trio' 'python-matplotlib')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;
-
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-sha256sums=('58b55ebfdfa260dad10d509702dc2857cb25ad82609506b070cf2d7b7df5af13'
-'3c44a6fa1e3a8afc24754c90469404770b639cb960361988999a4cdd677699d8')
-b2sums=('d8fa12abde03036b489a06fdf7718fc7f4b879e4efd82e21d986e7bff8a67a062150ca823d0c277a10afb99ee5778093fb5399650ea7ab27f838ce9ead5a45ca'
-
'd445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2')
-
-# confirm that an update does not break sage?
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  pytest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  export PYTHONHASHSEED=0
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
-
-  cd "examples/IPython Kernel"
-  # FS#45120
-  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
-  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
-  # FS#47046
-  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png"
-
-  #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
-  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
-}

Copied: ipython/repos/community-any/PKGBUILD (from rev 1025903, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 00:03:50 UTC (rev 1025904)
@@ -0,0 +1,57 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Daniel M. Capella 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=ipython
+pkgver=7.28.0
+pkgrel=1
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="https://ipython.org;
+license=('BSD')
+depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
+ 'python-pickleshare' 'python-prompt_toolkit'
+ 'python-jedi' 'python-pygments' 'python-backcall'
+ 'python-matplotlib-inline')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-requests' 'python-testpath'
+  'jupyter-nbformat' 'python-ipykernel' 'python-numpy'
+  'python-pytest-trio' 'python-matplotlib')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;
+
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
+sha256sums=('2097be5c814d1b974aea57673176a924c4c8c9583890e7a5f082f547b9975b11'
+'3c44a6fa1e3a8afc24754c90469404770b639cb960361988999a4cdd677699d8')
+b2sums=('e69b2ca9b788d8bcc12fb1b82c2e3f198ba4cf1918c8d8d30aea9a1ee3c7cea99ba3ade8ac7171466f1ffc8771dafcf5980766ecca7b985e07890e229cd1575d'
+
'd445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2')
+
+# confirm that an update does not break sage?
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  pytest
+}
+
+package() {
+  cd 

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

2021-09-28 Thread Daniel M. Capella via arch-commits
Date: Wednesday, September 29, 2021 @ 00:03:32
  Author: polyzen
Revision: 1025903

upgpkg: ipython 7.28.0-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 23:56:27 UTC (rev 1025902)
+++ PKGBUILD2021-09-29 00:03:32 UTC (rev 1025903)
@@ -6,7 +6,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=ipython
-pkgver=7.27.0
+pkgver=7.28.0
 pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
@@ -22,9 +22,9 @@
   'python-pytest-trio' 'python-matplotlib')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;
 
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-sha256sums=('58b55ebfdfa260dad10d509702dc2857cb25ad82609506b070cf2d7b7df5af13'
+sha256sums=('2097be5c814d1b974aea57673176a924c4c8c9583890e7a5f082f547b9975b11'
 '3c44a6fa1e3a8afc24754c90469404770b639cb960361988999a4cdd677699d8')
-b2sums=('d8fa12abde03036b489a06fdf7718fc7f4b879e4efd82e21d986e7bff8a67a062150ca823d0c277a10afb99ee5778093fb5399650ea7ab27f838ce9ead5a45ca'
+b2sums=('e69b2ca9b788d8bcc12fb1b82c2e3f198ba4cf1918c8d8d30aea9a1ee3c7cea99ba3ade8ac7171466f1ffc8771dafcf5980766ecca7b985e07890e229cd1575d'
 
'd445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2')
 
 # confirm that an update does not break sage?



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

2021-09-28 Thread Daniel M. Capella via arch-commits
Date: Tuesday, September 28, 2021 @ 23:56:27
  Author: polyzen
Revision: 1025902

archrelease: copy trunk to community-x86_64

Added:
  rust-analyzer/repos/community-x86_64/PKGBUILD
(from rev 1025901, rust-analyzer/trunk/PKGBUILD)
Deleted:
  rust-analyzer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 23:56:05 UTC (rev 1025901)
+++ PKGBUILD2021-09-28 23:56:27 UTC (rev 1025902)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Sergey A. 
-
-pkgname=rust-analyzer
-_pkgver=2021-09-20
-pkgver=${_pkgver//-}
-pkgrel=1
-pkgdesc='Rust compiler front-end for IDEs'
-arch=('x86_64')
-url=https://rust-analyzer.github.io/
-license=('Apache' 'MIT')
-depends=('gcc-libs' 'rust')
-makedepends=('git')
-source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver;)
-b2sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  cargo fetch --locked
-}
-
-build() {
-  cd $pkgname
-  cargo build --release --locked --offline
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust-analyzer/repos/community-x86_64/PKGBUILD (from rev 1025901, 
rust-analyzer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 23:56:27 UTC (rev 1025902)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Sergey A. 
+
+pkgname=rust-analyzer
+_pkgver=2021-09-27
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc='Rust compiler front-end for IDEs'
+arch=('x86_64')
+url=https://rust-analyzer.github.io/
+license=('Apache' 'MIT')
+depends=('gcc-libs' 'rust')
+makedepends=('git')
+source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver;)
+b2sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  cargo fetch --locked
+}
+
+build() {
+  cd $pkgname
+  cargo build --release --locked --offline
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-09-28 Thread Daniel M. Capella via arch-commits
Date: Tuesday, September 28, 2021 @ 23:56:05
  Author: polyzen
Revision: 1025901

upgpkg: rust-analyzer 20210927-1

Modified:
  rust-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 20:37:41 UTC (rev 1025900)
+++ PKGBUILD2021-09-28 23:56:05 UTC (rev 1025901)
@@ -2,7 +2,7 @@
 # Contributor: Sergey A. 
 
 pkgname=rust-analyzer
-_pkgver=2021-09-20
+_pkgver=2021-09-27
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc='Rust compiler front-end for IDEs'



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

2021-09-28 Thread Morten Linderud via arch-commits
Date: Tuesday, September 28, 2021 @ 20:37:41
  Author: foxboron
Revision: 1025900

archrelease: copy trunk to community-x86_64

Added:
  git-lfs/repos/community-x86_64/PKGBUILD
(from rev 1025899, git-lfs/trunk/PKGBUILD)
Deleted:
  git-lfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 20:37:30 UTC (rev 1025899)
+++ PKGBUILD2021-09-28 20:37:41 UTC (rev 1025900)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=git-lfs
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Git extension for versioning large files"
-arch=('x86_64')
-url="https://git-lfs.github.com;
-license=('MIT')
-makedepends=('go' 'ruby-ronn' 'go-tools')
-depends=('git')
-source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed;)
-validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson 

-sha256sums=('SKIP')
-
-build(){
-  cd "$pkgname"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw 
-ldflags=-linkmode=external"
-  go generate ./commands
-  go build .
-  make man
-}
-
-check(){
-  cd "$pkgname"
-  go test -mod=vendor ./...
-}
-
-package() {
-  cd "$pkgname"
-  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
-  install -Dm644 -t "$pkgdir"/usr/share/man/man5 man/*.5
-}

Copied: git-lfs/repos/community-x86_64/PKGBUILD (from rev 1025899, 
git-lfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 20:37:41 UTC (rev 1025900)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud 
+
+pkgname=git-lfs
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Git extension for versioning large files"
+arch=('x86_64')
+url="https://git-lfs.github.com;
+license=('MIT')
+makedepends=('go' 'ruby-ronn' 'go-tools')
+depends=('git')
+source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed;)
+validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson 

+sha256sums=('SKIP')
+
+build(){
+  cd "$pkgname"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw 
-ldflags=-linkmode=external"
+  go generate ./commands
+  go build .
+  make man
+}
+
+check(){
+  cd "$pkgname"
+  go test -mod=vendor ./...
+}
+
+package() {
+  cd "$pkgname"
+  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
+  install -Dm644 -t "$pkgdir"/usr/share/man/man5 man/*.5
+}



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

2021-09-28 Thread Morten Linderud via arch-commits
Date: Tuesday, September 28, 2021 @ 20:37:30
  Author: foxboron
Revision: 1025899

upgpkg: git-lfs 3.0.1-1

Modified:
  git-lfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 20:31:59 UTC (rev 1025898)
+++ PKGBUILD2021-09-28 20:37:30 UTC (rev 1025899)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=git-lfs
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Git extension for versioning large files"
 arch=('x86_64')



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

2021-09-28 Thread Morten Linderud via arch-commits
Date: Tuesday, September 28, 2021 @ 20:31:59
  Author: foxboron
Revision: 1025898

archrelease: copy trunk to community-x86_64

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

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

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

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



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

2021-09-28 Thread Morten Linderud via arch-commits
Date: Tuesday, September 28, 2021 @ 20:31:48
  Author: foxboron
Revision: 1025897

upgpkg: buildah 1.23.1-1

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 18:57:27 UTC (rev 1025896)
+++ PKGBUILD2021-09-28 20:31:48 UTC (rev 1025897)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=buildah
-pkgver=1.23.0
+pkgver=1.23.1
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(crun skopeo slirp4netns)
 makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo systemd)
-_commit=37fe4e86c284486c0ede084d579122c48ffe5dc1   #refs/tags/v1.23.0
+_commit=d9a41b85188e10afc3caff696e5d923b6d64ceed   #refs/tags/v1.23.1^{}
 source=(git+https://github.com/containers/buildah.git#commit=$_commit)
 md5sums=('SKIP')
 



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

2021-09-28 Thread Sergej Pupykin via arch-commits
Date: Tuesday, September 28, 2021 @ 18:57:27
  Author: spupykin
Revision: 1025896

archrelease: copy trunk to community-x86_64

Added:
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 1025895, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 1025895, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 1025895, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 1025895, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 1025895, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

--+
 PKGBUILD |  106 -
 openvswitch.install  |   26 ++--
 openvswitch.tmpfiles |2 
 ovs-vswitchd.service |   30 ++---
 ovsdb-server.service |   14 +++---
 5 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 18:57:13 UTC (rev 1025895)
+++ PKGBUILD2021-09-28 18:57:27 UTC (rev 1025896)
@@ -1,53 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco 
-
-pkgname=openvswitch
-pkgver=2.15.1
-pkgrel=1
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl' 'libcap-ng')
-makedepends=('python-six')
-optdepends=('python-six')
-sha256sums=('5c7baed537364d43af36c15dde298c95d35cb2cb3204b4d3fe9b0fc73c97f16d'
-'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
-'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
-'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-rundir=/run/openvswitch \
---sbindir=/usr/bin \
-PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir"/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 "$srcdir"/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 "$srcdir"/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-  install -dm0755 "$pkgdir/etc/openvswitch"
-  rm -rf "$pkgdir"/run
-}

Copied: openvswitch/repos/community-x86_64/PKGBUILD (from rev 1025895, 
openvswitch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 18:57:27 UTC (rev 1025896)
@@ -0,0 +1,53 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Pedro Martinez-Julia (pedr...@um.es)
+# Contributor: Matt Monaco 
+
+pkgname=openvswitch
+pkgver=2.16.0
+pkgrel=1
+pkgdesc="Production Quality, Multilayer Open Virtual Switch"
+url="http://openvswitch.org;
+license=('APACHE')
+arch=(x86_64)
+install=openvswitch.install
+source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
+   openvswitch.tmpfiles
+   ovsdb-server.service
+   ovs-vswitchd.service)
+depends=('openssl' 'libcap-ng')
+makedepends=('python-six')
+optdepends=('python-six')
+sha256sums=('55e3b7e59b3e52eee783266be39780e1f693c0a974f180b4ec8256f48d6a'
+'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
+'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
+'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i \
+-e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
+Makefile.am
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./boot.sh
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-rundir=/run/openvswitch \
+--sbindir=/usr/bin \
+PYTHON=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 

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

2021-09-28 Thread Sergej Pupykin via arch-commits
Date: Tuesday, September 28, 2021 @ 18:57:13
  Author: spupykin
Revision: 1025895

upgpkg: openvswitch 2.16.0-1

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 18:52:46 UTC (rev 1025894)
+++ PKGBUILD2021-09-28 18:57:13 UTC (rev 1025895)
@@ -3,7 +3,7 @@
 # Contributor: Matt Monaco 
 
 pkgname=openvswitch
-pkgver=2.15.1
+pkgver=2.16.0
 pkgrel=1
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org;
@@ -17,7 +17,7 @@
 depends=('openssl' 'libcap-ng')
 makedepends=('python-six')
 optdepends=('python-six')
-sha256sums=('5c7baed537364d43af36c15dde298c95d35cb2cb3204b4d3fe9b0fc73c97f16d'
+sha256sums=('55e3b7e59b3e52eee783266be39780e1f693c0a974f180b4ec8256f48d6a'
 'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
 'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
 '679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')



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

2021-09-28 Thread Jonas Witschel via arch-commits
Date: Tuesday, September 28, 2021 @ 18:52:46
  Author: diabonas
Revision: 1025894

archrelease: copy trunk to community-x86_64

Added:
  tpm2-pkcs11/repos/community-x86_64/PKGBUILD
(from rev 1025893, tpm2-pkcs11/trunk/PKGBUILD)
Deleted:
  tpm2-pkcs11/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 18:51:54 UTC (rev 1025893)
+++ PKGBUILD2021-09-28 18:52:46 UTC (rev 1025894)
@@ -1,40 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=tpm2-pkcs11
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware'
-arch=('x86_64')
-url='https://github.com/tpm2-software/tpm2-pkcs11'
-license=('BSD')
-depends=('libyaml' 'openssl' 'python' 'python-bcrypt' 'python-cryptography' 
'python-pyasn1-modules' 'python-yaml' 'sqlite'
- 'tpm2-tools' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so' 
'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
-makedepends=('cmocka' 'python-setuptools')
-checkdepends=('expect' 'iproute2' 'java-hamcrest' 'junit' 'libp11' 'opensc' 
'openssh'
-  'python-python-pkcs11' 'swtpm' 'tpm2-abrmd' 'tpm2-tss-engine' 
'wget' 'xxd')
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('eb2736a7ef00fefa91bb70cc96d94d1c7b6ce3701ab12301658b7b076d8fca93bc590c7cdba5a84934b6bd09dad252b13670804c686e76a65b03c7ef6d96427d'
-'SKIP')
-validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts 
(Bill Roberts) 
-BUILDENV+=('!check') # TODO re-enable tests once tpm2-tools 5.2 is released
-
-build() {
-   cd "$pkgname-$pkgver"
-   export 
CLASSPATH="/usr/share/java/junit.jar:/usr/share/java/hamcrest-core.jar:$CLASSPATH"
-   ./configure --prefix=/usr --enable-unit $( ((CHECKFUNC)) && echo 
--enable-integration)
-   make
-   cd tools
-   python setup.py build
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-   cd tools
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: tpm2-pkcs11/repos/community-x86_64/PKGBUILD (from rev 1025893, 
tpm2-pkcs11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 18:52:46 UTC (rev 1025894)
@@ -0,0 +1,39 @@
+# Maintainer: Jonas Witschel 
+pkgname=tpm2-pkcs11
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware'
+arch=('x86_64')
+url='https://github.com/tpm2-software/tpm2-pkcs11'
+license=('BSD')
+depends=('libyaml' 'openssl' 'python' 'python-bcrypt' 'python-cryptography' 
'python-pyasn1-modules' 'python-yaml' 'sqlite'
+ 'tpm2-tools' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so' 
'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
+makedepends=('cmocka' 'python-setuptools')
+checkdepends=('expect' 'iproute2' 'java-hamcrest' 'junit' 'libp11' 'opensc' 
'openssh'
+  'python-python-pkcs11' 'swtpm' 'tpm2-abrmd' 'tpm2-tss-engine' 
'wget' 'xxd')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('eb2736a7ef00fefa91bb70cc96d94d1c7b6ce3701ab12301658b7b076d8fca93bc590c7cdba5a84934b6bd09dad252b13670804c686e76a65b03c7ef6d96427d'
+'SKIP')
+validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts 
(Bill Roberts) 
+
+build() {
+   cd "$pkgname-$pkgver"
+   export 
CLASSPATH="/usr/share/java/junit.jar:/usr/share/java/hamcrest-core.jar:$CLASSPATH"
+   ./configure --prefix=/usr --enable-unit $( ((CHECKFUNC)) && echo 
--enable-integration)
+   make
+   cd tools
+   python setup.py build
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+   cd tools
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



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

2021-09-28 Thread Jonas Witschel via arch-commits
Date: Tuesday, September 28, 2021 @ 18:51:54
  Author: diabonas
Revision: 1025893

upgpkg: tpm2-pkcs11 1.7.0-2: re-enable tests

tpm2-tools 5.2 has been released, so the test suite passes now.

Modified:
  tpm2-pkcs11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 18:45:58 UTC (rev 1025892)
+++ PKGBUILD2021-09-28 18:51:54 UTC (rev 1025893)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 pkgname=tpm2-pkcs11
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware'
 arch=('x86_64')
 url='https://github.com/tpm2-software/tpm2-pkcs11'
@@ -15,7 +15,6 @@
 
sha512sums=('eb2736a7ef00fefa91bb70cc96d94d1c7b6ce3701ab12301658b7b076d8fca93bc590c7cdba5a84934b6bd09dad252b13670804c686e76a65b03c7ef6d96427d'
 'SKIP')
 validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts 
(Bill Roberts) 
-BUILDENV+=('!check') # TODO re-enable tests once tpm2-tools 5.2 is released
 
 build() {
cd "$pkgname-$pkgver"



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

2021-09-28 Thread Jonas Witschel via arch-commits
Date: Tuesday, September 28, 2021 @ 18:45:58
  Author: diabonas
Revision: 1025892

archrelease: copy trunk to community-x86_64

Added:
  tpm2-tools/repos/community-x86_64/PKGBUILD
(from rev 1025891, tpm2-tools/trunk/PKGBUILD)
Deleted:
  tpm2-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 18:45:44 UTC (rev 1025891)
+++ PKGBUILD2021-09-28 18:45:58 UTC (rev 1025892)
@@ -1,35 +0,0 @@
-# Maintainer: Jonas Witschel 
-# Contributor: Bruno Pagani 
-pkgname=tpm2-tools
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='Trusted Platform Module 2.0 tools based on tpm2-tss'
-arch=('x86_64')
-url='https://github.com/tpm2-software/tpm2-tools'
-license=('BSD')
-depends=('curl' 'openssl' 'tpm2-tss' 'util-linux-libs' 'libtss2-esys.so' 
'libtss2-fapi.so'
- 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-sys.so' 'libtss2-tctildr.so')
-checkdepends=('cmocka' 'expect' 'iproute2' 'python-yaml' 'swtpm' 'tpm2-abrmd' 
'xxd')
-optdepends=('tpm2-abrmd: user space resource manager')
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('4e094dcffb66103773d85e866ab9ba8db5d0f205ff9658e08fe14e8e41250570a7f7274b4048934adf256ea41650fa498fc3d6da2786adc241a4bf2e8f7bf78e'
-'SKIP')
-validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1'  # William Roberts 
(Bill Roberts) 
-  '6313E6DC41AAFC315A8760A414986F6944B1F72B') # Desai, Imran 
(idesai-github-gpg) 
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure --prefix=/usr $( ((CHECKFUNC)) && echo --enable-unit)
-   make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -Dm644 doc/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: tpm2-tools/repos/community-x86_64/PKGBUILD (from rev 1025891, 
tpm2-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 18:45:58 UTC (rev 1025892)
@@ -0,0 +1,35 @@
+# Maintainer: Jonas Witschel 
+# Contributor: Bruno Pagani 
+pkgname=tpm2-tools
+pkgver=5.2
+pkgrel=1
+pkgdesc='Trusted Platform Module 2.0 tools based on tpm2-tss'
+arch=('x86_64')
+url='https://github.com/tpm2-software/tpm2-tools'
+license=('BSD')
+depends=('curl' 'openssl' 'tpm2-tss' 'util-linux-libs' 'libtss2-esys.so' 
'libtss2-fapi.so'
+ 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-sys.so' 'libtss2-tctildr.so')
+checkdepends=('cmocka' 'expect' 'iproute2' 'python-yaml' 'swtpm' 'tpm2-abrmd' 
'xxd')
+optdepends=('tpm2-abrmd: user space resource manager')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('9fb5dc298717a8a57c89d286e3590370a096c81b14d2d8d4eb5fca140d66148a8e24727ee04fb02057bbfcc3ede50e93ba0ef22396888c9df48bf6f42a5d6e6b'
+'SKIP')
+validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1'  # William Roberts 
(Bill Roberts) 
+  '6313E6DC41AAFC315A8760A414986F6944B1F72B') # Desai, Imran 
(idesai-github-gpg) 
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr $( ((CHECKFUNC)) && echo --enable-unit)
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 doc/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2021-09-28 Thread Jonas Witschel via arch-commits
Date: Tuesday, September 28, 2021 @ 18:45:44
  Author: diabonas
Revision: 1025891

upgpkg: tpm2-tools 5.2-1: upstream release

Modified:
  tpm2-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 18:21:43 UTC (rev 1025890)
+++ PKGBUILD2021-09-28 18:45:44 UTC (rev 1025891)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 # Contributor: Bruno Pagani 
 pkgname=tpm2-tools
-pkgver=5.1.1
+pkgver=5.2
 pkgrel=1
 pkgdesc='Trusted Platform Module 2.0 tools based on tpm2-tss'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 checkdepends=('cmocka' 'expect' 'iproute2' 'python-yaml' 'swtpm' 'tpm2-abrmd' 
'xxd')
 optdepends=('tpm2-abrmd: user space resource manager')
 source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('4e094dcffb66103773d85e866ab9ba8db5d0f205ff9658e08fe14e8e41250570a7f7274b4048934adf256ea41650fa498fc3d6da2786adc241a4bf2e8f7bf78e'
+sha512sums=('9fb5dc298717a8a57c89d286e3590370a096c81b14d2d8d4eb5fca140d66148a8e24727ee04fb02057bbfcc3ede50e93ba0ef22396888c9df48bf6f42a5d6e6b'
 'SKIP')
 validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1'  # William Roberts 
(Bill Roberts) 
   '6313E6DC41AAFC315A8760A414986F6944B1F72B') # Desai, Imran 
(idesai-github-gpg) 



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

2021-09-28 Thread Morten Linderud via arch-commits
Date: Tuesday, September 28, 2021 @ 18:21:43
  Author: foxboron
Revision: 1025890

archrelease: copy trunk to community-any

Added:
  docker-compose/repos/community-any/PKGBUILD
(from rev 1025889, docker-compose/trunk/PKGBUILD)
Deleted:
  docker-compose/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 18:21:37 UTC (rev 1025889)
+++ PKGBUILD2021-09-28 18:21:43 UTC (rev 1025890)
@@ -1,35 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Maintainer: Morten Linderud 
-# Contributor: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.29.2
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('any')
-url="https://www.docker.com/;
-license=("Apache")
-depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
- 'python-texttable' 'python-websocket-client' 'python-distro' 
'python-docker'
- 'python-dockerpty' 'python-six' 'python-jsonschema' 'python-dotenv' 
'docker')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;)
-sha512sums=('09f2ae2ae7a17ab5fb3e22580f7a80f1a8253f7ad9fc8f29aca432911bcde46ed22030ff3073cdd7eff3d55aaba17f56e628a178ec05c3a9b4f28495d6045111')
-
-build() {
-  cd "compose-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "compose-$pkgver"
-  export PYTHONHASHSEED=0
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
-  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/docker-compose.fish
-  install -Dm644 contrib/completion/zsh/_docker-compose  
"$pkgdir"/usr/share/zsh/site-functions/_docker-compose
-}

Copied: docker-compose/repos/community-any/PKGBUILD (from rev 1025889, 
docker-compose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 18:21:43 UTC (rev 1025890)
@@ -0,0 +1,39 @@
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('any')
+url="https://www.docker.com/;
+license=("Apache")
+makedepends=('go')
+checkdepends=('docker')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/v$pkgver.tar.gz;)
+sha512sums=('c00f51fbb4ef4c21f964a4fd3bc32a36955a2ae1a4af884cdfcee7389f448950b5a7a8cbf127de83b21ffb3295584f02e0e7bdb64cd5c25df89b26cd9ffc7583')
+
+build() {
+  cd "compose-$pkgver"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-ldflags=-X=github.com/docker/compose/v2/internal.Version=${pkgver} 
-mod=readonly -modcacherw"
+  go build -trimpath -tags "e2e,kube" -o compose ./cmd
+}
+
+check(){
+  cd "compose-$pkgver"
+  go test -tags "e2e,kube" -v $(go list -tags "e2e,kube" ./... | grep -vE 
'e2e')
+}
+
+package() {
+  cd "compose-$pkgver"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm755 compose "$pkgdir"/usr/lib/docker/cli-plugins/docker-compose
+}



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

2021-09-28 Thread Morten Linderud via arch-commits
Date: Tuesday, September 28, 2021 @ 18:21:37
  Author: foxboron
Revision: 1025889

upgpkg: docker-compose 2.0.0-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 17:00:06 UTC (rev 1025888)
+++ PKGBUILD2021-09-28 18:21:37 UTC (rev 1025889)
@@ -6,29 +6,34 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=docker-compose
-pkgver=1.29.2
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('any')
 url="https://www.docker.com/;
 license=("Apache")
-depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
- 'python-texttable' 'python-websocket-client' 'python-distro' 
'python-docker'
- 'python-dockerpty' 'python-six' 'python-jsonschema' 'python-dotenv' 
'docker')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;)
-sha512sums=('09f2ae2ae7a17ab5fb3e22580f7a80f1a8253f7ad9fc8f29aca432911bcde46ed22030ff3073cdd7eff3d55aaba17f56e628a178ec05c3a9b4f28495d6045111')
+makedepends=('go')
+checkdepends=('docker')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/v$pkgver.tar.gz;)
+sha512sums=('c00f51fbb4ef4c21f964a4fd3bc32a36955a2ae1a4af884cdfcee7389f448950b5a7a8cbf127de83b21ffb3295584f02e0e7bdb64cd5c25df89b26cd9ffc7583')
 
 build() {
   cd "compose-$pkgver"
-  python setup.py build
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-ldflags=-X=github.com/docker/compose/v2/internal.Version=${pkgver} 
-mod=readonly -modcacherw"
+  go build -trimpath -tags "e2e,kube" -o compose ./cmd
 }
 
+check(){
+  cd "compose-$pkgver"
+  go test -tags "e2e,kube" -v $(go list -tags "e2e,kube" ./... | grep -vE 
'e2e')
+}
+
 package() {
   cd "compose-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
-  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/docker-compose.fish
-  install -Dm644 contrib/completion/zsh/_docker-compose  
"$pkgdir"/usr/share/zsh/site-functions/_docker-compose
+  install -Dm755 compose "$pkgdir"/usr/lib/docker/cli-plugins/docker-compose
 }



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

2021-09-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 28, 2021 @ 18:12:39
  Author: arojas
Revision: 424804

archrelease: copy trunk to extra-x86_64

Added:
  qt5-wayland/repos/extra-x86_64/PKGBUILD
(from rev 424803, qt5-wayland/trunk/PKGBUILD)
Deleted:
  qt5-wayland/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 18:12:29 UTC (rev 424803)
+++ PKGBUILD2021-09-28 18:12:39 UTC (rev 424804)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-wayland
-pkgver=5.15.2+kde+r31
-pkgrel=1
-_commit=1c53ba6dfebbf1d6e87c9ad1f2bbda94e3d45bf7
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides APIs for Wayland'
-depends=('qt5-declarative' 'libxcomposite')
-makedepends=('vulkan-headers' 'git')
-groups=('qt' 'qt5')
-_pkgfqn=qtwayland
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $_pkgfqn
-  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
-}
-
-prepare() {
-  mkdir -p build
-
-  cd $_pkgfqn
-  git revert -n 30cb2a87fcc6265232cb5a3ffce9836da6e531d6 # Revert version bump
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-wayland/repos/extra-x86_64/PKGBUILD (from rev 424803, 
qt5-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 18:12:39 UTC (rev 424804)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+pkgver=5.15.2+kde+r33
+pkgrel=1
+_commit=efe6edcaf8eba601dff99ec6ad4457c8a4442f86
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides APIs for Wayland'
+depends=('qt5-declarative' 'libxcomposite')
+makedepends=('vulkan-headers' 'git')
+groups=('qt' 'qt5')
+_pkgfqn=qtwayland
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgfqn
+  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
+}
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn
+  git revert -n 30cb2a87fcc6265232cb5a3ffce9836da6e531d6 # Revert version bump
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



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

2021-09-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 28, 2021 @ 18:12:29
  Author: arojas
Revision: 424803

Bump revision

Modified:
  qt5-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 17:55:32 UTC (rev 424802)
+++ PKGBUILD2021-09-28 18:12:29 UTC (rev 424803)
@@ -2,9 +2,9 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-wayland
-pkgver=5.15.2+kde+r31
+pkgver=5.15.2+kde+r33
 pkgrel=1
-_commit=1c53ba6dfebbf1d6e87c9ad1f2bbda94e3d45bf7
+_commit=efe6edcaf8eba601dff99ec6ad4457c8a4442f86
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



[arch-commits] Commit in archboot/repos/extra-any (4 files)

2021-09-28 Thread Tobias Powalowski via arch-commits
Date: Tuesday, September 28, 2021 @ 17:55:32
  Author: tpowa
Revision: 424802

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 424801, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 424801, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |   84 ++---
 archboot.install |   38 +++
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 17:55:28 UTC (rev 424801)
+++ PKGBUILD2021-09-28 17:55:32 UTC (rev 424802)
@@ -1,42 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2021.09
-pkgrel=42
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux>=2.21-6' 'bind' 'which' 'kbd' 'wireless_tools' 
'xfsprogs' 'hdparm' 'memtest86+' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'libsasl' 'libldap' 'gpm' 'libevent' 
'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'syslinux' 'mtools' 
'fsarchiver' 'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'libusb-compat' 'keyutils' 'libisoburn' 'file' 'curl'  
'smartmontools' 'dnsmasq' 'lftp'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'pth' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwids' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'lockdown-ms' 'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'expac' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd') 
-makedepends=('git')
-optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on 
image file'
-'linux-firmware: for firmware inclusion on image file')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/presets/x86_64'
-)
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 424801, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 17:55:32 UTC (rev 424802)
@@ -0,0 +1,42 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2021.09
+pkgrel=43
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux>=2.21-6' 'bind' 'which' 'kbd' 'wireless_tools' 
'xfsprogs' 'hdparm' 'memtest86+' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
+ 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
+'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 

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

2021-09-28 Thread Tobias Powalowski via arch-commits
Date: Tuesday, September 28, 2021 @ 17:55:28
  Author: tpowa
Revision: 424801

upgpkg: archboot 2021.09-43: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 15:09:44 UTC (rev 424800)
+++ PKGBUILD2021-09-28 17:55:28 UTC (rev 424801)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2021.09
-pkgrel=42
+pkgrel=43
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2021-09-28 Thread Anatol Pomozov via arch-commits
Date: Tuesday, September 28, 2021 @ 17:00:06
  Author: anatolik
Revision: 1025888

archrelease: copy trunk to community-testing-x86_64

Added:
  ruby-nokogiri/repos/community-testing-x86_64/
  ruby-nokogiri/repos/community-testing-x86_64/PKGBUILD
(from rev 1025887, ruby-nokogiri/trunk/PKGBUILD)

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

Copied: ruby-nokogiri/repos/community-testing-x86_64/PKGBUILD (from rev 
1025887, ruby-nokogiri/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-28 17:00:06 UTC (rev 1025888)
@@ -0,0 +1,26 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=nokogiri
+pkgname=ruby-$_gemname
+pkgver=1.12.5
+pkgrel=1
+pkgdesc='Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser'
+arch=(x86_64)
+url='https://nokogiri.org'
+license=(MIT)
+depends=(ruby ruby-mini_portile2 libxslt)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('a290767b2fe1c9e233c8dd93bb0da86754c9292e')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem -- --use-system-libraries
+  sed -r 's|~>|>=|g' -i 
"$pkgdir/$_gemdir/specifications/$_gemname-$pkgver.gemspec"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/ext/nokogiri"/{*.o,*.c,*.h}
+  install -D -m644 
"$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE-DEPENDENCIES.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-DEPENDENCIES.md"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}



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

2021-09-28 Thread Anatol Pomozov via arch-commits
Date: Tuesday, September 28, 2021 @ 16:59:50
  Author: anatolik
Revision: 1025887

upgpkg: ruby-nokogiri 1.12.5-1

Modified:
  ruby-nokogiri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 16:38:52 UTC (rev 1025886)
+++ PKGBUILD2021-09-28 16:59:50 UTC (rev 1025887)
@@ -3,7 +3,7 @@
 
 _gemname=nokogiri
 pkgname=ruby-$_gemname
-pkgver=1.12.2
+pkgver=1.12.5
 pkgrel=1
 pkgdesc='Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('3165c10e8c288d8441d4032b43d2af1bf9b39e95')
+sha1sums=('a290767b2fe1c9e233c8dd93bb0da86754c9292e')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"



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

2021-09-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 28, 2021 @ 16:38:52
  Author: arojas
Revision: 1025886

archrelease: copy trunk to community-x86_64

Added:
  amule/repos/community-x86_64/PKGBUILD
(from rev 1025885, amule/trunk/PKGBUILD)
  amule/repos/community-x86_64/amule.sysusers
(from rev 1025885, amule/trunk/amule.sysusers)
  amule/repos/community-x86_64/amule.tmpfiles
(from rev 1025885, amule/trunk/amule.tmpfiles)
  amule/repos/community-x86_64/amuled.systemd
(from rev 1025885, amule/trunk/amuled.systemd)
  amule/repos/community-x86_64/amuleweb.systemd
(from rev 1025885, amule/trunk/amuleweb.systemd)
Deleted:
  amule/repos/community-x86_64/PKGBUILD
  amule/repos/community-x86_64/amule.sysusers
  amule/repos/community-x86_64/amule.tmpfiles
  amule/repos/community-x86_64/amuled.systemd
  amule/repos/community-x86_64/amuleweb.systemd

--+
 PKGBUILD |  109 ++---
 amule.sysusers   |2 
 amule.tmpfiles   |2 
 amuled.systemd   |   24 +--
 amuleweb.systemd |   26 ++--
 5 files changed, 82 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 16:38:37 UTC (rev 1025885)
+++ PKGBUILD2021-09-28 16:38:52 UTC (rev 1025886)
@@ -1,54 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Giovanni Scafora 
-# Contributor: Henrik Ronellenfitsch 
-# Contributor: Alessio Sergi 
-# Contributor: Dario 'Dax' Vilardi 
-# Contributor: Anatol Pomozov 
-
-pkgname=amule
-epoch=1
-pkgver=2.3.3
-pkgrel=1
-pkgdesc="An eMule-like client for ed2k p2p network"
-arch=(x86_64)
-url="http://www.amule.org;
-license=(GPL)
-depends=(wxgtk2 gd geoip libupnp crypto++)
-makedepends=(boost)
-source=(https://download.sourceforge.net/project/amule/aMule/$pkgver/aMule-$pkgver.tar.gz
-amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles)
-sha256sums=('fa85a054153c9787fce2d35a5c5590a3d390429b8fa0c5d8f9ea69e9904c7b72'
-'20ac6b60c5f3bf49c0b080dfc02409da3c9d01b154344188008c6a75ca69681e'
-'f4f43b1154ddccc9036a4291a58c6715f097b171fec62ea7aead0c9d9fa654f2'
-'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502'
-'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d')
-
-build() {
-  cd aMule-$pkgver
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-geoip \
-  --enable-upnp \
-  --enable-fileview \
-  --with-boost
-  make
-}
-
-package() {
-  cd aMule-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/amuled.systemd 
"$pkgdir"/usr/lib/systemd/system/amuled.service
-  install -Dm644 "$srcdir"/amuleweb.systemd 
"$pkgdir"/usr/lib/systemd/system/amuleweb.service
-  install -Dm644 "$srcdir"/amule.sysusers 
"$pkgdir"/usr/lib/sysusers.d/amule.conf
-  install -Dm644 "$srcdir"/amule.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/amule.conf
-}

Copied: amule/repos/community-x86_64/PKGBUILD (from rev 1025885, 
amule/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 16:38:52 UTC (rev 1025886)
@@ -0,0 +1,55 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: Henrik Ronellenfitsch 
+# Contributor: Alessio Sergi 
+# Contributor: Dario 'Dax' Vilardi 
+# Contributor: Anatol Pomozov 
+
+pkgname=amule
+epoch=1
+pkgver=2.3.3
+pkgrel=2
+pkgdesc='An eMule-like client for ed2k p2p network'
+arch=(x86_64)
+url='http://www.amule.org'
+license=(GPL)
+depends=(wxgtk3 gd geoip libupnp crypto++)
+makedepends=(boost)
+source=(https://download.sourceforge.net/project/amule/aMule/$pkgver/aMule-$pkgver.tar.gz
+amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles)
+sha256sums=('fa85a054153c9787fce2d35a5c5590a3d390429b8fa0c5d8f9ea69e9904c7b72'
+'20ac6b60c5f3bf49c0b080dfc02409da3c9d01b154344188008c6a75ca69681e'
+'f4f43b1154ddccc9036a4291a58c6715f097b171fec62ea7aead0c9d9fa654f2'
+'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502'
+'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d')
+
+build() {
+  cd aMule-$pkgver
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  

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

2021-09-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 28, 2021 @ 16:38:37
  Author: arojas
Revision: 1025885

Build with GTK3

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 15:23:44 UTC (rev 1025884)
+++ PKGBUILD2021-09-28 16:38:37 UTC (rev 1025885)
@@ -8,12 +8,12 @@
 pkgname=amule
 epoch=1
 pkgver=2.3.3
-pkgrel=1
-pkgdesc="An eMule-like client for ed2k p2p network"
+pkgrel=2
+pkgdesc='An eMule-like client for ed2k p2p network'
 arch=(x86_64)
-url="http://www.amule.org;
+url='http://www.amule.org'
 license=(GPL)
-depends=(wxgtk2 gd geoip libupnp crypto++)
+depends=(wxgtk3 gd geoip libupnp crypto++)
 makedepends=(boost)
 
source=(https://download.sourceforge.net/project/amule/aMule/$pkgver/aMule-$pkgver.tar.gz
 amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles)
@@ -40,7 +40,8 @@
   --enable-geoip \
   --enable-upnp \
   --enable-fileview \
-  --with-boost
+  --with-boost \
+  --with-wx-config=/usr/bin/wx-config-gtk3
   make
 }
 



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

2021-09-28 Thread Felix Yan via arch-commits
Date: Tuesday, September 28, 2021 @ 15:23:44
  Author: felixonmars
Revision: 1025884

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 15:23:19 UTC (rev 1025883)
+++ PKGBUILD2021-09-28 15:23:44 UTC (rev 1025884)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20210927113941
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('72ad64fbc44e6b311c50b208e85fa2b410d8a91d007b31c88d3f206b1ce9f8122c633f4bb265953eb2702c7fdc33626fca812469a321d17a3030ed643bc3a75c')
-
-build() {
-  cd domain-list-community-$pkgver
-  go run main.go
-}
-
-package() {
-  cd domain-list-community-$pkgver
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
1025883, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 15:23:44 UTC (rev 1025884)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20210927210458
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('c44535840c8541388fcbfb5bb79a7f7c4490a39c853e87cbbe2cc129806a441fc6f5ee3bb9db9c898dbe1ccff0ddc0bfd25e2d4a9f6f9a407ec1acb2fc6195bd')
+
+build() {
+  cd domain-list-community-$pkgver
+  go run main.go
+}
+
+package() {
+  cd domain-list-community-$pkgver
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-09-28 Thread Felix Yan via arch-commits
Date: Tuesday, September 28, 2021 @ 15:23:19
  Author: felixonmars
Revision: 1025883

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 14:58:04 UTC (rev 1025882)
+++ PKGBUILD2021-09-28 15:23:19 UTC (rev 1025883)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20210927113941
+pkgver=20210927210458
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('72ad64fbc44e6b311c50b208e85fa2b410d8a91d007b31c88d3f206b1ce9f8122c633f4bb265953eb2702c7fdc33626fca812469a321d17a3030ed643bc3a75c')
+sha512sums=('c44535840c8541388fcbfb5bb79a7f7c4490a39c853e87cbbe2cc129806a441fc6f5ee3bb9db9c898dbe1ccff0ddc0bfd25e2d4a9f6f9a407ec1acb2fc6195bd')
 
 build() {
   cd domain-list-community-$pkgver



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

2021-09-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 28, 2021 @ 15:09:44
  Author: arojas
Revision: 424800

archrelease: copy trunk to extra-x86_64

Added:
  libraqm/repos/extra-x86_64/PKGBUILD
(from rev 424799, libraqm/trunk/PKGBUILD)
Deleted:
  libraqm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 15:09:35 UTC (rev 424799)
+++ PKGBUILD2021-09-28 15:09:44 UTC (rev 424800)
@@ -1,39 +0,0 @@
-# Maintainer:
-# Contributor: Daniel Bermond < yahoo-com: danielbermond >
-
-pkgname=libraqm
-pkgver=0.7.2
-pkgrel=1
-pkgdesc='A library that encapsulates the logic for complex text layout'
-arch=(x86_64)
-url='https://github.com/HOST-Oman/libraqm/'
-license=(MIT)
-depends=(freetype2 fribidi)
-makedepends=(meson gtk-doc)
-source=(https://github.com/HOST-Oman/libraqm/releases/download/v$pkgver/raqm-$pkgver.tar.xz)
-sha256sums=('92e765f180033ef3750832eb6fee4e07de3f99bd3d1eae7cf7e4e390ed2ae8eb')
-
-build() {
-#  meson build raqm-$pkgver \
-#--prefix=/usr \
-#-D docs=true
-#  meson compile -C build
-  cd raqm-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---enable-static=no \
---enable-shared=yes \
---enable-fast-install=yes \
---enable-gtk-doc=yes \
---enable-gtk-doc-html=yes \
---enable-gtk-doc-pdf=no
-}
-
-package() {
-#  meson install -C build --destdir "$pkgdir"
-  cd raqm-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libraqm/repos/extra-x86_64/PKGBUILD (from rev 424799, 
libraqm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 15:09:44 UTC (rev 424800)
@@ -0,0 +1,33 @@
+# Maintainer:
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+pkgname=libraqm
+pkgver=0.7.2
+pkgrel=2
+pkgdesc='A library that encapsulates the logic for complex text layout'
+arch=(x86_64)
+url='https://github.com/HOST-Oman/libraqm/'
+license=(MIT)
+depends=(freetype2 fribidi)
+makedepends=(meson gtk-doc)
+source=(https://github.com/HOST-Oman/libraqm/releases/download/v$pkgver/raqm-$pkgver.tar.xz
+https://github.com/HOST-Oman/libraqm/commit/819a3e9c.patch)
+sha256sums=('92e765f180033ef3750832eb6fee4e07de3f99bd3d1eae7cf7e4e390ed2ae8eb'
+'320a26e63954e760c526b7bb5e2f9526cb76cdd7be2d3ad3e3883b32634e3c99')
+
+prepare() {
+  patch -d raqm-$pkgver -p1 < 819a3e9c.patch # Fix meson library version
+}
+
+build() {
+  meson build raqm-$pkgver \
+--prefix=/usr \
+-D docs=true
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+
+  install -D -m644 raqm-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-09-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 28, 2021 @ 15:09:35
  Author: arojas
Revision: 424799

Build with meson

Modified:
  libraqm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 14:44:48 UTC (rev 424798)
+++ PKGBUILD2021-09-28 15:09:35 UTC (rev 424799)
@@ -3,7 +3,7 @@
 
 pkgname=libraqm
 pkgver=0.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A library that encapsulates the logic for complex text layout'
 arch=(x86_64)
 url='https://github.com/HOST-Oman/libraqm/'
@@ -10,30 +10,24 @@
 license=(MIT)
 depends=(freetype2 fribidi)
 makedepends=(meson gtk-doc)
-source=(https://github.com/HOST-Oman/libraqm/releases/download/v$pkgver/raqm-$pkgver.tar.xz)
-sha256sums=('92e765f180033ef3750832eb6fee4e07de3f99bd3d1eae7cf7e4e390ed2ae8eb')
+source=(https://github.com/HOST-Oman/libraqm/releases/download/v$pkgver/raqm-$pkgver.tar.xz
+https://github.com/HOST-Oman/libraqm/commit/819a3e9c.patch)
+sha256sums=('92e765f180033ef3750832eb6fee4e07de3f99bd3d1eae7cf7e4e390ed2ae8eb'
+'320a26e63954e760c526b7bb5e2f9526cb76cdd7be2d3ad3e3883b32634e3c99')
 
+prepare() {
+  patch -d raqm-$pkgver -p1 < 819a3e9c.patch # Fix meson library version
+}
+
 build() {
-#  meson build raqm-$pkgver \
-#--prefix=/usr \
-#-D docs=true
-#  meson compile -C build
-  cd raqm-$pkgver
-  ./autogen.sh
-  ./configure \
+  meson build raqm-$pkgver \
 --prefix=/usr \
---enable-static=no \
---enable-shared=yes \
---enable-fast-install=yes \
---enable-gtk-doc=yes \
---enable-gtk-doc-html=yes \
---enable-gtk-doc-pdf=no
+-D docs=true
+  meson compile -C build
 }
 
 package() {
-#  meson install -C build --destdir "$pkgdir"
-  cd raqm-$pkgver
-  make DESTDIR="$pkgdir" install
+  meson install -C build --destdir "$pkgdir"
 
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 raqm-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



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

2021-09-28 Thread Caleb Maclennan via arch-commits
Date: Tuesday, September 28, 2021 @ 14:58:04
  Author: alerque
Revision: 1025882

archrelease: copy trunk to community-x86_64

Added:
  btop/repos/community-x86_64/PKGBUILD
(from rev 1025881, btop/trunk/PKGBUILD)
Deleted:
  btop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 14:57:14 UTC (rev 1025881)
+++ PKGBUILD2021-09-28 14:58:04 UTC (rev 1025882)
@@ -1,24 +0,0 @@
-# Maintainer: Caleb Maclennan 
-
-pkgname=btop
-pkgver=1.0.9
-pkgrel=3
-pkgdesc='A monitor of system resourecs, bpytop ported to C++'
-arch=(x86_64 aarch64)
-url="https://github.com/aristocratos/$pkgname;
-license=(Apache)
-depends=(gcc-libs)
-_archive="$pkgname-$pkgver"
-source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('3eadf77130038738fce938903abbeeafe8140228899ec2918eb985cd30827082')
-
-build() {
-   cd "$_archive"
-   make all
-}
-
-package() {
-   cd "$_archive"
-   make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-

Copied: btop/repos/community-x86_64/PKGBUILD (from rev 1025881, 
btop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 14:58:04 UTC (rev 1025882)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan 
+
+pkgname=btop
+pkgver=1.0.10
+pkgrel=1
+pkgdesc='A monitor of system resourecs, bpytop ported to C++'
+arch=(x86_64 aarch64)
+url="https://github.com/aristocratos/$pkgname;
+license=(Apache)
+depends=(gcc-libs)
+_archive="$pkgname-$pkgver"
+source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('b4ae49ef7414a88618d182856214b96b9eca53a9cffec0e250070399bc98a7cf')
+
+build() {
+   cd "$_archive"
+   make all
+}
+
+package() {
+   cd "$_archive"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+



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

2021-09-28 Thread Caleb Maclennan via arch-commits
Date: Tuesday, September 28, 2021 @ 14:57:14
  Author: alerque
Revision: 1025881

upgpkg: btop 1.0.10-1

Modified:
  btop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 14:20:48 UTC (rev 1025880)
+++ PKGBUILD2021-09-28 14:57:14 UTC (rev 1025881)
@@ -1,8 +1,8 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=btop
-pkgver=1.0.9
-pkgrel=3
+pkgver=1.0.10
+pkgrel=1
 pkgdesc='A monitor of system resourecs, bpytop ported to C++'
 arch=(x86_64 aarch64)
 url="https://github.com/aristocratos/$pkgname;
@@ -10,7 +10,7 @@
 depends=(gcc-libs)
 _archive="$pkgname-$pkgver"
 source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('3eadf77130038738fce938903abbeeafe8140228899ec2918eb985cd30827082')
+sha256sums=('b4ae49ef7414a88618d182856214b96b9eca53a9cffec0e250070399bc98a7cf')
 
 build() {
cd "$_archive"



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

2021-09-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 28, 2021 @ 14:44:48
  Author: arojas
Revision: 424798

archrelease: copy trunk to extra-x86_64

Added:
  freecell-solver/repos/extra-x86_64/PKGBUILD
(from rev 424797, freecell-solver/trunk/PKGBUILD)
Deleted:
  freecell-solver/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 14:44:39 UTC (rev 424797)
+++ PKGBUILD2021-09-28 14:44:48 UTC (rev 424798)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=freecell-solver
-pkgver=6.2.0
-pkgrel=1
-pkgdesc="A program that automatically solves layouts of Freecell and similar 
variants of Card Solitaire"
-arch=(x86_64)
-url="https://fc-solve.shlomifish.org;
-license=(MIT)
-depends=(bash)
-makedepends=(cmake gperf perl-moo perl-path-tiny perl-template-toolkit 
python-random2 python-six python-pysol_cards rinutils)
-optdepends=('python-random2: for the Python interface' 'python-six: for the 
Python interface'
-'python-pysol_cards: for the Python interface')
-source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
-sha256sums=('2267758cc00ec7e7f0c47e61f398032afb4bb5386d1e54d5164ca815547f7423')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFCS_WITH_TEST_SUITE=OFF \
--DBUILD_STATIC_LIBRARY=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 $pkgname-$pkgver/COPYING.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
-}
-

Copied: freecell-solver/repos/extra-x86_64/PKGBUILD (from rev 424797, 
freecell-solver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 14:44:48 UTC (rev 424798)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=freecell-solver
+pkgver=6.4.0
+pkgrel=1
+pkgdesc='A program that automatically solves layouts of Freecell and similar 
variants of Card Solitaire'
+arch=(x86_64)
+url='https://fc-solve.shlomifish.org'
+license=(MIT)
+depends=(bash)
+makedepends=(cmake gperf perl-moo perl-path-tiny perl-template-toolkit 
python-random2 python-six python-pysol_cards rinutils)
+optdepends=('python-random2: for the Python interface' 'python-six: for the 
Python interface'
+'python-pysol_cards: for the Python interface')
+source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
+sha256sums=('71638d2a972bb35fad2dc22b22881d18fba8b1361be7d92b6cc012a470e099e2')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFCS_WITH_TEST_SUITE=OFF \
+-DBUILD_STATIC_LIBRARY=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgname-$pkgver/COPYING.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
+}



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

2021-09-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 28, 2021 @ 14:44:39
  Author: arojas
Revision: 424797

Update to 6.4.0

Modified:
  freecell-solver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 10:25:53 UTC (rev 424796)
+++ PKGBUILD2021-09-28 14:44:39 UTC (rev 424797)
@@ -1,11 +1,11 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=freecell-solver
-pkgver=6.2.0
+pkgver=6.4.0
 pkgrel=1
-pkgdesc="A program that automatically solves layouts of Freecell and similar 
variants of Card Solitaire"
+pkgdesc='A program that automatically solves layouts of Freecell and similar 
variants of Card Solitaire'
 arch=(x86_64)
-url="https://fc-solve.shlomifish.org;
+url='https://fc-solve.shlomifish.org'
 license=(MIT)
 depends=(bash)
 makedepends=(cmake gperf perl-moo perl-path-tiny perl-template-toolkit 
python-random2 python-six python-pysol_cards rinutils)
@@ -12,7 +12,7 @@
 optdepends=('python-random2: for the Python interface' 'python-six: for the 
Python interface'
 'python-pysol_cards: for the Python interface')
 
source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
-sha256sums=('2267758cc00ec7e7f0c47e61f398032afb4bb5386d1e54d5164ca815547f7423')
+sha256sums=('71638d2a972bb35fad2dc22b22881d18fba8b1361be7d92b6cc012a470e099e2')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \
@@ -26,4 +26,3 @@
   DESTDIR="$pkgdir" cmake --install build
   install -Dm644 $pkgname-$pkgver/COPYING.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
 }
-



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

2021-09-28 Thread Felix Yan via arch-commits
Date: Tuesday, September 28, 2021 @ 14:20:48
  Author: felixonmars
Revision: 1025880

archrelease: copy trunk to community-x86_64

Added:
  deno/repos/community-x86_64/PKGBUILD
(from rev 1025879, deno/trunk/PKGBUILD)
Deleted:
  deno/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 14:20:29 UTC (rev 1025879)
+++ PKGBUILD2021-09-28 14:20:48 UTC (rev 1025880)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Metal A-wing <1 at 233 dot email>
-
-pkgname=deno
-pkgver=1.14.1
-pkgrel=1
-pkgdesc="A secure runtime for JavaScript and TypeScript"
-arch=('x86_64')
-url="https://deno.land;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('git' 'python' 'cargo' 'nodejs')
-source=("git+https://github.com/denoland/deno#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  git submodule update --init --recursive
-}
-
-build() {
-  cd $pkgname
-  cargo build --release
-}
-
-check() {
-  cd $pkgname
-  ./target/release/deno run cli/tests/testdata/002_hello.ts
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 target/release/deno "$pkgdir"/usr/bin/deno
-
-  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
-  ./target/release/deno completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/deno
-  install -dm755 "$pkgdir"/usr/share/zsh/site-functions
-  ./target/release/deno completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_deno
-  install -dm755 "$pkgdir"/usr/share/fish/vendor_functions.d
-  ./target/release/deno completions fish > 
"$pkgdir"/usr/share/fish/vendor_functions.d/deno.fish
-
-  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: deno/repos/community-x86_64/PKGBUILD (from rev 1025879, 
deno/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 14:20:48 UTC (rev 1025880)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Metal A-wing <1 at 233 dot email>
+
+pkgname=deno
+pkgver=1.14.2
+pkgrel=1
+pkgdesc="A secure runtime for JavaScript and TypeScript"
+arch=('x86_64')
+url="https://deno.land;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('git' 'python' 'cargo' 'nodejs')
+source=("git+https://github.com/denoland/deno#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule update --init --recursive
+}
+
+build() {
+  cd $pkgname
+  cargo build --release
+}
+
+check() {
+  cd $pkgname
+  ./target/release/deno run cli/tests/testdata/002_hello.ts
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 target/release/deno "$pkgdir"/usr/bin/deno
+
+  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
+  ./target/release/deno completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/deno
+  install -dm755 "$pkgdir"/usr/share/zsh/site-functions
+  ./target/release/deno completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_deno
+  install -dm755 "$pkgdir"/usr/share/fish/vendor_functions.d
+  ./target/release/deno completions fish > 
"$pkgdir"/usr/share/fish/vendor_functions.d/deno.fish
+
+  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-09-28 Thread Felix Yan via arch-commits
Date: Tuesday, September 28, 2021 @ 14:20:29
  Author: felixonmars
Revision: 1025879

upgpkg: deno 1.14.2-1

Modified:
  deno/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 12:56:52 UTC (rev 1025878)
+++ PKGBUILD2021-09-28 14:20:29 UTC (rev 1025879)
@@ -2,7 +2,7 @@
 # Contributor: Metal A-wing <1 at 233 dot email>
 
 pkgname=deno
-pkgver=1.14.1
+pkgver=1.14.2
 pkgrel=1
 pkgdesc="A secure runtime for JavaScript and TypeScript"
 arch=('x86_64')



[arch-commits] Commit in lightdm-pantheon-greeter/repos/community-x86_64 (4 files)

2021-09-28 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 28, 2021 @ 12:56:52
  Author: alucryd
Revision: 1025878

archrelease: copy trunk to community-x86_64

Added:
  lightdm-pantheon-greeter/repos/community-x86_64/PKGBUILD
(from rev 1025877, lightdm-pantheon-greeter/trunk/PKGBUILD)
  
lightdm-pantheon-greeter/repos/community-x86_64/lightdm-pantheon-greeter.install
(from rev 1025877, 
lightdm-pantheon-greeter/trunk/lightdm-pantheon-greeter.install)
Deleted:
  lightdm-pantheon-greeter/repos/community-x86_64/PKGBUILD
  
lightdm-pantheon-greeter/repos/community-x86_64/lightdm-pantheon-greeter.install

--+
 PKGBUILD |  114 ++---
 lightdm-pantheon-greeter.install |   28 -
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 12:56:45 UTC (rev 1025877)
+++ PKGBUILD2021-09-28 12:56:52 UTC (rev 1025878)
@@ -1,57 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sh4nks https://github.com/elementary/greeter
-license=(GPL)
-groups=(pantheon)
-depends=(
-  accountsservice
-  cairo
-  gdk-pixbuf2
-  glibc
-  libgdk-3.so
-  libgee
-  libgio-2.0.so
-  libglib-2.0.so
-  libgl
-  libgobject-2.0.so
-  libgranite.so
-  libgtk-3.so
-  libhandy-1.so
-  lightdm
-  mutter6
-)
-makedepends=(
-  cmake
-  meson
-  git
-  libglvnd
-  vala
-)
-install=lightdm-pantheon-greeter.install
-_tag=b0f0cc4cac73f31a78886399b46ab82d442638a9
-source=(lightdm-pantheon-greeter::git+https://github.com/elementary/greeter.git#tag=${_tag})
-sha256sums=('SKIP')
-
-pkgver() {
-  cd lightdm-pantheon-greeter
-
-  git describe --tags
-}
-
-build() {
-  arch-meson lightdm-pantheon-greeter build \
--D ubuntu-patched-gsd=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-pantheon-greeter/repos/community-x86_64/PKGBUILD (from rev 
1025877, lightdm-pantheon-greeter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 12:56:52 UTC (rev 1025878)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sh4nks https://github.com/elementary/greeter
+license=(GPL)
+groups=(pantheon)
+depends=(
+  accountsservice
+  cairo
+  gdk-pixbuf2
+  glibc
+  libgdk-3.so
+  libgee
+  libgio-2.0.so
+  libglib-2.0.so
+  libgl
+  libgobject-2.0.so
+  libgranite.so
+  libgtk-3.so
+  libhandy-1.so
+  lightdm
+  mutter6
+)
+makedepends=(
+  cmake
+  meson
+  git
+  libglvnd
+  vala
+)
+install=lightdm-pantheon-greeter.install
+_tag=07a2f5ad7a234b6866a357ffd13db604c4dbabbc
+source=(lightdm-pantheon-greeter::git+https://github.com/elementary/greeter.git#tag=${_tag})
+sha256sums=('SKIP')
+
+pkgver() {
+  cd lightdm-pantheon-greeter
+
+  git describe --tags
+}
+
+build() {
+  arch-meson lightdm-pantheon-greeter build \
+-D ubuntu-patched-gsd=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lightdm-pantheon-greeter.install
===
--- lightdm-pantheon-greeter.install2021-09-28 12:56:45 UTC (rev 1025877)
+++ lightdm-pantheon-greeter.install2021-09-28 12:56:52 UTC (rev 1025878)
@@ -1,14 +0,0 @@
-post_install() {
-  DCONF_PROFILE='lightdm' dconf update
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-  rm -f /etc/dconf/db/lightdm
-}
-
-# vim: ts=2 sw=2 et:

Copied: 
lightdm-pantheon-greeter/repos/community-x86_64/lightdm-pantheon-greeter.install
 (from rev 1025877, 
lightdm-pantheon-greeter/trunk/lightdm-pantheon-greeter.install)
===
--- lightdm-pantheon-greeter.install(rev 0)
+++ lightdm-pantheon-greeter.install2021-09-28 12:56:52 UTC (rev 1025878)
@@ -0,0 +1,14 @@
+post_install() {
+  DCONF_PROFILE='lightdm' dconf update
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+  rm -f /etc/dconf/db/lightdm
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in lightdm-pantheon-greeter/trunk (PKGBUILD)

2021-09-28 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 28, 2021 @ 12:56:45
  Author: alucryd
Revision: 1025877

upgpkg: lightdm-pantheon-greeter 6.0.1-1

Modified:
  lightdm-pantheon-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 12:56:32 UTC (rev 1025876)
+++ PKGBUILD2021-09-28 12:56:45 UTC (rev 1025877)
@@ -2,7 +2,7 @@
 # Contributor: sh4nks https://github.com/elementary/greeter.git#tag=${_tag})
 sha256sums=('SKIP')
 



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

2021-09-28 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 28, 2021 @ 12:56:32
  Author: alucryd
Revision: 1025876

archrelease: copy trunk to community-x86_64

Added:
  pantheon-calendar/repos/community-x86_64/PKGBUILD
(from rev 1025875, pantheon-calendar/trunk/PKGBUILD)
Deleted:
  pantheon-calendar/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 12:56:28 UTC (rev 1025875)
+++ PKGBUILD2021-09-28 12:56:32 UTC (rev 1025876)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-calendar
-pkgver=6.0.1
-pkgrel=1
-pkgdesc='The Pantheon Calendar'
-arch=(x86_64)
-url=https://github.com/elementary/calendar
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  clutter
-  evolution-data-server
-  folks
-  gdk-pixbuf2
-  geoclue
-  geocode-glib
-  glib2
-  gtk3
-  libchamplain
-  libgee
-  libgranite.so
-  libhandy-1.so
-  libical
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-_tag=e99dc7bc91bea7d720730b31601aa95f638e2b35
-source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=${_tag})
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pantheon-calendar
-
-  git describe --tags
-}
-
-build() {
-  arch-meson pantheon-calendar build
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-calendar/repos/community-x86_64/PKGBUILD (from rev 1025875, 
pantheon-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 12:56:32 UTC (rev 1025876)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-calendar
+pkgver=6.0.2
+pkgrel=1
+pkgdesc='The Pantheon Calendar'
+arch=(x86_64)
+url=https://github.com/elementary/calendar
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter
+  evolution-data-server
+  folks
+  gdk-pixbuf2
+  geoclue
+  geocode-glib
+  glib2
+  gtk3
+  libchamplain
+  libgee
+  libgranite.so
+  libhandy-1.so
+  libical
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=a9f869793ce4e1c37ef7258ccd551e654d7b443b
+source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=${_tag})
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pantheon-calendar
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-calendar build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-28 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 28, 2021 @ 12:56:28
  Author: alucryd
Revision: 1025875

upgpkg: pantheon-calendar 6.0.2-1

Modified:
  pantheon-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 12:56:14 UTC (rev 1025874)
+++ PKGBUILD2021-09-28 12:56:28 UTC (rev 1025875)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-calendar
-pkgver=6.0.1
+pkgver=6.0.2
 pkgrel=1
 pkgdesc='The Pantheon Calendar'
 arch=(x86_64)
@@ -29,7 +29,7 @@
   meson
   vala
 )
-_tag=e99dc7bc91bea7d720730b31601aa95f638e2b35
+_tag=a9f869793ce4e1c37ef7258ccd551e654d7b443b
 
source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=${_tag})
 sha256sums=('SKIP')
 



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

2021-09-28 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 28, 2021 @ 12:56:14
  Author: alucryd
Revision: 1025874

archrelease: copy trunk to community-x86_64

Added:
  pantheon-sideload/repos/community-x86_64/PKGBUILD
(from rev 1025873, pantheon-sideload/trunk/PKGBUILD)
Deleted:
  pantheon-sideload/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 12:56:09 UTC (rev 1025873)
+++ PKGBUILD2021-09-28 12:56:14 UTC (rev 1025874)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-sideload
-pkgver=6.0.1
-pkgrel=1
-pkgdesc='Sideload Flatpaks on elementary OS'
-arch=(x86_64)
-url=https://github.com/elementary/sideload
-license=(GPL3)
-depends=(
-  flatpak
-  glib2
-  gtk3
-  libgranite.so
-  libhandy-1.so
-  libxml2
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-groups=(pantheon)
-_tag=6190410c32fb4a615e5953d2721236715bb91ad4
-source=(pantheon-sideload::git+https://github.com/elementary/sideload.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pantheon-sideload
-  git describe --tags
-}
-
-build() {
-  arch-meson pantheon-sideload build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-sideload/repos/community-x86_64/PKGBUILD (from rev 1025873, 
pantheon-sideload/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 12:56:14 UTC (rev 1025874)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-sideload
+pkgver=6.0.2
+pkgrel=1
+pkgdesc='Sideload Flatpaks on elementary OS'
+arch=(x86_64)
+url=https://github.com/elementary/sideload
+license=(GPL3)
+depends=(
+  flatpak
+  glib2
+  gtk3
+  libgranite.so
+  libhandy-1.so
+  libxml2
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+groups=(pantheon)
+_tag=54c214715025245671029ee70fee14873ec1eefc
+source=(pantheon-sideload::git+https://github.com/elementary/sideload.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-sideload
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-sideload build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-28 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 28, 2021 @ 12:56:09
  Author: alucryd
Revision: 1025873

upgpkg: pantheon-sideload 6.0.2-1

Modified:
  pantheon-sideload/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 12:55:53 UTC (rev 1025872)
+++ PKGBUILD2021-09-28 12:56:09 UTC (rev 1025873)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-sideload
-pkgver=6.0.1
+pkgver=6.0.2
 pkgrel=1
 pkgdesc='Sideload Flatpaks on elementary OS'
 arch=(x86_64)
@@ -22,7 +22,7 @@
   vala
 )
 groups=(pantheon)
-_tag=6190410c32fb4a615e5953d2721236715bb91ad4
+_tag=54c214715025245671029ee70fee14873ec1eefc
 
source=(pantheon-sideload::git+https://github.com/elementary/sideload.git#tag=${_tag})
 sha256sums=(SKIP)
 



[arch-commits] Commit in switchboard-plug-mouse-touchpad/repos/community-x86_64 (2 files)

2021-09-28 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 28, 2021 @ 12:55:53
  Author: alucryd
Revision: 1025872

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-mouse-touchpad/repos/community-x86_64/PKGBUILD
(from rev 1025871, switchboard-plug-mouse-touchpad/trunk/PKGBUILD)
Deleted:
  switchboard-plug-mouse-touchpad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 12:55:48 UTC (rev 1025871)
+++ PKGBUILD2021-09-28 12:55:53 UTC (rev 1025872)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=switchboard-plug-mouse-touchpad
-pkgver=6.0.0
-pkgrel=1
-pkgdesc='Switchboard Mouse & Touchpad Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-mouse-touchpad
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgee
-  libgranite.so
-  libswitchboard-2.0.so
-)
-makedepends=(
-  git
-  meson
-  vala
-)
-_tag=2e27f15a1e2e10d78d45bda6d4216b6c496db6bd
-source=(git+https://github.com/elementary/switchboard-plug-mouse-touchpad.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd switchboard-plug-mouse-touchpad
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-mouse-touchpad build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-mouse-touchpad/repos/community-x86_64/PKGBUILD (from 
rev 1025871, switchboard-plug-mouse-touchpad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 12:55:53 UTC (rev 1025872)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-mouse-touchpad
+pkgver=6.1.0
+pkgrel=1
+pkgdesc='Switchboard Mouse & Touchpad Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-mouse-touchpad
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libswitchboard-2.0.so
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+_tag=b8e148ecd908ba0fe65beb39bdb45e887819d55c
+source=(git+https://github.com/elementary/switchboard-plug-mouse-touchpad.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-mouse-touchpad
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-mouse-touchpad build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in switchboard-plug-mouse-touchpad/trunk (PKGBUILD)

2021-09-28 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 28, 2021 @ 12:55:48
  Author: alucryd
Revision: 1025871

upgpkg: switchboard-plug-mouse-touchpad 6.1.0-1

Modified:
  switchboard-plug-mouse-touchpad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 12:55:33 UTC (rev 1025870)
+++ PKGBUILD2021-09-28 12:55:48 UTC (rev 1025871)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=switchboard-plug-mouse-touchpad
-pkgver=6.0.0
+pkgver=6.1.0
 pkgrel=1
 pkgdesc='Switchboard Mouse & Touchpad Plug'
 arch=(x86_64)
@@ -20,7 +20,7 @@
   meson
   vala
 )
-_tag=2e27f15a1e2e10d78d45bda6d4216b6c496db6bd
+_tag=b8e148ecd908ba0fe65beb39bdb45e887819d55c
 
source=(git+https://github.com/elementary/switchboard-plug-mouse-touchpad.git#tag=${_tag})
 sha256sums=(SKIP)
 



[arch-commits] Commit in switchboard-plug-keyboard/repos/community-x86_64 (2 files)

2021-09-28 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 28, 2021 @ 12:55:33
  Author: alucryd
Revision: 1025870

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-keyboard/repos/community-x86_64/PKGBUILD
(from rev 1025869, switchboard-plug-keyboard/trunk/PKGBUILD)
Deleted:
  switchboard-plug-keyboard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 12:55:27 UTC (rev 1025869)
+++ PKGBUILD2021-09-28 12:55:33 UTC (rev 1025870)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=switchboard-plug-keyboard
-pkgver=2.5.0
-pkgrel=1
-pkgdesc='Switchboard Keyboard Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-keyboard
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  ibus
-  libgee
-  libgnomekbd
-  libgranite.so
-  libhandy-1.so
-  libxml2
-  libswitchboard-2.0.so
-)
-makedepends=(
-  git
-  meson
-  vala
-)
-_tag=f924468b716ea6e0d745c6e34fcf9b5077c0
-source=(git+https://github.com/elementary/switchboard-plug-keyboard.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd switchboard-plug-keyboard
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-keyboard build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-keyboard/repos/community-x86_64/PKGBUILD (from rev 
1025869, switchboard-plug-keyboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 12:55:33 UTC (rev 1025870)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-keyboard
+pkgver=2.5.1
+pkgrel=1
+pkgdesc='Switchboard Keyboard Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-keyboard
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  ibus
+  libgee
+  libgnomekbd
+  libgranite.so
+  libhandy-1.so
+  libxml2
+  libswitchboard-2.0.so
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+_tag=69e06dad3c62a5dfd9f327fafd5034c3e9619827
+source=(git+https://github.com/elementary/switchboard-plug-keyboard.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-keyboard
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-keyboard build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in switchboard-plug-keyboard/trunk (PKGBUILD)

2021-09-28 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 28, 2021 @ 12:55:27
  Author: alucryd
Revision: 1025869

upgpkg: switchboard-plug-keyboard 2.5.1-1

Modified:
  switchboard-plug-keyboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 12:42:03 UTC (rev 1025868)
+++ PKGBUILD2021-09-28 12:55:27 UTC (rev 1025869)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=switchboard-plug-keyboard
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc='Switchboard Keyboard Plug'
 arch=(x86_64)
@@ -24,7 +24,7 @@
   meson
   vala
 )
-_tag=f924468b716ea6e0d745c6e34fcf9b5077c0
+_tag=69e06dad3c62a5dfd9f327fafd5034c3e9619827
 
source=(git+https://github.com/elementary/switchboard-plug-keyboard.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

2021-09-28 Thread Caleb Maclennan via arch-commits
Date: Tuesday, September 28, 2021 @ 12:42:03
  Author: alerque
Revision: 1025868

archrelease: copy trunk to community-x86_64

Added:
  btop/repos/community-x86_64/
  btop/repos/community-x86_64/PKGBUILD
(from rev 1025867, btop/trunk/PKGBUILD)

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

Copied: btop/repos/community-x86_64/PKGBUILD (from rev 1025867, 
btop/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-09-28 12:42:03 UTC (rev 1025868)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan 
+
+pkgname=btop
+pkgver=1.0.9
+pkgrel=3
+pkgdesc='A monitor of system resourecs, bpytop ported to C++'
+arch=(x86_64 aarch64)
+url="https://github.com/aristocratos/$pkgname;
+license=(Apache)
+depends=(gcc-libs)
+_archive="$pkgname-$pkgver"
+source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('3eadf77130038738fce938903abbeeafe8140228899ec2918eb985cd30827082')
+
+build() {
+   cd "$_archive"
+   make all
+}
+
+package() {
+   cd "$_archive"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+



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

2021-09-28 Thread Caleb Maclennan via arch-commits
Date: Tuesday, September 28, 2021 @ 12:41:12
  Author: alerque
Revision: 1025867

Migrate btop from AUR

Added:
  btop/
  btop/repos/
  btop/trunk/
  btop/trunk/PKGBUILD

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

Added: btop/trunk/PKGBUILD
===
--- btop/trunk/PKGBUILD (rev 0)
+++ btop/trunk/PKGBUILD 2021-09-28 12:41:12 UTC (rev 1025867)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan 
+
+pkgname=btop
+pkgver=1.0.9
+pkgrel=3
+pkgdesc='A monitor of system resourecs, bpytop ported to C++'
+arch=(x86_64 aarch64)
+url="https://github.com/aristocratos/$pkgname;
+license=(Apache)
+depends=(gcc-libs)
+_archive="$pkgname-$pkgver"
+source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('3eadf77130038738fce938903abbeeafe8140228899ec2918eb985cd30827082')
+
+build() {
+   cd "$_archive"
+   make all
+}
+
+package() {
+   cd "$_archive"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+



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

2021-09-28 Thread Christian Rebischke via arch-commits
Date: Tuesday, September 28, 2021 @ 12:15:09
  Author: shibumi
Revision: 1025866

archrelease: copy trunk to community-x86_64

Added:
  goreleaser/repos/community-x86_64/PKGBUILD
(from rev 1025865, goreleaser/trunk/PKGBUILD)
Deleted:
  goreleaser/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 12:15:03 UTC (rev 1025865)
+++ PKGBUILD2021-09-28 12:15:09 UTC (rev 1025866)
@@ -1,37 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Fernandez Ludovic 
-
-pkgname='goreleaser'
-pkgver=0.180.0
-pkgrel=1
-pkgdesc='Deliver Go binaries as fast and easily as possible'
-url='https://goreleaser.com'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/goreleaser/goreleaser/archive/v${pkgver}.tar.gz;)
-sha512sums=('13ce751e4f644b2dc1c4fe020bda4589cfe5079a8e246bc6043fa690a3b527760a0fd4f1859200839623b1f85efc85a73f8c133f19019e372f57119d942ca7d4')
-b2sums=('b69656dcf2ef8f907dff3a50e1ee6599bfefa6bfe78a2a5414033f92cfe63aad073f890dc7e9d97038c12afaffd6763a8795b537ce8b43565b8270687e1a9b1d')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -ldflags="-w -s -linkmode=external -X main.version=${pkgver}" .
-  chmod +x ./goreleaser
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dsm755 ./goreleaser "${pkgdir}/usr/bin/goreleaser"
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions/"
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions/"
-  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
-  ./goreleaser completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/goreleaser"
-  ./goreleaser completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_goreleaser"
-  ./goreleaser completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/goreleaser.fish"
-}

Copied: goreleaser/repos/community-x86_64/PKGBUILD (from rev 1025865, 
goreleaser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 12:15:09 UTC (rev 1025866)
@@ -0,0 +1,37 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Fernandez Ludovic 
+
+pkgname='goreleaser'
+pkgver=0.180.0
+pkgrel=2
+pkgdesc='Deliver Go binaries as fast and easily as possible'
+url='https://goreleaser.com'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/goreleaser/goreleaser/archive/v${pkgver}.tar.gz;)
+sha512sums=('13ce751e4f644b2dc1c4fe020bda4589cfe5079a8e246bc6043fa690a3b527760a0fd4f1859200839623b1f85efc85a73f8c133f19019e372f57119d942ca7d4')
+b2sums=('b69656dcf2ef8f907dff3a50e1ee6599bfefa6bfe78a2a5414033f92cfe63aad073f890dc7e9d97038c12afaffd6763a8795b537ce8b43565b8270687e1a9b1d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -ldflags="-w -s -linkmode=external -X main.version=${pkgver}" .
+  chmod +x ./goreleaser
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dsm755 ./goreleaser "${pkgdir}/usr/bin/goreleaser"
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions/"
+  mkdir -p "${pkgdir}/usr/share/zsh/site-functions/"
+  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
+  ./goreleaser completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/goreleaser"
+  ./goreleaser completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_goreleaser"
+  ./goreleaser completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/goreleaser.fish"
+}



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

2021-09-28 Thread Christian Rebischke via arch-commits
Date: Tuesday, September 28, 2021 @ 12:15:03
  Author: shibumi
Revision: 1025865

upgpkg: goreleaser 0.180.0-2

Modified:
  goreleaser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 12:12:48 UTC (rev 1025864)
+++ PKGBUILD2021-09-28 12:15:03 UTC (rev 1025865)
@@ -3,7 +3,7 @@
 
 pkgname='goreleaser'
 pkgver=0.180.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Deliver Go binaries as fast and easily as possible'
 url='https://goreleaser.com'
 arch=('x86_64')



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

2021-09-28 Thread Christian Rebischke via arch-commits
Date: Tuesday, September 28, 2021 @ 12:12:48
  Author: shibumi
Revision: 1025864

archrelease: copy trunk to community-x86_64

Added:
  pulumi/repos/community-x86_64/PKGBUILD
(from rev 1025863, pulumi/trunk/PKGBUILD)
Deleted:
  pulumi/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  150 ++---
 1 file changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 12:12:43 UTC (rev 1025863)
+++ PKGBUILD2021-09-28 12:12:48 UTC (rev 1025864)
@@ -1,75 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Christoph Gysin 
-
-pkgname=pulumi
-pkgver=3.13.0
-pkgrel=1
-pkgdesc='Modern Infrastructure as Code'
-arch=('x86_64')
-url="https://github.com/$pkgname/$pkgname;
-license=('GPL')
-depends=('glibc')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('d5bff2d8d613725ff97feef108412f313acd967d9244cd38f39c1bd273652292')
-b2sums=('ace46d0ebf2c82c045fc7fe975cfccffb658c3f9ad8f0f9dd9e90292c90c6753ac45024d629fb8ca3829b16d6980a3cbc732259c94bca6af2933a9bde541befe')
-
-_plugins=(
-  "nodejs/cmd/pulumi-language-nodejs"
-  "python/cmd/pulumi-language-python"
-  "dotnet/cmd/pulumi-language-dotnet"
-  "go/pulumi-language-go"
-)
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  # Build the `pulumi` executable
-  cd "${srcdir}/${pkgname}-${pkgver}/pkg"
-  go build \
--ldflags "-X 
github.com/pulumi/pulumi/pkg/v${pkgver%%.*}/version.Version=${pkgver} 
-extldflags ${LDFLAGS}" \
--o "${srcdir}/${pkgname}-${pkgver}/bin/${pkgname}" \
-"./cmd/${pkgname}" \
-
-  # Build the plugins
-  cd "${srcdir}/${pkgname}-${pkgver}/sdk"
-  for plugin in "${_plugins[@]}"; do
-plugin_name=${plugin##*/}
-go build \
-  -ldflags "-X 
github.com/pulumi/pulumi/pkg/v${pkgver%%.*}/version.Version=${pkgver} 
-extldflags ${LDFLAGS}" \
-  -o "${srcdir}/${pkgname}-${pkgver}/bin/${plugin_name}" \
-  "./${plugin}"
-
-# Add possible executor
-if [ -f "${plugin}-exec" ]; then
-  cp "${plugin}-exec" "${srcdir}/${pkgname}-${pkgver}/bin/"
-fi
-  done
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Install all executables
-  for f in ./bin/*; do
-install -D -m 755 "$f" "${pkgdir}/usr/bin/$(basename $f)"
-  done
-
-  # Generate Bash completion
-  install -D -m 644 \
-<("${pkgdir}/usr/bin/${pkgname}" gen-completion bash) \
-"${pkgdir}/etc/bash_completion.d/${pkgname}"
-
-  # Generate ZSH completion
-  install -D -m 644 \
-<("${pkgdir}/usr/bin/${pkgname}" gen-completion zsh) \
-"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pulumi/repos/community-x86_64/PKGBUILD (from rev 1025863, 
pulumi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 12:12:48 UTC (rev 1025864)
@@ -0,0 +1,75 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Christoph Gysin 
+
+pkgname=pulumi
+pkgver=3.13.2
+pkgrel=1
+pkgdesc='Modern Infrastructure as Code'
+arch=('x86_64')
+url="https://github.com/$pkgname/$pkgname;
+license=('GPL')
+depends=('glibc')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('cb1cd0f6cf3b6cc941a554751d6c70559620dc6a89b66754f289e7d4a6445e47')
+b2sums=('e4c1841f9df4a55cde71a59a29a214c25d60c5e94d6b7284dedf8484c00cd7abe14de506ebc9098c974e136924d2c304f69f839c9272b30ff43d414754520dfc')
+
+_plugins=(
+  "nodejs/cmd/pulumi-language-nodejs"
+  "python/cmd/pulumi-language-python"
+  "dotnet/cmd/pulumi-language-dotnet"
+  "go/pulumi-language-go"
+)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  # Build the `pulumi` executable
+  cd "${srcdir}/${pkgname}-${pkgver}/pkg"
+  go build \
+-ldflags "-X 
github.com/pulumi/pulumi/pkg/v${pkgver%%.*}/version.Version=${pkgver} 
-extldflags ${LDFLAGS}" \
+-o "${srcdir}/${pkgname}-${pkgver}/bin/${pkgname}" \
+"./cmd/${pkgname}" \
+
+  # Build the plugins
+  cd "${srcdir}/${pkgname}-${pkgver}/sdk"
+  for plugin in "${_plugins[@]}"; do
+plugin_name=${plugin##*/}
+go build \
+  -ldflags "-X 
github.com/pulumi/pulumi/pkg/v${pkgver%%.*}/version.Version=${pkgver} 
-extldflags ${LDFLAGS}" \
+  -o "${srcdir}/${pkgname}-${pkgver}/bin/${plugin_name}" \
+  "./${plugin}"
+
+# Add possible executor
+if [ -f "${plugin}-exec" ]; then
+  cp "${plugin}-exec" 

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

2021-09-28 Thread Christian Rebischke via arch-commits
Date: Tuesday, September 28, 2021 @ 12:12:43
  Author: shibumi
Revision: 1025863

upgpkg: pulumi 3.13.2-1

Modified:
  pulumi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 12:11:36 UTC (rev 1025862)
+++ PKGBUILD2021-09-28 12:12:43 UTC (rev 1025863)
@@ -2,7 +2,7 @@
 # Contributor: Christoph Gysin 
 
 pkgname=pulumi
-pkgver=3.13.0
+pkgver=3.13.2
 pkgrel=1
 pkgdesc='Modern Infrastructure as Code'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('glibc')
 makedepends=('go')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('d5bff2d8d613725ff97feef108412f313acd967d9244cd38f39c1bd273652292')
-b2sums=('ace46d0ebf2c82c045fc7fe975cfccffb658c3f9ad8f0f9dd9e90292c90c6753ac45024d629fb8ca3829b16d6980a3cbc732259c94bca6af2933a9bde541befe')
+sha256sums=('cb1cd0f6cf3b6cc941a554751d6c70559620dc6a89b66754f289e7d4a6445e47')
+b2sums=('e4c1841f9df4a55cde71a59a29a214c25d60c5e94d6b7284dedf8484c00cd7abe14de506ebc9098c974e136924d2c304f69f839c9272b30ff43d414754520dfc')
 
 _plugins=(
   "nodejs/cmd/pulumi-language-nodejs"



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

2021-09-28 Thread David Runge via arch-commits
Date: Tuesday, September 28, 2021 @ 12:11:36
  Author: dvzrv
Revision: 1025862

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 12:11:28 UTC (rev 1025861)
+++ PKGBUILD2021-09-28 12:11:36 UTC (rev 1025862)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Husam Bilal 
-
-_name=furl
-pkgname=python-furl
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="A small Python library that makes parsing and manipulating URLs easy"
-url="https://github.com/gruns/furl;
-depends=('python-orderedmultidict' 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-license=('Unlicense')
-arch=('any')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('d788344d129b511d00debe2cd4ee7c555453a0bf5e81444cededf48fe3b51fa2b45cdead6ddffb42837cb8684d085a3b5773b65a82cef87f6b16f60f1fcbc778')
-b2sums=('d29008c98b22c33f986588cd9058d233ac42dd8da2a531b0350e7c304ac29d2e2cdd8773702e54be415269e9b9de528033f840049dedb810d1b299c5f416b7b4')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-furl/repos/community-any/PKGBUILD (from rev 1025861, 
python-furl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 12:11:36 UTC (rev 1025862)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+# Contributor: Husam Bilal 
+
+_name=furl
+pkgname=python-furl
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="A small Python library that makes parsing and manipulating URLs easy"
+url="https://github.com/gruns/furl;
+depends=('python-orderedmultidict' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+license=('Unlicense')
+arch=('any')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('ce7455bd1a352243efd9715e80e9f9979631cc058927edcd8c52ccb85d27fd8f32079611bb29c487d2add2d1d941d56e4db75520339dc371b1539811ccefda02')
+b2sums=('128d43464f75032f726d6408ee7d0c715b617846798ff80c43c91bac025c943492b0ca4f7271b6989d1a73db8948a313aab2930a8f6ed81d62e7b03e984e6f3d')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-09-28 Thread David Runge via arch-commits
Date: Tuesday, September 28, 2021 @ 12:11:28
  Author: dvzrv
Revision: 1025861

upgpkg: python-furl 2.1.3-1: Upgrade to 2.1.3.

Modified:
  python-furl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 12:02:26 UTC (rev 1025860)
+++ PKGBUILD2021-09-28 12:11:28 UTC (rev 1025861)
@@ -3,7 +3,7 @@
 
 _name=furl
 pkgname=python-furl
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="A small Python library that makes parsing and manipulating URLs easy"
 url="https://github.com/gruns/furl;
@@ -13,8 +13,8 @@
 license=('Unlicense')
 arch=('any')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('d788344d129b511d00debe2cd4ee7c555453a0bf5e81444cededf48fe3b51fa2b45cdead6ddffb42837cb8684d085a3b5773b65a82cef87f6b16f60f1fcbc778')
-b2sums=('d29008c98b22c33f986588cd9058d233ac42dd8da2a531b0350e7c304ac29d2e2cdd8773702e54be415269e9b9de528033f840049dedb810d1b299c5f416b7b4')
+sha512sums=('ce7455bd1a352243efd9715e80e9f9979631cc058927edcd8c52ccb85d27fd8f32079611bb29c487d2add2d1d941d56e4db75520339dc371b1539811ccefda02')
+b2sums=('128d43464f75032f726d6408ee7d0c715b617846798ff80c43c91bac025c943492b0ca4f7271b6989d1a73db8948a313aab2930a8f6ed81d62e7b03e984e6f3d')
 
 build() {
   cd "${_name}-${pkgver}"
@@ -29,9 +29,7 @@
 
 package() {
   cd "${_name}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
+  python setup.py install --optimize=1 --root="${pkgdir}"
   install -vDm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }



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

2021-09-28 Thread Felix Yan via arch-commits
Date: Tuesday, September 28, 2021 @ 12:02:26
  Author: felixonmars
Revision: 1025860

archrelease: copy trunk to community-x86_64

Added:
  fcitx5/repos/community-x86_64/PKGBUILD
(from rev 1025859, fcitx5/trunk/PKGBUILD)
Deleted:
  fcitx5/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 12:02:11 UTC (rev 1025859)
+++ PKGBUILD2021-09-28 12:02:26 UTC (rev 1025860)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5
-pkgver=5.0.8
-pkgrel=1
-pkgdesc="Next generation of fcitx"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5;
-license=('GPL')
-conflicts=('fcitx')
-groups=('fcitx5-im')
-depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 
'systemd' 'wayland'
- 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 
'gdk-pixbuf2'
- 'unicode-cldr-annotations')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${pkgver}_dict.tar.xz"{,.sig})
-sha512sums=('c37d4e44c898c8e352df9495cb380cb5b0837687821274bab88baf39bd17ecc333ea513090437ade8fdfd6f12bc1f91225ca863b1dd814eb8353a6013e43b64d'
-'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DCMAKE_INSTALL_SYSCONFDIR=/etc .
-  ninja
-}
-
-check() {
-  cd $pkgname-$pkgver
-  ninja test
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5/repos/community-x86_64/PKGBUILD (from rev 1025859, 
fcitx5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 12:02:26 UTC (rev 1025860)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5
+pkgver=5.0.9
+pkgrel=1
+pkgdesc="Next generation of fcitx"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5;
+license=('GPL')
+conflicts=('fcitx')
+groups=('fcitx5-im')
+depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 
'systemd' 'wayland'
+ 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 
'gdk-pixbuf2'
+ 'unicode-cldr-annotations')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${pkgver}_dict.tar.xz"{,.sig})
+sha512sums=('f5f3d41038b16a0cbf55ac1de2b10653d036d74a17efb228dfd12214a533d78f0cc586af62ac5331f593fbeaee019d6d15bd432a26564781ec3c51c27d0f7815'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DCMAKE_INSTALL_SYSCONFDIR=/etc .
+  ninja
+}
+
+check() {
+  cd $pkgname-$pkgver
+  ninja test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



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

2021-09-28 Thread Felix Yan via arch-commits
Date: Tuesday, September 28, 2021 @ 12:02:11
  Author: felixonmars
Revision: 1025859

upgpkg: fcitx5 5.0.9-1

Modified:
  fcitx5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 09:36:36 UTC (rev 1025858)
+++ PKGBUILD2021-09-28 12:02:11 UTC (rev 1025859)
@@ -2,7 +2,7 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5
-pkgver=5.0.8
+pkgver=5.0.9
 pkgrel=1
 pkgdesc="Next generation of fcitx"
 arch=('x86_64')
@@ -15,7 +15,7 @@
  'unicode-cldr-annotations')
 makedepends=('extra-cmake-modules' 'ninja')
 
source=("https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${pkgver}_dict.tar.xz"{,.sig})
-sha512sums=('c37d4e44c898c8e352df9495cb380cb5b0837687821274bab88baf39bd17ecc333ea513090437ade8fdfd6f12bc1f91225ca863b1dd814eb8353a6013e43b64d'
+sha512sums=('f5f3d41038b16a0cbf55ac1de2b10653d036d74a17efb228dfd12214a533d78f0cc586af62ac5331f593fbeaee019d6d15bd432a26564781ec3c51c27d0f7815'
 'SKIP')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

 



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

2021-09-28 Thread Andreas Radke via arch-commits
Date: Tuesday, September 28, 2021 @ 10:25:53
  Author: andyrtr
Revision: 424796

archrelease: copy trunk to extra-x86_64

Added:
  ghostscript/repos/extra-x86_64/2010_add_build_timestamp_setting.patch
(from rev 424795, ghostscript/trunk/2010_add_build_timestamp_setting.patch)
  ghostscript/repos/extra-x86_64/PKGBUILD
(from rev 424795, ghostscript/trunk/PKGBUILD)
Deleted:
  ghostscript/repos/extra-x86_64/2010_add_build_timestamp_setting.patch
  ghostscript/repos/extra-x86_64/PKGBUILD

+
 2010_add_build_timestamp_setting.patch |  238 +++---
 PKGBUILD   |  242 +++
 2 files changed, 240 insertions(+), 240 deletions(-)

Deleted: 2010_add_build_timestamp_setting.patch
===
--- 2010_add_build_timestamp_setting.patch  2021-09-28 10:25:22 UTC (rev 
424795)
+++ 2010_add_build_timestamp_setting.patch  2021-09-28 10:25:53 UTC (rev 
424796)
@@ -1,119 +0,0 @@
-Description: Allow the build timestamp to be externally set
- In order to make Ghostscript output reproducible, we need a way to
- set the build timestamp to other values than the current time.
- We now consistently use gp_get_realtime() instead of directly calling
- time() or gp_get_usertime() and make gp_get_realtime() use the value
- found in the SOURCE_DATE_EPOCH environment variable if set. Also,
- environment timezone is fixed to UTC if SOURCE_DATE_EPOCH is used to
- avoid variations.
-Author: Eduard Sanou 
-Author: Peter De Wachter 
-Bug-Debian: https://bugs.debian.org/794004
-Last-Update: 2015-07-30

-This patch header follows DEP-3: https://dep.debian.net/deps/dep3/
 a/base/gp_unix.c
-+++ b/base/gp_unix.c
-@@ -19,6 +19,7 @@
- #ifdef __MINGW32__
- #  include "windows_.h"
- #endif
-+#include "errno_.h"
- #include "pipe_.h"
- #include "string_.h"
- #include "time_.h"
-@@ -148,6 +149,7 @@
- gp_get_realtime(long *pdt)
- {
- struct timeval tp;
-+const char *env;
- 
- #if gettimeofday_no_timezone/* older versions of SVR4 */
- {
-@@ -167,6 +169,26 @@
- }
- #endif
- 
-+env = getenv("SOURCE_DATE_EPOCH");
-+if (env) {
-+char *end;
-+long timestamp;
-+
-+errno = 0;
-+timestamp = strtol(env, , 10);
-+if (env == end || *end || errno != 0) {
-+lprintf("Ghostscript: SOURCE_DATE_EPOCH is not a number!\n");
-+timestamp = 0;
-+}
-+
-+tp.tv_sec = timestamp;
-+tp.tv_usec = 0;
-+
-+/* We need to fix the environment timezone to get reproducible */
-+/* results when parsing the result of gp_get_realtime. */
-+setenv("TZ", "UTC", 1);
-+}
-+
- /* tp.tv_sec is #secs since Jan 1, 1970 */
- pdt[0] = tp.tv_sec;
- 
 a/devices/vector/gdevpdf.c
-+++ b/devices/vector/gdevpdf.c
-@@ -427,6 +427,7 @@
-  */
- {
- struct tm tms;
-+long secs_ns[2];
- time_t t;
- char buf[1+2+4+2+2+2+2+2+1+2+1+2+1+1+1]; /* 
(D:mmddhhmmssZhh'mm')\0 */
- int timeoffset;
-@@ -438,7 +439,8 @@
- timesign = 'Z';
- timeoffset = 0;
- #else
--time();
-+gp_get_realtime(secs_ns);
-+t = secs_ns[0];
- tms = *gmtime();
- tms.tm_isdst = -1;
- timeoffset = (int)difftime(t, mktime()); /* tz+dst in seconds */
 a/devices/vector/gdevpdfe.c
-+++ b/devices/vector/gdevpdfe.c
-@@ -199,6 +199,7 @@
- {
- /* We don't write a day time because we don't have a time zone. */
- struct tm tms;
-+long secs_ns[2];
- time_t t;
- char buf1[4+1+2+1+2+1]; /* -mm-dd\0 */
- 
-@@ -206,7 +207,8 @@
- memset(, 0, sizeof(t));
- memset(, 0, sizeof(tms));
- #else
--time();
-+gp_get_realtime(secs_ns);
-+t = secs_ns[0];
- tms = *localtime();
- #endif
- gs_sprintf(buf1,
 a/devices/vector/gdevpsu.c
-+++ b/devices/vector/gdevpsu.c
-@@ -183,6 +183,7 @@
- fprintf(f, "Creator: %s %ld (%s)\n", gs_product, (long)gs_revision,
- dev->dname);
- {
-+long secs_ns[2];
- time_t t;
- struct tm tms;
- 
-@@ -190,7 +191,8 @@
- memset(, 0, sizeof(t));
- memset(, 0, sizeof(tms));
- #else
--time();
-+gp_get_realtime(secs_ns);
-+t = secs_ns[0];
- tms = *localtime();
- #endif
- fprintf(f, "CreationDate: %d/%02d/%02d %02d:%02d:%02d\n",

Copied: ghostscript/repos/extra-x86_64/2010_add_build_timestamp_setting.patch 
(from rev 424795, ghostscript/trunk/2010_add_build_timestamp_setting.patch)
===
--- 2010_add_build_timestamp_setting.patch  (rev 0)
+++ 2010_add_build_timestamp_setting.patch  2021-09-28 10:25:53 UTC (rev 
424796)
@@ -0,0 +1,119 @@
+Description: Allow the build timestamp to be externally set
+ In order to make Ghostscript output reproducible, 

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

2021-09-28 Thread Andreas Radke via arch-commits
Date: Tuesday, September 28, 2021 @ 10:25:22
  Author: andyrtr
Revision: 424795

fix download url, they changed it back to the old syntax

Modified:
  ghostscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 06:40:34 UTC (rev 424794)
+++ PKGBUILD2021-09-28 10:25:22 UTC (rev 424795)
@@ -12,8 +12,8 @@
  'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'openjpeg2' 'libidn')
 makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
 # https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
-source=(#https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostpdl-${pkgver}.tar.xz
-
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/ghostpdl-${pkgver/.0//}/ghostpdl-${pkgver}.tar.xz
+source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostpdl-${pkgver}.tar.xz
+
#https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/ghostpdl-${pkgver/.0//}/ghostpdl-${pkgver}.tar.xz
 2010_add_build_timestamp_setting.patch)
 
sha512sums=('d23864be1548ce7c7ae61398f52c34c5485dfe74e78bf7ef16c8fa5690e2ea857cc9795409a70feda5ff78c27b3c2bbc0e0710d190763fca77137ee9c56a0fed'
 
'cd7794ee4f28b11177021b950196385200b610127ed6cb94a45e3202b690b721a0dfcc0276ff39448d4dab64c1b31a76e6c323696a8315aad9edc22077f18a3d')



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

2021-09-28 Thread Jonas Witschel via arch-commits
Date: Tuesday, September 28, 2021 @ 09:36:24
  Author: diabonas
Revision: 1025857

upgpkg: tpm2-pkcs11 1.7.0-1: upstream release, temporarily disable tests

The test suite currently only works with the yet unreleased tpm2-tools 5.2, cf.
https://github.com/tpm2-software/tpm2-pkcs11/pull/715. This only affects a new
feature of tpm2-pkcs11 1.7.0 (importing HMAC keys using "tpm2_ptool import",
see the release notes at
https://github.com/tpm2-software/tpm2-pkcs11/blob/master/CHANGELOG.md#170---2021-09-27),
existing functionality is unaffected.

Therefore we temporarily disable the test suite until tpm2-tools 5.2 is
released in order to be able to release tpm2-pkcs11 1.7.0 now.

Modified:
  tpm2-pkcs11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 07:30:14 UTC (rev 1025856)
+++ PKGBUILD2021-09-28 09:36:24 UTC (rev 1025857)
@@ -1,32 +1,22 @@
 # Maintainer: Jonas Witschel 
 pkgname=tpm2-pkcs11
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware'
 arch=('x86_64')
 url='https://github.com/tpm2-software/tpm2-pkcs11'
 license=('BSD')
-depends=('libyaml' 'openssl' 'python' 'python-cryptography' 
'python-pyasn1-modules' 'python-yaml' 'sqlite'
+depends=('libyaml' 'openssl' 'python' 'python-bcrypt' 'python-cryptography' 
'python-pyasn1-modules' 'python-yaml' 'sqlite'
  'tpm2-tools' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so' 
'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
 makedepends=('cmocka' 'python-setuptools')
-checkdepends=('expect' 'iproute2' 'java-hamcrest' 'junit' 'libp11' 'opensc'
+checkdepends=('expect' 'iproute2' 'java-hamcrest' 'junit' 'libp11' 'opensc' 
'openssh'
   'python-python-pkcs11' 'swtpm' 'tpm2-abrmd' 'tpm2-tss-engine' 
'wget' 'xxd')
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
-
"tpm2-pkcs11-1.6.0_test-fix-build-for-gcc11.patch::$url/commit/83c484d0b40fac4a6320cf0a16456da1764849bf.patch"
-
"tpm2-pkcs11-1.6.0_fix-stringop-overread-in-str_padded_copy.patch::$url/commit/9af101b54035f25c0b03685bc34f22a4c5e934b7.patch")
-sha512sums=('db94b2194837564fa330ac7cc15a5185258d5d632f033a60fa82a2b3246e046dac29b6dfece19b4e075383e999ac157286c7f18f6c5ab6a98dd01c8e810065ea'
-'SKIP'
-
'538894af5f6aa713a9b73db8afe3a0de023c4337dc96d299b9a8368e51f0eb55883850e717abd1027f35cdd67989bfde4e1f90b85d8cb7069494d40a27616468'
-
'8983f1046e72f0ebeced4004d91e27d12cd635889c6514afc07bd75749597ac6d9828ec0c7f4f47b16893c622fd7e54f3d2c8d05e4c07965ba0529daa458ecef')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('eb2736a7ef00fefa91bb70cc96d94d1c7b6ce3701ab12301658b7b076d8fca93bc590c7cdba5a84934b6bd09dad252b13670804c686e76a65b03c7ef6d96427d'
+'SKIP')
 validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts 
(Bill Roberts) 
+BUILDENV+=('!check') # TODO re-enable tests once tpm2-tools 5.2 is released
 
-prepare() {
-   cd "$pkgname-$pkgver"
-   # Fix compilation with GCC 11
-   patch --forward --strip=1 
--input="$srcdir/tpm2-pkcs11-1.6.0_test-fix-build-for-gcc11.patch"
-   patch --forward --strip=1 
--input="$srcdir/tpm2-pkcs11-1.6.0_fix-stringop-overread-in-str_padded_copy.patch"
-}
-
 build() {
cd "$pkgname-$pkgver"
export 
CLASSPATH="/usr/share/java/junit.jar:/usr/share/java/hamcrest-core.jar:$CLASSPATH"



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

2021-09-28 Thread Jonas Witschel via arch-commits
Date: Tuesday, September 28, 2021 @ 09:36:36
  Author: diabonas
Revision: 1025858

archrelease: copy trunk to community-x86_64

Added:
  tpm2-pkcs11/repos/community-x86_64/PKGBUILD
(from rev 1025857, tpm2-pkcs11/trunk/PKGBUILD)
Deleted:
  tpm2-pkcs11/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 09:36:24 UTC (rev 1025857)
+++ PKGBUILD2021-09-28 09:36:36 UTC (rev 1025858)
@@ -1,39 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=tpm2-pkcs11
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware'
-arch=('x86_64')
-url='https://github.com/tpm2-software/tpm2-pkcs11'
-license=('BSD')
-depends=('libyaml' 'openssl' 'python' 'python-cryptography' 
'python-pyasn1-modules' 'python-yaml' 'sqlite'
- 'tpm2-tools' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so' 
'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
-makedepends=('cmocka' 'python-setuptools')
-checkdepends=('expect' 'iproute2' 'java-hamcrest' 'junit' 'libp11' 'opensc'
-  'python-python-pkcs11' 'swtpm' 'tpm2-abrmd' 'tpm2-tss-engine' 
'wget' 'xxd')
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('db94b2194837564fa330ac7cc15a5185258d5d632f033a60fa82a2b3246e046dac29b6dfece19b4e075383e999ac157286c7f18f6c5ab6a98dd01c8e810065ea'
-'SKIP')
-validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts 
(Bill Roberts) 
-
-build() {
-   cd "$pkgname-$pkgver"
-   export 
CLASSPATH="/usr/share/java/junit.jar:/usr/share/java/hamcrest-core.jar:$CLASSPATH"
-   ./configure --prefix=/usr --enable-unit $( ((CHECKFUNC)) && echo 
--enable-integration)
-   make
-   cd tools
-   python setup.py build
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-   cd tools
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: tpm2-pkcs11/repos/community-x86_64/PKGBUILD (from rev 1025857, 
tpm2-pkcs11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 09:36:36 UTC (rev 1025858)
@@ -0,0 +1,40 @@
+# Maintainer: Jonas Witschel 
+pkgname=tpm2-pkcs11
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware'
+arch=('x86_64')
+url='https://github.com/tpm2-software/tpm2-pkcs11'
+license=('BSD')
+depends=('libyaml' 'openssl' 'python' 'python-bcrypt' 'python-cryptography' 
'python-pyasn1-modules' 'python-yaml' 'sqlite'
+ 'tpm2-tools' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so' 
'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
+makedepends=('cmocka' 'python-setuptools')
+checkdepends=('expect' 'iproute2' 'java-hamcrest' 'junit' 'libp11' 'opensc' 
'openssh'
+  'python-python-pkcs11' 'swtpm' 'tpm2-abrmd' 'tpm2-tss-engine' 
'wget' 'xxd')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('eb2736a7ef00fefa91bb70cc96d94d1c7b6ce3701ab12301658b7b076d8fca93bc590c7cdba5a84934b6bd09dad252b13670804c686e76a65b03c7ef6d96427d'
+'SKIP')
+validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts 
(Bill Roberts) 
+BUILDENV+=('!check') # TODO re-enable tests once tpm2-tools 5.2 is released
+
+build() {
+   cd "$pkgname-$pkgver"
+   export 
CLASSPATH="/usr/share/java/junit.jar:/usr/share/java/hamcrest-core.jar:$CLASSPATH"
+   ./configure --prefix=/usr --enable-unit $( ((CHECKFUNC)) && echo 
--enable-integration)
+   make
+   cd tools
+   python setup.py build
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+   cd tools
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



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

2021-09-28 Thread Jonathan Steel via arch-commits
Date: Tuesday, September 28, 2021 @ 07:30:14
  Author: jsteel
Revision: 1025856

archrelease: copy trunk to community-x86_64

Added:
  partclone/repos/community-x86_64/PKGBUILD
(from rev 1025855, partclone/trunk/PKGBUILD)
Deleted:
  partclone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 07:30:08 UTC (rev 1025855)
+++ PKGBUILD2021-09-28 07:30:14 UTC (rev 1025856)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contrinutor: Dan Serban
-# Contributor: Franz Burgmann
-# Contributor: Todd Partridge (Gen2ly)
-# Contributor: Ivan Sichmann Freitas
-
-pkgname=partclone
-pkgver=0.3.17
-pkgrel=2
-pkgdesc="Utilities to save and restore used blocks on a partition"
-arch=('x86_64')
-url="https://partclone.org;
-license=('GPL')
-depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
-source=(https://partclone.nchc.org.tw/download/unstable/$pkgname-$pkgver.tar.gz)
-md5sums=('faab4ae8a7629b77ed11f61bc50b753a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen
-  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
---enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
---enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \
---sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: partclone/repos/community-x86_64/PKGBUILD (from rev 1025855, 
partclone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 07:30:14 UTC (rev 1025856)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.3.18
+pkgrel=1
+pkgdesc="Utilities to save and restore used blocks on a partition"
+arch=('x86_64')
+url="https://partclone.org;
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz)
+md5sums=('011fd357ceb590d6fc1b8d0e8d4652fc')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen
+  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
+--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
+--enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \
+--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



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

2021-09-28 Thread Jonathan Steel via arch-commits
Date: Tuesday, September 28, 2021 @ 07:30:08
  Author: jsteel
Revision: 1025855

upgpkg: partclone 0.3.18-1

Modified:
  partclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 07:22:52 UTC (rev 1025854)
+++ PKGBUILD2021-09-28 07:30:08 UTC (rev 1025855)
@@ -5,15 +5,15 @@
 # Contributor: Ivan Sichmann Freitas
 
 pkgname=partclone
-pkgver=0.3.17
-pkgrel=2
+pkgver=0.3.18
+pkgrel=1
 pkgdesc="Utilities to save and restore used blocks on a partition"
 arch=('x86_64')
 url="https://partclone.org;
 license=('GPL')
 depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
-source=(https://partclone.nchc.org.tw/download/unstable/$pkgname-$pkgver.tar.gz)
-md5sums=('faab4ae8a7629b77ed11f61bc50b753a')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz)
+md5sums=('011fd357ceb590d6fc1b8d0e8d4652fc')
 
 build() {
   cd $pkgname-$pkgver



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

2021-09-28 Thread Jonathan Steel via arch-commits
Date: Tuesday, September 28, 2021 @ 07:22:52
  Author: jsteel
Revision: 1025854

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 07:22:46 UTC (rev 1025853)
+++ PKGBUILD2021-09-28 07:22:52 UTC (rev 1025854)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=python-boto3
-pkgver=1.18.34
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('4537b404c20b76922a407513a1ddbc594f8e948635e73d74ee4e7324f6c7f8855b0931f1fd8f7d9ce68c794cd44544876d1e23bc5cac78289eac53c675c2d4c7')
-
-build() {
-  cd boto3-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package() {
-  cd boto3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 1025853, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 07:22:52 UTC (rev 1025854)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=python-boto3
+pkgver=1.18.49
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+makedepends=('python-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
+sha512sums=('4d94e11b974857709dc7907bd31a3eab087eafff3938286803d4d1bc850d90e4dd82be747a3a9c4725bb15e3670a12c8bd239a98df23198c498519d196279dc0')
+
+build() {
+  cd boto3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package() {
+  cd boto3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2021-09-28 Thread Jonathan Steel via arch-commits
Date: Tuesday, September 28, 2021 @ 07:22:46
  Author: jsteel
Revision: 1025853

upgpkg: python-boto3 1.18.49-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 07:22:01 UTC (rev 1025852)
+++ PKGBUILD2021-09-28 07:22:46 UTC (rev 1025853)
@@ -3,7 +3,7 @@
 
 pkgbase=python-boto3
 pkgname=python-boto3
-pkgver=1.18.34
+pkgver=1.18.49
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('4537b404c20b76922a407513a1ddbc594f8e948635e73d74ee4e7324f6c7f8855b0931f1fd8f7d9ce68c794cd44544876d1e23bc5cac78289eac53c675c2d4c7')
+sha512sums=('4d94e11b974857709dc7907bd31a3eab087eafff3938286803d4d1bc850d90e4dd82be747a3a9c4725bb15e3670a12c8bd239a98df23198c498519d196279dc0')
 
 build() {
   cd boto3-$pkgver



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

2021-09-28 Thread Jonathan Steel via arch-commits
Date: Tuesday, September 28, 2021 @ 07:22:01
  Author: jsteel
Revision: 1025852

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 1025851, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 07:21:55 UTC (rev 1025851)
+++ PKGBUILD2021-09-28 07:22:01 UTC (rev 1025852)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.20.34
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('40d603cfcecbb212513303adb4ee7116')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 1025851, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 07:22:01 UTC (rev 1025852)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.20.49
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('bb6a0b2a1208c6498d7b341285772b93')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}



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

2021-09-28 Thread Jonathan Steel via arch-commits
Date: Tuesday, September 28, 2021 @ 07:21:55
  Author: jsteel
Revision: 1025851

upgpkg: aws-cli 1.20.49-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 07:21:42 UTC (rev 1025850)
+++ PKGBUILD2021-09-28 07:21:55 UTC (rev 1025851)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.20.34
+pkgver=1.20.49
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('40d603cfcecbb212513303adb4ee7116')
+md5sums=('bb6a0b2a1208c6498d7b341285772b93')
 
 build() {
   cd $pkgname-$pkgver



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

2021-09-28 Thread Jonathan Steel via arch-commits
Date: Tuesday, September 28, 2021 @ 07:21:42
  Author: jsteel
Revision: 1025850

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 07:21:33 UTC (rev 1025849)
+++ PKGBUILD2021-09-28 07:21:42 UTC (rev 1025850)
@@ -1,27 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.21.34
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('566c46bd69aeb5ff73a57a21d3dc56b9')
-
-build() {
-  cd botocore-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 1025849, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 07:21:42 UTC (rev 1025850)
@@ -0,0 +1,27 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.21.49
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('dd3699763cf2f0b5cf0b48e8c757a1ed')
+
+build() {
+  cd botocore-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-09-28 Thread Jonathan Steel via arch-commits
Date: Tuesday, September 28, 2021 @ 07:21:33
  Author: jsteel
Revision: 1025849

upgpkg: python-botocore 1.21.49-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 05:56:27 UTC (rev 1025848)
+++ PKGBUILD2021-09-28 07:21:33 UTC (rev 1025849)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.21.34
+pkgver=1.21.49
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('566c46bd69aeb5ff73a57a21d3dc56b9')
+md5sums=('dd3699763cf2f0b5cf0b48e8c757a1ed')
 
 build() {
   cd botocore-$pkgver



[arch-commits] Commit in archboot-linux-firmware/repos/extra-any (PKGBUILD PKGBUILD)

2021-09-28 Thread Tobias Powalowski via arch-commits
Date: Tuesday, September 28, 2021 @ 06:40:34
  Author: tpowa
Revision: 424794

archrelease: copy trunk to extra-any

Added:
  archboot-linux-firmware/repos/extra-any/PKGBUILD
(from rev 424793, archboot-linux-firmware/trunk/PKGBUILD)
Deleted:
  archboot-linux-firmware/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 06:40:27 UTC (rev 424793)
+++ PKGBUILD2021-09-28 06:40:34 UTC (rev 424794)
@@ -1,38 +0,0 @@
-# Maintainer: Tobias Powalowski 
-
-pkgname=(archboot-linux-firmware)
-pkgver=20210919.d526e04
-pkgrel=4
-pkgdesc="Firmware files for archboot creation"
-url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
-license=('GPL2' 'GPL3' 'custom')
-arch=('any')
-makedepends=('linux-firmware' 'kmod' 'linux' 'tar')
-conflicts=('linux-firmware')
-options=(!strip)
-
-package() {
-  cd /lib/modules/*
-  # get firmware files from modules
-  for i in $(find -name '*.ko.zst');do
-FIRMWARE="$FIRMWARE $(echo $(modinfo -F firmware $(pwd)/$i))"
-  done
-  mkdir -p ${pkgdir}/usr
-  for i in $(echo $FIRMWARE);do
-  [[ -e /lib/firmware/$i ]] &&  tar -C / -clpf - lib/firmware/$i | tar -C 
${pkgdir}/usr -vxlspf -
-  done
-  # fix symlinks
-  tar -C / -clpf - lib/firmware/cypress | tar -C ${pkgdir}/usr -vxlspf -
-  tar -C / -clpf - lib/firmware/cxgb4/t4fw-1.26.0.0.bin | tar -C ${pkgdir}/usr 
-vxlspf -
-  tar -C / -clpf - lib/firmware/cxgb4/t5fw-1.26.0.0.bin | tar -C ${pkgdir}/usr 
-vxlspf -
-  tar -C / -clpf - lib/firmware/cxgb4/t6fw-1.26.0.0.bin | tar -C ${pkgdir}/usr 
-vxlspf -
-  tar -C / -clpf - lib/firmware/netronome/nic | tar -C ${pkgdir}/usr -vxlspf -
-  tar -C / -clpf - lib/firmware/intel/ice/ddp/ice-1.3.26.0.pkg | tar -C 
${pkgdir}/usr -vxlspf -
-  tar -C / -clpf - lib/firmware/rtl_bt/rtl8821c_config.bin | tar -C 
${pkgdir}/usr -vxlspf -
-  # compress firmware with xz
-  find ${pkgdir}/usr -type f -execdir xz -C crc32 -z {} \+ 
-  # add licenses
-  mkdir -p ${pkgdir}/usr/share/licenses/archboot-linux-firmware
-  tar -C /usr/share/licenses/linux-firmware -clpf - ./ | tar -C 
${pkgdir}/usr/share/licenses/archboot-linux-firmware -vxlspf -
-}
-# vim:set sw=2 et:

Copied: archboot-linux-firmware/repos/extra-any/PKGBUILD (from rev 424793, 
archboot-linux-firmware/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 06:40:34 UTC (rev 424794)
@@ -0,0 +1,39 @@
+# Maintainer: Tobias Powalowski 
+
+pkgname=(archboot-linux-firmware)
+pkgver=20210919.d526e04
+pkgrel=5
+pkgdesc="Firmware files for archboot creation"
+url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+arch=('any')
+makedepends=('linux-firmware' 'kmod' 'linux' 'tar')
+conflicts=('linux-firmware')
+options=(!strip)
+
+package() {
+  cd /lib/modules/*
+  # get firmware files from modules
+  for i in $(find -name '*.ko.zst');do
+FIRMWARE="$FIRMWARE $(echo $(modinfo -F firmware $(pwd)/$i))"
+  done
+  mkdir -p ${pkgdir}/usr
+  for i in $(echo $FIRMWARE);do
+  [[ -e /lib/firmware/$i ]] &&  tar -C / -clpf - lib/firmware/$i | tar -C 
${pkgdir}/usr -vxlspf -
+  done
+  # fix symlinks
+  tar -C / -clpf - lib/firmware/cypress | tar -C ${pkgdir}/usr -vxlspf -
+  tar -C / -clpf - lib/firmware/cxgb4/t4fw-1.26.0.0.bin | tar -C ${pkgdir}/usr 
-vxlspf -
+  tar -C / -clpf - lib/firmware/cxgb4/t5fw-1.26.0.0.bin | tar -C ${pkgdir}/usr 
-vxlspf -
+  tar -C / -clpf - lib/firmware/cxgb4/t6fw-1.26.0.0.bin | tar -C ${pkgdir}/usr 
-vxlspf -
+  tar -C / -clpf - lib/firmware/netronome/nic | tar -C ${pkgdir}/usr -vxlspf -
+  tar -C / -clpf - lib/firmware/intel/ice/ddp/ice-1.3.26.0.pkg | tar -C 
${pkgdir}/usr -vxlspf -
+  tar -C / -clpf - lib/firmware/rtl_bt/rtl8821c_config.bin | tar -C 
${pkgdir}/usr -vxlspf -
+  # compress firmware with xz, wait for mkinitcpio support to be implemented
+  # #FS 72263
+  # find ${pkgdir}/usr -type f -execdir xz -C crc32 -z {} \+ 
+  # add licenses
+  mkdir -p ${pkgdir}/usr/share/licenses/archboot-linux-firmware
+  tar -C /usr/share/licenses/linux-firmware -clpf - ./ | tar -C 
${pkgdir}/usr/share/licenses/archboot-linux-firmware -vxlspf -
+}
+# vim:set sw=2 et:



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

2021-09-28 Thread Tobias Powalowski via arch-commits
Date: Tuesday, September 28, 2021 @ 06:40:27
  Author: tpowa
Revision: 424793

upgpkg: archboot-linux-firmware 20210919.d526e04-5: revert compression until 
mkinitcpio supports it

Modified:
  archboot-linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 06:19:22 UTC (rev 424792)
+++ PKGBUILD2021-09-28 06:40:27 UTC (rev 424793)
@@ -2,7 +2,7 @@
 
 pkgname=(archboot-linux-firmware)
 pkgver=20210919.d526e04
-pkgrel=4
+pkgrel=5
 pkgdesc="Firmware files for archboot creation"
 
url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
 license=('GPL2' 'GPL3' 'custom')
@@ -29,8 +29,9 @@
   tar -C / -clpf - lib/firmware/netronome/nic | tar -C ${pkgdir}/usr -vxlspf -
   tar -C / -clpf - lib/firmware/intel/ice/ddp/ice-1.3.26.0.pkg | tar -C 
${pkgdir}/usr -vxlspf -
   tar -C / -clpf - lib/firmware/rtl_bt/rtl8821c_config.bin | tar -C 
${pkgdir}/usr -vxlspf -
-  # compress firmware with xz
-  find ${pkgdir}/usr -type f -execdir xz -C crc32 -z {} \+ 
+  # compress firmware with xz, wait for mkinitcpio support to be implemented
+  # #FS 72263
+  # find ${pkgdir}/usr -type f -execdir xz -C crc32 -z {} \+ 
   # add licenses
   mkdir -p ${pkgdir}/usr/share/licenses/archboot-linux-firmware
   tar -C /usr/share/licenses/linux-firmware -clpf - ./ | tar -C 
${pkgdir}/usr/share/licenses/archboot-linux-firmware -vxlspf -



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

2021-09-28 Thread Andreas Radke via arch-commits
Date: Tuesday, September 28, 2021 @ 06:10:54
  Author: andyrtr
Revision: 424791

archrelease: copy trunk to extra-x86_64

Added:
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 424790, libinput/trunk/PKGBUILD)
Deleted:
  libinput/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-28 06:10:39 UTC (rev 424790)
+++ PKGBUILD2021-09-28 06:10:54 UTC (rev 424791)
@@ -1,36 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.19.0
-pkgrel=1
-pkgdesc="Input device management and event handling library"
-url="https://www.freedesktop.org/wiki/Software/libinput/;
-arch=(x86_64)
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-# upstream doesn't recommend building docs
-makedepends=('gtk3' 'meson') # 'doxygen' 'graphviz' 'python-sphinx' 
'python-recommonmark'
-optdepends=('gtk3: libinput debug-gui'
-'python-pyudev: libinput measure'
-'python-libevdev: libinput measure')
-source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('daf42ce797f2b5aef8d6f7a5c0d967590581e6ac12c26fa6bde5fbc619d75319e39ca55d65d5347e554dd6a48b91f5fed4d3167eabef8ad1ebc43bc0c3e8e220'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  arch-meson $pkgname-$pkgver build \
--D b_lto=false \
--D udev-dir=/usr/lib/udev \
--D tests=false \
--D documentation=false
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-
-  install -Dvm644 $pkgname-$pkgver/COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libinput/repos/extra-x86_64/PKGBUILD (from rev 424790, 
libinput/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-28 06:10:54 UTC (rev 424791)
@@ -0,0 +1,36 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.19.1
+pkgrel=1
+pkgdesc="Input device management and event handling library"
+url="https://www.freedesktop.org/wiki/Software/libinput/;
+arch=(x86_64)
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+# upstream doesn't recommend building docs
+makedepends=('gtk3' 'meson' 'wayland-protocols') # 'doxygen' 'graphviz' 
'python-sphinx' 'python-recommonmark'
+optdepends=('gtk3: libinput debug-gui'
+'python-pyudev: libinput measure'
+'python-libevdev: libinput measure')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('63084f5e081ee4918fee8584d99e6feb84ce9b771015c556c930843e0097abb9b93b6f9731c488b8493eac18fa4086f4822a2ed00f3cb3258346341ad0061c36'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+-D b_lto=false \
+-D udev-dir=/usr/lib/udev \
+-D tests=false \
+-D documentation=false
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  install -Dvm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-09-28 Thread Andreas Radke via arch-commits
Date: Tuesday, September 28, 2021 @ 06:10:39
  Author: andyrtr
Revision: 424790

upgpkg: libinput 1.19.1-1: upstream update 1.19.1

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-28 05:36:09 UTC (rev 424789)
+++ PKGBUILD2021-09-28 06:10:39 UTC (rev 424790)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.19.0
+pkgver=1.19.1
 pkgrel=1
 pkgdesc="Input device management and event handling library"
 url="https://www.freedesktop.org/wiki/Software/libinput/;
@@ -10,12 +10,12 @@
 license=(custom:X11)
 depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
 # upstream doesn't recommend building docs
-makedepends=('gtk3' 'meson') # 'doxygen' 'graphviz' 'python-sphinx' 
'python-recommonmark'
+makedepends=('gtk3' 'meson' 'wayland-protocols') # 'doxygen' 'graphviz' 
'python-sphinx' 'python-recommonmark'
 optdepends=('gtk3: libinput debug-gui'
 'python-pyudev: libinput measure'
 'python-libevdev: libinput measure')
 
source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('daf42ce797f2b5aef8d6f7a5c0d967590581e6ac12c26fa6bde5fbc619d75319e39ca55d65d5347e554dd6a48b91f5fed4d3167eabef8ad1ebc43bc0c3e8e220'
+sha512sums=('63084f5e081ee4918fee8584d99e6feb84ce9b771015c556c930843e0097abb9b93b6f9731c488b8493eac18fa4086f4822a2ed00f3cb3258346341ad0061c36'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T)