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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Thursday, January 13, 2022 @ 07:58:47
  Author: arojas
Revision: 434337

archrelease: copy trunk to extra-x86_64

Added:
  rpcsvc-proto/repos/extra-x86_64/PKGBUILD
(from rev 434336, rpcsvc-proto/trunk/PKGBUILD)
Deleted:
  rpcsvc-proto/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-13 07:58:37 UTC (rev 434336)
+++ PKGBUILD2022-01-13 07:58:47 UTC (rev 434337)
@@ -1,29 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=rpcsvc-proto
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='rpcsvc protocol definitions from glibc'
-arch=(x86_64)
-url='https://github.com/thkukuk/rpcsvc-proto'
-license=(BSD)
-depends=(glibc)
-source=($pkgname-$pkgver.tar.gz::https://github.com/thkukuk/rpcsvc-proto/archive/v$pkgver.tar.gz)
-sha512sums=('6769f9439e3f187eebdeef4ee8d54f8a6fee6f410e3137d0c1b26e61b705873932890856faff55b68c39aa702e456b36fe9410b85baf1ef9b20ee97f2158971a')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: rpcsvc-proto/repos/extra-x86_64/PKGBUILD (from rev 434336, 
rpcsvc-proto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-13 07:58:47 UTC (rev 434337)
@@ -0,0 +1,30 @@
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=rpcsvc-proto
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='rpcsvc protocol definitions from glibc'
+arch=(x86_64)
+url='https://github.com/thkukuk/rpcsvc-proto'
+license=(BSD)
+depends=(glibc)
+source=(https://github.com/thkukuk/rpcsvc-proto/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('44afac7626147b7c4166bdd90556172bd5d7655f5837245985db7af3cc610de00e215c84ac6b6a0dd6d0a65d062dc19dab4d1cec0ef45818a7ff709df513')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Thursday, January 13, 2022 @ 07:58:37
  Author: arojas
Revision: 434336

Update to 1.4.3

Modified:
  rpcsvc-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-13 07:55:34 UTC (rev 434335)
+++ PKGBUILD2022-01-13 07:58:37 UTC (rev 434336)
@@ -1,7 +1,8 @@
-# Maintainer: Bartłomiej Piotrowski 
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski 
 
 pkgname=rpcsvc-proto
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc='rpcsvc protocol definitions from glibc'
 arch=(x86_64)
@@ -8,8 +9,8 @@
 url='https://github.com/thkukuk/rpcsvc-proto'
 license=(BSD)
 depends=(glibc)
-source=($pkgname-$pkgver.tar.gz::https://github.com/thkukuk/rpcsvc-proto/archive/v$pkgver.tar.gz)
-sha512sums=('6769f9439e3f187eebdeef4ee8d54f8a6fee6f410e3137d0c1b26e61b705873932890856faff55b68c39aa702e456b36fe9410b85baf1ef9b20ee97f2158971a')
+source=(https://github.com/thkukuk/rpcsvc-proto/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('44afac7626147b7c4166bdd90556172bd5d7655f5837245985db7af3cc610de00e215c84ac6b6a0dd6d0a65d062dc19dab4d1cec0ef45818a7ff709df513')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-01-12 Thread Laurent Carlier via arch-commits
Date: Thursday, January 13, 2022 @ 07:55:34
  Author: lcarlier
Revision: 434335

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/LICENSE
(from rev 434334, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 434334, mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 
 PKGBUILD |  207 +
 2 files changed, 290 insertions(+)

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 434334, mesa/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2022-01-13 07:55:34 UTC (rev 434335)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: mesa/repos/testing-x86_64/PKGBUILD (from rev 434334, 
mesa/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-01-13 07:55:34 UTC (rev 434335)
@@ -0,0 +1,207 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Maintainer: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=mesa
+pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'vulkan-swrast' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
+pkgdesc="An open-source implementation of the OpenGL specification"
+pkgver=21.3.4
+pkgrel=1
+arch=('x86_64')
+makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 

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

2022-01-12 Thread Laurent Carlier via arch-commits
Date: Thursday, January 13, 2022 @ 07:55:29
  Author: lcarlier
Revision: 434334

upgpkg: mesa 21.3.4-1: upstream update 21.3.4

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-13 07:44:07 UTC (rev 434333)
+++ PKGBUILD2022-01-13 07:55:29 UTC (rev 434334)
@@ -6,8 +6,8 @@
 pkgbase=mesa
 pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'vulkan-swrast' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=21.3.3
-pkgrel=2
+pkgver=21.3.4
+pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
  'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 
'zstd' 'elfutils' 'llvm'
@@ -17,7 +17,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('0263d75435f8c16d40eba3eae29bf372e8994816718deec153c582a17c4dd6ef1c67b3236ed31e63f98bf4e1089fac5cfafae9fb84d3e1fa919b274f43e7e673'
+sha512sums=('7aeea3dba0d39f4ac9f23c54aa0e6853d48000f50c4dd484618c28debe705cdd765ae8fafb5ddea0773976f7189849d9128be3f2282fea74394b59019cb786b9'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 




[arch-commits] Commit in coin-or-cbc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Thursday, January 13, 2022 @ 07:54:08
  Author: arojas
Revision: 1101801

archrelease: copy trunk to community-x86_64

Added:
  coin-or-cbc/repos/community-x86_64/PKGBUILD
(from rev 1101800, coin-or-cbc/trunk/PKGBUILD)
Deleted:
  coin-or-cbc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-13 07:53:58 UTC (rev 1101800)
+++ PKGBUILD2022-01-13 07:54:08 UTC (rev 1101801)
@@ -1,49 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: spider-mario 
-# Contributor: Daniel Ehlers 
-
-pkgname=coin-or-cbc
-pkgver=2.10.5
-pkgrel=4
-pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
-arch=(x86_64)
-url="https://projects.coin-or.org/Cbc;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-cgl coin-or-asl)
-makedepends=(nauty)
-source=("https://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha256sums=('da1a945648679b21ba56b454b81e939451dc7951d9beb3c3e14f18f64dde6972')
-
-build() {
-  cd Cbc-$pkgver/Cbc
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-clp-lib="$(pkg-config --libs clp)" \
-  --with-clp-incdir="/usr/include/coin/" \
-  --with-cgl-lib="$(pkg-config --libs cgl)" \
-  --with-cgl-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --enable-dependency-linking \
-  --enable-cbc-parallel \
-  --with-nauty-lib=/usr/lib/libnauty.a 
--with-nauty-incdir=/usr/include/nauty
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd Cbc-$pkgver/Cbc
-#  make test
-}
-
-package() {
-  cd Cbc-$pkgver/Cbc
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-
-# Remove nauty from linker flags in pc file, it is statically compiled
-  sed -e 's|/usr/lib/libnauty.a||' -i "$pkgdir"/usr/lib/pkgconfig/cbc.pc
-}

Copied: coin-or-cbc/repos/community-x86_64/PKGBUILD (from rev 1101800, 
coin-or-cbc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-13 07:54:08 UTC (rev 1101801)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cbc
+pkgver=2.10.6
+pkgrel=1
+pkgdesc='COIN-OR branch-and-cut mixed integer programming solver'
+arch=(x86_64)
+url='https://github.com/coin-or/Cbc'
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cgl coin-or-asl)
+makedepends=(nauty)
+source=($pkgname-$pkgver.tar.gz::https://github.com/coin-or/Cbc/archive/refs/tags/releases/$pkgver.tar.gz)
+sha256sums=('59d0f45c4c6ce399b723e528d637fb8e409dba7449b91ae27edbb5c0617cc65d')
+
+build() {
+  cd Cbc-releases-$pkgver
+  ./configure --prefix=/usr \
+  --enable-cbc-parallel \
+  --with-nauty-lib=/usr/lib/libnauty.a 
--with-nauty-incdir=/usr/include/nauty
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd Cbc-releases-$pkgver/Cbc
+  make test
+}
+
+package() {
+  cd Cbc-releases-$pkgver
+  make DESTDIR="$pkgdir" install
+
+# Remove nauty from linker flags in pc file, it is statically compiled
+#  sed -e 's|/usr/lib/libnauty.a||' -i "$pkgdir"/usr/lib/pkgconfig/cbc.pc
+}



[arch-commits] Commit in coin-or-cbc/trunk (PKGBUILD)

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Thursday, January 13, 2022 @ 07:53:58
  Author: arojas
Revision: 1101800

Update to 3.10.6

Modified:
  coin-or-cbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-13 07:48:50 UTC (rev 1101799)
+++ PKGBUILD2022-01-13 07:53:58 UTC (rev 1101800)
@@ -3,31 +3,21 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=coin-or-cbc
-pkgver=2.10.5
-pkgrel=4
-pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
+pkgver=2.10.6
+pkgrel=1
+pkgdesc='COIN-OR branch-and-cut mixed integer programming solver'
 arch=(x86_64)
-url="https://projects.coin-or.org/Cbc;
+url='https://github.com/coin-or/Cbc'
 license=(EPL)
 groups=(coin-or)
 depends=(coin-or-cgl coin-or-asl)
 makedepends=(nauty)
-source=("https://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha256sums=('da1a945648679b21ba56b454b81e939451dc7951d9beb3c3e14f18f64dde6972')
+source=($pkgname-$pkgver.tar.gz::https://github.com/coin-or/Cbc/archive/refs/tags/releases/$pkgver.tar.gz)
+sha256sums=('59d0f45c4c6ce399b723e528d637fb8e409dba7449b91ae27edbb5c0617cc65d')
 
 build() {
-  cd Cbc-$pkgver/Cbc
-  COIN_SKIP_PROJECTS="Sample" \
+  cd Cbc-releases-$pkgver
   ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-clp-lib="$(pkg-config --libs clp)" \
-  --with-clp-incdir="/usr/include/coin/" \
-  --with-cgl-lib="$(pkg-config --libs cgl)" \
-  --with-cgl-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --enable-dependency-linking \
   --enable-cbc-parallel \
   --with-nauty-lib=/usr/lib/libnauty.a 
--with-nauty-incdir=/usr/include/nauty
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -35,15 +25,14 @@
 }
 
 check() {
-  cd Cbc-$pkgver/Cbc
-#  make test
+  cd Cbc-releases-$pkgver/Cbc
+  make test
 }
 
 package() {
-  cd Cbc-$pkgver/Cbc
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  cd Cbc-releases-$pkgver
   make DESTDIR="$pkgdir" install
 
 # Remove nauty from linker flags in pc file, it is statically compiled
-  sed -e 's|/usr/lib/libnauty.a||' -i "$pkgdir"/usr/lib/pkgconfig/cbc.pc
+#  sed -e 's|/usr/lib/libnauty.a||' -i "$pkgdir"/usr/lib/pkgconfig/cbc.pc
 }



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

2022-01-12 Thread Ike Devolder via arch-commits
Date: Thursday, January 13, 2022 @ 07:48:50
  Author: idevolder
Revision: 1101799

archrelease: copy trunk to community-x86_64

Added:
  vivaldi/repos/community-x86_64/PKGBUILD
(from rev 1101798, vivaldi/trunk/PKGBUILD)
  vivaldi/repos/community-x86_64/eula.txt
(from rev 1101798, vivaldi/trunk/eula.txt)
Deleted:
  vivaldi/repos/community-x86_64/PKGBUILD
  vivaldi/repos/community-x86_64/eula.txt

--+
 PKGBUILD |   94 ++---
 eula.txt |  192 ++---
 2 files changed, 143 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-13 07:48:43 UTC (rev 1101798)
+++ PKGBUILD2022-01-13 07:48:50 UTC (rev 1101799)
@@ -1,47 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: TZ86
-
-pkgname=vivaldi
-_rpmversion=5.0.2497.35-1
-pkgver=5.0.2497.35
-pkgrel=1
-pkgdesc='An advanced browser made with the power user in mind.'
-url="https://vivaldi.com;
-options=(!strip !zipman)
-license=('custom')
-arch=('x86_64')
-depends=('gtk3' 'libcups' 'nss' 'alsa-lib' 'libxss' 'ttf-font' 
'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
-makedepends=('w3m')
-optdepends=(
-'vivaldi-ffmpeg-codecs: playback of proprietary video/audio'
-'libnotify: native notifications'
-)
-source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm;)
-sha512sums=('30dbf4570b31f26a517ac165d3271751310c8173a3400d7b3a4e50337983f07040e024674fc59a1368fbc597d1a645699036b0b67d57e3ff907520e2028ab521')
-
-package() {
-cp --parents -a {opt,usr/bin,usr/share} "$pkgdir"
-
-# suid sandbox
-chmod 4755 "$pkgdir/opt/$pkgname/vivaldi-sandbox"
-
-# make /usr/bin/vivaldi-stable available
-binf="$pkgdir/usr/bin/vivaldi-stable"
-if [[ ! -e "$binf" ]] && [[ ! -f "$binf" ]] && [[ ! -L "$binf" ]]; then
-install -dm755 "$pkgdir/usr/bin"
-ln -s /opt/vivaldi/vivaldi "$binf"
-fi
-
-# install icons
-for res in 16 22 24 32 48 64 128 256; do
-install -Dm644 "$pkgdir/opt/$pkgname/product_logo_${res}.png" \
-"$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/$pkgname.png"
-done
-
-# license
-install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
-w3m -dump "$pkgdir/opt/$pkgname/LICENSE.html" \
-| head -n 5 \
-> "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-

Copied: vivaldi/repos/community-x86_64/PKGBUILD (from rev 1101798, 
vivaldi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-13 07:48:50 UTC (rev 1101799)
@@ -0,0 +1,47 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: TZ86
+
+pkgname=vivaldi
+_rpmversion=5.0.2497.38-1
+pkgver=5.0.2497.38
+pkgrel=1
+pkgdesc='An advanced browser made with the power user in mind.'
+url="https://vivaldi.com;
+options=(!strip !zipman)
+license=('custom')
+arch=('x86_64')
+depends=('gtk3' 'libcups' 'nss' 'alsa-lib' 'libxss' 'ttf-font' 
'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
+makedepends=('w3m')
+optdepends=(
+'vivaldi-ffmpeg-codecs: playback of proprietary video/audio'
+'libnotify: native notifications'
+)
+source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm;)
+sha512sums=('a866c48d213b2fd7c398317cbbee23a94467a93aaa6373042a58614cfca4bf2282d662a4577ee5ca1b4ea37eaebc4ec9caf33dd11acba7539519f58530f09d08')
+
+package() {
+cp --parents -a {opt,usr/bin,usr/share} "$pkgdir"
+
+# suid sandbox
+chmod 4755 "$pkgdir/opt/$pkgname/vivaldi-sandbox"
+
+# make /usr/bin/vivaldi-stable available
+binf="$pkgdir/usr/bin/vivaldi-stable"
+if [[ ! -e "$binf" ]] && [[ ! -f "$binf" ]] && [[ ! -L "$binf" ]]; then
+install -dm755 "$pkgdir/usr/bin"
+ln -s /opt/vivaldi/vivaldi "$binf"
+fi
+
+# install icons
+for res in 16 22 24 32 48 64 128 256; do
+install -Dm644 "$pkgdir/opt/$pkgname/product_logo_${res}.png" \
+"$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/$pkgname.png"
+done
+
+# license
+install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
+w3m -dump "$pkgdir/opt/$pkgname/LICENSE.html" \
+| head -n 5 \
+> "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+

Deleted: eula.txt
===
--- eula.txt2022-01-13 07:48:43 UTC (rev 1101798)
+++ eula.txt2022-01-13 07:48:50 UTC (rev 1101799)
@@ -1,96 +0,0 @@
-Vivaldi End User License Agreement
-
-Read the end user license agreement for Vivaldi Browser and find out how to get
-in touch if you have any questions about regarding our EULA.
-
-Last updated: November 18, 2016
-
-1. This End User License Agreement (“EULA”) governs your use (“You”) of the
-browser software in executable form (“Software”) and any ancillary services
-(“Services”) provided to You 

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

2022-01-12 Thread Ike Devolder via arch-commits
Date: Thursday, January 13, 2022 @ 07:48:43
  Author: idevolder
Revision: 1101798

upgpkg: vivaldi 5.0.2497.38-1

Modified:
  vivaldi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-13 07:48:21 UTC (rev 1101797)
+++ PKGBUILD2022-01-13 07:48:43 UTC (rev 1101798)
@@ -2,8 +2,8 @@
 # Contributor: TZ86
 
 pkgname=vivaldi
-_rpmversion=5.0.2497.35-1
-pkgver=5.0.2497.35
+_rpmversion=5.0.2497.38-1
+pkgver=5.0.2497.38
 pkgrel=1
 pkgdesc='An advanced browser made with the power user in mind.'
 url="https://vivaldi.com;
@@ -17,7 +17,7 @@
 'libnotify: native notifications'
 )
 
source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm;)
-sha512sums=('30dbf4570b31f26a517ac165d3271751310c8173a3400d7b3a4e50337983f07040e024674fc59a1368fbc597d1a645699036b0b67d57e3ff907520e2028ab521')
+sha512sums=('a866c48d213b2fd7c398317cbbee23a94467a93aaa6373042a58614cfca4bf2282d662a4577ee5ca1b4ea37eaebc4ec9caf33dd11acba7539519f58530f09d08')
 
 package() {
 cp --parents -a {opt,usr/bin,usr/share} "$pkgdir"



[arch-commits] Commit in coin-or-cgl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Thursday, January 13, 2022 @ 07:48:21
  Author: arojas
Revision: 1101797

archrelease: copy trunk to community-x86_64

Added:
  coin-or-cgl/repos/community-x86_64/PKGBUILD
(from rev 1101796, coin-or-cgl/trunk/PKGBUILD)
Deleted:
  coin-or-cgl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-13 07:48:07 UTC (rev 1101796)
+++ PKGBUILD2022-01-13 07:48:21 UTC (rev 1101797)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: spider-mario 
-# Contributor: Daniel Ehlers 
-
-pkgname=coin-or-cgl
-pkgver=0.60.3
-pkgrel=1
-pkgdesc="COIN-OR Cut Generation Library"
-arch=(x86_64)
-url="https://projects.coin-or.org/Cgl;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-clp)
-source=("https://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha256sums=('cf11e3476d2182040cec412abb232d8bafa12ff5b619eca3b7b9ac1d220476c8')
-
-build() {
-  cd Cgl-$pkgver/Cgl
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-clp-lib="$(pkg-config --libs clp)" \
-  --with-clp-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --enable-dependency-linking
-  make
-}
-
-check() {
-  cd Cgl-$pkgver/Cgl
-  make test
-}
-
-package() {
-  cd Cgl-$pkgver/Cgl
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-cgl/repos/community-x86_64/PKGBUILD (from rev 1101796, 
coin-or-cgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-13 07:48:21 UTC (rev 1101797)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cgl
+pkgver=0.60.4
+pkgrel=1
+pkgdesc='COIN-OR Cut Generation Library'
+arch=(x86_64)
+url='https://github.com/coin-or/Cgl'
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-clp)
+source=($pkgname-$pkgver.tar.gz::https://github.com/coin-or/Cgl/archive/refs/tags/releases/$pkgver.tar.gz)
+sha256sums=('57db498a0b7e1f3614ca061a93b23dc7e65017f092457c7366fa7d78397b5657')
+
+build() {
+  cd Cgl-releases-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd Cgl-releases-$pkgver
+  make test
+}
+
+package() {
+  cd Cgl-releases-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in coin-or-cgl/trunk (PKGBUILD)

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Thursday, January 13, 2022 @ 07:48:07
  Author: arojas
Revision: 1101796

Update to 0.60.4

Modified:
  coin-or-cgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-13 07:44:15 UTC (rev 1101795)
+++ PKGBUILD2022-01-13 07:48:07 UTC (rev 1101796)
@@ -3,38 +3,29 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=coin-or-cgl
-pkgver=0.60.3
+pkgver=0.60.4
 pkgrel=1
-pkgdesc="COIN-OR Cut Generation Library"
+pkgdesc='COIN-OR Cut Generation Library'
 arch=(x86_64)
-url="https://projects.coin-or.org/Cgl;
+url='https://github.com/coin-or/Cgl'
 license=(EPL)
 groups=(coin-or)
 depends=(coin-or-clp)
-source=("https://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha256sums=('cf11e3476d2182040cec412abb232d8bafa12ff5b619eca3b7b9ac1d220476c8')
+source=($pkgname-$pkgver.tar.gz::https://github.com/coin-or/Cgl/archive/refs/tags/releases/$pkgver.tar.gz)
+sha256sums=('57db498a0b7e1f3614ca061a93b23dc7e65017f092457c7366fa7d78397b5657')
 
 build() {
-  cd Cgl-$pkgver/Cgl
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-clp-lib="$(pkg-config --libs clp)" \
-  --with-clp-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --enable-dependency-linking
+  cd Cgl-releases-$pkgver
+  ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd Cgl-$pkgver/Cgl
+  cd Cgl-releases-$pkgver
   make test
 }
 
 package() {
-  cd Cgl-$pkgver/Cgl
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  cd Cgl-releases-$pkgver
   make DESTDIR="$pkgdir" install
 }



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

2022-01-12 Thread Tobias Powalowski via arch-commits
Date: Thursday, January 13, 2022 @ 05:55:18
  Author: tpowa
Revision: 434331

archrelease: copy trunk to extra-x86_64

Added:
  kexec-tools/repos/extra-x86_64/PKGBUILD
(from rev 434330, kexec-tools/trunk/PKGBUILD)
  kexec-tools/repos/extra-x86_64/kexec
(from rev 434330, kexec-tools/trunk/kexec)
  kexec-tools/repos/extra-x86_64/kexec-vesafb.diff
(from rev 434330, kexec-tools/trunk/kexec-vesafb.diff)
  kexec-tools/repos/extra-x86_64/kexec.conf.d
(from rev 434330, kexec-tools/trunk/kexec.conf.d)
Deleted:
  kexec-tools/repos/extra-x86_64/PKGBUILD
  kexec-tools/repos/extra-x86_64/kexec
  kexec-tools/repos/extra-x86_64/kexec-vesafb.diff
  kexec-tools/repos/extra-x86_64/kexec.conf.d

---+
 PKGBUILD  |   66 +++---
 kexec |   90 +++---
 kexec-vesafb.diff |  156 ++--
 kexec.conf.d  |   32 +-
 4 files changed, 172 insertions(+), 172 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-13 05:55:04 UTC (rev 434330)
+++ PKGBUILD2022-01-13 05:55:18 UTC (rev 434331)
@@ -1,33 +0,0 @@
-# Contributor: Camille Moncelier , simo 
-# Maintainer: Tobias Powalowski 
-
-pkgname=kexec-tools
-pkgver=2.0.21
-pkgrel=1
-pkgdesc="Load another kernel from the currently executing Linux kernel"
-arch=('x86_64')
-url="https://kernel.org/pub/linux/utils/kernel/kexec/;
-source=("git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v${pkgver}")
-makedepends=('git')
-depends=('zlib' 'xz')
-license=('GPL2')
-
-prepare() {
-  cd $pkgname
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  ./configure --prefix=/usr --sbindir=/usr/bin --without-lzma
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -D -m644 kexec/kexec.8 "$pkgdir"/usr/share/man/man8/kexec.8
-}
-
-md5sums=('SKIP')

Copied: kexec-tools/repos/extra-x86_64/PKGBUILD (from rev 434330, 
kexec-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-13 05:55:18 UTC (rev 434331)
@@ -0,0 +1,33 @@
+# Contributor: Camille Moncelier , simo 
+# Maintainer: Tobias Powalowski 
+
+pkgname=kexec-tools
+pkgver=2.0.23
+pkgrel=1
+pkgdesc="Load another kernel from the currently executing Linux kernel"
+arch=('x86_64')
+url="https://kernel.org/pub/linux/utils/kernel/kexec/;
+source=("git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v${pkgver}")
+makedepends=('git')
+depends=('zlib' 'xz')
+license=('GPL2')
+
+prepare() {
+  cd $pkgname
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-lzma
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -D -m644 kexec/kexec.8 "$pkgdir"/usr/share/man/man8/kexec.8
+}
+
+md5sums=('SKIP')

Deleted: kexec
===
--- kexec   2022-01-13 05:55:04 UTC (rev 434330)
+++ kexec   2022-01-13 05:55:18 UTC (rev 434331)
@@ -1,45 +0,0 @@
-#!/bin/bash
-
-[ -f /etc/conf.d/kexec ] && . /etc/conf.d/kexec
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case "$1" in
-  start)
-  stat_busy "Enabling kexec on reboot"
-  add_daemon kexec
-  stat_done
-  ;;
-  
-  stop|load)
-if [ "$RUNLEVEL" = "6" -o "$1" = "load" ]; then
-  stat_busy "Loading kexec kernel"
-  [ -f "$KPATH" ] || stat_fail
-  [ -f "$INITRD" ] && _INITRD="--initrd=$INITRD"
-  /sbin/kexec -l $KPATH --append="root=$ROOTPART $KPARAM" $_INITRD > 
/dev/null 2>&1
-else
-  stat_busy "Disabling kexec on reboot"
-fi
-if [ $? -eq 0 ] ; then
-  rm_daemon kexec
-  stat_done
-else
-  stat_fail
-fi  
-  ;;
-
-  unload)
-stat_busy "Unloading kexec kernel"
-/sbin/kexec -u
-if [ $? -eq 0 ] ; then
-  stat_done
-else
-  stat_fail
-fi
-  ;;
-
-  *)
-echo "usage: $0 {start|stop|load|unload}"  
-esac
-exit 0

Copied: kexec-tools/repos/extra-x86_64/kexec (from rev 434330, 
kexec-tools/trunk/kexec)
===
--- kexec   (rev 0)
+++ kexec   2022-01-13 05:55:18 UTC (rev 434331)
@@ -0,0 +1,45 @@
+#!/bin/bash
+
+[ -f /etc/conf.d/kexec ] && . /etc/conf.d/kexec
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case "$1" in
+  start)
+  stat_busy "Enabling kexec on reboot"
+  add_daemon kexec
+  stat_done
+  ;;
+  
+  stop|load)
+if [ "$RUNLEVEL" = "6" -o "$1" = "load" ]; then
+  stat_busy "Loading kexec kernel"
+  [ -f "$KPATH" ] || stat_fail
+  [ -f "$INITRD" ] && _INITRD="--initrd=$INITRD"
+  /sbin/kexec -l $KPATH 

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

2022-01-12 Thread Tobias Powalowski via arch-commits
Date: Thursday, January 13, 2022 @ 05:55:04
  Author: tpowa
Revision: 434330

upgpkg: kexec-tools 2.0.23-1: bump to latest version

Modified:
  kexec-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 22:29:14 UTC (rev 434329)
+++ PKGBUILD2022-01-13 05:55:04 UTC (rev 434330)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=kexec-tools
-pkgver=2.0.21
+pkgver=2.0.23
 pkgrel=1
 pkgdesc="Load another kernel from the currently executing Linux kernel"
 arch=('x86_64')



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

2022-01-12 Thread Daurnimator via arch-commits
Date: Thursday, January 13, 2022 @ 05:47:00
  Author: daurnimator
Revision: 1101793

archrelease: copy trunk to community-x86_64

Added:
  loki/repos/community-x86_64/PKGBUILD
(from rev 1101792, loki/trunk/PKGBUILD)
  loki/repos/community-x86_64/loki.service
(from rev 1101792, loki/trunk/loki.service)
  loki/repos/community-x86_64/loki.sysusers
(from rev 1101792, loki/trunk/loki.sysusers)
  loki/repos/community-x86_64/loki.tmpfiles
(from rev 1101792, loki/trunk/loki.tmpfiles)
  loki/repos/community-x86_64/promtail.service
(from rev 1101792, loki/trunk/promtail.service)
  loki/repos/community-x86_64/promtail.sysusers
(from rev 1101792, loki/trunk/promtail.sysusers)
  loki/repos/community-x86_64/promtail.tmpfiles
(from rev 1101792, loki/trunk/promtail.tmpfiles)
Deleted:
  loki/repos/community-x86_64/PKGBUILD
  loki/repos/community-x86_64/loki.service
  loki/repos/community-x86_64/loki.sysusers
  loki/repos/community-x86_64/loki.tmpfiles
  loki/repos/community-x86_64/promtail.service
  loki/repos/community-x86_64/promtail.sysusers
  loki/repos/community-x86_64/promtail.tmpfiles

---+
 PKGBUILD  |  194 +++-
 loki.service  |   58 +++
 loki.sysusers |2 
 loki.tmpfiles |2 
 promtail.service  |   56 +++
 promtail.sysusers |4 -
 promtail.tmpfiles |2 
 7 files changed, 165 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-13 05:46:10 UTC (rev 1101792)
+++ PKGBUILD2022-01-13 05:47:00 UTC (rev 1101793)
@@ -1,91 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Jelle van der Waa 
-
-pkgname=('loki' 'loki-canary' 'promtail' 'logcli')
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='like Prometheus, but for logs'
-url='https://github.com/grafana/loki'
-arch=('x86_64')
-license=('AGPL3' 'Apache')
-depends=('glibc')
-makedepends=('go' 'systemd')
-source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/loki/archive/v$pkgver.tar.gz
-promtail.sysusers promtail.service promtail.tmpfiles
-loki.sysusers loki.service loki.tmpfiles)
-sha512sums=('7700d31cf388a740f78856a5b166ce5ef51290f2d1a651158500133ec4936d148aa13d751b204a360ce81cfdf4d8b7bc76f93fae4269df9b62cca816e49a2647'
-
'2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74'
-
'7ff5c7324a4c883f5156b55cd025d2df8d8be134c18b1ecc007f89cafe20b4bed6c612b81588c9c660dd2fd3b6091fd952fcd3ad69a44e1ffa02e1eaeb05b290'
-
'598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788'
-
'f00b3cb64b71d3ca5a422a2bdff1f81a3e2707c4f73bcb27e24338eabff039b96125c847aaae43c9b22ccc47f89585118c1d0e0b29c4eb7b6f9260c68f8a8324'
-
'03904b67617e4064a1eb39b6edfaec5d55bc85f142e867d115d3d0e12494a052fddf13bb6f5c541aaca29a18582df2332bb0cc6b8f29928cf6a0d5d2710ead74'
-
'de40d1e6752edbf8c21317ce1ee10f98dfc869e569c07092c613f7144e261e9438683a145a2e0e37e2a9fc758c5c2f02e1d0ac1c60347e98b147e4a550ec6040')
-
-build() {
-  cd loki-$pkgver
-
-  for path in cmd/loki cmd/loki-canary cmd/logcli clients/cmd/promtail; do
-go build \
-  -trimpath \
-  -buildmode=pie \
-  -mod=readonly \
-  -modcacherw \
-  -ldflags " \
- -X github.com/grafana/loki/pkg/util/build.Version=$pkgver
- -X github.com/grafana/loki/pkg/util/build.BuildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH})
- -linkmode external
- -extldflags \"${LDFLAGS}\"" \
-  ./"$path"
-  done
-}
-
-check() {
-  cd loki-$pkgver
-
-  go test ./...
-}
-
-package_loki() {
-  backup=('etc/loki/loki.yaml')
-
-  cd loki-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin loki
-
-  install -Dm644 cmd/loki/loki-local-config.yaml $pkgdir/etc/loki/loki.yaml
-
-  install -Dm644 ${srcdir}/loki.sysusers "$pkgdir/usr/lib/sysusers.d/loki.conf"
-  install -Dm644 ${srcdir}/loki.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/loki.conf"
-  install -Dm644 ${srcdir}/loki.service 
"$pkgdir/usr/lib/systemd/system/loki.service"
-}
-
-package_loki-canary() {
-  pkgdesc="A standalone app that audits the log capturing performance of Loki"
-
-  cd loki-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin loki-canary
-}
-
-package_promtail() {
-  pkgdesc="An agent which ships the contents of local logs to a private Loki 
instance or Grafana Cloud"
-  backup=('etc/loki/promtail.yaml')
-
-  cd loki-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin promtail
-
-  install -Dm644 clients/cmd/promtail/promtail-local-config.yaml 
$pkgdir/etc/loki/promtail.yaml
-
-  install -Dm644 ${srcdir}/promtail.sysusers 
"$pkgdir/usr/lib/sysusers.d/promtail.conf"
-  install -Dm644 ${srcdir}/promtail.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/promtail.conf"
-  install -Dm644 ${srcdir}/promtail.service 

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

2022-01-12 Thread Daurnimator via arch-commits
Date: Thursday, January 13, 2022 @ 05:46:10
  Author: daurnimator
Revision: 1101792

upgpkg: loki 2.4.2-1

Modified:
  loki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-13 03:40:00 UTC (rev 1101791)
+++ PKGBUILD2022-01-13 05:46:10 UTC (rev 1101792)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=('loki' 'loki-canary' 'promtail' 'logcli')
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc='like Prometheus, but for logs'
 url='https://github.com/grafana/loki'
@@ -10,10 +10,11 @@
 license=('AGPL3' 'Apache')
 depends=('glibc')
 makedepends=('go' 'systemd')
+options=('!lto')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/loki/archive/v$pkgver.tar.gz
 promtail.sysusers promtail.service promtail.tmpfiles
 loki.sysusers loki.service loki.tmpfiles)
-sha512sums=('7700d31cf388a740f78856a5b166ce5ef51290f2d1a651158500133ec4936d148aa13d751b204a360ce81cfdf4d8b7bc76f93fae4269df9b62cca816e49a2647'
+sha512sums=('56e39c17540be1d167ac63cc136fddc54d8d5a0f6c244e6c1013f0452eb887878d99351b3986f3b4495b650c2ca08ec21432bab21400ac293c8844e3f17df79f'
 
'2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74'
 
'7ff5c7324a4c883f5156b55cd025d2df8d8be134c18b1ecc007f89cafe20b4bed6c612b81588c9c660dd2fd3b6091fd952fcd3ad69a44e1ffa02e1eaeb05b290'
 
'598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788'
@@ -21,9 +22,20 @@
 
'03904b67617e4064a1eb39b6edfaec5d55bc85f142e867d115d3d0e12494a052fddf13bb6f5c541aaca29a18582df2332bb0cc6b8f29928cf6a0d5d2710ead74'
 
'de40d1e6752edbf8c21317ce1ee10f98dfc869e569c07092c613f7144e261e9438683a145a2e0e37e2a9fc758c5c2f02e1d0ac1c60347e98b147e4a550ec6040')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  go mod download
+}
+
 build() {
   cd loki-$pkgver
 
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOPROXY=off
   for path in cmd/loki cmd/loki-canary cmd/logcli clients/cmd/promtail; do
 go build \
   -trimpath \



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

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Thursday, January 13, 2022 @ 03:40:00
  Author: polyzen
Revision: 1101791

archrelease: copy trunk to community-any

Added:
  python-stack-data/repos/community-any/
  python-stack-data/repos/community-any/PKGBUILD
(from rev 1101790, python-stack-data/trunk/PKGBUILD)

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

Copied: python-stack-data/repos/community-any/PKGBUILD (from rev 1101790, 
python-stack-data/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-01-13 03:40:00 UTC (rev 1101791)
@@ -0,0 +1,43 @@
+# Maintainer: Daniel M. Capella 
+
+_name=stack_data
+pkgname=python-stack-data
+pkgver=0.1.3
+pkgrel=2
+pkgdesc='Extract data from python stack frames and tracebacks for informative 
displays'
+arch=('any')
+url=https://github.com/alexmojaki/stack_data
+license=('MIT')
+depends=('python-asttokens' 'python-executing' 'python-pure-eval')
+makedepends=('python-build' 'python-install' 'python-setuptools-scm'
+ 'python-wheel')
+checkdepends=('python-littleutils' 'python-pygments' 'python-pytest'
+  'python-typeguard')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('5cb2aff8164a81901160078ea2f5e39de978f08c96ac69e552a5c5345f892a81')
+b2sums=('8d60f7c589f75dc8362c25ce88c3d46935768033373fd22846e81cce26609c8137ff64d346904ed38181dc27d24e14ed4c4d0217a1229881b6f7373ea359161f')
+
+build() {
+  cd "$_name-$pkgver"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd "$_name-$pkgver"
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m install --optimize=1 dist/*.whl
+  test-env/bin/python -m pytest
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Thursday, January 13, 2022 @ 03:39:33
  Author: polyzen
Revision: 1101790

archrelease: copy trunk to community-testing-any

Added:
  ipython/repos/community-testing-any/
  ipython/repos/community-testing-any/PKGBUILD
(from rev 1101789, ipython/trunk/PKGBUILD)

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

Copied: ipython/repos/community-testing-any/PKGBUILD (from rev 1101789, 
ipython/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-01-13 03:39:33 UTC (rev 1101790)
@@ -0,0 +1,64 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Daniel M. Capella 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=ipython
+pkgver=8.0.0
+pkgrel=1
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="https://ipython.org;
+license=('BSD')
+depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
+ 'python-pickleshare' 'python-prompt_toolkit'
+ 'python-jedi' 'python-pygments' 'python-backcall'
+ 'python-matplotlib-inline' 'python-black' 'python-stack-data')
+makedepends=('python-build' 'python-install' 'python-setuptools' 
'python-wheel')
+# texlive-bin checkdep excluded due to test_latex_to_png_color failure
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-testpath'
+  'jupyter-nbformat' 'python-ipykernel' 'python-numpy' 
'python-trio'
+  'python-matplotlib' 'python-curio' 'python-pandas' 'tcsh')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;
+
"IPython-icon.png::https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
+sha256sums=('004a0d05aeecd32adec4841b6e2586d5ca35785b1477db4d8333a39333e0ce98'
+'3c44a6fa1e3a8afc24754c90469404770b639cb960361988999a4cdd677699d8')
+b2sums=('8844372c423c4b33a2a77b376c033aa00a4d44d1735cad42c4c85b05950370fcafea109025f4f02d124643656673ebf45ef27f78a93d31083b94e13d9364b32c'
+
'd445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2')
+
+# confirm that an update does not break sage?
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m install --optimize=1 dist/*.whl
+  test-env/bin/python -m pytest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+
+  cd "examples/IPython Kernel"
+  # FS#45120
+  sed -i 's/gnome-netstatus-idle/ipython/' ipython.desktop
+  install -Dm644 -t "$pkgdir/usr/share/applications" ipython.desktop
+  # FS#47046
+  install -Dm644 "$srcdir/IPython-icon.png" 
"$pkgdir/usr/share/pixmaps/ipython.png"
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/$pkgname-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Thursday, January 13, 2022 @ 03:38:58
  Author: polyzen
Revision: 1101789

archrelease: copy trunk to community-any

Added:
  python-executing/repos/community-any/
  python-executing/repos/community-any/PKGBUILD
(from rev 1101788, python-executing/trunk/PKGBUILD)

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

Copied: python-executing/repos/community-any/PKGBUILD (from rev 1101788, 
python-executing/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-01-13 03:38:58 UTC (rev 1101789)
@@ -0,0 +1,43 @@
+# Maintainer: Daniel M. Capella 
+
+_name=executing
+pkgname=python-executing
+pkgver=0.8.2
+pkgrel=2
+pkgdesc='Get the currently executing AST node of a frame, and other 
information'
+arch=('any')
+url=https://github.com/alexmojaki/executing
+license=('MIT')
+depends=('python')
+makedepends=('python-build' 'python-install' 'python-setuptools-scm'
+ 'python-wheel')
+checkdepends=('python-asttokens' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('c23bf42e9a7b9b212f185b1b2c3c91feb895963378887bb10e64a2e612ec0023')
+b2sums=('2e966b8f2248af7be2f4c329cf2a04a9ca49fef785c0fb3c5c3280586dee28f737b78902cdd5a2ef3de61a7864df8760cd78386004f602d439035437a9237870')
+
+build() {
+  cd "$_name-$pkgver"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd "$_name-$pkgver"
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m install --optimize=1 dist/*.whl
+  test-env/bin/python tests/test_main.py
+  test-env/bin/python -m pytest tests/test_pytest.py
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Thursday, January 13, 2022 @ 03:38:19
  Author: polyzen
Revision: 1101788

archrelease: copy trunk to community-any

Added:
  python-pure-eval/repos/community-any/
  python-pure-eval/repos/community-any/PKGBUILD
(from rev 1101787, python-pure-eval/trunk/PKGBUILD)

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

Copied: python-pure-eval/repos/community-any/PKGBUILD (from rev 1101787, 
python-pure-eval/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-01-13 03:38:19 UTC (rev 1101788)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella 
+
+_name=pure_eval
+pkgname=python-pure-eval
+pkgver=0.2.1
+pkgrel=2
+pkgdesc='Safely evaluate AST nodes without side effects'
+arch=('any')
+url=https://github.com/alexmojaki/pure_eval
+license=('MIT')
+depends=('python')
+makedepends=('python-build' 'python-install' 'python-setuptools-scm'
+ 'python-wheel')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('0f04483b16c9429532d2c0ddc96e2b3bb6b2dc37a2bfb0e986248dbfd0b78873')
+b2sums=('6907cf2fc2a7118274a80dacdebeae163be57cc31086bc66f8ad9960f4624accde78149db9098bfba902774b367e2e0e9c5aac53c4e75119465d5f07cabbf17d')
+
+build() {
+  cd "$_name-$pkgver"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd "$_name-$pkgver"
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m install --optimize=1 dist/*.whl
+  test-env/bin/python -m pytest
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Thursday, January 13, 2022 @ 03:37:48
  Author: polyzen
Revision: 1101787

archrelease: copy trunk to community-any

Added:
  python-asttokens/repos/community-any/
  python-asttokens/repos/community-any/PKGBUILD
(from rev 1101786, python-asttokens/trunk/PKGBUILD)

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

Copied: python-asttokens/repos/community-any/PKGBUILD (from rev 1101786, 
python-asttokens/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-01-13 03:37:48 UTC (rev 1101787)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella 
+
+_name=asttokens
+pkgname=python-asttokens
+pkgver=2.0.5
+pkgrel=2
+pkgdesc='Get the currently executing AST node of a frame, and other 
information'
+arch=('any')
+url=https://github.com/alexmojaki/executing
+license=('Apache')
+depends=('python-six')
+makedepends=('python-build' 'python-install' 'python-setuptools-scm'
+ 'python-wheel')
+checkdepends=('python-astroid' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5')
+b2sums=('44fd821230dbec4b2e4182872bd3509becb4669c6c1d3a143a33a86cd2b8d7fd94e8cee77390834475d9290ac3723735a7d6ba3b3695758a89c46a106a56501a')
+
+build() {
+  cd "$_name-$pkgver"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd "$_name-$pkgver"
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m install --optimize=1 dist/*.whl
+  test-env/bin/python -m pytest
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Thursday, January 13, 2022 @ 03:37:20
  Author: polyzen
Revision: 1101786

archrelease: copy trunk to community-any

Added:
  python-littleutils/repos/community-any/
  python-littleutils/repos/community-any/PKGBUILD
(from rev 1101785, python-littleutils/trunk/PKGBUILD)

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

Copied: python-littleutils/repos/community-any/PKGBUILD (from rev 1101785, 
python-littleutils/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-01-13 03:37:20 UTC (rev 1101786)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jose Riha 
+
+_name=littleutils
+pkgname=python-littleutils
+pkgver=0.2.2
+pkgrel=3
+pkgdesc='Small personal collection of python utility functions'
+arch=('any')
+url=https://github.com/alexmojaki/littleutils
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;
+
'littleutils-LICENSE::https://raw.githubusercontent.com/alexmojaki/littleutils/master/LICENSE')
+sha256sums=('e6cae3a4203e530d51c9667ed310ffe3b1948f2876e3d69605b3de4b7d96916f'
+'dfe14f8798c400cbcc85bb4536a686c6fcf3086b3446c3f7c7054a2bcd73ca6a')
+b2sums=('80aec2c133e39eb0e18c948b15d475e60842689fd0e758c43511a8b014648d7c9e843182e2a87c0b3f9933f748340f2059653f0885cf416edbc5a60457c70629'
+
'e44ad793561d875774b4af672b66ee48156279a99d23a4c2d24425b33adf6fa6cc0c2abc6f99302b435da198b3525c4107f56bbed06155162712e1bd9b13e62e')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  python littleutils/__init__.py
+}
+
+package() {
+  install -Dm644 littleutils-LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



[arch-commits] Commit in (21 files)

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Thursday, January 13, 2022 @ 03:36:25
  Author: polyzen
Revision: 1101785

upgpkg: ipython 8.0.0-1

Requires stack-data, which requires the rest.

Added:
  python-asttokens/
  python-asttokens/repos/
  python-asttokens/trunk/
  python-asttokens/trunk/PKGBUILD
  python-executing/
  python-executing/repos/
  python-executing/trunk/
  python-executing/trunk/PKGBUILD
  python-littleutils/
  python-littleutils/repos/
  python-littleutils/trunk/
  python-littleutils/trunk/PKGBUILD
  python-pure-eval/
  python-pure-eval/repos/
  python-pure-eval/trunk/
  python-pure-eval/trunk/PKGBUILD
  python-stack-data/
  python-stack-data/repos/
  python-stack-data/trunk/
  python-stack-data/trunk/PKGBUILD
Modified:
  ipython/trunk/PKGBUILD

---+
 ipython/trunk/PKGBUILD|   40 -
 python-asttokens/trunk/PKGBUILD   |   42 +++
 python-executing/trunk/PKGBUILD   |   43 
 python-littleutils/trunk/PKGBUILD |   36 ++
 python-pure-eval/trunk/PKGBUILD   |   42 +++
 python-stack-data/trunk/PKGBUILD  |   43 
 6 files changed, 231 insertions(+), 15 deletions(-)

Modified: ipython/trunk/PKGBUILD
===
--- ipython/trunk/PKGBUILD  2022-01-13 03:34:16 UTC (rev 1101784)
+++ ipython/trunk/PKGBUILD  2022-01-13 03:36:25 UTC (rev 1101785)
@@ -6,7 +6,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=ipython
-pkgver=7.31.0
+pkgver=8.0.0
 pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
@@ -15,16 +15,17 @@
 depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
  'python-pickleshare' 'python-prompt_toolkit'
  'python-jedi' 'python-pygments' 'python-backcall'
- 'python-matplotlib-inline')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-requests' 'python-testpath'
-  'jupyter-nbformat' 'python-ipykernel' 'python-numpy'
-  'python-pytest-trio' 'python-matplotlib')
+ 'python-matplotlib-inline' 'python-black' 'python-stack-data')
+makedepends=('python-build' 'python-install' 'python-setuptools' 
'python-wheel')
+# texlive-bin checkdep excluded due to test_latex_to_png_color failure
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-testpath'
+  'jupyter-nbformat' 'python-ipykernel' 'python-numpy' 
'python-trio'
+  'python-matplotlib' 'python-curio' 'python-pandas' 'tcsh')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;
-
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-sha256sums=('346c74db7312c41fa566d3be45d2e759a528dcc2994fe48aac1a03a70cd668a3'
+
"IPython-icon.png::https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
+sha256sums=('004a0d05aeecd32adec4841b6e2586d5ca35785b1477db4d8333a39333e0ce98'
 '3c44a6fa1e3a8afc24754c90469404770b639cb960361988999a4cdd677699d8')
-b2sums=('5debac9a1011cc6541a2ce97df5d8793465ce4c289d1293c33c29eacc23cbd2271f0a8d7362c3445a88d080edefd85046aebc8782cd930c3dd8b6837ec682bf6'
+b2sums=('8844372c423c4b33a2a77b376c033aa00a4d44d1735cad42c4c85b05950370fcafea109025f4f02d124643656673ebf45ef27f78a93d31083b94e13d9364b32c'
 
'd445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2')
 
 # confirm that an update does not break sage?
@@ -31,24 +32,33 @@
 
 build() {
   cd $pkgname-$pkgver
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
   cd $pkgname-$pkgver
-  # Exclude minor test failures with Python 3.10
-  pytest -k 'not test_magic_arguments and not 
test_pinfo_docstring_if_detail_and_no_source and not 
test_pprint_heap_allocated_type'
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m install --optimize=1 dist/*.whl
+  test-env/bin/python -m pytest
 }
 
 package() {
   cd $pkgname-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
 
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+
   cd "examples/IPython Kernel"
   # FS#45120
   sed -i 's/gnome-netstatus-idle/ipython/' ipython.desktop
   install -Dm644 -t "$pkgdir/usr/share/applications" ipython.desktop
   # FS#47046
-  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png"
+  install -Dm644 "$srcdir/IPython-icon.png" 
"$pkgdir/usr/share/pixmaps/ipython.png"
+

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

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Thursday, January 13, 2022 @ 03:34:16
  Author: polyzen
Revision: 1101784

archrelease: copy trunk to community-testing-any

Added:
  python-black/repos/community-testing-any/
  python-black/repos/community-testing-any/PKGBUILD
(from rev 1101783, python-black/trunk/PKGBUILD)

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

Copied: python-black/repos/community-testing-any/PKGBUILD (from rev 1101783, 
python-black/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-01-13 03:34:16 UTC (rev 1101784)
@@ -0,0 +1,68 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Daniel M. Capella 
+# Contributor: James Zhu 
+
+pkgname=python-black
+pkgver=21.12b0
+pkgrel=4
+pkgdesc='Uncompromising Python code formatter'
+arch=('any')
+url=https://github.com/psf/black
+license=('MIT')
+depends=('python' 'python-click' 'python-mypy_extensions' 'python-pathspec'
+ 'python-platformdirs' 'python-tomli' 'python-typing_extensions')
+makedepends=('python-build' 'python-install' 'python-setuptools-scm'
+ 'python-wheel')
+checkdepends=('ipython' 'python-aiohttp' 'python-parameterized' 'python-pytest'
+  'python-typed-ast' 'python-tokenize-rt')
+optdepends=('ipython: for Jupyter notebook support'
+'python-tokenize-rt: for Jupyter notebook support'
+'python-aiohttp: for the blackd HTTP server'
+'python-colorama: for colored diffs'
+'python-typed-ast: to format Python 2 code')
+source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz;
+
'black-tomli2-compat.patch::https://github.com/psf/black/commit/389e9c23a9e622ee6090d902cc5f56c5f76cdee9.patch')
+sha256sums=('77b80f693a569e2e527958459634f18df9b0ba2625ba4e0c2d5da5be42e6f2b3'
+'72c9e6bd7576d1dbe38e2344f02efc28a0232c17b28634065adcf5b0df0d36fb')
+b2sums=('95a00f89ba76a49050a5699531dac54fb08023337b69ee6c65eadf36e29e8389a7546dadb0e8a9e64e31ee551b22822ecc2507f3f57a816589784689114c567e'
+
'8ed3f7fbeee76ed60b78d7502e89c6067448842dd733a02775dd6e1c06989300760766a12019d041d3bf4419135c8d85027d86e60647d9529e1590bf2fd5a6b9')
+
+prepare() {
+  cd "black-$pkgver"
+  patch --forward --strip=1 --input=../black-tomli2-compat.patch || true
+}
+
+build() {
+  cd "black-$pkgver"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd "black-$pkgver"
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m install --optimize=1 dist/*.whl
+  chmod +x test-env/bin/black # https://github.com/FFY00/python-install/pull/6
+  PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -m pytest --run-optional 
no_python2
+}
+
+package() {
+  cd "black-$pkgver"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+
+  # https://github.com/FFY00/python-install/issues/7
+  sed -i 's/patched_main \[d]/patched_main/' "$pkgdir"/usr/bin/blackd
+
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/black-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # vim plugin
+  install -Dm644 plugin/black.vim 
"$pkgdir/usr/share/vim/vimfiles/plugin/black.vim"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Thursday, January 13, 2022 @ 03:33:55
  Author: polyzen
Revision: 1101783

upgpkg: python-black 21.12b0-4: Support tomli up to 3.0.0

Fixes use with python-tomli 2.0.0 in community-testing.

Currently next release is slated to remove upper bounds limits for
dependencies.

Modified:
  python-black/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-13 00:37:01 UTC (rev 1101782)
+++ PKGBUILD2022-01-13 03:33:55 UTC (rev 1101783)
@@ -4,7 +4,7 @@
 
 pkgname=python-black
 pkgver=21.12b0
-pkgrel=3
+pkgrel=4
 pkgdesc='Uncompromising Python code formatter'
 arch=('any')
 url=https://github.com/psf/black
@@ -20,10 +20,18 @@
 'python-aiohttp: for the blackd HTTP server'
 'python-colorama: for colored diffs'
 'python-typed-ast: to format Python 2 code')
-source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz;)
-sha256sums=('77b80f693a569e2e527958459634f18df9b0ba2625ba4e0c2d5da5be42e6f2b3')
-b2sums=('95a00f89ba76a49050a5699531dac54fb08023337b69ee6c65eadf36e29e8389a7546dadb0e8a9e64e31ee551b22822ecc2507f3f57a816589784689114c567e')
+source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz;
+
'black-tomli2-compat.patch::https://github.com/psf/black/commit/389e9c23a9e622ee6090d902cc5f56c5f76cdee9.patch')
+sha256sums=('77b80f693a569e2e527958459634f18df9b0ba2625ba4e0c2d5da5be42e6f2b3'
+'72c9e6bd7576d1dbe38e2344f02efc28a0232c17b28634065adcf5b0df0d36fb')
+b2sums=('95a00f89ba76a49050a5699531dac54fb08023337b69ee6c65eadf36e29e8389a7546dadb0e8a9e64e31ee551b22822ecc2507f3f57a816589784689114c567e'
+
'8ed3f7fbeee76ed60b78d7502e89c6067448842dd733a02775dd6e1c06989300760766a12019d041d3bf4419135c8d85027d86e60647d9529e1590bf2fd5a6b9')
 
+prepare() {
+  cd "black-$pkgver"
+  patch --forward --strip=1 --input=../black-tomli2-compat.patch || true
+}
+
 build() {
   cd "black-$pkgver"
   python -m build --wheel --skip-dependency-check --no-isolation



[arch-commits] Commit in electron13/repos/community-x86_64 (32 files)

2022-01-12 Thread Nicola Squartini via arch-commits
Date: Thursday, January 13, 2022 @ 00:37:01
  Author: tensor5
Revision: 1101782

archrelease: copy trunk to community-x86_64

Added:
  electron13/repos/community-x86_64/PKGBUILD
(from rev 1101781, electron13/trunk/PKGBUILD)
  
electron13/repos/community-x86_64/add-clang-nomerge-attribute-to-CheckError.patch
(from rev 1101781, 
electron13/trunk/add-clang-nomerge-attribute-to-CheckError.patch)
  electron13/repos/community-x86_64/chromium-freetype-2.11.patch
(from rev 1101781, electron13/trunk/chromium-freetype-2.11.patch)
  electron13/repos/community-x86_64/chromium-glibc-2.33.patch
(from rev 1101781, electron13/trunk/chromium-glibc-2.33.patch)
  electron13/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
(from rev 1101781, electron13/trunk/chromium-harfbuzz-3.0.0.patch)
  electron13/repos/community-x86_64/default_app-icon.patch
(from rev 1101781, electron13/trunk/default_app-icon.patch)
  electron13/repos/community-x86_64/electron-launcher.sh
(from rev 1101781, electron13/trunk/electron-launcher.sh)
  electron13/repos/community-x86_64/electron.desktop
(from rev 1101781, electron13/trunk/electron.desktop)
  electron13/repos/community-x86_64/gn-visibility-gmock.patch
(from rev 1101781, electron13/trunk/gn-visibility-gmock.patch)
  electron13/repos/community-x86_64/gn-visibility-mojo.patch
(from rev 1101781, electron13/trunk/gn-visibility-mojo.patch)
  electron13/repos/community-x86_64/gn-visibility-webrtc.patch
(from rev 1101781, electron13/trunk/gn-visibility-webrtc.patch)
  electron13/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
(from rev 1101781, electron13/trunk/skia-harfbuzz-3.0.0.patch)
  
electron13/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1101781, 
electron13/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
electron13/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1101781, 
electron13/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron13/repos/community-x86_64/unbundle-use-char16_t-as-UCHAR_TYPE.patch
(from rev 1101781, 
electron13/trunk/unbundle-use-char16_t-as-UCHAR_TYPE.patch)
  electron13/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1101781, electron13/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron13/repos/community-x86_64/PKGBUILD
  
electron13/repos/community-x86_64/add-clang-nomerge-attribute-to-CheckError.patch
  electron13/repos/community-x86_64/chromium-freetype-2.11.patch
  electron13/repos/community-x86_64/chromium-glibc-2.33.patch
  electron13/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
  electron13/repos/community-x86_64/default_app-icon.patch
  electron13/repos/community-x86_64/electron-launcher.sh
  electron13/repos/community-x86_64/electron.desktop
  electron13/repos/community-x86_64/gn-visibility-gmock.patch
  electron13/repos/community-x86_64/gn-visibility-mojo.patch
  electron13/repos/community-x86_64/gn-visibility-webrtc.patch
  electron13/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
  
electron13/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
electron13/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron13/repos/community-x86_64/unbundle-use-char16_t-as-UCHAR_TYPE.patch
  electron13/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  490 +++
 add-clang-nomerge-attribute-to-CheckError.patch|   88 +-
 chromium-freetype-2.11.patch   |   76 +-
 chromium-glibc-2.33.patch  |  288 
 chromium-harfbuzz-3.0.0.patch  |   40 -
 default_app-icon.patch |   42 -
 electron-launcher.sh   |   40 -
 electron.desktop   |   14 
 gn-visibility-gmock.patch  |   86 +-
 gn-visibility-mojo.patch   |   72 +-
 gn-visibility-webrtc.patch |   90 +-
 skia-harfbuzz-3.0.0.patch  |  200 +++---
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 +++---
 unbundle-fix-visibility-of-build-config-freetype.patch |   62 -
 unbundle-use-char16_t-as-UCHAR_TYPE.patch  |   60 -
 use-system-libraries-in-node.patch |  104 +--
 16 files changed, 1114 insertions(+), 1114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-13 00:35:17 UTC (rev 1101781)
+++ PKGBUILD2022-01-13 00:37:01 UTC (rev 1101782)
@@ -1,245 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron13
-pkgver=13.6.6
-_commit=776ee483306730531aa22dcdc67d6e08bd6571ce
-_chromiumver=91.0.4472.164

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

2022-01-12 Thread Nicola Squartini via arch-commits
Date: Thursday, January 13, 2022 @ 00:35:17
  Author: tensor5
Revision: 1101781

upgpkg: electron13 13.6.7-1

Modified:
  electron13/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 23:48:03 UTC (rev 1101780)
+++ PKGBUILD2022-01-13 00:35:17 UTC (rev 1101781)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=electron13
-pkgver=13.6.6
-_commit=776ee483306730531aa22dcdc67d6e08bd6571ce
+pkgver=13.6.7
+_commit=653e2ea0afdbd8571b4aa7375f0d41d0c7930d33
 _chromiumver=91.0.4472.164
 _gcc_patchset=5
 pkgrel=1



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

2022-01-12 Thread Kpcyrd via arch-commits
Date: Wednesday, January 12, 2022 @ 23:48:03
  Author: kpcyrd
Revision: 1101780

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 1101779, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 1101779, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 1101779, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 1101779, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  126 +-
 expire-from-source-date-epoch.patch |   22 ++---
 signal-desktop.desktop  |   26 +++
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 23:30:23 UTC (rev 1101779)
+++ PKGBUILD2022-01-12 23:48:03 UTC (rev 1101780)
@@ -1,63 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=5.28.0
-pkgrel=1
-pkgdesc="Signal Private Messenger for Linux"
-license=('AGPL3')
-arch=('x86_64')
-url="https://signal.org;
-depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme')
-makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
-  "${pkgname}.desktop"
-  "expire-from-source-date-epoch.patch"
-)
-sha512sums=('30482917c15d1ee2648e943c422c1b67d412ca652783ffc9cac134e12e2c88101910109394fe27badd5332f8d09f40fb25df9f5132ed6f0aae7502bb29339314'
-
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
-
'1154859e87d8a2d649bc23210f2dd8aa473f268166559a51a2a64fe6ae094c101121535623b05b711bd87aab1f219627e9274fa542fdb0e5fe6f34b46fd7b7df')
-b2sums=('47efc09819b7ba505d879522979dc3d004cad63f3071a6fa95f72f9e97d05b6609fd6a8647b9884be0e921f4792eaff7dba370902cd4f3ca08d2fdc526bced74'
-
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
-
'5a6dba4bfa799403ace721b143c5b54d3bff97ab0c3d30e94d312cf58ede2498886720247b0efcbbeffc0c95611a493625cef1f8bc06d3647b53ef2e44de96be')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # git-lfs hook needs to be installed for one of the dependencies
-  git lfs install
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  yarn install --ignore-engines
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver}"
-  yarn generate
-  yarn build
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/"{lib,bin}
-  cp -a release/linux-unpacked "${pkgdir}/usr/lib/${pkgname}"
-  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/"
-
-  chmod u+s "${pkgdir}/usr/lib/signal-desktop/chrome-sandbox"
-
-  install -Dm 644 "../${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
-  for i in 16 24 32 48 64 128 256 512 1024; do
-install -Dm 644 "build/icons/png/${i}x${i}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: signal-desktop/repos/community-x86_64/PKGBUILD (from rev 1101779, 
signal-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 23:48:03 UTC (rev 1101780)
@@ -0,0 +1,63 @@
+# Maintainer: kpcyrd 
+# Contributor: Jean Lucas 
+
+pkgname=signal-desktop
+_pkgname=Signal-Desktop
+pkgver=5.28.0
+pkgrel=1
+pkgdesc="Signal Private Messenger for Linux"
+license=('AGPL3')
+arch=('x86_64')
+url="https://signal.org;
+depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme')
+makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
+  "${pkgname}.desktop"
+  "expire-from-source-date-epoch.patch"
+)
+sha512sums=('30482917c15d1ee2648e943c422c1b67d412ca652783ffc9cac134e12e2c88101910109394fe27badd5332f8d09f40fb25df9f5132ed6f0aae7502bb29339314'
+

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

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 12, 2022 @ 23:30:23
  Author: polyzen
Revision: 1101779

archrelease: copy trunk to community-any

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

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

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

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



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

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 12, 2022 @ 23:30:00
  Author: polyzen
Revision: 1101778

upgpkg: pyright 1.1.208-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 22:56:49 UTC (rev 1101777)
+++ PKGBUILD2022-01-12 23:30:00 UTC (rev 1101778)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.207
+pkgver=1.1.208
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('6f80c21b5fb1ed1c7b6ff317f62567d3a418c60f00200bfd6443fc008958436e3ab26b57403ee44ccf57da12f7caad52873a70209ba056241fa5362305422cb5')
+b2sums=('0c510198ea97620e9356d5ab51e78b66f6f8e7f412c72c1e91b419d37fa6280c570f84be1cca6554bb9f1dc5016e3a9899277793a9f0d10f8b8ac8f80122442c')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-01-12 Thread Kpcyrd via arch-commits
Date: Wednesday, January 12, 2022 @ 22:56:49
  Author: kpcyrd
Revision: 1101777

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 22:54:14 UTC (rev 1101776)
+++ PKGBUILD2022-01-12 22:56:49 UTC (rev 1101777)
@@ -1,32 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=cargo-release
-pkgver=0.19.0
-pkgrel=1
-pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
-url='https://github.com/sunng87/cargo-release'
-arch=('x86_64')
-license=('MIT' 'APACHE')
-depends=('gcc-libs' 'libgit2' 'libssh' 'openssl' 'zlib')
-makedepends=('cargo' 'pkg-config')
-source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('74f8b9e113d919ec53f12b8b06e39d4bf41068492e2f61929d5c03b3b4d68f57ab27ae958f284dee6e00db49212931e3e43718021fb30a9415a42dfd200ba8a4')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/"vendored-libgit2"//' Cargo.toml
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  LIBSSH2_SYS_USE_PKG_CONFIG=1 cargo build --frozen --release
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-release/repos/community-x86_64/PKGBUILD (from rev 1101776, 
cargo-release/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 22:56:49 UTC (rev 1101777)
@@ -0,0 +1,32 @@
+# Maintainer: kpcyrd 
+
+pkgname=cargo-release
+pkgver=0.19.1
+pkgrel=1
+pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
+url='https://github.com/sunng87/cargo-release'
+arch=('x86_64')
+license=('MIT' 'APACHE')
+depends=('gcc-libs' 'libgit2' 'libssh' 'openssl' 'zlib')
+makedepends=('cargo' 'pkg-config')
+source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+b2sums=('0b4a0567edb8640e9edcafe81b782c02a2878f7c95b13abe807524b368158693e1d4986e6bfee06e6bcdaa99d7bcb2591509c056e21cadf883ee58b91dbd2a6f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/"vendored-libgit2"//' Cargo.toml
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LIBSSH2_SYS_USE_PKG_CONFIG=1 cargo build --frozen --release
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-01-12 Thread Kpcyrd via arch-commits
Date: Wednesday, January 12, 2022 @ 22:54:14
  Author: kpcyrd
Revision: 1101776

upgpkg: cargo-release 0.19.1-1

Modified:
  cargo-release/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 22:23:06 UTC (rev 1101775)
+++ PKGBUILD2022-01-12 22:54:14 UTC (rev 1101776)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=cargo-release
-pkgver=0.19.0
+pkgver=0.19.1
 pkgrel=1
 pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
 url='https://github.com/sunng87/cargo-release'
@@ -10,7 +10,7 @@
 depends=('gcc-libs' 'libgit2' 'libssh' 'openssl' 'zlib')
 makedepends=('cargo' 'pkg-config')
 
source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('74f8b9e113d919ec53f12b8b06e39d4bf41068492e2f61929d5c03b3b4d68f57ab27ae958f284dee6e00db49212931e3e43718021fb30a9415a42dfd200ba8a4')
+b2sums=('0b4a0567edb8640e9edcafe81b782c02a2878f7c95b13abe807524b368158693e1d4986e6bfee06e6bcdaa99d7bcb2591509c056e21cadf883ee58b91dbd2a6f')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2022-01-12 Thread Kpcyrd via arch-commits
Date: Wednesday, January 12, 2022 @ 22:23:06
  Author: kpcyrd
Revision: 1101775

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 1101774, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 1101774, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 1101774, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 1101774, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  126 +-
 expire-from-source-date-epoch.patch |   22 ++---
 signal-desktop.desktop  |   26 +++
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 22:16:11 UTC (rev 1101774)
+++ PKGBUILD2022-01-12 22:23:06 UTC (rev 1101775)
@@ -1,63 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=5.28.0
-pkgrel=1
-pkgdesc="Signal Private Messenger for Linux"
-license=('AGPL3')
-arch=('x86_64')
-url="https://signal.org;
-depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme')
-makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
-  "${pkgname}.desktop"
-  "expire-from-source-date-epoch.patch"
-)
-sha512sums=('30482917c15d1ee2648e943c422c1b67d412ca652783ffc9cac134e12e2c88101910109394fe27badd5332f8d09f40fb25df9f5132ed6f0aae7502bb29339314'
-
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
-
'1154859e87d8a2d649bc23210f2dd8aa473f268166559a51a2a64fe6ae094c101121535623b05b711bd87aab1f219627e9274fa542fdb0e5fe6f34b46fd7b7df')
-b2sums=('47efc09819b7ba505d879522979dc3d004cad63f3071a6fa95f72f9e97d05b6609fd6a8647b9884be0e921f4792eaff7dba370902cd4f3ca08d2fdc526bced74'
-
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
-
'5a6dba4bfa799403ace721b143c5b54d3bff97ab0c3d30e94d312cf58ede2498886720247b0efcbbeffc0c95611a493625cef1f8bc06d3647b53ef2e44de96be')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # git-lfs hook needs to be installed for one of the dependencies
-  git lfs install
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  yarn install --ignore-engines
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver}"
-  yarn generate
-  yarn build
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/"{lib,bin}
-  cp -a release/linux-unpacked "${pkgdir}/usr/lib/${pkgname}"
-  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/"
-
-  chmod u+s "${pkgdir}/usr/lib/signal-desktop/chrome-sandbox"
-
-  install -Dm 644 "../${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
-  for i in 16 24 32 48 64 128 256 512 1024; do
-install -Dm 644 "build/icons/png/${i}x${i}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: signal-desktop/repos/community-x86_64/PKGBUILD (from rev 1101774, 
signal-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 22:23:06 UTC (rev 1101775)
@@ -0,0 +1,63 @@
+# Maintainer: kpcyrd 
+# Contributor: Jean Lucas 
+
+pkgname=signal-desktop
+_pkgname=Signal-Desktop
+pkgver=5.28.0
+pkgrel=1
+pkgdesc="Signal Private Messenger for Linux"
+license=('AGPL3')
+arch=('x86_64')
+url="https://signal.org;
+depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme')
+makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
+  "${pkgname}.desktop"
+  "expire-from-source-date-epoch.patch"
+)
+sha512sums=('30482917c15d1ee2648e943c422c1b67d412ca652783ffc9cac134e12e2c88101910109394fe27badd5332f8d09f40fb25df9f5132ed6f0aae7502bb29339314'
+

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

2022-01-12 Thread Kpcyrd via arch-commits
Date: Wednesday, January 12, 2022 @ 22:16:11
  Author: kpcyrd
Revision: 1101774

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 1101773, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 1101773, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 1101773, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 1101773, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  126 +-
 expire-from-source-date-epoch.patch |   22 ++---
 signal-desktop.desktop  |   26 +++
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 22:15:54 UTC (rev 1101773)
+++ PKGBUILD2022-01-12 22:16:11 UTC (rev 1101774)
@@ -1,63 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=5.27.1
-pkgrel=1
-pkgdesc="Signal Private Messenger for Linux"
-license=('AGPL3')
-arch=('x86_64')
-url="https://signal.org;
-depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme')
-makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
-  "${pkgname}.desktop"
-  "expire-from-source-date-epoch.patch"
-)
-sha512sums=('66a0a36b7a3be7ca950983bf4dabd9c056868b4ee097e07dd1f31147052390c31262c5ea654b14c759ecfb87f2808356915abc3f54ba5c42304379e0c7e20e5f'
-
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
-
'1154859e87d8a2d649bc23210f2dd8aa473f268166559a51a2a64fe6ae094c101121535623b05b711bd87aab1f219627e9274fa542fdb0e5fe6f34b46fd7b7df')
-b2sums=('307f214a69a1fda5f071240bb57a24dd42c467bffe51bb29a0c1215fc44abb7a85946b325e586b6866cc9f5c0eff62c8ee2d7f7b77b53200c54bd477b813145f'
-
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
-
'5a6dba4bfa799403ace721b143c5b54d3bff97ab0c3d30e94d312cf58ede2498886720247b0efcbbeffc0c95611a493625cef1f8bc06d3647b53ef2e44de96be')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # git-lfs hook needs to be installed for one of the dependencies
-  git lfs install
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  yarn install --ignore-engines
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver}"
-  yarn generate
-  yarn build
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/"{lib,bin}
-  cp -a release/linux-unpacked "${pkgdir}/usr/lib/${pkgname}"
-  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/"
-
-  chmod u+s "${pkgdir}/usr/lib/signal-desktop/chrome-sandbox"
-
-  install -Dm 644 "../${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
-  for i in 16 24 32 48 64 128 256 512 1024; do
-install -Dm 644 "build/icons/png/${i}x${i}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: signal-desktop/repos/community-x86_64/PKGBUILD (from rev 1101773, 
signal-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 22:16:11 UTC (rev 1101774)
@@ -0,0 +1,63 @@
+# Maintainer: kpcyrd 
+# Contributor: Jean Lucas 
+
+pkgname=signal-desktop
+_pkgname=Signal-Desktop
+pkgver=5.28.0
+pkgrel=1
+pkgdesc="Signal Private Messenger for Linux"
+license=('AGPL3')
+arch=('x86_64')
+url="https://signal.org;
+depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme')
+makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
+  "${pkgname}.desktop"
+  "expire-from-source-date-epoch.patch"
+)
+sha512sums=('30482917c15d1ee2648e943c422c1b67d412ca652783ffc9cac134e12e2c88101910109394fe27badd5332f8d09f40fb25df9f5132ed6f0aae7502bb29339314'
+

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

2022-01-12 Thread Kpcyrd via arch-commits
Date: Wednesday, January 12, 2022 @ 22:15:54
  Author: kpcyrd
Revision: 1101773

upgpkg: signal-desktop 5.28.0-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 22:08:38 UTC (rev 1101772)
+++ PKGBUILD2022-01-12 22:15:54 UTC (rev 1101773)
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=5.27.1
+pkgver=5.28.0
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('AGPL3')
@@ -16,10 +16,10 @@
   "${pkgname}.desktop"
   "expire-from-source-date-epoch.patch"
 )
-sha512sums=('66a0a36b7a3be7ca950983bf4dabd9c056868b4ee097e07dd1f31147052390c31262c5ea654b14c759ecfb87f2808356915abc3f54ba5c42304379e0c7e20e5f'
+sha512sums=('30482917c15d1ee2648e943c422c1b67d412ca652783ffc9cac134e12e2c88101910109394fe27badd5332f8d09f40fb25df9f5132ed6f0aae7502bb29339314'
 
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
 
'1154859e87d8a2d649bc23210f2dd8aa473f268166559a51a2a64fe6ae094c101121535623b05b711bd87aab1f219627e9274fa542fdb0e5fe6f34b46fd7b7df')
-b2sums=('307f214a69a1fda5f071240bb57a24dd42c467bffe51bb29a0c1215fc44abb7a85946b325e586b6866cc9f5c0eff62c8ee2d7f7b77b53200c54bd477b813145f'
+b2sums=('47efc09819b7ba505d879522979dc3d004cad63f3071a6fa95f72f9e97d05b6609fd6a8647b9884be0e921f4792eaff7dba370902cd4f3ca08d2fdc526bced74'
 
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
 
'5a6dba4bfa799403ace721b143c5b54d3bff97ab0c3d30e94d312cf58ede2498886720247b0efcbbeffc0c95611a493625cef1f8bc06d3647b53ef2e44de96be')
 



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

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 12, 2022 @ 22:08:38
  Author: polyzen
Revision: 1101772

archrelease: copy trunk to community-any

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

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

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

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



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

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 12, 2022 @ 22:08:16
  Author: polyzen
Revision: 1101771

upgpkg: pyright 1.1.207-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 21:54:22 UTC (rev 1101770)
+++ PKGBUILD2022-01-12 22:08:16 UTC (rev 1101771)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.206
+pkgver=1.1.207
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('62a2c84268ef598c7c3aafe897e9fd61a22dd4509d8b33d02a0f3614f197ef3a377d3491ad12b0609344c2f45e0cc865d060f7ba0a1148c08ea7df17afa865e5')
+b2sums=('6f80c21b5fb1ed1c7b6ff317f62567d3a418c60f00200bfd6443fc008958436e3ab26b57403ee44ccf57da12f7caad52873a70209ba056241fa5362305422cb5')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-01-12 Thread Caleb Maclennan via arch-commits
Date: Wednesday, January 12, 2022 @ 21:54:22
  Author: alerque
Revision: 1101770

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 1101769, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 21:53:43 UTC (rev 1101769)
+++ PKGBUILD2022-01-12 21:54:22 UTC (rev 1101770)
@@ -1,46 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20211221
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='https://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=(
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
-)
-
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(
-   dbc1e998bd3ddcf535fb79173f4987fc31add40b
-   SKIP
-)
-# Key seems to be available only from
-# 
-validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1101769, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 21:54:22 UTC (rev 1101770)
@@ -0,0 +1,44 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20211221
+pkgrel=2
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=(
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
+)
+
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=('dbc1e998bd3ddcf535fb79173f4987fc31add40b'
+  'SKIP')
+# Key seems to be available only from
+# 
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-01-12 Thread Caleb Maclennan via arch-commits
Date: Wednesday, January 12, 2022 @ 21:53:43
  Author: alerque
Revision: 1101769

upgpkg: bmake 20211221-2; rebuild to avoid signature issue

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 21:52:30 UTC (rev 1101768)
+++ PKGBUILD2022-01-12 21:53:43 UTC (rev 1101769)
@@ -5,7 +5,7 @@
 
 pkgname=bmake
 pkgver=20211221
-pkgrel=1
+pkgrel=2
 pkgdesc='Portable version of the NetBSD make build tool'
 arch=(x86_64)
 url='https://www.crufty.net/help/sjg/bmake.html'
@@ -20,10 +20,8 @@
 )
 
 # checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(
-   dbc1e998bd3ddcf535fb79173f4987fc31add40b
-   SKIP
-)
+sha1sums=('dbc1e998bd3ddcf535fb79173f4987fc31add40b'
+  'SKIP')
 # Key seems to be available only from
 # 
 validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)



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

2022-01-12 Thread Caleb Maclennan via arch-commits
Date: Wednesday, January 12, 2022 @ 21:52:30
  Author: alerque
Revision: 1101768

archrelease: copy trunk to community-any

Added:
  ttf-junicode/repos/community-any/PKGBUILD
(from rev 1101766, ttf-junicode/trunk/PKGBUILD)
Deleted:
  ttf-junicode/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 21:52:22 UTC (rev 1101767)
+++ PKGBUILD2022-01-12 21:52:30 UTC (rev 1101768)
@@ -1,20 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Firmicus 
-
-pkgname=ttf-junicode
-pkgver=1.003
-pkgrel=1
-pkgdesc='Junius-Unicode: Font for Medievalists'
-url='https://github.com/psb1558/Junicode-font/'
-license=('custom:OFL')
-arch=(any)
-source=("ttf-junicode-$pkgver::https://github.com/psb1558/Junicode-font/archive/refs/tags/v$pkgver.tar.gz;)
-# N.B.: checksum provided by packager, not upstream
-sha256sums=(cc68f8be8836f49389e1f9957089cdfb4c23c6b5f5645c72ce6fdb2167d941c3)
-
-package() {
-   cd "Junicode-font-$pkgver"
-   install -Dm644 legacy/*.ttf -t "$pkgdir/usr/share/fonts/junicode"
-   install -Dm644 docs/Junicode.pdf 
"$pkgdir/usr/share/doc/ttf-junicode/Junicode.pdf"
-   install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/ttf-junicode/OFL.txt"
-}

Copied: ttf-junicode/repos/community-any/PKGBUILD (from rev 1101766, 
ttf-junicode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 21:52:30 UTC (rev 1101768)
@@ -0,0 +1,20 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Firmicus 
+
+pkgname=ttf-junicode
+pkgver=1.003
+pkgrel=2
+pkgdesc='Junius-Unicode: Font for Medievalists'
+url='https://github.com/psb1558/Junicode-font/'
+license=('custom:OFL')
+arch=(any)
+source=("ttf-junicode-$pkgver.tar.gz::https://github.com/psb1558/Junicode-font/archive/refs/tags/v$pkgver.tar.gz;)
+# N.B.: checksum provided by packager, not upstream
+sha256sums=('cc68f8be8836f49389e1f9957089cdfb4c23c6b5f5645c72ce6fdb2167d941c3')
+
+package() {
+   cd "Junicode-font-$pkgver"
+   install -Dm644 legacy/*.ttf -t "$pkgdir/usr/share/fonts/junicode"
+   install -Dm644 docs/Junicode.pdf 
"$pkgdir/usr/share/doc/ttf-junicode/Junicode.pdf"
+   install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/ttf-junicode/OFL.txt"
+}



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

2022-01-12 Thread Caleb Maclennan via arch-commits
Date: Wednesday, January 12, 2022 @ 21:52:22
  Author: alerque
Revision: 1101767

archrelease: copy trunk to community-x86_64

Added:
  hitch/repos/community-x86_64/PKGBUILD
(from rev 1101766, hitch/trunk/PKGBUILD)
Deleted:
  hitch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 21:50:28 UTC (rev 1101766)
+++ PKGBUILD2022-01-12 21:52:22 UTC (rev 1101767)
@@ -1,36 +0,0 @@
-# Maintainer: Ivy Foster 
-# Reference: PKGBUILD(5)
-
-pkgname=hitch
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='libev-based high performance SSL/TLS proxy'
-url='https://hitch-tls.org/'
-license=(BSD)
-
-depends=(libev openssl)
-checkdepends=(lsof)
-makedepends=(python-docutils)
-
-arch=(x86_64)
-source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
-# sha256sums source: https://hitch-tls.org/source/SHA256SUM
-sha256sums=(dcd65cbec6287c622a5a317d5f37e1ea5526daa93fb4db28f4206fc9911a1785)
-validpgpkeys=(584A3EBFE705CDCD)
-
-build() {
-   cd "hitch-$pkgver"
-   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-   make
-}
-
-check() {
-   cd "hitch-$pkgver"
-   make check
-}
-
-package() {
-   cd "hitch-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
-}

Copied: hitch/repos/community-x86_64/PKGBUILD (from rev 1101766, 
hitch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 21:52:22 UTC (rev 1101767)
@@ -0,0 +1,36 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=hitch
+pkgver=1.7.2
+pkgrel=2
+pkgdesc='libev-based high performance SSL/TLS proxy'
+url='https://hitch-tls.org/'
+license=(BSD)
+
+depends=(libev openssl)
+checkdepends=(lsof)
+makedepends=(python-docutils)
+
+arch=(x86_64)
+source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
+# sha256sums source: https://hitch-tls.org/source/SHA256SUM
+sha256sums=('dcd65cbec6287c622a5a317d5f37e1ea5526daa93fb4db28f4206fc9911a1785')
+validpgpkeys=(584A3EBFE705CDCD)
+
+build() {
+   cd "hitch-$pkgver"
+   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+   make
+}
+
+check() {
+   cd "hitch-$pkgver"
+   make check
+}
+
+package() {
+   cd "hitch-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
+}



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

2022-01-12 Thread Caleb Maclennan via arch-commits
Date: Wednesday, January 12, 2022 @ 21:50:28
  Author: alerque
Revision: 1101766

upgpkg: ttf-junicode 1.003-2; rebuild to avoid signature issue

Modified:
  ttf-junicode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 21:50:08 UTC (rev 1101765)
+++ PKGBUILD2022-01-12 21:50:28 UTC (rev 1101766)
@@ -3,7 +3,7 @@
 
 pkgname=ttf-junicode
 pkgver=1.003
-pkgrel=1
+pkgrel=2
 pkgdesc='Junius-Unicode: Font for Medievalists'
 url='https://github.com/psb1558/Junicode-font/'
 license=('custom:OFL')
@@ -10,7 +10,7 @@
 arch=(any)
 
source=("ttf-junicode-$pkgver.tar.gz::https://github.com/psb1558/Junicode-font/archive/refs/tags/v$pkgver.tar.gz;)
 # N.B.: checksum provided by packager, not upstream
-sha256sums=(cc68f8be8836f49389e1f9957089cdfb4c23c6b5f5645c72ce6fdb2167d941c3)
+sha256sums=('cc68f8be8836f49389e1f9957089cdfb4c23c6b5f5645c72ce6fdb2167d941c3')
 
 package() {
cd "Junicode-font-$pkgver"



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

2022-01-12 Thread Caleb Maclennan via arch-commits
Date: Wednesday, January 12, 2022 @ 21:50:08
  Author: alerque
Revision: 1101765

upgpkg: hitch 1.7.2-2; rebuild to avoid signature issue

Modified:
  hitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 21:45:13 UTC (rev 1101764)
+++ PKGBUILD2022-01-12 21:50:08 UTC (rev 1101765)
@@ -3,7 +3,7 @@
 
 pkgname=hitch
 pkgver=1.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc='libev-based high performance SSL/TLS proxy'
 url='https://hitch-tls.org/'
 license=(BSD)
@@ -15,7 +15,7 @@
 arch=(x86_64)
 source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
 # sha256sums source: https://hitch-tls.org/source/SHA256SUM
-sha256sums=(dcd65cbec6287c622a5a317d5f37e1ea5526daa93fb4db28f4206fc9911a1785)
+sha256sums=('dcd65cbec6287c622a5a317d5f37e1ea5526daa93fb4db28f4206fc9911a1785')
 validpgpkeys=(584A3EBFE705CDCD)
 
 build() {



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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 12, 2022 @ 21:47:25
  Author: arojas
Revision: 434328

archrelease: copy trunk to extra-x86_64

Added:
  unison/repos/extra-x86_64/PKGBUILD
(from rev 434327, unison/trunk/PKGBUILD)
  unison/repos/extra-x86_64/desktop
(from rev 434327, unison/trunk/desktop)
  unison/repos/extra-x86_64/large.patch
(from rev 434327, unison/trunk/large.patch)
Deleted:
  unison/repos/extra-x86_64/PKGBUILD
  unison/repos/extra-x86_64/desktop
  unison/repos/extra-x86_64/large.patch

-+
 PKGBUILD|  108 +-
 desktop |   22 +--
 large.patch |   98 ++--
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 21:47:12 UTC (rev 434327)
+++ PKGBUILD2022-01-12 21:47:25 UTC (rev 434328)
@@ -1,54 +0,0 @@
-#Maintainer: Gaetan Bisson 
-#Contributor: Tobias Powalowski 
-
-pkgname=unison
-pkgver=2.51.4
-pkgrel=1
-pkgdesc='File-synchronization tool'
-#url='https://github.com/bcpierce00/unison/'
-url='https://www.cis.upenn.edu/~bcpierce/unison/'
-arch=('x86_64')
-license=('GPL2')
-optdepends=('gtk2: graphical interface')
-makedepends=('ocaml>=4.11.0' 'emacs' 'lablgtk2')
-source=("https://github.com/bcpierce00/unison/archive/v${pkgver}.tar.gz;
-'large.patch'
-'desktop')
-sha512sums=('55d94752d0aae968e325ad6bee7fc835c276932ea83c3ae7ec8fa9975936110e0ee031868307ce4354f8fbdec351ad5d734f569a1a4bc5bb87bc5ae64e8b0f14'
-
'e2f7a5e6e832ee9c694f36e399178652456d2047b22cba86603982cd6f6caf54e520fc87a8bde1940b2da46102cf3aa89f3e062c965efc77cd840b47e01b4d2f'
-
'74526b1f583f49b3e1c68b72c9ab3d5875796b8b371c1388cf3b5b25aef8a0304023e9bb960b2ff9aec2eb989f712e99b2c049b8075529074f62ef9ffd6c1cdd')
-
-options=('!makeflags')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's/region_of_string/region_of_bytes/' -i src/uigtk2.ml
-   patch -p0 -i ../large.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   for ui in gtk2 text; do
-   cp -a . build || true
-   pushd build
-   export CFLAGS=
-   make all UISTYLE=$ui DEBUGGING=false THREADS=true
-   mv src/unison src/unison-$ui
-   mv src/unison-* ..
-   popd
-   rm -fr build
-   done
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   install -d "${pkgdir}"/usr/bin
-   install -m755 unison-* "${pkgdir}"/usr/bin
-   ln -s unison-text "${pkgdir}"/usr/bin/unison
-
-   install -Dm644 ../desktop 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-   install -Dm644 icons/U.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
-   for i in 16 24 32 48 256; do
-   install -Dm644 icons/U.${i}x${i}x16m.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
-   done
-}

Copied: unison/repos/extra-x86_64/PKGBUILD (from rev 434327, 
unison/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 21:47:25 UTC (rev 434328)
@@ -0,0 +1,54 @@
+#Maintainer: Gaetan Bisson 
+#Contributor: Tobias Powalowski 
+
+pkgname=unison
+pkgver=2.51.5
+pkgrel=1
+pkgdesc='File-synchronization tool'
+#url='https://github.com/bcpierce00/unison/'
+url='https://www.cis.upenn.edu/~bcpierce/unison/'
+arch=('x86_64')
+license=('GPL2')
+optdepends=('gtk2: graphical interface')
+makedepends=('ocaml>=4.11.0' 'emacs' 'lablgtk2')
+source=("https://github.com/bcpierce00/unison/archive/v${pkgver}.tar.gz;
+'large.patch'
+'desktop')
+sha512sums=('4a31df4d043d2b7552438f9fc2056098b9a35cd1cae1a037083cb56d91ec6fec0c3164de73914ff46cb8821f78c1594f48bf0334a94d9d706cd82ce3a6b70440'
+
'e2f7a5e6e832ee9c694f36e399178652456d2047b22cba86603982cd6f6caf54e520fc87a8bde1940b2da46102cf3aa89f3e062c965efc77cd840b47e01b4d2f'
+
'74526b1f583f49b3e1c68b72c9ab3d5875796b8b371c1388cf3b5b25aef8a0304023e9bb960b2ff9aec2eb989f712e99b2c049b8075529074f62ef9ffd6c1cdd')
+
+options=('!makeflags')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/region_of_string/region_of_bytes/' -i src/uigtk2.ml
+   patch -p0 -i ../large.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   for ui in gtk2 text; do
+   cp -a . build || true
+   pushd build
+   export CFLAGS=
+   make all UISTYLE=$ui DEBUGGING=false THREADS=true
+   mv src/unison src/unison-$ui
+   mv src/unison-* ..
+   popd
+   rm -fr build
+   done
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   install -d "${pkgdir}"/usr/bin
+   install -m755 unison-* "${pkgdir}"/usr/bin
+   ln -s 

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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 12, 2022 @ 21:47:12
  Author: arojas
Revision: 434327

Update to 2.51.5

Modified:
  unison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 21:41:05 UTC (rev 434326)
+++ PKGBUILD2022-01-12 21:47:12 UTC (rev 434327)
@@ -2,7 +2,7 @@
 #Contributor: Tobias Powalowski 
 
 pkgname=unison
-pkgver=2.51.4
+pkgver=2.51.5
 pkgrel=1
 pkgdesc='File-synchronization tool'
 #url='https://github.com/bcpierce00/unison/'
@@ -14,7 +14,7 @@
 source=("https://github.com/bcpierce00/unison/archive/v${pkgver}.tar.gz;
 'large.patch'
 'desktop')
-sha512sums=('55d94752d0aae968e325ad6bee7fc835c276932ea83c3ae7ec8fa9975936110e0ee031868307ce4354f8fbdec351ad5d734f569a1a4bc5bb87bc5ae64e8b0f14'
+sha512sums=('4a31df4d043d2b7552438f9fc2056098b9a35cd1cae1a037083cb56d91ec6fec0c3164de73914ff46cb8821f78c1594f48bf0334a94d9d706cd82ce3a6b70440'
 
'e2f7a5e6e832ee9c694f36e399178652456d2047b22cba86603982cd6f6caf54e520fc87a8bde1940b2da46102cf3aa89f3e062c965efc77cd840b47e01b4d2f'
 
'74526b1f583f49b3e1c68b72c9ab3d5875796b8b371c1388cf3b5b25aef8a0304023e9bb960b2ff9aec2eb989f712e99b2c049b8075529074f62ef9ffd6c1cdd')
 



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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 12, 2022 @ 21:45:13
  Author: arojas
Revision: 1101764

archrelease: copy trunk to community-x86_64

Added:
  ghostwriter/repos/community-x86_64/PKGBUILD
(from rev 1101763, ghostwriter/trunk/PKGBUILD)
Deleted:
  ghostwriter/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 21:45:05 UTC (rev 1101763)
+++ PKGBUILD2022-01-12 21:45:13 UTC (rev 1101764)
@@ -1,39 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Jakob Gahde 
-# Contributor: Bastien "neitsab" Traverse 
-# Contributor: Icaro Perseo 
-# Contributor: Philipp 'TamCore' B. 
-
-pkgname=ghostwriter
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Aesthetic, distraction-free Markdown editor'
-arch=('x86_64')
-url='https://wereturtle.github.io/ghostwriter/'
-license=('GPL3')
-depends=('hunspell' 'qt5-svg' 'qt5-webengine')
-makedepends=('qt5-tools')
-optdepends=('cmark: processing and rendering CommonMark'
-'mathjax: formula rendering in live preview'
-'pandoc: Pandoc supported Markdown flavors and export to various 
formats')
-source=("https://github.com/wereturtle/ghostwriter/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('5a377e006bec14abbb935ed4ad027f489051b3ab49a0e33cc8e07c67e5b4799c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Unbundle MathJax
-  sed -i 's/typeof window.MathJax !==/typeof window.MathJax.typeset !==/' 
resources/preview.html
-  sed -i 
's|qrc:3rdparty/MathJax/bin/tex-svg-full.js|file:///usr/share/mathjax/tex-svg-full.js|'
 resources/preview.html
-  sed -i '/MathJax/d' resources.qrc
-}
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: ghostwriter/repos/community-x86_64/PKGBUILD (from rev 1101763, 
ghostwriter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 21:45:13 UTC (rev 1101764)
@@ -0,0 +1,39 @@
+# Maintainer: Balló György 
+# Contributor: Jakob Gahde 
+# Contributor: Bastien "neitsab" Traverse 
+# Contributor: Icaro Perseo 
+# Contributor: Philipp 'TamCore' B. 
+
+pkgname=ghostwriter
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Aesthetic, distraction-free Markdown editor'
+arch=('x86_64')
+url='https://wereturtle.github.io/ghostwriter/'
+license=('GPL3')
+depends=('hunspell' 'qt5-svg' 'qt5-webengine')
+makedepends=('qt5-tools')
+optdepends=('cmark: processing and rendering CommonMark'
+'mathjax: formula rendering in live preview'
+'pandoc: Pandoc supported Markdown flavors and export to various 
formats')
+source=("https://github.com/wereturtle/ghostwriter/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('a9add6202dc1c9bb3f591fd4ec5d70e0fbd49d55f4921dc217923debc4d02f06')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Unbundle MathJax
+  sed -i 's/typeof window.MathJax !==/typeof window.MathJax.typeset !==/' 
resources/preview.html
+  sed -i 
's|qrc:3rdparty/MathJax/bin/tex-svg-full.js|file:///usr/share/mathjax/tex-svg-full.js|'
 resources/preview.html
+  sed -i '/MathJax/d' resources.qrc
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 12, 2022 @ 21:45:05
  Author: arojas
Revision: 1101763

Update to 2.1.1

Modified:
  ghostwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 21:36:03 UTC (rev 1101762)
+++ PKGBUILD2022-01-12 21:45:05 UTC (rev 1101763)
@@ -5,7 +5,7 @@
 # Contributor: Philipp 'TamCore' B. 
 
 pkgname=ghostwriter
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Aesthetic, distraction-free Markdown editor'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 'mathjax: formula rendering in live preview'
 'pandoc: Pandoc supported Markdown flavors and export to various 
formats')
 
source=("https://github.com/wereturtle/ghostwriter/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('5a377e006bec14abbb935ed4ad027f489051b3ab49a0e33cc8e07c67e5b4799c')
+sha256sums=('a9add6202dc1c9bb3f591fd4ec5d70e0fbd49d55f4921dc217923debc4d02f06')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 12, 2022 @ 21:41:05
  Author: arojas
Revision: 434326

archrelease: copy trunk to extra-x86_64

Added:
  libsigsegv/repos/extra-x86_64/PKGBUILD
(from rev 434325, libsigsegv/trunk/PKGBUILD)
Deleted:
  libsigsegv/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 21:40:56 UTC (rev 434325)
+++ PKGBUILD2022-01-12 21:41:05 UTC (rev 434326)
@@ -1,27 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Johannes Weiner 
-
-pkgname=libsigsegv
-pkgver=2.13
-pkgrel=1
-arch=('x86_64')
-pkgdesc="Page fault detection library"
-url="https://www.gnu.org/software/libsigsegv/;
-license=('GPL2')
-depends=('glibc')
-source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha1sums=('c371743afe08c2ec817bd6d37f32d40cb28ea5a9'
-  'SKIP')
-validpgpkeys=('68D94D8AAEEAD48AE7DC5B904F494A942E4616C2'
-  '9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D') # Bruno Haible (Open 
Source Development) 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libsigsegv/repos/extra-x86_64/PKGBUILD (from rev 434325, 
libsigsegv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 21:41:05 UTC (rev 434326)
@@ -0,0 +1,28 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Johannes Weiner 
+
+pkgname=libsigsegv
+pkgver=2.14
+pkgrel=1
+arch=('x86_64')
+pkgdesc="Page fault detection library"
+url="https://www.gnu.org/software/libsigsegv/;
+license=('GPL2')
+depends=('glibc')
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha1sums=('f2a034bd98935583ad3b1949cb4c4c39abdc484e'
+  'SKIP')
+validpgpkeys=('68D94D8AAEEAD48AE7DC5B904F494A942E4616C2'
+  '9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D') # Bruno Haible (Open 
Source Development) 
+options=(!lto)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 12, 2022 @ 21:40:56
  Author: arojas
Revision: 434325

Update to 2.14

Modified:
  libsigsegv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 20:31:32 UTC (rev 434324)
+++ PKGBUILD2022-01-12 21:40:56 UTC (rev 434325)
@@ -2,7 +2,7 @@
 # Contributor: Johannes Weiner 
 
 pkgname=libsigsegv
-pkgver=2.13
+pkgver=2.14
 pkgrel=1
 arch=('x86_64')
 pkgdesc="Page fault detection library"
@@ -10,10 +10,11 @@
 license=('GPL2')
 depends=('glibc')
 
source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha1sums=('c371743afe08c2ec817bd6d37f32d40cb28ea5a9'
+sha1sums=('f2a034bd98935583ad3b1949cb4c4c39abdc484e'
   'SKIP')
 validpgpkeys=('68D94D8AAEEAD48AE7DC5B904F494A942E4616C2'
   '9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D') # Bruno Haible (Open 
Source Development) 
+options=(!lto)
 
 build() {
   cd ${pkgname}-${pkgver}



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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 12, 2022 @ 21:36:03
  Author: arojas
Revision: 1101762

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 1101761, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.service
(from rev 1101761, languagetool/trunk/languagetool.service)
  languagetool/repos/community-any/languagetool.sh
(from rev 1101761, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.service
  languagetool/repos/community-any/languagetool.sh

--+
 PKGBUILD |   72 
 languagetool.service |   28 -
 languagetool.sh  |  142 -
 3 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 21:35:45 UTC (rev 1101761)
+++ PKGBUILD2022-01-12 21:36:03 UTC (rev 1101762)
@@ -1,36 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=5.5
-pkgrel=2
-pkgdesc="An open source language checker"
-arch=('any')
-url="https://www.languagetool.org; 
-license=("LGPL")
-depends=('java-runtime-headless>=8')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk3: GTK style for the GUI')
-source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh" "$pkgname.service")
-noextract=($pkgname-$pkgver.zip)
-sha256sums=('18d16d103f1e59b125a1f48ff9d3c23051f21a80b2ca64a1da305d576245f90d'
-'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
-'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-  mkdir -p "$pkgdir"/usr/lib/systemd/system
-  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: languagetool/repos/community-any/PKGBUILD (from rev 1101761, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 21:36:03 UTC (rev 1101762)
@@ -0,0 +1,36 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=5.6
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="https://www.languagetool.org; 
+license=("LGPL")
+depends=('java-runtime-headless>=8')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk3: GTK style for the GUI')
+source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh" "$pkgname.service")
+noextract=($pkgname-$pkgver.zip)
+sha256sums=('6cabbf546cf7fab2f4b8493827657d528a78add565b219cb2e27001612925b7e'
+'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
+'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+  mkdir -p "$pkgdir"/usr/lib/systemd/system
+  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: languagetool.service
===
--- languagetool.service2022-01-12 21:35:45 UTC (rev 1101761)
+++ languagetool.service2022-01-12 21:36:03 UTC (rev 1101762)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Languagetool HTTP server
-
-[Service]
-Type=simple
-PIDFile=/run/language-tool.pid
-User=nobody
-Restart=always
-ExecStart=/usr/bin/languagetool --http --allow-origin "*"
-ExecReload=/bin/kill -HUP $MAINPID
-ExecStop=/bin/kill -QUIT $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Copied: languagetool/repos/community-any/languagetool.service (from rev 
1101761, languagetool/trunk/languagetool.service)
===

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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 12, 2022 @ 21:35:45
  Author: arojas
Revision: 1101761

Update to 5.6

Modified:
  languagetool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 21:32:21 UTC (rev 1101760)
+++ PKGBUILD2022-01-12 21:35:45 UTC (rev 1101761)
@@ -3,8 +3,8 @@
 # Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
 
 pkgname=languagetool
-pkgver=5.5
-pkgrel=2
+pkgver=5.6
+pkgrel=1
 pkgdesc="An open source language checker"
 arch=('any')
 url="https://www.languagetool.org; 
@@ -16,7 +16,7 @@
 'gtk3: GTK style for the GUI')
 source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh" "$pkgname.service")
 noextract=($pkgname-$pkgver.zip)
-sha256sums=('18d16d103f1e59b125a1f48ff9d3c23051f21a80b2ca64a1da305d576245f90d'
+sha256sums=('6cabbf546cf7fab2f4b8493827657d528a78add565b219cb2e27001612925b7e'
 '009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
 'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
 



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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 12, 2022 @ 21:32:21
  Author: arojas
Revision: 1101760

archrelease: copy trunk to community-any

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

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

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

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

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

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

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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 12, 2022 @ 21:32:08
  Author: arojas
Revision: 1101759

Update to 4.9.0

Modified:
  fanficfare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 21:15:51 UTC (rev 1101758)
+++ PKGBUILD2022-01-12 21:32:08 UTC (rev 1101759)
@@ -2,8 +2,8 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=4.8.0
-pkgrel=2
+pkgver=4.9.0
+pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
 url="https://github.com/JimmXinu/${_pkgname};
@@ -16,9 +16,9 @@
 'python-pillow: support for converting/resizing story images and 
covers')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 "0001-makeplugin-do-not-bundle-system-dependencies.patch")
-sha256sums=('cd95f366714b807a793378f0e1ad07f0539ecfd2f4a3fb67caa8bf5ef6aa4036'
+sha256sums=('495d5cdc71166c7510e93587eaace897bb4a60170a396b554efd3c7670faf5d9'
 '6d172dcc98a8f6dcef2048272bfabd810ceeb5740969fbe406ebcd7b638e072c')
-b2sums=('dca2dd5c0fe464d70a5f015b990260cb405e45c00b5a4f4f3e1c1aa860af89ac5ea8a1c9bf8c85480310a7c5a165ac80486b3baa54b1c974520c3d497e9c27d3'
+b2sums=('7c50bf8b97674165aa55a2ae1859059a262ab25316617bf007b03d6b52db61cdde1ffd3dda4c52c64a8060c9fced5a96e5ad31d4272e8bd95eb9c2a95b240e8e'
 
'eca0e505305ef74e0af1be6f5c1376091da4cd69bfc9f468f6040cf35d71890e3901b9cf0a9f9e25e6cb409651d402d8414116d0a8d43269bfdab2fdd0005279')
 
 prepare() {



[arch-commits] Commit in haskell-cabal-install-parsers/repos (2 files)

2022-01-12 Thread Felix Yan via arch-commits
Date: Wednesday, January 12, 2022 @ 21:15:51
  Author: felixonmars
Revision: 1101758

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cabal-install-parsers/repos/community-staging-x86_64/
  haskell-cabal-install-parsers/repos/community-staging-x86_64/PKGBUILD
(from rev 1101757, haskell-cabal-install-parsers/trunk/PKGBUILD)

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

Copied: haskell-cabal-install-parsers/repos/community-staging-x86_64/PKGBUILD 
(from rev 1101757, haskell-cabal-install-parsers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-12 21:15:51 UTC (rev 1101758)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+_hkgname=cabal-install-parsers
+pkgname=haskell-cabal-install-parsers
+pkgver=0.4.2
+pkgrel=62
+pkgdesc="Utilities to work with cabal-install files"
+url="https://haskell-ci.rtfd.org/;
+license=("GPL" "BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base16-bytestring' 
'haskell-binary-instances'
+ 'haskell-cryptohash-sha256' 'haskell-lukko' 'haskell-network-uri' 
'haskell-tar')
+makedepends=('ghc' 'uusi' 'haskell-ansi-terminal' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tree-diff')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('f41dd0fe65994330aca0b372f96e370eeaf5b7f9909682aa7d394244e4144358b70e482b2d4cd54ba78068b202155fb6dacd38b81eadeaa877c6bc5bbf2ba8fb')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  cabal update  # Generate cabal config for tests
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-cabal-install-parsers/trunk (PKGBUILD)

2022-01-12 Thread Felix Yan via arch-commits
Date: Wednesday, January 12, 2022 @ 21:15:37
  Author: felixonmars
Revision: 1101757

upgpkg: haskell-cabal-install-parsers 0.4.2-62: rebuild with ghc 9.0.2

Modified:
  haskell-cabal-install-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 21:13:51 UTC (rev 1101756)
+++ PKGBUILD2022-01-12 21:15:37 UTC (rev 1101757)
@@ -3,7 +3,7 @@
 _hkgname=cabal-install-parsers
 pkgname=haskell-cabal-install-parsers
 pkgver=0.4.2
-pkgrel=61
+pkgrel=62
 pkgdesc="Utilities to work with cabal-install files"
 url="https://haskell-ci.rtfd.org/;
 license=("GPL" "BSD")



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

2022-01-12 Thread Felix Yan via arch-commits
Date: Wednesday, January 12, 2022 @ 21:13:51
  Author: felixonmars
Revision: 1101756

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-shake/repos/community-staging-x86_64/
  haskell-shake/repos/community-staging-x86_64/PKGBUILD
(from rev 1101755, haskell-shake/trunk/PKGBUILD)

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

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 
1101755, haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-12 21:13:51 UTC (rev 1101756)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.19.5
+pkgrel=74
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="https://shakebuild.com;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-filepattern' 'haskell-hashable'
+ 'haskell-heaps' 'haskell-js-dgtable' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-primitive' 'haskell-random' 'haskell-unordered-containers' 
'haskell-utf8-string')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('655c146102ca6479d5a1de11040e7c6b5f18c5386f9bb93d5305c837bc405e6bd3dd9f2e9daec74fb59de6a91272485f83bb708028cd55d9771afb39ff3b9f64')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/ghc --make/ghc -dynamic --make/' 
src/Test/{Command.hs,CloseFileHandles.hs}
+sed -e 's/ghc -package=Cabal/ghc -package=Cabal -dynamic/' \
+-e 's/ghc -fno-code/ghc -dynamic -fno-code/' \
+-e 
's/"configure",/"configure","--enable-executable-dynamic","--disable-library-vanilla",/'
 \
+-i src/Test/Docs.hs
+sed -i 's/cmd "ghc" flags/cmd "ghc" "-dynamic" flags/' src/Test/Self.hs 
src/Test/SelfMake.hs
+sed -i 's/ghc --make/ghc -dynamic --make/' docs/manual/build.sh
+
+# Not sure about this one:
+sed -i 's/at cmd, called at/at want, called at/' src/Test/Errors.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-portable -f-cloud -f-embed-files
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-01-12 Thread Felix Yan via arch-commits
Date: Wednesday, January 12, 2022 @ 21:13:39
  Author: felixonmars
Revision: 1101755

upgpkg: haskell-shake 0.19.5-74: rebuild with ghc 9.0.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 21:13:16 UTC (rev 1101754)
+++ PKGBUILD2022-01-12 21:13:39 UTC (rev 1101755)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.19.5
-pkgrel=73
+pkgrel=74
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="https://shakebuild.com;
 license=("BSD")



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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 12, 2022 @ 21:09:31
  Author: arojas
Revision: 1101752

archrelease: copy trunk to community-staging-x86_64

Added:
  octave/repos/community-staging-x86_64/
  octave/repos/community-staging-x86_64/PKGBUILD
(from rev 1101751, octave/trunk/PKGBUILD)
  octave/repos/community-staging-x86_64/octave-sundials-6.0.patch
(from rev 1101751, octave/trunk/octave-sundials-6.0.patch)

---+
 PKGBUILD  |   50 ++
 octave-sundials-6.0.patch |   98 
 2 files changed, 148 insertions(+)

Copied: octave/repos/community-staging-x86_64/PKGBUILD (from rev 1101751, 
octave/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-12 21:09:31 UTC (rev 1101752)
@@ -0,0 +1,50 @@
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=6.4.0
+pkgrel=3
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('x86_64')
+url="https://www.gnu.org/software/octave/;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'arpack' 'glu' 
'ghostscript'
+  'sundials' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 
'qrupdate')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'fltk' 'portaudio' 'jdk8-openjdk')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting'
+'portaudio: audio support'
+'java-runtime: java support'
+'fltk: FLTK GUI'
+'texlive-bin: for the publish command')
+source=(https://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig}
+octave-sundials-6.0.patch)
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha512sums=('91ff031f6dfff8506fa738fd4f1f07276501fdfe003f8ed992cccf91da14d9d33da6d08923322b0dae5f5b696b49856b0f5c5065e26b0701b0d1630173807435'
+'SKIP'
+
'6c6f5e9589456fd360c81d117518642de6389783f7f4e58dcec4762c4ee3c9f8a1da3ce04999c66a52ae812cb523196c94bae9e78daaa49bbda3d20f763ec15e')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < octave-sundials-6.0.patch # Fix build with 
sundials 6
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+--enable-shared --disable-static \
+--with-quantum-depth=16
+  make
+}
+
+package(){
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Copied: octave/repos/community-staging-x86_64/octave-sundials-6.0.patch (from 
rev 1101751, octave/trunk/octave-sundials-6.0.patch)
===
--- community-staging-x86_64/octave-sundials-6.0.patch  
(rev 0)
+++ community-staging-x86_64/octave-sundials-6.0.patch  2022-01-12 21:09:31 UTC 
(rev 1101752)
@@ -0,0 +1,98 @@
+diff --git a/libinterp/dldfcn/__ode15__.cc b/libinterp/dldfcn/__ode15__.cc
+index f7ce85331d..700a31783a 100644
+--- a/libinterp/dldfcn/__ode15__.cc
 b/libinterp/dldfcn/__ode15__.cc
+@@ -105,11 +105,11 @@ namespace octave
+ #  endif
+ 
+ #  if defined (HAVE_SUNDIALS_SUNLINSOL_KLU)
+-#if ! defined (HAVE_SUNLINSOL_KLU) && defined (HAVE_SUNKLU)
++#if ! defined (HAVE_SUNLINSOL_KLU) && defined (HAVE_SUNLinSol_KLU)
+   static inline SUNLinearSolver
+   SUNLinSol_KLU (N_Vector y, SUNMatrix A)
+   {
+-return SUNKLU (y, A);
++return SUNLinSol_KLU (y, A);
+   }
+ #endif
+ #  endif
+@@ -417,11 +417,11 @@ namespace octave
+ else
+   {
+ 
+-m_sunJacMatrix = SUNDenseMatrix (m_num, m_num);
++m_sunJacMatrix = SUNDenseMatrix (m_num, m_num, NULL);
+ if (! m_sunJacMatrix)
+   error ("Unable to create dense Jacobian for Sundials");
+ 
+-m_sunLinearSolver = SUNLinSol_Dense (yy, m_sunJacMatrix);
++m_sunLinearSolver = SUNLinSol_Dense (yy, m_sunJacMatrix, NULL);
+ if (! m_sunLinearSolver)
+   error ("Unable to create dense linear solver");
+ 
+@@ -505,7 +505,7 @@ namespace octave
+   N_Vector
+   IDA::ColToNVec (const ColumnVector& data, long int n)
+   {
+-N_Vector v = N_VNew_Serial (n);
++N_Vector v = N_VNew_Serial (n, NULL);
+ 
+ realtype *punt = nv_data_s (v);
+ 
+@@ -528,7 +528,7 @@ namespace octave
+   IDA::initialize (void)
+   {
+ m_num = m_y0.numel ();
+-m_mem = IDACreate ();
++m_mem = IDACreate (NULL);
+ 
+ N_Vector yy = ColToNVec (m_y0, m_num);
+ 
+@@ -687,7 +687,7 @@ namespace octave
+ if (status == 0)
+   {
+ // Interpolate in tend
+-N_Vector dky = N_VNew_Serial (m_num);

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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 12, 2022 @ 21:09:20
  Author: arojas
Revision: 1101751

sundials 6.1 rebuild

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 20:53:31 UTC (rev 1101750)
+++ PKGBUILD2022-01-12 21:09:20 UTC (rev 1101751)
@@ -4,7 +4,7 @@
 
 pkgname=octave
 pkgver=6.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('x86_64')
 url="https://www.gnu.org/software/octave/;



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

2022-01-12 Thread Felix Yan via arch-commits
Date: Wednesday, January 12, 2022 @ 20:53:31
  Author: felixonmars
Revision: 1101750

archrelease: copy trunk to community-staging-x86_64

Added:
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 1101749, hoogle/trunk/PKGBUILD)

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 1101749, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-12 20:53:31 UTC (rev 1101750)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.18.2
+pkgrel=42
+pkgdesc="Haskell API Search"
+url="https://www.haskell.org/hoogle/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cmdargs' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-connection' 'haskell-extra' 'haskell-foundation' 
'haskell-hashable'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-old-locale' 
'haskell-process-extras'
+ 'haskell-resourcet' 'haskell-src-exts' 'haskell-storable-tuple' 
'haskell-tar'
+ 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('933564b12ffc95a89610e00fc8c7b35c90ce45a732a3812b58a9173c821dcec2e44a6625fa9b8b369706ea5d6e823c075ad324ed6649a057356d22f824df')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-01-12 Thread Felix Yan via arch-commits
Date: Wednesday, January 12, 2022 @ 20:53:18
  Author: felixonmars
Revision: 1101749

upgpkg: hoogle 5.0.18.2-42: rebuild with ghc 9.0.2

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 20:49:23 UTC (rev 1101748)
+++ PKGBUILD2022-01-12 20:53:18 UTC (rev 1101749)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.18.2
-pkgrel=41
+pkgrel=42
 pkgdesc="Haskell API Search"
 url="https://www.haskell.org/hoogle/;
 license=("BSD")



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

2022-01-12 Thread Felix Yan via arch-commits
Date: Wednesday, January 12, 2022 @ 20:49:23
  Author: felixonmars
Revision: 1101748

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-aws/repos/community-staging-x86_64/
  haskell-aws/repos/community-staging-x86_64/PKGBUILD
(from rev 1101747, haskell-aws/trunk/PKGBUILD)

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

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 1101747, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-12 20:49:23 UTC (rev 1101748)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.22
+pkgrel=353
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="https://github.com/aristidb/aws;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-byteable'
+ 'haskell-case-insensitive' 'haskell-cereal' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-http-conduit'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-lifted-base' 
'haskell-memory'
+ 'haskell-monad-control' 'haskell-network' 'haskell-network-bsd' 
'haskell-old-locale'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-scientific' 
'haskell-tagged'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 
'haskell-xml-conduit')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-errors' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-quickcheck-instances' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-transformers-base')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e7ff376c47a7ca7a65c8f10f19e591d4a4b4d2cfa333b4727f88f0b170d7acb0aff402617f2d617c522fe5d16ce92b249a23f1fb0a8bfe5bbefaef2931b786bd')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -u attoparsec -u base16-bytestring -u base64-bytestring -u 
http-client $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-examples
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || echo "Requires AWS credentials to test"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-01-12 Thread Felix Yan via arch-commits
Date: Wednesday, January 12, 2022 @ 20:49:11
  Author: felixonmars
Revision: 1101747

upgpkg: haskell-aws 0.22-353: rebuild with ghc 9.0.2

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 20:46:49 UTC (rev 1101746)
+++ PKGBUILD2022-01-12 20:49:11 UTC (rev 1101747)
@@ -4,7 +4,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.22
-pkgrel=352
+pkgrel=353
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws;
 license=("BSD")



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

2022-01-12 Thread David Runge via arch-commits
Date: Wednesday, January 12, 2022 @ 20:46:49
  Author: dvzrv
Revision: 1101746

archrelease: copy trunk to community-staging-x86_64

Added:
  mixxx/repos/community-staging-x86_64/
  mixxx/repos/community-staging-x86_64/PKGBUILD
(from rev 1101745, mixxx/trunk/PKGBUILD)
  mixxx/repos/community-staging-x86_64/add-missing-include.patch
(from rev 1101745, mixxx/trunk/add-missing-include.patch)

---+
 PKGBUILD  |   60 
 add-missing-include.patch |   11 
 2 files changed, 71 insertions(+)

Copied: mixxx/repos/community-staging-x86_64/PKGBUILD (from rev 1101745, 
mixxx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-12 20:46:49 UTC (rev 1101746)
@@ -0,0 +1,60 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: David Runge 
+# Contributor: Ali H. Caliskan 
+# Contributor: Ryan Coyner 
+# Contributor: Stefan Husmann 
+
+pkgname=mixxx
+pkgver=2.3.1
+pkgrel=3
+pkgdesc="Free, open source software for digital DJ'ing."
+arch=('x86_64')
+url="https://www.mixxx.org;
+license=('GPL2')
+groups=('pro-audio')
+# TODO: package libshout-idjc
+depends=('gcc-libs' 'glibc' 'hidapi' 'lame' 'libglvnd' 'libmad' 'libmodplug'
+'libx11' 'openssl' 'opusfile' 'qt5-base' 'qt5-script' 'qt5-svg' 'qt5-x11extras'
+'qtkeychain' 'soundtouch' 'speex' 'sqlite' 'taglib' 'upower' 'wavpack')
+makedepends=('chromaprint' 'cmake' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib2' 'glu'
+'gperftools' 'libid3tag' 'libogg' 'libsndfile' 'libusb' 'libvorbis' 'lilv'
+'lv2' 'qt5-tools' 'portaudio' 'portmidi' 'protobuf' 'rubberband'
+'vamp-plugin-sdk')
+checkdepends=('xorg-server-xvfb')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}dj/${pkgname}/archive/${pkgver}.tar.gz;
+add-missing-include.patch)
+sha512sums=('17cf8dee2aaca2ed85067474d40b0955abd22268767a9c68dbc8126554e6b216ddab9a42b6c888606aca61fdcda3062f5b4f1f550722c5033c516e046816'
+
'3a3de0ca03652cb203c5627f37f7cf1fa661f8f0adb542f2569feff61d39232f9eb92e4ba86bae044dfd10c915d65fac6bd9330c93893643633dce0ccc45321c')
+b2sums=('08edfe19f5d0f16072762c3800e34ff37dcad478bde04356b0aae6a02ab99b115a5d1e8a33846f7f142228860bb5b19ded16b52dd464e4738462f6634b9fd6be'
+
'ff844bb91a284883e54daf3912962cc256bbabc530c2dff9693081165ecf4e7b85f70fb6a49691b5dedb91347b038fc69ea3e78a81f51bd1869c502eaaf22848')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i ../add-missing-include.patch
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='Release' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  xvfb-run build/${pkgname}-test
+}
+
+package() {
+  depends+=('libFLAC.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
+  'libchromaprint.so' 'libfftw3.so' 'libglib-2.0.so' 'libid3tag.so'
+  'libgobject-2.0.so' 'liblilv-0.so' 'libogg.so' 'libportaudio.so'
+  'libportmidi.so' 'libprotobuf-lite.so' 'librubberband.so' 'libsndfile.so'
+  'libusb-1.0.so' 'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
+
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install -C build
+}

Copied: mixxx/repos/community-staging-x86_64/add-missing-include.patch (from 
rev 1101745, mixxx/trunk/add-missing-include.patch)
===
--- community-staging-x86_64/add-missing-include.patch  
(rev 0)
+++ community-staging-x86_64/add-missing-include.patch  2022-01-12 20:46:49 UTC 
(rev 1101746)
@@ -0,0 +1,11 @@
+diff -upr mixxx-2.3.1.orig/lib/benchmark/src/benchmark_register.h 
mixxx-2.3.1/lib/benchmark/src/benchmark_register.h
+--- mixxx-2.3.1.orig/lib/benchmark/src/benchmark_register.h2021-09-29 
16:23:02.0 +0300
 mixxx-2.3.1/lib/benchmark/src/benchmark_register.h 2021-12-22 
23:15:18.935803347 +0200
+@@ -1,6 +1,7 @@
+ #ifndef BENCHMARK_REGISTER_H
+ #define BENCHMARK_REGISTER_H
+ 
++#include 
+ #include 
+ 
+ #include "check.h"



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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 12, 2022 @ 20:46:40
  Author: arojas
Revision: 1101745

archrelease: copy trunk to community-staging-x86_64

Added:
  sundials/repos/community-staging-x86_64/
  sundials/repos/community-staging-x86_64/PKGBUILD
(from rev 1101744, sundials/trunk/PKGBUILD)

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

Copied: sundials/repos/community-staging-x86_64/PKGBUILD (from rev 1101744, 
sundials/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-12 20:46:40 UTC (rev 1101745)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Elmar Klausmeier 
+
+pkgname=sundials
+pkgver=6.1.0
+pkgrel=1
+pkgdesc='Suite of nonlinear differential/algebraic equation solvers'
+arch=(x86_64)
+url='https://computation.llnl.gov/casc/sundials/main.html'
+license=(BSD)
+depends=(openmpi suitesparse)
+makedepends=(cmake gcc-fortran python)
+source=(https://github.com/LLNL/sundials/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('286ac6b3567a8b5c8d372391f9061024dc3c6415556c3eb0423be8bdf2de1e77')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS="${CFLAGS} -fPIC -fcommon" \
+-DENABLE_MPI=ON \
+-DENABLE_PTHREAD=ON\
+-DENABLE_OPENMP=ON \
+-DENABLE_KLU=ON \
+-DKLU_LIBRARY_DIR=/usr/lib \
+-DEXAMPLES_INSTALL_PATH=/usr/share/sundials/examples
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 $pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 12, 2022 @ 20:46:23
  Author: arojas
Revision: 1101744

Update to 6.1.0

Modified:
  sundials/trunk/PKGBUILD
Deleted:
  sundials/trunk/sundials-fix-cmake-config.patch
  sundials/trunk/sundials-fix-cmake-targets.patch

--+
 PKGBUILD |   18 --
 sundials-fix-cmake-config.patch  |   14 --
 sundials-fix-cmake-targets.patch |   13 -
 3 files changed, 4 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 20:42:49 UTC (rev 1101743)
+++ PKGBUILD2022-01-12 20:46:23 UTC (rev 1101744)
@@ -2,8 +2,8 @@
 # Contributor: Elmar Klausmeier 
 
 pkgname=sundials
-pkgver=6.0.0
-pkgrel=3
+pkgver=6.1.0
+pkgrel=1
 pkgdesc='Suite of nonlinear differential/algebraic equation solvers'
 arch=(x86_64)
 url='https://computation.llnl.gov/casc/sundials/main.html'
@@ -10,23 +10,13 @@
 license=(BSD)
 depends=(openmpi suitesparse)
 makedepends=(cmake gcc-fortran python)
-source=(https://github.com/LLNL/sundials/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
-sundials-fix-cmake-targets.patch
-sundials-fix-cmake-config.patch)
-sha256sums=('c7178e54df20a9363ae3e5ac5b3ee9db756a4ddd4b8fff045127e93b73b151f4'
-'949206b3237fb918700c87664da5618de49fe019f342583e560e4ce63ebe3a61'
-'89ba61913fd1a66a135a5bdaa7cf851af2f3badb84cf2de20522da549fb30294')
+source=(https://github.com/LLNL/sundials/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('286ac6b3567a8b5c8d372391f9061024dc3c6415556c3eb0423be8bdf2de1e77')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < sundials-fix-cmake-targets.patch # FS#70399
-  patch -d $pkgname-$pkgver -p1 < sundials-fix-cmake-config.patch # FS#73143
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_C_FLAGS="${CFLAGS} -fPIC -fcommon" \
--DCMAKE_C_STANDARD=11 \
 -DENABLE_MPI=ON \
 -DENABLE_PTHREAD=ON\
 -DENABLE_OPENMP=ON \

Deleted: sundials-fix-cmake-config.patch
===
--- sundials-fix-cmake-config.patch 2022-01-12 20:42:49 UTC (rev 1101743)
+++ sundials-fix-cmake-config.patch 2022-01-12 20:46:23 UTC (rev 1101744)
@@ -1,14 +0,0 @@
-diff --git a/cmake/SundialsTPLOptions.cmake b/cmake/SundialsTPLOptions.cmake
-index cc3e9a7..5cd2fea 100644
 a/cmake/SundialsTPLOptions.cmake
-+++ b/cmake/SundialsTPLOptions.cmake
-@@ -273,8 +273,7 @@ sundials_option(ONEMKL_WORKS BOOL "Set to ON to force 
CMake to accept a given on
- # ---
- 
- sundials_option(ENABLE_CALIPER BOOL "Enable CALIPER support" OFF
--SHOW_IF SUNDIALS_BUILD_WITH_PROFILING
--DEPENDS_ON SUNDIALS_BUILD_WITH_PROFILING)
-+SHOW_IF SUNDIALS_BUILD_WITH_PROFILING)
- 
- sundials_option(CALIPER_DIR PATH "Path to the root of an CALIPER 
installation" "${CALIPER_DIR}"
- DEPENDS_ON ENABLE_CALIPER)

Deleted: sundials-fix-cmake-targets.patch
===
--- sundials-fix-cmake-targets.patch2022-01-12 20:42:49 UTC (rev 1101743)
+++ sundials-fix-cmake-targets.patch2022-01-12 20:46:23 UTC (rev 1101744)
@@ -1,13 +0,0 @@
-diff --git a/cmake/macros/SundialsAddLibrary.cmake 
b/cmake/macros/SundialsAddLibrary.cmake
-index 1d78918..5acd856 100644
 a/cmake/macros/SundialsAddLibrary.cmake
-+++ b/cmake/macros/SundialsAddLibrary.cmake
-@@ -122,7 +122,7 @@ macro(sundials_add_library target)
- 
-   # library types to create
-   set(_libtypes "")
--  if(BUILD_STATIC_LIBS AND (NOT sundials_add_library_SHARED_ONLY))
-+  if(BUILD_STATIC_LIBS AND sundials_add_library_STATIC_ONLY)
- set(_libtypes "STATIC")
-   endif()
- 



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

2022-01-12 Thread Felix Yan via arch-commits
Date: Wednesday, January 12, 2022 @ 20:42:49
  Author: felixonmars
Revision: 1101743

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-casa-client/repos/community-staging-x86_64/
  haskell-casa-client/repos/community-staging-x86_64/PKGBUILD
(from rev 1101742, haskell-casa-client/trunk/PKGBUILD)

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

Copied: haskell-casa-client/repos/community-staging-x86_64/PKGBUILD (from rev 
1101742, haskell-casa-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-12 20:42:49 UTC (rev 1101743)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=casa-client
+pkgname=haskell-casa-client
+pkgver=0.0.1
+pkgrel=367
+pkgdesc="Content Addressable Storage Archive client"
+url="https://github.com/fpco/casa;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-casa-types' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-memory'
+ 'haskell-network-uri' 'haskell-resourcet' 'haskell-th-lift' 
'haskell-unliftio-core'
+ 'haskell-unordered-containers')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('2df03a0b1c2e01f2d24728e96fe446a25b630f5495c4e9995bcbde1ee9da530df1c6b40dde954cfaf6de2af6036fa6cfda7d9957b22106316557cc57d64114fa')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-01-12 Thread Felix Yan via arch-commits
Date: Wednesday, January 12, 2022 @ 20:42:37
  Author: felixonmars
Revision: 1101742

upgpkg: haskell-casa-client 0.0.1-367: rebuild with ghc 9.0.2

Modified:
  haskell-casa-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 20:41:20 UTC (rev 1101741)
+++ PKGBUILD2022-01-12 20:42:37 UTC (rev 1101742)
@@ -3,7 +3,7 @@
 _hkgname=casa-client
 pkgname=haskell-casa-client
 pkgver=0.0.1
-pkgrel=366
+pkgrel=367
 pkgdesc="Content Addressable Storage Archive client"
 url="https://github.com/fpco/casa;
 license=('MIT')



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

2022-01-12 Thread Felix Yan via arch-commits
Date: Wednesday, January 12, 2022 @ 20:41:20
  Author: felixonmars
Revision: 1101741

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-authenticate/repos/community-staging-x86_64/
  haskell-authenticate/repos/community-staging-x86_64/PKGBUILD
(from rev 1101740, haskell-authenticate/trunk/PKGBUILD)

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

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
1101740, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-12 20:41:20 UTC (rev 1101741)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.5
+pkgrel=422
+pkgdesc="Authentication methods for Haskell web applications."
+url="https://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-conduit' 'haskell-html-conduit' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-network-uri' 'haskell-resourcet'
+ 'haskell-unordered-containers' 'haskell-xml-conduit')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('12962fcf71c732a7e709e7069d46691917b9ee9f2af6aab5556b76a4556b6ffc39e52082a4fcdbe501c2cbc7cc496b1164b6a9f2c3883597fcdd0a8298d4ac1a')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-01-12 Thread Felix Yan via arch-commits
Date: Wednesday, January 12, 2022 @ 20:41:08
  Author: felixonmars
Revision: 1101740

upgpkg: haskell-authenticate 1.3.5-422: rebuild with ghc 9.0.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 20:39:56 UTC (rev 1101739)
+++ PKGBUILD2022-01-12 20:41:08 UTC (rev 1101740)
@@ -4,7 +4,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.5
-pkgrel=421
+pkgrel=422
 pkgdesc="Authentication methods for Haskell web applications."
 url="https://github.com/yesodweb/authenticate;
 license=("MIT")



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

2022-01-12 Thread David Runge via arch-commits
Date: Wednesday, January 12, 2022 @ 20:39:56
  Author: dvzrv
Revision: 1101739

upgpkg: mixxx 2.3.1-3: Rebuild against soundtouch 2.3.1

Modified:
  mixxx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 20:39:48 UTC (rev 1101738)
+++ PKGBUILD2022-01-12 20:39:56 UTC (rev 1101739)
@@ -6,7 +6,7 @@
 
 pkgname=mixxx
 pkgver=2.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Free, open source software for digital DJ'ing."
 arch=('x86_64')
 url="https://www.mixxx.org;



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

2022-01-12 Thread Felix Yan via arch-commits
Date: Wednesday, January 12, 2022 @ 20:39:48
  Author: felixonmars
Revision: 1101738

archrelease: copy trunk to community-staging-x86_64

Added:
  taskell/repos/community-staging-x86_64/
  taskell/repos/community-staging-x86_64/PKGBUILD
(from rev 1101737, taskell/trunk/PKGBUILD)

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

Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 1101737, 
taskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-12 20:39:48 UTC (rev 1101738)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname;
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc haskell-classy-prelude haskell-raw-strings-qq haskell-tasty 
haskell-tasty-discover haskell-tasty-expected-failure haskell-tasty-hunit)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('34d75d01c8e88fbbb932dbe6394e570b454156f1ad02173616616c493f65bfc5c4d28ed4089312410f8cb1760a523052fe132bfcd44b8bbf42e912fe9da2cc10')
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-01-12 Thread Felix Yan via arch-commits
Date: Wednesday, January 12, 2022 @ 20:39:35
  Author: felixonmars
Revision: 1101737

upgpkg: taskell 1.11.4-58: rebuild with ghc 9.0.2

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 20:36:22 UTC (rev 1101736)
+++ PKGBUILD2022-01-12 20:39:35 UTC (rev 1101737)
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.11.4
-pkgrel=57
+pkgrel=58
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)



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

2022-01-12 Thread David Runge via arch-commits
Date: Wednesday, January 12, 2022 @ 20:36:22
  Author: dvzrv
Revision: 1101736

archrelease: copy trunk to community-staging-x86_64

Added:
  audacity/repos/community-staging-x86_64/
  audacity/repos/community-staging-x86_64/PKGBUILD
(from rev 1101735, audacity/trunk/PKGBUILD)

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

Copied: audacity/repos/community-staging-x86_64/PKGBUILD (from rev 1101735, 
audacity/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-12 20:36:22 UTC (rev 1101736)
@@ -0,0 +1,74 @@
+# Maintainer: David Runge 
+# Contributor: Eric Bélanger 
+
+pkgname=audacity
+pkgver=2.4.1
+pkgrel=7
+epoch=1
+pkgdesc="A program that lets you manipulate digital audio waveforms"
+arch=('x86_64')
+url="https://audacityteam.org;
+license=('GPL2' 'CCPL')
+groups=('pro-audio')
+# upstream hard codes/vendors portaudio/portmidi
+# https://github.com/audacity/audacity/issues/522
+depends=('expat' 'gcc-libs' 'gdk-pixbuf2' 'glibc' 'libmad'
+'libsoxr' 'soundtouch' 'wxgtk3')
+makedepends=('alsa-lib' 'cmake' 'ffmpeg' 'flac' 'glib2' 'gtk3' 'jack' 'lame'
+'libid3tag' 'libogg' 'libsndfile' 'libvorbis' 'lilv' 'lv2' 'portsmf' 'suil'
+'twolame' 'vamp-plugin-sdk')
+optdepends=('ffmpeg: additional import/export capabilities')
+source=("https://github.com/${pkgname}/${pkgname}/archive/Audacity-${pkgver}.tar.gz;
+
"${pkgname}-2.4.1-resize_crash.patch::https://github.com/dvzrv/audacity/commit/d7e769040b508aaf15ce7b51cc1a565d41cdb079.patch;)
+sha512sums=('2f0a3f7e24dce91ae520e285dbb05778b68e0fe37b8ded55ac568b5f8135069951b3986764adc5d0791c165b283a3c19596f1d6f51ba17028e0eb04558c63f25'
+
'9c111b6d74ff0cd76f5f2db0ce513bf1c5400c41497220c87ea694f5b2b75c1e6bc1a817dd1fb2e81ed5ddcf2c610bb334a091c2cd8f7baea911f47cab4b')
+
+prepare() {
+  mv -v "${pkgname}-Audacity-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # fix crash on resize: https://bugs.archlinux.org/task/66771
+  patch -Np1 -i "../${pkgname}-2.4.1-resize_crash.patch"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  # the cmake setup is still more complicated and error-prone than the
+  # autotools setup:
+  # https://github.com/audacity/audacity/issues/519
+  # https://github.com/audacity/audacity/issues/520
+  # https://github.com/audacity/audacity/issues/521
+  WX_CONFIG=wx-config-gtk3 ./configure --prefix="/usr" \
+--with-libsndfile="system" \
+--with-ffmpeg="system" \
+--with-expat="system" \
+--with-lame="system" \
+--with-libsoxr="system" \
+--with-portaudio \
+--with-portmidi \
+--with-libflac \
+--with-libid3tag \
+--with-libsamplerate \
+--with-sbsms \
+--with-soundtouch \
+--with-libtwolame \
+--with-libvorbis \
+--with-lv2
+  make
+}
+
+package() {
+  depends+=('libFLAC.so' 'libFLAC++.so' 'libasound.so' 'libgdk-3.so'
+  'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-3.so' 'libid3tag.so'
+  'libjack.so' 'liblilv-0.so' 'libogg.so' 'libsndfile.so' 'libsuil-0.so'
+  'libtwolame.so' 'libvamp-hostsdk.so' 'libvorbis.so' 'libvorbisenc.so'
+  'libvorbisfile.so' 'libportSMF.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # install libnyquist plugins, missing since 2.4.0:
+  # https://bugs.archlinux.org/task/66733
+  install -vDm 644 plug-ins/*.ny -t "${pkgdir}/usr/share/${pkgname}/plug-ins"
+  # install missing *.lsp files for nyquist plugins, missing since 2.4.0:
+  # https://bugs.archlinux.org/task/66739
+  install -vDm 644 nyquist/*.lsp -t "${pkgdir}/usr/share/${pkgname}/nyquist"
+}



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

2022-01-12 Thread David Runge via arch-commits
Date: Wednesday, January 12, 2022 @ 20:36:15
  Author: dvzrv
Revision: 1101735

upgpkg: audacity 1:2.4.1-7: Rebuild against soundtouch 2.3.1

Modified:
  audacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 20:16:23 UTC (rev 1101734)
+++ PKGBUILD2022-01-12 20:36:15 UTC (rev 1101735)
@@ -3,7 +3,7 @@
 
 pkgname=audacity
 pkgver=2.4.1
-pkgrel=6
+pkgrel=7
 epoch=1
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('x86_64')



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

2022-01-12 Thread Tobias Powalowski via arch-commits
Date: Wednesday, January 12, 2022 @ 20:31:32
  Author: tpowa
Revision: 434324

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 20:30:32 UTC (rev 434323)
+++ PKGBUILD2022-01-12 20:31:32 UTC (rev 434324)
@@ -1,49 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.01
-pkgrel=30
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'libsasl' 'libldap' 'gpm' 'libevent' 
'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'syslinux' 'mtools' 
'fsarchiver' 'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'libusb-compat' 'keyutils' 'libisoburn' 'file' 'curl'  
'smartmontools' 'dnsmasq' 'lftp'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'pth' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' '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' 'expac' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil')
-makedepends=('git')
-optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on 
image file'
-'linux-firmware: for firmware inclusion on image file'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest')
-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 434323, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 20:31:32 UTC (rev 434324)
@@ -0,0 +1,49 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.01
+pkgrel=31
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 

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

2022-01-12 Thread Tobias Powalowski via arch-commits
Date: Wednesday, January 12, 2022 @ 20:30:32
  Author: tpowa
Revision: 434323

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 20:30:27 UTC (rev 434322)
+++ PKGBUILD2022-01-12 20:30:32 UTC (rev 434323)
@@ -1,48 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.01
-pkgrel=30
-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' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'libsasl' 'libldap' 'gpm' 'libevent' 
'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 
-'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'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' 'libusb-compat' 'keyutils' 'libisoburn' 'file' 'curl'  
'smartmontools' 'dnsmasq' 'lftp'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'pth' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' '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' 'expac' 'amd-ucode' 'cdrtools' 'mktorrent' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil')
-makedepends=('git')
-optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on 
image file'
-'linux-firmware: for firmware inclusion on image file')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest')
-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 434322, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 20:30:32 UTC (rev 434323)
@@ -0,0 +1,48 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.01
+pkgrel=31
+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' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
+ 

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

2022-01-12 Thread Tobias Powalowski via arch-commits
Date: Wednesday, January 12, 2022 @ 20:30:27
  Author: tpowa
Revision: 434322

upgpkg: archboot-arm 2022.01-31: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 20:24:32 UTC (rev 434321)
+++ PKGBUILD2022-01-12 20:30:27 UTC (rev 434322)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.01
-pkgrel=30
+pkgrel=31
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



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

2022-01-12 Thread Tobias Powalowski via arch-commits
Date: Wednesday, January 12, 2022 @ 20:24:32
  Author: tpowa
Revision: 434321

upgpkg: archboot 2022.01-31: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 19:33:53 UTC (rev 434320)
+++ PKGBUILD2022-01-12 20:24:32 UTC (rev 434321)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.01
-pkgrel=30
+pkgrel=31
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-01-12 Thread David Runge via arch-commits
Date: Wednesday, January 12, 2022 @ 20:16:23
  Author: dvzrv
Revision: 1101734

upgpkg: audacity 1:2.4.1-6: Rebuild against soundtouch 2.3.1

Modified:
  audacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 20:02:12 UTC (rev 1101733)
+++ PKGBUILD2022-01-12 20:16:23 UTC (rev 1101734)
@@ -3,7 +3,7 @@
 
 pkgname=audacity
 pkgver=2.4.1
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('x86_64')



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

2022-01-12 Thread Christian Hesse via arch-commits
Date: Wednesday, January 12, 2022 @ 20:02:12
  Author: eworm
Revision: 1101733

archrelease: copy trunk to community-x86_64

Added:
  tig/repos/community-x86_64/PKGBUILD
(from rev 1101732, tig/trunk/PKGBUILD)
Deleted:
  tig/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 20:02:03 UTC (rev 1101732)
+++ PKGBUILD2022-01-12 20:02:12 UTC (rev 1101733)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Loui Chang 
-# Contributor: Geoffroy Carrier 
-# Contributor: Nathan Jones 
-
-pkgname=tig
-pkgver=2.5.4
-pkgrel=1
-pkgdesc='Text-mode interface for Git.'
-depends=('git' 'ncurses')
-makedepends=('asciidoc' 'xmlto')
-url='https://jonas.github.io/tig/'
-license=('GPL')
-arch=('x86_64')
-backup=('etc/tigrc')
-source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('f7986e3361cf1c2265982d6b4451c79a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install install-doc-man
-
-  install -Dm0644 contrib/tig-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/tig"
-}

Copied: tig/repos/community-x86_64/PKGBUILD (from rev 1101732, 
tig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 20:02:12 UTC (rev 1101733)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Loui Chang 
+# Contributor: Geoffroy Carrier 
+# Contributor: Nathan Jones 
+
+pkgname=tig
+pkgver=2.5.5
+pkgrel=1
+pkgdesc='Text-mode interface for Git.'
+depends=('git' 'ncurses')
+makedepends=('asciidoc' 'xmlto')
+url='https://jonas.github.io/tig/'
+license=('GPL')
+arch=('x86_64')
+backup=('etc/tigrc')
+source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('0902ba706e8efaf6c2087d8b66393375')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install install-doc-man
+
+  install -Dm0644 contrib/tig-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/tig"
+}



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

2022-01-12 Thread Christian Hesse via arch-commits
Date: Wednesday, January 12, 2022 @ 20:02:03
  Author: eworm
Revision: 1101732

upgpkg: tig 2.5.5-1: new upstream release

Modified:
  tig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 19:55:17 UTC (rev 1101731)
+++ PKGBUILD2022-01-12 20:02:03 UTC (rev 1101732)
@@ -4,7 +4,7 @@
 # Contributor: Nathan Jones 
 
 pkgname=tig
-pkgver=2.5.4
+pkgver=2.5.5
 pkgrel=1
 pkgdesc='Text-mode interface for Git.'
 depends=('git' 'ncurses')
@@ -14,7 +14,7 @@
 arch=('x86_64')
 backup=('etc/tigrc')
 
source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('f7986e3361cf1c2265982d6b4451c79a')
+md5sums=('0902ba706e8efaf6c2087d8b66393375')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2022-01-12 Thread Ike Devolder via arch-commits
Date: Wednesday, January 12, 2022 @ 19:55:17
  Author: idevolder
Revision: 1101731

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 1101730, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 1101730, opera/trunk/default)
  opera/repos/community-x86_64/eula.html
(from rev 1101730, opera/trunk/eula.html)
  opera/repos/community-x86_64/opera
(from rev 1101730, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 1101730, opera/trunk/opera.install)
  opera/repos/community-x86_64/privacy.html
(from rev 1101730, opera/trunk/privacy.html)
  opera/repos/community-x86_64/terms.html
(from rev 1101730, 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  |  164 -
 default   |8 
 eula.html | 4644 -
 opera |   26 
 opera.install |   78 
 privacy.html  | 4634 -
 terms.html| 5258 
 7 files changed, 7406 insertions(+), 7406 deletions(-)

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


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

2022-01-12 Thread Ike Devolder via arch-commits
Date: Wednesday, January 12, 2022 @ 19:55:08
  Author: idevolder
Revision: 1101730

upgpkg: opera 82.0.4227.58-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 19:51:24 UTC (rev 1101729)
+++ PKGBUILD2022-01-12 19:55:08 UTC (rev 1101730)
@@ -9,7 +9,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=82.0.4227.43
+pkgver=82.0.4227.58
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="https://www.opera.com/;
@@ -30,7 +30,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('04ad10e61ddf23bb6a4bcfd641da03866291ced19f339dfa2daa81edee00232522ba376c5469e7e458fc15263efb8f8798295707a799a7ebb514c35859faf634'
+sha512sums=('86fe73ac71521f110ed86f8a3dd21b953c8d4111fabc4e0d1940bebd01b535108e8ab7ff3e9082876cc7b62262a7c638e022e702b89e3d0f4164d638bf0a3d86'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'6814bed38c091848b0ab710a3b408bd3878daa93d417e9638d289db2aec8dff1c1b0d8af38458b973b4ef0ba2fb0dfc8df3c40d10d7d532539c8e3a203cf7ed7'



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

2022-01-12 Thread Caleb Maclennan via arch-commits
Date: Wednesday, January 12, 2022 @ 19:51:24
  Author: alerque
Revision: 1101729

archrelease: copy trunk to community-x86_64

Added:
  sile/repos/community-x86_64/PKGBUILD
(from rev 1101728, sile/trunk/PKGBUILD)
Deleted:
  sile/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 19:50:36 UTC (rev 1101728)
+++ PKGBUILD2022-01-12 19:51:24 UTC (rev 1101729)
@@ -1,68 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: Adrián Pérez de Castro 
-
-pkgname=sile
-pkgdesc='Modern typesetting system inspired by TeX'
-pkgver=0.12.0
-pkgrel=5
-arch=(x86_64)
-url=https://www.sile-typesetter.org
-license=(MIT)
-_luadeps=(bit32
-  cassowary
-  cliargs
-  cosmo
-  expat
-  filesystem
-  linenoise
-  lpeg
-  luaepnf
-  luarepl
-  luautf8
-  penlight
-  sec
-  socket
-  stdlib
-  vstruct
-  zlib)
-depends=(glibc
- fontconfig
- freetype2
- harfbuzz
- gentium-plus-font
- git
- icu
- libpng # this goes with libtexpdf if ever split out to a library 
package
- lua
- "${_luadeps[@]/#/lua-}"
- zlib)
-depends+=(libfreetype.so
-  libharfbuzz.so
-  libicudata.so
-  libicui18n.so
-  libicuio.so
-  libicuuc.so)
-optdepends=('libertinus-font: math package default font')
-checkdepends=(poppler)
-provides=(libtexpdf.so)
-_archive="$pkgname-$pkgver"
-source=("https://github.com/sile-typesetter/sile/releases/download/v$pkgver/$_archive.tar.xz;)
-sha256sums=('c983a2b32d171ba392191eb29de2c3b433452d6cb514f270b17a7b3889fb6de6')
-
-build () {
-   cd "$_archive"
-   ./configure \
-   --prefix /usr \
-   --with-system-luarocks
-   make all
-}
-
-check () {
-   cd "$_archive"
-   make check
-}
-
-package () {
-   cd "$_archive"
-   make install DESTDIR="$pkgdir"
-}

Copied: sile/repos/community-x86_64/PKGBUILD (from rev 1101728, 
sile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 19:51:24 UTC (rev 1101729)
@@ -0,0 +1,68 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Adrián Pérez de Castro 
+
+pkgname=sile
+pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, 
customizable in Lua'
+pkgver=0.12.1
+pkgrel=1
+arch=(x86_64)
+url=https://www.sile-typesetter.org
+license=(MIT)
+_luadeps=(bit32
+  cassowary
+  cliargs
+  cosmo
+  expat
+  filesystem
+  linenoise
+  lpeg
+  luaepnf
+  luarepl
+  luautf8
+  penlight
+  sec
+  socket
+  stdlib
+  vstruct
+  zlib)
+depends=(glibc
+ fontconfig
+ freetype2
+ harfbuzz
+ gentium-plus-font
+ git
+ icu
+ libpng # this goes with libtexpdf if ever split out to a library 
package
+ lua
+ "${_luadeps[@]/#/lua-}"
+ zlib)
+depends+=(libfreetype.so
+  libharfbuzz.so
+  libicudata.so
+  libicui18n.so
+  libicuio.so
+  libicuuc.so)
+optdepends=('libertinus-font: math package default font')
+checkdepends=(poppler)
+provides=(libtexpdf.so)
+_archive="$pkgname-$pkgver"
+source=("https://github.com/sile-typesetter/sile/releases/download/v$pkgver/$_archive.tar.xz;)
+sha256sums=('91086ff951322b283fcab178bb9d681460ba50b6dbdeae25dc2055e18bc688b7')
+
+build () {
+   cd "$_archive"
+   ./configure \
+   --prefix /usr \
+   --with-system-luarocks
+   make all
+}
+
+check () {
+   cd "$_archive"
+   make check
+}
+
+package () {
+   cd "$_archive"
+   make install DESTDIR="$pkgdir"
+}



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

2022-01-12 Thread Caleb Maclennan via arch-commits
Date: Wednesday, January 12, 2022 @ 19:50:36
  Author: alerque
Revision: 1101728

upgpkg: sile 0.12.1-1

Modified:
  sile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 19:23:01 UTC (rev 1101727)
+++ PKGBUILD2022-01-12 19:50:36 UTC (rev 1101728)
@@ -2,9 +2,9 @@
 # Contributor: Adrián Pérez de Castro 
 
 pkgname=sile
-pkgdesc='Modern typesetting system inspired by TeX'
-pkgver=0.12.0
-pkgrel=5
+pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, 
customizable in Lua'
+pkgver=0.12.1
+pkgrel=1
 arch=(x86_64)
 url=https://www.sile-typesetter.org
 license=(MIT)
@@ -47,7 +47,7 @@
 provides=(libtexpdf.so)
 _archive="$pkgname-$pkgver"
 
source=("https://github.com/sile-typesetter/sile/releases/download/v$pkgver/$_archive.tar.xz;)
-sha256sums=('c983a2b32d171ba392191eb29de2c3b433452d6cb514f270b17a7b3889fb6de6')
+sha256sums=('91086ff951322b283fcab178bb9d681460ba50b6dbdeae25dc2055e18bc688b7')
 
 build () {
cd "$_archive"



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

2022-01-12 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, January 12, 2022 @ 19:33:53
  Author: seblu
Revision: 434320

archrelease: copy trunk to testing-x86_64

Added:
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 434319, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 434319, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 434319, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 434319, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 434319, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 434319, btrfs-progs/trunk/initcpio-install-btrfs)

+
 PKGBUILD   |   76 +++
 btrfs-progs.install|   15 +
 btrfs-scrub@.service   |   10 ++
 btrfs-scrub@.timer |   11 ++
 initcpio-hook-btrfs|7 
 initcpio-install-btrfs |   17 ++
 6 files changed, 136 insertions(+)

Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 434319, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-01-12 19:33:53 UTC (rev 434320)
@@ -0,0 +1,76 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=5.16
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('x86_64')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools' 
'e2fsprogs' 'reiserfsprogs')
+depends=('glibc' 'util-linux-libs' 'lzo' 'zlib' 'zstd' 'libgcrypt')
+optdepends=('python: libbtrfsutil python bindings'
+'e2fsprogs: btrfs-convert'
+'reiserfsprogs: btrfs-convert')
+url='https://btrfs.wiki.kernel.org'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+sha256sums=('SKIP'
+'38ab3cd19d4156226cacd6926972f866a77b76ec3b9677d9888efb9530a31833'
+'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
+'35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
+'eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252'
+'9a0b6cc23f7bd97b83b6c38dd2b4e4373fead8bd3ccfb82a47c72971e9d6f8ad')
+
+prepare() {
+  cd $pkgname-v$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+echo "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr --with-crypto=libgcrypt
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" install install_python
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 434319, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-x86_64/btrfs-progs.install  (rev 0)
+++ testing-x86_64/btrfs-progs.install  2022-01-12 19:33:53 UTC (rev 434320)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp "$2" 0.19.20121005)" < 0 )); then
+echo 'btrfs multi-device support now relies on linux 3.6 or later'
+  elif (( "$(vercmp "$2" 4.3.1-2)" < 0 )); then
+echo 'btrfs-scrub@.timer instance names must not be prefix by dash anymore'
+echo 'use btrfs-scrub@-.timer to scrub / monthly'
+echo 'btrfs-scrub@home.timer to scrub /home monthly.'
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 

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

2022-01-12 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, January 12, 2022 @ 19:33:46
  Author: seblu
Revision: 434319

upgpkg: btrfs-progs 5.16-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 19:10:12 UTC (rev 434318)
+++ PKGBUILD2022-01-12 19:33:46 UTC (rev 434319)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=5.15.1
-pkgrel=3
+pkgver=5.16
+pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
 makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools' 
'e2fsprogs' 'reiserfsprogs')
@@ -26,7 +26,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 sha256sums=('SKIP'
-'6230f8f33961bd62633d601b0d049a3c6b833c1a1a7a2f2782d0c5796e7ab920'
+'38ab3cd19d4156226cacd6926972f866a77b76ec3b9677d9888efb9530a31833'
 'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
 '35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
 'eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252'



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

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 19:23:01
  Author: escondida
Revision: 1101727

archrelease: copy trunk to community-x86_64

Added:
  hitch/repos/community-x86_64/PKGBUILD
(from rev 1101726, hitch/trunk/PKGBUILD)
Deleted:
  hitch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 19:21:08 UTC (rev 1101726)
+++ PKGBUILD2022-01-12 19:23:01 UTC (rev 1101727)
@@ -1,36 +0,0 @@
-# Maintainer: Ivy Foster 
-# Reference: PKGBUILD(5)
-
-pkgname=hitch
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='libev-based high performance SSL/TLS proxy'
-url='https://hitch-tls.org/'
-license=(BSD)
-
-depends=(libev openssl)
-checkdepends=(lsof)
-makedepends=(python-docutils)
-
-arch=(x86_64)
-source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
-# sha256sums source: https://hitch-tls.org/source/SHA256SUM
-sha256sums=(dcd65cbec6287c622a5a317d5f37e1ea5526daa93fb4db28f4206fc9911a1785)
-validpgpkeys=(584A3EBFE705CDCD)
-
-build() {
-   cd "hitch-$pkgver"
-   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-   make
-}
-
-check() {
-   cd "hitch-$pkgver"
-   make check
-}
-
-package() {
-   cd "hitch-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
-}

Copied: hitch/repos/community-x86_64/PKGBUILD (from rev 1101726, 
hitch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 19:23:01 UTC (rev 1101727)
@@ -0,0 +1,36 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=hitch
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='libev-based high performance SSL/TLS proxy'
+url='https://hitch-tls.org/'
+license=(BSD)
+
+depends=(libev openssl)
+checkdepends=(lsof)
+makedepends=(python-docutils)
+
+arch=(x86_64)
+source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
+# sha256sums source: https://hitch-tls.org/source/SHA256SUM
+sha256sums=(dcd65cbec6287c622a5a317d5f37e1ea5526daa93fb4db28f4206fc9911a1785)
+validpgpkeys=(584A3EBFE705CDCD)
+
+build() {
+   cd "hitch-$pkgver"
+   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+   make
+}
+
+check() {
+   cd "hitch-$pkgver"
+   make check
+}
+
+package() {
+   cd "hitch-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
+}



[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 12, 2022 @ 19:21:08
  Author: polyzen
Revision: 1101726

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 1101725, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 19:20:45 UTC (rev 1101725)
+++ PKGBUILD2022-01-12 19:21:08 UTC (rev 1101726)
@@ -1,60 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-_name=treestyletab
-pkgname=firefox-tree-style-tab
-pkgver=3.8.18
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-license=('MPL' 'MPL2')
-groups=('firefox-addons')
-makedepends=('git' 'npm' 'strip-nondeterminism' 'zip')
-source=("git+https://github.com/piroor/treestyletab.git#tag=$pkgver;
-'git+https://github.com/piroor/webextensions-lib-configs.git'
-'git+https://github.com/piroor/webextensions-lib-dom-updater.git'
-
'git+https://github.com/piroor/webextensions-lib-event-listener-manager.git'
-'git+https://github.com/piroor/webextensions-lib-l10n.git'
-'git+https://github.com/piroor/webextensions-lib-menu-ui.git'
-'git+https://github.com/piroor/webextensions-lib-options.git'
-'git+https://github.com/piroor/webextensions-lib-rich-confirm.git'
-
'git+https://github.com/piroor/webextensions-lib-shortcut-customize-ui.git'
-
'git+https://github.com/piroor/webextensions-lib-tab-favicon-helper.git')
-b2sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $_name
-  git submodule init
-  for i in ../webextensions*; do
-git config submodule.submodules/${i##../}.url $i
-  done
-  git submodule update
-  cd webextensions
-  sed -i 's/^\(install_extlib\|xpi\): .*/\1:/' Makefile
-  npm ci
-}
-
-build() {
-  cd $_name/webextensions
-  make install_extlib
-  make xpi
-  strip-nondeterminism -t zip $_name-we.xpi
-}
-
-package() {
-  cd $_name/webextensions
-  install -Dm644 $_name-we.xpi \
-"$pkgdir"/usr/lib/firefox/browser/extensions/$_n...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 1101725, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 19:21:08 UTC (rev 1101726)
@@ -0,0 +1,60 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+_name=treestyletab
+pkgname=firefox-tree-style-tab
+pkgver=3.8.19
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+license=('MPL' 'MPL2')
+groups=('firefox-addons')
+makedepends=('git' 'npm' 'strip-nondeterminism' 'zip')
+source=("git+https://github.com/piroor/treestyletab.git#tag=$pkgver;
+'git+https://github.com/piroor/webextensions-lib-configs.git'
+'git+https://github.com/piroor/webextensions-lib-dom-updater.git'
+
'git+https://github.com/piroor/webextensions-lib-event-listener-manager.git'
+'git+https://github.com/piroor/webextensions-lib-l10n.git'
+'git+https://github.com/piroor/webextensions-lib-menu-ui.git'
+'git+https://github.com/piroor/webextensions-lib-options.git'
+'git+https://github.com/piroor/webextensions-lib-rich-confirm.git'
+
'git+https://github.com/piroor/webextensions-lib-shortcut-customize-ui.git'
+
'git+https://github.com/piroor/webextensions-lib-tab-favicon-helper.git')
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $_name
+  git submodule init
+  for i in ../webextensions*; do
+git config submodule.submodules/${i##../}.url $i
+  done
+  git submodule update
+  cd webextensions
+  sed -i 's/^\(install_extlib\|xpi\): .*/\1:/' Makefile
+  npm ci
+}
+
+build() {
+  cd $_name/webextensions
+  make install_extlib
+  make xpi
+  strip-nondeterminism -t zip $_name-we.xpi
+}
+
+package() {
+  cd $_name/webextensions
+  install -Dm644 $_name-we.xpi \
+"$pkgdir"/usr/lib/firefox/browser/extensions/$_n...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in firefox-tree-style-tab/trunk (PKGBUILD)

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 12, 2022 @ 19:20:45
  Author: polyzen
Revision: 1101725

upgpkg: firefox-tree-style-tab 3.8.19-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 19:14:00 UTC (rev 1101724)
+++ PKGBUILD2022-01-12 19:20:45 UTC (rev 1101725)
@@ -3,7 +3,7 @@
 
 _name=treestyletab
 pkgname=firefox-tree-style-tab
-pkgver=3.8.18
+pkgver=3.8.19
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')



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

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 19:14:00
  Author: escondida
Revision: 1101724

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 1101723, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 19:11:45 UTC (rev 1101723)
+++ PKGBUILD2022-01-12 19:14:00 UTC (rev 1101724)
@@ -1,46 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20211221
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='https://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=(
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
-)
-
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(
-   dbc1e998bd3ddcf535fb79173f4987fc31add40b
-   SKIP
-)
-# Key seems to be available only from
-# 
-validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1101723, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 19:14:00 UTC (rev 1101724)
@@ -0,0 +1,46 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20211221
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=(
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
+)
+
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(
+   dbc1e998bd3ddcf535fb79173f4987fc31add40b
+   SKIP
+)
+# Key seems to be available only from
+# 
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 19:11:45
  Author: escondida
Revision: 1101723

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 1101722, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 19:09:01 UTC (rev 1101722)
+++ PKGBUILD2022-01-12 19:11:45 UTC (rev 1101723)
@@ -1,46 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20211221
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='https://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=(
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
-)
-
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(
-   dbc1e998bd3ddcf535fb79173f4987fc31add40b
-   SKIP
-)
-# Key seems to be available only from
-# 
-validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1101722, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 19:11:45 UTC (rev 1101723)
@@ -0,0 +1,46 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20211221
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=(
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
+)
+
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(
+   dbc1e998bd3ddcf535fb79173f4987fc31add40b
+   SKIP
+)
+# Key seems to be available only from
+# 
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-01-12 Thread Jan Steffens via arch-commits
Date: Wednesday, January 12, 2022 @ 19:10:12
  Author: heftig
Revision: 434318

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 434317, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
(from rev 434317, flatpak/trunk/flatpak-bindir.sh)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak-bindir.sh

---+
 PKGBUILD  |  177 ++--
 flatpak-bindir.sh |   18 ++---
 2 files changed, 98 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 19:09:48 UTC (rev 434317)
+++ PKGBUILD2022-01-12 19:10:12 UTC (rev 434318)
@@ -1,88 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="https://flatpak.org;
-arch=(x86_64)
-license=(LGPL)
-depends=(dbus glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib xdg-dbus-proxy)
-makedepends=(intltool systemd gobject-introspection gtk-doc git docbook-xsl 
xmlto)
-checkdepends=(valgrind socat)
-_commit=96aafda476c2634941dfcd68a65fe13f582eefcb  # tags/1.12.2^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
-git+https://gitlab.gnome.org/GNOME/libglnx.git
-git+https://github.com/projectatomic/bubblewrap
-git+https://github.com/flatpak/xdg-dbus-proxy
-git+https://gitlab.gnome.org/alexl/variant-schema-compiler.git
-https://dl.flathub.org/repo/flathub.flatpakrepo
-flatpak-bindir.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
-'1824cb4eb1cc88702cb2b9f1c55b6dfdf20fca5eab83f6e8e532099281328745')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url bubblewrap "$srcdir/bubblewrap"
-  git submodule set-url libglnx "$srcdir/libglnx"
-  git submodule set-url dbus-proxy "$srcdir/xdg-dbus-proxy"
-  git submodule set-url variant-schema-compiler 
"$srcdir/variant-schema-compiler"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-system-dbus-proxy \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  make -C $pkgname DESTDIR="$pkgdir" install
-
-  install -Dt "$pkgdir/etc/profile.d" -m644 flatpak-bindir.sh
-  install -Dt "$pkgdir/etc/flatpak/remotes.d" flathub.flatpakrepo
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 434317, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 19:10:12 UTC (rev 434318)
@@ -0,0 +1,89 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=1.12.3
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="https://flatpak.org;
+arch=(x86_64)
+license=(LGPL)
+depends=(dbus glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib xdg-dbus-proxy systemd)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind socat)
+provides=(libflatpak.so)
+_commit=e528dcf196816de5e267d08456d1edd6877f8f73  # tags/1.12.3^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
+git+https://gitlab.gnome.org/GNOME/libglnx.git
+git+https://github.com/projectatomic/bubblewrap
+git+https://github.com/flatpak/xdg-dbus-proxy
+git+https://gitlab.gnome.org/alexl/variant-schema-compiler.git
+https://dl.flathub.org/repo/flathub.flatpakrepo
+flatpak-bindir.sh)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
+

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

2022-01-12 Thread Jan Steffens via arch-commits
Date: Wednesday, January 12, 2022 @ 19:09:48
  Author: heftig
Revision: 434317

1.12.3-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 19:00:40 UTC (rev 434316)
+++ PKGBUILD2022-01-12 19:09:48 UTC (rev 434317)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
 url="https://flatpak.org;
@@ -13,7 +13,8 @@
  python bubblewrap appstream-glib xdg-dbus-proxy systemd)
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
 checkdepends=(valgrind socat)
-_commit=96aafda476c2634941dfcd68a65fe13f582eefcb  # tags/1.12.2^0
+provides=(libflatpak.so)
+_commit=e528dcf196816de5e267d08456d1edd6877f8f73  # tags/1.12.3^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
 git+https://gitlab.gnome.org/GNOME/libglnx.git
 git+https://github.com/projectatomic/bubblewrap
@@ -29,8 +30,13 @@
 '3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
 '1824cb4eb1cc88702cb2b9f1c55b6dfdf20fca5eab83f6e8e532099281328745')
 
+pkgver() {
+  cd flatpak
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
 prepare() {
-  cd $pkgname
+  cd flatpak
 
   git submodule init
   git submodule set-url bubblewrap "$srcdir/bubblewrap"
@@ -45,13 +51,8 @@
   NOCONFIGURE=1 ./autogen.sh
 }
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
 build() {
-  cd $pkgname
+  cd flatpak
 
   ./configure \
 --prefix=/usr \
@@ -71,7 +72,7 @@
 }
 
 check() {
-  cd $pkgname
+  cd flatpak
   make -k check
 }
 
@@ -78,7 +79,7 @@
 package() {
   depends+=(xdg-desktop-portal)
 
-  make -C $pkgname DESTDIR="$pkgdir" install
+  make -C flatpak DESTDIR="$pkgdir" install
 
   install -Dt "$pkgdir/etc/profile.d" -m644 flatpak-bindir.sh
   install -Dt "$pkgdir/etc/flatpak/remotes.d" flathub.flatpakrepo



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

2022-01-12 Thread David Runge via arch-commits
Date: Wednesday, January 12, 2022 @ 19:09:01
  Author: dvzrv
Revision: 1101722

upgpkg: audacity 1:2.4.1-5: Rebuild against soundtouch 2.3.1

Modified:
  audacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 19:05:26 UTC (rev 1101721)
+++ PKGBUILD2022-01-12 19:09:01 UTC (rev 1101722)
@@ -3,7 +3,7 @@
 
 pkgname=audacity
 pkgver=2.4.1
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('x86_64')



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

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 19:05:26
  Author: escondida
Revision: 1101721

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 1101720, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 19:00:30 UTC (rev 1101720)
+++ PKGBUILD2022-01-12 19:05:26 UTC (rev 1101721)
@@ -1,46 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20211221
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='https://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=(
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
-)
-
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(
-   dbc1e998bd3ddcf535fb79173f4987fc31add40b
-   SKIP
-)
-# Key seems to be available only from
-# 
-validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1101720, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 19:05:26 UTC (rev 1101721)
@@ -0,0 +1,46 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20211221
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=(
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
+)
+
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(
+   dbc1e998bd3ddcf535fb79173f4987fc31add40b
+   SKIP
+)
+# Key seems to be available only from
+# 
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in gnome-control-center/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-01-12 Thread Jan Steffens via arch-commits
Date: Wednesday, January 12, 2022 @ 19:00:40
  Author: heftig
Revision: 434316

archrelease: copy trunk to extra-x86_64

Added:
  gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 434315, gnome-control-center/trunk/PKGBUILD)
Deleted:
  gnome-control-center/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 19:00:30 UTC (rev 434315)
+++ PKGBUILD2022-01-12 19:00:40 UTC (rev 434316)
@@ -1,59 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-control-center
-pkgver=41.2
-pkgrel=1
-pkgdesc="GNOME's main interface to configure various aspects of the desktop"
-url="https://gitlab.gnome.org/GNOME/gnome-control-center;
-license=(GPL2)
-arch=(x86_64)
-depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
- gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
- libgtop nm-connection-editor sound-theme-freedesktop upower 
libpwquality
- gnome-color-manager smbclient libmm-glib libgnomekbd libibus libcheese
- libgudev bolt udisks2 libhandy gsound colord-gtk 
power-profiles-daemon)
-makedepends=(docbook-xsl modemmanager git python meson)
-checkdepends=(python-dbusmock python-gobject xorg-server-xvfb)
-optdepends=('system-config-printer: Printer settings'
-'gnome-user-share: WebDAV file sharing'
-'gnome-remote-desktop: screen sharing'
-'rygel: media sharing'
-'openssh: remote login')
-groups=(gnome)
-_commit=babeb0ce357d55406b0ba0a4597e0513a0419de8  # tags/41.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 
's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Install bare logos into pixmaps, not icons
-  sed -i "/install_dir/s/'icons'/'pixmaps'/" panels/info-overview/meson.build
-
-  git submodule init
-  git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
-  git submodule update
-}
-
-
-build() {
-  arch-meson $pkgname build -D documentation=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: gnome-control-center/repos/extra-x86_64/PKGBUILD (from rev 434315, 
gnome-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 19:00:40 UTC (rev 434316)
@@ -0,0 +1,66 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-control-center
+pkgver=41.2
+pkgrel=2
+pkgdesc="GNOME's main interface to configure various aspects of the desktop"
+url="https://gitlab.gnome.org/GNOME/gnome-control-center;
+license=(GPL2)
+arch=(x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop nm-connection-editor sound-theme-freedesktop upower 
libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd libibus libcheese
+ libgudev bolt udisks2 libhandy gsound colord-gtk)
+makedepends=(docbook-xsl modemmanager git python meson)
+checkdepends=(python-dbusmock python-gobject xorg-server-xvfb)
+optdepends=('system-config-printer: Printer settings'
+'gnome-user-share: WebDAV file sharing'
+'gnome-remote-desktop: screen sharing'
+'rygel: media sharing'
+'openssh: remote login'
+'power-profiles-daemon: Power profiles support')
+groups=(gnome)
+_commit=babeb0ce357d55406b0ba0a4597e0513a0419de8  # tags/41.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 
's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Fix build with Meson 0.61.0
+  git cherry-pick -n 37b29c32cbecfd89c9c5e0169e0f2876f00ef5eb
+
+  # https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1562
+  git cherry-pick -n 293e191e399123c91ef5d7b5c796ea0f42b8bd91
+
+  # Install bare logos into pixmaps, not icons
+  sed -i "/install_dir/s/'icons'/'pixmaps'/" panels/info-overview/meson.build
+
+  git submodule init subprojects/gvc
+  git submodule set-url subprojects/gvc 

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

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 12, 2022 @ 19:00:30
  Author: polyzen
Revision: 1101720

archrelease: copy trunk to community-any

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

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

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

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

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

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



[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD)

2022-01-12 Thread Jan Steffens via arch-commits
Date: Wednesday, January 12, 2022 @ 19:00:30
  Author: heftig
Revision: 434315

41.2-2: fix build, move power-profiles-daemon to optdep

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 18:49:20 UTC (rev 434314)
+++ PKGBUILD2022-01-12 19:00:30 UTC (rev 434315)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-control-center
 pkgver=41.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME's main interface to configure various aspects of the desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-control-center;
 license=(GPL2)
@@ -12,7 +12,7 @@
  gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
  libgtop nm-connection-editor sound-theme-freedesktop upower 
libpwquality
  gnome-color-manager smbclient libmm-glib libgnomekbd libibus libcheese
- libgudev bolt udisks2 libhandy gsound colord-gtk 
power-profiles-daemon)
+ libgudev bolt udisks2 libhandy gsound colord-gtk)
 makedepends=(docbook-xsl modemmanager git python meson)
 checkdepends=(python-dbusmock python-gobject xorg-server-xvfb)
 optdepends=('system-config-printer: Printer settings'
@@ -19,7 +19,8 @@
 'gnome-user-share: WebDAV file sharing'
 'gnome-remote-desktop: screen sharing'
 'rygel: media sharing'
-'openssh: remote login')
+'openssh: remote login'
+'power-profiles-daemon: Power profiles support')
 groups=(gnome)
 _commit=babeb0ce357d55406b0ba0a4597e0513a0419de8  # tags/41.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit;
@@ -35,10 +36,16 @@
 prepare() {
   cd $pkgname
 
+  # Fix build with Meson 0.61.0
+  git cherry-pick -n 37b29c32cbecfd89c9c5e0169e0f2876f00ef5eb
+
+  # https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1562
+  git cherry-pick -n 293e191e399123c91ef5d7b5c796ea0f42b8bd91
+
   # Install bare logos into pixmaps, not icons
   sed -i "/install_dir/s/'icons'/'pixmaps'/" panels/info-overview/meson.build
 
-  git submodule init
+  git submodule init subprojects/gvc
   git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
   git submodule update
 }



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

2022-01-12 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 12, 2022 @ 19:00:09
  Author: polyzen
Revision: 1101719

upgpkg: ublock-origin 1.40.8-1

Modified:
  ublock-origin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 18:59:11 UTC (rev 1101718)
+++ PKGBUILD2022-01-12 19:00:09 UTC (rev 1101719)
@@ -2,7 +2,7 @@
 
 pkgname=('ublock-origin' 'firefox-ublock-origin')
 pkgbase=ublock-origin
-pkgver=1.40.6
+pkgver=1.40.8
 pkgrel=1
 pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
 arch=('any')



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

2022-01-12 Thread David Runge via arch-commits
Date: Wednesday, January 12, 2022 @ 18:59:11
  Author: dvzrv
Revision: 1101718

archrelease: copy trunk to community-staging-x86_64

Added:
  ardour/repos/community-staging-x86_64/
  ardour/repos/community-staging-x86_64/PKGBUILD
(from rev 1101717, ardour/trunk/PKGBUILD)
  ardour/repos/community-staging-x86_64/ardour-6.2-vendor_qm-dsp.patch
(from rev 1101717, ardour/trunk/ardour-6.2-vendor_qm-dsp.patch)

+
 PKGBUILD   |   94 +++
 ardour-6.2-vendor_qm-dsp.patch |   37 +++
 2 files changed, 131 insertions(+)

Copied: ardour/repos/community-staging-x86_64/PKGBUILD (from rev 1101717, 
ardour/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-12 18:59:11 UTC (rev 1101718)
@@ -0,0 +1,94 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: SpepS 
+
+_name=Ardour
+pkgname=ardour
+pkgver=6.9
+pkgrel=4
+pkgdesc="Professional-grade digital audio workstation"
+arch=(x86_64)
+url="https://ardour.org/;
+license=(GPL2)
+groups=(pro-audio)
+depends=(cairo gcc-libs glibc glibmm gtkmm libx11 libxml2
+soundtouch taglib)
+makedepends=(atkmm aubio boost cairomm cppunit curl dbus doxygen fftw flac
+fluidsynth fontconfig freetype2 gdk-pixbuf2 git glib2 graphviz gtk2 hidapi
+itstool jack libarchive liblo liblrdf libltc libogg libpulse libsamplerate
+libsndfile libusb libwebsockets lilv lv2 pango pangomm readline rubberband serd
+sord sratom suil vamp-plugin-sdk waf)
+optdepends=(
+  'harvid: for video timeline and MP3 export'
+  'new-session-manager: for session management'
+  'xjadeo: for video monitoring'
+)
+provides=('ladspa-host' 'lv2-host' 'vst-host' 'vst3-host')
+source=("${pkgname}::git+https://github.com/${pkgname}/${pkgname}.git#tag=${pkgver};
+"${pkgname}-6.2-vendor_qm-dsp.patch")
+sha512sums=('SKIP'
+
'2d69e23948ed8679b7fd872c50d2ea44299330c6ed356158689a1f6befb3841f2d9b8a889d4891436c65b57d90601156bc916ad0f0f385c91b22131a766467a8')
+b2sums=('SKIP'
+
'b28aebf0a5791795d94e29780c064faa1b858da6b89f1ff32edb2aea9de138f2e91b01fcbd16d278e47fd1c7bf892cf7838fea946b38d1196d758873f62742aa')
+
+prepare() {
+  cd "${pkgname}"
+
+  # fix mime package installation location: 
https://bugs.archlinux.org/task/72867
+  git cherry-pick -n b95078ae464f0d132d2d0a9d5727a72bd1ee88d7
+  # using vendored version of qm-dsp because qm-dsp >= 1.8.0 is not compatible
+  patch -Np1 -i "../${pkgname}-6.2-vendor_qm-dsp.patch"
+
+  # unsetting gtk2 rc (FS#54389)
+  sed -e '8iexport GTK2_RC_FILES=/dev/null' -i gtk2_ardour/ardour.sh.in
+
+  # Fixes to use system waf:
+  # making sure, that subdirectories can be picked up with local includes
+  touch __init__.py
+  # making ancient 'misc.py' include available to system installed waf
+  sed -e "s/('misc')/('misc', tooldir='tools')/" \
+  -i {gtk2_ardour,headless,luasession,session_utils,libs/fst}/wscript
+  # make custom 'autowaf' include compatible with system installed waf
+  find . -type f \
+ -iname "*wscript*" \
+ -exec sed -e 's/from waflib.extras import autowaf/from tools import 
autowaf/g' \
+   -e 's/import waflib.extras.autowaf/from tools import 
autowaf/g' \
+   -i {} \;
+}
+
+build() {
+  cd "${pkgname}"
+  export LINKFLAGS="$LDFLAGS"
+  waf configure --prefix=/usr \
+--configdir=/etc \
+--cxx11 \
+--freedesktop \
+--lxvst \
+--nls \
+--no-phone-home \
+--optimize \
+--ptformat \
+--use-external-libs \
+--with-backends="alsa,dummy,jack,pulseaudio"
+  waf build -v
+}
+
+package() {
+  depends+=(libasound.so libatkmm-1.6.so libaubio.so libarchive.so
+  libcairomm-1.0.so libcurl.so libdbus-1.so libfftw3f.so libfftw3f_threads.so
+  libfluidsynth.so libfontconfig.so libgdk_pixbuf-2.0.so
+  libgdk-x11-2.0.so libglib-2.0.so libgobject-2.0.so
+  libgtk-x11-2.0.so libjack.so liblo.so liblilv-0.so liblrdf.so libltc.so
+  libpango-1.0.so libpangocairo-1.0.so libpangoft2-1.0.so
+  libpangomm-1.4.so libpulse.so libreadline.so librubberband.so
+  libsamplerate.so libsndfile.so
+  libsuil-0.so libusb-1.0.so libvamp-hostsdk.so libvamp-sdk.so
+  libwebsockets.so)
+
+  cd "${pkgname}"
+  waf i18n --destdir="${pkgdir}"
+  waf install --destdir="${pkgdir}"
+  # man pages
+  install -vDm 644 "${pkgname}.1"* -t "${pkgdir}/usr/share/man/man1/"
+}
+# vim:set ts=2 sw=2 et:

Copied: ardour/repos/community-staging-x86_64/ardour-6.2-vendor_qm-dsp.patch 
(from rev 1101717, ardour/trunk/ardour-6.2-vendor_qm-dsp.patch)
===
--- community-staging-x86_64/ardour-6.2-vendor_qm-dsp.patch 
(rev 0)
+++ 

  1   2   3   4   >