[arch-commits] Commit in opera-ffmpeg-codecs/repos/community-x86_64 (2 files)

2022-05-17 Thread Ike Devolder via arch-commits
Date: Wednesday, May 18, 2022 @ 05:39:19
  Author: idevolder
Revision: 1207762

archrelease: copy trunk to community-x86_64

Added:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
(from rev 1207761, opera-ffmpeg-codecs/trunk/PKGBUILD)
Deleted:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-18 05:39:14 UTC (rev 1207761)
+++ PKGBUILD2022-05-18 05:39:19 UTC (rev 1207762)
@@ -1,58 +0,0 @@
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-
-pkgname=opera-ffmpeg-codecs
-pkgver=100.0.4896.127
-pkgrel=1
-pkgdesc="additional support for proprietary codecs for opera"
-arch=('x86_64')
-url="https://ffmpeg.org/;
-license=('LGPL2.1')
-depends=('glibc')
-makedepends=(
-  'gtk3' 'libexif' 'libxss' 'ninja' 'nss' 'pciutils' 'python' 'xdg-utils' 'gn'
-  'libva' 'nodejs'
-)
-options=('!strip')
-source=(
-  
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
-)
-sha512sums=('2d5336470fead874aa1ca599cd7dbad21bd2a73c0b2136badd7a865799a96bf52938aca88c643c8b7e93ec6ceb897b7c4f71ae92b4210cdce0af828d17ea081b')
-
-#prepare() {
-  #cd "$srcdir/chromium-$pkgver"
-#}
-
-build() {
-  cd "$srcdir/chromium-$pkgver"
-
-  python tools/clang/scripts/update.py
-
-  export 
PATH="${srcdir}/chromium-${pkgver}/third_party/llvm-build/Release+Asserts/bin:$PATH"
-
-  # Setup nodejs dependency.
-  mkdir -p third_party/node/linux/node-linux-x64/bin/
-  ln -sf /usr/bin/node third_party/node/linux/node-linux-x64/bin/node
-
-  # error while loading shared libraries: libtinfo.so.5: cannot open shared 
object file: No such file or directory
-  ln -s /usr/lib/libtinfo.so.6 \
-third_party/llvm-build/Release+Asserts/lib/libtinfo.so.5
-
-  export CC="clang"
-  export CXX="clang++"
-
-  local args="ffmpeg_branding=\"ChromeOS\" proprietary_codecs=true 
enable_platform_hevc=true enable_platform_ac3_eac3_audio=true 
enable_platform_mpeg_h_audio=true enable_platform_dolby_vision=true 
enable_mse_mpeg2ts_stream_parser=true use_gnome_keyring=false use_sysroot=false 
use_gold=false linux_use_bundled_binutils=false treat_warnings_as_errors=false 
enable_nacl=false enable_nacl_nonsfi=false clang_use_chrome_plugins=true 
is_component_build=true is_debug=false symbol_level=0 use_custom_libcxx=true"
-
-  gn gen out/Release -v --args="$args" --script-executable=/usr/bin/python
-
-  ninja -C out/Release -v media/ffmpeg
-}
-
-package() {
-  cd "$srcdir/chromium-$pkgver"
-
-  install -Dm644 out/Release/libffmpeg.so \
-"$pkgdir/usr/lib/opera/lib_extra/libffmpeg.so"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD (from rev 1207761, 
opera-ffmpeg-codecs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-18 05:39:19 UTC (rev 1207762)
@@ -0,0 +1,58 @@
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+
+pkgname=opera-ffmpeg-codecs
+pkgver=101.0.4951.64
+pkgrel=1
+pkgdesc="additional support for proprietary codecs for opera"
+arch=('x86_64')
+url="https://ffmpeg.org/;
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=(
+  'gtk3' 'libexif' 'libxss' 'ninja' 'nss' 'pciutils' 'python' 'xdg-utils' 'gn'
+  'libva' 'nodejs'
+)
+options=('!strip')
+source=(
+  
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
+)
+sha512sums=('ca1ba0994c75eda67f37a9e8333beb595b237b7266503cca4c259c48b8687214b35703fdda0d6cfd2c7bbdce0b66d68cede3bc22581453f035a173caf7d4985f')
+
+#prepare() {
+  #cd "$srcdir/chromium-$pkgver"
+#}
+
+build() {
+  cd "$srcdir/chromium-$pkgver"
+
+  python tools/clang/scripts/update.py
+
+  export 
PATH="${srcdir}/chromium-${pkgver}/third_party/llvm-build/Release+Asserts/bin:$PATH"
+
+  # Setup nodejs dependency.
+  mkdir -p third_party/node/linux/node-linux-x64/bin/
+  ln -sf /usr/bin/node third_party/node/linux/node-linux-x64/bin/node
+
+  # error while loading shared libraries: libtinfo.so.5: cannot open shared 
object file: No such file or directory
+  ln -s /usr/lib/libtinfo.so.6 \
+third_party/llvm-build/Release+Asserts/lib/libtinfo.so.5
+
+  export CC="clang"
+  export CXX="clang++"
+
+  local args="ffmpeg_branding=\"ChromeOS\" proprietary_codecs=true 
enable_platform_hevc=true enable_platform_ac3_eac3_audio=true 
enable_platform_mpeg_h_audio=true enable_platform_dolby_vision=true 
enable_mse_mpeg2ts_stream_parser=true use_gnome_keyring=false use_sysroot=false 
use_gold=false linux_use_bundled_binutils=false treat_warnings_as_errors=false 
enable_nacl=false enable_nacl_nonsfi=false clang_use_chrome_plugins=true 
is_component_build=true is_debug=false symbol_level=0 use_custom_libcxx=true"
+
+  

[arch-commits] Commit in opera-ffmpeg-codecs/trunk (PKGBUILD)

2022-05-17 Thread Ike Devolder via arch-commits
Date: Wednesday, May 18, 2022 @ 05:39:14
  Author: idevolder
Revision: 1207761

upgpkg: opera-ffmpeg-codecs 101.0.4951.64-1

Modified:
  opera-ffmpeg-codecs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-18 05:16:09 UTC (rev 1207760)
+++ PKGBUILD2022-05-18 05:39:14 UTC (rev 1207761)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 
 pkgname=opera-ffmpeg-codecs
-pkgver=100.0.4896.127
+pkgver=101.0.4951.64
 pkgrel=1
 pkgdesc="additional support for proprietary codecs for opera"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 source=(
   
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
 )
-sha512sums=('2d5336470fead874aa1ca599cd7dbad21bd2a73c0b2136badd7a865799a96bf52938aca88c643c8b7e93ec6ceb897b7c4f71ae92b4210cdce0af828d17ea081b')
+sha512sums=('ca1ba0994c75eda67f37a9e8333beb595b237b7266503cca4c259c48b8687214b35703fdda0d6cfd2c7bbdce0b66d68cede3bc22581453f035a173caf7d4985f')
 
 #prepare() {
   #cd "$srcdir/chromium-$pkgver"



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

2022-05-17 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 18, 2022 @ 05:16:09
  Author: svenstaro
Revision: 1207760

archrelease: copy trunk to community-x86_64

Added:
  miniserve/repos/community-x86_64/PKGBUILD
(from rev 1207759, miniserve/trunk/PKGBUILD)
Deleted:
  miniserve/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-18 05:16:03 UTC (rev 1207759)
+++ PKGBUILD2022-05-18 05:16:09 UTC (rev 1207760)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=miniserve
-pkgver=0.19.4
-pkgrel=1
-pkgdesc="Tool to serve files via HTTP"
-arch=('x86_64')
-url="https://github.com/svenstaro/miniserve;
-license=('MIT')
-depends=('gcc-libs' 'bzip2')
-makedepends=('rust')
-options=(!lto)
-source=(miniserve-$pkgver.tar.gz::https://github.com/svenstaro/miniserve/archive/v${pkgver}.tar.gz)
-sha512sums=('3c26922d094ab38447eb875341ef1200c69f9e85a6aa16657207ee79a9e6d5984f6d51b4dd445df696cb170a89291fe87140b1b0288c90b08f9285270a9e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cargo build --release --locked
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cargo test --release --locked -- --test-threads=1
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 target/release/miniserve "$pkgdir"/usr/bin/miniserve
-
-  mkdir -p 
"$pkgdir"/usr/share/{bash-completion/completions,zsh/site-functions,fish/vendor_completions.d}
-  target/release/miniserve --print-completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/miniserve
-  target/release/miniserve --print-completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_miniserve
-  target/release/miniserve --print-completions fish > 
"$pkgdir"/usr/share/fish/vendor_completions.d/miniserve.fish
-
-  mkdir -p "$pkgdir"/usr/share/man/man1
-  target/release/miniserve --print-manpage | gzip > 
"$pkgdir"/usr/share/man/man1/$pkgname.1.gz
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: miniserve/repos/community-x86_64/PKGBUILD (from rev 1207759, 
miniserve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-18 05:16:09 UTC (rev 1207760)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=miniserve
+pkgver=0.19.5
+pkgrel=1
+pkgdesc="Tool to serve files via HTTP"
+arch=('x86_64')
+url="https://github.com/svenstaro/miniserve;
+license=('MIT')
+depends=('gcc-libs' 'bzip2')
+makedepends=('rust')
+options=(!lto)
+source=(miniserve-$pkgver.tar.gz::https://github.com/svenstaro/miniserve/archive/v${pkgver}.tar.gz)
+sha512sums=('c5f5ee93dce6eae35c4e08468b197bf6c9c0dc6fd6d73478fd05875a3aebfa85fb6679544e5afa143f8f1b32300e62804c47f44dce921aa0118c32c43e08')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cargo build --release --locked
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cargo test --release --locked -- --test-threads=1
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 target/release/miniserve "$pkgdir"/usr/bin/miniserve
+
+  mkdir -p 
"$pkgdir"/usr/share/{bash-completion/completions,zsh/site-functions,fish/vendor_completions.d}
+  target/release/miniserve --print-completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/miniserve
+  target/release/miniserve --print-completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_miniserve
+  target/release/miniserve --print-completions fish > 
"$pkgdir"/usr/share/fish/vendor_completions.d/miniserve.fish
+
+  mkdir -p "$pkgdir"/usr/share/man/man1
+  target/release/miniserve --print-manpage | gzip > 
"$pkgdir"/usr/share/man/man1/$pkgname.1.gz
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-05-17 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 18, 2022 @ 05:16:03
  Author: svenstaro
Revision: 1207759

upgpkg: miniserve 0.19.5-1

Modified:
  miniserve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-18 04:54:51 UTC (rev 1207758)
+++ PKGBUILD2022-05-18 05:16:03 UTC (rev 1207759)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=miniserve
-pkgver=0.19.4
+pkgver=0.19.5
 pkgrel=1
 pkgdesc="Tool to serve files via HTTP"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('rust')
 options=(!lto)
 
source=(miniserve-$pkgver.tar.gz::https://github.com/svenstaro/miniserve/archive/v${pkgver}.tar.gz)
-sha512sums=('3c26922d094ab38447eb875341ef1200c69f9e85a6aa16657207ee79a9e6d5984f6d51b4dd445df696cb170a89291fe87140b1b0288c90b08f9285270a9e')
+sha512sums=('c5f5ee93dce6eae35c4e08468b197bf6c9c0dc6fd6d73478fd05875a3aebfa85fb6679544e5afa143f8f1b32300e62804c47f44dce921aa0118c32c43e08')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2022-05-17 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, May 18, 2022 @ 04:54:51
  Author: yan12125
Revision: 1207758

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-18 04:54:37 UTC (rev 1207757)
+++ PKGBUILD2022-05-18 04:54:51 UTC (rev 1207758)
@@ -1,45 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=httpcore
-pkgname=python-httpcore
-pkgver=0.14.7
-pkgrel=1
-pkgdesc="A minimal HTTP client"
-arch=('any')
-url="https://github.com/encode/${_pkgname};
-license=('BSD')
-depends=('python-anyio' 'python-h11' 'python-sniffio' 'python-certifi')
-optdepends=('python-h2: for HTTP/2 support' 'python-socksio: for SOCKS 
support')
-makedepends=('python-setuptools' 'python-h2')
-checkdepends=('hypercorn' 'python-curio' 'python-pproxy' 
'python-pytest-asyncio' 'python-pytest-httpbin' 'python-pytest-trio' 
'python-trustme' 'uvicorn' 'python-socksio')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('6865e97f9b84846bb4e9304ea358b0a28d66fd2d1e244e8a2a439ee446a294ecbc68ac07d5a718fd1c3eceaa44a391d7a8f7f2ca659f1674eb17a90f39987d48')
-
-prepare() {
-cd ${_pkgname}-${pkgver}
-
-# do not run coverage in unittests!
-sed -i '/^addopts/d' setup.cfg
-}
-
-build() {
-cd ${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd ${_pkgname}-${pkgver}
-
-# raise open files limits, many tests will fail otherwise
-ulimit -S -n 4096
-
-python -m pytest
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE.md 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.md
-}

Copied: python-httpcore/repos/community-any/PKGBUILD (from rev 1207757, 
python-httpcore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-18 04:54:51 UTC (rev 1207758)
@@ -0,0 +1,50 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=httpcore
+pkgname=python-httpcore
+# https://github.com/encode/httpcore/blob/master/CHANGELOG.md
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="A minimal HTTP client"
+arch=('any')
+url="https://github.com/encode/${_pkgname};
+license=('BSD')
+depends=('python-anyio' 'python-h11' 'python-sniffio' 'python-certifi')
+optdepends=(
+  'python-h2: for HTTP/2 support'
+  'python-socksio: for SOCKS support'
+  'python-trio: for trio backend'
+)
+makedepends=('python-setuptools' 'python-h2')
+checkdepends=('hypercorn' 'python-curio' 'python-pproxy' 
'python-pytest-asyncio' 'python-pytest-httpbin' 'python-pytest-trio' 
'python-trustme' 'uvicorn' 'python-socksio')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('3c25630d582448e3c7d46176c8862e4d92c6c4aac954bfe46b06e26297b32f996db2e002a87c7187accb5bf4ef86e82d7f9051404bee651ce5254119571d0c95')
+
+prepare() {
+cd ${_pkgname}-${pkgver}
+
+# disable -Werror, which often causes failures due to newer dependencies 
in Arch
+sed -i '/\berror\b/d' setup.cfg
+}
+
+build() {
+cd ${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+
+# raise open files limits, many tests will fail otherwise
+ulimit -S -n 4096
+
+python -m pytest
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE.md 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.md
+}



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

2022-05-17 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, May 18, 2022 @ 04:54:37
  Author: yan12125
Revision: 1207757

upgpkg: python-httpcore 0.15.0-1

* Add a link to upstream changelogs
* Update optdepends per namcap errors
* Drop the hack for pytest-cov, which is no longer used [1]
* Don't treat warnings as errors. That is introduced in [2] and causes
  issues like [3].

[1] https://github.com/encode/httpcore/pull/218
[2] https://github.com/encode/httpcore/pull/442
[3] https://github.com/encode/httpcore/issues/548

Modified:
  python-httpcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-18 03:06:08 UTC (rev 1207756)
+++ PKGBUILD2022-05-18 04:54:37 UTC (rev 1207757)
@@ -2,7 +2,8 @@
 
 _pkgname=httpcore
 pkgname=python-httpcore
-pkgver=0.14.7
+# https://github.com/encode/httpcore/blob/master/CHANGELOG.md
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="A minimal HTTP client"
 arch=('any')
@@ -9,17 +10,21 @@
 url="https://github.com/encode/${_pkgname};
 license=('BSD')
 depends=('python-anyio' 'python-h11' 'python-sniffio' 'python-certifi')
-optdepends=('python-h2: for HTTP/2 support' 'python-socksio: for SOCKS 
support')
+optdepends=(
+  'python-h2: for HTTP/2 support'
+  'python-socksio: for SOCKS support'
+  'python-trio: for trio backend'
+)
 makedepends=('python-setuptools' 'python-h2')
 checkdepends=('hypercorn' 'python-curio' 'python-pproxy' 
'python-pytest-asyncio' 'python-pytest-httpbin' 'python-pytest-trio' 
'python-trustme' 'uvicorn' 'python-socksio')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('6865e97f9b84846bb4e9304ea358b0a28d66fd2d1e244e8a2a439ee446a294ecbc68ac07d5a718fd1c3eceaa44a391d7a8f7f2ca659f1674eb17a90f39987d48')
+sha512sums=('3c25630d582448e3c7d46176c8862e4d92c6c4aac954bfe46b06e26297b32f996db2e002a87c7187accb5bf4ef86e82d7f9051404bee651ce5254119571d0c95')
 
 prepare() {
 cd ${_pkgname}-${pkgver}
 
-# do not run coverage in unittests!
-sed -i '/^addopts/d' setup.cfg
+# disable -Werror, which often causes failures due to newer dependencies 
in Arch
+sed -i '/\berror\b/d' setup.cfg
 }
 
 build() {



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

2022-05-17 Thread Brett Cornwall via arch-commits
Date: Wednesday, May 18, 2022 @ 03:06:08
  Author: ainola
Revision: 1207756

archrelease: copy trunk to community-testing-x86_64

Added:
  sway/repos/community-testing-x86_64/50-systemd-user.conf
(from rev 1207755, sway/trunk/50-systemd-user.conf)
  sway/repos/community-testing-x86_64/PKGBUILD
(from rev 1207755, sway/trunk/PKGBUILD)
  sway/repos/community-testing-x86_64/sway-session.target
(from rev 1207755, sway/trunk/sway-session.target)
  sway/repos/community-testing-x86_64/sway.install
(from rev 1207755, sway/trunk/sway.install)
  sway/repos/community-testing-x86_64/sway.service
(from rev 1207755, sway/trunk/sway.service)
Deleted:
  sway/repos/community-testing-x86_64/50-systemd-user.conf
  sway/repos/community-testing-x86_64/PKGBUILD
  sway/repos/community-testing-x86_64/sway-session.target
  sway/repos/community-testing-x86_64/sway.install
  sway/repos/community-testing-x86_64/sway.service

--+
 50-systemd-user.conf |   14 ++--
 PKGBUILD |  156 -
 sway-session.target  |   16 ++---
 sway.install |   62 +--
 sway.service |   32 +-
 5 files changed, 140 insertions(+), 140 deletions(-)

Deleted: 50-systemd-user.conf
===
--- 50-systemd-user.conf2022-05-18 03:05:30 UTC (rev 1207755)
+++ 50-systemd-user.conf2022-05-18 03:06:08 UTC (rev 1207756)
@@ -1,7 +0,0 @@
-# sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment
-# See FS#63021
-# Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.
-
-exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK 
XDG_CURRENT_DESKTOP
-exec hash dbus-update-activation-environment 2>/dev/null && \
- dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY 
SWAYSOCK XDG_CURRENT_DESKTOP

Copied: sway/repos/community-testing-x86_64/50-systemd-user.conf (from rev 
1207755, sway/trunk/50-systemd-user.conf)
===
--- 50-systemd-user.conf(rev 0)
+++ 50-systemd-user.conf2022-05-18 03:06:08 UTC (rev 1207756)
@@ -0,0 +1,7 @@
+# sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment
+# See FS#63021
+# Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.
+
+exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK 
XDG_CURRENT_DESKTOP
+exec hash dbus-update-activation-environment 2>/dev/null && \
+ dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY 
SWAYSOCK XDG_CURRENT_DESKTOP

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-18 03:05:30 UTC (rev 1207755)
+++ PKGBUILD2022-05-18 03:06:08 UTC (rev 1207756)
@@ -1,78 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Alexander F. Rødseth 
-
-pkgname=sway
-pkgver=1.7
-epoch=1
-pkgrel=7
-pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
-arch=(x86_64)
-url='https://swaywm.org/'
-license=(MIT)
-depends=(
-  'cairo'
-  'gdk-pixbuf2'
-  'libevdev.so'
-  'libinput'
-  'libjson-c.so'
-  'libudev.so'
-  'libwayland-server.so'
-  'libwlroots.so'
-  'libxcb'
-  'libxkbcommon.so'
-  'pango'
-  'pcre'
-  'ttf-font'
-)
-makedepends=(meson ninja scdoc setconf wayland-protocols)
-backup=(etc/sway/config)
-optdepends=(
-  'bemenu: Wayland-native alternative to dmenu'
-  'dmenu: Application launcher used in default config'
-  'foot: Terminal emulator used in the default configuration'
-  'i3status: Status line generation'
-  'mako: Lightweight notification daemon'
-  'polkit: System privilege control. Required if not using seatd service'
-  'swaybg: Wallpaper tool for sway'
-  'swayidle: Idle management daemon'
-  'swaylock: Screen locker'
-  'waybar: Highly customizable bar'
-  'xorg-xwayland: X11 support'
-)
-source=("https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz;
-
"https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz.sig;
-"50-systemd-user.conf")
-options=(debug)
-install=sway.install
-sha512sums=('028cf5d504d5914bfb78d44156d6a290de660c5ed0638f4e2c56e5be76db9b0baeda035e1fa1ae23559016bd7e4312f7ff70c2fb4904df25358577c1a3d21243'
-'SKIP'
-
'c2b7d808f4231f318e03789015624fd4cf32b81434b15406570b4e144c0defc54e216d881447e6fd9fc18d7da608cccb61c32e0e1fab2f1fe2750acf812d3137')
-validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48'  # Simon Ser
-  '9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Set the version information to 'Arch Linux' instead of 'makepkg'
-  sed -i "s/branch \\\'@1@\\\'/Arch Linux/g" meson.build
-}
-
-build() {
-  mkdir -p build
-  arch-meson build "$pkgname-$pkgver" 

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

2022-05-17 Thread Brett Cornwall via arch-commits
Date: Wednesday, May 18, 2022 @ 03:05:30
  Author: ainola
Revision: 1207755

Rebuild to make sure no testing libs were promoted

Modified:
  sway/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-18 03:04:09 UTC (rev 1207754)
+++ PKGBUILD2022-05-18 03:05:30 UTC (rev 1207755)
@@ -5,7 +5,7 @@
 pkgname=sway
 pkgver=1.7
 epoch=1
-pkgrel=7
+pkgrel=8
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'



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

2022-05-17 Thread Brett Cornwall via arch-commits
Date: Wednesday, May 18, 2022 @ 03:04:09
  Author: ainola
Revision: 1207754

archrelease: copy trunk to community-x86_64

Added:
  wlroots/repos/community-x86_64/PKGBUILD
(from rev 1207753, wlroots/trunk/PKGBUILD)
Deleted:
  wlroots/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-18 03:03:46 UTC (rev 1207753)
+++ PKGBUILD2022-05-18 03:04:09 UTC (rev 1207754)
@@ -1,66 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Omar Pakker
-
-pkgname=wlroots
-pkgver=0.15.1
-pkgrel=4
-license=('MIT')
-pkgdesc='Modular Wayland compositor library'
-url='https://gitlab.freedesktop.org/wlroots/wlroots'
-arch=('x86_64')
-depends=(
-'libglvnd'
-'libinput'
-'libpixman-1.so'
-'libseat.so'
-'libudev.so'
-'libvulkan.so'
-'libwayland-client.so'
-'libwayland-server.so'
-'libxcb'
-'libxkbcommon.so'
-'opengl-driver'
-'xcb-util-errors'
-'xcb-util-renderutil'
-'xcb-util-wm'
-)
-makedepends=(
-'glslang'
-'meson'
-'ninja'
-'systemd'
-'vulkan-headers'
-'wayland-protocols'
-'xorg-xwayland'
-)
-optdepends=(
-'xorg-xwayland: Xwayland support'
-)
-provides=(
-'libwlroots.so'
-)
-options=(
-'debug'
-)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz;
-
"https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz.sig;
-)
-sha256sums=('5b92f11a52d978919ed1306e0d54c9d59f1762b28d44f0a2da3ef3b351305373'
-'SKIP')
-validpgpkeys=(
-'34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48' # Simon Ser
-'9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A' # Drew DeVault
-'4100929B33EEB0FD1DB852797BC79407090047CA' # Sway signing key
-)
-
-build() {
-arch-meson "$pkgname-$pkgver" build
-ninja -C build
-}
-
-package() {
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: wlroots/repos/community-x86_64/PKGBUILD (from rev 1207753, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-18 03:04:09 UTC (rev 1207754)
@@ -0,0 +1,66 @@
+# Maintainer: Brett Cornwall 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Omar Pakker
+
+pkgname=wlroots
+pkgver=0.15.1
+pkgrel=5
+license=('MIT')
+pkgdesc='Modular Wayland compositor library'
+url='https://gitlab.freedesktop.org/wlroots/wlroots'
+arch=('x86_64')
+depends=(
+'libglvnd'
+'libinput'
+'libpixman-1.so'
+'libseat.so'
+'libudev.so'
+'libvulkan.so'
+'libwayland-client.so'
+'libwayland-server.so'
+'libxcb'
+'libxkbcommon.so'
+'opengl-driver'
+'xcb-util-errors'
+'xcb-util-renderutil'
+'xcb-util-wm'
+)
+makedepends=(
+'glslang'
+'meson'
+'ninja'
+'systemd'
+'vulkan-headers'
+'wayland-protocols'
+'xorg-xwayland'
+)
+optdepends=(
+'xorg-xwayland: Xwayland support'
+)
+provides=(
+'libwlroots.so'
+)
+options=(
+'debug'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz;
+
"https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz.sig;
+)
+sha256sums=('5b92f11a52d978919ed1306e0d54c9d59f1762b28d44f0a2da3ef3b351305373'
+'SKIP')
+validpgpkeys=(
+'34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48' # Simon Ser
+'9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A' # Drew DeVault
+'4100929B33EEB0FD1DB852797BC79407090047CA' # Sway signing key
+)
+
+build() {
+arch-meson "$pkgname-$pkgver" build
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-05-17 Thread Brett Cornwall via arch-commits
Date: Wednesday, May 18, 2022 @ 03:03:46
  Author: ainola
Revision: 1207753

Rebuild just to make sure no testing libs were used

Modified:
  wlroots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-18 03:00:13 UTC (rev 1207752)
+++ PKGBUILD2022-05-18 03:03:46 UTC (rev 1207753)
@@ -4,7 +4,7 @@
 
 pkgname=wlroots
 pkgver=0.15.1
-pkgrel=4
+pkgrel=5
 license=('MIT')
 pkgdesc='Modular Wayland compositor library'
 url='https://gitlab.freedesktop.org/wlroots/wlroots'



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

2022-05-17 Thread Brett Cornwall via arch-commits
Date: Wednesday, May 18, 2022 @ 02:56:06
  Author: ainola
Revision: 1207751

archrelease: copy trunk to community-testing-x86_64

Added:
  sway/repos/community-testing-x86_64/
  sway/repos/community-testing-x86_64/50-systemd-user.conf
(from rev 1207750, sway/trunk/50-systemd-user.conf)
  sway/repos/community-testing-x86_64/PKGBUILD
(from rev 1207750, sway/trunk/PKGBUILD)
  sway/repos/community-testing-x86_64/sway-session.target
(from rev 1207750, sway/trunk/sway-session.target)
  sway/repos/community-testing-x86_64/sway.install
(from rev 1207750, sway/trunk/sway.install)
  sway/repos/community-testing-x86_64/sway.service
(from rev 1207750, sway/trunk/sway.service)

--+
 50-systemd-user.conf |7 
 PKGBUILD |   78 +
 sway-session.target  |8 +
 sway.install |   31 +++
 sway.service |   16 ++
 5 files changed, 140 insertions(+)

Copied: sway/repos/community-testing-x86_64/50-systemd-user.conf (from rev 
1207750, sway/trunk/50-systemd-user.conf)
===
--- community-testing-x86_64/50-systemd-user.conf   
(rev 0)
+++ community-testing-x86_64/50-systemd-user.conf   2022-05-18 02:56:06 UTC 
(rev 1207751)
@@ -0,0 +1,7 @@
+# sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment
+# See FS#63021
+# Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.
+
+exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK 
XDG_CURRENT_DESKTOP
+exec hash dbus-update-activation-environment 2>/dev/null && \
+ dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY 
SWAYSOCK XDG_CURRENT_DESKTOP

Copied: sway/repos/community-testing-x86_64/PKGBUILD (from rev 1207750, 
sway/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-18 02:56:06 UTC (rev 1207751)
@@ -0,0 +1,78 @@
+# Maintainer: Brett Cornwall 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Alexander F. Rødseth 
+
+pkgname=sway
+pkgver=1.7
+epoch=1
+pkgrel=7
+pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
+arch=(x86_64)
+url='https://swaywm.org/'
+license=(MIT)
+depends=(
+  'cairo'
+  'gdk-pixbuf2'
+  'libevdev.so'
+  'libinput'
+  'libjson-c.so'
+  'libudev.so'
+  'libwayland-server.so'
+  'libwlroots.so'
+  'libxcb'
+  'libxkbcommon.so'
+  'pango'
+  'pcre'
+  'ttf-font'
+)
+makedepends=(meson ninja scdoc setconf wayland-protocols)
+backup=(etc/sway/config)
+optdepends=(
+  'bemenu: Wayland-native alternative to dmenu'
+  'dmenu: Application launcher used in default config'
+  'foot: Terminal emulator used in the default configuration'
+  'i3status: Status line generation'
+  'mako: Lightweight notification daemon'
+  'polkit: System privilege control. Required if not using seatd service'
+  'swaybg: Wallpaper tool for sway'
+  'swayidle: Idle management daemon'
+  'swaylock: Screen locker'
+  'waybar: Highly customizable bar'
+  'xorg-xwayland: X11 support'
+)
+source=("https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz;
+
"https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz.sig;
+"50-systemd-user.conf")
+options=(debug)
+install=sway.install
+sha512sums=('028cf5d504d5914bfb78d44156d6a290de660c5ed0638f4e2c56e5be76db9b0baeda035e1fa1ae23559016bd7e4312f7ff70c2fb4904df25358577c1a3d21243'
+'SKIP'
+
'c2b7d808f4231f318e03789015624fd4cf32b81434b15406570b4e144c0defc54e216d881447e6fd9fc18d7da608cccb61c32e0e1fab2f1fe2750acf812d3137')
+validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48'  # Simon Ser
+  '9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # Set the version information to 'Arch Linux' instead of 'makepkg'
+  sed -i "s/branch \\\'@1@\\\'/Arch Linux/g" meson.build
+}
+
+build() {
+  mkdir -p build
+  arch-meson build "$pkgname-$pkgver" -D sd-bus-provider=libsystemd -D 
werror=false -D b_ndebug=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 50-systemd-user.conf -t "$pkgdir/etc/sway/config.d/"
+
+  for util in autoname-workspaces.py inactive-windows-transparency.py 
grimshot; do
+install -Dm755 "$pkgname-$pkgver/contrib/$util" -t \
+   "$pkgdir/usr/share/$pkgname/scripts"
+  done
+}
+
+# vim: ts=2 sw=2 et

Copied: sway/repos/community-testing-x86_64/sway-session.target (from rev 
1207750, sway/trunk/sway-session.target)
===
--- 

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

2022-05-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, May 17, 2022 @ 23:49:20
  Author: kgizdov
Revision: 1207749

archrelease: copy trunk to community-x86_64

Added:
  dune/repos/community-x86_64/PKGBUILD
(from rev 1207748, dune/trunk/PKGBUILD)
Deleted:
  dune/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 23:49:14 UTC (rev 1207748)
+++ PKGBUILD2022-05-17 23:49:20 UTC (rev 1207749)
@@ -1,57 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-# Maintainer: Bruno Pagani 
-# Contributor: Jakob Gahde 
-
-pkgname=dune
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="A composable build system for OCaml (formerly jbuilder)"
-arch=(x86_64)
-url="https://github.com/ocaml/dune;
-license=(Apache)
-depends=('glibc' 'ocaml>=4.13.1' 'ocaml-csexp' 'ocaml-pp')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('3a99a66c449f9e6bf12bb21d2d6871f4d34677a8c0c63e47b3687e2af3d8c62ab4ab62809c5885f2d61a1ed93a88f90cadc0f8db0c95442410c0a964892bd3b8')
-
-_dune_release_pkgs=('dune' 'dune-action-plugin' 'dune-build-info' 
'dune-configurator' 'dune-glob' 'dune-private-libs' 'dune-site' 'dyn' 'stdune' 
'ordering' 'xdg' 'fiber')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# FS#74061
-./configure --libdir /usr/lib/ocaml
-
-make dune.exe  # this runs `ocaml bootstrap.ml`, but keeps upstream's 
choice
-
-# dune build needs a comma separated list of packages
-local dune_release_pkgs='dummy'
-for _pkg in "${_dune_release_pkgs[@]}"; do
-  dune_release_pkgs+=",${_pkg}"
-done
-dune_release_pkgs="${dune_release_pkgs#dummy,}"
-echo "Building packages: ${dune_release_pkgs}"
-
-./dune.exe build -p "${dune_release_pkgs}" --profile dune-bootstrap
-}
-
-# Tests require a bunch of (currently) unpackaged dependencies
-# check() {
-# cd "${srcdir}/${pkgname}-${pkgver}"
-# make test
-# }
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# we need to install packages one by one
-   for _pkg in "${_dune_release_pkgs[@]}"; do
-  ./dune.exe install "${_pkg}" --destdir="${pkgdir}" --prefix="/usr" 
--libdir="$(ocamlfind printconf destdir)"
-done
-
-# Fix doc and man install
-install -d "${pkgdir}"/usr/share
-mv "${pkgdir}"/usr/{doc,share/}
-mv "${pkgdir}"/usr/{man,share/}
-install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-ln -s /usr/share/doc/pp/LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: dune/repos/community-x86_64/PKGBUILD (from rev 1207748, 
dune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 23:49:20 UTC (rev 1207749)
@@ -0,0 +1,57 @@
+# Maintainer: Konstantin Gizdov 
+# Maintainer: Bruno Pagani 
+# Contributor: Jakob Gahde 
+
+pkgname=dune
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="A composable build system for OCaml (formerly jbuilder)"
+arch=(x86_64)
+url="https://github.com/ocaml/dune;
+license=(Apache)
+depends=('glibc' 'ocaml>=4.13.1' 'ocaml-csexp' 'ocaml-pp')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('a90ac689d97acab956fd96f16f7c6cfdc95d01785fc14f0d3c8ab39231ff78e8941d2db2fa8cbfaa39bbed8f865e11b628aacae1b22df49512a57d0263c0dca4')
+
+_dune_release_pkgs=('dune' 'dune-action-plugin' 'dune-build-info' 
'dune-configurator' 'dune-glob' 'dune-private-libs' 'dune-site' 'dyn' 'stdune' 
'ordering' 'xdg' 'fiber')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+# FS#74061
+./configure --libdir /usr/lib/ocaml
+
+make dune.exe  # this runs `ocaml bootstrap.ml`, but keeps upstream's 
choice
+
+# dune build needs a comma separated list of packages
+local dune_release_pkgs='dummy'
+for _pkg in "${_dune_release_pkgs[@]}"; do
+  dune_release_pkgs+=",${_pkg}"
+done
+dune_release_pkgs="${dune_release_pkgs#dummy,}"
+echo "Building packages: ${dune_release_pkgs}"
+
+./dune.exe build -p "${dune_release_pkgs}" --profile dune-bootstrap
+}
+
+# Tests require a bunch of (currently) unpackaged dependencies
+# check() {
+# cd "${srcdir}/${pkgname}-${pkgver}"
+# make test
+# }
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+# we need to install packages one by one
+   for _pkg in "${_dune_release_pkgs[@]}"; do
+  ./dune.exe install "${_pkg}" --destdir="${pkgdir}" --prefix="/usr" 
--libdir="$(ocamlfind printconf destdir)"
+done
+
+# Fix doc and man install
+install -d "${pkgdir}"/usr/share
+mv "${pkgdir}"/usr/{doc,share/}
+mv "${pkgdir}"/usr/{man,share/}
+install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+ln -s /usr/share/doc/pp/LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2022-05-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, May 17, 2022 @ 23:49:14
  Author: kgizdov
Revision: 1207748

upgpkg: dune 3.2.0-1

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 23:48:49 UTC (rev 1207747)
+++ PKGBUILD2022-05-17 23:49:14 UTC (rev 1207748)
@@ -3,7 +3,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(Apache)
 depends=('glibc' 'ocaml>=4.13.1' 'ocaml-csexp' 'ocaml-pp')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('3a99a66c449f9e6bf12bb21d2d6871f4d34677a8c0c63e47b3687e2af3d8c62ab4ab62809c5885f2d61a1ed93a88f90cadc0f8db0c95442410c0a964892bd3b8')
+sha512sums=('a90ac689d97acab956fd96f16f7c6cfdc95d01785fc14f0d3c8ab39231ff78e8941d2db2fa8cbfaa39bbed8f865e11b628aacae1b22df49512a57d0263c0dca4')
 
 _dune_release_pkgs=('dune' 'dune-action-plugin' 'dune-build-info' 
'dune-configurator' 'dune-glob' 'dune-private-libs' 'dune-site' 'dyn' 'stdune' 
'ordering' 'xdg' 'fiber')
 



[arch-commits] Commit in ansible-lint/repos/community-any (4 files)

2022-05-17 Thread Frederik Schwan via arch-commits
Date: Tuesday, May 17, 2022 @ 23:48:49
  Author: freswa
Revision: 1207747

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1207746, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1207746, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   72 
 disable_use_scm_version.patch |   50 +--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 23:48:47 UTC (rev 1207746)
+++ PKGBUILD2022-05-17 23:48:49 UTC (rev 1207747)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.1.0
-pkgrel=2
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('5aeaccbaf9c1bd8e7236e946b408779b42e0839766a485bdbb80ece19ed63b57fa38cb44796c860f6929bb2e98acd21a3de3a9c07486535ed3e6ab5cb499c8d9'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1207746, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 23:48:49 UTC (rev 1207747)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.2.0
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('dd6499e8f51878ba85977b753e3db94675579aae42f7921776fbb4380e200a0b3e9adc4f358481e50d7b20b6f832428350a000ba98a8bfb19b21d52f5c3456b5'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-05-17 23:48:47 UTC (rev 1207746)
+++ disable_use_scm_version.patch   2022-05-17 23:48:49 UTC (rev 1207747)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 

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

2022-05-17 Thread Frederik Schwan via arch-commits
Date: Tuesday, May 17, 2022 @ 23:48:47
  Author: freswa
Revision: 1207746

upgpkg: ansible-lint 6.2.0-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 22:24:15 UTC (rev 1207745)
+++ PKGBUILD2022-05-17 23:48:47 UTC (rev 1207746)
@@ -3,8 +3,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.1.0
-pkgrel=2
+pkgver=6.2.0
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint;
@@ -15,7 +15,7 @@
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('5aeaccbaf9c1bd8e7236e946b408779b42e0839766a485bdbb80ece19ed63b57fa38cb44796c860f6929bb2e98acd21a3de3a9c07486535ed3e6ab5cb499c8d9'
+b2sums=('dd6499e8f51878ba85977b753e3db94675579aae42f7921776fbb4380e200a0b3e9adc4f358481e50d7b20b6f832428350a000ba98a8bfb19b21d52f5c3456b5'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-05-17 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, May 17, 2022 @ 22:24:15
  Author: svenstaro
Revision: 1207745

archrelease: copy trunk to community-x86_64

Added:
  hyperfine/repos/community-x86_64/PKGBUILD
(from rev 1207744, hyperfine/trunk/PKGBUILD)
Deleted:
  hyperfine/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 22:24:06 UTC (rev 1207744)
+++ PKGBUILD2022-05-17 22:24:15 UTC (rev 1207745)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: cauebs 
-pkgname=hyperfine
-pkgver=1.13.0
-pkgrel=1
-pkgdesc="A command-line benchmarking tool"
-url="https://github.com/sharkdp/hyperfine;
-arch=("x86_64")
-license=("APACHE" "MIT")
-depends=(gcc-libs)
-makedepends=(cargo)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/$pkgname/archive/v$pkgver.tar.gz;)
-options=(zipman)
-sha256sums=('6e57c8e51962dd24a283ab46dde6fe306da772f4ef9bad86f8c89ac3a499c87e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -Dm644 "LICENSE-APACHE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 target/release/build/hyperfine-*/out/hyperfine.bash 
"$pkgdir/usr/share/bash-completion/completions/hyperfine"
-  install -Dm644 target/release/build/hyperfine-*/out/hyperfine.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/hyperfine.fish"
-  install -Dm644 target/release/build/hyperfine-*/out/_hyperfine 
"$pkgdir/usr/share/zsh/site-functions/_hyperfine"
-
-  install -Dm644 doc/hyperfine.1 "$pkgdir/usr/share/man/man1/hyperfine.1"
-}

Copied: hyperfine/repos/community-x86_64/PKGBUILD (from rev 1207744, 
hyperfine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 22:24:15 UTC (rev 1207745)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: cauebs 
+pkgname=hyperfine
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="A command-line benchmarking tool"
+url="https://github.com/sharkdp/hyperfine;
+arch=("x86_64")
+license=("APACHE" "MIT")
+depends=(gcc-libs)
+makedepends=(cargo)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/$pkgname/archive/v$pkgver.tar.gz;)
+options=(zipman)
+sha256sums=('59018c22242dd2ad2bd5fb4a34c0524948b7921d02aa79419ccec4c1ffd3da14')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm644 "LICENSE-APACHE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  install -Dm644 target/release/build/hyperfine-*/out/hyperfine.bash 
"$pkgdir/usr/share/bash-completion/completions/hyperfine"
+  install -Dm644 target/release/build/hyperfine-*/out/hyperfine.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/hyperfine.fish"
+  install -Dm644 target/release/build/hyperfine-*/out/_hyperfine 
"$pkgdir/usr/share/zsh/site-functions/_hyperfine"
+
+  install -Dm644 doc/hyperfine.1 "$pkgdir/usr/share/man/man1/hyperfine.1"
+}



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

2022-05-17 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, May 17, 2022 @ 22:24:06
  Author: svenstaro
Revision: 1207744

upgpkg: hyperfine 1.14.0-1

Modified:
  hyperfine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 22:03:12 UTC (rev 1207743)
+++ PKGBUILD2022-05-17 22:24:06 UTC (rev 1207744)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: cauebs 
 pkgname=hyperfine
-pkgver=1.13.0
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="A command-line benchmarking tool"
 url="https://github.com/sharkdp/hyperfine;
@@ -11,7 +11,7 @@
 makedepends=(cargo)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/$pkgname/archive/v$pkgver.tar.gz;)
 options=(zipman)
-sha256sums=('6e57c8e51962dd24a283ab46dde6fe306da772f4ef9bad86f8c89ac3a499c87e')
+sha256sums=('59018c22242dd2ad2bd5fb4a34c0524948b7921d02aa79419ccec4c1ffd3da14')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2022-05-17 Thread George Rawlinson via arch-commits
Date: Tuesday, May 17, 2022 @ 22:03:12
  Author: grawlinson
Revision: 1207743

archrelease: copy trunk to community-any

Added:
  emacs-slime/repos/community-any/
  emacs-slime/repos/community-any/PKGBUILD
(from rev 1207742, emacs-slime/trunk/PKGBUILD)
  emacs-slime/repos/community-any/fix-swank-loader-path.patch
(from rev 1207742, emacs-slime/trunk/fix-swank-loader-path.patch)
  emacs-slime/repos/community-any/fix-texinfo-path.patch
(from rev 1207742, emacs-slime/trunk/fix-texinfo-path.patch)
  emacs-slime/repos/community-any/slime.install
(from rev 1207742, emacs-slime/trunk/slime.install)

-+
 PKGBUILD|  108 ++
 fix-swank-loader-path.patch |   38 ++
 fix-texinfo-path.patch  |   11 
 slime.install   |   24 +
 4 files changed, 181 insertions(+)

Copied: emacs-slime/repos/community-any/PKGBUILD (from rev 1207742, 
emacs-slime/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-05-17 22:03:12 UTC (rev 1207743)
@@ -0,0 +1,108 @@
+# Maintainer: George Rawlinson 
+# Contributor: Johannes Weiner 
+# Contributor: Daniel Leidisch 
+# Contributor: Stefan Husmann 
+# Contributor: Polar Phoenix 
+
+pkgbase=emacs-slime
+pkgname=('emacs-slime' 'cl-swank')
+pkgver=2.27
+pkgrel=1
+pkgdesc='Superior Lisp Interaction Mode for Emacs'
+arch=('any')
+url='https://slime.common-lisp.dev'
+license=(
+  'MIT'
+  'GPL'
+  'LGPL'
+  'custom:LLGPL'
+  'custom:Public'
+)
+makedepends=(
+  'git'
+  'emacs'
+  'texlive-core'
+)
+_commit='cf30941e5858e93eb91574ad91499075222a447b'
+source=(
+  "$pkgbase::git+https://github.com/slime/slime#commit=$_commit;
+  'fix-swank-loader-path.patch'
+  'fix-texinfo-path.patch'
+)
+b2sums=('SKIP'
+
'db30f1d35bab8be64a2206af4b338b85be226d7af7eef240384d700dc76119b57cda7ba3fb0e78ffa767d394371ed8726be48965f2ad5854f9a041a7dc8c48c4'
+
'067c07d49afa83748804481153e771edef68ce72437431ca994494f9e8e8d3265cfdab0a6a7a670aa62e279d5c1a2b4aecca0b37d5d8b3ecf0b06b488125a367')
+
+pkgver() {
+  cd "$pkgbase"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgbase"
+
+  # apply patches
+  patch --strip=1 --input="$srcdir/fix-swank-loader-path.patch"
+  patch --strip=1 --input="$srcdir/fix-texinfo-path.patch"
+
+  # license extraction
+  sed -n '/License/,/public/p' README.md > LICENSE
+}
+
+build() {
+  cd "$pkgbase"
+
+  # compile emacs lisp files
+  make
+
+  # create texinfo page & html manual
+  make -C doc slime.info html/index.html
+}
+
+package_emacs-slime() {
+  _pkgname="${pkgname#emacs-}"
+  depends=('emacs' 'cl-swank')
+  install='slime.install'
+
+  cd "$pkgbase"
+
+  # install package
+  install -vd "$pkgdir/usr/share/emacs/site-lisp/$_pkgname"
+  cp -vr contrib lib ./*.el{,c} "$pkgdir/usr/share/emacs/site-lisp/$_pkgname"
+
+  # delete unnecessary files
+  find "$pkgdir/usr/share/emacs/site-lisp/$_pkgname" \
+-name 'Makefile' -delete -or \
+-name '*.lisp' -delete
+
+  # general documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" CONTRIBUTING.md \
+README.md NEWS PROBLEMS doc/slime-refcard.pdf
+
+  # texinfo file
+  install -vDm644 -t "$pkgdir/usr/share/info" doc/slime.info
+
+  # html manual
+  cp -vr doc/html "$pkgdir/usr/share/doc/$pkgname"
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}
+
+package_cl-swank() {
+  local _pkgname="${pkgname#cl-}"
+  pkgdesc+=' (Lisp-side server)'
+  depends=('common-lisp' 'cl-asdf')
+
+  cd "$pkgbase"
+
+  # install library
+  install -vDm644 -t "$pkgdir/usr/share/common-lisp/source/$_pkgname" 
./*.{lisp,asd}
+  install -vDm644 -t "$pkgdir/usr/share/common-lisp/source/$_pkgname/contrib" 
contrib/*.lisp
+  install -vDm644 -t 
"$pkgdir/usr/share/common-lisp/source/$_pkgname/$_pkgname" swank/*.lisp
+  echo "$pkgver" > 
"$pkgdir/usr/share/common-lisp/source/$_pkgname/slime-version"
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}

Copied: emacs-slime/repos/community-any/fix-swank-loader-path.patch (from rev 
1207742, emacs-slime/trunk/fix-swank-loader-path.patch)
===
--- community-any/fix-swank-loader-path.patch   (rev 0)
+++ community-any/fix-swank-loader-path.patch   2022-05-17 22:03:12 UTC (rev 
1207743)
@@ -0,0 +1,38 @@
+--- a/slime.el
 b/slime.el
+@@ -179,7 +179,7 @@ This applies to the *inferior-lisp* buffer and the network 
connections."
+   :prefix "slime-"
+   :group 'slime)
+ 
+-(defcustom slime-backend "swank-loader.lisp"
++(defcustom slime-backend 
"/usr/share/common-lisp/source/swank/swank-loader.lisp"
+   "The name of the Lisp file that loads the Swank server.
+ This name is interpreted relative to the directory containing
+ slime.el, but could also be set to 

[arch-commits] Commit in (7 files)

2022-05-17 Thread George Rawlinson via arch-commits
Date: Tuesday, May 17, 2022 @ 22:02:04
  Author: grawlinson
Revision: 1207742

addpkg: emacs-slime 2.27-1

Added:
  emacs-slime/
  emacs-slime/repos/
  emacs-slime/trunk/
  emacs-slime/trunk/PKGBUILD
  emacs-slime/trunk/fix-swank-loader-path.patch
  emacs-slime/trunk/fix-texinfo-path.patch
  emacs-slime/trunk/slime.install

-+
 PKGBUILD|  108 ++
 fix-swank-loader-path.patch |   38 ++
 fix-texinfo-path.patch  |   11 
 slime.install   |   24 +
 4 files changed, 181 insertions(+)

Added: emacs-slime/trunk/PKGBUILD
===
--- emacs-slime/trunk/PKGBUILD  (rev 0)
+++ emacs-slime/trunk/PKGBUILD  2022-05-17 22:02:04 UTC (rev 1207742)
@@ -0,0 +1,108 @@
+# Maintainer: George Rawlinson 
+# Contributor: Johannes Weiner 
+# Contributor: Daniel Leidisch 
+# Contributor: Stefan Husmann 
+# Contributor: Polar Phoenix 
+
+pkgbase=emacs-slime
+pkgname=('emacs-slime' 'cl-swank')
+pkgver=2.27
+pkgrel=1
+pkgdesc='Superior Lisp Interaction Mode for Emacs'
+arch=('any')
+url='https://slime.common-lisp.dev'
+license=(
+  'MIT'
+  'GPL'
+  'LGPL'
+  'custom:LLGPL'
+  'custom:Public'
+)
+makedepends=(
+  'git'
+  'emacs'
+  'texlive-core'
+)
+_commit='cf30941e5858e93eb91574ad91499075222a447b'
+source=(
+  "$pkgbase::git+https://github.com/slime/slime#commit=$_commit;
+  'fix-swank-loader-path.patch'
+  'fix-texinfo-path.patch'
+)
+b2sums=('SKIP'
+
'db30f1d35bab8be64a2206af4b338b85be226d7af7eef240384d700dc76119b57cda7ba3fb0e78ffa767d394371ed8726be48965f2ad5854f9a041a7dc8c48c4'
+
'067c07d49afa83748804481153e771edef68ce72437431ca994494f9e8e8d3265cfdab0a6a7a670aa62e279d5c1a2b4aecca0b37d5d8b3ecf0b06b488125a367')
+
+pkgver() {
+  cd "$pkgbase"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgbase"
+
+  # apply patches
+  patch --strip=1 --input="$srcdir/fix-swank-loader-path.patch"
+  patch --strip=1 --input="$srcdir/fix-texinfo-path.patch"
+
+  # license extraction
+  sed -n '/License/,/public/p' README.md > LICENSE
+}
+
+build() {
+  cd "$pkgbase"
+
+  # compile emacs lisp files
+  make
+
+  # create texinfo page & html manual
+  make -C doc slime.info html/index.html
+}
+
+package_emacs-slime() {
+  _pkgname="${pkgname#emacs-}"
+  depends=('emacs' 'cl-swank')
+  install='slime.install'
+
+  cd "$pkgbase"
+
+  # install package
+  install -vd "$pkgdir/usr/share/emacs/site-lisp/$_pkgname"
+  cp -vr contrib lib ./*.el{,c} "$pkgdir/usr/share/emacs/site-lisp/$_pkgname"
+
+  # delete unnecessary files
+  find "$pkgdir/usr/share/emacs/site-lisp/$_pkgname" \
+-name 'Makefile' -delete -or \
+-name '*.lisp' -delete
+
+  # general documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" CONTRIBUTING.md \
+README.md NEWS PROBLEMS doc/slime-refcard.pdf
+
+  # texinfo file
+  install -vDm644 -t "$pkgdir/usr/share/info" doc/slime.info
+
+  # html manual
+  cp -vr doc/html "$pkgdir/usr/share/doc/$pkgname"
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}
+
+package_cl-swank() {
+  local _pkgname="${pkgname#cl-}"
+  pkgdesc+=' (Lisp-side server)'
+  depends=('common-lisp' 'cl-asdf')
+
+  cd "$pkgbase"
+
+  # install library
+  install -vDm644 -t "$pkgdir/usr/share/common-lisp/source/$_pkgname" 
./*.{lisp,asd}
+  install -vDm644 -t "$pkgdir/usr/share/common-lisp/source/$_pkgname/contrib" 
contrib/*.lisp
+  install -vDm644 -t 
"$pkgdir/usr/share/common-lisp/source/$_pkgname/$_pkgname" swank/*.lisp
+  echo "$pkgver" > 
"$pkgdir/usr/share/common-lisp/source/$_pkgname/slime-version"
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}

Added: emacs-slime/trunk/fix-swank-loader-path.patch
===
--- emacs-slime/trunk/fix-swank-loader-path.patch   
(rev 0)
+++ emacs-slime/trunk/fix-swank-loader-path.patch   2022-05-17 22:02:04 UTC 
(rev 1207742)
@@ -0,0 +1,38 @@
+--- a/slime.el
 b/slime.el
+@@ -179,7 +179,7 @@ This applies to the *inferior-lisp* buffer and the network 
connections."
+   :prefix "slime-"
+   :group 'slime)
+ 
+-(defcustom slime-backend "swank-loader.lisp"
++(defcustom slime-backend 
"/usr/share/common-lisp/source/swank/swank-loader.lisp"
+   "The name of the Lisp file that loads the Swank server.
+ This name is interpreted relative to the directory containing
+ slime.el, but could also be set to an absolute filename."
+--- a/swank-loader.lisp
 b/swank-loader.lisp
+@@ -16,6 +16,7 @@
+ ;;   (load ".../swank-loader.lisp")
+ ;;   (setq swank-loader::*fasl-directory* "/tmp/fasl/")
+ ;;   (swank-loader:init)
++(require "asdf")
+ 
+ (cl:defpackage :swank-loader
+   (:use :cl)
+@@ -145,14 +146,10 @@ operating system, and hardware architecture."
+ (defun slime-version-string ()
+   "Return a string identifying 

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

2022-05-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, May 17, 2022 @ 21:49:25
  Author: kgizdov
Revision: 1207741

archrelease: copy trunk to community-any

Added:
  ttc-iosevka/repos/community-any/PKGBUILD
(from rev 1207740, ttc-iosevka/trunk/PKGBUILD)
Deleted:
  ttc-iosevka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 21:49:16 UTC (rev 1207740)
+++ PKGBUILD2022-05-17 21:49:25 UTC (rev 1207741)
@@ -1,97 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-# Contributor: Markus Weimar 
-_pkgbase='iosevka'
-_type='ttc'
-pkgbase="${_type}-${_pkgbase}"
-pkgname=(
-"${pkgbase}" "${pkgbase}-aile" "${pkgbase}-curly" "${pkgbase}-curly-slab" 
"${pkgbase}-etoile" "${pkgbase}-slab"
-"${pkgbase}-ss01" "${pkgbase}-ss02" "${pkgbase}-ss03" "${pkgbase}-ss04" 
"${pkgbase}-ss05" "${pkgbase}-ss06"
-"${pkgbase}-ss07" "${pkgbase}-ss08" "${pkgbase}-ss09" "${pkgbase}-ss10" 
"${pkgbase}-ss11" "${pkgbase}-ss12"
-"${pkgbase}-ss13" "${pkgbase}-ss14" "${pkgbase}-ss15" "${pkgbase}-ss16" 
"${pkgbase}-ss17" "${pkgbase}-ss18"
-)
-pkgver='15.3.0'
-pkgrel=1
-pkgdesc='Typeface family designed for coding, terminal use and technical 
documents.'
-arch=('any')
-url='https://typeof.net/Iosevka/'
-license=('custom:OFL')
-source=("${pkgbase}-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-${pkgver}.zip;
-
"${pkgbase}-aile-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-aile-${pkgver}.zip;
-
"${pkgbase}-curly-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-curly-${pkgver}.zip;
-
"${pkgbase}-curly-slab-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-curly-slab-${pkgver}.zip;
-
"${pkgbase}-etoile-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-etoile-${pkgver}.zip;
-
"${pkgbase}-slab-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-slab-${pkgver}.zip;
-
"${pkgbase}-ss01-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss01-${pkgver}.zip;
-
"${pkgbase}-ss02-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss02-${pkgver}.zip;
-
"${pkgbase}-ss03-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss03-${pkgver}.zip;
-
"${pkgbase}-ss04-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss04-${pkgver}.zip;
-
"${pkgbase}-ss05-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss05-${pkgver}.zip;
-
"${pkgbase}-ss06-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss06-${pkgver}.zip;
-
"${pkgbase}-ss07-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss07-${pkgver}.zip;
-
"${pkgbase}-ss08-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss08-${pkgver}.zip;
-
"${pkgbase}-ss09-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss09-${pkgver}.zip;
-
"${pkgbase}-ss10-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss10-${pkgver}.zip;
-
"${pkgbase}-ss11-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss11-${pkgver}.zip;
-
"${pkgbase}-ss12-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss12-${pkgver}.zip;
-
"${pkgbase}-ss13-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss13-${pkgver}.zip;
-
"${pkgbase}-ss14-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss14-${pkgver}.zip;
-
"${pkgbase}-ss15-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss15-${pkgver}.zip;
-
"${pkgbase}-ss16-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss16-${pkgver}.zip;
-
"${pkgbase}-ss17-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss17-${pkgver}.zip;
-
"${pkgbase}-ss18-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss18-${pkgver}.zip;
-
"${pkgbase}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md;)
-sha256sums=('913d8fbad9d93777ae4818430b72719c4c59f4442e84ebbc7685de97aade005a'
-

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

2022-05-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, May 17, 2022 @ 21:49:16
  Author: kgizdov
Revision: 1207740

upgpkg: ttc-iosevka 15.3.1-1

Modified:
  ttc-iosevka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 21:31:55 UTC (rev 1207739)
+++ PKGBUILD2022-05-17 21:49:16 UTC (rev 1207740)
@@ -9,7 +9,7 @@
 "${pkgbase}-ss07" "${pkgbase}-ss08" "${pkgbase}-ss09" "${pkgbase}-ss10" 
"${pkgbase}-ss11" "${pkgbase}-ss12"
 "${pkgbase}-ss13" "${pkgbase}-ss14" "${pkgbase}-ss15" "${pkgbase}-ss16" 
"${pkgbase}-ss17" "${pkgbase}-ss18"
 )
-pkgver='15.3.0'
+pkgver='15.3.1'
 pkgrel=1
 pkgdesc='Typeface family designed for coding, terminal use and technical 
documents.'
 arch=('any')
@@ -40,30 +40,30 @@
 
"${pkgbase}-ss17-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss17-${pkgver}.zip;
 
"${pkgbase}-ss18-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss18-${pkgver}.zip;
 
"${pkgbase}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md;)
-sha256sums=('913d8fbad9d93777ae4818430b72719c4c59f4442e84ebbc7685de97aade005a'
-'3d9a57d441043b13ddea929c3e375cf73bd3b668752133e1160e613a03d25e42'
-'b9141e84b27fc4cc4d8c0d17e1cf972327f316d1b2dd12c745470dcb9fb4d71a'
-'90cfee4ceac56381cee96d12f500fe26c46b85c2d257ea3d2c64a58d26d82857'
-'6752fad80e6b0db55708126af7dc2823868f3c292c5cbc2f7cee9f2c714f3c60'
-'8043bb4ff88f99c261d96c025f3825e46548b9065f94dd2235e7718ba4d4f7de'
-'ea24244a37aa9976d0929d6520dbbc3d011dd9fa9b4e5d3acba7f5db94fe46f6'
-'31183c9241d0633608e5abbe89fe395e2ba2898fbb06eeb564c3c6c5c905455a'
-'3ac58020e828e304c90b6c70337b4efc3f6aca07d9e05d921c01daf29bf14d4f'
-'af441a10d9f2c5b54c8ab4007ed9249de17e17c515a8fd9186c9780a18f3d963'
-'f316a4e19ded74a6544d58e552320368095b6fc89a1dc582d0e63b350a957e06'
-'a263c135021f91647236bf8337a0445b00bd5753719dbe6ed013e0c7c72b'
-'2aa82d35a2ee79037623b0d4ace22ee4c6b84a7aee7232dee6fd99793c429673'
-'9c8fec017db8f0f096b4bc9830adb441b609b90468970aa03774acb0fea0c503'
-'c60e2c7541f61e8ecac4fe8f9e93eeda85e18abc1eaac067430c7f323e6782b8'
-'ce8a270d824117dbfa196782a8b246c1033b55b024c90b28e821c0ba29b8712f'
-'b992ec345f45881d4bdbb3e9c2fc2e451008dd63f9ba53de809dc5ea4e4c9054'
-'ae3cda8027d7c8282227d14a5feb8926db58b27b4d69cde2433c40d1c6771d8f'
-'18bb698fb56cbaae3ccb5a77cabe8370caef9f05cbf0106e80410202769fbd60'
-'485c971f7331ae08232031ea6891056dc67025281605ccaa7f732605bf647076'
-'37fb1e95915cf11063800c274f2557decff0bca9cf2c83e291f62a612ed9a79e'
-'150ed0bef900a01f7cc8249bfa55ffcbc8f8b47a5da61a4cf898d71a1c60beaa'
-'7e06233f14d09e8322f2dc3790b4176c0ca9e6df1f940ff6698a6e45ccb84245'
-'352ced407693b2f864383a9dd7845aefe47a9f6091b6185236726ec45c952e8b'
+sha256sums=('0a03ca82d0eddb198ce872fd459394f2ac75eda43a31b69063cc3800f1930a33'
+'e35e1bd5176ab48a6420f51b1789ffb8250d64c989082683de853461423fac29'
+'50a6b44a9a84a1909f32ea638860bfeccc630dff7b182baebff52bc34ff7c0c8'
+'bf1686f9ac0434ea4c4c00a29d81e9fa1718b18d715fbdec476dbc772bb77ef5'
+'1909ff2821f82e04385a9b70cfffc17d4bc3c55a348a34aa3d703afdf5c0741d'
+'3fb08af6c35eec82e5a60d6bb15a6fa780bc312b52c16e172a01f1e3a9a3b58a'
+'78349d4ee2334e82ef2492a06f35776922cfe71c6ea3bc2377ce7414ec6742ea'
+'71422576de4c3579d04ab7a2cbcadae06765eded91c7f8188702fc8505a2'
+'8ec8a3e0494ebd4b716ff2f63774b16b190d2150cd914d44a197e21a7af9a077'
+'b725e6be21800764e08a044577740e44b79c203a1c0804463739ce90acd10a21'
+'d9718d571897bc3c033f2d270db6b4c2c40fc6de8350783a3259321f586511bb'
+'d461b13ad56d1b6784c1330d5b3bb2cb4d0a368f088a16d7f90586d8de03ed7b'
+'d41b33090b3942070100def06918e5c5e8fccf4ab263e987ea91597584a0f85d'
+'e7536e45e17025b21879d0fa1aaa1d61f476175e609aec97926fe62a41ad2e1f'
+'e980df1076611ead9b91a6990f6fc8534f18e85c5df3bc2ce9148fb91adcb82c'
+'b00ef892011e1fd85b44c9f05970415e912433559e0e21529fcb4e31af4a66b2'
+'6f0f02832bac1a68ea2ce565181615bb47a04d33d8289caf1bb0fc6ace50746c'
+'96b8e06b5122877fd99dbecd5314459f40826cbbb06a429e19988b6196b61e62'
+'b9c9295a796e2f38141dd485a642055dfdd007f476347a7a6403d95a9edb5534'
+'69b080ba4f13881fcf1755d5dce15a980a70f704ac0c7c276a818e5d636e554c'
+'05daacfe7a2ae05746dbdd38fd3ea66b86b3da5aa28fc3e8abeb58a97f719b4d'
+'482181069cb890b6bf11c56042f7a8f132f6bf3ae7dbb3addcec3b27bfbe4d15'
+

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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 21:46:47
  Author: arojas
Revision: 445942

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 21:46:37 UTC (rev 445941)
+++ PKGBUILD2022-05-17 21:46:47 UTC (rev 445942)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-imageformats
-_basever=5.15.4
-pkgver=5.15.4+kde+r0
-pkgrel=1
-_commit=8c5bcabbf6a2e27539c2ad689fd69f2406d5cf5c
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
-depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
-makedepends=('git')
-groups=('qt' 'qt5')
-_pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('SKIP')
-options=(debug)
-
-pkgver() {
-  cd $_pkgfqn
-  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-imageformats/repos/extra-x86_64/PKGBUILD (from rev 445941, 
qt5-imageformats/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 21:46:47 UTC (rev 445942)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_basever=5.15.4
+pkgver=5.15.4+kde+r1
+pkgrel=1
+_commit=b43e31b9f31ec482ddea2066fda7ca9315512815
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
+makedepends=('git')
+groups=('qt' 'qt5')
+_pkgfqn=${pkgname/5-/}
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
+options=(debug)
+
+pkgver() {
+  cd $_pkgfqn
+  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 21:46:37
  Author: arojas
Revision: 445941

Bump revision

Modified:
  qt5-imageformats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 21:05:06 UTC (rev 445940)
+++ PKGBUILD2022-05-17 21:46:37 UTC (rev 445941)
@@ -3,9 +3,9 @@
 
 pkgname=qt5-imageformats
 _basever=5.15.4
-pkgver=5.15.4+kde+r0
+pkgver=5.15.4+kde+r1
 pkgrel=1
-_commit=8c5bcabbf6a2e27539c2ad689fd69f2406d5cf5c
+_commit=b43e31b9f31ec482ddea2066fda7ca9315512815
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



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

2022-05-17 Thread Ike Devolder via arch-commits
Date: Tuesday, May 17, 2022 @ 21:31:55
  Author: idevolder
Revision: 1207739

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 1207738, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 1207738, opera/trunk/default)
  opera/repos/community-x86_64/eula.html
(from rev 1207738, opera/trunk/eula.html)
  opera/repos/community-x86_64/opera
(from rev 1207738, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 1207738, opera/trunk/opera.install)
  opera/repos/community-x86_64/privacy.html
(from rev 1207738, opera/trunk/privacy.html)
  opera/repos/community-x86_64/terms.html
(from rev 1207738, opera/trunk/terms.html)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/eula.html
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install
  opera/repos/community-x86_64/privacy.html
  opera/repos/community-x86_64/terms.html

---+
 PKGBUILD  |  174 -
 default   |8 
 eula.html | 4644 -
 opera |   26 
 opera.install |   78 
 privacy.html  | 4634 -
 terms.html| 5280 
 7 files changed, 7422 insertions(+), 7422 deletions(-)

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


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

2022-05-17 Thread Ike Devolder via arch-commits
Date: Tuesday, May 17, 2022 @ 21:31:45
  Author: idevolder
Revision: 1207738

upgpkg: opera 87.0.4390.25-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 21:25:53 UTC (rev 1207737)
+++ PKGBUILD2022-05-17 21:31:45 UTC (rev 1207738)
@@ -9,7 +9,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=86.0.4363.59
+pkgver=87.0.4390.25
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="https://www.opera.com/;
@@ -30,7 +30,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('a9f694734dfe778e90108a4b377c1d202511e03805157a8f2cbd444d356c3c4fdfa2792384d4fca9ca34d756658979ba100791dd7c2f514ae72de75b7d8037ca'
+sha512sums=('21444fd242ddf738f88a62f2e178b0f2adaeda934d7ccc8137bee77921667c6f244d2a7efda73416fcdf80529c9014a36f1cb687ae4598ec8bce7611e1fab001'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'4435a3b6a08bf8e6ad4802afcbf111c1e8f477054251f031b70ae57ac1234fa19048121d64c878dc3b1de03522ce7ef11a263a86dc7062f643d569ecff82'



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

2022-05-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, May 17, 2022 @ 21:25:53
  Author: kgizdov
Revision: 1207737

archrelease: copy trunk to community-staging-x86_64

Added:
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 1207736, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/force-draco1.patch
(from rev 1207736, blender/trunk/force-draco1.patch)
  blender/repos/community-staging-x86_64/force-draco2.patch
(from rev 1207736, blender/trunk/force-draco2.patch)
Deleted:
  blender/repos/community-staging-x86_64/PKGBUILD
  blender/repos/community-staging-x86_64/force-draco1.patch
  blender/repos/community-staging-x86_64/force-draco2.patch

+
 PKGBUILD   |  194 +--
 force-draco1.patch |   30 +++
 force-draco2.patch |   42 +--
 3 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 21:25:45 UTC (rev 1207736)
+++ PKGBUILD2022-05-17 21:25:53 UTC (rev 1207737)
@@ -1,97 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: John Sowiak 
-# Contributor: tobias 
-
-# For legal reasons, we can't separately package the Optix headers so we'll
-# just build the package against them. I checked with NVIDIA and this way is
-# fine with them.
-
-pkgname=blender
-pkgver=3.1.2
-pkgrel=3
-epoch=17
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('x86_64')
-license=('GPL')
-url="https://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests' 'potrace'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 
'openjpeg2' 'python-numpy'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic' 'openxr'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage' 
'openimagedenoise'
- 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2' 'embree' 'libharu'
- 'draco')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'cuda' 'ninja')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-source=("git+https://git.blender.org/blender.git#tag=v$pkgver;
-"git+https://git.blender.org/blender-addons.git;
-"git+https://git.blender.org/blender-addons-contrib.git;
-"git+https://git.blender.org/blender-translations.git;
-"git+https://git.blender.org/blender-dev-tools.git;
-
https://developer.download.nvidia.com/redist/optix/v7.3/OptiX-7.3.0-Include.zip
-force-draco1.patch
-force-draco2.patch)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'd842e989bf86f4ae932f8708f6340861de4ea33b21435cceeb9a5e3135ef2ddb671e19fe11c397bddbf85894ba312194eac5acc21cbec70607120c0bda0100ef'
-
'e239da4f3906f1b54265435181cf770bae3d269c8d915df9a73861e6ee71ec70bf2339426e7c81a91e5a567273b3b3742d7a99feefd3398d821b26e1ff3a56d0'
-
'527ab66e5eace777de0043c1ca5787a488f6471450ce67fd6d08137ad0ef56177bc0c17696f30a5fca23fa55d8ca9c3f30cb7b17550dba2dbd8e89ca0b361990')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git config submodule."release/scripts/addons".url "${srcdir}/blender-addons"
-  git config submodule."release/scripts/addons_contrib".url 
"${srcdir}/blender-addons-contrib"
-  git config submodule."release/datafiles/locale".url 
"${srcdir}/blender-translations"
-  git config submodule."source/tools".url "${srcdir}/blender-dev-tools"
-  git submodule update
-  git submodule foreach git checkout v${pkgver}
-
-  patch -p1 -i "$srcdir"/force-draco1.patch
-  patch -p1 -d release/scripts/addons -i "$srcdir"/force-draco2.patch
-}
-
-build() {
-  cd "$pkgname"
-
-  local PYTHON_VER=3.10
-
-  cmake \
--Bbuild \
--GNinja \
--Cbuild_files/cmake/config/blender_release.cmake \
--DOPTIX_ROOT_DIR="$srcdir"/include \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DPYTHON_VERSION=$PYTHON_VER \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python$PYTHON_VER \
--DPYTHON_INCLUDE_DIRS=/usr/include/python$PYTHON_VER \
--DCMAKE_CXX_FLAGS="-I /usr/include/python$PYTHON_VER"
-  ninja -C build
-}
-
-package() {
-  cd "$pkgname"
-
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm755 release/bin/blender-softwaregl 
"${pkgdir}/usr/bin/blender-softwaregl"
-  python -m compileall "${pkgdir}/usr/share/blender"
-  python -O -m compileall "${pkgdir}/usr/share/blender"
-
-  install -Dm644 release/freedesktop/org.blender.Blender.appdata.xml 
"${pkgdir}/usr/share/metainfo/org.blender.Blender.appdata.xml"
-
-  # Manually install additional scripts (See FS#69351)
-  cp -r release/scripts/addons_contrib/* 
"${pkgdir}"/usr/share/blender/3*/scripts/addons_contrib/
-
-  # Manually install draco bindings (See FS#73415)
-  mkdir -p 

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

2022-05-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, May 17, 2022 @ 21:25:45
  Author: kgizdov
Revision: 1207736

opensubdiv cuda 11.7 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 21:09:58 UTC (rev 1207735)
+++ PKGBUILD2022-05-17 21:25:45 UTC (rev 1207736)
@@ -8,7 +8,7 @@
 
 pkgname=blender
 pkgver=3.1.2
-pkgrel=3
+pkgrel=4
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')



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

2022-05-17 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 17, 2022 @ 21:04:02
  Author: tpowa
Revision: 445937

upgpkg: archboot 2022.05-68: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 20:19:30 UTC (rev 445936)
+++ PKGBUILD2022-05-17 21:04:02 UTC (rev 445937)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.05
-pkgrel=67
+pkgrel=68
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-05-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, May 17, 2022 @ 21:04:13
  Author: kgizdov
Revision: 1207733

archrelease: copy trunk to community-staging-x86_64

Added:
  nccl/repos/community-staging-x86_64/
  nccl/repos/community-staging-x86_64/PKGBUILD
(from rev 1207732, nccl/trunk/PKGBUILD)

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

Copied: nccl/repos/community-staging-x86_64/PKGBUILD (from rev 1207732, 
nccl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-17 21:04:13 UTC (rev 1207733)
@@ -0,0 +1,64 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov 
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+pkgname=nccl
+pkgver=2.12.12
+_upstr_pkgrel=1
+pkgrel=1
+pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
+arch=('x86_64')
+url='https://developer.nvidia.com/nccl/'
+license=('BSD')
+depends=('glibc' 'gcc-libs')
+makedepends=('git' 'cuda')
+source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-${_upstr_pkgrel};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
+  local _file
+  local _filelist
+  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print 
$1 }' | uniq)"
+  for _file in $_filelist
+  do
+sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
+  done
+}
+
+build() {
+  cd "$pkgname"
+
+  # https://docs.nvidia.com/cuda/turing-compatibility-guide/index.html
+  # specify as follows:
+  ## PTX virtual arch: -gencode=arch=compute_XX,code=compute_XX
+  ## binary cubin arch: -gencode=arch=compute_XX,code=sm_XX
+  # we provide binary support on all arches, no PTX is needed
+  # drop PTX to improve performance and reduce linking issues
+  # keep only latest version PTX for future compatibility
+  export NVCC_GENCODE="-gencode=arch=compute_52,code=sm_52 \
+   -gencode=arch=compute_53,code=sm_53 \
+   -gencode=arch=compute_60,code=sm_60 \
+   -gencode=arch=compute_61,code=sm_61 \
+   -gencode=arch=compute_62,code=sm_62 \
+   -gencode=arch=compute_70,code=sm_70 \
+   -gencode=arch=compute_72,code=sm_72 \
+   -gencode=arch=compute_75,code=sm_75 \
+   -gencode=arch=compute_80,code=sm_80 \
+   -gencode=arch=compute_86,code=sm_86 \
+   -gencode=arch=compute_86,code=compute_86"
+
+  export CXXFLAGS+=" -ffat-lto-objects"
+  make CUDA_HOME=/opt/cuda PREFIX=/usr src.build
+}
+
+package() {
+  cd "${pkgname}"
+
+  make PREFIX="${pkgdir}"/usr install
+  # fix permission on static lib
+  chmod 644 "${pkgdir}"/usr/lib/libnccl_static.a
+  install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2022-05-17 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 17, 2022 @ 21:04:15
  Author: tpowa
Revision: 445938

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 21:04:02 UTC (rev 445937)
+++ PKGBUILD2022-05-17 21:04:15 UTC (rev 445938)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.05
-pkgrel=67
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- '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' 'vi' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' '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' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl' 'gpart')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/x86_64-local.conf'
-   'etc/archboot/aarch64-local.conf'
-   'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-   'etc/archboot/presets/aarch64-local')
-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 445937, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 21:04:15 UTC (rev 445938)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.05
+pkgrel=68
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 

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

2022-05-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, May 17, 2022 @ 21:04:06
  Author: kgizdov
Revision: 1207732

upgpkg: nccl 2.12.12-1

Modified:
  nccl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 20:47:09 UTC (rev 1207731)
+++ PKGBUILD2022-05-17 21:04:06 UTC (rev 1207732)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Bermond < yahoo-com: danielbermond >
 
 pkgname=nccl
-pkgver=2.12.10
+pkgver=2.12.12
 _upstr_pkgrel=1
 pkgrel=1
 pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'



[arch-commits] Commit in opensubdiv/repos (4 files)

2022-05-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, May 17, 2022 @ 21:09:58
  Author: kgizdov
Revision: 1207735

archrelease: copy trunk to community-staging-x86_64

Added:
  opensubdiv/repos/community-staging-x86_64/
  opensubdiv/repos/community-staging-x86_64/PKGBUILD
(from rev 1207734, opensubdiv/trunk/PKGBUILD)
  opensubdiv/repos/community-staging-x86_64/cuda11.patch
(from rev 1207734, opensubdiv/trunk/cuda11.patch)
  opensubdiv/repos/community-staging-x86_64/python3.patch
(from rev 1207734, opensubdiv/trunk/python3.patch)

---+
 PKGBUILD  |   51 
 cuda11.patch  |   17 ++
 python3.patch |  139 
 3 files changed, 207 insertions(+)

Copied: opensubdiv/repos/community-staging-x86_64/PKGBUILD (from rev 1207734, 
opensubdiv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-17 21:09:58 UTC (rev 1207735)
@@ -0,0 +1,51 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=opensubdiv
+pkgver=3.4.4
+pkgrel=11
+pkgdesc="An Open-Source subdivision surface library"
+arch=(x86_64)
+url="http://graphics.pixar.com/opensubdiv;
+license=('APACHE')
+depends=('ptex' 'intel-tbb' 'libxcursor' 'xorg-xrandr' 'libxinerama')
+makedepends=('cmake' 'doxygen' 'glfw' 'glew' 'python' 'python-pygments' 
'python-docutils' 'opencl-headers' 'cuda')
+source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz;
+python3.patch
+cuda11.patch
+
opensubdiv-tbb2021.patch::https://github.com/PixarAnimationStudios/OpenSubdiv/commit/9079a517.patch)
+sha512sums=('fc8f28b79347015c8991150535c1339e695d96947c72fadd4fa27b546a0813c1125cd175ee03bed5aacdb3609f74c4e526ef70103d1195ba9f7df041e73ea9fb'
+
'10f1f63e07d59deb4d91ba04448bb360efff0e41202bb6737caffbce09ba244efb349fe25b24880420b80fdadb268aed84923464af0d66ee1a36e4ba8f96cfd5'
+
'9006762976c15a57d30607189d52d0e620b5024da478dcd41a79a88b350740144a88c1a4f455bfb1b79a9f605e0587c1c828a9b0813301acec8bbb516c2bb292'
+
'c65770d3e65a63c88aa1061e10c5dd6be8616a2479bd5f6d3928c97a5895cfa7d0aac455121db7ee610b9731bfbf07c3f8a26e9cd47623cd1baa046d9aa68cdf')
+options=(!lto)
+
+prepare() {
+  cd "OpenSubdiv-${pkgver//./_}"
+
+  patch -Np1 -i "${srcdir}"/python3.patch
+  patch -Np1 -i "${srcdir}"/cuda11.patch
+  patch -Np1 -i "${srcdir}"/opensubdiv-tbb2021.patch # Support TBB 2021
+  mkdir build
+}
+
+build() {
+  cd "OpenSubdiv-${pkgver//./_}"/build
+
+  # wtf
+  mkdir -p CMakeFiles/osd_static_gpu.dir/osd
+
+  cmake .. \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DOSD_CUDA_NVCC_FLAGS='--gpu-architecture=compute_53' \
+  -DCUDA_HOST_COMPILER=/usr/bin/g++ \
+  -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd "OpenSubdiv-${pkgver//./_}"/build
+
+  DESTDIR="$pkgdir/" make install
+
+  rm -rf "${pkgdir}"/usr/bin
+}

Copied: opensubdiv/repos/community-staging-x86_64/cuda11.patch (from rev 
1207734, opensubdiv/trunk/cuda11.patch)
===
--- community-staging-x86_64/cuda11.patch   (rev 0)
+++ community-staging-x86_64/cuda11.patch   2022-05-17 21:09:58 UTC (rev 
1207735)
@@ -0,0 +1,17 @@
+diff --color -aur OpenSubdiv-3_4_4-old/CMakeLists.txt 
OpenSubdiv-3_4_4-new/CMakeLists.txt
+--- OpenSubdiv-3_4_4-old/CMakeLists.txt2021-06-14 16:59:54.699746298 
+0300
 OpenSubdiv-3_4_4-new/CMakeLists.txt2021-06-14 17:01:32.976412136 
+0300
+@@ -586,8 +586,12 @@
+ if (NOT DEFINED OSD_CUDA_NVCC_FLAGS)
+ if (CUDA_VERSION_MAJOR LESS 6)
+ set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_11 )
+-else()
++elseif (CUDA_VERSION_MAJOR LESS 9)
+ set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_20 )
++elseif (CUDA_VERSION_MAJOR LESS 11)
++set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_35 )
++else()
++set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_53 )
+ endif()
+ endif()
+ endif()

Copied: opensubdiv/repos/community-staging-x86_64/python3.patch (from rev 
1207734, opensubdiv/trunk/python3.patch)
===
--- community-staging-x86_64/python3.patch  (rev 0)
+++ community-staging-x86_64/python3.patch  2022-05-17 21:09:58 UTC (rev 
1207735)
@@ -0,0 +1,139 @@
+diff --git a/documentation/CMakeLists.txt b/documentation/CMakeLists.txt
+index 32b12a3d..581159ca 100644
+--- a/documentation/CMakeLists.txt
 b/documentation/CMakeLists.txt
+@@ -54,7 +54,7 @@ else()
+ 
+ endif()
+ 
+-find_package(PythonInterp 2.6)
++find_package(PythonInterp 3.8)
+ 
+ # ReST - HTML documentation
+ if (DOCUTILS_FOUND AND PYTHONINTERP_FOUND)
+diff --git a/documentation/processHtml.py 

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

2022-05-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, May 17, 2022 @ 21:09:51
  Author: kgizdov
Revision: 1207734

cuda 11.7

Modified:
  opensubdiv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 21:04:13 UTC (rev 1207733)
+++ PKGBUILD2022-05-17 21:09:51 UTC (rev 1207734)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=opensubdiv
 pkgver=3.4.4
-pkgrel=10
+pkgrel=11
 pkgdesc="An Open-Source subdivision surface library"
 arch=(x86_64)
 url="http://graphics.pixar.com/opensubdiv;



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

2022-05-17 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 17, 2022 @ 21:05:06
  Author: tpowa
Revision: 445940

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 21:05:00 UTC (rev 445939)
+++ PKGBUILD2022-05-17 21:05:06 UTC (rev 445940)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.05
-pkgrel=67
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- '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' 'vi' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient'
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'haveged' 'pambase' 
'traceroute' 'grub' 
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'nvme-cli' 'fatresize' 'iwd' 
'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl' 'gpart')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-   'etc/archboot/x86_64-local.conf'
-'etc/archboot/aarch64-local.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

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

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 445939, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 21:05:06 UTC (rev 445940)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.05
+pkgrel=68
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 

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

2022-05-17 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 17, 2022 @ 21:05:00
  Author: tpowa
Revision: 445939

upgpkg: archboot-arm 2022.05-68: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 21:04:15 UTC (rev 445938)
+++ PKGBUILD2022-05-17 21:05:00 UTC (rev 445939)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.05
-pkgrel=67
+pkgrel=68
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



[arch-commits] Commit in root/repos (11 files)

2022-05-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, May 17, 2022 @ 20:47:09
  Author: kgizdov
Revision: 1207731

archrelease: copy trunk to community-staging-x86_64

Added:
  root/repos/community-staging-x86_64/
  root/repos/community-staging-x86_64/PKGBUILD
(from rev 1207730, root/trunk/PKGBUILD)
  root/repos/community-staging-x86_64/ROOFIT_LICENSE
(from rev 1207730, root/trunk/ROOFIT_LICENSE)
  root/repos/community-staging-x86_64/fix-missing-header.patch
(from rev 1207730, root/trunk/fix-missing-header.patch)
  root/repos/community-staging-x86_64/jupyter_notebook_config.py
(from rev 1207730, root/trunk/jupyter_notebook_config.py)
  root/repos/community-staging-x86_64/nbman-for-arch.patch
(from rev 1207730, root/trunk/nbman-for-arch.patch)
  root/repos/community-staging-x86_64/root.pc.tpl
(from rev 1207730, root/trunk/root.pc.tpl)
  root/repos/community-staging-x86_64/root.xml
(from rev 1207730, root/trunk/root.xml)
  root/repos/community-staging-x86_64/settings-cuda.cmake
(from rev 1207730, root/trunk/settings-cuda.cmake)
  root/repos/community-staging-x86_64/settings.cmake
(from rev 1207730, root/trunk/settings.cmake)
  root/repos/community-staging-x86_64/thisroot.fail
(from rev 1207730, root/trunk/thisroot.fail)

+
 PKGBUILD   |  300 +++
 ROOFIT_LICENSE |   22 +++
 fix-missing-header.patch   |   11 +
 jupyter_notebook_config.py |1 
 nbman-for-arch.patch   |  180 +
 root.pc.tpl|   12 +
 root.xml   |   14 ++
 settings-cuda.cmake|  115 
 settings.cmake |  115 
 thisroot.fail  |   49 +++
 10 files changed, 819 insertions(+)

Copied: root/repos/community-staging-x86_64/PKGBUILD (from rev 1207730, 
root/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-17 20:47:09 UTC (rev 1207731)
@@ -0,0 +1,300 @@
+# Maintainer: Konstantin Gizdov < arch at kge dot pw >
+# Contributor: Frank Siegert < frank.siegert at googlemail dot com >
+# Contributor: Scott Lawrence < bytbox at gmail dot com >
+# Contributor: Thomas Dziedzic < gostrc at gmail dot com >
+# Contributor: Sebastian Voecking < voeck at web dot de >
+
+pkgbase=root
+pkgname=('root' 'root-cuda')
+pkgver=6.26.02
+pkgrel=2
+pkgdesc='C++ data analysis framework and interpreter from CERN'
+arch=('x86_64')
+url='https://root.cern'
+license=('LGPL2.1' 'GPL' 'custom:University of California and Stanford 
University License')
+options=(!lto)
+makedepends=(
+'ccache'
+'cern-vdt'
+'chromium'
+'cfitsio'
+'cmake'
+'cuda'
+'cudnn'
+'gcc-fortran'
+'gcc11-fortran'
+'git'
+'go'
+'libxml2'
+'libmariadbclient'
+'ocaml'
+'ocaml-ctypes'
+'openmp'
+'openmpi'
+'openssl'
+'openui5'
+'postgresql-libs'
+'pythia8>=8.2.40-1'
+'python-pygments'
+'qt5-webengine'
+'sqlite'
+'unuran'
+'vc'
+'xrootd>5'
+'z3'
+)
+depends=(
+'blas'
+'desktop-file-utils'
+'fcgi'
+'fftw'
+'ftgl'
+'giflib'
+'gl2ps'
+'glew'
+'graphviz'
+'gsl'
+'hicolor-icon-theme'
+'libafterimage'
+'librsvg'
+'liburing'
+'libxpm'
+'nlohmann-json'
+'python'
+'python-numpy'
+'tbb'
+'tex-gyre-fonts'
+'unixodbc'
+'xxhash>=0.6.5-1'
+'zstd'
+)
+optdepends=(
+'cern-vdt: Add a set of fast and vectorisable mathematical functions'
+'chromium: Support for WebGUI'
+'cfitsio: Read images and data from FITS files'
+'libmariadbclient: MySQL support'
+'libxml2: XML parser interface'
+'openmp: Support OpenMP extensions in Minuit2'
+'openmpi: Support OpenMPI extensions in Minuit2'
+'openssl: OpenSSL support'
+'openui5: JSROOT support'
+'postgresql-libs: PostgreSQL support'
+'pythia8>=8.2.40-1: Pythia8 EG support'
+'python-pygments: syntax highlighting in interactive console'
+'qt5-webengine: Support for WebGUI'
+'sqlite: SQLite support'
+'tcsh: Legacy CSH support'
+'unuran: Support non-uniform random numbers'
+'vc: Add types for portable and intuitive SIMD programming'
+'xrootd>5: Support remote file server and client'
+'z3: Suuport the Z3 theorem prover'
+)
+source=(
+"https://root.cern.ch/download/root_v${pkgver}.source.tar.gz;
+'ROOFIT_LICENSE'
+'root.xml'
+'root.pc.tpl'
+'settings.cmake'
+'settings-cuda.cmake'
+'jupyter_notebook_config.py'
+'nbman-for-arch.patch'
+'fix-missing-header.patch'
+'thisroot.fail'
+)
+sha512sums=('593022ecac14dc057f69ca18ebffef610f5c6064d6c4a7b658cffd26110110f66da2f11cc935b03eca5e557f18cded43f43bdee984660b4f4db1dbe1787bba9f'
+

[arch-commits] Commit in root/trunk (PKGBUILD fix-missing-header.patch)

2022-05-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, May 17, 2022 @ 20:46:44
  Author: kgizdov
Revision: 1207730

cuda 11.7

Added:
  root/trunk/fix-missing-header.patch
Modified:
  root/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 fix-missing-header.patch |   11 +++
 2 files changed, 19 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 20:15:14 UTC (rev 1207729)
+++ PKGBUILD2022-05-17 20:46:44 UTC (rev 1207730)
@@ -7,7 +7,7 @@
 pkgbase=root
 pkgname=('root' 'root-cuda')
 pkgver=6.26.02
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ data analysis framework and interpreter from CERN'
 arch=('x86_64')
 url='https://root.cern'
@@ -22,6 +22,7 @@
 'cuda'
 'cudnn'
 'gcc-fortran'
+'gcc11-fortran'
 'git'
 'go'
 'libxml2'
@@ -97,6 +98,7 @@
 'settings-cuda.cmake'
 'jupyter_notebook_config.py'
 'nbman-for-arch.patch'
+'fix-missing-header.patch'
 'thisroot.fail'
 )
 
sha512sums=('593022ecac14dc057f69ca18ebffef610f5c6064d6c4a7b658cffd26110110f66da2f11cc935b03eca5e557f18cded43f43bdee984660b4f4db1dbe1787bba9f'
@@ -107,6 +109,7 @@
 
'9fe8fe72a2c1e86e75f901d80abd184785229949beaa4c7fd3da7ae5aa1e20615b620945f37efeb41377a3641e750be363517871ef35f5826cc0a2a279540bb9'
 
'1c905ee7a3f8f5f3f567d957f9be6b503a8631565d4d9b9bfea5e496ef86865c5a8be1a1f8c7842754029879cf0afd2465249f532a116cc43660aa2e460ae682'
 
'08037f68fa816debc4e9c16a26c862bc026c8e6ceaf2f5131d1493470599b4eb2b2efeef35249f15392aeff0c22bff59264e8a4ac6c73e4f195046be9d185724'
+
'adc2f07f0df9b001259d19125061bcc129896ce63df68b837ffc160a24839747d0d91959ffc91040669bd41e0998aed34e9c72ea92618086016441eb8f8b1801'
 
'3b9e382480b28f60af0b096ac9a42e6ba611b899717988bdebffd5aeabab054e37a28a7421f4a0f39198638c31f56a657a8a9ccc3db54a87daf50d43d35b1ca9')
 
 get_pyver () {
@@ -171,9 +174,9 @@
 mkdir -p "${srcdir}/build-cuda"
 cd "${srcdir}/build-cuda"
 
-CC=/usr/bin/gcc \
-CXX=/usr/bin/g++ \
-FC=/usr/bin/f95 \
+CC=/usr/bin/gcc-11 \
+CXX=/usr/bin/g++-11 \
+FC=/usr/bin/f95-11 \
 cmake -C "${srcdir}/settings-cuda.cmake" \
 ${CUSTOM_CMAKE_FLAGS} \
 ${CUSTOM_CUDA_ARCH} \
@@ -292,6 +295,6 @@
 provides=('root')
 conflicts=('root')
 depends+=('cuda' 'cudnn')
-optdepends+=('gcc-fortran: Enable the Fortran components of ROOT')
+optdepends+=('gcc11-fortran: Enable the Fortran components of ROOT')
 _package build-cuda
 }

Added: fix-missing-header.patch
===
--- fix-missing-header.patch(rev 0)
+++ fix-missing-header.patch2022-05-17 20:46:44 UTC (rev 1207730)
@@ -0,0 +1,11 @@
+diff --color -aur root-6.26.02-old/tmva/sofie/inc/TMVA/SOFIE_common.hxx 
root-6.26.02-new/tmva/sofie/inc/TMVA/SOFIE_common.hxx
+--- root-6.26.02-old/tmva/sofie/inc/TMVA/SOFIE_common.hxx  2022-05-17 
16:47:05.503723641 +0300
 root-6.26.02-new/tmva/sofie/inc/TMVA/SOFIE_common.hxx  2022-05-17 
16:47:41.023722760 +0300
+@@ -6,6 +6,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 



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

2022-05-17 Thread Jan Steffens via arch-commits
Date: Tuesday, May 17, 2022 @ 20:19:30
  Author: heftig
Revision: 445935

archrelease: copy trunk to extra-any

Added:
  python-dbusmock/repos/extra-any/PKGBUILD
(from rev 445934, python-dbusmock/trunk/PKGBUILD)
Deleted:
  python-dbusmock/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 20:19:14 UTC (rev 445934)
+++ PKGBUILD2022-05-17 20:19:30 UTC (rev 445935)
@@ -1,29 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=python-dbusmock
-pkgver=0.27.3
-pkgrel=1
-pkgdesc="Mock D-Bus objects for tests"
-url="https://github.com/martinpitt/python-dbusmock;
-arch=(any)
-license=(LGPL3)
-depends=(python-dbus python-gobject)
-makedepends=(python-setuptools git)
-_commit=35785d2204962fe450cc0fee8cb32d62e63993c1  # tags/0.27.3^0
-source=("git+https://github.com/martinpitt/python-dbusmock#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-dbusmock/repos/extra-any/PKGBUILD (from rev 445934, 
python-dbusmock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 20:19:30 UTC (rev 445935)
@@ -0,0 +1,29 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=python-dbusmock
+pkgver=0.27.5
+pkgrel=1
+pkgdesc="Mock D-Bus objects for tests"
+url="https://github.com/martinpitt/python-dbusmock;
+arch=(any)
+license=(LGPL3)
+depends=(python-dbus python-gobject)
+makedepends=(python-setuptools git)
+_commit=eab65d47b6eb8e197a9d2229c2ee5e1651629b04  # tags/0.27.5^0
+source=("git+https://github.com/martinpitt/python-dbusmock#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



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

2022-05-17 Thread Jan Steffens via arch-commits
Date: Tuesday, May 17, 2022 @ 20:19:30
  Author: heftig
Revision: 445936

archrelease: copy trunk to extra-x86_64

Added:
  upower/repos/extra-x86_64/PKGBUILD
(from rev 445934, upower/trunk/PKGBUILD)
Deleted:
  upower/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 20:19:30 UTC (rev 445935)
+++ PKGBUILD2022-05-17 20:19:30 UTC (rev 445936)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=upower
-pkgver=0.99.17
-pkgrel=1
-pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
-url="https://upower.freedesktop.org;
-arch=(x86_64)
-license=(GPL)
-depends=(systemd libimobiledevice libgudev)
-makedepends=(docbook-xsl gobject-introspection python git gtk-doc meson)
-checkdepends=(python-{dbus,dbusmock,gobject} umockdev)
-backup=(etc/UPower/UPower.conf)
-_commit=c889154ec8e3e2239db9260d48b2e198d72ba002  # tags/v0.99.17^0
-source=("git+https://gitlab.freedesktop.org/upower/upower.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd upower
-  git describe --tags | sed -e 
's/^v\|^UPOWER_//;s/_/\./g;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd upower
-}
-
-build() {
-  arch-meson upower build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io}-2.0.so)
-  provides+=(libupower-glib.so)
-
-  meson install -C build --destdir "$pkgdir"
-}

Copied: upower/repos/extra-x86_64/PKGBUILD (from rev 445934, 
upower/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 20:19:30 UTC (rev 445936)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=upower
+pkgver=0.99.18
+pkgrel=1
+pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
+url="https://upower.freedesktop.org;
+arch=(x86_64)
+license=(GPL)
+depends=(systemd libimobiledevice libgudev)
+makedepends=(docbook-xsl gobject-introspection python git gtk-doc meson)
+checkdepends=(python-{dbus,dbusmock,gobject} umockdev)
+backup=(etc/UPower/UPower.conf)
+options=(debug)
+_commit=017ac33d586bc57ace19af120f3ec48eebffddfe  # tags/v0.99.18^0
+source=("git+https://gitlab.freedesktop.org/upower/upower.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd upower
+  git describe --tags | sed -e 
's/^v\|^UPOWER_//;s/_/\./g;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd upower
+}
+
+build() {
+  arch-meson upower build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so)
+  provides+=(libupower-glib.so)
+
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-05-17 Thread Jan Steffens via arch-commits
Date: Tuesday, May 17, 2022 @ 20:19:14
  Author: heftig
Revision: 445934

0.27.5-1

Modified:
  python-dbusmock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 20:19:03 UTC (rev 445933)
+++ PKGBUILD2022-05-17 20:19:14 UTC (rev 445934)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=python-dbusmock
-pkgver=0.27.3
+pkgver=0.27.5
 pkgrel=1
 pkgdesc="Mock D-Bus objects for tests"
 url="https://github.com/martinpitt/python-dbusmock;
@@ -9,7 +9,7 @@
 license=(LGPL3)
 depends=(python-dbus python-gobject)
 makedepends=(python-setuptools git)
-_commit=35785d2204962fe450cc0fee8cb32d62e63993c1  # tags/0.27.3^0
+_commit=eab65d47b6eb8e197a9d2229c2ee5e1651629b04  # tags/0.27.5^0
 source=("git+https://github.com/martinpitt/python-dbusmock#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-05-17 Thread Jan Steffens via arch-commits
Date: Tuesday, May 17, 2022 @ 20:19:03
  Author: heftig
Revision: 445933

0.99.18-1

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 20:15:11 UTC (rev 445932)
+++ PKGBUILD2022-05-17 20:19:03 UTC (rev 445933)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=upower
-pkgver=0.99.17
+pkgver=0.99.18
 pkgrel=1
 pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
 url="https://upower.freedesktop.org;
@@ -12,7 +12,8 @@
 makedepends=(docbook-xsl gobject-introspection python git gtk-doc meson)
 checkdepends=(python-{dbus,dbusmock,gobject} umockdev)
 backup=(etc/UPower/UPower.conf)
-_commit=c889154ec8e3e2239db9260d48b2e198d72ba002  # tags/v0.99.17^0
+options=(debug)
+_commit=017ac33d586bc57ace19af120f3ec48eebffddfe  # tags/v0.99.18^0
 source=("git+https://gitlab.freedesktop.org/upower/upower.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 20:14:32
  Author: arojas
Revision: 1207720

archrelease: copy trunk to community-x86_64

Added:
  gmp-ecm/repos/community-x86_64/PKGBUILD
(from rev 1207719, gmp-ecm/trunk/PKGBUILD)
Deleted:
  gmp-ecm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 20:14:22 UTC (rev 1207719)
+++ PKGBUILD2022-05-17 20:14:32 UTC (rev 1207720)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-# Contributor: Gaetan Bisson 
-
-pkgname=gmp-ecm
-pkgver=7.0.4
-pkgrel=4
-pkgdesc='Elliptic Curve Method for Integer Factorization'
-url='https://github.com/sethtroisi/gmp-ecm'
-license=(GPL LGPL)
-depends=(gmp)
-arch=(x86_64)
-source=(https://github.com/sethtroisi/gmp-ecm/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('61734fae4fdd7bf08c08a8826720dbe0f0c1ad9151909264fc9ce628746629bd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -vi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-shared --enable-openmp
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gmp-ecm/repos/community-x86_64/PKGBUILD (from rev 1207719, 
gmp-ecm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 20:14:32 UTC (rev 1207720)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+# Contributor: Gaetan Bisson 
+
+pkgname=gmp-ecm
+pkgver=7.0.5
+pkgrel=1
+pkgdesc='Elliptic Curve Method for Integer Factorization'
+url='https://github.com/sethtroisi/gmp-ecm'
+license=(GPL LGPL)
+depends=(gmp)
+arch=(x86_64)
+source=(https://gitlab.inria.fr/zimmerma/ecm/-/archive/git-$pkgver/ecm-git-$pkgver.tar.gz)
+sha256sums=('778007e9ddd914487fa6a935ba06baabfe0b38078f04ed7e102e9b52e8fa0137')
+
+prepare() {
+  cd ecm-git-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd ecm-git-$pkgver
+  ./configure --prefix=/usr --enable-shared --enable-openmp
+  make
+}
+
+check() {
+  cd ecm-git-$pkgver
+  make check
+}
+
+package() {
+  cd ecm-git-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 20:14:22
  Author: arojas
Revision: 1207719

Update to 7.0.5

Modified:
  gmp-ecm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 20:05:19 UTC (rev 1207718)
+++ PKGBUILD2022-05-17 20:14:22 UTC (rev 1207719)
@@ -3,33 +3,33 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=gmp-ecm
-pkgver=7.0.4
-pkgrel=4
+pkgver=7.0.5
+pkgrel=1
 pkgdesc='Elliptic Curve Method for Integer Factorization'
 url='https://github.com/sethtroisi/gmp-ecm'
 license=(GPL LGPL)
 depends=(gmp)
 arch=(x86_64)
-source=(https://github.com/sethtroisi/gmp-ecm/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('61734fae4fdd7bf08c08a8826720dbe0f0c1ad9151909264fc9ce628746629bd')
+source=(https://gitlab.inria.fr/zimmerma/ecm/-/archive/git-$pkgver/ecm-git-$pkgver.tar.gz)
+sha256sums=('778007e9ddd914487fa6a935ba06baabfe0b38078f04ed7e102e9b52e8fa0137')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd ecm-git-$pkgver
   autoreconf -vi
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd ecm-git-$pkgver
   ./configure --prefix=/usr --enable-shared --enable-openmp
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd ecm-git-$pkgver
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd ecm-git-$pkgver
   make DESTDIR="$pkgdir" install
 }



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 20:05:19
  Author: arojas
Revision: 1207718

archrelease: copy trunk to community-x86_64

Added:
  ortp/repos/community-x86_64/PKGBUILD
(from rev 1207717, ortp/trunk/PKGBUILD)
Deleted:
  ortp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 20:05:09 UTC (rev 1207717)
+++ PKGBUILD2022-05-17 20:05:19 UTC (rev 1207718)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: William Rea 
-
-pkgname=ortp
-pkgver=5.1.10
-pkgrel=1
-pkgdesc='A Real-time Transport Protocol (RTP) library'
-arch=(x86_64)
-url='https://gitlab.linphone.org/'
-license=(GPL3)
-depends=(bctoolbox)
-makedepends=(cmake doxygen)
-source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1e7a899285115ed54f72a5792400150b57e92456bf5f0d7f446d44a1becae1d0')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: ortp/repos/community-x86_64/PKGBUILD (from rev 1207717, 
ortp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 20:05:19 UTC (rev 1207718)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: William Rea 
+
+pkgname=ortp
+pkgver=5.1.12
+pkgrel=1
+pkgdesc='A Real-time Transport Protocol (RTP) library'
+arch=(x86_64)
+url='https://gitlab.linphone.org/'
+license=(GPL3)
+depends=(bctoolbox)
+makedepends=(cmake doxygen)
+source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7ed33dc6085c0323ab8547cf20e6e501433ae685558eada33942d0dafe8f027e')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 20:05:09
  Author: arojas
Revision: 1207717

Update to 5.1.12

Modified:
  ortp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 20:03:32 UTC (rev 1207716)
+++ PKGBUILD2022-05-17 20:05:09 UTC (rev 1207717)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=ortp
-pkgver=5.1.10
+pkgver=5.1.12
 pkgrel=1
 pkgdesc='A Real-time Transport Protocol (RTP) library'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(bctoolbox)
 makedepends=(cmake doxygen)
 
source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1e7a899285115ed54f72a5792400150b57e92456bf5f0d7f446d44a1becae1d0')
+sha256sums=('7ed33dc6085c0323ab8547cf20e6e501433ae685558eada33942d0dafe8f027e')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 20:03:32
  Author: arojas
Revision: 1207716

archrelease: copy trunk to community-x86_64

Added:
  bzrtp/repos/community-x86_64/PKGBUILD
(from rev 1207715, bzrtp/trunk/PKGBUILD)
Deleted:
  bzrtp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 20:03:22 UTC (rev 1207715)
+++ PKGBUILD2022-05-17 20:03:32 UTC (rev 1207716)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=bzrtp
-pkgver=5.1.10
-pkgrel=1
-pkgdesc='Open source implementation of ZRTP keys exchange protocol'
-arch=(x86_64)
-url='https://gitlab.linphone.org/'
-license=(GPL2)
-depends=(libxml2 bctoolbox sqlite)
-makedepends=(bcunit cmake)
-source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b5405ec7ef66b89728c9ca99615582cfe0aa55dea70c1657b867179881754559')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bzrtp/repos/community-x86_64/PKGBUILD (from rev 1207715, 
bzrtp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 20:03:32 UTC (rev 1207716)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=bzrtp
+pkgver=5.1.12
+pkgrel=1
+pkgdesc='Open source implementation of ZRTP keys exchange protocol'
+arch=(x86_64)
+url='https://gitlab.linphone.org/'
+license=(GPL2)
+depends=(libxml2 bctoolbox sqlite)
+makedepends=(bcunit cmake)
+source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f957465a03d7ae594a7d17bc2087c36a4f3d87a01470c4a973165dcf203e560c')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 20:03:22
  Author: arojas
Revision: 1207715

Update to 5.1.12

Modified:
  bzrtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 20:02:21 UTC (rev 1207714)
+++ PKGBUILD2022-05-17 20:03:22 UTC (rev 1207715)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=bzrtp
-pkgver=5.1.10
+pkgver=5.1.12
 pkgrel=1
 pkgdesc='Open source implementation of ZRTP keys exchange protocol'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(libxml2 bctoolbox sqlite)
 makedepends=(bcunit cmake)
 
source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b5405ec7ef66b89728c9ca99615582cfe0aa55dea70c1657b867179881754559')
+sha256sums=('f957465a03d7ae594a7d17bc2087c36a4f3d87a01470c4a973165dcf203e560c')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 20:02:21
  Author: arojas
Revision: 1207714

archrelease: copy trunk to community-x86_64

Added:
  bctoolbox/repos/community-x86_64/PKGBUILD
(from rev 1207713, bctoolbox/trunk/PKGBUILD)
Deleted:
  bctoolbox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 20:02:09 UTC (rev 1207713)
+++ PKGBUILD2022-05-17 20:02:21 UTC (rev 1207714)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-
-pkgname=bctoolbox
-pkgver=5.1.10
-pkgrel=1
-pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
-arch=(x86_64)
-url='https://gitlab.linphone.org/'
-license=(GPL)
-depends=(mbedtls bcunit)
-makedepends=(cmake)
-source=(https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d781778244df6506c6d17cb65f6da586ef26bc531747d371e12097948e6f')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bctoolbox/repos/community-x86_64/PKGBUILD (from rev 1207713, 
bctoolbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 20:02:21 UTC (rev 1207714)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+
+pkgname=bctoolbox
+pkgver=5.1.17
+pkgrel=1
+pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
+arch=(x86_64)
+url='https://gitlab.linphone.org/'
+license=(GPL)
+depends=(mbedtls bcunit)
+makedepends=(cmake)
+source=(https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ae7a298ec1419fa3fb72cb85786efdc3fb59358755c7da7be2e9dda95bfd95ee')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 20:02:09
  Author: arojas
Revision: 1207713

Update to 5.1.17

Modified:
  bctoolbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 19:55:00 UTC (rev 1207712)
+++ PKGBUILD2022-05-17 20:02:09 UTC (rev 1207713)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=5.1.10
+pkgver=5.1.17
 pkgrel=1
 pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=(https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d781778244df6506c6d17cb65f6da586ef26bc531747d371e12097948e6f')
+sha256sums=('ae7a298ec1419fa3fb72cb85786efdc3fb59358755c7da7be2e9dda95bfd95ee')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

2022-05-17 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, May 17, 2022 @ 19:55:00
  Author: orhun
Revision: 1207712

archrelease: copy trunk to community-x86_64

Added:
  cargo-deny/repos/community-x86_64/PKGBUILD
(from rev 1207711, cargo-deny/trunk/PKGBUILD)
Deleted:
  cargo-deny/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 19:54:38 UTC (rev 1207711)
+++ PKGBUILD2022-05-17 19:55:00 UTC (rev 1207712)
@@ -1,41 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Maintainer: Orhun Parmaksız 
-# Contributor: Vlad Frolov 
-
-pkgname=cargo-deny
-pkgver=0.11.4
-pkgrel=1
-pkgdesc='Cargo plugin for linting your dependencies'
-arch=('x86_64')
-url='https://github.com/EmbarkStudios/cargo-deny'
-license=('MIT' 'APACHE')
-depends=('gcc-libs' 'zlib')
-makedepends=('cargo')
-options=(!lto)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/EmbarkStudios/cargo-deny/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('e6b321d41631f377b707deb309db2931b3ec9f6ca1cdb3401999d91334131664d6009c43a3d0b66945f9f7059af7fed350db51a8a2539575c78d478ba544c1eb')
-
-prepare() {
-  cd cargo-deny-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd cargo-deny-${pkgver}
-  export RUSTUP_TOOLCHAIN=stable
-  export CARGO_TARGET_DIR=target
-  cargo build --release --frozen
-}
-
-check() {
-  cd cargo-deny-${pkgver}
-  export RUSTUP_TOOLCHAIN=stable
-  cargo test --frozen
-}
-
-package() {
-  cd cargo-deny-${pkgver}
-  install -Dm755 target/release/cargo-deny -t "${pkgdir}"/usr/bin
-  install -Dm644 README.md -t "${pkgdir}"/usr/share/doc/${pkgname}
-  install -Dm644 LICENSE-MIT -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: cargo-deny/repos/community-x86_64/PKGBUILD (from rev 1207711, 
cargo-deny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 19:55:00 UTC (rev 1207712)
@@ -0,0 +1,41 @@
+# Maintainer: Frederik Schwan 
+# Maintainer: Orhun Parmaksız 
+# Contributor: Vlad Frolov 
+
+pkgname=cargo-deny
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='Cargo plugin for linting your dependencies'
+arch=('x86_64')
+url='https://github.com/EmbarkStudios/cargo-deny'
+license=('MIT' 'APACHE')
+depends=('gcc-libs' 'zlib')
+makedepends=('cargo')
+options=(!lto)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/EmbarkStudios/cargo-deny/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+b2sums=('044ef352c8b9f215952a8e8f3d17591ee9c76b5574ea4a1fa31d21fd78d8023e10a9eadb302c9843155e326037ecb680629eae0a502d5fbd155c8331fa98c9bc')
+
+prepare() {
+  cd cargo-deny-${pkgver}
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd cargo-deny-${pkgver}
+  export RUSTUP_TOOLCHAIN=stable
+  export CARGO_TARGET_DIR=target
+  cargo build --release --frozen
+}
+
+check() {
+  cd cargo-deny-${pkgver}
+  export RUSTUP_TOOLCHAIN=stable
+  cargo test --frozen
+}
+
+package() {
+  cd cargo-deny-${pkgver}
+  install -Dm755 target/release/cargo-deny -t "${pkgdir}"/usr/bin
+  install -Dm644 README.md -t "${pkgdir}"/usr/share/doc/${pkgname}
+  install -Dm644 LICENSE-MIT -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



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

2022-05-17 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, May 17, 2022 @ 19:54:38
  Author: orhun
Revision: 1207711

upgpkg: cargo-deny 0.12.0-1: upstream release

Modified:
  cargo-deny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 19:36:32 UTC (rev 1207710)
+++ PKGBUILD2022-05-17 19:54:38 UTC (rev 1207711)
@@ -3,7 +3,7 @@
 # Contributor: Vlad Frolov 
 
 pkgname=cargo-deny
-pkgver=0.11.4
+pkgver=0.12.0
 pkgrel=1
 pkgdesc='Cargo plugin for linting your dependencies'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cargo')
 options=(!lto)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/EmbarkStudios/cargo-deny/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('e6b321d41631f377b707deb309db2931b3ec9f6ca1cdb3401999d91334131664d6009c43a3d0b66945f9f7059af7fed350db51a8a2539575c78d478ba544c1eb')
+b2sums=('044ef352c8b9f215952a8e8f3d17591ee9c76b5574ea4a1fa31d21fd78d8023e10a9eadb302c9843155e326037ecb680629eae0a502d5fbd155c8331fa98c9bc')
 
 prepare() {
   cd cargo-deny-${pkgver}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:34:46
  Author: arojas
Revision: 1207709

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 19:34:37 UTC (rev 1207708)
+++ PKGBUILD2022-05-17 19:34:46 UTC (rev 1207709)
@@ -1,31 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=python-ipywidgets
-_pipname=ipywidgets
-pkgver=7.7.0
-pkgrel=3
-pkgdesc="IPython HTML widgets for Jupyter"
-arch=('any')
-url="https://github.com/ipython/ipywidgets;
-license=('BSD')
-depends=('python-ipykernel' 'python-jsonschema')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-pytest')
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-md5sums=('61deb9024c3de1848812b97c2560d0cf')
-
-build() {
-  cd ipywidgets-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd ipywidgets-$pkgver
-  pytest -v
-}
-
-package() {
-  cd ipywidgets-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: python-ipywidgets/repos/community-any/PKGBUILD (from rev 1207708, 
python-ipywidgets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 19:34:46 UTC (rev 1207709)
@@ -0,0 +1,31 @@
+# Maintainer: Kyle Keen 
+
+pkgname=python-ipywidgets
+_pipname=ipywidgets
+pkgver=7.7.0
+pkgrel=4
+pkgdesc="IPython HTML widgets for Jupyter"
+arch=('any')
+url="https://github.com/ipython/ipywidgets;
+license=('BSD')
+depends=('python-ipykernel' 'python-jsonschema' 'python-ipython-genutils')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+checkdepends=('python-pytest')
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+md5sums=('61deb9024c3de1848812b97c2560d0cf')
+
+build() {
+  cd ipywidgets-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd ipywidgets-$pkgver
+  pytest -v
+}
+
+package() {
+  cd ipywidgets-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:34:37
  Author: arojas
Revision: 1207708

Add ipython-genutils dependency

Modified:
  python-ipywidgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 19:32:31 UTC (rev 1207707)
+++ PKGBUILD2022-05-17 19:34:37 UTC (rev 1207708)
@@ -3,12 +3,12 @@
 pkgname=python-ipywidgets
 _pipname=ipywidgets
 pkgver=7.7.0
-pkgrel=3
+pkgrel=4
 pkgdesc="IPython HTML widgets for Jupyter"
 arch=('any')
 url="https://github.com/ipython/ipywidgets;
 license=('BSD')
-depends=('python-ipykernel' 'python-jsonschema')
+depends=('python-ipykernel' 'python-jsonschema' 'python-ipython-genutils')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-pytest')
 
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)



[arch-commits] Commit in python-ipython-genutils (3 files)

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:32:31
  Author: arojas
Revision: 1207707

archrelease: copy trunk to community-any

Added:
  python-ipython-genutils/repos/
  python-ipython-genutils/repos/community-any/
  python-ipython-genutils/repos/community-any/PKGBUILD
(from rev 1207706, python-ipython-genutils/trunk/PKGBUILD)

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

Copied: python-ipython-genutils/repos/community-any/PKGBUILD (from rev 1207706, 
python-ipython-genutils/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2022-05-17 19:32:31 UTC (rev 1207707)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-ipython-genutils
+_name=ipython_genutils
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Vestigial utilities from IPython'
+arch=(any)
+url='http://ipython.org/'
+license=(BSD)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-nose)
+source=("https://files.pythonhosted.org/packages/source/i/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  nosetests
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 COPYING.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (3 files)

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:32:21
  Author: arojas
Revision: 1207706

Add standalone ipython-genutils for ipywidgets

Added:
  python-ipython-genutils/
  python-ipython-genutils/trunk/
  python-ipython-genutils/trunk/PKGBUILD

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

Added: python-ipython-genutils/trunk/PKGBUILD
===
--- python-ipython-genutils/trunk/PKGBUILD  (rev 0)
+++ python-ipython-genutils/trunk/PKGBUILD  2022-05-17 19:32:21 UTC (rev 
1207706)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-ipython-genutils
+_name=ipython_genutils
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Vestigial utilities from IPython'
+arch=(any)
+url='http://ipython.org/'
+license=(BSD)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-nose)
+source=("https://files.pythonhosted.org/packages/source/i/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  nosetests
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 COPYING.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:23:15
  Author: arojas
Revision: 1207705

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 19:23:02 UTC (rev 1207704)
+++ PKGBUILD2022-05-17 19:23:15 UTC (rev 1207705)
@@ -1,36 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Will Shanks 
-
-pkgname=python-terminado
-_pkgname=terminado
-pkgver=0.13.3
-pkgrel=1
-pkgdesc="Terminals served to term.js using Tornado websockets"
-url="https://github.com/takluyver/terminado;
-arch=('any')
-license=('BSD')
-depends=('python-tornado' 'python-ptyprocess')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/t/terminado/terminado-$pkgver.tar.gz;)
-md5sums=('2847ae71834cf485432e58d40973920e')
-
-build() {
-  cd $_pkgname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-# Workaround for readline 8.1
-  echo "set enable-bracketed-paste off" > .inputrc
-  INPUTRC=$PWD/.inputrc \
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python3 -m installer --destdir="$pkgdir/" dist/*.whl
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE"
-}

Copied: python-terminado/repos/community-any/PKGBUILD (from rev 1207704, 
python-terminado/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 19:23:15 UTC (rev 1207705)
@@ -0,0 +1,36 @@
+# Maintainer: Kyle Keen 
+# Contributor: Will Shanks 
+
+pkgname=python-terminado
+_pkgname=terminado
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Terminals served to term.js using Tornado websockets"
+url="https://github.com/takluyver/terminado;
+arch=('any')
+license=('BSD')
+depends=('python-tornado' 'python-ptyprocess')
+makedepends=('python-build' 'python-installer' 'python-hatchling')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/t/terminado/terminado-$pkgver.tar.gz;)
+md5sums=('e3fe92b48b3885ffa19b9890ed41578f')
+
+build() {
+  cd $_pkgname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+# Workaround for readline 8.1
+  echo "set enable-bracketed-paste off" > .inputrc
+  INPUTRC=$PWD/.inputrc \
+  pytest -v
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE"
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:23:02
  Author: arojas
Revision: 1207704

Update to 0.15.0

Modified:
  python-terminado/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 19:19:13 UTC (rev 1207703)
+++ PKGBUILD2022-05-17 19:23:02 UTC (rev 1207704)
@@ -3,7 +3,7 @@
 
 pkgname=python-terminado
 _pkgname=terminado
-pkgver=0.13.3
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="Terminals served to term.js using Tornado websockets"
 url="https://github.com/takluyver/terminado;
@@ -10,10 +10,10 @@
 arch=('any')
 license=('BSD')
 depends=('python-tornado' 'python-ptyprocess')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-hatchling')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/t/terminado/terminado-$pkgver.tar.gz;)
-md5sums=('2847ae71834cf485432e58d40973920e')
+md5sums=('e3fe92b48b3885ffa19b9890ed41578f')
 
 build() {
   cd $_pkgname-$pkgver
@@ -26,11 +26,11 @@
 # Workaround for readline 8.1
   echo "set enable-bracketed-paste off" > .inputrc
   INPUTRC=$PWD/.inputrc \
-  python setup.py test
+  pytest -v
 }
 
 package() {
   cd "$srcdir/$_pkgname-$pkgver"
-  python3 -m installer --destdir="$pkgdir/" dist/*.whl
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE"
 }



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:19:13
  Author: arojas
Revision: 1207703

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 19:19:03 UTC (rev 1207702)
+++ PKGBUILD2022-05-17 19:19:13 UTC (rev 1207703)
@@ -1,35 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=python-traitlets
-pkgver=5.1.1
-pkgrel=1
-pkgdesc="A configuration system for Python applications."
-arch=('any')
-url="https://traitlets.readthedocs.io/en/stable/;
-license=('BSD')
-depends=('python-decorator')
-makedepends=('python-setuptools')
-
-source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz;
-
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.2.0.tar.gz;)
-md5sums=('31f7fd84518fe08cb40ab18f6dde0d54'
- '5a4f9781f78466da0ea1a648f3e1f79f')
-
-# ipython_genutils does not deserve a package
-# "Pretend this doesn’t exist. Nobody should use it."
-# "Vestigial IPython utilities: DO NOT USE"
-# (still required for now though, but drop at first chance)
-
-build() {
-  cd "$srcdir"
-}
-
-package() {
-  # TEMPORARY!
-  cd "$srcdir/ipython_genutils-0.2.0"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/traitlets-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-traitlets/repos/community-any/PKGBUILD (from rev 1207702, 
python-traitlets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 19:19:13 UTC (rev 1207703)
@@ -0,0 +1,30 @@
+# Maintainer: Kyle Keen 
+
+pkgname=python-traitlets
+pkgver=5.2.1.post0
+pkgrel=1
+pkgdesc="A configuration system for Python applications"
+arch=('any')
+url="https://traitlets.readthedocs.io/en/stable/;
+license=('BSD')
+depends=('python-decorator')
+makedepends=('python-build' 'python-installer' 'python-hatchling')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz;)
+md5sums=('ae734d35b4ee39334af9bf40a898d1ff')
+
+build() {
+  cd traitlets-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd traitlets-$pkgver
+  pytest -v
+}
+
+package() {
+  cd traitlets-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:19:03
  Author: arojas
Revision: 1207702

Update to 5.2.1, remove no longer needed ipython_genutils

Modified:
  python-traitlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 19:16:25 UTC (rev 1207701)
+++ PKGBUILD2022-05-17 19:19:03 UTC (rev 1207702)
@@ -1,35 +1,30 @@
 # Maintainer: Kyle Keen 
 
 pkgname=python-traitlets
-pkgver=5.1.1
+pkgver=5.2.1.post0
 pkgrel=1
-pkgdesc="A configuration system for Python applications."
+pkgdesc="A configuration system for Python applications"
 arch=('any')
 url="https://traitlets.readthedocs.io/en/stable/;
 license=('BSD')
 depends=('python-decorator')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-hatchling')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz;)
+md5sums=('ae734d35b4ee39334af9bf40a898d1ff')
 
-source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz;
-
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.2.0.tar.gz;)
-md5sums=('31f7fd84518fe08cb40ab18f6dde0d54'
- '5a4f9781f78466da0ea1a648f3e1f79f')
-
-# ipython_genutils does not deserve a package
-# "Pretend this doesn’t exist. Nobody should use it."
-# "Vestigial IPython utilities: DO NOT USE"
-# (still required for now though, but drop at first chance)
-
 build() {
-  cd "$srcdir"
+  cd traitlets-$pkgver
+  python -m build --wheel --no-isolation
 }
 
+check() {
+  cd traitlets-$pkgver
+  pytest -v
+}
+
 package() {
-  # TEMPORARY!
-  cd "$srcdir/ipython_genutils-0.2.0"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/traitlets-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  cd traitlets-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:16:25
  Author: arojas
Revision: 1207701

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 19:16:15 UTC (rev 1207700)
+++ PKGBUILD2022-05-17 19:16:25 UTC (rev 1207701)
@@ -1,35 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Kaizhao Zhang 
-
-pkgname=python-hatchling
-pkgver=0.25.0
-pkgrel=1
-pkgdesc="A modern project, package, and virtual env manager (backend)"
-arch=('any')
-url="https://github.com/ofek/hatch;
-license=('MIT')
-depends=('python' 'python-tomli' 'python-packaging' 'python-pathspec'
-'python-pluggy')
-makedepends=('python-pip' 'python-build' 'python-setuptools')
-
-_name=${pkgname/python-/}
-source=(
-  "${url}/archive/refs/tags/${_name}-v${pkgver}.tar.gz"
-)
-sha256sums=('43db08b88916d1f373cde6b154e7527407cd07bea707c1ff3200c42b58bf288e')
-
-build() {
-  cd "${srcdir}/hatch-${_name}-v${pkgver}"
-  python -m build backend
-}
-
-package() {
-  cd "${srcdir}/hatch-${_name}-v${pkgver}"
-
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 backend/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" \
---ignore-installed --no-deps backend/dist/*.whl
-
-}

Copied: python-hatchling/repos/community-any/PKGBUILD (from rev 1207700, 
python-hatchling/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 19:16:25 UTC (rev 1207701)
@@ -0,0 +1,35 @@
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Kaizhao Zhang 
+
+pkgname=python-hatchling
+pkgver=0.25.0
+pkgrel=2
+pkgdesc="A modern project, package, and virtual env manager (backend)"
+arch=('any')
+url="https://github.com/ofek/hatch;
+license=('MIT')
+depends=('python' 'python-tomli' 'python-packaging' 'python-pathspec'
+'python-pluggy' 'python-editables')
+makedepends=('python-pip' 'python-build' 'python-setuptools')
+
+_name=${pkgname/python-/}
+source=(
+  "${url}/archive/refs/tags/${_name}-v${pkgver}.tar.gz"
+)
+sha256sums=('43db08b88916d1f373cde6b154e7527407cd07bea707c1ff3200c42b58bf288e')
+
+build() {
+  cd "${srcdir}/hatch-${_name}-v${pkgver}"
+  python -m build backend
+}
+
+package() {
+  cd "${srcdir}/hatch-${_name}-v${pkgver}"
+
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 backend/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" \
+--ignore-installed --no-deps backend/dist/*.whl
+
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:16:15
  Author: arojas
Revision: 1207700

Add python-editables dependency

Modified:
  python-hatchling/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 19:15:01 UTC (rev 1207699)
+++ PKGBUILD2022-05-17 19:16:15 UTC (rev 1207700)
@@ -3,13 +3,13 @@
 
 pkgname=python-hatchling
 pkgver=0.25.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern project, package, and virtual env manager (backend)"
 arch=('any')
 url="https://github.com/ofek/hatch;
 license=('MIT')
 depends=('python' 'python-tomli' 'python-packaging' 'python-pathspec'
-'python-pluggy')
+'python-pluggy' 'python-editables')
 makedepends=('python-pip' 'python-build' 'python-setuptools')
 
 _name=${pkgname/python-/}



[arch-commits] Commit in python-editables (3 files)

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:15:01
  Author: arojas
Revision: 1207699

archrelease: copy trunk to community-any

Added:
  python-editables/repos/
  python-editables/repos/community-any/
  python-editables/repos/community-any/PKGBUILD
(from rev 1207698, python-editables/trunk/PKGBUILD)

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

Copied: python-editables/repos/community-any/PKGBUILD (from rev 1207698, 
python-editables/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2022-05-17 19:15:01 UTC (rev 1207699)
@@ -0,0 +1,34 @@
+# Maintainer:
+# Contributor: Mark Wagie 
+
+pkgname=python-editables
+_name=${pkgname#python-}
+pkgver=0.3
+pkgrel=2
+pkgdesc='A Python library for creating editable wheels'
+arch=(any)
+url='https://github.com/pfmoore/editables'
+license=(MIT)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+source=(https://github.com/pfmoore/editables/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('42f7240164af1e028ccb7b60e72f54bbd8b639e9409595fbeffac5d3fb610643')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver 
+  PYTHONPATH="$PWD"/src \
+  pytest -v
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:14:52
  Author: arojas
Revision: 1207698

New python-hatchling dependency

Added:
  python-editables/
  python-editables/trunk/
  python-editables/trunk/PKGBUILD

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

Added: python-editables/trunk/PKGBUILD
===
--- python-editables/trunk/PKGBUILD (rev 0)
+++ python-editables/trunk/PKGBUILD 2022-05-17 19:14:52 UTC (rev 1207698)
@@ -0,0 +1,34 @@
+# Maintainer:
+# Contributor: Mark Wagie 
+
+pkgname=python-editables
+_name=${pkgname#python-}
+pkgver=0.3
+pkgrel=2
+pkgdesc='A Python library for creating editable wheels'
+arch=(any)
+url='https://github.com/pfmoore/editables'
+license=(MIT)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+source=(https://github.com/pfmoore/editables/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('42f7240164af1e028ccb7b60e72f54bbd8b639e9409595fbeffac5d3fb610643')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver 
+  PYTHONPATH="$PWD"/src \
+  pytest -v
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:01:59
  Author: arojas
Revision: 1207697

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 19:01:49 UTC (rev 1207696)
+++ PKGBUILD2022-05-17 19:01:59 UTC (rev 1207697)
@@ -1,35 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Kaizhao Zhang 
-
-pkgname=python-hatchling
-pkgver=0.21.1
-pkgrel=2
-pkgdesc="A modern project, package, and virtual env manager (backend)"
-arch=('any')
-url="https://github.com/ofek/hatch;
-license=('MIT')
-depends=('python' 'python-tomli' 'python-packaging' 'python-pathspec'
-'python-pluggy')
-makedepends=('python-pip' 'python-build' 'python-setuptools')
-
-_name=${pkgname/python-/}
-source=(
-  "${url}/archive/refs/tags/${_name}-v${pkgver}.tar.gz"
-)
-sha256sums=('2710295e42dee07552ffa28eb1c1902bbff58a9ad6f883c357b41373b69782db')
-
-build() {
-  cd "${srcdir}/hatch-${_name}-v${pkgver}"
-  python -m build backend
-}
-
-package() {
-  cd "${srcdir}/hatch-${_name}-v${pkgver}"
-
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 backend/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" \
---ignore-installed --no-deps backend/dist/*.whl
-
-}

Copied: python-hatchling/repos/community-any/PKGBUILD (from rev 1207696, 
python-hatchling/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 19:01:59 UTC (rev 1207697)
@@ -0,0 +1,35 @@
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Kaizhao Zhang 
+
+pkgname=python-hatchling
+pkgver=0.25.0
+pkgrel=1
+pkgdesc="A modern project, package, and virtual env manager (backend)"
+arch=('any')
+url="https://github.com/ofek/hatch;
+license=('MIT')
+depends=('python' 'python-tomli' 'python-packaging' 'python-pathspec'
+'python-pluggy')
+makedepends=('python-pip' 'python-build' 'python-setuptools')
+
+_name=${pkgname/python-/}
+source=(
+  "${url}/archive/refs/tags/${_name}-v${pkgver}.tar.gz"
+)
+sha256sums=('43db08b88916d1f373cde6b154e7527407cd07bea707c1ff3200c42b58bf288e')
+
+build() {
+  cd "${srcdir}/hatch-${_name}-v${pkgver}"
+  python -m build backend
+}
+
+package() {
+  cd "${srcdir}/hatch-${_name}-v${pkgver}"
+
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 backend/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" \
+--ignore-installed --no-deps backend/dist/*.whl
+
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:01:49
  Author: arojas
Revision: 1207696

Update to 0.25.0

Modified:
  python-hatchling/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 18:59:35 UTC (rev 1207695)
+++ PKGBUILD2022-05-17 19:01:49 UTC (rev 1207696)
@@ -2,8 +2,8 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=python-hatchling
-pkgver=0.21.1
-pkgrel=2
+pkgver=0.25.0
+pkgrel=1
 pkgdesc="A modern project, package, and virtual env manager (backend)"
 arch=('any')
 url="https://github.com/ofek/hatch;
@@ -16,7 +16,7 @@
 source=(
   "${url}/archive/refs/tags/${_name}-v${pkgver}.tar.gz"
 )
-sha256sums=('2710295e42dee07552ffa28eb1c1902bbff58a9ad6f883c357b41373b69782db')
+sha256sums=('43db08b88916d1f373cde6b154e7527407cd07bea707c1ff3200c42b58bf288e')
 
 build() {
   cd "${srcdir}/hatch-${_name}-v${pkgver}"



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 18:59:35
  Author: arojas
Revision: 1207695

archrelease: copy trunk to community-x86_64

Added:
  plantri/repos/community-x86_64/LICENSE
(from rev 1207694, plantri/trunk/LICENSE)
  plantri/repos/community-x86_64/PKGBUILD
(from rev 1207694, plantri/trunk/PKGBUILD)
Deleted:
  plantri/repos/community-x86_64/LICENSE
  plantri/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |4 +--
 PKGBUILD |   64 ++---
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-05-17 18:59:23 UTC (rev 1207694)
+++ LICENSE 2022-05-17 18:59:35 UTC (rev 1207695)
@@ -1,2 +0,0 @@
-The programs are written in C and are free for all purposes other than sale 
for profit. However, they remain subject to our copyright and are not 
-"public domain".

Copied: plantri/repos/community-x86_64/LICENSE (from rev 1207694, 
plantri/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-05-17 18:59:35 UTC (rev 1207695)
@@ -0,0 +1,2 @@
+The programs are written in C and are free for all purposes other than sale 
for profit. However, they remain subject to our copyright and are not 
+"public domain".

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 18:59:23 UTC (rev 1207694)
+++ PKGBUILD2022-05-17 18:59:35 UTC (rev 1207695)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plantri
-pkgver=5.2
-pkgrel=1
-pkgdesc='A program for generation of certain types of planar graph'
-arch=(x86_64)
-url='https://cs.anu.edu.au/~bdm/plantri/'
-license=(custom)
-depends=(glibc)
-source=(https://cs.anu.edu.au/~bdm/plantri/plantri${pkgver/./}.tar.gz LICENSE)
-sha256sums=('82bcb29f7aeb25eb9668aa6032ef27e35ea94125dc21d319f3664da06b5b8b12'
-'83a2186806f5f535ebc2ba0381830bc1528f38c8484bf9d7c1977011c25a424a')
-
-prepare() {
-  sed -e '/CFLAGS=/d' -e '/LDFLAGS=/d' -i plantri${pkgver/./}/makefile
-}
-
-build() {
-  cd plantri${pkgver/./}
-  make
-}
-
-package() {
-  cd plantri${pkgver/./}
-
-  mkdir -p "$pkgdir"/usr/bin
-  cp plantri fullgen "$pkgdir"/usr/bin/
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  cp "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: plantri/repos/community-x86_64/PKGBUILD (from rev 1207694, 
plantri/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 18:59:35 UTC (rev 1207695)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plantri
+pkgver=5.3
+pkgrel=1
+pkgdesc='A program for generation of certain types of planar graph'
+arch=(x86_64)
+url='https://cs.anu.edu.au/~bdm/plantri/'
+license=(custom)
+depends=(glibc)
+source=(https://cs.anu.edu.au/~bdm/plantri/plantri${pkgver/./}.tar.gz LICENSE)
+sha256sums=('c8ce0da9cb330486b60293993e668e47f8484c4e3b56f8b252d130bb2b83d3f0'
+'83a2186806f5f535ebc2ba0381830bc1528f38c8484bf9d7c1977011c25a424a')
+
+prepare() {
+  sed -e '/CFLAGS=/d' -e '/LDFLAGS=/d' -i plantri${pkgver/./}/makefile
+}
+
+build() {
+  cd plantri${pkgver/./}
+  make
+}
+
+package() {
+  cd plantri${pkgver/./}
+
+  mkdir -p "$pkgdir"/usr/bin
+  cp plantri fullgen "$pkgdir"/usr/bin/
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  cp "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 18:59:23
  Author: arojas
Revision: 1207694

Update to 5.3

Modified:
  plantri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 18:53:46 UTC (rev 1207693)
+++ PKGBUILD2022-05-17 18:59:23 UTC (rev 1207694)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=plantri
-pkgver=5.2
+pkgver=5.3
 pkgrel=1
 pkgdesc='A program for generation of certain types of planar graph'
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(custom)
 depends=(glibc)
 source=(https://cs.anu.edu.au/~bdm/plantri/plantri${pkgver/./}.tar.gz LICENSE)
-sha256sums=('82bcb29f7aeb25eb9668aa6032ef27e35ea94125dc21d319f3664da06b5b8b12'
+sha256sums=('c8ce0da9cb330486b60293993e668e47f8484c4e3b56f8b252d130bb2b83d3f0'
 '83a2186806f5f535ebc2ba0381830bc1528f38c8484bf9d7c1977011c25a424a')
 
 prepare() {



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 18:53:46
  Author: arojas
Revision: 1207693

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 1207692, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 18:53:35 UTC (rev 1207692)
+++ PKGBUILD2022-05-17 18:53:46 UTC (rev 1207693)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.32.55
-pkgrel=1
-arch=(any)
-url='https://jmol.sourceforge.net'
-license=(LGPL)
-makedepends=(unzip)
-source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.zip)
-sha256sums=('1bd81447bc356c6148221e86cea970aec37e1d3612304aa5594feaee547b3242')
-
-package_jmol() {
-  pkgdesc='A Java 3D viewer for chemical structures'
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar "$pkgdir"/usr/share/$pkgname
-  install -Dm755 jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc='A JavaScript 3D viewer for chemical structures'
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 1207692, 
jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 18:53:46 UTC (rev 1207693)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.32.56
+pkgrel=1
+arch=(any)
+url='https://jmol.sourceforge.net'
+license=(LGPL)
+makedepends=(unzip)
+source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.zip)
+sha256sums=('6b6ba6faa901ce7480d0cd69151516f25a4046ba8b110fc84c3cde766477a691')
+
+package_jmol() {
+  pkgdesc='A Java 3D viewer for chemical structures'
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar "$pkgdir"/usr/share/$pkgname
+  install -Dm755 jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc='A JavaScript 3D viewer for chemical structures'
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 18:53:35
  Author: arojas
Revision: 1207692

Update to 14.32.56

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 18:52:47 UTC (rev 1207691)
+++ PKGBUILD2022-05-17 18:53:35 UTC (rev 1207692)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.32.55
+pkgver=14.32.56
 pkgrel=1
 arch=(any)
 url='https://jmol.sourceforge.net'
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.zip)
-sha256sums=('1bd81447bc356c6148221e86cea970aec37e1d3612304aa5594feaee547b3242')
+sha256sums=('6b6ba6faa901ce7480d0cd69151516f25a4046ba8b110fc84c3cde766477a691')
 
 package_jmol() {
   pkgdesc='A Java 3D viewer for chemical structures'



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

2022-05-17 Thread Jelle van der Waa via arch-commits
Date: Tuesday, May 17, 2022 @ 18:52:47
  Author: jelle
Revision: 1207691

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 18:52:38 UTC (rev 1207690)
+++ PKGBUILD2022-05-17 18:52:47 UTC (rev 1207691)
@@ -1,40 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Giovanni Harting <5...@idlegandalf.com>
-
-pkgname=python-awesomeversion
-_name=${pkgname#python-}
-pkgver=22.4.2
-pkgrel=1
-pkgdesc="One version package to rule them all."
-arch=('any')
-url="https://github.com/ludeeus/awesomeversion;
-license=('MIT')
-depends=(python)
-makedepends=(python-build python-installer python-poetry)
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ludeeus/$_name/archive/refs/tags/$pkgver.tar.gz;)
-sha512sums=('9364bd7eb21b451cf280a7ae3b53f84b14e5cc6ac1b8c238b19145252e9a224f09869929ca3caee26cdd6a3ffa4e1326f8a65402bf74537bcc43b46b4b3b5b46')
-
-prepare() {
-cd $_name-$pkgver
-# version = "0"
-sed -e "s|version = \"0\"|version = \"$pkgver\"|" -i pyproject.toml
-}
-
-check() {
-cd $_name-$pkgver
-PYTHONPATH=. pytest tests
-}
-
-build() {
-cd $_name-$pkgver
-
-python -m build --wheel --no-isolation
-}
-
-package() {
-cd $_name-$pkgver
-
-python -m installer --destdir="$pkgdir" dist/*.whl
-install -Dm644 LICENCE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-awesomeversion/repos/community-any/PKGBUILD (from rev 1207690, 
python-awesomeversion/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 18:52:47 UTC (rev 1207691)
@@ -0,0 +1,40 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Giovanni Harting <5...@idlegandalf.com>
+
+pkgname=python-awesomeversion
+_name=${pkgname#python-}
+pkgver=22.5.1
+pkgrel=1
+pkgdesc="One version package to rule them all."
+arch=('any')
+url="https://github.com/ludeeus/awesomeversion;
+license=('MIT')
+depends=(python)
+makedepends=(python-build python-installer python-poetry)
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ludeeus/$_name/archive/refs/tags/$pkgver.tar.gz;)
+sha512sums=('5b07f1b82822fde827dfec7ee8a19a1557fa054b166045cfd1b5c0d2a2fc32809a72699018f18443fc216e7580829271f3383ad653ba80eb45b3184bcbfc052e')
+
+prepare() {
+cd $_name-$pkgver
+# version = "0"
+sed -e "s|version = \"0\"|version = \"$pkgver\"|" -i pyproject.toml
+}
+
+check() {
+cd $_name-$pkgver
+PYTHONPATH=. pytest tests
+}
+
+build() {
+cd $_name-$pkgver
+
+python -m build --wheel --no-isolation
+}
+
+package() {
+cd $_name-$pkgver
+
+python -m installer --destdir="$pkgdir" dist/*.whl
+install -Dm644 LICENCE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-05-17 Thread Jelle van der Waa via arch-commits
Date: Tuesday, May 17, 2022 @ 18:52:38
  Author: jelle
Revision: 1207690

upgpkg: python-awesomeversion 22.5.1-1

Modified:
  python-awesomeversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 18:51:07 UTC (rev 1207689)
+++ PKGBUILD2022-05-17 18:52:38 UTC (rev 1207690)
@@ -3,7 +3,7 @@
 
 pkgname=python-awesomeversion
 _name=${pkgname#python-}
-pkgver=22.4.2
+pkgver=22.5.1
 pkgrel=1
 pkgdesc="One version package to rule them all."
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=(python-build python-installer python-poetry)
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ludeeus/$_name/archive/refs/tags/$pkgver.tar.gz;)
-sha512sums=('9364bd7eb21b451cf280a7ae3b53f84b14e5cc6ac1b8c238b19145252e9a224f09869929ca3caee26cdd6a3ffa4e1326f8a65402bf74537bcc43b46b4b3b5b46')
+sha512sums=('5b07f1b82822fde827dfec7ee8a19a1557fa054b166045cfd1b5c0d2a2fc32809a72699018f18443fc216e7580829271f3383ad653ba80eb45b3184bcbfc052e')
 
 prepare() {
 cd $_name-$pkgver



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 18:51:07
  Author: arojas
Revision: 1207689

archrelease: copy trunk to community-x86_64

Added:
  cython/repos/community-x86_64/PKGBUILD
(from rev 1207688, cython/trunk/PKGBUILD)
Deleted:
  cython/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 18:50:57 UTC (rev 1207688)
+++ PKGBUILD2022-05-17 18:51:07 UTC (rev 1207689)
@@ -1,51 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=(cython cython2)
-pkgbase=cython
-pkgver=0.29.29
-pkgrel=1
-pkgdesc='C-Extensions for Python'
-arch=(x86_64)
-url='https://cython.org'
-license=(APACHE)
-makedepends=(python-setuptools python2-setuptools)
-source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('34808acd171dd7de244c9c6e47a97e14cd4b96f67d79f6f71089ad2cc4a65a16')
-
-prepare() {
-  cp -r cython-$pkgver cython2-$pkgver
-  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
-}
-
-build() {
-  cd cython-$pkgver
-  python setup.py build
-
-  cd ../cython2-$pkgver
-  python2 setup.py build
-}
-
-package_cython() {
-  depends=(python)
-
-  cd cython-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=(python2)
-
-  cd cython2-$pkgver
-  python2 setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 1207688, 
cython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 18:51:07 UTC (rev 1207689)
@@ -0,0 +1,51 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=(cython cython2)
+pkgbase=cython
+pkgver=0.29.30
+pkgrel=1
+pkgdesc='C-Extensions for Python'
+arch=(x86_64)
+url='https://cython.org'
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
+sha256sums=('d02a6ee184004119a01d2fd9dd1f2dd9665bff6fd969991b05bd315823f9e379')
+
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
+package_cython() {
+  depends=(python)
+
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
+}
+
+package_cython2() {
+  depends=(python2)
+
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 18:50:57
  Author: arojas
Revision: 1207688

Update to 0.29.30

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 18:40:19 UTC (rev 1207687)
+++ PKGBUILD2022-05-17 18:50:57 UTC (rev 1207688)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.29
+pkgver=0.29.30
 pkgrel=1
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('34808acd171dd7de244c9c6e47a97e14cd4b96f67d79f6f71089ad2cc4a65a16')
+sha256sums=('d02a6ee184004119a01d2fd9dd1f2dd9665bff6fd969991b05bd315823f9e379')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 18:47:22
  Author: arojas
Revision: 445926

archrelease: copy trunk to extra-x86_64

Added:
  okteta/repos/extra-x86_64/PKGBUILD
(from rev 445925, okteta/trunk/PKGBUILD)
Deleted:
  okteta/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 18:47:13 UTC (rev 445925)
+++ PKGBUILD2022-05-17 18:47:22 UTC (rev 445926)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=0.26.7
-pkgrel=1
-epoch=1
-pkgdesc='KDE hex editor for viewing and editing the raw data of files'
-url='https://kde.org/applications/utilities/okteta/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kcmutils kparts knewstuff qca qt5-script hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools qt5-tools)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('f123b55690d6cf5f547e9a5db738a26729a82e7bd02cc0002238ce4d9fd530e3'
-'SKIP')
-validpgpkeys=(E191FD5BE6F46870F09E82B2024E7FB43D015474  # Friedrich W. H. 
Kossebau 
-  0A48BC961075B4BA8523E3790A345FB086E797D9  # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
-  E6EBD6EB0518FE5BCCA5F6A76AACDD263C2CEFD4) # 
https://collaborate.kde.org/s/DsLy35eqG6qH7MJ
-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: okteta/repos/extra-x86_64/PKGBUILD (from rev 445925, 
okteta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 18:47:22 UTC (rev 445926)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=0.26.8
+pkgrel=1
+epoch=1
+pkgdesc='KDE hex editor for viewing and editing the raw data of files'
+url='https://kde.org/applications/utilities/okteta/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kcmutils kparts knewstuff qca qt5-script hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('fbbb707c9081ea4009f70c1a11ce6efd0cc4a6778c091e419e4c4d35942e19e2'
+'SKIP')
+validpgpkeys=(E191FD5BE6F46870F09E82B2024E7FB43D015474  # Friedrich W. H. 
Kossebau 
+  0A48BC961075B4BA8523E3790A345FB086E797D9  # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+  E6EBD6EB0518FE5BCCA5F6A76AACDD263C2CEFD4) # 
https://collaborate.kde.org/s/DsLy35eqG6qH7MJ
+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 18:47:13
  Author: arojas
Revision: 445925

Update to 0.26.8

Modified:
  okteta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 18:21:30 UTC (rev 445924)
+++ PKGBUILD2022-05-17 18:47:13 UTC (rev 445925)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=okteta
-pkgver=0.26.7
+pkgver=0.26.8
 pkgrel=1
 epoch=1
 pkgdesc='KDE hex editor for viewing and editing the raw data of files'
@@ -13,7 +13,7 @@
 depends=(kcmutils kparts knewstuff qca qt5-script hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools qt5-tools)
 
source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('f123b55690d6cf5f547e9a5db738a26729a82e7bd02cc0002238ce4d9fd530e3'
+sha256sums=('fbbb707c9081ea4009f70c1a11ce6efd0cc4a6778c091e419e4c4d35942e19e2'
 'SKIP')
 validpgpkeys=(E191FD5BE6F46870F09E82B2024E7FB43D015474  # Friedrich W. H. 
Kossebau 
   0A48BC961075B4BA8523E3790A345FB086E797D9  # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ



[arch-commits] Commit in aerc/trunk (mk-rename-ambiguous-LDFLAGS-variable.patch)

2022-05-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 17, 2022 @ 18:40:19
  Author: foutrelis
Revision: 1207687

Remove obsolete patch

Deleted:
  aerc/trunk/mk-rename-ambiguous-LDFLAGS-variable.patch

+
 mk-rename-ambiguous-LDFLAGS-variable.patch |   60 ---
 1 file changed, 60 deletions(-)

Deleted: mk-rename-ambiguous-LDFLAGS-variable.patch
===
--- mk-rename-ambiguous-LDFLAGS-variable.patch  2022-05-17 18:10:31 UTC (rev 
1207686)
+++ mk-rename-ambiguous-LDFLAGS-variable.patch  2022-05-17 18:40:19 UTC (rev 
1207687)
@@ -1,60 +0,0 @@
-From 247c6c74380a9e56527ec0a87965a39142ffc213 Mon Sep 17 00:00:00 2001
-From: Robin Jarry 
-Date: Mon, 28 Mar 2022 14:33:17 +0200
-Subject: [PATCH] mk: rename ambiguous LDFLAGS variable
-
-The LDFLAGS environment variable is usually indented for C the linker
-flags which are not compatible with go -ldflags.
-
-Use a more explicit GO_LDFLAGS variable instead. Allow adding extra
-flags without overriding the default ones by specifying
-GO_EXTRA_LDFLAGS.
-
-This may break the build on some distros that rely on setting LDFLAGS to
-change the default shareDir or version. They will have to switch to
-GO_EXTRA_LDFLAGS.
-
-Link: https://salsa.debian.org/go-team/packages/aerc/-/commit/e9ed90beae9f
-Link: https://src.fedoraproject.org/rpms/aerc/blob/f36/f/aerc.spec#_86
-Fixes: e7e22aba60ce ("mk: rebuild if goflags or ldflags have changed")
-Signed-off-by: Robin Jarry 

- Makefile | 11 +++
- 1 file changed, 7 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 4967182..14adf89 100644
 a/Makefile
-+++ b/Makefile
-@@ -10,8 +10,11 @@ SHAREDIR?=$(PREFIX)/share/aerc
- MANDIR?=$(PREFIX)/share/man
- GO?=go
- GOFLAGS?=
--LDFLAGS+=-X main.Version=$(VERSION)
--LDFLAGS+=-X git.sr.ht/~rjarry/aerc/config.shareDir=$(SHAREDIR)
-+# ignore environment variable
-+GO_LDFLAGS:=
-+GO_LDFLAGS+=-X main.Version=$(VERSION)
-+GO_LDFLAGS+=-X git.sr.ht/~rjarry/aerc/config.shareDir=$(SHAREDIR)
-+GO_LDFLAGS+=$(GO_EXTRA_LDFLAGS)
- 
- GOSRC!=find * -name '*.go'
- GOSRC+=go.mod go.sum
-@@ -31,7 +34,7 @@ DOCS := \
- 
- all: aerc $(DOCS)
- 
--build_cmd:=$(GO) build $(GOFLAGS) -ldflags "$(LDFLAGS)" -o aerc
-+build_cmd:=$(GO) build $(GOFLAGS) -ldflags "$(GO_LDFLAGS)" -o aerc
- 
- # the following command outputs nothing, we only want to execute it once
- # and force .aerc.d to be regenerated when build_cmd has changed
-@@ -63,7 +66,7 @@ debug: aerc.debug
-   @echo 'dlv attach $$(pidof aerc.debug)'
- 
- aerc.debug: $(GOSRC)
--  $(GO) build $(GOFLAGS) -gcflags=*=-N -gcflags=*=-l 
-ldflags="$(LDFLAGS)" -o aerc.debug
-+  $(GO) build $(GOFLAGS) -gcflags=*=-N -gcflags=*=-l 
-ldflags="$(GO_LDFLAGS)" -o aerc.debug
- 
- .1.scd.1:
-   scdoc < $< > $@



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

2022-05-17 Thread Jan Steffens via arch-commits
Date: Tuesday, May 17, 2022 @ 18:21:30
  Author: heftig
Revision: 445924

archrelease: copy trunk to extra-any

Added:
  orca/repos/extra-any/PKGBUILD
(from rev 445923, orca/trunk/PKGBUILD)
Deleted:
  orca/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 18:21:25 UTC (rev 445923)
+++ PKGBUILD2022-05-17 18:21:30 UTC (rev 445924)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: William Rea 
-
-pkgname=orca
-pkgver=42.0
-pkgrel=1
-pkgdesc="Screen reader for individuals who are blind or visually impaired"
-url="https://wiki.gnome.org/Projects/Orca;
-arch=(any)
-license=(LGPL)
-depends=(
-  gtk3 at-spi2-atk python-atspi python-dbus python-xdg speech-dispatcher
-  liblouis brltty xorg-xmodmap gsettings-desktop-schemas
-  gst-plugins-base # playbin, audiotestsrc, basic decoders
-  gst-plugins-good # pulsesink, more decoders
-)
-makedepends=(itstool git yelp-tools)
-groups=(gnome)
-_commit=e226add72212718db5960889bb2f7ddced17981b  # tags/ORCA_42_0^0
-source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/ORCA_//;s/_/\./g;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set sw=2 et:

Copied: orca/repos/extra-any/PKGBUILD (from rev 445923, orca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 18:21:30 UTC (rev 445924)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: William Rea 
+
+pkgname=orca
+pkgver=42.1
+pkgrel=1
+pkgdesc="Screen reader for individuals who are blind or visually impaired"
+url="https://wiki.gnome.org/Projects/Orca;
+arch=(any)
+license=(LGPL)
+depends=(
+  gtk3 at-spi2-atk python-atspi python-dbus python-xdg speech-dispatcher
+  liblouis brltty xorg-xmodmap gsettings-desktop-schemas
+  gst-plugins-base # playbin, audiotestsrc, basic decoders
+  gst-plugins-good # pulsesink, more decoders
+)
+makedepends=(itstool git yelp-tools)
+groups=(gnome)
+_commit=5205af2626e75bfe3ab02e3e1696c4da36cfe59f  # tags/ORCA_42_1^0
+source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/ORCA_//;s/_/\./g;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set sw=2 et:



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

2022-05-17 Thread Jan Steffens via arch-commits
Date: Tuesday, May 17, 2022 @ 18:21:25
  Author: heftig
Revision: 445923

42.1-1

Modified:
  orca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 11:37:26 UTC (rev 445922)
+++ PKGBUILD2022-05-17 18:21:25 UTC (rev 445923)
@@ -3,7 +3,7 @@
 # Contributor: William Rea 
 
 pkgname=orca
-pkgver=42.0
+pkgver=42.1
 pkgrel=1
 pkgdesc="Screen reader for individuals who are blind or visually impaired"
 url="https://wiki.gnome.org/Projects/Orca;
@@ -17,7 +17,7 @@
 )
 makedepends=(itstool git yelp-tools)
 groups=(gnome)
-_commit=e226add72212718db5960889bb2f7ddced17981b  # tags/ORCA_42_0^0
+_commit=5205af2626e75bfe3ab02e3e1696c4da36cfe59f  # tags/ORCA_42_1^0
 source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-05-17 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, May 17, 2022 @ 18:10:31
  Author: yan12125
Revision: 1207686

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 18:10:19 UTC (rev 1207685)
+++ PKGBUILD2022-05-17 18:10:31 UTC (rev 1207686)
@@ -1,71 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: quomoow 
-
-pkgname=python-pg8000
-# https://github.com/tlocke/pg8000#release-notes
-pkgver=1.28.0
-pkgrel=1
-pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
-arch=(any)
-url='https://github.com/tlocke/pg8000'
-license=(BSD)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pytest-mock python-pytest-benchmark
-  python-pytz postgresql)
-depends=(python python-scramp)
-source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz"{,.asc})
-sha256sums=('43513de3d4e378e73ac442a93906baa9d356245aa67aa7f61605c56e39a7f591'
-'SKIP')
-validpgpkeys=(
-  'D5681B7EC7292511C4CC1450892B00AB699851E8'  # Tony Locke 
, proven by https://keybase.io/tlocke
-)
-
-build() {
-  cd pg8000-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pg8000-$pkgver
-
-  export PGDATA="$srcdir/postgres-testdata"
-  export PGHOST=127.0.0.1
-  export PGPORT=$((49152+$RANDOM%1))
-
-  # See https://github.com/tlocke/pg8000#tests about database initialization 
steps for testing
-  initdb --username=postgres --auth=trust
-  openssl req -subj "/CN=self-signed" -nodes -x509 -newkey rsa:4096 -days 1 
-keyout "$PGDATA/self-signed.key" -out "$PGDATA/self-signed.crt"
-  cat <> "$PGDATA/postgresql.conf"
-ssl = on
-ssl_cert_file = 'self-signed.crt'
-ssl_key_file = 'self-signed.key'
-password_encryption = 'scram-sha-256'
-EOF
-
-  pg_ctl start -o "-k '' -h $PGHOST -p $PGPORT" -l "$srcdir/postgresql.log"
-  # Change the password for postgres after password_encryption is specified, 
so that the role has a valid SCRAM secret
-  psql -U postgres -c "
-CREATE EXTENSION hstore;
-ALTER ROLE postgres PASSWORD 'pw';
-  "
-
-  # should overwrite pg_hba.conf, or unexpected matches may happen against 
existing entries
-  cat < "$PGDATA/pg_hba.conf"
-hostpg8000_md5  all 127.0.0.1/32md5
-hostpg8000_gss  all 127.0.0.1/32gss
-hostpg8000_password all 127.0.0.1/32password
-hostpg8000_scram_sha_256 all127.0.0.1/32scram-sha-256
-hostall all 127.0.0.1/32trust
-EOF
-  pg_ctl reload
-  # Upstream tests require LANG=en_GB.UTF-8 or LANG=C.UTF-8 :/
-  # 
https://github.com/tlocke/pg8000/blob/1.19.2/test/native/test_typeconversion.py#L455-L458
-  PYTHONPATH="$PWD" LANG=C.UTF-8 pytest test
-  pg_ctl stop
-}
-
-package() {
-  cd pg8000-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pg8000/repos/community-any/PKGBUILD (from rev 1207685, 
python-pg8000/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 18:10:31 UTC (rev 1207686)
@@ -0,0 +1,71 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: quomoow 
+
+pkgname=python-pg8000
+# https://github.com/tlocke/pg8000#release-notes
+pkgver=1.28.1
+pkgrel=1
+pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
+arch=(any)
+url='https://github.com/tlocke/pg8000'
+license=(BSD)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pytest-mock python-pytest-benchmark
+  python-pytz postgresql)
+depends=(python python-scramp)
+source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz"{,.asc})
+sha256sums=('e9e6fc1df557fa22c8b56850b0c03e6ea8c512fe57966dae155ae9ebd9c51546'
+'SKIP')
+validpgpkeys=(
+  'D5681B7EC7292511C4CC1450892B00AB699851E8'  # Tony Locke 
, proven by https://keybase.io/tlocke
+)
+
+build() {
+  cd pg8000-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pg8000-$pkgver
+
+  export PGDATA="$srcdir/postgres-testdata"
+  export PGHOST=127.0.0.1
+  export PGPORT=$((49152+$RANDOM%1))
+
+  # See https://github.com/tlocke/pg8000#tests about database initialization 
steps for testing
+  initdb --username=postgres --auth=trust
+  openssl req -subj "/CN=self-signed" -nodes -x509 -newkey rsa:4096 -days 1 
-keyout "$PGDATA/self-signed.key" -out "$PGDATA/self-signed.crt"
+  cat <> "$PGDATA/postgresql.conf"
+ssl = on
+ssl_cert_file = 'self-signed.crt'
+ssl_key_file = 'self-signed.key'
+password_encryption = 

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

2022-05-17 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, May 17, 2022 @ 18:10:19
  Author: yan12125
Revision: 1207685

upgpkg: python-pg8000 1.28.1-1

Modified:
  python-pg8000/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 17:22:34 UTC (rev 1207684)
+++ PKGBUILD2022-05-17 18:10:19 UTC (rev 1207685)
@@ -3,7 +3,7 @@
 
 pkgname=python-pg8000
 # https://github.com/tlocke/pg8000#release-notes
-pkgver=1.28.0
+pkgver=1.28.1
 pkgrel=1
 pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
 arch=(any)
@@ -14,7 +14,7 @@
   python-pytz postgresql)
 depends=(python python-scramp)
 
source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz"{,.asc})
-sha256sums=('43513de3d4e378e73ac442a93906baa9d356245aa67aa7f61605c56e39a7f591'
+sha256sums=('e9e6fc1df557fa22c8b56850b0c03e6ea8c512fe57966dae155ae9ebd9c51546'
 'SKIP')
 validpgpkeys=(
   'D5681B7EC7292511C4CC1450892B00AB699851E8'  # Tony Locke 
, proven by https://keybase.io/tlocke



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

2022-05-17 Thread Anatol Pomozov via arch-commits
Date: Tuesday, May 17, 2022 @ 17:22:34
  Author: anatolik
Revision: 1207684

archrelease: copy trunk to community-x86_64

Added:
  mruby/repos/community-x86_64/PKGBUILD
(from rev 1207683, mruby/trunk/PKGBUILD)
Deleted:
  mruby/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 17:22:14 UTC (rev 1207683)
+++ PKGBUILD2022-05-17 17:22:34 UTC (rev 1207684)
@@ -1,35 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-pkgname=mruby
-pkgver=3.0.0
-pkgrel=2
-pkgdesc='An interpreter for the Ruby programming language with the intention 
of being lightweight and easily embeddable'
-arch=(i686 x86_64)
-url='https://github.com/mruby/mruby'
-license=(MIT)
-depends=(readline)
-makedepends=(bison ruby ruby-rake)
-source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
-sha1sums=('4b393f26a473ba8106fc193c07b514dc395e1264')
-
-build() {
-  cd mruby-$pkgver
-  CFLAGS+=" -ffat-lto-objects" \
-  make
-}
-
-check() {
-  cd mruby-$pkgver
-  # make test disable due to https://github.com/mruby/mruby/issues/5026
-}
-
-package() {
-  cd mruby-$pkgver
-
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib" 
"$pkgdir/usr/share/licenses/mruby"
-  cp build/host/bin/* "$pkgdir/usr/bin"
-  cp build/host/lib/*.a "$pkgdir/usr/lib"
-  cp -r include "$pkgdir/usr"
-
-  cp LICENSE "$pkgdir/usr/share/licenses/mruby/LICENSE"
-}

Copied: mruby/repos/community-x86_64/PKGBUILD (from rev 1207683, 
mruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 17:22:34 UTC (rev 1207684)
@@ -0,0 +1,35 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=mruby
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='An interpreter for the Ruby programming language with the intention 
of being lightweight and easily embeddable'
+arch=(x86_64)
+url='https://github.com/mruby/mruby'
+license=(MIT)
+depends=(readline)
+makedepends=(bison ruby ruby-rake)
+source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
+sha1sums=('66ce7808e26d5c47ffb7da350aaf8e0705c1a75f')
+
+build() {
+  cd mruby-$pkgver
+  CFLAGS+=" -ffat-lto-objects" \
+  make
+}
+
+check() {
+  cd mruby-$pkgver
+  # make test disable due to https://github.com/mruby/mruby/issues/5026
+}
+
+package() {
+  cd mruby-$pkgver
+
+  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib" 
"$pkgdir/usr/share/licenses/mruby"
+  cp build/host/bin/* "$pkgdir/usr/bin"
+  cp build/host/lib/*.a "$pkgdir/usr/lib"
+  cp -r include "$pkgdir/usr"
+
+  cp LICENSE "$pkgdir/usr/share/licenses/mruby/LICENSE"
+}



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

2022-05-17 Thread Anatol Pomozov via arch-commits
Date: Tuesday, May 17, 2022 @ 17:22:14
  Author: anatolik
Revision: 1207683

upgpkg: mruby 3.1.0-1

Modified:
  mruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 17:17:02 UTC (rev 1207682)
+++ PKGBUILD2022-05-17 17:22:14 UTC (rev 1207683)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=mruby
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc='An interpreter for the Ruby programming language with the intention 
of being lightweight and easily embeddable'
 arch=(x86_64)
 url='https://github.com/mruby/mruby'
@@ -10,7 +10,7 @@
 depends=(readline)
 makedepends=(bison ruby ruby-rake)
 source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
-sha1sums=('4b393f26a473ba8106fc193c07b514dc395e1264')
+sha1sums=('66ce7808e26d5c47ffb7da350aaf8e0705c1a75f')
 
 build() {
   cd mruby-$pkgver



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

2022-05-17 Thread Daniel M. Capella via arch-commits
Date: Tuesday, May 17, 2022 @ 17:17:02
  Author: polyzen
Revision: 1207682

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 17:16:39 UTC (rev 1207681)
+++ PKGBUILD2022-05-17 17:17:02 UTC (rev 1207682)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Sergey A. 
-
-pkgname=rust-analyzer
-_pkgver=2022-05-16
-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-src')
-makedepends=('git')
-source=("git+https://github.com/rust-lang/$pkgname.git#tag=$_pkgver;)
-b2sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd $pkgname
-  RUST_ANALYZER_REV=$_pkgver cargo build --release --locked --offline
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-  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 1207681, 
rust-analyzer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 17:17:02 UTC (rev 1207682)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Sergey A. 
+
+pkgname=rust-analyzer
+_pkgver=2022-05-17
+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-src')
+makedepends=('git')
+source=("git+https://github.com/rust-lang/$pkgname.git#tag=$_pkgver;)
+b2sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $pkgname
+  RUST_ANALYZER_REV=$_pkgver cargo build --release --locked --offline
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  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)

2022-05-17 Thread Daniel M. Capella via arch-commits
Date: Tuesday, May 17, 2022 @ 17:16:39
  Author: polyzen
Revision: 1207681

upgpkg: rust-analyzer 20220517-1

Modified:
  rust-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 17:06:58 UTC (rev 1207680)
+++ PKGBUILD2022-05-17 17:16:39 UTC (rev 1207681)
@@ -2,7 +2,7 @@
 # Contributor: Sergey A. 
 
 pkgname=rust-analyzer
-_pkgver=2022-05-16
+_pkgver=2022-05-17
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc='Rust compiler front-end for IDEs'



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

2022-05-17 Thread Daniel M. Capella via arch-commits
Date: Tuesday, May 17, 2022 @ 17:06:58
  Author: polyzen
Revision: 1207680

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 17:06:38 UTC (rev 1207679)
+++ PKGBUILD2022-05-17 17:06:58 UTC (rev 1207680)
@@ -1,42 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Timothée Ravier 
-
-_name=dulwich
-pkgname=python-dulwich
-pkgver=0.20.37
-pkgrel=1
-pkgdesc='Pure-Python implementation of the Git file formats and protocols'
-arch=('x86_64')
-url=https://www.dulwich.io
-license=('GPL')
-depends=('python-certifi' 'python-urllib3')
-makedepends=('python-setuptools')
-checkdepends=('python-gpgme' 'python-paramiko')
-optdepends=('python-fastimport: for fast-import support'
-'python-gpgme: for PGP signature support'
-'python-idna: for HTTPS support via urllib3'
-'python-paramiko: for use as the SSH implementation'
-'python-pyopenssl: for HTTPS support via urllib3'
-'python-pyinotify: to watch for changes to refs')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('e272fd125935258c57682fd824de34d4d0e702da779afcfb796faadc1c58bcca')
-b2sums=('a416a97bc5f3bef727be2a70344424c0b4e51f15b630604983f136b8d6efbdcdb789aeb4f3e8f782c739a9a9974880e2d8d16c4ae554b257ff78d44f24379779')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  python -m venv --system-site-packages test-env
-  test-env/bin/python setup.py install --optimize=1 --skip-build
-  test-env/bin/python -m unittest dulwich.tests.test_suite
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-dulwich/repos/community-x86_64/PKGBUILD (from rev 1207679, 
python-dulwich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 17:06:58 UTC (rev 1207680)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Timothée Ravier 
+
+_name=dulwich
+pkgname=python-dulwich
+pkgver=0.20.38
+pkgrel=1
+pkgdesc='Pure-Python implementation of the Git file formats and protocols'
+arch=('x86_64')
+url=https://www.dulwich.io
+license=('GPL')
+depends=('python-certifi' 'python-urllib3')
+makedepends=('python-setuptools')
+checkdepends=('python-gpgme' 'python-paramiko')
+optdepends=('python-fastimport: for fast-import support'
+'python-gpgme: for PGP signature support'
+'python-idna: for HTTPS support via urllib3'
+'python-paramiko: for use as the SSH implementation'
+'python-pyopenssl: for HTTPS support via urllib3'
+'python-pyinotify: to watch for changes to refs')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('7346790d8735c86fbbc5b70b674f0ef94096c1e5099ba7273491628239817fc8')
+b2sums=('dc4b9505e30ff88331928355ea708aa7efc802baab3738d8ead0ca57d9387b4fff8f539a67edde8e66a342d504627afdafda5874e12f3c809294183398693d54')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python setup.py install --optimize=1 --skip-build
+  test-env/bin/python -m unittest dulwich.tests.test_suite
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-05-17 Thread Daniel M. Capella via arch-commits
Date: Tuesday, May 17, 2022 @ 17:06:38
  Author: polyzen
Revision: 1207679

upgpkg: python-dulwich 0.20.38-1

Modified:
  python-dulwich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 16:37:15 UTC (rev 1207678)
+++ PKGBUILD2022-05-17 17:06:38 UTC (rev 1207679)
@@ -3,7 +3,7 @@
 
 _name=dulwich
 pkgname=python-dulwich
-pkgver=0.20.37
+pkgver=0.20.38
 pkgrel=1
 pkgdesc='Pure-Python implementation of the Git file formats and protocols'
 arch=('x86_64')
@@ -19,8 +19,8 @@
 'python-pyopenssl: for HTTPS support via urllib3'
 'python-pyinotify: to watch for changes to refs')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('e272fd125935258c57682fd824de34d4d0e702da779afcfb796faadc1c58bcca')
-b2sums=('a416a97bc5f3bef727be2a70344424c0b4e51f15b630604983f136b8d6efbdcdb789aeb4f3e8f782c739a9a9974880e2d8d16c4ae554b257ff78d44f24379779')
+sha256sums=('7346790d8735c86fbbc5b70b674f0ef94096c1e5099ba7273491628239817fc8')
+b2sums=('dc4b9505e30ff88331928355ea708aa7efc802baab3738d8ead0ca57d9387b4fff8f539a67edde8e66a342d504627afdafda5874e12f3c809294183398693d54')
 
 build() {
   cd $_name-$pkgver



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

2022-05-17 Thread Caleb Maclennan via arch-commits
Date: Tuesday, May 17, 2022 @ 16:37:15
  Author: alerque
Revision: 1207678

archrelease: copy trunk to community-testing-x86_64

Added:
  nextcloud-client/repos/community-testing-x86_64/
  nextcloud-client/repos/community-testing-x86_64/PKGBUILD
(from rev 1207677, nextcloud-client/trunk/PKGBUILD)

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

Copied: nextcloud-client/repos/community-testing-x86_64/PKGBUILD (from rev 
1207677, nextcloud-client/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-17 16:37:15 UTC (rev 1207678)
@@ -0,0 +1,110 @@
+# Maintainer: Caleb Maclennan 
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Tyler Dence 
+# Contributor: Konstantin Shalygin 
+
+pkgbase=nextcloud-client
+# Put config files for libcloudproviders integration in a separate package as
+# there is no simple way yet to disable it.
+# See: https://gitlab.gnome.org/World/libcloudproviders/-/issues/17
+pkgname=(nextcloud-client nextcloud-client-cloudproviders)
+epoch=2
+# Upstream does not provide signed tarballs (yet)
+# https://github.com/nextcloud/desktop/issues/1510
+pkgver=3.5.1
+# curl https://api.github.com/repos/nextcloud/desktop/git/ref/tags/v$pkgver | 
jq -r .object.sha
+_tag=0c9c30b94b3e33f4e954a951214a4145dd690332
+pkgrel=1
+arch=(x86_64)
+url='https://nextcloud.com/'
+license=(GPL)
+makedepends=(libcloudproviders openssl sqlite
+ qt5-websockets qt5-quickcontrols2 qt5-svg qt5-tools qtkeychain-qt5
+ extra-cmake-modules kio
+ cmocka doxygen git inkscape python-sphinx)
+source=("$pkgbase::git+https://github.com/nextcloud/desktop.git?signed#tag=$_tag;)
+validpgpkeys=(
+  A26B951528EA1BA1678C7AE5D406C75CEE1A36D6  # one of keys controlled by 
github.com/camilasan
+  42E775EAA3E47F9E0D5CDB0E00819E3BF4177B28  # controlled by github.com/misch7
+  17166A5275C5FA6F1A48FD78074BBBCB8DECC9E2  # https://github.com/er-vin.gpg
+  01D736173523DFC7A7B55258C2FBEF0E1C7E72D0  # https://github.com/allexzander
+  267BF70F7905C2723B0243267D0F74F05C22F553  # https://github.com/mgallien
+  3A877D9A896A057948059DEDAD2C27357B2CB11D  # https://github.com/FlexW
+)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  # tmpdir for check()
+  mkdir -p tmpdir
+  cd $pkgbase
+  # Monkey patch that disables bulk upload capability which causes infinite
+  # loops for many server/client combos. Feature is also disabled by default on
+  # server end in v23.0.3 because it was so problematic. This can abe 
re-enabled
+  # when underlying bug squashed:
+  # https://github.com/nextcloud/desktop/issues/4241
+  sed -i -e '/bulkupload/s/return _.*;$/return false;/' 
src/libsync/capabilities.cpp
+  # Disable tests that touch on disabled feature
+  sed -i -e '/SyncEngine/s/^/#/' -e '/Capabilities/s/^/#/' test/CMakeLists.txt
+}
+
+build() {
+  cd $pkgbase
+
+  # bundled breakpad in libcrashreporter-qt submodule is too old and does not 
build with glibc >= 2.26
+  # Upstream fix: 
https://github.com/google/breakpad/commit/bddcc58860f522a0d4cbaa7e9d04058caee0db9d
+  cmake -B build -S . \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_CRASHREPORTER=OFF \
+-DUNIT_TESTING=ON \
+-DPLUGINDIR=lib/qt/plugins # Fix vfs plugin install dir 
https://github.com/nextcloud/desktop/issues/3781#issuecomment-918918320
+
+  # TODO: fix installation of PDF and HTML documents
+  # WIP at https://github.com/yan12125/desktop/tree/doc-install-path
+  make -C build all doc-man
+}
+
+check() {
+  cd $pkgbase/build
+
+  # Tests fail if $TMPDIR is too small; specify an alternative for machines
+  # with a small /tmp partition.
+  # Use UTC as TestCookies is sensitive to the timezone
+  # https://github.com/nextcloud/desktop/blob/v3.2.2/test/testcookies.cpp#L24
+  QT_QPA_PLATFORM=offscreen TMPDIR="$srcdir/tmpdir" TZ=UTC 
ARGS="--rerun-failed --output-on-failure" make test
+}
+
+package_nextcloud-client() {
+  pkgdesc='Nextcloud desktop client'
+  depends=(hicolor-icon-theme openssl sqlite qtkeychain-qt5 qt5-svg 
qt5-websockets
+   xdg-utils libcloudproviders qt5-graphicaleffects qt5-quickcontrols2)
+  optdepends=(
+'kio: integration with Dolphin'
+'nemo-python: integration with Nemo'
+'python-nautilus: integration with Nautilus'
+'python-caja: integration with Caja'
+'nextcloud-client-cloudproviders: cloudproviders support'
+  )
+  backup=('etc/Nextcloud/sync-exclude.lst')
+
+  cd $pkgbase/build
+
+  make DESTDIR="$pkgdir" install
+
+  rm -v "$pkgdir"/usr/share/cloud-providers/com.nextcloudgmbh.Nextcloud.ini
+  rm -v "$pkgdir"/usr/share/dbus-1/services/com.nextcloudgmbh.Nextcloud.service
+  cd "$pkgdir"/usr/share && rmdir -p cloud-providers dbus-1/services
+}
+

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

2022-05-17 Thread Caleb Maclennan via arch-commits
Date: Tuesday, May 17, 2022 @ 16:36:13
  Author: alerque
Revision: 1207677

upgpkg: nextcloud-client 2:3.5.1-1

Modified:
  nextcloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 15:42:28 UTC (rev 1207676)
+++ PKGBUILD2022-05-17 16:36:13 UTC (rev 1207677)
@@ -11,9 +11,9 @@
 epoch=2
 # Upstream does not provide signed tarballs (yet)
 # https://github.com/nextcloud/desktop/issues/1510
-pkgver=3.5.0
+pkgver=3.5.1
 # curl https://api.github.com/repos/nextcloud/desktop/git/ref/tags/v$pkgver | 
jq -r .object.sha
-_tag=c79806ceb7536861656ecda1e2023b45873aad64
+_tag=0c9c30b94b3e33f4e954a951214a4145dd690332
 pkgrel=1
 arch=(x86_64)
 url='https://nextcloud.com/'



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

2022-05-17 Thread Kpcyrd via arch-commits
Date: Tuesday, May 17, 2022 @ 15:42:28
  Author: kpcyrd
Revision: 1207676

archrelease: copy trunk to community-any

Added:
  mitmproxy2swagger/repos/community-any/
  mitmproxy2swagger/repos/community-any/PKGBUILD
(from rev 1207675, mitmproxy2swagger/trunk/PKGBUILD)

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

Copied: mitmproxy2swagger/repos/community-any/PKGBUILD (from rev 1207675, 
mitmproxy2swagger/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-05-17 15:42:28 UTC (rev 1207676)
@@ -0,0 +1,32 @@
+# Maintainer: kpcyrd 
+
+pkgname=mitmproxy2swagger
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='Automagically reverse-engineer REST APIs via capturing traffic'
+url='https://github.com/alufers/mitmproxy2swagger'
+arch=('any')
+license=('MIT')
+depends=(python mitmproxy python-ruamel-yaml python-json-stream)
+makedepends=(python-installer python-poetry)
+source=(https://github.com/alufers/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/alufers/mitmproxy2swagger/commit/bad11f1043c644232de7fe050839a2c0aa48aea6.patch)
+b2sums=('67ab1f879769aa20fc6c33e5ff94d18810b80200c5e1a5fab0261f3b7b66e5bb934d22fd8abd9db69510797aaa180697abcfa62aac6a90b517ba3786aa70191c'
+
'94f787e36abab970226c93ec7d37f548b6db37f521b54d426eb00b80e60e67d6e06fb07f705d9967fddd32bb48f80c44fac279541792f44d72982832efe3dc7e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ../bad11f1043c644232de7fe050839a2c0aa48aea6.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  poetry build --format wheel
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2022-05-17 Thread Kpcyrd via arch-commits
Date: Tuesday, May 17, 2022 @ 15:42:10
  Author: kpcyrd
Revision: 1207675

addpkg: mitmproxy2swagger 0.5.1-1

Added:
  mitmproxy2swagger/
  mitmproxy2swagger/repos/
  mitmproxy2swagger/trunk/
  mitmproxy2swagger/trunk/PKGBUILD

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

Added: mitmproxy2swagger/trunk/PKGBUILD
===
--- mitmproxy2swagger/trunk/PKGBUILD(rev 0)
+++ mitmproxy2swagger/trunk/PKGBUILD2022-05-17 15:42:10 UTC (rev 1207675)
@@ -0,0 +1,32 @@
+# Maintainer: kpcyrd 
+
+pkgname=mitmproxy2swagger
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='Automagically reverse-engineer REST APIs via capturing traffic'
+url='https://github.com/alufers/mitmproxy2swagger'
+arch=('any')
+license=('MIT')
+depends=(python mitmproxy python-ruamel-yaml python-json-stream)
+makedepends=(python-installer python-poetry)
+source=(https://github.com/alufers/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/alufers/mitmproxy2swagger/commit/bad11f1043c644232de7fe050839a2c0aa48aea6.patch)
+b2sums=('67ab1f879769aa20fc6c33e5ff94d18810b80200c5e1a5fab0261f3b7b66e5bb934d22fd8abd9db69510797aaa180697abcfa62aac6a90b517ba3786aa70191c'
+
'94f787e36abab970226c93ec7d37f548b6db37f521b54d426eb00b80e60e67d6e06fb07f705d9967fddd32bb48f80c44fac279541792f44d72982832efe3dc7e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ../bad11f1043c644232de7fe050839a2c0aa48aea6.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  poetry build --format wheel
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-17 Thread Jelle van der Waa via arch-commits
Date: Tuesday, May 17, 2022 @ 15:28:56
  Author: jelle
Revision: 1207674

archrelease: copy trunk to community-x86_64

Added:
  meilisearch/repos/community-x86_64/PKGBUILD
(from rev 1207673, meilisearch/trunk/PKGBUILD)
  meilisearch/repos/community-x86_64/meilisearch.conf
(from rev 1207673, meilisearch/trunk/meilisearch.conf)
  meilisearch/repos/community-x86_64/meilisearch.service
(from rev 1207673, meilisearch/trunk/meilisearch.service)
  meilisearch/repos/community-x86_64/meilisearch.sysusers
(from rev 1207673, meilisearch/trunk/meilisearch.sysusers)
  meilisearch/repos/community-x86_64/meilisearch.tmpfiles
(from rev 1207673, meilisearch/trunk/meilisearch.tmpfiles)
Deleted:
  meilisearch/repos/community-x86_64/PKGBUILD
  meilisearch/repos/community-x86_64/meilisearch.conf
  meilisearch/repos/community-x86_64/meilisearch.service
  meilisearch/repos/community-x86_64/meilisearch.sysusers
  meilisearch/repos/community-x86_64/meilisearch.tmpfiles

--+
 PKGBUILD |   84 -
 meilisearch.conf |   10 ++---
 meilisearch.service  |   68 +++
 meilisearch.sysusers |4 +-
 meilisearch.tmpfiles |2 -
 5 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 15:28:43 UTC (rev 1207673)
+++ PKGBUILD2022-05-17 15:28:56 UTC (rev 1207674)
@@ -1,42 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=meilisearch
-pkgver=0.27.0
-pkgrel=1
-pkgdesc="Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine"
-arch=(x86_64)
-url="https://docs.meilisearch.com/;
-license=('MIT')
-depends=(gcc-libs)
-makedepends=(rust)
-options=(!lto)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/MeiliSearch/archive/v${pkgver}.tar.gz
-${pkgname}.service ${pkgname}.tmpfiles ${pkgname}.sysusers 
${pkgname}.conf)
-sha512sums=('59cd5217ceee8026e7bc0a3ccb2195b6a56c6979d20b89564a8b2c309d1755e09d1873dc7be745b78269ed91e2851884c261924a84f3f0f48c92c229602651fa'
-
'dd936591833fa4ca4832e0574bdfcfd5ccfcbe1c794c6be2f6a5c9f8e4b9588a95b6da24d29ee533043dda200b37e67e3a8ba04339c1e7530a4c95e17ee14268'
-
'76284bf4c436a6b3365edd6bd12ffcb186b721d284b29933e77ddc841d333be9eeb2701c89fba1567a8eedda52787be8d3c5f55809a051488b7295fbb6842bce'
-
'b83518bd61cb587baac784b1b9bbe4a6a12be91c0a5b6cc0b3b631dde9cee1d59d6e43800a0d32b909fb2d90fe3f64e1ab63c3c8028428bed39f6c05d60c'
-
'9d63a9cca6cafb248fffcd4a6e5bac0905d4b87f3eb9793576003d3965e35e217c4c1d6b3206b25ef47143e7d538e71c746bc0352bcdf248ed19e12f58aedc12')
-validpgpkeys=()
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked --all-features
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  ulimit -n 3000
-  cargo test --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-
-  install -D -m644 "${srcdir}/meilisearch.service"  
"${pkgdir}/usr/lib/systemd/system/meilisearch.service"
-  install -D -m644 "${srcdir}/meilisearch.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/meilisearch.conf"
-  install -D -m644 "${srcdir}/meilisearch.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/meilisearch.conf"
-  install -D -m644 "${srcdir}/meilisearch.conf" 
"${pkgdir}/etc//meilisearch.conf"
-}

Copied: meilisearch/repos/community-x86_64/PKGBUILD (from rev 1207673, 
meilisearch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 15:28:56 UTC (rev 1207674)
@@ -0,0 +1,42 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=meilisearch
+pkgver=0.27.1
+pkgrel=1
+pkgdesc="Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine"
+arch=(x86_64)
+url="https://docs.meilisearch.com/;
+license=('MIT')
+depends=(gcc-libs)
+makedepends=(rust)
+options=(!lto)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/MeiliSearch/archive/v${pkgver}.tar.gz
+${pkgname}.service ${pkgname}.tmpfiles ${pkgname}.sysusers 
${pkgname}.conf)
+sha512sums=('65fb2a714b2f5100bd97ff1b75f0c99a69e437c5cf0c575b88f46328917a8a21b4d6d1f571a7e8a4af257e3de4f2d026e2ee73fb58137098399b811579f679c5'
+
'dd936591833fa4ca4832e0574bdfcfd5ccfcbe1c794c6be2f6a5c9f8e4b9588a95b6da24d29ee533043dda200b37e67e3a8ba04339c1e7530a4c95e17ee14268'
+
'76284bf4c436a6b3365edd6bd12ffcb186b721d284b29933e77ddc841d333be9eeb2701c89fba1567a8eedda52787be8d3c5f55809a051488b7295fbb6842bce'
+
'b83518bd61cb587baac784b1b9bbe4a6a12be91c0a5b6cc0b3b631dde9cee1d59d6e43800a0d32b909fb2d90fe3f64e1ab63c3c8028428bed39f6c05d60c'
+
'9d63a9cca6cafb248fffcd4a6e5bac0905d4b87f3eb9793576003d3965e35e217c4c1d6b3206b25ef47143e7d538e71c746bc0352bcdf248ed19e12f58aedc12')

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

2022-05-17 Thread Jelle van der Waa via arch-commits
Date: Tuesday, May 17, 2022 @ 15:28:43
  Author: jelle
Revision: 1207673

upgpkg: meilisearch 0.27.1-1

Modified:
  meilisearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 14:49:58 UTC (rev 1207672)
+++ PKGBUILD2022-05-17 15:28:43 UTC (rev 1207673)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=meilisearch
-pkgver=0.27.0
+pkgver=0.27.1
 pkgrel=1
 pkgdesc="Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 options=(!lto)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/MeiliSearch/archive/v${pkgver}.tar.gz
 ${pkgname}.service ${pkgname}.tmpfiles ${pkgname}.sysusers 
${pkgname}.conf)
-sha512sums=('59cd5217ceee8026e7bc0a3ccb2195b6a56c6979d20b89564a8b2c309d1755e09d1873dc7be745b78269ed91e2851884c261924a84f3f0f48c92c229602651fa'
+sha512sums=('65fb2a714b2f5100bd97ff1b75f0c99a69e437c5cf0c575b88f46328917a8a21b4d6d1f571a7e8a4af257e3de4f2d026e2ee73fb58137098399b811579f679c5'
 
'dd936591833fa4ca4832e0574bdfcfd5ccfcbe1c794c6be2f6a5c9f8e4b9588a95b6da24d29ee533043dda200b37e67e3a8ba04339c1e7530a4c95e17ee14268'
 
'76284bf4c436a6b3365edd6bd12ffcb186b721d284b29933e77ddc841d333be9eeb2701c89fba1567a8eedda52787be8d3c5f55809a051488b7295fbb6842bce'
 
'b83518bd61cb587baac784b1b9bbe4a6a12be91c0a5b6cc0b3b631dde9cee1d59d6e43800a0d32b909fb2d90fe3f64e1ab63c3c8028428bed39f6c05d60c'



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

2022-05-17 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, May 17, 2022 @ 14:49:58
  Author: svenstaro
Revision: 1207672

archrelease: copy trunk to community-any

Added:
  ansible-core/repos/community-any/PKGBUILD
(from rev 1207671, ansible-core/trunk/PKGBUILD)
Deleted:
  ansible-core/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 14:49:53 UTC (rev 1207671)
+++ PKGBUILD2022-05-17 14:49:58 UTC (rev 1207672)
@@ -1,46 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=ansible-core
-pkgver=2.12.5
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='https://pypi.org/project/ansible-core'
-license=('GPL3')
-depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja' 
'python-resolvelib')
-provides=('python-ansible' 'ansible-base')
-replaces=('ansible-base')
-optdepends=('sshpass: for ssh connections with password'
-'python-passlib: crypt values for vars_prompt'
-'python-netaddr: for the ipaddr filter'
-'python-systemd: log to journal'
-'python-pywinrm: connect to Windows machines'
-'python-dnspython: for dig lookup'
-'python-jmespath: json_query support')
-makedepends=('python-setuptools')
-backup=('etc/ansible/ansible.cfg')
-source=("https://pypi.python.org/packages/source/a/ansible-core/ansible-core-${pkgver}.tar.gz;)
-sha512sums=('795001257d8b2ffdca00c13a018ebfc822c11f1d8a0eb83df30a1670c19bdc995325da1c87414b672a4fcf8bf57215ff8b7a7b85325ad561d5123c549b18dbe9')
-
-build() {
-  cd ansible-core-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ansible-core-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/${pkgname}/COPYING
-
-  install -d "${pkgdir}"/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
-
-  install -d "${pkgdir}"/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
-}

Copied: ansible-core/repos/community-any/PKGBUILD (from rev 1207671, 
ansible-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 14:49:58 UTC (rev 1207672)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=ansible-core
+pkgver=2.13.0
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='https://pypi.org/project/ansible-core'
+license=('GPL3')
+depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja' 
'python-resolvelib')
+optdepends=('sshpass: for ssh connections with password'
+'python-passlib: crypt values for vars_prompt'
+'python-netaddr: for the ipaddr filter'
+'python-systemd: log to journal'
+'python-pywinrm: connect to Windows machines'
+'python-dnspython: for dig lookup'
+'python-jmespath: json_query support')
+makedepends=('python-setuptools' 'python-straight.plugin' 'python-docutils')
+provides=('python-ansible' 'ansible-base')
+replaces=('ansible-base')
+backup=('etc/ansible/ansible.cfg')
+source=("https://pypi.python.org/packages/source/a/ansible-core/ansible-core-${pkgver}.tar.gz;)
+sha512sums=('37e17d73477ba88c62af94a6912f9b4b91ebf2ac967c2845875e293fe2ed09307e414644899714e604883973e241eed571d61b7a093a6c212446a1f5b702af6f')
+
+build() {
+  cd ansible-core-${pkgver}
+  python setup.py build
+
+  make docs
+}
+
+package() {
+  cd ansible-core-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/${pkgname}/COPYING
+
+  install -d "${pkgdir}"/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
+
+  install -d "${pkgdir}"/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
+}



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

2022-05-17 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, May 17, 2022 @ 14:49:53
  Author: svenstaro
Revision: 1207671

upgpkg: ansible-core 2.13.0-1

Modified:
  ansible-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 14:05:32 UTC (rev 1207670)
+++ PKGBUILD2022-05-17 14:49:53 UTC (rev 1207671)
@@ -6,7 +6,7 @@
 # Contributor: atweiden 
 
 pkgname=ansible-core
-pkgver=2.12.5
+pkgver=2.13.0
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -13,8 +13,6 @@
 url='https://pypi.org/project/ansible-core'
 license=('GPL3')
 depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja' 
'python-resolvelib')
-provides=('python-ansible' 'ansible-base')
-replaces=('ansible-base')
 optdepends=('sshpass: for ssh connections with password'
 'python-passlib: crypt values for vars_prompt'
 'python-netaddr: for the ipaddr filter'
@@ -22,14 +20,18 @@
 'python-pywinrm: connect to Windows machines'
 'python-dnspython: for dig lookup'
 'python-jmespath: json_query support')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-straight.plugin' 'python-docutils')
+provides=('python-ansible' 'ansible-base')
+replaces=('ansible-base')
 backup=('etc/ansible/ansible.cfg')
 
source=("https://pypi.python.org/packages/source/a/ansible-core/ansible-core-${pkgver}.tar.gz;)
-sha512sums=('795001257d8b2ffdca00c13a018ebfc822c11f1d8a0eb83df30a1670c19bdc995325da1c87414b672a4fcf8bf57215ff8b7a7b85325ad561d5123c549b18dbe9')
+sha512sums=('37e17d73477ba88c62af94a6912f9b4b91ebf2ac967c2845875e293fe2ed09307e414644899714e604883973e241eed571d61b7a093a6c212446a1f5b702af6f')
 
 build() {
   cd ansible-core-${pkgver}
   python setup.py build
+
+  make docs
 }
 
 package() {



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

2022-05-17 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, May 17, 2022 @ 14:05:32
  Author: svenstaro
Revision: 1207670

archrelease: copy trunk to community-x86_64

Added:
  tiled/repos/community-x86_64/PKGBUILD
(from rev 1207669, tiled/trunk/PKGBUILD)
Deleted:
  tiled/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 14:05:23 UTC (rev 1207669)
+++ PKGBUILD2022-05-17 14:05:32 UTC (rev 1207670)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=1.8.4
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('x86_64')
-url='http://www.mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11'
- 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-svg' 'zstd')
-makedepends=('mesa' 'qt5-tools' 'python' 'qbs')
-optdepends=('python: Python plugin'
-'qt5-imageformats: Support for additional image formats (including 
WebP)')
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-sha512sums=('04ff52e2d555a38d7f24e1e13344db81c93d054381a8104b259afa0eafa4d72a9c27e4b6a5260fd6fa552d23d0f8802c446fcbe678cec615b80bc346ecda255b')
-
-build() {
-  cd $pkgname-$pkgver
-  qbs qbs.installPrefix:"/usr" projects.Tiled.useRPaths:false 
projects.Tiled.installHeaders:true projects.Tiled.enableZstd:true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  qbs install --install-root "$pkgdir"
-}

Copied: tiled/repos/community-x86_64/PKGBUILD (from rev 1207669, 
tiled/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 14:05:32 UTC (rev 1207670)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=1.8.5
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('x86_64')
+url='http://www.mapeditor.org'
+license=('GPL')
+replaces=('tiled-qt')
+depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11'
+ 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-svg' 'zstd')
+makedepends=('mesa' 'qt5-tools' 'python' 'qbs')
+optdepends=('python: Python plugin'
+'qt5-imageformats: Support for additional image formats (including 
WebP)')
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+sha512sums=('fe1c3f869cbabe200862d0a15c9a5ea6ca23bf890ebc01001414ec35ea1f1509010cf7ac675021857353fd8acf7fe154c2bdd25abdc4ee713def4e4e86fab3e2')
+
+build() {
+  cd $pkgname-$pkgver
+  qbs qbs.installPrefix:"/usr" projects.Tiled.useRPaths:false 
projects.Tiled.installHeaders:true projects.Tiled.enableZstd:true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  qbs install --install-root "$pkgdir"
+}



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

2022-05-17 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, May 17, 2022 @ 14:05:23
  Author: svenstaro
Revision: 1207669

upgpkg: tiled 1.8.5-1

Modified:
  tiled/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 13:23:25 UTC (rev 1207668)
+++ PKGBUILD2022-05-17 14:05:23 UTC (rev 1207669)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled
-pkgver=1.8.4
+pkgver=1.8.5
 pkgrel=1
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('python: Python plugin'
 'qt5-imageformats: Support for additional image formats (including 
WebP)')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-sha512sums=('04ff52e2d555a38d7f24e1e13344db81c93d054381a8104b259afa0eafa4d72a9c27e4b6a5260fd6fa552d23d0f8802c446fcbe678cec615b80bc346ecda255b')
+sha512sums=('fe1c3f869cbabe200862d0a15c9a5ea6ca23bf890ebc01001414ec35ea1f1509010cf7ac675021857353fd8acf7fe154c2bdd25abdc4ee713def4e4e86fab3e2')
 
 build() {
   cd $pkgname-$pkgver



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

2022-05-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, May 17, 2022 @ 13:23:25
  Author: kgizdov
Revision: 1207668

archrelease: copy trunk to community-staging-x86_64

Added:
  python-cuda/repos/community-staging-x86_64/
  python-cuda/repos/community-staging-x86_64/PKGBUILD
(from rev 1207667, python-cuda/trunk/PKGBUILD)

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

Copied: python-cuda/repos/community-staging-x86_64/PKGBUILD (from rev 1207667, 
python-cuda/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-17 13:23:25 UTC (rev 1207668)
@@ -0,0 +1,49 @@
+# Maintainer: Konstantin Gizdov 
+
+_pkgname=cuda
+pkgbase="python-${_pkgname}"
+pkgname=("python-${_pkgname}" "python-${_pkgname}-docs")
+pkgver=11.7.0
+pkgrel=1
+pkgdesc="Python interface for CUDA provided by NVIDIA."
+arch=('x86_64')
+url="https://nvidia.github.io/cuda-python;
+license=('custom')
+depends=('cuda' 'cython' 'NVIDIA-MODULE')
+makedepends=('git' 'python-wheel' 'python-build' 'python-installer' 
'python-setuptools-scm')
+checkdepends=('python-pytest' 'python-pytest-benchmark' 'python-numpy' 
'python-scipy')
+options=(!emptydirs)
+source=("${pkgbase}::git+https://github.com/NVIDIA/cuda-python#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+get_pyver () {
+python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  # build
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}"
+  echo 'pythonpath = '"${PWD}/build/lib.linux-${CARCH}-$(get_pyver)" >> 
pytest.ini
+  # cannot run tests in chroot
+  # python -m pytest --import-mode=importlib
+}
+
+package_python-cuda() {
+  cd "${srcdir}/${pkgname}"
+
+  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}
+
+package_python-cuda-docs() {
+  cd "${srcdir}/${pkgbase}"
+
+  install -d -m755 "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
+}



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

2022-05-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, May 17, 2022 @ 13:23:00
  Author: kgizdov
Revision: 1207667

upgpkg: python-cuda 11.7.0-1

Modified:
  python-cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 13:03:41 UTC (rev 1207666)
+++ PKGBUILD2022-05-17 13:23:00 UTC (rev 1207667)
@@ -3,8 +3,8 @@
 _pkgname=cuda
 pkgbase="python-${_pkgname}"
 pkgname=("python-${_pkgname}" "python-${_pkgname}-docs")
-pkgver=11.6.1
-pkgrel=2
+pkgver=11.7.0
+pkgrel=1
 pkgdesc="Python interface for CUDA provided by NVIDIA."
 arch=('x86_64')
 url="https://nvidia.github.io/cuda-python;



[arch-commits] Commit in mumble/repos/community-x86_64 (18 files)

2022-05-17 Thread Frederik Schwan via arch-commits
Date: Tuesday, May 17, 2022 @ 13:03:41
  Author: freswa
Revision: 1207666

archrelease: copy trunk to community-x86_64

Added:
  mumble/repos/community-x86_64/PKGBUILD
(from rev 1207665, mumble/trunk/PKGBUILD)
  mumble/repos/community-x86_64/mumble-1.4.230-configuration.patch
(from rev 1207665, mumble/trunk/mumble-1.4.230-configuration.patch)
  mumble/repos/community-x86_64/mumble-1.4.230-find-poco.patch
(from rev 1207665, mumble/trunk/mumble-1.4.230-find-poco.patch)
  mumble/repos/community-x86_64/mumble-1.4.230-missing-include.patch
(from rev 1207665, mumble/trunk/mumble-1.4.230-missing-include.patch)
  mumble/repos/community-x86_64/murmur.dbus.conf
(from rev 1207665, mumble/trunk/murmur.dbus.conf)
  mumble/repos/community-x86_64/murmur.install
(from rev 1207665, mumble/trunk/murmur.install)
  mumble/repos/community-x86_64/murmur.service
(from rev 1207665, mumble/trunk/murmur.service)
  mumble/repos/community-x86_64/murmur.sysusers
(from rev 1207665, mumble/trunk/murmur.sysusers)
  mumble/repos/community-x86_64/murmur.tmpfiles
(from rev 1207665, mumble/trunk/murmur.tmpfiles)
Deleted:
  mumble/repos/community-x86_64/PKGBUILD
  mumble/repos/community-x86_64/mumble-1.4.230-configuration.patch
  mumble/repos/community-x86_64/mumble-1.4.230-find-poco.patch
  mumble/repos/community-x86_64/mumble-1.4.230-missing-include.patch
  mumble/repos/community-x86_64/murmur.dbus.conf
  mumble/repos/community-x86_64/murmur.install
  mumble/repos/community-x86_64/murmur.service
  mumble/repos/community-x86_64/murmur.sysusers
  mumble/repos/community-x86_64/murmur.tmpfiles

--+
 PKGBUILD |  270 -
 mumble-1.4.230-configuration.patch   |   42 ++---
 mumble-1.4.230-find-poco.patch   |   76 -
 mumble-1.4.230-missing-include.patch |   66 
 murmur.dbus.conf |   44 ++---
 murmur.install   |   12 -
 murmur.service   |   72 
 murmur.sysusers  |2 
 murmur.tmpfiles  |4 
 9 files changed, 296 insertions(+), 292 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 13:03:36 UTC (rev 1207665)
+++ PKGBUILD2022-05-17 13:03:41 UTC (rev 1207666)
@@ -1,133 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: David Runge 
-# Contributor: Lauri Niskanen 
-# Contributor: sebastian.sal...@gmx.de
-# Contributor: Doc Angelo
-
-pkgbase=mumble
-pkgname=('mumble' 'murmur')
-pkgver=1.4.230
-pkgrel=6
-pkgdesc="An Open Source, low-latency, high quality voice chat software"
-arch=('x86_64')
-url="https://www.mumble.info/;
-license=('BSD')
-# shared depends
-depends=('gcc-libs' 'glibc' 'openssl' 'qt5-base')
-# shared makedepends
-makedepends=('avahi' 'boost' 'cmake' 'poco' 'protobuf' 'python' 'qt5-tools' 
'speech-dispatcher')
-# mumble makedepends
-makedepends+=('alsa-lib' 'hicolor-icon-theme' 'jack' 'libpulse' 'libsndfile'
-'libspeechd' 'libx11' 'libxi' 'mesa' 'opus' 'qt5-svg' 'speex' 'xdg-utils')
-# murmur makedepends
-makedepends+=('grpc' 'libcap' 'zeroc-ice')
-source=(
-  
"https://github.com/mumble-voip/mumble/releases/download/v${pkgver}/mumble-${pkgver}.tar.gz"{,.sig}
-  "murmur.dbus.conf"
-  "murmur.service"
-  "murmur.sysusers"
-  "murmur.tmpfiles"
-  "${pkgname}-1.4.230-missing-include.patch"
-  "${pkgname}-1.4.230-find-poco.patch"
-  "${pkgname}-1.4.230-configuration.patch"
-)
-sha512sums=('6cffc7a95d88b33876f4093b99266468210f5c14f190fbd2fbe4991bef91a567e55296e7c8c6cc99e19c054853211085cc3cc08109e367e6776afb70766b3a53'
-'SKIP'
-
'97c7effdddec324e40195c36ef4927950a5de26d2ee2d268d89df6fb547207bbbe30292773316cae6f57ec9923244f205fb0edc377b798771ba7385e3c11d86a'
-
'a4d82a28e0e4277ca2f198285d164ae55e052a5f6b582ac1b4aa98409fea425c93e8f86f61878bd0b176ed33d307d16b877f34941f32e2147a38778a8554e25d'
-
'5af28d0c2b2b072cfbd500b5f63549e88a86cf3fc15e4d2df89e787c4d2bafdecbe078a518e0d1b25d82f9873cb06838ec1c9ebed625ffb7e8c80fcd942ebf74'
-
'411784e8e0dcf6c163780ae895ae1a6bdad0bb2dd2b128911c484ac3eff073d95c5791b625493a2b8296d24bd7e6ac72d3c42180817e48b29f0c6a8fd841807c'
-
'07448a7c1c3557c360a9448764ecffadb331576a1e1c4da33a663a5c78f63bb2f7d18a52d7aeeb83c1868507f48bcc7da74bff3050e43a94ff1cb17db9aa9cbe'
-
'6ab68c8d89b1eb6e79a31216e4348c972847ce8687e45c59c29ed2343da56a586ea20dffd9066146faa56749cd94deb99fa22b3eb05df2ba705d04d46cb0bbdb'
-
'e35dee4ce1cca15747330ba21892064adec85feb9937a89aea95ccf2c668746075fbe1c343e26ba2ac26a9e36144fb0b3eb0f44d85e6d258040bcd3500818a31')
-b2sums=('da433f3c15d7e45dfac0c8a78c9dbe86ba8d5cd078d2d87fd4d90718968fc9e5928c3c5c5ba2e40a8a54d02a646c5fc6a7ee2fff4b71dfa411d74f395b097c26'
-'SKIP'
-

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

2022-05-17 Thread Frederik Schwan via arch-commits
Date: Tuesday, May 17, 2022 @ 13:03:36
  Author: freswa
Revision: 1207665

fix endless loop when disconnecting pipewire stream

Occured e.g. when applying the settings.
https://github.com/mumble-voip/mumble/pull/5648

Modified:
  mumble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 12:15:50 UTC (rev 1207664)
+++ PKGBUILD2022-05-17 13:03:36 UTC (rev 1207665)
@@ -7,7 +7,7 @@
 pkgbase=mumble
 pkgname=('mumble' 'murmur')
 pkgver=1.4.230
-pkgrel=6
+pkgrel=7
 pkgdesc="An Open Source, low-latency, high quality voice chat software"
 arch=('x86_64')
 url="https://www.mumble.info/;
@@ -18,7 +18,7 @@
 makedepends=('avahi' 'boost' 'cmake' 'poco' 'protobuf' 'python' 'qt5-tools' 
'speech-dispatcher')
 # mumble makedepends
 makedepends+=('alsa-lib' 'hicolor-icon-theme' 'jack' 'libpulse' 'libsndfile'
-'libspeechd' 'libx11' 'libxi' 'mesa' 'opus' 'qt5-svg' 'speex' 'xdg-utils')
+'libspeechd' 'libx11' 'libxi' 'mesa' 'opus' 'qt5-svg' 'speex' 'xdg-utils' 
'lib32-gcc-libs')
 # murmur makedepends
 makedepends+=('grpc' 'libcap' 'zeroc-ice')
 source=(
@@ -30,6 +30,7 @@
   "${pkgname}-1.4.230-missing-include.patch"
   "${pkgname}-1.4.230-find-poco.patch"
   "${pkgname}-1.4.230-configuration.patch"
+  
"${pkgname}-PR5648.patch"::https://github.com/mumble-voip/mumble/pull/5648.patch
 )
 
sha512sums=('6cffc7a95d88b33876f4093b99266468210f5c14f190fbd2fbe4991bef91a567e55296e7c8c6cc99e19c054853211085cc3cc08109e367e6776afb70766b3a53'
 'SKIP'
@@ -39,7 +40,8 @@
 
'411784e8e0dcf6c163780ae895ae1a6bdad0bb2dd2b128911c484ac3eff073d95c5791b625493a2b8296d24bd7e6ac72d3c42180817e48b29f0c6a8fd841807c'
 
'07448a7c1c3557c360a9448764ecffadb331576a1e1c4da33a663a5c78f63bb2f7d18a52d7aeeb83c1868507f48bcc7da74bff3050e43a94ff1cb17db9aa9cbe'
 
'6ab68c8d89b1eb6e79a31216e4348c972847ce8687e45c59c29ed2343da56a586ea20dffd9066146faa56749cd94deb99fa22b3eb05df2ba705d04d46cb0bbdb'
-
'e35dee4ce1cca15747330ba21892064adec85feb9937a89aea95ccf2c668746075fbe1c343e26ba2ac26a9e36144fb0b3eb0f44d85e6d258040bcd3500818a31')
+
'e35dee4ce1cca15747330ba21892064adec85feb9937a89aea95ccf2c668746075fbe1c343e26ba2ac26a9e36144fb0b3eb0f44d85e6d258040bcd3500818a31'
+
'b533085452af6397ae9cd6a5b539143335260adcbd9412f42d3e0a5eb28729c9628f5a2945f5d0ed8aecc36e8ce406ac5c11e29a7e455b24e956cacc969c8f05')
 
b2sums=('da433f3c15d7e45dfac0c8a78c9dbe86ba8d5cd078d2d87fd4d90718968fc9e5928c3c5c5ba2e40a8a54d02a646c5fc6a7ee2fff4b71dfa411d74f395b097c26'
 'SKIP'
 
'a416d071d9658fc3f3ea267d6ff24237317f5c05b59fe1578e5a4cb4911840896bf5e524a143f5c70a797da9f343312468720f03343b4b66bea20e94aa316cc2'
@@ -48,7 +50,8 @@
 
'999b2848c718f25a2d8257595194521e08d36d101906d76b137218f0a19f2451b7e1adc0c013e1f1c3448145b89a1e88f46cb1c9da2737379227d3574d10'
 
'0df6753085dfdc9ed9739aa9a0565b7166b07798cdf57aee12cd1c240e98c46adba8c4182af22869cdd59d0c9063ac9a368b3760f418ea3721f5380fc5df89a8'
 
'2c9322e21b3d2b468fee36213ac8f87767008f699350b9a2cd93158783dd0cf6d3ddf5e81f1685fc2b5cc07569e4e2f0be01e07a080564aaedfbc7aaea73596f'
-
'd77b81c5ac39561e3df087ad325e88909b083dad95a25c7106a941645354c87d07ea5d41eec5aa4a77a402cadbe8230a4a1c641d8414d11174e4b3254fc18647')
+
'd77b81c5ac39561e3df087ad325e88909b083dad95a25c7106a941645354c87d07ea5d41eec5aa4a77a402cadbe8230a4a1c641d8414d11174e4b3254fc18647'
+
'97249a2f9aa4754d72a7ac14d6d888efa5a7bbd0f6a5d5467f0e5f5c9af5b96cc3e4e636b4b3f8c28fb226dbf183af4750deb1a267e89698efc96a94c565816b')
 # See https://github.com/mumble-voip/mumble-gpg-signatures
 validpgpkeys=(
 '1EDEBE2A93CB97FA9903D52E25F63C66245DFC60'  # Mumble Automatic Build 
Infrastructure 2022 
@@ -59,6 +62,7 @@
   patch -Np1 -i ../"${pkgname}-1.4.230-missing-include.patch"
   patch -Np1 -i ../"${pkgname}-1.4.230-find-poco.patch"
   patch -Np1 -i ../"${pkgname}-1.4.230-configuration.patch"
+  patch -Np1 -i ../"${pkgname}-PR5648.patch"
 }
 
 build() {



  1   2   >